/* 
Theme Name: NJ Fulfillment Hub
Text Domain: nj_fulfillment_hub
Version: 1.0
Description: Website designed for Warehousing.
Tags: Responsive , Fancy
Author: Sheraz Malik 
Author URI: 
*/

body {
    box-sizing: border-box;
    overflow-x: hidden;
}

[data-loading] {
    visibility: hidden;
    opacity: 0;
}

:root {
    --home-banner: #2398c99e;
    --new-section-color: #2398c9;
    --primary-color: #f5aa35;
    --secondary-color: #191919;
    --paragraph-text: #515151;
    --section-bg: #f6f6f6;
    --white: #ffffff;
    --card-bg: #e7e7e7;
    --font-regular: "Visby Regular";
    --font-medium: "Visby Medium";
    --font-heavy: "Visby Heavy";
    --font-bold: "Visby Bold";
    --font-extrabold: "Visby Extrabold";
    --font-thin: "Visby Thin";
    --font-light: "Visby Light";
    --font-shop: "Shlop Rg";
    --font-16: 16px;
    --font-18: 18px;
    --font-24: 24px;
}

@font-face {
    font-family: "Visby Regular";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/VISBYCF-REGULAR.OTF") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Visby Bold";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/VISBYCF-BOLD.OTF") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Visby Extrabold";
    font-style: normal;
    font-weight: 800;
    src: url("assets/fonts/VISBYCF-EXTRABOLD.OTF") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Visby Heavy";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/VISBYCF-HEAVY.OTF") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Visby Light";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/VISBYCF-LIGHT.OTF") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Visby Medium";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/VISBYCF-MEDIUM.OTF") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Visby Thin";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/VISBYCF-THIN.OTF") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Shlop Rg";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/shlop-rg.otf") format("opentype");
    font-display: swap;
}

*,
*:before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

a,
a:hover,
a:focus {
    position: relative;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

input:focus {
    box-shadow: none;
    outline: none;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.23px;
    line-height: 24.4px;
    color: var(--paragraph-text);
    font-family: var(--font-regular);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    text-decoration: none;
    list-style: none;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-bold);
    line-height: 1.2 !important;
}

h5,
h6 {
    font-family: var(--font-regular);
}

h1 {
    font-size: 40px;
    line-height: 40px;
}

h2 {
    font-size: 24px;
    line-height: 24px;
}

h3 {
    font-size: 16px;
    line-height: 16px;
}

button {
    cursor: pointer;
}

.font-medium {
    font-family: var(--font-medium) !important;
}

.mx-auto {
    margin: 0 auto;
}

.web-py-50 {
    padding: 50px 0 !important;
}

.items-anchor-center {
    align-items: anchor-center;
}

.web-items-baseline {
    align-items: baseline;
}

.web-items-end {
    align-items: end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.line-height {
    line-height: 1.2 !important;
}

.btn-primary.top-bar-btn:hover {
    border: 1px solid #fff;
    color: #fff;
}

.disabled-button {
    background-color: grey !important;
    color: white !important;
}

.heading_box_type {
    font-family: var(--font-regular);
    margin-bottom: 10px;
    display: block;
}


/* Home start */

.owl-carousel .owl-nav {
    position: absolute;
    top: 33%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: -2px -1px !important;
    background-color: #f4f4f4 !important;
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background-color: #2398c9 !important;
}

.owl-carousel .owl-nav .owl-prev {
    background-image: url("https://res.cloudinary.com/dllvojxqw/images/v1753177449/arrow-prev/arrow-prev.svg") !important;
    background-size: 32px 32px !important;
    background-position: center !important;
    left: -60px;
    background-color: #344054 !important;
    border-radius: 15px;
}

.owl-carousel .owl-nav .owl-next {
    background-image: url("https://res.cloudinary.com/dllvojxqw/images/v1753177453/arrow-next/arrow-next.svg") !important;
    background-size: 32px 32px !important;
    background-position: center !important;
    right: -60px;
    background-color: #344054 !important;
    border-radius: 15px;
}

.home-icon-wrap {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 25px;
}

.home-icon-item {
    background-color: var(--white);
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 138px;
    gap: 20px;
    border-radius: 8px;
}

.home-icon-item span {
    display: block;
    font-size: 14px;
    font-family: var(--font-regular);
    color: #3a3a3a;
}

.btn-outline {
    width: 200px;
    display: flex;
    align-items: end;
    gap: 8px;
    color: #2398c9;
}

.primary-btn .btn-secondary {
    background-color: #2398c9;
    color: #fff;
}

.primary-btn .btn-secondary img {
    filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(138deg) brightness(102%) contrast(102%);
}

.primary-btn .btn-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--white);
}

.primary-btn .btn-secondary:hover img {
    filter: unset;
}

.max-width-822 {
    max-width: 822px;
}

.home-category-a {
    font-size: 16px;
    font-family: var(--font-regular);
    color: var(--paragraph-text);
}

.home-category-a:hover {
    color: #2398c9;
    text-decoration: underline;
}

.material-eco-wrap img {
    width: 36px !important;
    height: 36px;
}

.eco-bg-img {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    height: 465px;
}

.btn-secondary.eco {
    margin-top: 25px;
    background-color: #476840;
}

.btn-secondary.eco:hover {
    background-color: #000;
    color: #fff;
}

.process-item.new:last-child .number-wrap-img {
    display: none;
}


/* Home start */


/* Heighlight Section Start */

.rigid-slider {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px;
    transition: background-image 1s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rigid-slide-content {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    max-width: 620px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.rigid-slide-content h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
}

.rigid-slide-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 20px;
}

.rigid-slide-content a {
    display: inline-block;
    padding: 15px 20px;
    background: #111;
    color: #fff;
    border-radius: 16px;
    text-decoration: none;
    font-family: var(--font-bold);
    transition: background 0.3s ease;
}

.rigid-slide-content a:hover {
    background: #444;
	color: #fff;
}

.rigid-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F5A622;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.rigid-arrow.left {
    left: 15px;
}

.rigid-arrow.right {
    right: 15px;
}


/* Heighlight Section End */


/*--------------- Category Page Start------------- */


/* .top-bar.beige {
    background-color: #FDF2E1 !important;
} */

.new-desc-area p {
    margin-bottom: 10px;
}

.new-desc-area ul {
    margin: 12px 0;
}

.new-desc-area ul li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: .23px;
    line-height: 24.4px;
    color: var(--paragraph-text);
    font-family: var(--font-regular);
    list-style: disc;
    list-style-position: inside;
}

.new-desc-area h2 {
    margin-bottom: 10px;
}

.new-desc-area {
    padding: 60px 50px;
}

.all-styles-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
    row-gap: 30px;
}

.all-styles-item {
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
    gap: 20px;
}

.all-styles-item .all-styles-img {
    border-radius: 16px;
}

.all-styles-item .all-styles-content {
    gap: 14px;
}

.all-styles-item .btn-secondary {
    padding: 10px 15px;
    border-radius: 16px;
    background-color: #2398c9;
    color: var(--secondary-color);
    font-size: 14px;
    font-family: var(--font-medium);
}

.all-styles-item .btn-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--white);
}

.all-styles-item .btn-secondary:hover img {
    filter: unset;
}

.all-styles-item .btn-secondary img {
    filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(138deg) brightness(102%) contrast(102%);
}


/*------------- Category Page Start---------------- */


/* Product Page Styles */

.htm-points ul li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.23px;
    line-height: 24.4px;
    color: var(--paragraph-text);
    font-family: var(--font-regular);
    margin-bottom: 10px;
}

.htm-points ul li::before {
    content: "";
    width: 100%;
    max-width: 9px;
    height: 9px;
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-image: url(https://res.cloudinary.com/dllvojxqw/images/v1718021500/product-dots/product-dots.svg?_i=AA);
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
}

.order-process-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}

.order-process-item {
    width: calc(32% - 10px);
    margin: 0 20px 0 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
}

.order-number {
    display: inline-block;
    font-family: var(--font-bold);
    font-size: 48px;
    color: #3a3a3a;
    position: relative;
    top: 5px;
}

.order-number-wrap {
    background-color: #2398c9;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 17px;
    width: 90px;
    height: 90px;
}

.order-process-item .order-heading {
    display: block;
    font-family: var(--font-bold);
    font-size: 20px;
}

.material-bbs-img.new {
    height: 229px;
}

.guideline-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    justify-content: space-between;
}

.guideline-item {
    width: calc(49.5% - 20px);
    display: flex;
    gap: 10px;
    align-items: start;
    margin-right: 10px;
}

.guideline-item span {
    display: block;
    font-family: var(--font-bold);
    font-size: 20px;
}

.guideline-item p {
    font-size: 15px;
    margin-top: 10px;
}

.google-wrap {
    background-color: #f4f4f4;
    padding: 15px 50px;
}

.product-description-list-wrap {
    columns: 2;
    margin-top: 10px;
}

.product-description-list-wrap li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.23px;
    line-height: 24.4px;
    color: var(--paragraph-text);
    font-family: var(--font-regular);
    margin-bottom: 10px;
}

.product-description-list-wrap li::before {
    content: "";
    width: 100%;
    max-width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-image: url("https://res.cloudinary.com/dllvojxqw/images/v1718021500/product-dots/product-dots.svg?_i=AA");
    display: inline-block;
    margin-right: 10px;
}

.text-container.new-product-description {
    height: 100%;
    max-height: 100%;
    /* overflow-y: auto; */
    /* background-color: #efefef; */
    /* border-radius: 0 0 16px 16px; */
    padding: 35px 10px 35px 0 !important;
}


/* .text-container.new-product-description::-webkit-scrollbar {
  width: 11px;
}
.text-container.new-product-description::-webkit-scrollbar-track {
  background: #191919;
  border-radius: 10px;
}
.text-container.new-product-description::-webkit-scrollbar-thumb {
  background: #efefef;
  border-radius: 10px;
  border: 1px solid #191919;
} */


/* Product Page Styles */


/* --------------------Box by style ------------------- */

.short__cta {
    background-color: #000;
    border-radius: 32px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.short__cta p {
    color: #fff;
}

.short__cta p span {
    color: #2398c9;
    text-decoration: underline;
}

.style-new-banner {
    background: #FCE5C1;
}

.style__new__banner__wrap {
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: center;
    align-items: anchor-center;
    padding: 45px;
}

.process-item.new.text-align-center {
    align-items: center;
}

.process-item.new.text-align-center:not(:last-child) .number-wrap::after {
    width: calc(100% + 250px);
    background-color: #515151;
    height: 2px;
    rotate: 360deg;
    top: 28px;
    right: -360px;
}

.box-by-style-wrap {
    margin: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.box-by-style-item {
    flex: 1 1 calc(33% - 10px);
    box-sizing: border-box;
}

.box-by-style-item:nth-last-child(1):nth-child(odd) {
    flex-basis: calc(33% - 10px);
    flex: 1;
}

.box-by-style-wrap::after {
    content: "";
    flex: 1 1 calc(33% - 10px);
    box-sizing: border-box;
    visibility: hidden;
}

.box-by-style-item .main-cont {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-by-style-item .main-cont h2,
.box-by-style-item .main-cont h3,
.box-by-style-item .main-cont a,
.box-by-style-item .main-cont p,
.box-by-style-item .main-cont b,
.box-by-style-item .main-cont span,
.box-by-style-item .main-cont strong {
    font-size: 16px;
    letter-spacing: 0.23px;
    line-height: 24.4px;
    color: var(--paragraph-text);
    font-family: var(--font-regular);
}

.box-by-style-wrap h2 {
    color: var(--secondary-color);
}

.box-by-style-wrap .box-by-style-placeholder-img {
    background-color: var(--section-bg);
    border-radius: 24px;
    margin-bottom: 19px;
    object-fit: fill;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    object-position: top;
    width: 100%;
    max-width: 100%;
}

.box-by-style-wrap .btn-primary:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--white);
}


/* --------------------Box by style ------------------- */


/* ------------------PORTFOLIO PAGE CSS------------------ */


/* about us page  */

.about-to-img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}

.about-to-img-wrap img {
    width: calc(25% - 15px);
    border-radius: 12px;
}

.about-below-img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}

.about-below-img-wrap img {
    width: calc(100% - 15px);
    border-radius: 12px;
}

.sample-kit-inner-banner p {
    color: #fff;
}

.about-us-inner-wrap {
    background-color: #F4F4F4;
    padding: 50px;
}

.about-top-main-wrap {
    padding: 50px;
}

.about-features-container {
    max-width: 900px;
    margin: auto;
}

.single-feature-container {
    text-align: center;
}

.single-feature-container:not(:last-child) {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.single-feature-container h2 {
    margin-bottom: 24px;
    font-family: var(--font-heavy);
    margin-top: 20px;
}

.single-feature-container p {
    font-weight: var(--font-medium);
    font-size: 18.5px;
    line-height: 150%;
}

.single-feature-container img {
    filter: invert(75%) sepia(64%) saturate(855%) hue-rotate(332deg) brightness(99%) contrast(93%);
}

.process-right-arrow-img {
    position: absolute;
    right: -175px;
}

.process-left-arrow-img {
    position: absolute;
    left: -205px;
}

.banner-right-aboutus {
    position: relative;
    scale: 1.34;
    right: -125px;
    top: 18px;
}

.banner-left-aboutus {
    opacity: 0.7;
}

.art-cta.about__us {
    padding: 25px 50px;
}


/* about us page  */

.dieline-type-wrap .owl-stage {
    display: flex;
}

.dieline-type-item.new {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 2.25rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dieline-type-item.new:hover {
    box-shadow: none;
    transform: scale(1);
    border: 1px solid #e8e8e8;
}

.dieline-type-item.new a.btn-secondary {
    margin-top: auto !important;
    width: 160px;
}

.dieline-type-item.new .dieline-type-item-heading {
    padding-bottom: 15px;
}

.number-wrap-img {
    position: absolute;
    right: -197px;
    top: 21px;
    width: 9px !important;
}

.process-item.new .number-wrap::after {
    width: calc(100% + 138px);
    background-color: #515151;
    height: 2px;
    rotate: 360deg;
    top: 28px;
    right: -195px;
}

.new-process-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.process-item.new {
    flex-direction: column;
    width: calc(25% - 20px);
}

.main-port-wrap {
    padding: 0 50px 50px;
}

.portfolio-item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 24px;
}

.portfolio-img-item {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s linear;
    border-radius: 24px;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}

.portfolio-item:hover .portfolio-img-item {
    transform: scale(1.1);
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    transition: bottom 0.45s;
    white-space: nowrap;
    color: var(--secondary-color);
    background-color: #2398c9;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: var(--font-bold);
    padding: 20px 0;
}

.portfolio-item:hover .text {
    bottom: -4px;
}

.portfolio-section {
    padding: 0 50px;
    margin: 30px 0;
}

.portfolio-wrap {
    background-color: var(--home-banner);
    padding: 80px 50px;
    text-align: center;
    border-radius: 24px;
}

.portfolio-wrap h1 {
    font-family: var(--font-extrabold);
}

#portfolio-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, 47%);
    justify-content: space-between;
    align-items: center;
    margin: 0 60px;
}

.filter_search {
    width: 100%;
    padding: 25px 35px;
    height: 25px;
    font-size: 15px;
    border: none;
    color: var(--secondary-color);
    outline: none;
    transition: allease 0.3s;
    background-color: transparent;
    border-radius: 25px;
    cursor: text;
    border: 1px solid #a8a8a8;
}

.search_filter {
    position: relative;
}

.search_filter .asearch {
    display: flex;
    gap: 5px;
}

.filter-btn {
    background-color: #F4F4F4;
    border-radius: 16px;
    border: none;
    font-family: var(--font-bold);
    font-size: 16px;
    padding: 14px 35px;
    margin: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.search_filter .icon {
    padding: 18px 9px;
}

.search_filter button {
    border-radius: 48px;
    padding: 15px 35px;
}

.filter-btn:hover {
    background-color: #e0e0e0;
}

.filter-btn.active {
    background-color: #2398c9;
    color: var(--secondary-color);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    margin-bottom: 15px;
    grid-auto-flow: dense;
    transition: all 0.5s ease-in-out;
}

.portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s ease-in-out;
    border-radius: 24px;
}

.portfolio-item.small {
    grid-row-end: span 1;
}

.portfolio-item.medium {
    grid-row-end: span 2;
}

.portfolio-item.wide {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.portfolio-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.portfolio-item.standard {
    grid-column: span 1;
    grid-row: span 1;
}


/*New css*/

.home-banner-img.category-banner-img.rigid-banner-img {
    height: 100%;
    margin-top: -20px;
    scale: 1.5;
}

.home-banner.new-home-banner.category-banner.rigid-banner {
    background: linear-gradient(180deg, #FFF 0%, #E4E4E4 100%);
    padding-bottom: 80px;
}

.product-tabs-wrap.rigid-category {
    background-color: #2398c9;
}

.process-wrap.rigid-category {
    background-color: var(--white);
}

.offering-wrap.rigid-category {
    background-color: #F4F4F4;
}

.digital-proof-item.rigid-category {
    display: flex;
    flex-direction: column;
}

.product-tabs-wrap.rigid-white {
    background-color: var(--white);
}

.rigid-design-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.rigid-design-item {
    width: calc(25% - 15px);
}

.digital-proof-wrap.rigid-category {
    justify-content: left;
    gap: 20px;
}

.digital-proof-item.rigid-category p {
    margin-bottom: 30px;
}

.sample-img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}

.sample-img-item {
    width: calc(33.33% - 12.5px);
    box-sizing: border-box;
}

.sample-img-item img {
    border-radius: 12px;
}

.what-include-section {
    padding: 50px;
    background-color: #2398c9;
}

.what-include-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    margin-top: 30px;
}

.what-include-item {
    width: calc(20% - 10px);
    box-sizing: border-box;
}

.what-include-item span {
    display: block;
    font-size: 18px;
    font-family: var(--font-medium);
    color: #000;
    margin-top: 10px;
}

.deliver-section {
    padding: 50px;
}

.deliverables-wrap span.sub-des {
    font-size: 20px;
    font-family: var(--font-regular);
    color: #515151;
    margin-top: 10px;
}

.deliverables-wrap span {
    display: block;
}

.deliverable-ul li {
    list-style: disc;
}

.deliverable-ul {
    padding-left: 60px;
    font-family: var(--font-regular);
    font-size: 20px;
    color: #515151;
    margin-top: 40px;
}

.process-time-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    margin-top: 40px;
}

.process-time-item {
    width: calc(33% - 10px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.process-time-item span {
    font-size: 18px;
    color: #000;
    font-family: var(--font-bold);
    margin: 20px 0 12px;
}

.process-time-section {
    padding: 50px;
    background-color: #F4F4F4;
}

.sample-table {
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 16px !important;
    border-spacing: 0;
}

.sample-table td {
    padding: 15px;
}

.sample-table-heading {
    display: block;
    font-size: 16px;
    font-family: var(--font-bold);
}

.bg-row {
    background-color: #F9FAFC;
}

.col-td {
    width: 180px;
}

.pre-pro-samples {
    padding: 0 50px;
}

.black-color {
    color: #000;
}

.sub-heading.black {
    color: #000;
    cursor: default;
}

.max-width-900 {
    max-width: 900px;
    margin: auto;
}

.bs-see-all a {
    text-decoration: underline !important;
}

.sample-kit-mbl-img {
    display: none;
}

.steps-img {
    position: relative;
    top: -32px;
}

.main-sample-packs-wrap {
    padding: 0 50px;
}

.dieline-type-item {
    position: relative;
}

.hover-img {
    position: absolute;
    top: 0;
    left: 20px;
    visibility: hidden;
    transition: visibility 0.1s;
}

.hover-img.new {
    left: 0;
}

.dieline-type-item:hover .simple-img {
    visibility: hidden;
}

.dieline-type-item:hover .hover-img {
    visibility: visible;
}

.dieline-banner-img {
    border-radius: 24px;
}

.dieline-wrap {
    padding: 0 50px;
}

.dieline-span {
    color: #fff;
    font-family: var(--font-regular);
    margin-bottom: 5px;
    display: block;
}

.dieline-inner-wrap {
    background-color: var(--home-banner);
    padding: 50px;
    margin: 30px 0 50px;
    border-radius: 24px;
}

.dieline-type-main-wrap {
    padding: 0 50px;
    margin-bottom: 50px;
}

.dieline-type-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dieline-type-item {
    width: calc(33.33% - 20px);
    box-sizing: border-box;
    transition: all .3s linear;
    border-radius: 2.25rem;
    padding: 10px 10px 30px;
    border: 1px solid #e8e8e8;
    text-align: center;
}

.dieline-type-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px 0 rgba(221, 221, 221, 0.78);
    border: 1px solid transparent;
}

.dieline-type-item img {
    max-width: 100%;
    height: auto;
    text-align: center;
}

.dieline-type-item-heading {
    font-size: 20px;
    line-height: normal;
    margin: 15px 0 0;
    text-align: center;
}

.art-big-heading.dieline {
    font-size: 46px;
    line-height: normal;
}

.sample-kit-banner {
    padding: 0 50px;
}

.sample-kit-inner-banner {
    background-color: #2398c99e;
    padding: 30px 20px;
    margin: 20px 0 50px;
    border-radius: 24px;
}

.pricing-image-wrapper {
    width: calc(100% - 15px);
    border-radius: 12px;
}

.sample-kit-banner-wrap span {
    display: block;
}

.sample-kit-banner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sample-kit-item {
    width: calc(33.33% - 10px);
    box-sizing: border-box;
}

.sample-kit-item img {
    max-width: 100%;
    height: auto;
}

.sample-pack-item {
    margin-bottom: 60px;
}

.sample-pack-item-heading {
    border-bottom: 1px solid #A8A8A8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.digital-proof-section {
    background-color: #F4F4F4;
    padding: 50px;
}

.digital-proof-item {
    background-color: var(--white);
    border-radius: 24px;
    padding: 30px 24px;
    width: calc(33.33% - 15px);
    box-sizing: border-box;
}

.unit-heading {
    color: #2398c9;
    text-transform: uppercase;
    font-family: var(--font-medium);
    margin-bottom: 5px;
    display: block;
}

.proof-heading {
    font-size: 24px;
    font-family: var(--font-heavy);
    line-height: normal;
}

.proof-main-heading {
    font-size: 18px;
    border-bottom: 1px solid #A8A8A8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: normal;
}

.sample-price {
    font-family: var(--font-bold);
    color: #B7802A;
    display: block;
}

.digital-proof-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-banner-btn-trans.white {
    border: 1px solid #fff;
    color: #fff;
}

.discount-offer {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 1;
}

.new-faq-section,
.filter-category-section {
    padding: 0 50px;
}

.christmas-wrap {
    padding: 0 50px;
}

.christmas-b {
    border-radius: 24px;
    margin: 15px 0 30px;
}

.category-list-item {
    font-family: var(--font-medium);
    font-size: 17px;
    color: #000;
    transition: 0.3s;
    cursor: pointer;
}

.category-list-item-wrap {
    margin-bottom: 20px;
    display: block;
}

.category-list-item:hover {
    color: #F4AB38;
}

.category-list-item.active {
    color: #F4AB38;
}

.category-list-item::before {
    content: "";
    display: inline-block;
    margin-bottom: -1px;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #2a2a2a;
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.category-list-item:hover::before,
.category-list-item.active::before {
    background-color: #F4AB38;
    border-color: #F4AB38;
    box-shadow: inset 0 0 0 2px white;
}

.filter-category-wrap {
    position: sticky;
    top: 70px;
    margin-bottom: 40px;
}

.filter-category-wrap span {
    display: block;
}

.filter-category-heading {
    font-size: 24px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    color: #000;
    padding-bottom: 25px;
    margin-top: -19px;
}

.faq-category-heading {
    color: #2398c9;
    font-size: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #191919;
    line-height: normal;
}

.art-big-heading.new-faq {
    font-size: 50px;
    font-family: var(--font-bold);
    color: #fff;
    margin-bottom: 20px;
}

.new-faq-section-wrap {
    background-color: var(--home-banner);
    border-radius: 24px;
    padding: 30px 50px;
    margin: 30px 0;
}

.new-faq-section-wrap span {
    display: block;
}

.artboard-wrap {
    padding: 0 50px;
}

.art-mobile-img {
    display: none;
}

.art-big-heading {
    font-size: 75px;
    font-family: var(--font-extrabold);
    line-height: 75px;
}

.art-sml-heading {
    color: #fff;
    font-size: 18px;
    font-family: var(--font-medium);
}

.art-cta {
    padding: 60px 50px;
}

.art-cta .art-sml-heading p {
    color: #515151;
    font-size: 18px;
    font-family: var(--font-medium);
    margin-top: 10px;
}

.art-cta span {
    display: block;
}

.sub-heading.art {
    font-size: 40px;
    line-height: normal;
    color: #191919;
    max-width: 600px;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 10px;
}

.sub-primary-heading {
    color: #2398c9;
    font-size: 24px;
    line-height: normal;
    padding-top: 17px;
}

.top-bar.white-bg {
    background-color: #fff;
}

.btn-secondary.orange {
    background-color: #2398c9;
    color: #000;
}


/*.owl-carousel.half-testimonials{
  width: 100vw;
}*/

.half-testimonials .owl-stage {
    display: flex;
}

.half-testimonials .testimonials-card {
    display: flex;
    flex-direction: column;
}

.half-testimonials .testimonial-user {
    margin-top: auto;
}

.half-testimonials p.testimonials-des {
    margin-bottom: 25px;
}

.half-testimonials .testimonials-card .star-rate {
    width: 140px;
}

.product-page-wrap.box-by-style {
    background-color: var(--home-banner);
}

.tab-title-wrap {
    flex-wrap: wrap;
    column-gap: 15px;
}

.br-24 {
    border-radius: 24px;
}

.a-material-wrap {
    display: flex;
    flex-wrap: wrap;
}

.a-material-item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
    transition: 0.3s;
    padding: 0 10px 30px 10px;
}

.a-material-item span {
    display: block;
    font-family: var(--font-bold);
    font-size: 20px;
    margin: 10px 0 5px;
}

.material-bbs-img {
    border-radius: 24px;
    max-width: 100%;
    height: auto;
}

.product-page-wrap.box-by-style {
    background-color: var(--home-banner);
}

.bf-bg-img-1 {
    display: block;
}

.bf-bg-img-2 {
    display: none;
}

.btn-secondary.black-bar {
    background-color: #2398c9;
    color: var(--secondary-color);
    font-family: var(--font-bold) !important;
}

.top-bar.black-bar {
    background-color: #000;
}

.friday-banner {
    background-color: #000;
    padding: 50px;
}

.light-grey {
    color: #a8a8a8;
}

.swiper-slide {
    overflow: hidden !important;
}

.zoom-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.zoomed-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}


/* new home page start */

.top-bar-desktop {
    background-color: #1E1E2F;
    padding: 8px 50px 5px;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.whatsappbtn {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 16px;
    left: 25px;
    z-index: 9;
}

.home .home-banner.new-home-banner {
    overflow: hidden;
    padding: 80px 50px;
    background: linear-gradient(270deg, rgba(245, 170, 53, 0) 17.94%, #f4f4f4 74.83%), url(http://localhost/warehousing/wp-content/uploads/2026/01/6.jpg) no-repeat center lavender;
    background-size: cover;
}

.home-banner.new-home-banner.category-banner {
    background: var(--home-banner);
}

.christmas-main {
    position: absolute;
    top: 145px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.halloween-img {
    position: relative;
    top: -10px;
}

.mbl-halloween-img {
    display: none;
}

.max-width-888 {
    max-width: 888px;
}

.home-banner-btn-black,
.home-banner-btn-trans {
    background-color: var(--secondary-color);
    border-radius: 16px;
    padding: 8px 12px;
    color: #e6e6e6;
    font-size: 16px;
    font-family: var(--font-medium);
    transition: all ease-in-out 0.3s;
}

.btn-primary {
    background-color: #2398c9;
    color: var(--secondary-color);
    border-radius: 16px;
    padding: 14px 20px;
    font-size: 16px;
    font-family: var(--font-medium);
    display: inline-block;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.btn-primary.btn-pad {
    padding: 14px 35px;
}

.btn-primary:hover {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
}

.home-banner-btn-trans {
    border: 1px solid #191919;
    background-color: transparent;
    color: #191919;
}

.main-heading.banner-heading {
    font-family: var(--font-bold);
    line-height: 55.2px;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}

.hero-section-wrapper p {
    font-size: 20px;
}

.new-clients-heading {
    font-size: 18px;
    font-family: var(--font-medium);
    line-height: normal;
    color: #3a3a3a;
}

.box-style-wrap {
    padding: 60px 50px 80px;
    overflow: hidden;
}

.home-product-item.new {
    background-color: #F0F0F0;
    padding: 0 15px 25px;
    border-radius: 24px;
}

.home-product-img,
.home-product-item,
.home-pro-desc {
    transition: all 0.3s !important;
}

.home-product-item h2 {
    color: var(--secondary-color);
}

.home-product-item:hover .home-product-img {
    scale: 1.1;
}

.home-product-item:hover .home-product-img-wrap.industry,
.home-product-item:hover .home-product-img.industry,
.home-product-item .home-product-img-wrap.industry {
    border-radius: 24px;
}

.home-product-item:hover .home-pro-desc,
.home-product-item.industry:hover p.industry {
    color: var(--secondary-color);
}

.home-product-item.industry:hover h2 {
    color: #2398c9;
    text-decoration: underline;
}

.home-product-item-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 30px;
}

.home-product-img-wrap {
    text-align: center;
    margin: auto;
    overflow: hidden;
}

.home-product-btn,
.btn-secondary {
    background-color: var(--secondary-color);
    border-radius: 16px;
    color: var(--white);
    font-family: var(--font-regular);
    font-size: 14px;
    padding: 10px 50px;
    display: inline-block;
    border: 1px solid transparent;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.btn-secondary {
    font-size: 16px;
    padding: 15px 12px;
    width: max-content;
}

.btn-secondary:hover {
    background-color: #2398c9;
    color: var(--secondary-color);
}

.btn-secondary img {
    margin: 0 0 -3px 6px;
    transition: all ease-in-out 0.3s;
    width: 17px;
    height: 16px;
}

.btn-secondary:hover img {
    filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(138deg) brightness(102%) contrast(102%);
}

.home-product-btn:hover {
    border: 1px solid var(--secondary-color);
    background-color: transparent;
    color: var(--secondary-color);
}

.home-product-item p {
    margin: 0 auto 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ghosted-wrap,
.instanti-wrap {
    position: absolute;
    margin-bottom: 30px;
    visibility: hidden;
    width: 100%;
    height: 50px;
    top: -65px;
    right: 0;
}

#order__quotes,
#payments__refunds,
#sample__services,
#material__printing,
#design__addons,
#sustainability__,
#shipping__ {
    position: absolute;
    margin-bottom: 30px;
    visibility: hidden;
    width: 100%;
    height: 50px;
    top: -65px;
    right: 0;
}

.process-wrap {
    background-color: var(--new-section-color);
    padding: 50px;
    overflow: hidden;
}

.process-item {
    display: flex;
    align-items: start;
    gap: 24px;
    cursor: pointer;
}

.number-wrap {
    width: 57px;
    height: 57px;
    /* background-color: #2398c9; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s;
}

.process-item .number-wrap::after {
    content: "";
    display: block;
    width: 130%;
    height: 1px;
    background-color: var(--secondary-color);
    color: #515151;
    position: absolute;
    rotate: 90deg;
    top: 105px;
}

.number-wrap h2 {
    color: var(--secondary-color);
}

.process-item p {
    max-width: 368px;
    cursor: default;
}

.style-form-wrap.new-home {
    background-color: #3a3a3a;
}

.get-a-quote-heading.new-home {
    border-bottom: 1px solid #666666;
}

.w-48 {
    width: 48%;
}

.form-sub-heading.new-home {
    color: var(--white);
}

.light-grey.industry {
    width: unset;
    margin: unset;
}

.home-product-img.industry {
    border-radius: 24px;
}

.home-product-img-wrap.industry {
    text-align: unset;
    max-height: 286px;
}

.home-product-item-wrap.industry {
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.pretty-wrap {
    background-color: var(--new-section-color);
    padding: 50px;
    overflow: hidden;
}

.home-blogs-item.blog-item .b-title,
.home-blogs-item.blog-item p {
    max-width: 100%;
}

.home-blogs-item.blog-item .b-title {
    color: var(--secondary-color);
    line-height: 28px;
    font-size: 24px;
}

.sub-heading.new-product-title {
    font-size: 32px;
    line-height: 1.2;
}

.blogs-wrap.home-blogs-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}

.testimonials-content .btn-secondary {
    padding: 14px 35px;
}


/* .container {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
} */

.imageA,
.imageB,
.imageC,
.imageD,
.imageE,
.imageF {
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 24px;
}

.imageA {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.imageB {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.imageC {
    grid-row: 1 / 3;
    grid-column: 3 / 5;
}

.imageD {
    grid-row: 2 / 4;
    grid-column: 1 / 3;
}

.imageE {
    grid-row: 3 / 4;
    grid-column: 3 / 4;
}

.imageF {
    grid-row: 3 / 4;
    grid-column: 4 / 5;
}

.imageA img,
.imageB img,
.imageC img,
.imageD img,
.imageE img,
.imageF img {
    transition: all 0.3s;
    min-height: 100%;
}

.imageA:hover img,
.imageB:hover img,
.imageC:hover img,
.imageD:hover img,
.imageE:hover img,
.imageF:hover img {
    scale: 1.1;
}

.post-meta-info.new-home {
    font-size: 12px;
    font-family: var(--font-light);
    color: #515151;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.meta-line {
    flex-grow: 1;
    height: 1px;
    background-color: #d1d8e0;
}

.new-home-post-img {
    margin-bottom: 3px;
    margin-left: auto;
    width: 55%;
}

.new-faq-wrap {
    padding: 60px 50px 0;
    overflow: hidden;
}

.bottom-footer {
    color: var(--secondary-color);
    font-size: 12px;
    font-family: var(--font-regular);
}

.clr-images-wrap {
    padding: 50px;
    overflow: hidden;
}

.new-home-blogs-wrap {
    padding: 60px 50px;
    overflow: hidden;
}

.new-home-blogs-wrap.new-product {
    padding: 0 50px 60px;
}

.testimonials-card:hover,
.testimonials-card.single-product:hover {
    background-color: var(--secondary-color);
}

.testimonials-card:hover .testimonial-user {
    color: #2398c9;
}

.testimonials-card:hover .testimonials-des {
    color: var(--white);
    font-family: var(--font-regular);
}

.btn-secondary.navbar-btn {
    font-size: 16px;
    padding: 15px 40px 12px;
    font-family: var(--font-bold);
    border-radius: 12px;
    line-height: 16px;
}


/* header start */

.search-image {
    width: 80px;
    height: 70px;
    object-fit: cover;
    padding: 0 5px;
}

.mobile__search {
    display: none;
}

.header-logo {
    width: 132px;
    transition: all 0.3s;
}

.top-bar {
    /* padding: 60px 50px 8px; */
    padding: 15px 50px;
    border-bottom: 1px solid #EFEFEF;
}

.info-wrap-2 {
    display: flex;
    align-items: center;
    gap: 50px;
}

.info-wrap-2 {
    display: none;
}

.social-icons {
    display: flex;
    gap: 5px;
}

.social-icons img {
    width: 20px;
    height: 20px;
}

.social-icons img:nth-child(1) {
    padding-right: 1px;
}

.navbar {
    z-index: 999;
    position: relative;
}

.navbar-main-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-list>li {
    padding: 9px 0;
}

.menu-list>li>a {
    font-size: var(--font-16);
    font-family: var(--font-bold);
    color: var(--white);
    line-height: 28.08px;
}

.custom-menu-text {
    padding: 15px 20px 0;
}

.menu-divider {
    width: 90%;
    height: 1px;
    margin: 0 auto 10px;
    background-color: #2398c9;
}

.custom-see-all {
    text-decoration: underline;
    font-size: 14px;
    font-family: var(--font-bold);
    color: #000;
    padding: 15px 25px 10px;
    display: block;
}

.custom-see-all:hover {
    color: #2398c9;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu>li.mega-menu-item>a.mega-menu-link {
    font-size: var(--font-16);
    font-family: var(--font-medium);
    color: var(--secondary-color);
    padding: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    background: unset;
    color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu>li.mega-menu-item>a.mega-menu-link:hover {
    color: #fff;
    background: unset;
}

#mega-menu-wrap-primary #mega-menu-primary,
#mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu {
    gap: 60px;
    display: flex;
    align-items: center;
}

#mega-menu-wrap-primary #mega-menu-primary {
    gap: 40px;
    display: flex;
    align-items: center;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after,
#mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    color: #000 !important;
    margin: -0.5px 0 0px -8px;
    font-size: 20px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-family: var(--font-regular);
    font-size: 16px;
}

.mega-menu-row.custom-boxshadow,
.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: 0px 10px 20px rgb(34 48 86 / 10%) !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
    background: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
    margin: -4px 12px 0 0px;
}

.dropdown-icon {
    margin: 0 0 2px 4px;
}

.navbar-toggler {
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
    display: none;
    align-items: center;
}

.navbar-icon {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: transform 0.2s ease-in-out;
}

.navbar-icon:before,
.navbar-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: transform 0.2s ease-in-out;
}

.navbar-icon:before {
    top: -8px;
}

.navbar-icon:after {
    bottom: -8px;
}

.footer-info-cta {
    width: 19px;
    height: 19px;
}

.security {
    width: 49px;
    height: 55px;
}


/* header end */


/* New Home Page Section */

.packaging-solution-container {
    background-color: #F9F8F8;
}

.product-image-section {
    margin: 30px 0;
}

.product-image {
    max-width: 100%;
    height: auto;
}

.icon-support-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
}

.icon-support-item {
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.icon-support-wrap .icon-support-item p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}


/*404 page start*/

.error-wrap {
    margin: 100px 0;
}

.error-wrap h2 {
    font-family: var(--font-regular);
    font-size: 133.809px;
    font-style: normal;
    line-height: normal;
}


/*404 page end*/


/*banner start*/

.main-heading {
    font-family: var(--font-bold);
    font-size: 50px;
    line-height: 40px;
}

.max-width-415 {
    max-width: 415px;
}

.home-banner-img {
    width: 744px;
    height: 348px;
    max-width: 100%;
    object-fit: contain;
    scale: 1.2;
}

.custom-pad-tb-img {
    padding: 85px 0 0 0;
}


/*banner end*/


/* offering start */

.offering-wrap {
    padding: 58px 50px 52px 50px;
    background-color: var(--white);
}

.main-heading.primary-color {
    color: #2398c9;
}


/* offering end */


/* choose us start */

.cf7.captcha-reload img {
    width: 16px;
    height: 16px;
}

.home .halloven-hero-section .main-heading.secondary-color {
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    font-family: var(--font-shop) !important;
    letter-spacing: 2px;
    line-height: 1.1;
}

.description {
    font-size: 16px;
    letter-spacing: 0.23px;
    line-height: 25.4px;
    font-family: var(--font-regular);
    color: var(--paragraph-text);
}


/* choose us end */


/* orders & counting start */

.mb__45 {
    margin-bottom: -45px;
}

.mac .main-heading.secondary-color.max-width-580 {
    margin-top: 23px;
}


/* orders & counting end */


/* testimonials start */

.testimonials-wrap {
    padding: 60px 50px 30px;
    background-color: #fdf2df;
    overflow: hidden;
}

.max-width-329 {
    max-width: 329px;
}

.testimonials-content p {
    margin-top: 15px;
}

.cta-product {
    margin-top: 10px;
    background-color: #fdf2e1;
    padding: 15px;
    border-radius: 16px;
    gap: 15px;
}

.custom-mt-product {
    margin-top: 15px;
}

.testimonials-card {
    background-color: var(--white);
    padding: 20px 42px 35px;
    border-radius: 7px;
    height: 100%;
    transition: all 0.3s;
}

.testimonials-card.single-product {
    background-color: #f4f4f4;
    padding: 20px 19px 35px;
    border-radius: 16px;
}

p.testimonials-des {
    font-size: 15.2px;
    font-family: var(--font-medium);
    color: var(--paragraph-text);
    line-height: 22.8px;
    text-align: justify;
}

.testimonials-card.product {
    padding: 35px 42px;
    height: 100%;
}

.testimonials-card.single-product .quotes {
    font-size: 35px;
    line-height: 20px;
    margin-top: 8px;
}

.testimonials-card.single-product .star-rate {
    width: 100px;
    height: 18px;
}

.testimonials-card.single-product p.testimonials-des {
    font-size: 12.5px;
    line-height: 18px;
    text-align: left;
}

.quotes {
    font-size: 50px;
    line-height: 48px;
    font-family: var(--font-bold);
    color: #2398c9;
}

.testimonial-user {
    color: var(--secondary-color);
    font-family: var(--font-bold);
    margin-top: 17px;
    font-size: 16px;
    display: block;
}

.testimonials-card.product h4 {
    color: var(--secondary-color);
    font-family: var(--font-bold);
    margin-top: 28px;
}

.star-rate {
    width: 140px;
    height: 26px;
}

.swiper.testimonials {
    width: 100%;
    height: 700px;
    margin-bottom: -50px
}

.swiper.singleProduct {
    height: 400px;
}


/* testimonials end */


/* categories start */

.home-category-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.home-category-item {
    flex: 0 0 219.38px;
    max-width: 100%;
    margin: 0 0 30px 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.home-category-item img {
    border-radius: 7px;
    width: 219.38px;
    height: 219.38px;
    object-fit: cover;
    max-width: 100%;
    transition: all 0.3s;
    background-color: #d9d9d9;
}

.home-category-item:hover img {
    scale: 1.05;
}

.home-category-item p {
    max-width: 219px;
    margin-top: 19px;
    display: none;
}

.home-category-item .sub-heading {
    margin-top: 16px;
    text-align: center;
    max-width: 219.38px;
    margin: 16px auto 0;
}

.sub-heading {
    font-size: 24px;
    font-family: var(--font-bold);
    line-height: 24px;
    color: var(--paragraph-text);
}


/* categories end */


/* form start */

.payment-svg {
    width: 253px;
    height: 42px;
    object-fit: contain;
}

.footer-payment-svg {
    width: 284px;
    height: 26px;
    object-fit: contain;
}

.sticky-pos {
    position: sticky;
    top: 70px;
}

.wpcf7-form-control-wrap.f12_captcha-450,
.wpcf7-form-control-wrap.f12_captcha-978 {
    position: relative;
}

.wpcf7-form-control-wrap.f12_captcha-450 .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap.f12_captcha-978 .wpcf7-not-valid-tip {
    position: absolute;
    top: 53px;
    left: 0;
}

.wpcf7-form-control-wrap.f12_captcha-978 .wpcf7-not-valid-tip {
    top: 37px;
}

span.wpcf7-form-control-wrap.f12_captcha-844,
span.wpcf7-form-control-wrap.f12_captcha-450,
.wpcf7-form-control-wrap.f12_captcha-978 {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
    width: unset;
}

.wpcf7-form-control-wrap.f12_captcha-978 {
    gap: 8px;
    flex: 0 0 100%;
}

span.wpcf7-form-control-wrap.f12_captcha-844 input,
span.wpcf7-form-control-wrap.f12_captcha-450 input {
    width: 100%;
    border: none;
    font-size: 15px;
    outline: none;
    padding: 18px;
    border-radius: 15px;
    color: #c0c0c0;
    font-family: var(--font-bold);
    flex: 1;
}

span.wpcf7-form-control-wrap.f12_captcha-450 input {
    border: 1px solid var(--secondary-color);
    background-color: transparent;
    border-radius: 16px;
    padding: 10px 16px;
    text-align: left;
    color: var(--secondary-color);
}

.new-product span.wpcf7-form-control-wrap.f12_captcha-450 input {
    border: 1px solid var(--white);
    background-color: transparent;
    border-radius: 16px;
    padding: 10px 16px;
    text-align: left;
    color: var(--white);
}

span.wpcf7-form-control-wrap.f12_captcha-450 input::placeholder {
    font-size: 14px !important;
    text-align: left !important;
    font-family: var(--font-medium) !important;
    color: var(--secondary-color) !important;
}

.new-product span.wpcf7-form-control-wrap.f12_captcha-450 input::placeholder {
    color: transparent !important;
}

span.wpcf7-form-control-wrap.f12_captcha-844 input::placeholder,
span.wpcf7-form-control-wrap.f12_captcha-450 input::placeholder {
    font-size: 16px;
    color: #c0c0c0;
    text-align: center;
    font-family: var(--font-extrabold);
}

.captcha-calculation {
    font-size: 20px;
    color: #c0c0c0;
    font-family: var(--font-extrabold);
}

.wpcf7-form-control-wrap.f12_captcha-450 .captcha-calculation {
    font-size: 20px;
    color: var(--secondary-color);
}

.new-product .wpcf7-form-control-wrap.f12_captcha-450 .captcha-calculation {
    font-size: 20px;
    color: var(--white);
}

.captcha-wrap .wpcf7-form-control-wrap {
    display: contents;
    width: max-content;
}

.size-wrap .wpcf7-form-control-wrap {
    width: 100%;
    display: contents;
}

.custom-wrap .wpcf7-form-control-wrap:first-child {
    flex: 0 0 63.5%;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.main-form span.wpcf7-spinner {
    position: absolute;
    top: 80px;
    left: 65px;
}

.main-form.product span.wpcf7-spinner {
    position: absolute;
    top: 14px;
    right: -18px;
    left: unset;
}

.form-wrap {
    padding: 80px 50px;
    background-color: var(--section-bg);
    overflow: hidden;
}

.custom-input,
.custom-select {
    width: 100%;
    border: none;
    font-size: 15px;
    outline: none;
    padding: 18px;
    border-radius: 15px;
    color: #000;
    font-family: var(--font-bold);
    text-align: center;
}

.custom-input::-webkit-outer-spin-button,
.custom-input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input.custom-input[type=number] {
    -moz-appearance: textfield;
}

.custom-select {
    border: 1px solid #2398c9;
    color: #2398c9;
    appearance: none;
}

.select-wrapper::after {
    content: "▾";
    font-size: 23px;
    color: #2398c9;
    display: inline-block;
    position: absolute;
    right: 8px;
    bottom: 12px;
    pointer-events: none;
}

.custom-select option {
    color: #2398c9;
    font-size: 16px;
}

.custom-input::placeholder {
    font-size: 16px;
    color: #c0c0c0;
    text-align: center;
    font-family: var(--font-extrabold);
}

.custom-upload,
.custom-submit {
    border-radius: 15px;
    background-color: #2398c9;
    color: var(--white);
    font-family: var(--font-extrabold);
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 17px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}

.custom-submit {
    width: 350px;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.custom-submit.black {
    background-color: var(--secondary-color);
}

.custom-submit.black:hover {
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    background-color: transparent;
}

.file-upload-text {
    font-size: 16px;
    color: #c0c0c0;
    font-family: var(--font-extrabold);
}

.stroke-wrap {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    rotate: 270deg;
}

.stroke-heading {
    font-family: var(--font-extrabold);
    font-size: 110px;
    white-space: nowrap;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2398c9;
}

.custom-input.grey {
    border: 1px solid var(--secondary-color);
    border-radius: 16px;
    padding: 10px 16px;
    text-align: left;
}

.custom-input.grey.new-product {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    padding: 10px 16px;
    text-align: left;
    border-radius: 15px;
}

.custom-input.grey.custom-padding {
    resize: none;
    height: 58px;
}

.product-contact-form-wrap {
    padding: 40px 30px;
    border: 1.5px solid #000;
    border-radius: 16px;
}

.product-contact-form-wrap.new-product {
    padding: 20.5px 30px;
    border-radius: 16px;
    background-color: #3a3a3a;
    border: none;
}

.product-contact-form-wrap .wpcf7-form-control-wrap[data-name="customFile"] {
    display: none;
}

.product-contact-form-wrap .custom-upload {
    flex: 0 0 48%;
    border: 1px solid var(--secondary-color);
    border-radius: 16px;
    padding: 10px 16px;
    text-align: left;
    color: var(--secondary-color);
    background-color: transparent;
    font-family: var(--font-medium);
    font-size: 14px;
}

.product-contact-form-wrap .custom-upload.new-product {
    flex: 0 0 48%;
    border: 1px solid var(--white);
    border-radius: 16px;
    padding: 10px 16px;
    text-align: left;
    color: var(--white);
    background-color: transparent;
    font-family: var(--font-medium);
    font-size: 14px;
}

.custom-upload-text {
    text-decoration: underline;
    color: #2398c9;
}

.small-text {
    font-size: 9px;
    font-family: var(--font-medium);
    margin: 0px 0 0 5px;
}

.small-text.new-product {
    font-family: var(--font-regular);
    color: #fff;
    font-size: 14px !important;
}

.custom-upload.file-font-size {
    font-size: 10.5px;
    font-family: var(--font-bold);
    color: var(--secondary-color);
    margin: 2px 0 0 5px;
}

span.wpcf7-form-control-wrap.f12_captcha-450 {
    gap: 12px;
    flex: 1;
}

.max-width-246 {
    max-width: 246px;
}

.max-width-250 {
    width: 100%;
    max-width: 250px;
}

.flex-1 {
    flex: 1;
}

.flex-60 {
    flex: 0 0 60%;
}

.flex-30 {
    flex: 0 0 30%;
}

.flex-27 {
    flex: 0 0 27%;
}

.flex-63 {
    flex: 0 0 63.5%;
}

.web-mr-25 {
    margin-right: 25px;
}

.web-mr-75 {
    margin-right: 75px;
}

.transform_Y-30 {
    transform: translateY(-15px);
}

.transform__Y-30 {
    transform: translateY(15px);
}

.sub-heading.product-form {
    font-size: 15px;
}

.product-form-img-2 {
    height: 27.44px;
    width: 151px;
}

.product-box-by-style-wrap .sub-heading.product-captcha {
    font-size: 12px;
    color: var(--white);
}

.product-box-by-style-wrap .file-upload-text {
    color: var(--black);
}

.sub-heading.product-captcha {
    font-size: 9px;
    line-height: 10px;
}

.custom-input.grey.new-product::placeholder {
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-family: var(--font-medium);
}

.custom-input.grey::placeholder,
.file-upload-text.product {
    font-size: 14px;
    color: #000;
    text-align: left;
    font-family: var(--font-medium);
}

.get-a-quote-product {
    font-size: 35px;
    line-height: 35px;
}

.custom-submit.product {
    padding: 14px;
}


/* form end */


/* custom boxes start */

.custom-boxes-wrap {
    background-image: url(assets/imgs/box-agency-get-your-custom-boxes-with-logo-image\ .png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #2398c9;
    padding: 100px 50px 100px;
}

.main-heading.max-width-heading {
    max-width: 550px;
}

.custom-boxes-details-wrap.product {
    padding: 30px 0;
}

.border-btm {
    border-bottom: 1px solid #dadada;
}

.border-btm.new {
    border-bottom: 2px solid #3a3a3a;
}

.tab-title.product {
    font-size: 18px;
    padding: 15px 24px 12px;
    border-radius: 16px 16px 0 0;
    line-height: 19px;
    color: var(--secondary-color);
    transition: all 0.3s;
    border-bottom: 3px solid transparent;
}

.tab-title.active {
    border-bottom: 7px solid #2398c9;
}

.tab-title.product:hover {
    background: #2398c9;
}

.tab-title.product.active {
    background: #252525;
    color: #2398c9;
    border-bottom: 3px solid #2398c9;
}

.custom-boxes-details-wrap {
    padding: 10px 50px;
}

.custom-boxes-details-wrap.bg-grey {
    background-color: var(--section-bg);
    padding: 70px 50px;
}

.custom-box-description {
    font-size: var(--font-24);
    font-family: var(--font-medium);
    color: var(--paragraph-text);
    line-height: 37.44px;
}

.sub-heading li {
    list-style: inside;
}

.description.see-more {
    font-family: var(--font-extrabold);
    color: #2398c9;
    cursor: pointer;
}

.text-container {
    max-height: 500px;
    overflow: hidden;
    transition: all 0.5s ease-out;
}

.text-container.box-by-style {
    max-height: 100%;
}

.text-container.active {
    max-height: none;
    opacity: 1;
}

.text-container.active+.see-more-wrap {
    margin-top: 20px;
}

.see-more-img.active {
    transform: translateY(-40px) rotate(180deg);
}

.text-container h1,
.text-container h2,
.text-container h3 {
    display: inline-block;
    margin: 10px 0 0;
}

.text-container h4,
.text-container h5,
.text-container h6 {
    display: inline-block;
    margin: 10px 0 0;
}

.text-container h1 {
    color: var(--secondary-color);
}

.text-container p {
    font-size: var(--font-16);
    font-family: var(--font-medium);
    color: var(--paragraph-text);
    line-height: 26.4px;
    text-align: justify;
    margin: 10px 0;
}

.text-container ul,
.single-blog-container ul,
.text-container ol,
.single-blog-container ol {
    font-size: var(--font-16);
    font-family: var(--font-regular);
    line-height: 26.4px;
    margin: 0 0 15px 0;
    padding-left: 1.5rem;
}

.text-container ol,
.single-blog-container ol {
    margin: 0 0 15px 15px;
}

.text-container ul li,
.single-blog-container ul li {
    list-style: initial;
}


/* .text-container a,
.single-blog-container a {
  color: #2398c9;
} */


/* custom boxes end */


/* clients start */

.clients-wrap {
    padding: 30px 50px 40px;
    background-color: #f4f4f4;
}

.home .clients-wrap {
    padding: 20px 50px;
}


/* .home .clients-wrap {
  background-color: #fff !important;
  margin-top: -50px;
} */

.clients-wrap.bg-white {
    background-color: var(--white);
}

.clients-heading {
    font-size: 26px;
    font-family: var(--font-extrabold);
    line-height: 70px;
    color: var(--secondary-color);
}

.clients-heading.primary-color {
    color: #2398c9;
}

.clients.owl-carousel .owl-stage,
.clients.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients.owl-carousel .owl-item img {
    width: 140px;
    height: 50px;
    object-fit: contain;
}


/* clients end */


/* category page start */

.category-banner {
    padding: 20px 50px 40px;
    overflow: hidden;
}

.max-width-475 {
    max-width: 475px;
}

.max-width-640 {
    max-width: 640px;
}

.max-width-700 {
    max-width: 700px;
}

.max-width-800 {
    max-width: 800px;
}

.max-width-1000 {
    max-width: 1000px;
}

.max-width-580 {
    max-width: 580px;
}

.category-title {
    font-size: var(--font-16);
    line-height: 16px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    letter-spacing: 0.5em;
    margin: 0 0 25px 0;
}

.category-title.custom-blog-cat-title {
    font-size: 36px;
    line-height: normal;
    word-spacing: 8px;
    letter-spacing: 0.16em;
    margin: 0;
}

.category-banner-img {
    height: 400px;
    object-fit: contain;
    margin-top: 60px;
}

.category-item {
    text-align: center;
    margin-bottom: 20px;
}

.sub-heading.secondary-color {
    color: var(--secondary-color);
}

.categories-wrap {
    padding: 0 30px;
}


/* category page end */


/* product page start */

.services-wrap {
    display: grid;
    margin-top: 60px;
    grid-template-columns: repeat(auto-fit, 31%);
    justify-content: space-between;
    row-gap: 55px;
}

.ps {
    padding: 0 50px;
    overflow: hidden;
}

.mt-70 {
    margin-top: 70px;
}

.services-text {
    font-family: var(--font-medium);
    font-size: 16px;
    color: #606060;
    text-align: center;
}

.services-item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cta-wrap {
    padding: 0 50px;
    overflow: hidden;
}

.bg-primary {
    background-color: var(--home-banner);
    border-radius: 24px;
    padding: 20px 60px;
}

.bg-primary img {
    width: 395px;
    height: 379px;
    object-fit: contain;
    scale: 1.1;
}

.cta-wrap h3 {
    color: var(--secondary-color);
    font-family: var(--font-regular);
    font-size: 24px;
}

.cta-wrap h2 {
    color: var(--secondary-color);
    font-family: var(--font-extrabold);
    font-size: 55px;
    line-height: normal;
}

.cta-wrap p {
    color: var(--secondary-color);
    max-width: 507px;
}

.cta-img-wrap {
    display: flex;
    justify-content: end;
}

.related-section-img {
    border-radius: 24px;
    max-width: 100%;
    height: auto;
}

.related-section-item {
    margin-bottom: 60px;
}

.get-a-quote-product.pp {
    font-size: 30px;
    line-height: 30px;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-600 p {
    text-align: justify;
}

.product-page-wrap {
    padding: 50px 50px 50px;
}

.readmore {
    font-family: var(--font-medium);
    color: var(--paragraph-text);
}

.product-main-img-container.new-product {
    height: 496px;
}

.product-main-img-container {
    width: 100%;
    height: 533px;
    max-width: 100%;
}

.product-main-img {
    width: 100%;
    border-radius: 7px;
    object-fit: cover;
    background-color: #e7e7e7;
    max-width: 100%;
    height: 100%;
    cursor: pointer;
}

.related-imgs {
    width: 173.73px;
    height: 173.73px;
    border-radius: 7px;
    cursor: pointer;
    background-color: #d9d9d9;
    object-fit: cover;
    max-width: 100%;
}

.related-imgs.new-product {
    height: 152px;
}

.reviews-btn {
    border: 1px solid var(--paragraph-text);
    padding: 0 23px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 115px;
}

.cwu-btn {
    background-color: #2398c9;
    border-radius: 15px;
    padding: 0 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 115px;
}

.product-cta {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    gap: 18px;
}

.product-testimonial-wrap {
    margin-top: 95px;
    display: flex;
    gap: 25px;
}

.card.product {
    position: relative;
}

.design-print-wrap {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 10px 0;
    gap: 15px;
}

.design-inner-wrap {
    display: flex;
    flex-direction: column;
}

.large-font {
    font-family: var(--font-extrabold);
    font-size: 40px;
    line-height: 40px;
    color: #2398c9;
}

.description.product-desc {
    max-width: 200px;
}

.product-specifications-wrap {
    padding-top: 70px;
    background-color: var(--section-bg);
}

.product-specifications-wrap.new-product {
    padding-top: 0;
    background-color: var(--white);
}

table.specifications-table {
    width: 100%;
    border-collapse: collapse;
    /* max-width: 1240px;
  margin: auto; */
}

table.specifications-table td {
    padding: 4px 0 4px 20px;
}

table.specifications-table.reverse tr:nth-child(even),
table.specifications-table.simple tr {
    background-color: #e6e6e6;
}

table.specifications-table td.col-27 {
    width: 32%;
    padding: 4px 0 4px 150px;
}

.sub-heading.table-heading {
    font-size: 16px;
    line-height: 16px;
}

.product-model-wrap {
    background-color: #fff;
    width: 1200px;
    margin: auto;
    padding: 50px 50px 50px;
    border-radius: 7px;
    display: flex;
    align-items: start;
    gap: 30px;
}

.popup-img-wrap {
    width: 100%;
    height: 100%;
}

.popup-product-img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 7px;
    background-color: #f5f5f5;
}

.see-more-job {
    cursor: pointer;
    display: inline;
    color: #2398c9;
}

.custom-class {
    text-align: start;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999999;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    padding: 30px 50px;
}

.design-print-wrap.popup {
    margin-bottom: 0;
}

.close-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.close-wrap img {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.product-tabs-wrap.product,
.product-tabs-wrap.box-by-style {
    padding: 50px;
}

.product-tabs-wrap {
    padding: 50px 0;
    background-color: var(--section-bg);
    overflow: hidden;
}

.product-tabs-wrap.new-product {
    background-color: var(--white);
}

.tab-title-wrap h3 {
    cursor: pointer;
}

.tab-title.active {
    border-bottom: 5px solid #2398c9;
}

.product-tab-content {
    display: none;
}

.product-tab-content.active {
    display: block;
}


/* Single Product Breadcrumb */

.product-details .single-product-breadcrumb span {
    font-size: 13px;
    margin: 0 5px;
}


/* Custom Css */

.single-product .product-box-by-style-wrap .custom-hover:hover {
    border: 1px solid #f5aa35;
    box-shadow: 0px 0px 10px 0 #f5aa35;
}

.custom-hover-industry:hover {
    border: 1px solid #f5aa35 !important;
}

.tax-product_category .custom-hover:hover {
    border: 2px solid #f5aa35;
    box-shadow: 0px 0px 10px 0 #f5aa35;
}

.industry-tabs-section {
    margin: 0 10px 0 0;
}

.tax-product_category .new-home-form {
    margin-top: 80px;
}

.industry-btn {
    width: 155px;
}

.tax-product_category .industry-related-product {
    background-color: #f4f4f4;
}

.page-contact-us .custom-hover:hover {
    border: 2px solid #f5aa35;
    box-shadow: 0px 0px 10px 0 #f5aa35;
}

.page-custom-deline .custom-hover:hover {
    border: 2px solid #f5aa35;
    box-shadow: 0px 0px 10px 0 #f5aa35;
}


/* Blog Page */

.feature-blogs-wrap {
    padding: 0 50px;
}

.follow_us_main {
    margin: 20px 0;
    position: relative;
}

.lastest-head {
    display: inline-block;
    background-color: white;
    padding-right: 15px;
    margin-top: 10px;
}

.latest_border {
    display: inline-block;
    height: 15px;
    width: 96%;
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    top: 14px;
    z-index: -1;
}

.feature_posts_title {
    text-align: center;
    background-color: white;
    padding-right: 15px;
    margin-top: 10px;
}

.feature_posts_title:after {
    content: '';
    display: block;
    width: 17%;
    height: 0.1px;
    background-color: #cbcbcb;
    margin: 8px auto 30px;
}

.follow_us_border {
    display: inline-block;
    height: 15px;
    width: 100%;
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    top: 14px;
    z-index: -1;
}

.nopadding {
    padding: 0 !important;
}

.social-icon ul {
    display: flex;
    justify-content: end;
    gap: 40px;
    margin-bottom: 30px;
}

.social-icon i {
    color: #b1b1b1;
    font-size: 28px;
}


/* Start Eastern Banner  */


/* .change_new_banner {
  clear: both;
  position: relative;
  width: 100%;
  text-align: center;
}

.changer_new_banner_image {
  background-image: url(https://res.cloudinary.com/dllvojxqw/images/w_2560,h_812,c_scale/v1744802402/easter-banner-desktop-v1@3x/easter-banner-desktop-v1@3x.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: 100% auto;
  margin-top: -3px;
}

.change_new_banner_height {
  padding-top: 30.9%;
}

.home .top-bar {
  background-color: var(--white);
} */


/* .noshow {
  display: none !important;
}


.thanksgiving-banner-btns {
  position: absolute;
  left: calc(50% - 200px);
  top: 35%;
}

.thanksgiving-banner-btns .home-banner-btn-black {
  background-color: var(--white);
  color: var(--wp--preset--color--black);
}

.thanksgiving-banner-btns .home-banner-btn-trans {
  color: var(--white);
} */


/* End Eastern Banner */

.page-template-terms-conditions li {
    color: var(--paragraph-text);
    font-family: var(--font-regular);
}

.page-template-terms-conditions ol {
    margin-left: 20px;
}

#refresh-captcha {
    align-items: center;
    display: flex;
}

#refresh-captcha img {
    width: 16px;
    height: 16px;
}

.overlay-tag.wp-tag,
.overlay-tag.cld-tag {
    display: none;
}

.single-blog-wrap table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0 35px;
    font-size: 16px;
    text-align: left;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.single-blog-wrap table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.single-blog-wrap table td p {
    margin: 0px !important;
}

.single-blog-wrap table tr:nth-of-type(even) {
    background-color: #f9f9f9;
}


/* Blog Pagination */

.blog-pagination {
    margin-top: 25px;
}

.blog-pagination .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    align-items: center;
    width: 96%;
}

.blog-pagination .pagination li {
    margin: 0 5px;
}

.blog-pagination .pagination a,
.blog-pagination .pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.3s, color 0.3s;
    border: 1px solid;
}

.blog-pagination .pagination .page-numbers {
    color: var(--secondary-color);
}

.blog-pagination .pagination .current {
    background: var(--secondary-color);
    color: white;
    border-radius: 5px;
}

.blog-pagination .pagination .dots {
    color: #ccc;
    pointer-events: none;
}

.prev .fas,
.next .fas {
    font-size: 16px;
}

.blog-pagination .pagination .prev,
.blog-pagination .pagination .next {
    border: 1px solid #000;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    font-size: 18px;
    font-family: var(--font-regular);
}

.blog-pagination .pagination .prev:hover,
.blog-pagination .pagination .next:hover {
    background: var(--secondary-color);
    color: white;
}

.blog-pagination .pagination .page-numbers:hover {
    background: var(--secondary-color);
    color: white;
}

.page-template-contact-us .clients-wrap {
    margin-top: 0px;
}

.page-template-contact-us .blogs-category-item p {
    color: #2398c9;
}

.primary-color {
    color: #2398c9;
}

.privacy-policy-wrap ol {
    font-size: 16px;
    letter-spacing: 0.23px;
    line-height: 24.4px;
    color: var(--paragraph-text);
    font-family: var(--font-regular);
    margin-left: 15px;
}

.privacy-policy-wrap ul {
    font-size: 16px;
    letter-spacing: 0.23px;
    line-height: 24.4px;
    color: var(--paragraph-text);
    font-family: var(--font-regular);
    list-style: disc;
    margin-left: 15px;
}

.privacy-policy-wrap ul li {
    list-style: disc;
}

.no-show {
    display: none !important;
}

.faq-inner-wrap ul {
    letter-spacing: 0.23px;
    line-height: 24.4px;
    color: var(--paragraph-text);
    font-family: var(--font-regular);
}

.home-icon-wrap.web-wrap.corporates .home-icon-item img,
.home-icon-wrap.web-wrap.partner .home-icon-item img,
.eco-img img {
    width: 64px;
    height: 64px;
}

.process-wrap .process-item.new img {
    width: 33px;
}

.upload-icon {
    float: right;
    width: 15px;
    margin-top: 0px;
}

.google-wrap .properties-wrap .property-item img {
    width: 36px;
}

.contact-info-wrap-2 img {
    width: 67px;
    height: 67px;
}

.faq-inner-wrap table {
    color: var(--paragraph-text);
    font-family: var(--font-regular);
}

.term-custom-cardboard-boxes .custom-boxes-details-wrap {
    display: none;
}

.product-availablity {
    color: green;
    font-size: 16px;
    font-family: 'Visby Bold';
}

.prod-id {
    font-family: 'Visby Bold';
    color: #fff;
    font-size: 20px;
}

.saved-cart {
    background-color: #fff !important;
    font-size: 20px;
    padding: 6px 20px;
    border-radius: 8px;
}

.product-info-section .get-a-quote-heading.new-home {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.product-info-section {
    position: relative;
    overflow: visible;
}

.product-form-section {
    position: sticky;
    top: 0;
}

.favourite-btn,
.cart-btn {
    position: relative;
}

.total_cart_item,
.total_saved_item {
    background-color: #f5aa35;
    position: absolute;
    top: -5px;
    width: 14px;
    height: 14px;
    display: block;
    font-size: 8px;
    color: #000;
    text-align: center;
    line-height: 16px;
    border-radius: 20px;
    min-width: auto;
    left: auto;
    right: -5px;
    font-weight: 700;
    font-family: var(--font-medium);
}

#sb-register-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, 97%);
    gap: 5px;
}

#sb-register-form>div:last-child {
    grid-column: 1 / -1;
}

.sign-up-page {
    margin: 50px auto 60px !important;
}

.web-center {
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
}

.text-center {
    text-align: center;
}

.parsley-errors-list {
    color: red;
    list-style: none;
    padding-left: 0;
    font-size: 0.9em;
}

input.parsley-error {
    color: #b94a48 !important;
    border: 1px solid #b94a48;
}

select.parsley-error {
    color: #b94a48 !important;
    border: 1px solid #b94a48;
}

.parsley-error::placeholder {
    color: #b94a48 !important;
    opacity: 1;
}

input.parsley-success {
    border: 1px solid rgb(31, 148, 31) !important;
}

input.parsley-success:focus-visible {
    border: 1px solid rgb(31, 148, 31) !important;
}

.prod-info-section {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.prod-items {
    gap: 15px;
    display: flex;
    align-items: baseline;
    padding: 8px;
    border-radius: 8px;
}

.saved-cart,
.heart-svg {
    border: none;
    background: none;
}

.saved-cart svg,
.heart-svg svg {
    width: 28px;
    padding-top: 3px;
}


/* Search Navbar */

.search-nav-container,
.top-bar {
    background-color: #2398c9 !important;
    padding: 0 50px;
}

.serach-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 42px 0px 0px;
    gap: 40px;
    position: relative;
}

.serach-navbar .logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.serach-navbar .logo-icon {
    width: 30px;
    height: auto;
}

.serach-navbar .logo-text {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.serach-navbar .search-bar input {
    width: 400px;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 9999px;
    outline: none;
}

.header-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.header-actions .line {
    width: 1px;
    height: 20px;
    background: #fff;
}

.top-bar-desktop .header-social-btns svg {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}

.serach-navbar .header-social-btns span.footer-main-heading {
    color: #344054;
    font-weight: 700;
    font-size: 16px;
}

.serach-navbar .icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serach-navbar .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: orange;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 50%;
}

.serach-navbar .user-name {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
}

.serach-navbar .user-name .arrow {
    color: orange;
}

.nav-searchbar input#keyword {
    padding: 25px 50px !important;
    width: 100% !important;
    border-radius: 12px !important;
}

.nav-searchbar .icon {
    top: 6px;
    padding-left: 20px;
}

.signup-btn {
    color: #fff;
    font-family: 'Visby Medium';
}

.signup-btn:hover {
    transform: scale(1.05);
}

.login-btn {
    color: #fff;
    font-family: 'Visby Medium';
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.login-btn:hover {
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
}


/* .tax-product_category .search-nav-container {
    background-color: #FDF2E1 !important;
} */

.logout-btn {
    color: #fff;
    font-family: var(--font-medium);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    background: transparent;
}

.logout-btn:hover,
.remove_cart:hover {
    color: #d32f2f;
    transform: scale(1.05);
}

.cookie-popup.hidden {
    display: none !important;
}

.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 900px;
    background: #1a1a1a;
    color: #fff;
    border-radius: 12px;
    padding: 20px 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    animation: slideUp 0.4s ease;
}

.cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-text h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #fff;
}

.cookie-text p {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

.cookie-text a {
    color: #f5aa35;
    text-decoration: none;
}

.cookie-text a:hover {
    text-decoration: underline;
}

.cookie-btn {
    background-color: #2398c9;
    color: #000;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.cookie-btn:hover {
    background: #fff;
}

@keyframes slideUp {
    from {
        transform: translate(-50%, 40px);
        opacity: 0;
    }
    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

.banner-images-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.banner-images-wrapper img {
    width: 215px;
    height: 215px;
    border-radius: 15px;
    margin: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-images-wrapper>div {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
}

.banner-images-wrapper .product-item {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.banner-images-wrapper>div.first-column {
    animation: scrollTopToBottom 30s linear infinite;
}

.banner-images-wrapper>div.second-column {
    animation: scrollBottomToTop 30s linear infinite;
}

@keyframes scrollTopToBottom {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(calc(-235px * 6));
    }
}

@keyframes scrollBottomToTop {
    0% {
        transform: translateY(calc(-235px * 6));
    }
    100% {
        transform: translateY(0);
    }
}


/* Ensure smooth infinite loop */

.banner-images-wrapper>div.first-column,
.banner-images-wrapper>div.second-column {
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}


/* gradient overlays for top/bottom fade */

.div-top {
    position: absolute;
    top: 0;
    inset-inline: 0;
    height: 70px;
    z-index: 1;
    background: linear-gradient(to bottom, #f6f6f6 0%, transparent 60%);
}

.div-bottom {
    position: absolute;
    bottom: 0;
    inset-inline: 0;
    height: 50px;
    z-index: 1;
    background: linear-gradient(to top, #f6f6f6, transparent);
}

.home .home-product-img.industry {
    max-width: 280px;
    max-height: 280px;
}

.home .home-icon-item {
    background-color: transparent !important;
}

.testimonials-content p {
    max-width: 882px;
    margin: 20px auto 0;
    text-align: center;
}

.home .brands-section {
    display: block !important;
}

.accordion-item-body {
    border: none;
    background: #fff;
    border-radius: 0 0 15px 15px;
}

.accordion-header.change {
    background: #fff;
    border: none;
}

.accordion-item-body-content.change {
    border: none;
}

.testimonials-content {
    padding: 60px 50px 0px;
}

.dicount-offer-heading {
    color: #fff;
    font-family: var(--font-light);
    font-size: 14px;
}

.dicount-offer-heading span span {
    margin-left: 10px;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #2398c9;
}

.nav-searchbar input#keyword {
    width: 545px !important;
}

.heart-svg.active svg path,
.saved-cart.active svg path {
    fill: #f5aa35;
}


/* Spinner Start */

.cp-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.cp-loader .spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #444;
    border-top-color: #f5a622;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* Spinner End */

.quote-heading-section {
    border-bottom: 1px solid #666666;
}

.buy-btn {
    align-items: anchor-center;
    background-color: #2398c9 !important;
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    font-family: var(--font-extrabold);
    padding: 16px !important;
    border-radius: 15px !important;
    border: none !important;
}

.buy-btn svg {
    padding: 0 !important;
    width: 18px !important;
    margin-bottom: -2px;
}

.stone_een {
    fill: #0B1719 !important;
}


/* #save_product {
    display: flex;
    gap: 3px;
    align-items: anchor-center;
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 10px 26px !important;
    border-radius: 8px !important;
    border: 1px solid #000;
} */

#mega-menu-item-12482,
#mega-menu-item-12481 {
    display: none !important;
}

.toast-message {
    font-family: var(--font-regular) !important;
}

.home .btn-secondary {
    font-family: var(--font-bold) !important;
}

.faq-tagline {
    padding: 12px 18px 8px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 24px;
    position: relative;
    font-family: var(--font-regular) !important;
    max-width: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
}


/* .tax-product_category input#keyword {
    outline: 1px solid #ccc;
    background-color: transparent;
} */

.eco-friendly-section {
    padding: 50px 0px !important;
}

.relted-product-section {
    padding: 50px 0px !important;
}

.mat-seller a {
    color: var(--secondary-color);
}

.dimension-info-wrapper {
    border-bottom: 1px solid #ccc;
    margin-bottom: 45px;
}

.custom-placeholder-dimension {
    position: absolute;
    left: 15px;
    top: 3px;
    transition: all 0.2s;
    color: #fff;
    pointer-events: none;
    font-family: var(--font-regular);
    font-size: 14px;
}

.box-sizes-wrapper .custom-placeholder-dimension,
.custom-form-wrapper .custom-placeholder-dimension,
.style-form-wrap .custom-placeholder-dimension,
.product-box-by-style-wrap .custom-placeholder-dimension {
    left: 0px;
    top: -34px;
}

#main-custom-select-unit {
    position: absolute;
    top: -34px;
    left: 0;
}

.style-form-wrap #main-custom-select-unit,
.product-box-by-style-wrap #main-custom-select-unit {
    position: absolute;
    top: -34px;
    left: 0;
}

#custom .custom-placeholder-dimension.non-req,
#cq_cu9102 .custom-placeholder-dimension.non-req {
    top: -24px !important;
}

#cq_cu9109 .custom-placeholder-dimension {
    color: var(--secondary-color);
}

#cq_cu9109 .custom-placeholder-dimension.non-req {
    top: -24px !important;
}

#getForm .upload-submit-wrapper .a-forward {
    top: 95px !important;
}


/* Product Form Start */

.dropdown-group.pos-relative.web-flex.web-column.form-cols-5 {
    width: calc(33% - 15px);
}

.form-direction-column .input-wrapper.form-cols-5 {
    width: calc(33% - 15px);
}

.dropdown-group.pos-relative.web-flex.web-column.form-cols-6 {
    width: calc(51% - 15px);
}

.price-tag {
    font-size: 20px;
    color: var(--white);
    font-family: var(--font-bold);
}

.product-form-section .tab-navigation {
    display: flex;
    gap: 5px;
    background: #fff;
    padding: 5px;
    border-radius: 12px;
}

.product-form-section .tab-navigation .tab-btn {
    flex: 1;
    padding: 12px 20px;
    border: none;
    background: transparent;
    color: #64748b;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-bold);
}

.product-form-section .tab-navigation .tab-btn:hover {
    color: #cbd5e1;
}

.product-form-section .tab-navigation .tab-btn.active {
    background: #2398c9;
    color: var(--secondary-color);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
    font-family: var(--font-bold);
}

.tab-content {
    display: none;
    padding-top: 30px 0px;
    animation: fadeIn 0.3s ease-out;
}

.tab-content.active {
    display: block;
}


/* Product Form End */

.dimension-info-wrapper .tooltip-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
}

.dimension-info-wrapper .dimension-info-icon {
    width: 20px;
    height: 20px;
}


/* Tooltip box */

.dimension-info-wrapper .tooltip-content {
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    background: #fff;
    color: #000;
    padding: 15px 18px;
    border-radius: 10px;
    font-size: 16px;
    font-family: var(--font-medium);
    line-height: 1.6;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}


/* Tooltip arrow */

.dimension-info-wrapper .tooltip-content::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 48%;
    transform: rotate(180deg);
    border-width: 8px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}


/* Show on hover */

.dimension-info-wrapper .tooltip-wrapper:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
}

.toast-warning {
    opacity: 1 !important;
    filter: alpha(opacity=100);
}

#toast-container>.toast-warning {
    opacity: 1 !important;
}


/* NJ Fulfillment Hub Start */

.hero-section-wrapper {
    padding: 80px 0;
}

.custom-overlay {
    position: relative;
    z-index: 1;
}

.custom-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.1;
    z-index: -1;
    pointer-events: none;
}

.fulfillment-section {
    padding: 80px 40px;
    background-color: #2398c9;
    font-family: 'Inter', -apple-system, sans-serif;
}

.fulfillment-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.image-wrapper {
    flex: 1.2;
    /* Slightly wider image side */
}

.image-wrapper img {
    width: 100%;
    display: block;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.content-wrapper {
    flex: 1;
}

h1 {
    font-size: 3.2rem;
    color: var(--nj-navy);
    line-height: 1.1;
    margin-bottom: 40px;
    font-weight: 800;
}

.usp-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.usp-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.icon-container {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: var(--nj-orange);
}

.usp-text {
    font-size: 1.15rem;
    color: var(--nj-navy);
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}

.text-blue-color {
    color: #2398c9;
}

.btn-secondary.navbar-btn:hover {
    background-color: #fff;
    color: #000;
}


/* Home Page Hero Section */

.home-page-hero-section-wrapper {
    border-bottom: 1px solid #ccc;
}

.warehousing-hero-section.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	max-width: 1280px;
    gap: 20px;
    margin: 0 auto;
    padding: 0px 50px;
	align-items: center;
}

.warehousing-hero-section .content-side {
    flex: 1;
}

.warehousing-hero-section h1 {
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 42px;
}

.warehousing-hero-section .description {
    font-size: 1.125rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.warehousing-hero-section .btn-group {
    display: flex;
    gap: 16px;
}

.warehousing-hero-section .btn {
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

.warehousing-hero-section .btn-primary {
    background-color: #2398c9;
    color: white;
    border: none;
}

.warehousing-hero-section .hero-banner-img {
    width: 100%;
    max-width: 640px;
    border-radius: 24px;
}

.warehousing-hero-section .btn-primary:hover {
    background-color: #1452a8;
}

.warehousing-hero-section .btn-secondary {
    background-color: white;
    color: #1a1a1a;
    border: 1px solid #e0e0e0;
}

.warehousing-hero-section .btn-secondary:hover {
    background-color: #f8f9fa;
}

.warehousing-hero-section .stats {
    display: flex;
    gap: 40px;
    padding-top: 30px;
}

.warehousing-hero-section .stat-item h3 {
    color: #2398c9;
    font-size: 1.5rem;
    margin-bottom: 4px;
}

.warehousing-hero-section .stat-item p {
    color: #777;
    font-size: 0.875rem;
}

.warehousing-hero-section .placeholder-icon {
    width: 80px;
    height: 80px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%231a69d6"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19 16V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2zM13 13h3M8 13h.01m-4.01 0h.01" /></svg>');
    background-repeat: no-repeat;
    margin-bottom: 15px;
    opacity: 0.5;
}

.warehousing-hero-section .visual-side p {
    color: #2398c9;
    font-weight: 500;
}


/* Parent Wrapper Styles */

.warehouse-container {
    padding: 80px 20px;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}


/* All child elements scoped to .warehouse-container */

.warehouse-container .max-width-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.warehouse-container .header-content {
    text-align: center;
    margin-bottom: 60px;
}

.warehouse-container .badge {
    background: #e3f2fd;
    color: #03a9f4;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-block;
}

.warehouse-container .main-title {
    font-size: 42px;
    color: #0f172a;
    margin: 25px 0;
    line-height: 1.2;
    font-weight: 800;
}

.warehouse-container .sub-text {
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 16px;
}

.warehouse-container .content-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 80px;
}

.warehouse-container .features-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.warehouse-container .feature-card {
    display: flex;
    align-items: center;
    padding: 24px;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    transition: all 0.3s ease;
    background: #fff;
}

.warehouse-container .icon-circle {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #03a9f4;
    font-size: 18px;
}

.warehouse-container .card-text h4 {
    margin: 0;
    font-size: 18px;
    color: #1e293b;
    font-weight: 700;
}

.warehouse-container .card-text p {
    margin: 6px 0 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.4;
}

.warehouse-container .cta-button {
    display: inline-flex;
    align-items: center;
    background: #03a9f4;
    color: #fff;
    padding: 16px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    width: fit-content;
    margin-top: 10px;
    font-size: 15px;
    transition: 0.3s;
}

.warehouse-container .img-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 420px;
}

.warehouse-container .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.warehouse-container .stats-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.warehouse-container .stat-num {
    display: block;
    color: #03a9f4;
    font-size: 24px;
    font-weight: 800;
}

.warehouse-container .stat-label {
    font-size: 11px;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
}

.warehouse-container .separator {
    border: 0;
    border-top: 1px solid #f1f5f9;
    margin-bottom: 60px;
}

.warehouse-container .bottom-metrics {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.warehouse-container .metric-val {
    color: #03a9f4;
    font-size: 38px;
    margin: 0 0 8px 0;
    font-weight: 800;
}

.phone-field {
    display: flex;
}

.phone-field option {
    color: #000;
    font-size: 14px;
}

#country-code,
#preset-country-code {
    width: 85px;
    border-radius: 15px 0px 0px 15px;
    border: 1px solid #ccc;
    padding: 12px;
    font-size: 14px;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

.custom-select-wrapper select {
    width: 100%;
    padding: 10px 40px 10px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    cursor: pointer;
}

.phone-field #phone-number {
    border-radius: 0px 15px 15px 0px !important;
    border-left: none !important;
}

.custom-select-wrapper .custom-arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    pointer-events: none;
    width: 8px;
    height: auto;
}

#cq_cu9109 #country-code {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}

#cq_cu9109 .custom-arrow {
    filter: invert(110%) sepia(91%) saturate(7463%) hue-rotate(136deg) brightness(91%) contrast(109%);
}


/* Responsive Overrides */

@media (max-width: 992px) {
    .warehouse-container .content-grid {
        grid-template-columns: 1fr;
    }
    .warehouse-container .bottom-metrics {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .warehouse-container .image-column {
        order: -1;
    }
}


/* RESPONSIVENESS */

@media (max-width: 968px) {
    .warehousing-hero-section.container {
        flex-direction: column;
        text-align: center;
        padding: 40px 25px;
        gap: 40px;
    }
    .warehousing-hero-section .description {
        margin-left: auto;
        margin-right: auto;
    }
    .warehousing-hero-section .btn-group {
        justify-content: center;
    }
    .warehousing-hero-section .stats {
        justify-content: center;
        gap: 20px;
    }
    .warehousing-hero-section .visual-side {
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 480px) {
    .warehousing-hero-section .btn-group {
        flex-direction: column;
    }
    .warehousing-hero-section .stats {
        flex-direction: column;
        gap: 25px;
    }
}


/* Tablet and Mobile adjustments */

@media (max-width: 992px) {
    .fulfillment-container {
        flex-direction: column;
        gap: 40px;
    }
    h1 {
        font-size: 2.5rem;
        text-align: center;
    }
}


/* Unique wrapper class to prevent CSS bleeding */

.njh-capabilities-section {
    --njh-primary: #34495e;
    --njh-accent: #2c3e50;
    --njh-text: #555555;
    --njh-bg: #ffffff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #F2F2F2;
    padding: 60px 20px;
    color: var(--njh-primary);
    line-height: 1.5;
}

.njh-capabilities-section .njh-container {
    max-width: 1200px;
    margin: 0 auto;
}

.njh-capabilities-section .njh-header {
    text-align: center;
    margin-bottom: 60px;
}

.njh-capabilities-section .njh-section-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: var(--njh-primary);
}

.njh-capabilities-section .njh-flex-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.njh-capabilities-section .njh-column {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}


/* Center Circle Image */

.njh-capabilities-section .njh-image-wrapper {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.njh-capabilities-section .njh-circle-mask {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.njh-capabilities-section .njh-circle-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Service Cards */

.njh-capabilities-section .njh-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}


/* Left Column: Icon Left, Text Right */

.njh-capabilities-section .njh-align-left {
    text-align: left;
}


/* Right Column: Text Left, Icon Right */

.njh-capabilities-section .njh-align-right {
    flex-direction: row-reverse;
    text-align: right;
}

.njh-capabilities-section .njh-icon-holder {
    min-width: 55px;
    width: 55px;
    height: 55px;
    background: #f1f3f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--njh-accent);
    transition: all 0.3s ease;
}

.njh-capabilities-section .njh-card:hover .njh-icon-holder {
    transform: scale(1.1);
    background: var(--njh-primary);
    color: #ffffff;
}

.njh-capabilities-section .njh-title-small {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--njh-primary);
}

.njh-capabilities-section .njh-description {
    margin: 0;
    font-size: 14px;
    color: var(--njh-text);
}


/* Responsive Breakpoints */

@media (max-width: 1024px) {
    .njh-capabilities-section .njh-flex-layout {
        justify-content: center;
    }
    .njh-capabilities-section .njh-image-wrapper {
        order: -1;
        width: 100%;
        margin-bottom: 20px;
    }
    .njh-capabilities-section .njh-circle-mask {
        width: 300px;
        height: 300px;
    }
    .njh-capabilities-section .njh-align-right {
        flex-direction: row;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .njh-capabilities-section .njh-column {
        gap: 35px;
    }
    .njh-capabilities-section .njh-section-title {
        font-size: 22px;
    }
}

.njh-apart-section {
    --njh-font: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --njh-dark: #1a1a1a;
    --njh-muted: #555555;
    --njh-bg: #ffffff;
    font-family: var(--njh-font);
    background-color: var(--njh-bg);
    padding: 80px 20px;
    text-align: center;
    color: var(--njh-dark);
}

.njh-apart-container {
    max-width: 1100px;
    margin: 0 auto;
}

.njh-apart-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.njh-apart-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--njh-muted);
    max-width: 950px;
    margin: 0 auto 60px auto;
}


/* Features Grid */

.njh-apart-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.njh-apart-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.njh-apart-item:hover {
    transform: translateY(-5px);
}

.njh-apart-icon-box {
    font-size: 45px;
    margin-bottom: 20px;
    color: var(--njh-dark);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.njh-apart-label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--njh-dark);
    max-width: 120px;
}

.clients.owl-carousel.owl-loaded.owl-drag {
	padding: 20px 0px;
	background-color: #2398c9;
	border-bottom: 1px solid #fff;
}

.clients-wrap {
	padding: 0px !important;
}

.clients-wrap .new-clients-heading {
	padding: 20px;
    display: block;
}


/* Responsive adjustments */

@media (max-width: 992px) {
    .njh-apart-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 20px;
    }
    .njh-apart-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
	
	.fulfillment-section,
	.njh-capabilities-section,
	.njh-apart-section {
		padding: 30px;
	}
	
	.warehouse-container .cta-button {
		margin: 0 auto;
	}
	
	.warehouse-container .header-content,
	.warehouse-container .content-grid,
	.njh-capabilities-section .njh-header {
		margin-bottom: 30px !important;
	}
	
    .njh-apart-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .njh-apart-description {
        font-size: 14px;
    }
}


/* NJ Fulfillment Hub End */


/* Mobile friendly */

@media (max-width: 678px) {
    .tooltip-content {
        width: 280px;
        font-size: 12px;
    }
	.feature-blogs-wrap {
		padding: 0 30px;
	}
}


/* Responsive */

@media (max-width: 640px) {
    .free-shipping-text {
        text-align: start;
    }
    .home .mega-sub-menu .new-nav-wrap .custom-row .custom-col-mob-100 {
        padding: 0px !important;
    }
    #cookie-popup {
        z-index: 10;
    }
    [data-id="zsalesiq"] {
        position: relative;
        z-index: 5;
    }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        background-size: 20px !important;
        border-radius: 8px;
    }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        width: 28px;
        height: 28px;
    }
    .top-bar-mobile.web-px-50 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .page-template-checkout .checkout-page {
        margin: 0px !important;
    }
    .page-template-checkout .product-section-wrap,
    .page-template-checkout .product-details {
        margin: 20px !important;
    }
    .top-bar-mobile.web-px-50 {
        padding: 5px 15px 7px !important;
    }
    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .cookie-btn {
        align-self: normal;
    }
    .product-details,
    .remove {
        flex: auto !important;
    }
    .industry-btn {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
        width: 100% !important;
    }
    .btn-secondary {
        width: 100%;
    }
    .form-direction-column .input-wrapper.form-cols-5 {
        width: 100%;
    }
    .dropdown-group.pos-relative.web-flex.web-column.form-cols-6 {
        width: 100%;
    }
    #preset .options-heading {
        padding: 0 !important;
    }
    #preset .options-list {
        padding: 15px 0px 5px 0px !important;
    }
    .saved-cart.buy-btn {
        width: 100%;
    }
}

.accordion-header.change .faq-title::first-letter {
    text-transform: uppercase;
}

.halloven-hero-section {
    position: relative;
    padding: 50px 0 !important;
}

.halloven-hero-banner {
    position: absolute;
    right: 9%;
    top: 18%;
}

.halloven-hero-banner img {
    width: auto;
    max-width: 1080px;
}

.havollen-banner-btn {
    font-size: 16px;
    padding: 15px 40px 12px;
    font-family: var(--font-bold);
    border-radius: 12px;
    line-height: 16px;
}

.only-mobile-show,
.mobile-img-show {
    display: none !important;
}

@media (min-width: 1510px) {
    table.specifications-table {
        max-width: 1240px;
        margin: auto;
    }
}


/* product page end */


/* blog page start */

.single-blog-main-img {
    width: 100%;
}

.single-blog-container img {
    height: auto !important;
    object-fit: cover;
    text-align: center;
}

.single-blog-container figure {
    text-align: center;
}

.max-width-wrap-700 {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
}

.single-blog-wrap .max-width-wrap-700 {
    width: 100%;
    max-width: 900px;
}

.main-blogs-wrap {
    padding: 0 50px;
    margin-bottom: 50px;
}

.printing-blogs-wrap {
    padding: 0 50px;
    overflow: hidden;
}

.blog-banner {
    padding: 116px 50px;
    background: linear-gradient(270deg, rgba(245, 170, 53, 0) 17.94%, #f4f4f4 74.83%), url(assets/imgs/blog_download.jpg) no-repeat center center;
    background-size: cover;
}

.max-width-315 {
    max-width: 315px;
}

.blogs-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, 47%);
    gap: 20px;
}

.blogs-wrap.blogs-category-wrap {
    grid-template-columns: repeat(auto-fit, 30%);
}

.blogs-placeholder-img {
    border-radius: 24px;
    margin-bottom: 19px;
    width: 100%;
    max-width: 100%;
    height: 260px;
    object-fit: cover;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    object-position: top;
}

.blog-item h2,
.blog-item p {
    max-width: 444px;
}

a.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

a.blog-card button {
    width: max-content;
}

.top-rated-blog-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.23);
}

.top-rated-blog-item h2 {
    font-family: var(--font-bold);
    font-size: 15px;
    color: var(--secondary-color);
}

.top-rated-blog-item:last-child {
    margin-bottom: 0 !important;
}

.main-heading.top-rated-text {
    font-size: 28px;
    line-height: normal;
}

.main-heading.top-rated-text:after {
    content: "";
    display: block;
    margin-top: 8px;
    height: 0.1px;
    width: 50%;
    background-color: #cbcbcb;
}

.sidebar-thumbnail-img {
    width: 85px;
    height: 85px;
    object-fit: cover;
}

.border-right {
    border-right: 2px solid #2398c9;
}

.pl-35 {
    padding-left: 35px !important;
}

.blogs-category-item img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 7px;
}

.blogs-category-item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs-category-item .span {
    color: #2398c9;
    font-size: 16px;
    font-family: var(--font-bold);
    margin-top: auto;
    display: block;
}

.blogs-category-wrap .owl-dots {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: -65px;
    text-align: center;
}

.blogs-category-wrap .owl-dots button.owl-dot {
    width: 11px;
    height: 11px;
    background-color: var(--paragraph-text);
    border-radius: 50%;
    margin: 0 3px;
}

.blogs-category-wrap .owl-dots button.owl-dot.active {
    transition: 0.2s;
    background-color: #2398c9;
    scale: 1.3;
}

.blogs-placeholder-img {
    background-color: var(--section-bg);
}

.post-meta-info {
    font-size: 16px;
    font-family: var(--font-medium);
}

.post-meta-info a {
    color: var(--paragraph-text);
}

.meta-wrap {
    display: flex;
    align-items: start;
    gap: 5px;
}

.meta-wrap img {
    width: 18px;
    height: 18px;
}

.author-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background-color: var(--section-bg);
    padding: 30px;
    border-radius: 12px;
    margin-top: 15px;
}

.author-box img {
    width: 80px;
    height: 80px;
    max-width: unset;
    object-fit: cover;
    border-radius: 50% !important;
}

.author-name-box {
    color: #000;
    font-size: 21px;
    margin-bottom: 5px;
}

.author-role-box {
    font-size: 18px;
    font-weight: 600;
    margin: 6px 0px;
    color: var(--paragraph-text);
}

.author-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-main-content {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 60px;
}

.max-width-wrap-350 {
    position: sticky;
    top: 68px;
    max-width: 350px;
    width: 350px;
    overflow: hidden;
    flex-shrink: 0;
    align-self: flex-start;
}

.sidebar-left {
    background: #f8f8f8;
    border-right: 1px solid #515151;
    font-size: 1.8rem;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 15px;
}

.sidebar-left h2 {
    background: #2398c9;
    padding: 25px 15px;
    border-radius: 15px 15px 0 0;
}

#toc>li {
    border-bottom: 1px solid #cbcbcb;
}

#toc>li:last-child {
    border-radius: 0 0 15px 15px;
}

.table-content {
    margin: 0px 0px 20px;
    border-radius: 0 0 15px 15px;
}

.sidebar-left ul {
    position: relative;
    list-style: none;
    overflow-x: visible;
}

.sidebar-left ul li a {
    font-family: 'Visby Regular';
    font-size: 17px;
    text-decoration: none;
    color: grey;
    display: inline-block;
    padding: 8px 25px 8px 15px;
    font-weight: 600;
    line-height: 28.4px;
}

.sidebar-left ul li.active>a {
    background: #000;
    color: #2398c9;
    border-left: 3px solid #2398c9;
    padding: 8px 35px 8px 15px;
    width: 100%;
}

.sidebar-left ul li.active:last-child>a {
    padding-bottom: 18px;
}

.sidebar-left ul li ul {
    margin-left: 35px;
    box-shadow: none;
    top: 0;
    padding: 0;
}

.sidebar-left ul li ul li {
    list-style: disc;
}

.sidebar-left ul li ul li::marker {
    color: grey;
    font-size: 16px;
}

.sidebar-left ul li ul li a {
    font-size: 16px;
    font-family: var(--font-medium);
    text-decoration: none;
    color: grey;
    display: inline-block;
    font-weight: 400;
}

.max-width-wrap-700 {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

.author-box strong {
    color: #2398c9;
    cursor: pointer;
}

.author-box .short-content {
    display: inline;
}


/* Blog CTA Banner */

.blog-adv-banner {
    background: url(https://res.cloudinary.com/dllvojxqw/images/w_2560,h_809,c_scale/v1741242300/Mask-group_10397375a2/Mask-group_10397375a2.webp) var(--home-banner);
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 47%);
    justify-content: space-evenly;
    padding: 25px 3px;
    margin: 30px 0;
    align-items: center;
}

.blog-adv-banner .btn-secondary.navbar-btn {
    font-size: 14px;
    padding: 10px 45px 10px 25px;
    font-family: var(--font-medium);
    border-radius: 12px;
    line-height: 16px;
    width: auto;
}


/* Advertisment Banner */

.adver-banner .ad-banner {
    background: url(https://res.cloudinary.com/dllvojxqw/images/v1738564081/Mask-group/Mask-group.png), #fce5c1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 45px 25px 25px;
}

.ad-banner img {
    width: 300px;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
    margin-top: -15px;
}

.ad-banner .adv-title {
    text-align: center;
    line-height: 1.2;
}

.ad-banner .adv-info {
    text-align: center;
}

.ad-banner .free_quote {
    left: 50%;
    transform: translate(-50%, 0);
    margin: 25px 0px 0px;
}


/* Discount Banner */

.dis-banner {
    background-color: var(--wp--preset--color--black);
    border-radius: 25px;
    display: flex;
    gap: 30px;
    justify-content: space-around;
    padding: 0 45px 25px;
    margin: 30px 0;
}

.dis-banner .blog-adv-img img {
    width: 350px;
    height: 200px !important;
}

.dis-banner .img {
    width: 408px;
    height: 246px !important;
}

.dis-banner .dis-title {
    color: #fff;
    font-size: 32px;
    margin: 25px 0px 10px;
    line-height: 1.2;
    text-align: left;
}

.dis-banner p {
    color: var(--white) !important;
}

.dis-banner .dis-title span {
    color: #2398c9;
}

.dis-banner .dis-info {
    color: #fff;
    text-align: center;
}

.dis-banner .dis-form {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 5px;
    margin: 25px 0px 0px;
}

.dis-banner .dis-form .dis-inp {
    width: 100%;
    border: none;
    font-size: 15px;
    outline: none;
    padding: 10px;
    border-radius: 15px;
    color: #000;
    font-family: var(--font-bold);
}

.dis-banner .dis-form .btn-primary {
    background-color: #2398c9;
    color: var(--secondary-color);
    border-radius: 15px;
    padding: 15px 25px;
    font-size: 15px;
    font-family: var(--font-bold);
    display: inline-block;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-align: center;
}

.dis-banner p,
.blog-adv-banner p {
    text-align: left !important;
}

.single-blog-wrap img {
    border-radius: 12px;
}

.single-blog-wrap .style-form-wrap.new-home {
    margin: 20px 0px 0px;
    padding: 20px;
}

.single-blog-wrap .contact-us-form-wrap .sm-flex-column .contact-form-input.c-flex-48.data-hj-allow.custom-hover,
.single-blog-wrap .custom-shape {
    display: none;
}

.single-blog-wrap .contact-us-form-wrap .sm-flex-column .sm-mobile-mb-20.contact-form-input.c-flex-48.data-hj-allow.wpcf7-validates-as-required.custom-hover {
    display: block;
}

.single-blog-wrap .contact-us-form-wrap {
    background: #3a3a3a;
    padding: 20px;
    margin-top: 10px;
}

.single-blog-wrap .contact-us-form-wrap .web-mb-20 {
    width: 100%;
    display: block;
}

.single-blog-wrap .contact-us-form-wrap .contact-form-input {
    width: 100%;
    font-size: 15px;
    outline: none;
    font-family: var(--font-bold);
    background-color: transparent;
    border: 0.5px solid var(--white);
    color: var(--white);
    padding: 10px 16px;
    text-align: left;
    border-radius: 15px;
}

.single-blog-wrap .contact-us-form-wrap textarea.contact-form-input {
    background-color: transparent;
    border: 0.5px solid var(--white);
    color: var(--white);
    padding: 10px 16px;
    text-align: left;
    border-radius: 15px;
    resize: none;
    height: 6.25em;
}

.single-blog-wrap .contact-us-form-wrap .web-align-center {
    width: 100%;
    display: block;
}

.single-blog-wrap .contact-us-form-wrap .custom-submit.product {
    width: 100%;
}

.single-blog-wrap .contact-us-form-wrap .a-forward {
    top: 18px;
}

.single-blog-wrap .contact-us-form-wrap .custom-submit.black {
    background-color: #2398c9;
}


/* Footer Banner */

.blog-footer-banner {
    margin: 30px 50px;
}

.blog-footer-banner .banner {
    display: grid;
    grid-template-columns: repeat(auto-fit, 47%);
    align-items: center;
    justify-content: space-evenly;
    background: url(https://res.cloudinary.com/dllvojxqw/images/v1741326139/Group-1000002039/Group-1000002039.png);
    background-position: center center;
    background-size: cover;
    color: white;
    position: relative;
    background-color: var(--secondary-color);
    padding: 44px 50px 44px;
    border-radius: 48px;
}

.blog-footer-banner .btn-secondary:hover img {
    filter: invert(1);
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}


/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 22px;
}

.testimonial .carousel {
    padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}


/* ------testimonial  close-------*/


/* blog page end */


/* singl blog page start */

.max-width-700 {
    max-width: 700px;
}

.tagline p {
    max-width: 80%;
    margin: auto;
}

.single-blog-wrap {
    padding: 0 50px;
}

.single-blog-container p {
    margin: 0 0 10px;
    text-align: justify;
    color: #393939;
    font-size: 17px;
    line-height: 28.4px;
}

.single-blog-container h2,
.text-container h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: left;
}

.single-blog-container h3,
.text-container h3 {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
}

.single-blog-container h1,
.single-blog-container h2,
.single-blog-container h3,
.single-blog-container h4,
.single-blog-container h5,
.single-blog-container h6 {
    margin: 10px 0 5px;
    display: inline-block;
}

.collapsible {
    cursor: pointer;
    padding: 10px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    margin: 0;
}

.collapsible .icon {
    float: right;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
}

.table-content {
    overflow: hidden;
    transition: max-height 0.2sease-out;
    margin: 0;
}


/* single blog page end */


/* get a quote page start */

section.quote-banner {
    background-color: var(--white);
}

section.quote-banner.get-a-quote {
    height: 450px;
}

h2.grey-color {
    color: var(--paragraph-text);
}

.quote-banner-img {
    width: 100%;
    max-width: 100%;
    max-height: 620px;
    object-fit: contain;
    position: absolute;
    top: -146px;
}

.whatsappbtn.quote {
    width: 66.42px;
    height: 66.42px;
}

.white {
    color: var(--white);
}

.white.black {
    color: var(--secondary-color);
}

.custom-upload.quote-page {
    flex: 0 0 48%;
    border: 1px solid var(--white);
    border-radius: 16px;
    padding: 10px 16px;
    text-align: left;
    color: var(--white);
    background-color: transparent;
    font-family: var(--font-medium);
    font-size: 14px;
}


/* get a quote page end */


/* about us page start */

.max-width-wrap-950 {
    width: 100%;
    max-width: 950px;
    margin: auto;
}

.max-width-wrap-850 {
    width: 100%;
    max-width: 850px;
    margin: auto;
}

.category-title.secondary-color {
    color: var(--secondary-color);
}

.quote-banner-img.about-banner-img {
    max-height: 715px;
    left: -106px;
}

.about-us-wrap {
    background-color: var(--home-banner);
    padding: 80px 50px 60px;
}

div.white p {
    color: var(--white);
}

.about-us-card {
    background-color: var(--white);
    border-radius: 15px;
    padding: 40px;
    width: 100%;
    height: 100%;
}


/* about us page end */


/* faq page start */

.faq-wrap {
    padding: 75px 50px 0;
    height: 500px;
    overflow: hidden;
}

.category-title.faq-title {
    margin: 0 0 15px 0;
}

.faq-banner-img {
    margin-top: -60px;
    margin-left: -50px;
}

.faq-inner-wrap {
    padding: 40px 50px;
    overflow: hidden;
}

.faq-inner-wrap.heading {
    padding: 60px 50px 0;
}

.faq-inner-wrap.heading.new-product {
    padding: 0 50px 0;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    min-height: 50px;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-left: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion-header::after {
    content: "";
    background-image: url("https://boxagency.co/wp-content/uploads/2023/09/arrow-down.svg");
    display: block;
    width: 14px;
    min-width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion-header.active::after {
    background-image: url("https://boxagency.co/wp-content/uploads/2023/09/arrow-up.svg");
}

.accordion-item .accordion-item-body-content {
    border-radius: 0 0 15px 15px;
}

.accordion-item-body-content p {
    font-size: 14px;
}

.accordion-header,
.accordion-item-body-content {
    border-radius: 10px;
    background-color: transparent;
    padding: 30px 37px;
}

.accordion-header.change.active {
    border-radius: 15px 15px 0 0;
    border-bottom: 0;
}

.accordion-header.change,
.accordion-item-body-content.change {
    padding: 15px 23px;
}

.accordion-header.change .faq-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: -3px;
    font-family: var(--font-bold);
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
}

.accordion-item-body-content {
    display: flex;
    align-items: start;
    margin-bottom: 2px;
}

.accordion-item-body-content.change img,
.accordion-item-body-content img {
    margin-top: 6px;
}

.accordion-item-body-content.change {
    padding-top: 0px !important;
}


/* faq page end */


/* Portfolio page start */

.home-banner.portfolio-banner {
    background-color: var(--white);
}

.portfolio-category-wrap {
    background-color: var(--section-bg);
    padding: 0 50px;
}

.portfolio-category-inner-wrap {
    padding: 80px 0 0;
}

.portfolio-category-item-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(292px, 1fr));
    justify-items: center;
    grid-gap: 20px;
    margin: 40px 0 0;
}

.portfolio-category-item img {
    width: 292px;
    max-width: 100%;
    height: auto;
    border-radius: 7px;
    background-color: #d9d9d9;
    object-fit: cover;
}


/* Portfolio page end */


/* Contact us start */

.contact-us-wrap {
    padding: 0 50px 100px;
}

.max-width-438 {
    max-width: 438px;
}

.contact-us-img {
    margin-left: -100px;
    margin-top: 27px;
}

.contact-us-form-wrap {
    box-shadow: -10px 7px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 49px 44.2px 42.93px;
    z-index: 10;
    background-color: var(--white);
}

.contact-form-input {
    padding: 21px 32px;
    border: 1px solid var(--secondary-color);
    border-radius: 15px;
    font-size: 16px;
    color: #c0c0c0;
    font-family: var(--font-bold);
    width: 100%;
}

.contact-form-input::placeholder {
    font-size: 16px;
    color: #c0c0c0;
    font-family: var(--font-bold);
}

.sm-flex-column .wpcf7-form-control-wrap,
.c-flex-48 {
    flex: 0 0 48%;
}

textarea.contact-form-input {
    resize: none;
    height: 12.9025rem;
}

:is(.contact-form-input,
textarea.contact-form-input):focus,
:is(.contact-form-input,
textarea.contact-form-input):focus-within {
    outline: none;
}

.custom-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2398c9;
    border-radius: 15px;
    z-index: -2;
    top: 36px;
    left: 36px;
}

.max-width-450 {
    max-width: 450px;
}


/* Contact us end */


/* Privacy & Terms page start */

.privacy-policy-wrap {
    padding: 0 50px;
}

.custom-padding {
    padding: 55px 0;
}


/* Privacy & Terms page end */


/* product specifications start */

.specifications-wrap {
    display: flex;
}

.description.specifications {
    line-height: 37.6px;
}


/* product specifications end */


/* materials start */

.materials-wrap {
    padding: 100px 50px;
}

.materials-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 22.95px;
    justify-content: center;
}

.material-img-wrap {
    width: 288.2px;
    height: 288.2px;
}

.material-img-wrap img {
    max-width: 100%;
    border-radius: 15px;
}

.material-card h3 {
    margin-top: 10px;
}

.material-card p {
    max-width: 288px;
}


/* materials end */


/* author page start */

.main-heading.author-heading {
    font-size: 50px;
}

.author-image-class {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid var(--white);
}

.author-image-class-2 {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    margin-top: -3px;
    border: 2px solid #2398c9;
}

.author-desc {
    font-size: 18px;
    font-family: var(--font-medium);
    line-height: 26px;
    color: var(--secondary-color);
    max-width: 645px;
}

.blog-banner.author-banner {
    background: linear-gradient(291deg, rgba(245, 170, 53, 0) 10.94%, #fce5c1 34.83%), url(http://localhost/box-staging/wp-content/uploads/2025/01/Blog-Banner-blog-banner.jpg) no-repeat center center;
    background-size: cover;
}


/* box by style start */

.extra-bold {
    font-family: var(--font-extrabold);
}

.flex-48 {
    flex: 0 0 48%;
}

.style-banner {
    background-color: var(--home-banner);
    padding: 18px 50px;
}

.style-banner.style-product-banner {
    padding: 70px 50px;
}

.style-banner-description p {
    color: var(--secondary-color);
    max-width: 725px;
    margin: 20px auto 0;
    letter-spacing: 0.7px;
}

.style-products-wrap {
    padding: 50px;
}

.max-width-524 {
    max-width: 600px;
}

.content-wrap {
    margin-left: 0;
}

.product-style-banner-desc p {
    color: var(--secondary-color);
    letter-spacing: 0.7px;
}

.style-form-wrap select,
.style-form-wrap .custom-input,
.wpcf7-form-control-wrap.f12_captcha-978 input {
    background-color: transparent;
    border: 0.5px solid var(--white);
    color: var(--white);
    padding: 12px 16px 10px;
    text-align: left;
    border-radius: 15px;
}

.wpcf7-form-control-wrap.f12_captcha-978 input,
.wpcf7-form-control-wrap.f12_captcha-450 input {
    width: 100%;
    flex: 1;
}

.wpcf7-form-control-wrap.f12_captcha-978 .captcha-calculation {
    color: #2398c9;
}

.wpcf7-form-control-wrap.f12_captcha-978 img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(49deg) brightness(103%) contrast(101%);
}

.style-form-wrap .custom-input::placeholder,
.wpcf7-form-control-wrap.f12_captcha-978 input::placeholder {
    font-size: 14px;
    font-family: var(--font-regular);
    color: var(--white);
    text-align: left;
}

.product-box-by-style-wrap .select-wrapper::after {
    color: var(--white);
}

.product-box-by-style-wrap input[type="submit"] {
    color: var(--secondary-color);
    text-align: left;
}

.a-forward {
    position: absolute;
    right: 20px;
}

.a-forward.dieline {
    top: 18px;
}

.style-form-wrap .wpcf7-spinner,
.contact-us-form-wrap .wpcf7-spinner {
    position: absolute;
    top: 13px;
    right: -8px;
}

.style-form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.style-form-wrap .wpcf7 form.sent .wpcf7-response-output {
    color: var(--white);
}

.product-contact-form-wrap.new-product .wpcf7 form.invalid .wpcf7-response-output,
.product-contact-form-wrap.new-product .wpcf7 form.sent .wpcf7-response-output,
.product-contact-form-wrap.new-product .wpcf7 form.failed .wpcf7-response-output {
    color: var(--white);
}

.get-a-quote-heading {
    font-size: 32px;
    font-family: var(--font-bold);
    color: #2398c9;
    padding-bottom: 15px;
    border-bottom: 1px solid #343434;
}

.form-sub-heading {
    font-size: 18px;
    color: #2398c9;
    font-family: var(--font-bold);
}

.mb-24 {
    margin-bottom: 24px;
}

.product-box-by-style-wrap .select-wrapper::after {
    color: var(--white);
}

.flex-22 {
    flex: 0 0 22%;
}

.style-form-wrap textarea {
    resize: none;
    height: 6.25em;
}

.custom-option {
    display: none;
}

.select-item {
    display: block;
    padding: 13px;
    font-size: 14px;
    font-family: var(--font-medium);
    border-radius: 10px;
}

.select-item:hover {
    background-color: #2398c9;
    color: var(--black);
}

.dropdown-btn {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 12px 12px 10px;
}

.dropdown-btn img {
    height: 8px;
    margin-top: 3px;
}

.custom-font {
    font-size: 14px;
    font-family: var(--font-regular);
    color: var(--white);
}

.custom-dropdown {
    background-color: var(--white);
    border-radius: 15px;
    padding: 12px 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    position: absolute;
    top: 40px;
    display: none;
    z-index: 2;
}

.custom-dropdown.dieline-dropdown {
    top: 64px;
}

.custom-dropdown.active {
    display: block;
}

.style-form-wrap {
    background-color: var(--secondary-color);
    padding: 40px;
    border-radius: 15px;
}

.style-form-wrap .answer-width {
    max-width: unset;
    margin: 0;
}

.style-form-wrap .file-upload-text.product {
    font-size: 20px;
    color: #2398c9;
}

.style-product-banner-img {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: -100px;*/
    /*width:600px;*/
    /*height:400px;*/
    /*object-fit:contain;*/
}

.details-style-product {
    padding: 60px 50px;
}

.gallery-wrap {
    display: flex;
    gap: 35px;
    height: 600px;
}

.gallery-wrap img {
    border-radius: 15px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item-1 {
    flex: 1 0 45%;
}

.gallery-item-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gallery-item-2 img {
    width: 277px;
    height: 277px;
}

.gallery-item-3 img {
    width: 280px;
    max-width: 100%;
}

.gallery-area {
    padding: 0 50px 80px;
}

.related-products-wrap {
    padding: 0 50px;
}

.box-by-style-homeimg {
    object-fit: contain;
    border-radius: 24px;
    display: block;
    width: 100%;
    transition: visibility 0.1s;
}

.bs-img-container {
    position: relative;
}

.box-by-style-homeimg.hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    transition: visibility 0.1s;
}

.bs-img-container:hover .box-by-style-homeimg {
    visibility: hidden;
}

.bs-img-container:hover .box-by-style-homeimg.hover {
    visibility: visible;
}


/* box by style end */


/* footer start */

.contact-info-wrap,
.contact-info-wrap-2 {
    background-color: #2398c97d;
    padding: 25px 0;
}

.footer-contact-info {
    font-family: var(--font-bold);
    font-size: 30px;
    color: var(--white);
    text-align: center;
    line-height: 30px;
}

.footer-wrap {
    background-color: #2398c9;
    padding: 44px 50px 44px;
    overflow: hidden;
    border-bottom: 1px solid #3B3B5B;
}

.footer-wrap .wpcf7-response-output {
    color: var(--white);
}

.footer-img-wrap>a>img {
    width: 185px;
    height: 92px;
    object-fit: contain;
    max-width: 100%;
}

.footer-img-wrap+p.light-grey {
    max-width: 360px;
    color: #fff;
}

.footer-main-heading {
    color: #2398c9;
    font-size: 16px;
    font-family: var(--font-extrabold);
    line-height: 23.4px;
    display: block;
}

.footer-main-heading.info {
    font-family: var(--font-regular);
    color: var(--white);
    font-size: 15px;
}

.footer-main-heading.info.topbar {
    font-family: var(--font-bold);
    color: #000;
    font-size: 13px;
}

.menu-footer-links {
    font-size: 14px;
    font-family: var(--font-light);
    line-height: 30px;
    letter-spacing: 0.6px;
    color: var(--white);
}

.menu-footer-links li a {
    color: var(--white);
}

.menu-footer-links li a:hover {
    color: #000;
}

.footer-bottom {
    padding: 20px 50px;
    overflow: hidden;
    background-color: #1E1E2F;
}

.footer-input-group {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
}

.footer-input-group span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.footer-input {
    width: 100%;
    max-width: 195px;
    padding: 10px 20px;
    color: var(--secondary-color);
    font-size: 12px;
    border-radius: 11px;
    border: none;
    background-color: #f6f6f6;
}

.footer-input::placeholder {
    font-family: var(--font-light);
    font-size: 12px;
    color: var(--secondary-color);
}

.footer-button--submit {
    min-height: 35px;
    padding: 9px 20px;
    line-height: 17.46px;
    border: none;
    border-radius: 12px;
    background-color: #2398c9;
    color: var(--secondary-color);
    font-family: var(--font-extrabold);
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.input:focus,
.input:focus-visible {
    outline: none;
}

.footer-input-heading {
    font-size: 12px;
    font-family: var(--font-medium);
    color: var(--white);
    letter-spacing: 1px;
}

.bottom-footer {
    color: #fff;
    font-size: 12px;
    font-family: var(--font-regular);
}

.mega-custom-tel,
.mega-custom-mail,
.mega-custom-quote {
    display: none !important;
}


/* footer end */

@media (max-width: 1340px) {
    .reviews-btn {
        padding: 0 20px;
    }
    .cwu-btn {
        padding: 0 25px;
    }
    .reviews-btn,
    .cwu-btn {
        height: 95px;
    }
    .reviews-btn h3.sub-heading {
        font-size: 20px;
    }
    .cwu-btn h3.sub-heading {
        font-size: 20px;
    }
    .portfolio-category-item-wrap {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
}

@media (max-width: 1292px) {
    #mega-menu-wrap-primary #mega-menu-primary,
    #mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu {
        gap: 30px;
    }
}

@media (max-width: 1240px) {
    #mega-menu-wrap-primary #mega-menu-primary,
    #mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu {
        gap: 35px;
    }
    .services-wrap {
        row-gap: 30px;
    }
    .product-main-img-container {
        width: 100%;
        height: 555px;
    }
    .related-imgs {
        height: 150px;
    }
    .reviews-btn h3.sub-heading,
    .cwu-btn h3.sub-heading {
        line-height: 25px;
    }
    .card.product .placeholder-img {
        width: 130px !important;
        height: 130px;
        top: -99px;
        right: -4.3px;
        right: -18.3px;
    }
}

@media (max-width: 1220px) {
    .testimonials-card.single-product p.testimonials-des {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media(max-width: 1149px) {
    .halloween-img {
        top: 15px;
    }
    .services-wrap {
        margin-top: 50px;
    }
    .number-wrap-img {
        position: absolute;
        right: -149px;
    }
    .process-item.new:not(:last-child) .number-wrap::after {
        width: calc(100% + 90px);
        height: 2px;
        right: -147px;
    }
}

@media (max-width: 1075px) {
    input#keyword {
        width: 200px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 14px;
    }
    #mega-menu-wrap-primary #mega-menu-primary,
    #mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu {
        gap: 10px;
    }
    .product-main-img-container {
        width: 100%;
        height: 455px;
    }
    .card.product .placeholder-img {
        right: -18.3px;
    }
}

@media (min-width: 992px) and (max-width: 1240px) {
    #mega-menu-wrap-primary #mega-menu-primary>li:last-child.mega-menu-item {
        margin-right: 15px;
    }
}

@media (max-width: 1024px) {
    .single-blog-wrap {
        padding: 0 30px;
    }
    .max-width-wrap-350 {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 992px) {
    .footer-wrap .footer-links-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        gap: 20px;
    }
    .footer-wrap .footer-links-section>div:nth-child(3) {
        grid-column: 1 / span 2;
        justify-self: center;
    }
    .home .custom-row .custom-col-mob-100 {
        padding: 0px !important;
    }
    .top-bar {
        /* padding: 65px 25px 8px; */
        padding: 50px 15px 15px;
    }
    .menu-bar {
        outline: 1px solid #ccc;
        display: flex;
        padding: 8px;
        border-radius: 8px;
    }
    .top-bar-mobile.web-px-50 {
        padding: 0 15px;
    }
    .logo.only-mobile-show {
        display: flex !important;
        align-items: anchor-center;
        gap: 12px;
    }
    .header-actions {
        flex-wrap: nowrap;
    }
    .tab-padding {
        padding: 75px 50px 12px;
    }
    .tab-hidden {
        display: none !important;
    }
    .only-mobile-show {
        display: block !important;
    }
    .web-flex-wrap {
        flex-wrap: wrap;
    }
    .properties-wrap {
        flex-direction: column;
    }
    .mobile-css {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .box_by_style_banner_image {
        scale: 1.2;
    }
    .style__new__banner__wrap {
        background-color: #FCE5C1;
        border-radius: 0;
    }
    /* about us page */
    .about-top-main-wrap {
        padding: 0 50px 50px;
    }
    .art-sml-heading.about__us {
        font-size: 16px;
    }
    .banner-left-aboutus {
        opacity: 1;
    }
    /* about us page */
    .halloween-img {
        top: 70px;
    }
    .home-banner.new-home-banner {
        padding: 50px 50px 73px;
    }
    .home-banner.new-home-banner.year {
        padding: 50px 50px 80px;
    }
    .number-wrap-img {
        display: none;
    }
    .process-item.new:not(:last-child) .number-wrap::after {
        content: unset;
    }
    .process-item.new {
        width: calc(50% - 20px);
    }
    .home-banner-img.category-banner-img.rigid-banner-img {
        margin-top: -20px;
    }
    .home-banner.new-home-banner.category-banner.rigid-banner {
        padding-bottom: 50px;
    }
    .text-container.rigid p {
        text-align: center;
    }
    .text-container.rigid h2 {
        text-align: center;
    }
    .discount-offer {
        top: -80px;
        width: 60px;
    }
    body.home #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: var(--paragraph-text) !important;
    }
    .bf-bg-img-1 {
        display: none;
    }
    .bf-bg-img-2 {
        display: block;
    }
    .ghosted-wrap {
        top: -10px;
    }
    .process-wrap.get-quote-wrap {
        background-color: var(--home-banner);
    }
    .top-bar-desktop {
        display: none;
    }
    /* .top-bar {
    padding: 50px 50px 8px;
  } */
    .whatsappbtn {
        width: 47.98px;
        height: 47.98px;
        bottom: 11px;
        left: 19px;
    }
    .text-container.mobile-max-height {
        max-height: 100%;
    }
    .top-rated-blog-item:last-child {
        margin-bottom: 30px !important;
    }
    .blogs-wrap.home-blogs-wrap {
        display: grid;
        grid-template-columns: repeat(auto-fit, 47%);
        gap: 40px;
    }
    .new-home-post-img {
        width: 60%;
    }
    .w-48 {
        margin-bottom: 20px;
    }
    .home-banner.new-home-banner {
        padding: 50px 50px 73px;
        /* padding: 50px 50px 0; */
    }
    .mobile-wid-100 {
        width: 100%;
    }
    /* Header start*/
    .max-width-600 {
        max-width: unset;
    }
    .max-width-600 h2,
    .max-width-600 p {
        text-align: center;
    }
    .cta-wrap p {
        max-width: 405px;
    }
    .cta-wrap h2 {
        font-size: 48px;
    }
    .bg-primary {
        padding: 15px 40px 10px;
    }
    .error-wrap h2 {
        font-size: 76px;
    }
    .info-wrap {
        display: none;
    }
    .max-width-438 {
        max-width: 100%;
    }
    .blog-banner.blog-cat-banner {
        padding: 90px 50px;
    }
    .header-logo {
        width: 80px;
    }
    .navbar {
        display: none;
    }
    .navbar.active {
        display: block;
        position: absolute;
        width: 100%;
        background-color: #fff;
        padding: 20px 50px 50px;
        overflow: hidden;
        z-index: 9;
        top: 137px;
        left: 0;
    }
    .menu-list>li>a {
        color: var(--paragraph-text);
    }
    .mega-custom-tel,
    .mega-custom-mail,
    .mega-custom-quote {
        display: block !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
    #mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        background: transparent;
    }
    .navbar-main-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-wrap {
        gap: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-toggler {
        width: 18px;
        height: 18px;
        display: flex;
    }
    .navbar-toggler.active .navbar-icon {
        transform: rotate(45deg);
    }
    .navbar-toggler.active .navbar-icon:before {
        transform: rotate(90deg);
        top: 0;
    }
    .navbar-toggler.active .navbar-icon:after {
        transform: rotate(90deg);
        bottom: 0;
    }
    .top-bar-mobile {
        background-color: var(--secondary-color);
        padding: 12px 50px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .top-bar-mobile>.info-wrap-2>a.web-flex>span.info-text {
        color: var(--white);
        font-size: 13px;
    }
    .info-wrap-2 {
        display: flex;
        gap: 16px;
    }
    .top-bar-mobile .info-wrap-2 .web-gap-10 {
        gap: 5px;
    }
    .info-text {
        font-size: 15px;
        font-family: var(--font-bold);
    }
    .custom-search {
        display: none;
    }
    .mega-menu-wrap-primary {
        width: 100% !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary,
    .mega-menu-wrap,
    #mega-menu-wrap-secondary_blog_menu .mega-menu-toggle+#mega-menu-secondary_blog_menu {
        background: transparent !important;
        width: 85vw !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu>li.mega-menu-item>a.mega-menu-link {
        color: var(--paragraph-text) !important;
    }
    .mega-menu-row.custom-boxshadow,
    .mega-menu-flyout ul.mega-sub-menu {
        box-shadow: none !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
    #mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        font-size: 13px;
        padding: 5px 20px 5px 0px !important;
        line-height: 23.8px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
    #mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding-left: 18px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu,
    #mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu>li.mega-menu-flyout ul.mega-sub-menu {
        padding: 8px 0;
    }
    .mega-custom-tel .mega-menu-link,
    .mega-custom-mail .mega-menu-link,
    .mega-custom-quote .mega-menu-link {
        display: none !important;
    }
    /* Header end */
    .main-heading {
        font-size: 40px;
        line-height: 50px;
    }
    .custom-pad-tb {
        padding: 62px 0 35px 0;
    }
    .home-banner {
        padding: 0px 50px 50px;
    }
    .home-banner h1.max-width-415 {
        max-width: 100%;
    }
    .custom-pad-tb-img {
        padding: 40px 0 0 0;
    }
    .offering-wrap {
        padding: 45px 50px 35px 50px;
    }
    .offerings-img {
        position: initial;
        max-width: 50%;
    }
    .main-heading.primary-color.custom-position {
        position: initial;
    }
    .mb__125,
    .mb__27 {
        margin-bottom: unset;
    }
    .fancy-heading {
        font-size: 100px;
        margin-left: 0;
        text-align: center;
    }
    .flex-27 {
        flex: 0 1 130%;
    }
    .categories-wrap {
        padding: 0 50px;
    }
    .content-wrap {
        margin-left: 0;
    }
    .product-main-img-container {
        width: 100%;
        height: 530px;
    }
    .product-testimonial-wrap {
        gap: 15px;
        justify-content: space-between;
    }
    .related-imgs {
        height: 230px;
    }
    .info-icon-1,
    .info-icon-2 {
        width: 30px;
    }
    .offerings-icon-wrap>div:not(:last-child) {
        margin: 0 0 30px;
    }
    .fancy-wrap .main-heading {
        max-width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .testimonials-content h2,
    .testimonials-content p {
        max-width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .testimonials-wrap {
        padding: 50px 50px;
    }
    .category-banner {
        padding: 60px 50px 20px;
    }
    .category-banner-img {
        margin-top: 20px;
    }
    .blogs-wrap,
    .blogs-wrap.blogs-category-wrap {
        grid-template-columns: repeat(auto-fit, 48%);
        gap: 15px;
    }
    .top-rated-blogs-wrap {
        display: grid;
        grid-template-columns: repeat(auto-fit, 48%);
        justify-content: space-between;
    }
    .border-right {
        border: 0;
    }
    .max-width-315 {
        margin: auto;
    }
    .blog-banner {
        padding: 55px 50px;
    }
    .pl-35 {
        padding-left: 0 !important;
    }
    h2.grey-color.max-width-475 {
        max-width: unset;
        text-align: center;
    }
    .quote-banner-img {
        position: unset;
        margin-top: 40px;
        max-height: 510px;
    }
    section.quote-banner.aboutus-banner {
        height: 100%;
    }
    .quote-banner-img.about-banner-img {
        max-height: 550px;
        position: absolute;
        left: 0;
        bottom: -230px;
        top: unset;
    }
    .h-400 {
        height: 400px;
    }
    .faq-banner-img {
        margin-top: 25px;
        margin-left: -60px;
        max-width: 80% !important;
    }
    .gallery-wrap {
        height: unset;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gallery-item-1 {
        flex: 1 0 100%;
        display: contents;
    }
    .gallery-item-1 img {
        width: 589px;
        height: auto;
    }
    .gallery-item-2 {
        gap: 35px;
    }
    .gallery-area {
        padding: 0 50px 50px;
    }
    .style-product-banner-img {
        position: initial;
    }
    .product-style-banner-desc {
        margin: auto;
    }
    .details-style-product {
        padding: 50px 50px;
    }
    .product-model-wrap {
        flex-direction: column;
    }
    .popup-product-img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .mobile-web-center {
        justify-content: space-evenly;
    }
    .home .web-flex .main-heading {
        margin-top: 0px;
    }
    .mb-bt {
        margin-top: 0 !important;
    }
    .mobile__search {
        display: block;
    }
    .ptb-50 {
        padding: 50px 0px;
    }
    .blog-main-content {
        margin: 30px;
    }
    #mega-menu-item-12482,
    #mega-menu-item-12481 {
        display: list-item !important;
    }
    .eco-friendly-section {
        padding: 40px 20px !important;
    }
    .relted-product-section {
        padding: 40px 20px 10px !important;
    }
    .top-bar .btn-secondary.navbar-btn.orange {
        font-size: 16px;
        padding: 12px 15px;
        background-color: #000 !important;
        color: #fff !important;
        border-radius: 10px;
    }
    .top-bar .navbar-icon {
        color: #fff !important;
    }
}

@media (max-width: 769px) {
    .home .home-banner.new-home-banner {
        padding: 30px 20px 30px !important;
    }
    .mobile-justify-end {
        justify-content: end;
    }
    .mobile-hidden {
        display: none;
    }
    /* category page-------------- */
    .all-styles-item {
        width: 100%;
    }
    /* category page-------------- */
    /* about us page */
    .about-to-img-wrap img {
        width: calc(50% - 15px);
    }
    /* about us page */
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .portfolio-item.large,
    .portfolio-item.wide {
        grid-column: span 2;
    }
    .rigid-design-wrap {
        justify-content: center;
        gap: 10px;
    }
    .rigid-design-item {
        width: calc(50% - 15px);
    }
    .process-time-item {
        width: calc(50% - 10px);
    }
    .what-include-inner-wrap {
        justify-content: center;
        gap: 15px;
    }
    .what-include-item {
        width: calc(35% - 10px);
    }
    .sample-img-item {
        width: calc(50% - 12.5px);
    }
    .digital-proof-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .digital-proof-item {
        width: calc(50% - 15px);
    }
    .art-big-heading.new-faq.sample-kit {
        font-size: 36px;
        line-height: 39px;
    }
    .sample-kit-banner-wrap {
        flex-direction: column-reverse;
        text-align: center;
    }
    .sample-kit-item {
        width: 100%;
    }
    .col-tb-none {
        display: none;
    }
    .sample-kit-mbl-img {
        display: block;
        margin-bottom: 20px;
    }
    .tb-100 {
        width: 100%;
    }
    .sample-pack-item {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .dieline-type-item {
        width: calc(50% - 20px);
        box-sizing: border-box;
    }
    .discount-offer {
        top: -80px;
        width: 48px;
    }
    .christmas-main {
        position: inherit;
        transform: unset;
    }
    .halloween-img {
        top: 4px;
    }
    .christmas-wrap {
        padding: 0;
    }
    .christmas-b {
        border-radius: 0;
        margin: 0;
    }
    .art-padding {
        padding: 20px;
    }
    .art-mobile-img {
        display: block;
    }
    .art-web-img {
        display: none;
    }
    .sub-heading.new-h {
        font-size: 22px !important;
    }
    .a-material-item {
        width: calc(100% / 2);
    }
    .max-width-640 {
        max-width: unset;
    }
    .blogs-wrap.home-blogs-wrap {
        grid-template-columns: repeat(auto-fit, 100%);
    }
    .new-home-post-img {
        width: 53%;
    }
    .home-blogs-item.blog-item .b-title {
        font-size: 20px;
        max-width: 300px;
    }
    .container {
        grid-template-rows: repeat(6, 1fr);
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .imageA {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }
    .imageB {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }
    .imageC {
        grid-row: 2 / 4;
        grid-column: 1 / 3;
    }
    .imageD {
        grid-row: 4 / 6;
        grid-column: 1 / 3;
    }
    .imageE {
        grid-row: 6 / 7;
        grid-column: 1 / 2;
    }
    .imageF {
        grid-row: 6 / 7;
        grid-column: 2 / 3;
    }
    .a-forward {
        bottom: 17px;
    }
    .w-48 {
        width: 100%;
        margin-bottom: 20px;
    }
    .main-heading.banner-heading {
        line-height: 39.2px;
    }
    .halloven-hero-section .main-heading.banner-heading {
        font-size: 38px;
    }
    .halloven-hero-section .primary-btn.mobile-mt-20 {
        margin: 0;
    }
    .google-rating-section {
        gap: 10px;
    }
    .google-rating-section img {
        width: 150px;
        height: 40px;
        object-fit: fill;
    }
    .footer-img-wrap+p.light-grey {
        max-width: unset;
        margin-bottom: 20px;
    }
    h3.sub-heading.tab-title.product {
        font-size: 18px;
        line-height: 19px;
    }
    .bg-primary {
        padding: 15px 40px 40px;
    }
    .bg-primary img {
        margin-right: unset;
        margin: auto;
        scale: 1;
    }
    .cta-wrap p {
        max-width: unset;
    }
    .error-wrap h2 {
        font-size: 50px;
    }
    .error-wrap img {
        width: 200px;
    }
    .contact-us-img {
        max-width: 100%;
    }
    .swiper.testimonials {
        margin-bottom: 0;
    }
    h1.single-post-main-heading {
        font-size: 26px;
        line-height: normal;
        margin-top: 20px !important;
    }
    .style-form-wrap .custom-submit {
        width: 100%;
    }
    .main-heading {
        font-size: 30px !important;
        line-height: 40px;
    }
    .custom-pad-tb {
        padding: 40px 0 35px 0;
    }
    .sub-heading,
    .text-container ul {
        font-size: 20px;
        line-height: 25px;
    }
    .max-width-475 {
        max-width: unset;
    }
    .max-width-1000 {
        max-width: unset;
    }
    .owl-carousel.testimonials .owl-stage-outer {
        padding-top: 120px;
        height: 470px !important;
    }
    .mb__45 {
        margin-bottom: -22px;
    }
    .fancy-heading-2 {
        font-size: 75px;
    }
    .category-home-img {
        display: none;
    }
    .category-home-card {
        position: initial;
        margin: auto;
        background-color: var(--white);
        box-shadow: 0px 10px 20px rgb(34 48 86 / 10%);
        margin-bottom: 25px;
    }
    .custom-boxes-details-wrap {
        padding: 50px 50px 50px;
    }
    .custom-box-description {
        font-size: 20px;
        line-height: 30px;
    }
    .text-container {
        max-height: 440px;
        text-align: justify;
    }
    .text-container.box-by-style {
        max-height: 100%;
    }
    .footer-wrap {
        text-align: center;
        padding: 25px;
    }
    .footer-img-wrap>a>img {
        max-width: 200px;
    }
    .max-width-250,
    .max-width-246 {
        max-width: 100%;
    }
    .form-wrap {
        padding: 50px;
    }
    .products-inner-wrap {
        grid-template-columns: repeat(auto-fit, 50%);
    }
    .product-card {
        max-height: 350px;
    }
    .product-card:nth-child(3) {
        background-color: var(--card-bg);
    }
    .product-card:nth-child(4) {
        background-color: unset;
    }
    .product-card:nth-child(5) {
        background-color: unset;
    }
    .product-card:nth-child(6) {
        background-color: var(--card-bg);
    }
    .text-container p {
        font-size: 17px;
        line-height: 28px;
    }
    .clients-heading {
        line-height: 30px;
    }
    table.specifications-table td.col-27 {
        padding: 11px 0 11px 25px;
    }
    .related-imgs {
        height: 200px;
    }
    table.specifications-table td {
        padding: 11px 10px 11px 10px;
    }
    .offerings-icon-wrap>div:not(:last-child) {
        flex: 1 1 100%;
    }
    .testimonials-wrap {
        padding: 50px 50px 50px;
    }
    .main-form span.wpcf7-spinner {
        position: absolute;
        top: 125px;
        left: unset;
    }
    .contact-info-wrap-2 {
        display: none;
    }
    .faq-wrap {
        height: 440px;
    }
    .faq-banner-img {
        margin-top: 35px;
        margin-left: -60px;
        max-width: 85% !important;
    }
    .grey-color.faq-title,
    .accordion-header.change .faq-title {
        font-size: 18px;
        line-height: 18px;
    }
    .accordion-header,
    .accordion-item-body-content,
    .accordion-header.change,
    .accordion-item-body-content.change {
        padding: 15px 10px;
    }
    .portfolio-category-item-wrap {
        grid-template-columns: repeat(auto-fit, 45%);
        justify-content: center;
    }
    .blog-adv-banner .a-forward {
        bottom: 13px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1280px) {
    .blog-main-content {
        gap: 20px;
    }
}

@media only screen and (max-width: 992px) {
    /* .single-blog-wrap .max-width-wrap-350 {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
  }

  .single-blog-wrap .max-width-wrap-700 {
    width: 100%;
    max-width: 100%;
  } 
  
  .blog-main-content {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
  } */
    .adver-banner .ad-banner {
        background: url(https://res.cloudinary.com/dllvojxqw/images/v1738575533/Mask-group-2_1050110568/Mask-group-2_1050110568.png), #fce5c1;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 25px 25px;
        border-radius: 12px;
    }
    .ad-banner img {
        width: auto;
        margin-top: 0px;
    }
    .blog-footer-banner .banner {
        gap: 25px;
        border-radius: 48px;
    }
    .blog-footer-banner .banner-text {
        font-size: 30px;
    }
    .blog-footer-banner .banner-info {
        text-align: center;
    }
    .blog-footer-banner .banner .btn-primary {
        left: 50%;
        transform: translate(-50%, 0);
    }
    .dis-banner {
        border-radius: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .single-blog-wrap .max-width-wrap-350 {
        width: 100%;
        max-width: 100%;
        position: relative;
        top: 0;
    }
    .single-blog-wrap .max-width-wrap-700 {
        width: 100%;
        max-width: 100%;
    }
    .single-blog-wrap .max-width-wrap-350 .sidebar-left {
        display: none;
    }
    .blog-main-content {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-direction: column;
    }
    .style__new__banner__img {
        margin-top: 30px;
    }
    .blog-main-content {
        margin: 0;
    }
    .blog-footer-banner .banner {
        grid-template-columns: repeat(auto-fit, 100%);
    }
    .footer-banner-center {
        text-align: center;
    }
    .banner-image img {
        left: 50%;
        transform: translate(-50%, 0);
        position: relative;
    }
    .style__new__banner__wrap {
        grid-template-columns: 100%;
    }
    .style__new__banner__content .style-banner-description {
        justify-content: center;
        display: flex;
    }
}

@media only screen and (max-width: 678px) {
    .blog-cta-imgs {
        flex-direction: column;
    }
    .blog-cta-banner .blog-cta-imgs img {
        margin: 0 auto;
        margin-top: 10px;
        width: 100%;
    }
    .blog-cta-banner .blog-cta-btns a {
        width: 100%;
        margin-top: 10px;
    }
    .single-blog-wrap .max-width-wrap-350 {
        width: 100%;
        max-width: 100%;
        position: relative;
        top: 0;
    }
    .single-blog-wrap .max-width-wrap-700 {
        width: 100%;
        max-width: 100%;
    }
    .box-by-style-wrap {
        grid-template-columns: repeat(auto-fit, 100%);
        display: grid;
    }
    .box-by-style-wrap h2 {
        text-align: center;
    }
    .box-by-style-wrap p {
        text-align: center;
    }
    .box-by-style-wrap button {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #portfolio-filters {
        grid-template-columns: repeat(auto-fit, 100%);
        margin: 0 30px;
    }
    .box-by-style-item a.btn-primary {
        left: 50%;
        transform: translate(-50%, 0);
    }
}


/* Nav Button Center */

@media only screen and (max-width: 600px) {
    .owl-carousel .owl-nav {
        align-items: center;
    }
    .blog-adv-cont {
        margin: 0;
    }
    .search_filter .icon {
        position: absolute;
        width: 40px;
        height: 40px;
        top: -2px;
        left: 0;
        pointer-events: none;
        color: #3a3a3a;
        overflow: hidden;
    }
    /* .changer_new_banner_image {
    background-image: url(https://res.cloudinary.com/dllvojxqw/images/v1744802422/easter-banner-mobile-v1@3x/easter-banner-mobile-v1@3x.jpg);
  } */
    /* .change_new_banner_height {
    padding-top: 115%;
  } */
}

@media only screen and (min-width: 468px) and (max-width: 600px) {
    .owl-carousel .owl-nav {
        top: 37%;
    }
}

@media only screen and (max-width: 467px) {
    .owl-carousel .owl-nav {
        top: 33%;
    }
    .owl-carousel.mobile-nav-btns .owl-nav {
        top: 25% !important;
    }
    .blog-pagination .pagination {
        width: 100%;
    }
    .blog-pagination .pagination .prev,
    .blog-pagination .pagination .next {
        font-size: 16px;
        width: 30px;
        height: 30px;
    }
    .blog-pagination .pagination a,
    .blog-pagination .pagination span {
        width: 30px;
        height: 30px;
    }
    .single-blog-wrap table td {
        padding: 5px;
    }
    .single-blog-wrap table td p {
        margin: 0px;
    }
    .dis-banner {
        padding: 0 15px 30px;
    }
}

@media only screen and (max-width: 380px) {
    .owl-carousel .owl-nav {
        top: 30%;
    }
    .dis-banner .dis-form {
        grid-template-columns: 60% 40%;
    }
    .search_filter .asearch {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .blogs-wrap.home-blogs-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .blogs-placeholder-img {
        width: 320px;
        height: 250px;
    }
}

@media (min-width: 376px) and (max-width: 576px) {
    .blogs-placeholder-img {
        width: 100%;
        object-fit: cover;
        height: 220px;
        object-position: top;
    }
}

@media (max-width: 375px) {
    .blogs-placeholder-img {
        width: 100%;
        object-fit: cover;
        height: 195px;
        object-position: top;
    }
}

@media (max-width: 560px) {
    .home .halloven-hero-section .main-heading.secondary-color {
        font-size: 32px;
        text-align: center;
    }
    .halloven-hero-section {
        padding: 30px 0px !important;
    }
    .halloven-hero-section p {
        text-align: center;
    }
    .halloven-hero-section .primary-btn.mobile-mt-20 {
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        display: flex;
    }
    .mobile-img-show {
        display: block !important;
        margin: 40px auto 0;
    }
    .top-bar .btn-secondary.navbar-btn {
        padding: 10px 10px 8px;
        font-size: 12px;
        border-radius: 6px;
    }
    .halloven-hero-banner {
        display: block !important;
        position: relative;
        margin: 0 auto;
        right: 0;
    }
    .tab-padding {
        padding: 60px 25px 12px !important;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -20px;
    }
    .owl-carousel .owl-nav .owl-next {
        right: -20px;
    }
    .guideline-item,
    .order-process-item {
        width: 100%;
    }
    .new-desc-area {
        padding: 40px 25px;
    }
    /* category page-------------- */
    .all-styles-item {
        width: 100%;
        flex-direction: column;
    }
    .all-styles-item .all-styles-content {
        align-items: center;
        text-align: center;
    }
    /* category page-------------- */
    .box-style-wrap.mobile-spacing {
        padding: 40px 20px;
    }
    .heading_box_type {
        font-size: 14px;
    }
    .box-packaging-partner {
        margin: 0 5px;
    }
    /* about us page */
    .art-cta.about__us {
        padding: 35px 25px 25px;
    }
    .single-feature-container:not(:last-child) {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .about-below-img-wrap {
        row-gap: 10px;
    }
    .about-below-img-wrap img {
        width: calc(100% - 5px);
    }
    .about-to-img-wrap {
        row-gap: 10px;
    }
    .about-to-img-wrap img {
        width: calc(50% - 5px);
    }
    .about-top-main-wrap {
        padding: 0 25px 50px;
    }
    .about-us-inner-wrap {
        padding: 50px 25px;
    }
    /* about us page */
    .home-banner.new-home-banner.year {
        padding: 50px 25px 95px;
    }
    .process-item.new:not(:last-child) {
        margin-bottom: 30px;
    }
    .process-item.new {
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .portfolio-wrap {
        padding: 60px 25px;
    }
    .portfolio-section {
        padding: 0 25px;
    }
    .main-port-wrap {
        padding: 0 25px 30px;
    }
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
    .portfolio-item.large,
    .portfolio-item.standard,
    .portfolio-item.wide {
        grid-column: span 1;
    }
    .offering-wrap.rigid-category {
        padding: 25px 20px;
    }
    .digital-proof-wrap.rigid-category {
        justify-content: center;
        gap: 0;
    }
    .home-banner.new-home-banner.category-banner {
        padding: 50px 25px;
    }
    .col-td {
        width: 110px;
    }
    .process-time-item {
        width: 100%;
    }
    .process-time-section {
        padding: 50px 25px;
    }
    .deliverable-ul {
        font-size: 17px;
        padding-left: 30px;
    }
    .deliverables-wrap span.sub-des {
        font-size: 17px;
    }
    .deliver-section {
        padding: 50px 25px;
    }
    .what-include-item span {
        text-align: center;
    }
    .what-include-section {
        padding: 50px 25px;
    }
    .what-include-item {
        width: calc(50% - 10px);
    }
    .pre-pro-samples {
        padding: 0 25px;
    }
    .digital-proof-item {
        width: calc(100% - 15px);
    }
    .sample-kit-banner {
        padding: 0 25px;
    }
    .main-sample-packs-wrap {
        padding: 0 25px;
    }
    .digital-proof-section {
        background-color: #F4F4F4;
        padding: 35px 25px;
    }
    .dieline-type-item {
        width: 100%;
        box-sizing: border-box;
    }
    .dieline-type-main-wrap {
        padding: 0 25px;
    }
    .dieline-wrap {
        padding: 0 25px;
    }
    .dieline-inner-wrap {
        padding: 25px;
    }
    .christmas-b {
        height: 267px !important;
        object-fit: cover;
    }
    .filter-category-section {
        padding: 0 20px;
    }
    .art-big-heading.new-faq {
        font-size: 38px;
        line-height: 43px;
    }
    .new-faq-section-wrap {
        padding: 30px 25px;
    }
    .sub-heading.art {
        font-size: 32px;
        padding-bottom: 5px;
    }
    .sub-primary-heading {
        font-size: 21px;
        padding-top: 12px;
    }
    .art-big-heading {
        font-size: 45px;
        line-height: 45px;
    }
    .artboard-wrap {
        padding: 0 15px;
    }
    .gallery-item-1 img {
        width: 277px;
        height: 277px;
        object-fit: cover;
    }
    .style-products-wrap {
        padding: 50px 12px;
    }
    .style-banner {
        padding: 18px 25px;
    }
    .a-material-item {
        width: calc(100% / 1);
        align-items: center;
        text-align: center;
    }
    .friday-banner {
        padding: 25px 30px 10px;
    }
    .halloween-img {
        display: none;
    }
    .mbl-halloween-img {
        display: block;
        bottom: -100px;
        left: 0;
        position: relative;
        top: 40px;
        scale: 1.25;
    }
    .sub-heading.new-product-title {
        font-size: 24px;
        margin-top: 20px;
    }
    .close-wrap {
        top: 7px;
        right: 7px;
    }
    .process-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 18px;
    }
    .process-item:not(:last-child) .number-wrap::after {
        content: unset;
    }
    .swiper.singleProduct {
        height: 190px;
    }
    .new-home-blogs-wrap.new-product {
        padding: 0 20px 60px;
    }
    .gallery-area {
        padding: 0 25px 50px;
    }
    .product-info-section .new-product-title {
        margin-top: 0px;
    }
    .author-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 9px;
    }
    .author-box img {
        border-radius: 0;
    }
    .new-home-blogs-wrap,
    .new-faq-wrap {
        padding: 25px 25px 15px;
    }
    .services-wrap.new-home {
        grid-template-columns: repeat(auto-fit, 43%);
    }
    .process-wrap,
    .clr-images-wrap,
    .pretty-wrap {
        padding: 50px 25px;
    }
    .box-style-wrap {
        padding: 60px 25px 80px;
    }
    .box-style-wrap.new {
        padding: 60px 25px 55px;
    }
    .home-product-item-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }
    .home-product-item-wrap.industry {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    .details-style-product {
        padding: 50px 25px 30px;
    }
    .home-banner.new-home-banner {
        /* padding: 35px 25px 45px; */
        padding: 25px 25px 35px;
    }
    .bottom-footer {
        text-align: center;
    }
    .product-tabs-wrap.product,
    .product-tabs-wrap.box-by-style {
        padding: 25px;
    }
    .cta-wrap h3 {
        line-height: normal;
        font-size: 18px;
        margin-bottom: 6px !important;
    }
    .cta-wrap h2 {
        font-size: 36px;
    }
    .bg-primary img {
        width: unset;
        height: unset;
        max-width: 100%;
    }
    .bg-primary {
        padding: 15px 20px 40px;
    }
    .blog-banner.author-banner {
        background: linear-gradient(291deg, rgba(245, 170, 53, 0) -57.06%, #fce5c1 20%), url(http://localhost/box-staging/wp-content/uploads/2025/01/Blog-Banner-blog-banner.jpg) no-repeat center center;
    }
    .main-heading.author-heading {
        font-size: 40px;
    }
    .top-bar-mobile {
        padding: 12px 25px;
    }
    .info-icon-1,
    .info-icon-2 {
        width: 25px;
        height: 25px;
    }
    textarea.contact-form-input {
        height: 10rem;
    }
    .contact-form-input {
        padding: 17px 27px;
    }
    .contact-us-form-wrap {
        padding: 35px 35.2px 32.93px;
    }
    .sm-flex-column .wpcf7-form-control-wrap,
    .c-flex-48 {
        flex: 0 0 100%;
    }
    .custom-shape {
        height: 90%;
        top: 95px;
        left: 20px;
    }
    .contact-us-img {
        margin-left: -60px;
    }
    .contact-us-wrap {
        padding: 0 25px 100px;
    }
    .category-title.custom-blog-cat-title {
        font-size: 28px;
    }
    .custom-gaq.global-btn-primary {
        padding: 6px 20px !important;
    }
    .mobile__search {
        display: block;
        position: absolute;
        right: 15px;
        width: 100%;
    }
    .testimonials-card {
        display: flex;
        flex-direction: column;
    }
    .testimonial-user {
        margin-top: auto;
    }
    .style-form-wrap {
        padding: 25px;
    }
    .navbar.active {
        top: 108px;
        padding: 20px 25px;
    }
    .search-nav-container {
        padding: 0 15px;
    }
    .home-banner {
        padding: 0px 25px 25px;
    }
    .offering-wrap {
        padding: 15px;
    }
    .faq-inner-wrap {
        padding: 0px 25px 25px;
    }
    .form-wrap,
    .single-blog-wrap {
        padding: 25px;
    }
    .testimonials-wrap {
        padding: 25px 25px 25px;
    }
    .about-us-wrap {
        padding: 30px 25px;
    }
    .custom-submit {
        width: 250px;
    }
    .custom-boxes-wrap {
        padding: 100px 25px 100px;
    }
    .custom-boxes-details-wrap.bg-grey,
    .art-cta {
        padding: 20px 15px;
    }
    .custom-boxes-details-wrap {
        padding: 25px 25px 25px;
    }
    .clients-wrap {
        padding: 45px 20px 45px;
    }
    /* .footer-wrap {
    background-color: var(--secondary-color);
    padding: 44px 25px 44px;
    margin: 0 20px;
  } */
    .footer-bottom {
        padding: 20px 25px;
    }
    .custom-boxes-wrap {
        background-position: center;
    }
    .categories-wrap,
    .main-blogs-wrap,
    .portfolio-category-wrap,
    .related-products-wrap,
    .ps,
    .printing-blogs-wrap,
    .new-faq-section {
        padding: 0 25px;
    }
    .product-testimonial-wrap {
        flex-direction: column;
        align-items: center;
    }
    .product-cta {
        flex-direction: column;
    }
    .reviews-btn,
    .cwu-btn {
        width: 100%;
    }
    .product-main-img-container,
    .product-main-img-container.new-product {
        height: 420px;
    }
    .product-page-wrap {
        padding: 50px 15px 25px;
    }
    .testimonials-card {
        padding: 20px;
    }
    .swiper.testimonials {
        width: 100%;
        height: 230px;
        margin-bottom: 0;
    }
    .footer-contact-info {
        font-size: 20px;
        line-height: 20px;
    }
    .category-banner {
        padding: 30px 25px 25px;
    }
    .design-print-wrap {
        flex-direction: column;
        align-items: center;
    }
    .design-inner-wrap {
        text-align: center;
    }
    .blogs-wrap,
    .blogs-wrap.blogs-category-wrap {
        grid-template-columns: repeat(auto-fit, 100%);
    }
    .blog-item h2,
    .blog-item p {
        max-width: 100%;
    }
    .top-rated-blogs-wrap {
        grid-template-columns: repeat(auto-fit, 100%);
    }
    .top-rated-blog-item h2,
    .top-rated-blog-item p {
        max-width: 100%;
    }
    .home-category-item-wrap {
        gap: 14px;
        justify-content: space-between;
    }
    .home-category-item {
        flex-basis: calc(50% - 10px);
    }
    .faq-wrap {
        height: 400px;
    }
    .faq-banner-img {
        max-width: 100% !important;
        margin-left: -30px;
    }
    .privacy-policy-wrap {
        padding: 0 25px;
    }
    .custom-padding {
        padding: 50px 0 40px;
    }
    .style-banner.style-product-banner {
        padding: 50px 25px;
    }
    .close-wrap img {
        width: 13px;
        height: 13px;
    }
    .product-model-wrap {
        padding: 25px 20px;
    }
    .modal {
        padding: 25px;
    }
    .single-blog-container img {
        height: 350px;
    }
    .mbl-justify-center {
        justify-content: center;
    }
    .mbl-text-center {
        text-align: center;
    }
    .process-item .number-wrap::after {
        content: none;
    }
    .home-blogs-item.blog-item .b-title {
        max-width: 100%;
    }
    .testimonials-content {
        padding: 0px;
    }
    .home .content-wrap {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 555px) {
    body div.zsiq-mobhgt[embedtheme].zsiq-newtheme {
        height: 92% !important;
        width: 95% !important;
        margin: auto !important;
    }
}

@media only screen and (min-width: 468px) and (max-width: 600px) {
    .home-icon-wrap {
        gap: 28px;
    }
}

@media only screen and (max-width: 467px) {
    .home-icon-wrap {
        gap: 18px;
    }
}

@media only screen and (max-width: 467px) {
    .home-icon-wrap.partner .home-icon-item {
        width: 128px;
    }
}

@media (max-width:410px) {
    .main-form.product span.wpcf7-spinner {
        right: 10px;
    }
}

@media (max-width: 430px) {
    .home-banner-img.category-banner-img.rigid-banner-img {
        scale: 1.75;
        margin: 10px 0 40px;
    }
    .home-product-btn {
        padding: 10px 20px;
    }
    .home-product-item p,
    .home-category-item p {
        line-height: 18px;
        font-size: 14px;
    }
    .home-product-item h2,
    .home-category-item .sub-heading {
        font-size: 18px;
    }
    .swiper.testimonials {
        height: 250px;
    }
    .about-us-card {
        padding: 20px;
    }
    .home-banner-img {
        width: 470px;
        height: 220px;
        object-fit: contain;
        scale: 1.25;
    }
    .category-banner-img {
        width: 100%;
        height: auto;
        scale: 1.1;
    }
    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary,
    .mega-menu-wrap,
    #mega-menu-wrap-secondary_blog_menu .mega-menu-toggle+#mega-menu-secondary_blog_menu {
        width: 85vw !important;
    }
    .top-bar-mobile>.info-wrap-2>div.web-flex {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    .product-main-img-container,
    .product-main-img-container.new-product {
        height: 360px;
    }
    .related-imgs {
        height: 160px;
    }
    .testimonials-card.product {
        padding: 20px 25px;
    }
    .home-category-item img {
        height: 170px;
    }
    .h-400 {
        height: 315px;
    }
    .faq-banner-img {
        max-width: 115% !important;
        margin-left: -40px;
    }
    .grey-color.faq-title,
    .accordion-header.change .faq-title {
        font-size: 16px;
    }
    .accordion-header::before {
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin-right: 15px;
        background-position: center;
    }
    .home-category-item .sub-heading {
        font-size: 15px;
        line-height: 15px;
        margin: 8px auto 0;
    }
    .single-blog-container img {
        height: 300px;
    }
}

@media (max-width: 370px) {
    .btn-secondary.navbar-btn {
        padding: 10px 14px;
    }
    .main-heading.banner-heading {
        line-height: 30.2px;
    }
    .g-5 {
        gap: 5px !important;
    }
    .info-wrap-2 {
        gap: 10px;
    }
    .contact-us-form-wrap .custom-submit {
        width: 180px;
    }
    .swiper.testimonials {
        height: 265px;
    }
    .main-heading,
    .text-container h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .custom-pad-tb-img {
        padding: 25px 0 0 0;
    }
    .sub-heading {
        font-size: 18px;
    }
    .fancy-heading {
        font-size: 70px;
    }
    .product-main-img-container,
    .product-main-img-container.new-product {
        height: 320px;
    }
    .related-imgs {
        height: 130px;
    }
    .home-category-item img {
        height: 145px;
    }
    .h-400 {
        height: 245px;
    }
    .quote-banner-img.about-banner-img {
        height: 455px;
    }
    .footer-input-group span.wpcf7-spinner {
        position: absolute;
        right: 0;
        bottom: -30px;
    }
    .faq-wrap {
        height: 360px;
    }
    .faq-banner-img {
        margin-left: -30px;
    }
}

@media(max-width:351px) {
    h3.sub-heading.tab-title.product {
        font-size: 16px;
        padding: 12px 15px;
    }
}

@media (max-width: 1180px) {
    /* Apply specific margins at 1176px and up */
    /* #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    margin: -25.5px 0 0 16px;
  } */
    .blog-adv-banner {
        grid-template-columns: repeat(auto-fit, 100%);
    }
    .blog-adv-cont {
        margin: 10px 20px 0;
    }
    .dis-banner {
        flex-wrap: wrap;
        gap: 0;
    }
}


/* @media screen and (min-width: 1366px) and (max-width: 1810px) {

  .home .home-banner.new-home-banner {
    height: 450px !important;
    margin-bottom: 50px;
  }

  .thanksgiving-banner-btns {
    top: 43%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1365px) {

  .home .home-banner.new-home-banner {
    height: 400px !important;
    margin-bottom: 50px;
  }
} */


/* @media screen and (min-width: 992px) and (max-width: 1180px) {
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(4) {
    width: 165px;
  }
} */

@media only screen and (max-width: 991px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        margin: 0;
    }
}

@media (max-width: 1240px) {
    /* #mega-menu-wrap-primary #mega-menu-primary,
  #mega-menu-wrap-secondary_blog_menu #mega-menu-secondary_blog_menu {
    gap: 15px;
  } */
    /* .thanksgiving-banner-btns {
    top: 21%;
  } */
    .owl-carousel.mobile-nav-btns .owl-nav {
        top: 27%;
    }
}

@media (max-width: 1075px) {
    /* input#keyword {
    width: 160px !important;
    padding: 18px 10px 18px 35px !important;
  } */
    /* .top-bar {
    padding: 70px 40px 8px;
  } */
}

.g-7 {
    gap: 7px;
}

.g-49 {
    gap: 49px;
}

.g-41 {
    gap: 41px;
}

.__cf_email__ {
    display: none !important;
}