/* Distribution Workwear*/
.ex-name-distributionworkwear > div.page-content.onecolumn > section.catalog-grid > div {
    width: 100vw;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 769px) {
.ex-name-distributionworkwear h1 {
  font-size: 4.5vw;
}
  
.ex-name-distributionworkwear p {
  font-size: 1vw;
}
}

@media (max-width: 768px) {
.dwsertile {
	margin: 2%;
  }
}

.distworkback {
    background: url("https://eu.evocdn.io/dealer/1643/content/media/My_Banners/Kascaid/Distribution Workwear/hero-background.jpg");
    background-size: cover;
    background-position: center;
}

.dwsertile {
	background: #1179BE;
  	box-shadow: 0px 4px 10px 4px #094C7266;
  	border-radius: 30px;
  	padding: 10%;
    transition: all 0.3s ease;
}

.dwsertile:hover {
	background: #ffffff;
  	box-shadow: 0px 4px 10px 4px #094C7266;
  	border-radius: 30px;
  	padding: 10%;
}

.dwsertile p {
	color: #ffffff;
  	transition: all 0.3s ease;
}

.dwsertile:hover p {
	color: #0F6392;
}

.dwsertile img {
	filter: brightness(0) invert(1);
  	transition: all 0.3s ease;
}

.dwsertile:hover img {
	filter: none;
}

@media (min-width: 769px) {
#contentblock_283123, #contentblock_283183, #contentblock_283184, #contentblock_283185 {
  width: 25%;
}
}

.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
  width: 100%;
  margin: 0 auto;
  /* max height for desktop so grid doesn't get too tall */
}

/* Row 1 */
.mosaic-item.large { grid-column: 1 / 3; }
.mosaic-column { 
  grid-column: 3 / 5; 
  display: grid; 
  grid-template-rows: 1fr 1fr; /* stacked small images split column height */
  grid-gap: 10px; 
}
.mosaic-item.medium { grid-column: 5 / 7; }

/* Limit row 1 height to a reasonable size */
.mosaic-item.large .mosaic-img-wrapper,
.mosaic-item.medium .mosaic-img-wrapper {
  max-height: 350px; /* first row images max height */
}

.mosaic-column .mosaic-item.small .mosaic-img-wrapper {
  max-height: 170px; /* each stacked small image half of row 1 height minus gap */
}

/* Row 2 */
.mosaic-item.bottom.left { grid-column: 1 / 4; }
.mosaic-item.bottom.right { grid-column: 4 / 7; }

.mosaic-item.bottom.left .mosaic-img-wrapper,
.mosaic-item.bottom.right .mosaic-img-wrapper {
  max-height: 170px; /* visually matches stacked small images above */
}

/* Image wrapper */
.mosaic-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.mosaic-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #ffffff;
  display: block;
}

/* Overlay */
.mosaic-img-wrapper .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,115,255,0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
}

.mosaic-img-wrapper:hover .overlay {
  opacity: 1;
}

/* Mobile stacking */
@media (max-width: 768px) {
  .mosaic-grid {
    display: block;            /* Disable grid behavior */
  }

  .mosaic-item, 
  .mosaic-column {
    display: block;
    width: 100%;
    margin-bottom: 10px;       /* Adds space between stacked images */
  }

  .mosaic-img-wrapper {
    width: 100%;
    height: 250px;            /* Reasonable height on mobile */
  }

  .mosaic-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;        /* Ensures image covers container while maintaining aspect */
  }

  /* Overlay stays the same — positioned correctly over each image */
  .mosaic-img-wrapper .overlay {
    position: absolute;
  }
}


/* Clerkenwell Design Week Trends */
.ex-name-clerkenwelldesignweektrends > div.page-content.onecolumn > section.catalog-grid > div {
    width: 100vw;
    padding-left: 0px;
    padding-right: 0px;
}

.ex-name-clerkenwelldesignweektrends > div.page-content.onecolumn > section.catalog-grid > div > div > div.col.col-lg-12.col-md-12 {
  padding-right: 0px;
}

.clerkenwellback {
    background: url("https://eu.evocdn.io/dealer/1643/content/media/My_Banners/Kascaid/Clerkenwell Design Week Trends/hero-background.jpg");
    background-size: cover;
    background-position: center;
}

.clerkenwellconback {
    background: url("https://eu.evocdn.io/dealer/1643/content/media/My_Banners/Kascaid/Clerkenwell Design Week Trends/getintouch-banner.jpg");
    background-size: cover;
    background-position: center;
}

.blueback {
    background: #0F6392;
}

.paddinglr {
    padding-left: 13vw;
    padding-right: 13vw;
}

.paddingl {
    padding-left: 10vw;
}

.paddingtb2 {
    padding-bottom: 2vw;
    padding-top: 2vw;
}
.paddingtb {
    padding-bottom: 1vw;
    padding-top: 1vw;
}

.paddingt2 {
    padding-top: 2vw;
}

.paddingb2 {
    padding-bottom: 2vw;
}

.paddingt6 {
    padding-top: 6vw;
}

.paddingb4 {
    padding-bottom: 4vw;
}

.ex-name-clerkenwelldesignweektrends .blueback img {
  padding-bottom: 1vw;
}

#contentblock_275249 button {
  color: #000000;
}

@media (max-width: 768px) {
.paddingtb2 {
    padding-bottom: 6vw;
    padding-top: 6vw;
}  
}

@media (min-width: 769px) {
.ex-name-clerkenwelldesignweektrends h1 {
  font-size: 2.5vw;
}
  
.ex-name-clerkenwelldesignweektrends p {
  font-size: 1vw;
}
  
.ex-name-clerkenwelldesignweektrends .blueback p {
  font-size: 0.8vw;
}
  
.dflex1 > div {
        display: flex;
}
  
.dflex2 > div > div {
        display: flex;
}
  
.dflex3 > div > div > div {
        display: flex;
}  
  
.alignccent2 > div > div {
        align-content: center;
}  
  
.alignccent3 > div > div > div {
        align-content: center;
}
  
.alignicent {
  align-items: center;
}
  
.alignicent1 > div {
  align-items: center;
}
  
.alignicent2 > div > div {
  align-items: center;
}
  
.alignicent3 > div > div > div {
  align-items: center;
}  
  
#singlebanner_275236 > div > div > img.responsive.deskimg {
  max-height: 450px;
  }
}

/* OLD CSS */
:root {
    --evo-brand-hover-bglight: #0e79bf;
    --evo-brand-hover-bgdark: #0e79bf;
    --evo-row-spacing: 60px;
}

i.fa-recycle {
    display: none;
}

.ecoblock_container .col-lg-8.col-md-8{
    width: 100%;
}

.form-control, #quote-product-list-modal .select2-selection--single {
    border: 1px solid #0f79bf;
    border-radius: 41px;
}

.shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-out;
}

.shadow:hover {
  transform: translateY(5px);
}

.homepage-brandscroller {
max-width: 1450px;
margin: 20px auto 40px !important;
}
.homepage-brandscroller img {
filter: grayscale(100%);
opacity: 0.5 !important;
}
.homepage-brandscroller img:hover  {
filter: grayscale(0%);
opacity: 1 !important;

}

.zoomin img {transition: transform 500ms;}.zoomin:hover img {transform: scale(.95);}

.text-input-wrap {
  margin: 15px 0 5px;
}
.text-input-wrap label {
  display: block;
  margin: 0 0 5px;
  font-weight: 700;
}

.live-inventory-v2-wrapper .in-stock {
    font-size: 0.85rem;
}

.in-stock {
    color: #37b048;
}

.out-stock {
    color: #d22f25;
}

/*
.fa-shopping-bag:before {
    content: "\f291";
    font-size: 1.0em;
    color: #0f6392;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}

.toolbar .cart-btn>.btn { background: #0f79bf;
box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
 }

.toolbar .cart-btn > .btn span.minicart_count {
    border: 2px solid white;
    border-radius: 50%;
    background: #0f6392;
    color: #white;
}
*/
.shop-filters .filter-title {
background: #0f79bf;
padding: 18px 15px;
border-radius: 8px 8px 0 0;
font-size: 1.2rem;
color: white;
letter-spacing: 0;
font-weight: 900;
text-align: center;
position: relative;
bottom: 8px;
}

.shop-filters .filter-title {
    background-color: ;
}

.toolbar .cart-btn>.btn {
    background: 
#0f79bf;
}

.header-full .logo img {
/* Change this for desktop */
    max-width: 200px !important;
    height: auto !important;
    max-height: none !important;
}

.toolbar .cart-btn .btn i,
.toolbar .cart-btn:hover > .btn i {
color: #white;
}

.menu ul.catalog > li:hover {
    background-color: #0f6392;
}

#htmlcontent_178476 .header-icon-links {
    text-align: center;
    padding: 0 0 5px;
}
#htmlcontent_178476 .header-icon-links ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    line-height: .5;
}
#htmlcontent_178476 .list-inline li {
    display: inline-block;
  margin-left: 50px;
    margin-right: 50px;
    padding-left: 1px;
    padding-right: 1px;
}
#htmlcontent_178476 .header-icon-links li a {
    font-weight: 700;
  white-space: nowrap;
    text-decoration: none;
    color: #656565;
}

@media screen and (max-width: 1100px) {
   #htmlcontent_178476 .list-inline li {
      margin-left: 15px;
      margin-right: 15px;
   }
}



#htmlcontent_178476 .header-icon-links li a:before {
    height: 23px;
    padding-left: 2.5em;
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    top: 6px;
    position: relative;
}
#htmlcontent_178476 .icon-request-a-login a:before {
    background-image: url(https://eu.evocdn.io/dealer/1643/content/media/SVG/Login.svg);
}
#htmlcontent_178476 .icon-order-tracking a:before {
    background-image: url(https://eu.evocdn.io/dealer/1643/content/media/SVG/Tracking.svg);
}
#htmlcontent_178476 .icon-free-toner-recycling a:before {
    background-image: url(https://eu.evocdn.io/dealer/1643/content/media/SVG/ecycle.svg);
}
#htmlcontent_178476 .icon-request-a-catalogue a:before {
    background-image: url(https://eu.evocdn.io/dealer/1643/content/media/SVG/catalogue.svg);
}

.product-stock .out-stock small {display: none;}

@media only screen and (max-width: 768px) {
.dy-block-mobile {margin-left:0px!important;margin-right:0px!important;}
.dy-block-mobile-testimonials {padding-top:10px!important;padding-bottom:10px!important;}
}

@media (min-width: 768px) {
#htmlcontent_201595,#htmlcontent_202279,#htmlcontent_202304,#htmlcontent_202307,#htmlcontent_202288,#htmlcontent_202306 {width: 100%!important; }
}


.DY-block-spacer {padding-top: 50px;padding-bottom: 50px;}

@media only screen and (max-width: 768px) {
.DY-block-spacer {padding-top: 25px;padding-bottom: 25px;}
}

.interiors-block {background: #336190;padding: 50px 20px;height: 350px;}
.interiors-block2 {background: #3f77bc;padding: 50px 20px; height: 350px;}

.ex-product .b4806 .ribbon-side, .b4806 .ribbon-tips {
  display: none;
}
.ex-product .b4806 .ribbon {
 padding: 55px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1643/content/media/D3APPROVED.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-product .b4806 .ribbon span {
display: none;
}
.ex-product .b4806 .ribbon-side {
border-left: 0px;
}
.ex-category .b4806 .ribbon-side, .b4806 .ribbon-tips {
  display: none;
}
.ex-category .b4806 .ribbon {
 margin-left: 5px;
  padding: 40px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1643/content/media/D3APPROVED.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-category .b4806 .ribbon span {
display: none;
}
.ex-category .b4806 .ribbon-side {
border-left: 10px;
 border-color: #fff;
}
.ex-searchresult .b4806 .ribbon-side, .b4806 .ribbon-tips {
  display: none;
}
.ex-searchresult .b4806 .ribbon {
margin-left: 5px;
  padding: 40px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1643/content/media/D3APPROVED.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-searchresult .b4806 .ribbon span {
display: none;
}
.ex-searchresult .b4806 .ribbon-side {
border-left: 10px;
 border-color: #fff;
}


/* PARATUS MARKETING CSS */

.casestudies-carousel.owl-carousel .owl-stage-outer {
margin-left: -20px;
}
/* PARARTUS FOOTER - Start */
.footer h4 {
font-size: 1.125em;
}
/* PARARTUS FOOTER - End */


 /* FLOAT IN EFFECTS */
.floatslowerstill {
  transition: opacity 0.8s ease-out, transform 1s ease-out;
  transition-delay: 2s;
}
.floatslower {
  transition: opacity 0.8s ease-out, transform 1s ease-out;
  transition-delay: 1.5s;
}
.floatslow {
  transition: opacity 0.8s ease-out, transform 1s ease-out;
  transition-delay: 1s;
}
.floatmedium {
  transition: opacity 0.8s ease-out, transform 1s ease-out;
  transition-delay: 0.5s; 
}
.floatfast {
  transition: opacity 0.8s ease-out, transform 1s ease-out;
}

.float-in-left { 
  opacity: 0; 
  transform: translateX(-80px);
}
.float-in-left.visible { 
  opacity: 1; transform: 
  translateX(0);
}
.float-in-right { 
  opacity: 0;
  transform: translateX(80px);
}
.float-in-right.visible { 
  opacity: 1; 
  transform: translateX(0);
}
.float-in-up { 
  opacity: 0; 
  transform: translateY(-80px);
}
.float-in-up.visible { 
  opacity: 1; 
  transform: translateY(0);
}
.float-in-down {
  opacity: 0; 
  transform: translateY(80px);
}
.float-in-down.visible { 
  opacity: 1; 
  transform: translateY(0);
}

/* HOMEPAGE - Start */

.hero-carousel.owl-carousel .owl-item {
  transform: translatex(0px) !important;
}
  
.carousel-container {
    display: flex;
    align-items: center;
    position: relative; /* Ensures child elements can be absolutely positioned */
    overflow: hidden; /* Ensure any overflowing content is hidden */
    padding: 0; /* Remove any default padding */
    margin: 0; /* Remove any default margin */
}

.hero-carousel.owl-carousel {
    display: flex;
    align-items: center;
    width: 100vw; /* Full width of the viewport */
    overflow: hidden; /* Hide overflow to ensure no horizontal scrollbar */
}

.hero-carousel.owl-carousel .owl-item {
    width: 100vw; /* Ensure each slide fills the viewport width */
    margin: 0 !important; /* Remove margin to ensure slides fit edge to edge */
}

.hero-carousel.owl-carousel .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    overflow: hidden; /* Hide overflow to keep video contained */
    margin: 0; /* Ensure no margin by default */
}

.hero-carousel.owl-carousel .item video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the entire container while maintaining aspect ratio */
    transform: translate(-50%, -50%); /* Center the video */
    z-index: -1; /* Ensure video is below other content */
}

.hero-carousel.owl-carousel .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the entire container while maintaining aspect ratio */
    transform: translate(-50%, -50%); /* Center the video */
    z-index: 1; /* Ensure video is below other content */
}
  
.hero-carousel.owl-carousel .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 99, 146, 0.90); /* Dark overlay color */
    z-index: 5;
}

.hero-carousel.owl-carousel .item .text {
    position: absolute;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    color: #fff;
    width: 535px;
    max-width: 50%;
    z-index: 10;
}

.hero-carousel.owl-carousel .item .text h2 {
    text-align: left !important;
    color: #fff !important;
    font-size: 66px;
    font-weight: 900;
    line-height: 66px;
    margin-bottom: 0px;
    letter-spacing: -0.015em; 
    margin-bottom: 30px;
}

.hero-carousel.owl-carousel .item .text h3 {
    text-align: left !important;
    color: #fff !important;
    font-size: 36px;
    line-height: 50px;
	font-weight: 400;
    letter-spacing: -0.015em;
}

.hero-carousel.owl-carousel .owl-button {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px;
    max-width: 350px;
    letter-spacing: -0.015em;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: none;
    text-align: center;
    transition: all .35s ease;
    margin-top: 50px;
    letter-spacing: -0.015em;    
}

.hero-carousel.owl-carousel .owl-button:hover {
    background: #fff;
    color: #000;
}

  .slide-list {
	width: 800px;
    max-width: 50%;
    list-style: none;
    display: block;
    position: absolute;
    right: 100px;
    top: 50%; /* Center the top of the list vertically */
    transform: translateY(-50%); /* Adjust to truly center the list */
   /* padding: 20px; */
    margin: 0;
    background-color: none;
    z-index: 15; /* Ensures it is on top of the video */
  }

  .slide-list li {
   font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50px;
    padding: 15px 5px;
    color: #21528c;
    letter-spacing: -1.5%;        
  }
  
  .slide-list li i {
    color: #21528c;
max-width: 35px;
max-height: 35px;  

  }  
  .slide-list .fa-solid {
    font-size: 1.5em;
  }    
  .slide-list .fa-solid.reducedsize {
    font-size: 1.25em;
  }  
  .slide-list li .lefthalf {
    margin-left: 20px;
	align-items: center;
    justify-content: flex-start;
    display: flex;   
}  
    .slide-list li .lefthalf .fa-solid {
    margin-right: 12px;
}  
  .slide-list li .righthalf {
    margin-right: 20px;
    align-items: center;
    justify-content: flex-end;
    display: flex; 
}  
  
@media (max-width: 1350px) {
  .slide-list {
    top: 65%;
    right: 0%;
    left: 0%;
	width: 100%;
    max-width: 100%; 
    margin-left: -20px;
  }
.hero-carousel.owl-carousel .item .text {
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 25%;
    padding: 50px;   
  }  
	
.hero-carousel.owl-carousel .item .text h2 {
    font-size: 45px;
    line-height: 45px;
}

.hero-carousel.owl-carousel .item .text h3 {
    font-size: 24px;
    line-height: 38px;
}	
  .slide-list li {
    margin: 5px;
    font-size: 1em;        
  }
  .slide-list li i {   
    font-size: 1.25em;
}
    .slide-list .fa-solid {
    font-size: 1.25em;
  }    
}
@media (max-width: 762px) {
.hero-carousel.owl-carousel .item {
    height: 1000px;
  }
  .slide-list {
    top: 70%;
   }  
}
  
  .slide-list .active i {
  color:#21528c;
  }
  .slide-list li.active {
    background-color: #ffb800;  
  }

.hoverboxes {
    display: flex;
    justify-content: space-between;
background-color: #0f6392;  
}
  .hoverboxes-values {
background: linear-gradient(rgba(15, 99, 146, 0.90), rgba(15, 99, 146, 0.90)), url('https://eu.evocdn.io/dealer/1643/content/media/2025 Images/Building.jpg');  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }  
  
.hoverboxesinnner {
display: flex;
max-width: 1500px;
margin: auto;
padding: 80px 40px;
align-items: center;  
}

.hoverboxes p {
    color: #fff;
  margin-bottom: 20px;
}
.hoverboxes h3 {
    color: #fff !important;
    margin-bottom: 0px;
  margin-bottom: 30px;
}
  .hoverboxes h4 {
color: #ffb800; 
}

.hoverboxes .col-md-6, .hoverboxes .col-md-5, .hoverboxes .col-md-7,  {
    display: flex;
    flex-direction: column;
}

.hoverboxright {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hoverboxrightinner {
background-color: #1b73a5;
margin: 5px;
border-radius: 30px;
transition: all 0.5s ease-out;  
}

.hoverboxrightinner:hover {
background-color: #fff;
}
  .hoverboxrightinner:hover p {
color: #0f6392;
}

.hoverboxright .row {
    display: flex;
 /*   flex: 1; */
}
.hoverboxright-item {
    display: flex;
    justify-content: center;  
    flex-direction: column;
    height: 100%; /* Ensure list items take up available height */
    padding: 25px; /* Adjust padding as needed */
   /* background-color: transparent; */
}
  .hoverboxright-item i {
      flex-direction: row;
  }
.hovertextleft {
    width: 100%;
    height: 100%; /* Ensure it takes up available height */
    display: flex;
    justify-content: center;
    align-items: start;
flex-direction: column;
max-width: 500px;
}
  .hovertextleft-forceright {
 float:right;
}
.barredh2white {
  font-size: 24px !important;
  line-height: 31px !important;  
  font-weight: 700;
  letter-spacing: 0.015em;
  text-align: left;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  position: relative;
}  
.barredh2white:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: middle;
  width: 60px;
  margin-right: -100%;
  margin-left: 20px;
  border-top: 2px solid #ffb800;
  margin-top: 2px;
  word-wrap: break-word;   
}
.barredh2 {
  font-size: 24px !important;
  line-height: 31px !important;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-align: left;
  color: #0f6392 !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  position: relative;
}  
.barredh2:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: middle;
  width: 60px;
  margin-right: -100%;
  margin-left: 20px;
  border-top: 2px solid #0f6392;
  margin-top: 2px;
  word-wrap: break-word;   
}
  .hoverbox-stars {
  flex-direction:row;
    display: flex;
    margin-bottom: 10px;
    color: #ffb800;
  }
  .hoverboxh3override {
  color: #fff !important;
  }
  .hoverboxrightinner:hover  .hoverboxh3override {
  color: #1b73a5 !important;
  }

@media (max-width: 991px) {
.hoverboxesinnner,  .hoverboxright, .hovertextleft, .hoverboxright .row  {
    display: block !important;    
    }
  .hoverboxright .row  {
 margin-bottom: -5px;
  }  
    .hovertextleft-forceright {
 float:none !important;
}
}
/* Full-width slider with grey background */
.slider-wrapper {
  background-color: #f5f5f5;
  padding: 80px 20px 100px;
}

.casestudies-carousel .slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
/*  height: 500px; */
  padding: 80px 20px;
  box-sizing: border-box;
  margin-left: -15px;
}
.owl-carousel .owl-stage-outer {
border-top: 0px !important;
  border-bottom: 0px !important;
  }
.casestudies-carousel .slide-content {
  display: flex;
/*   flex-direction: row-reverse; Reverse order: text right, image left */
  align-items: center;
  justify-content: center;
  width: 100%;
}

/*.casestudies-carousel .text-section,*/
.casestudies-carousel .image-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.casestudies-carousel .text-section {
  width: 40%;
  text-align: left;
  color: white;
  flex-direction: column;
  padding: 0 20px;
  margin: 0px 80px 0px 0px;  
}
.casestudies-carousel h3 {
  font-size: 48px !important;
  font-weight: 400 !important;
  letter-spacing: 0.015em !important;
  color: #000000 !important;
  text-transform: uppercase !important;
} 
.casestudies-carousel p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.015em;
  color: #58595b;
}    
.casestudies-carousel span {
  color: #0f6392;
  margin-top: 25px;
}     
  
.casestudies-carousel .image-container {
  display: flex;
  margin: 25px;  
}
.casestudies-carousel .top-image {
  margin-top: -50px; 
  border-radius: 30px;  
  margin-right: -25px;
  -webkit-box-shadow: -3px 10px 21px 1px rgba(0,0,0,0.35);
  -moz-box-shadow: -3px 10px 21px 1px rgba(0,0,0,0.35);
  box-shadow: -3px 10px 21px 1px rgba(0,0,0,0.35);
  z-index: 2;

  }
.casestudies-carousel .bottom-image {
  margin-bottom: -50px;
  margin-left: -25px; 
  border-radius: 30px;  
  z-index: 1;
}
  
.casestudies-carousel .image-section {
  width: 60%;
  text-align: center;
}

.casestudies-carousel .image-section img {
  max-width: 100%;
  height: auto;
}

/* Navigation Arrows Positioning */
.casestudies-carousel .owl-nav {
  position: absolute;
  top: 100%;
  left: 0px; 
  transform: translateY(-50%);
}

.casestudies-carousel .owl-nav button {
  background: white;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  color: black;
  cursor: pointer;
}

.casestudies-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}

.casestudies-carousel .owl-nav button:hover {
  background: #ccc;
}
.casestudies-carousel .owl-prev, .casestudies-carousel .owl-next {
  color: #23538f !important;
  background: #ffb800 !important;
  padding: 4px 14px !important;
  font-weight: 900 !important;
  font-size: 18px !important;
}
 .casestudies-carousel .owl-prev:hover, .casestudies-carousel .owl-next:hover {
  color: #fff !important;
  background: #23538f !important;
} 
  
.casestudies-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

/* Stack on smaller screens */
@media (max-width: 768px) {
  .casestudies-carousel .slide-content {
    flex-direction: column-reverse; /* Stack image on top of text */
  }
  .casestudies-carousel .text-section,
  .casestudies-carousel .image-section {
    width: 100%; /* Full width for both sections */
  }
  .casestudies-carousel .text-section {
    text-align: center;
  }
.casestudies-carousel .text-section {
  margin: 80px 0px 0px 0px;  
}
}
 .hp3images {
margin: 80px auto 80px;
  }
  .hp3images img {
    border-radius: 30px;
    margin-bottom: 15px;
  }
  .ppebranded-outer {
  background: linear-gradient(180deg, #f5f5f5 80%, #ffffff 20%);  
  }
.ppebranded {
padding: 60px 30px 0px;
margin-top: 0px;
display: flex;
}
  .prebrandedcol {
  align-items: stretch;
    display: flex;
    flex-direction: column;
  }
  .ppebranded img {
  margin-top: auto;
    border-radius: 30px;
  }
  .ppebranded p {
  margin-bottom: 35px;
  } 
 @media only screen and (max-width: 950px) {
  .ppebranded {
display: block;
   }
  }
.homepageblogsintro {
padding: 10px 30px;
margin-top: 50px;
}
.homepageblogs {
padding: 10px 30px;
margin: 50px auto 60px;
}

.homepageblogs .col-sm-6 {
width: 33.333333% !important;
}
@media (max-width: 600px) { /* For small screens and up */
   .homepageblogs .col-xs-12 {
      width: 100% !important;
   }
}
.homepageblogs .bloglatestposts_container .tileparent .tile {
box-shadow: none;
}
.homepageblogs .bloglatestposts_container .tileparent .post-image {
max-width: 130px;
min-height: 130px;
  border-radius: 50%;
}
.homepageblogs .blog-posts-grid-view .tile {
max-width: 600px;
}
.homepageblogs .bloglatestposts_container .blog-posts-grid .post-name h4 {
font-size: 24px;
line-height: 36px;
color: #000;
}
.homepageblogs .bloglatestposts_container .blog-posts-grid .post-excerpt {
font-size: 18px;
line-height: 30px;
color: #000;
}
.homepageblogs .bloglatestposts_container .blog-posts-grid .post-excerpt::after {
  content: 'Learn More';
  display: block;
  color: #ffb800;
  font-weight: 700;
  margin-top: 20px;
}

  .environmentalimpact {
    width: 100vw;
    position: relative;
    overflow: hidden;
  }
  
  .environmentalimpact::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(22, 87, 36, 0.70), rgba(22, 87, 36, 0.70)), url('https://eu.evocdn.io/dealer/1643/content/media/2025 Images/Eco-Background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation: environmentalimpact 20s infinite;
  }

@keyframes environmentalimpact {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
  .environmentalimpactinner {
    position: relative;
    padding: 65px 20px;
    text-align: center;
    z-index: 1;
    max-width: 1200px;
  }

  .environmentalimpact h2 {
    color: #fff !important;
  }
  .homepageaccreditations.catalog-single .tile img {
  max-height: 200px !important;
  max-width: 200px !important;
filter: grayscale(100%);
opacity: 0.4;    
transition: all 1s ease-out;    
}
    .homepageaccreditations.catalog-single .tile img:hover {
filter: grayscale(0%);
opacity: 1;    
}
.homepageaccreditations .brandmerchandising-carousel .imgthumbnail {
  align-items: center;
  justify-content: center;
}
.homepageaccreditations .brandmerchandising-carousel .owl-carousel .owl-stage-outer {
margin-left: 0px;
margin-right: 0px;
}  
.scrollingtext {
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 45px;
margin-bottom: 50px;
}
 .scrollingtext h2 {
text-align: center !important;
    margin-bottom: 55px !important;
    font-size: 36px !important;
    margin-top: -10px !important;
 }  
  .scrollingtext h3 {
  font-weight: 900 !important;
    font-size: 100px !important;
   text-align: center !important;
    letter-spacing: 0.015em;
    color: #0f6392 !important;
 }
   .scrollingtext h4 {
  font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.015em;
    color: #0f6392;
  } 
  
.homepagebrands.catalog-single .tile img {
/*  max-height: 250px !important; */
  max-width: 250px !important;
}
.homepagebrands .brandmerchandising-carousel .imgthumbnail {
  align-items: center;
  justify-content: center;
}
.homepagebrands .owl-nav {
display: none;
}
.homepagebrands .brandmerchandising-carousel .owl-carousel .owl-stage-outer {
margin-left: 0px;
margin-right: 0px;
}
.homepagebrands.catalog-single h3 {
font-family: "Red Hat Display", sans-serif;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.015em;
  font-weight: 400;
  color: #000;
  margin-top: 50px;
}
/* HOMEPAGE - End */

/* SERVICE PAGES - Start */

.herobanner25 {
    display: flex;
 min-height: 300px;
  background-position: center; 
background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -25px;
}
.herobannerinner {
display: flex;
align-items: center;
padding: 40px;
  }
  .herobannerright  {
  justify-content: flex-end;
  display: flex;  
  }
  .herobannericon {
background: #fff;
  width: 200px;
  height: 200px;
    border-radius: 30px;
    display: flex;
align-items: center;
    padding: 20px;
  }
  .herobannericon h1 {
   margin: 0px auto !important; 
font-size: 18px !important;
line-height: 24px !important;
  font-weight: 700 !important;
  color: #21528c !important;
    text-align: center !important;
  }
  
  .herobannericon i {
  font-size: 75px;
   margin-bottom: 10px;
    color: #FFB800;
  }
   .herobannericon img {
  max-width: 110px;
   padding: 10px;
  } 
.herobannerinner h2 {
  color: #fff !important;
  font-size: 50px !important;;
  font-weight: 900 !important;;
  line-height: 66px !important;;
  letter-spacing: -0.015em !important;;
  margin-bottom: 30px !important;;
}
.herobannerinner h3 {
  color: #fff !important;  
}
.workwearbanner {
background-image:linear-gradient(180deg,  rgba(15, 99, 146, 0.90),  rgba(15, 99, 146, 0.90)), url('https://eu.evocdn.io/dealer/1643/content/media/2025 Images/Workwear-Hero.jpg');
background-position: center; 
}
.interiorsbanner {
background-image:linear-gradient(180deg,  rgba(15, 99, 146, 0.90),  rgba(15, 99, 146, 0.90)), url('https://eu.evocdn.io/dealer/1643/content/media/2025 Images/Interiors-Hero.jpg');
background-position: center; 
}
.businesssuppliesbanner {
background-image:linear-gradient(180deg,  rgba(15, 99, 146, 0.90),  rgba(15, 99, 146, 0.90)), url('https://eu.evocdn.io/dealer/1643/content/media/2025 Images/Business-Supplies-D3-lr.jpg');
background-position: center; 
}
.facilitiesbanner  {
background-image:linear-gradient(180deg,  rgba(15, 99, 146, 0.90),  rgba(15, 99, 146, 0.90)), url('https://eu.evocdn.io/dealer/1643/content/media/2025 Images/Facilities-Supplies-D3-lr.jpg');
background-position: center; 
}
.ppebanner {
background-image:linear-gradient(180deg,  rgba(15, 99, 146, 0.90),  rgba(15, 99, 146, 0.90)), url('https://eu.evocdn.io/dealer/1643/content/media/2025 Images/PPE-D3-lr.jpg');
background-position: center; 
}
.printpromobanner {
background-image:linear-gradient(180deg,  rgba(15, 99, 146, 0.90),  rgba(15, 99, 146, 0.90)), url('https://eu.evocdn.io/dealer/1643/content/media/2025 Images/D3-Promotional-Products-Background.jpg');
background-position: center bottom; 
}
.blogbanner {
background-image:linear-gradient(180deg,  rgba(15, 99, 146, 0.90),  rgba(15, 99, 146, 0.90)), url('https://eu.evocdn.io/dealer/1824/content/media/2025 Images/Blog-Background2.jpg');
background-position: center; 
}  

@media (max-width: 991px) {
.herobannerinner  {
flex-direction: column-reverse;
    }
    .herobannerright  {
margin-top: 20px;
  }  
  .herobannerinner h2, .herobannerinner h3 {
text-align: center;
}
}  

  .hoverboxeswhitebg {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 60px;
  }  
  
.hoverboxesinnnerwhitebg {
display: flex;
margin: auto;
align-items: center; 
width: 100%;
}

.hoverboxeswhitebg p {
    color: #000;
  margin-bottom: 20px;
}
.hoverboxeswhitebg h3 {
    color: #000;
    margin-bottom: 0px;
  margin-bottom: 30px;
}
  .hoverboxeswhitebg h4 {
font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
    color: #21528c !important;
    text-align: center !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.hoverboxeswhitebg .col-md-6, .hoverboxeswhitebg .col-md-5, .hoverboxeswhitebg .col-md-7,  {
    display: flex;
    flex-direction: column;
}

.hoverboxrightwhitebg {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hoverboxrightinnerwhitebg {
background-color: #ffb800;
margin: 5px;
border-radius: 30px;
transition: all 0.5s ease-out; 
padding: 0px;  
}
.hoverboxrightinnerwhitebg img {
border-radius: 30px 30px 0 0;
}

.hoverboxrightinnerwhitebg:hover {
background-color: #0f6392;
}
  .hoverboxrightinnerwhitebg:hover h4 {
color: #fff !important;
}
.hoverboxrightinnerwhitebgv2 {
display: flex;
justify-content: center;
}
.hoverboxrightinnerwhitebgv2 img {
border-radius: 30px;
margin: 5px auto;

}
.hoverboxrightinnerwhitebgv3 {
background-color: #fff;
margin: 5px;
border-radius: 30px;
transition: all 0.5s ease-out; 
padding: 0px;  
}
.hoverboxrightinnerwhitebgv3 img {
border-radius: 30px 30px 0 0;
}
.hoverboxrightinnerwhitebgv3 h4 {
margin-top: 9px;
color: #0f6392 !important;
}
.hoverboxrightinnerwhitebgv3:hover {
background-color: #ffb800;
}
  .hoverboxrightinnerwhitebgv3:hover h4 {
color: #ffb800;
}


.hoverboxrightwhitebg .row {
    display: flex;
 /*   flex: 1; */
}

.hoverboxright-itemwhitebg {
    display: flex;
    justify-content: center;  
    flex-direction: column;
    height: 100%; /* Ensure list items take up available height */
    padding: 0px; /* Adjust padding as needed */
   /* background-color: transparent; */
}

.hovertextleftwhitebg {
    width: 100%;
    height: 100%; /* Ensure it takes up available height */
    display: flex;
    justify-content: center;
    align-items: start;
flex-direction: column;
max-width: 500px;
}
@media (max-width: 991px) {
.hoverboxesinnnerwhitebg,  .hoverboxrightwhitebg, .hovertextleftwhitebg, .hoverboxrightwhitebg .row  {
    display: block !important;    
    }
  .hoverboxrightwhitebg .row  {
 margin-bottom: -5px;
  }  
}

.hoverboxesinline {
    display: flex;
    justify-content: space-between;
background-color: #0f6392;  
}

.hoverboxesinnnerinline {
/*display: flex; */
max-width: 1500px;
margin: auto;
padding: 80px 40px;
align-items: center;  
}

.hoverboxesinline p {
    color: #fff;
  margin-bottom: 20px;
}
.hoverboxesinline h3 {
    color: #fff !important;
    margin-bottom: 0px;
  margin-bottom: 30px;
}
  .hoverboxesinline h4 {
    color: #fff;
}
  .hoverboxesinline i {
    font-size: 50px;
    margin: 30px auto 50px;
}
.hoverboxesinline .col-md-6, .hoverboxesinline .col-md-5, .hoverboxesinline .col-md-7,  {
    display: flex;
    flex-direction: column;
}

.hoverboxrightinline {
    display: flex;
    flex-direction: column;
    flex: 1;
  text-align: center;
}

.hoverboxrightinnerinline {
background-color: #1b73a5;
margin: 5px;
border-radius: 30px;
transition: all 0.5s ease-out;  
}

.hoverboxrightinnerinline:hover {
background-color: #fff;
}
  .hoverboxrightinnerinline:hover p, .hoverboxrightinnerinline:hover h4, .hoverboxrightinnerinline:hover i {
color: #0f6392;
}

.hoverboxrightinline .row {
    display: flex;
 /*   flex: 1; */
}

.hoverboxright-iteminline {
    display: flex;
    justify-content: start;  
    flex-direction: column;
    height: 100%; /* Ensure list items take up available height */
    padding: 25px; /* Adjust padding as needed */
   /* background-color: transparent; */
}

.hovertextleftinline {
    width: 100%;
    height: 100%; /* Ensure it takes up available height */
    display: flex;
    justify-content: center;
    align-items: start;
flex-direction: column;
}

@media (max-width: 991px) {
.hoverboxesinnnerinline,  .hoverboxrightinline, .hovertextleftinline, .hoverboxrightinline .row  {
    display: block !important;    
    }
  .hoverboxrightinline .row  {
 margin-bottom: -5px;
  }  
}

  .category-grid  {
  margin-bottom: 65px;
  }
.category-grid div {
    padding: 0px;
}

.small-cat {
    position: relative;
}

.small-cat h3 {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    opacity: 0; 
    visibility: hidden; 
    text-align: center;
    transition: opacity 0.3s ease, visibility 0.3s ease; 
    color: #fff !important; 
  	font-size: 24px !important;
  	line-height: 28px !important;
}

.small-cat:hover h3 {
    opacity: 1; /* Make the text visible */
    visibility: visible; /* Ensure it can be interacted with */
}

.small-cat img {
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensure proper fit */
    transition: filter 0.2s, transform 0.2s;
    border-radius: 40px;
    padding: 10px;
}

.small-cat.big-cat img {
    max-height: 500px;
}
.small-cat.small-cat-one img {
    max-height: 250px;
}

.small-cat.small-cat-two img {
    max-height: 300px;
}

.small-cat:hover img {
    filter: brightness(0.4) sepia(1) hue-rotate(170deg) saturate(2);
}

@media (max-width: 768px) {
    .small-cat img,  .small-cat.small-cat-one img,  .small-cat.small-cat-two img {
        max-height: none; /* Remove max-height restrictions for smaller screens */
    }
}

.videosection {
  background: #0f6392;
  margin-bottom: 50px;
  padding: 100px 40px 80px;
}
.videosection p {
  color: #fff;
  font-size: 100px;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (9/16 = 56.25%) */
  background-color: #000;
  overflow: hidden;
  margin-bottom: 20px;
}

video, .video-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video and preview image fill the container */
}

.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease;
}
.play-overlay:hover {
  background: rgba(0, 0, 0, 0.7);
}

.play-button {
  z-index: 2;
  width: 60px; /* Ensures the button is circular */
  height: 60px; /* Match the width for a perfect circle */
  padding: 0; /* Remove extra padding */
  background-color: #f39c12; /* Customizable button color */
  color: #fff;
  font-size: 30px; /* Size of the play icon */
  border: none;
  border-radius: 50%; /* Makes the button circular */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; /* Centers the play icon */
  transition: background-color 0.3s ease;
}
.play-button:hover {
  background-color: #d35400; /* Hover effect color */
}

  .productrange {
  margin-bottom: 60px;
  }

.ctasection  .extraleft {
  padding-left: 8px;
  }
.ctasection  .extraright {
  padding-right: 8px;
  }
.ctasection {
background: #0f6392;
padding: 40px;
  }
  .ctasection h3 {
  color: #fff !important;
  }
  .ctasection input {
  color: #FFB800;
  }
  .ctasection textarea {
  color: #FFB800;
  } 
.ctasection textarea {
    text-align: center !important;
}
  .ctasection .row {
  max-width: 1500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
  }
  .contactform_container {
  width: 90% !important;
  }  
.ctasection .col {
  display: flex;
  align-items: center;
  justify-content: center;
  }
   .contactformimage {
  display: flex;
  align-items: center;
  } 
  .contactformimage img {
  border-radius: 30px;
  width: 90% !important; }
  #rc-anchor-container {
  background: none;
  }
.ctasection  .form-control {
  background: #1b73a5;
  border: 1px solid #1b73a5;  
  }
.ctasection  ::placeholder {
  color: white;
  }
.alert-success {
  background-color: #FFB800;
  border-color: #FFB800;
  color: #23538f;
}  
@media (max-width: 991px) {
.ctasection .row  {
    display: block !important;    
    }
  .contactformimage {
  margin: 20px auto;
    display: block !important;
    text-align: center;
  }
.ctasection  .extraleft {
  padding-left: 0px;
  }
.ctasection  .extraright {
  padding-right: 0px;
  }  
}
.lower-cta {
background: #1b73a5;
padding: 10px 20px;
margin-bottom: 50px;    
    }
  .lower-cta h3 {
  color: #fff !important;
    text-align: center !important;
    font-size: 20px !important;
    line-height: 25px !important;
font-weight: 700 !important;    
  }  
  .lower-cta i {
margin: 0px 10px 0px 20px;   
  }   
  .lower-cta span a {
  color: #fff;
    transition: all 0.5s ease;
  } 
  .lower-cta span i {
  color: #FFB800;
    transition: all 0.5s ease;
  }   
  .lower-cta span a:hover {
  color: #FFB800;
  }   
  .lower-cta span a:hover i {
  color: #fff;
  }    
/* SERVICE PAGES - End */

/* BLOG HOMEPAGE */

.blogpostslist_container h1 {
  margin-top: 10px !important;
    margin-bottom: 40px;
  }
  .blogpostslist_container .listtools .listgrid {
  display:none;
  }
  @media (min-width: 1200px) {
 .d3blogfeed .col-lg-3 {
    width: 33.33%;
  }
}
.d3blogfeed .blog-posts-grid-view .tile, .catalog-grid .tile {
  max-width: 425px;
}
.d3blogfeed .blogfeaturedposts_container .tileparent .tile,    .d3blogfeed .bloglatestposts_container .tileparent .tile, .blogpostslist_container .tileparent .tile {
  box-shadow: 0 3px 10px 4px rgba(0,0,0,.0);
  }
.blogpostslist_container .tileparent .post-image {
  border-radius: 30px !important;
  position: relative; /* Needed for positioning the overlay */
}

.blogpostslist_container .tileparent .post-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 99, 146, 0.70); /* Blue color with opacity */
  opacity: 0;
  transition: opacity 0.3s ease; /* Smooth transition */
  border-radius: 30px; /* Match border-radius with image */
}

.blogpostslist_container .tileparent .post-image:hover::after {
  opacity: 1; /* Show overlay on hover */
}
 .blog-posts-grid-view .tile, .catalog-grid .tile {
  text-align: center;
  }
.blogpostslist_container .blog-posts-grid .post-name h4 {
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  text-transform:uppercase;
}  
.catalog-grid .tile .footer a.post-excerpt  {
  color: #000 !important;
} 
.blogpostslist_container .blog-posts-grid .post-excerpt:after {
    content: 'Read More';
    display: block;
    margin: 30px auto;
    font-family: "Red Hat Display", sans-serif;
    border-radius: 30px;
    background: #FFB800;
    color: #23538f;
    font-size: 18px;
    padding: 13px 35px;
    font-weight: 700;
    max-width: 200px;
    transition: background .35s ease, color .35s ease;
}

.blogpostslist_container .blog-posts-grid .post-excerpt:hover:after {
    background-color: #0f6392; /* Fixed missing semicolon */
    color: #fff;
}

/* BLOG POSTS PAGE */

.ex-post .breadcrumb {
  display:none;
  }
  .blogpostcontent_container {
     margin-top: -1px;
  }  
  
  .d3postcontent.container {
    display: flex;
    flex-wrap: wrap;
  }

  @media (max-width: 991px) {
    .d3postcontent.container {
      flex-direction: column-reverse; /* Reverse the column order */
    }
    .d3postcontent .col-md-8, 
    .d3postcontent .col-md-4 {
      width: 100%; /* Ensure full width on small screens */
    }
  }  
  .d3posttext {
  margin-top: 70px !important;
   padding: 0 25px;
  }
  .d3posttext P {
  margin-top: 20px;
  }  
  .d3postoverview {
     padding: 50px;
     background-color: #0f6392;
    margin: 0px 30px 30px 30px;
    border-radius: 0px 0px 30px 30px;
  }
  
 .d3postoverview .row {
    display: flex;
    align-items: flex-start; /* Align items at the start vertically */
    gap: 10px; /* Add space between the icon and the text container */
   margin-bottom: 20px;
}

.d3postoverview .row img {
    flex-shrink: 0; /* Prevent the image from shrinking */
    max-width: 50px; /* Set a fixed width for consistency */
	margin-top: 10px;
margin-right: 20px;
}
.d3postoverview svg {
    color : "white";
}
  
.d3postoverview .row .text-container {
    display: flex;
    flex-direction: column; /* Stack h3 and h4 vertically */
}

.d3postoverview .row h3, 
.d3postoverview .row h4 {
    margin: 0; /* Remove default margins for proper spacing */
    color: #fff;
}

.d3postoverview .row h3 {
    margin-bottom: 0px; /* Add space between h3 and h4 */
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
color: rgb(255, 184, 0);
}
  
  .d3postimagery {
  margin-top: 50px !important;  
  }  
  .d3postimagery img {
  border-radius: 30px;
  margin-bottom: 30px;  
  }


	.d3posttestimonial {
	background-color: #0f6392;
padding: 80px 40px;
     margin-top: 70px;
	}
  	.d3posttestimonialinner {
background-color: #1b73a5;
  border-radius: 30px;
padding: 25px;      
  }
	.d3posttestimonial h3 {
      color: #fff !important;
font-family: "Red Hat Display", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.015em;      
  }
 	.d3posttestimonial p {
      color: #fff;
  }
   	.d3posttestimonialinner img {
max-width: 20px;
margin-right: 3px;  
  }

/* PARATUS Global Syles - Start */
.extrabottom {
margin-bottom: 30px;
}
.largeextrabottom {
    margin-bottom: 60px;
}
.extratop {
margin-top: 30px;
}
.nopadding {
padding: 0px;
  }
.centerstuff {
text-align: center;
margin-left: auto;
margin-right: auto;
}

.marketing-btn {
font-family: "Red Hat Display", sans-serif;
border-radius: 30px;
background: #FFB800;
color: #23538f;
font-size: 18px;
padding: 13px 35px;
font-weight: 700;
}

.ex-category-furniture h1, .ex-category-personalprotectiveequipment h1, .ex-name-printpromo h1, .ex-category-facilitiesmanagement h1, .ex-category-brandedclothing h1, .ex-category-officesupplies h1, .ex-home h1, .ex-name-2025businesssupplies h1, .ex-name-2025facilities h1, .ex-name-2025ppe h1, .ex-name-2025printandpromo h1, .ex-blog h1, .ex-name-2025homepage h1, .ex-name-2025interiors h1, .ex-name-2025workwear h1, .ex-category-promotionalgifts h1 { font-family: "Red Hat Display", sans-serif; font-size: 48px; line-height: 60px; letter-spacing: 0.015em; font-weight: 400; color: #000; margin-top: 35px;} 
.ex-category-furniture h2, .ex-category-personalprotectiveequipment h2, .ex-name-printpromo h2, .ex-category-facilitiesmanagement h2, .ex-category-brandedclothing h2, .ex-category-officesupplies h2, .ex-home h2, .ex-name-2025businesssupplies h2, .ex-name-2025facilities h2, .ex-name-2025ppe h2, .ex-name-2025printandpromo h2, .ex-blog h2, .ex-name-2025homepage h2, .ex-name-2025interiors h2, .ex-name-2025workwear h2, .ex-category-promotionalgifts h2 { font-family: "Red Hat Display", sans-serif; font-size: 48px; line-height: 60px; letter-spacing: 0.015em; font-weight: 400; color: #333333; margin-top: 25px;} 
.ex-category-furniture h3, .ex-category-personalprotectiveequipment h3, .ex-name-printpromo h3, .ex-category-facilitiesmanagement h3, .ex-category-brandedclothing h3, .ex-category-officesupplies h3, .ex-home h3, .ex-name-2025businesssupplies h3, .ex-name-2025facilities h3, .ex-name-2025ppe h3, .ex-name-2025printandpromo h3, .ex-blog h3, .ex-name-2025homepage h3, .ex-name-2025interiors h3, .ex-name-2025workwear h3, .ex-category-promotionalgifts h3 { font-family: "Red Hat Display", sans-serif; font-size: 36px; line-height: 50px; font-weight: 400; letter-spacing: 0.015em; color: #000;}
.ex-category-furniture h4, .ex-category-personalprotectiveequipment h4, .ex-name-printpromo h4, .ex-category-facilitiesmanagement h4, .ex-category-brandedclothing h4, .ex-category-officesupplies h4, .ex-home h4, .ex-name-2025businesssupplies h4, .ex-name-2025facilities h4, .ex-name-2025ppe h4, .ex-name-2025printandpromo h4, .ex-blog h4, .ex-name-2025homepage h4, .ex-name-2025interiors h4, .ex-name-2025workwear h4, .ex-category-promotionalgifts h4 { font-family: "Red Hat Display", sans-serif; font-size: 24px; line-height: 36px; font-weight: 700; letter-spacing: 0.015em; }
.ex-category-furniture h5, .ex-category-personalprotectiveequipment h5, .ex-name-printpromo h5, .ex-category-facilitiesmanagement h5, .ex-category-brandedclothing h5, .ex-category-officesupplies h5, .ex-home h5, .ex-name-2025businesssupplies h5, .ex-name-2025facilities h5, .ex-name-2025ppe h5, .ex-name-2025printandpromo h5, .ex-blog h5, .ex-name-2025homepage h5, .ex-name-2025interiors h5, .ex-name-2025workwear h5, .ex-category-promotionalgifts h5 { font-family: "Red Hat Display", sans-serif;}
.ex-category-furniture h6, .ex-category-personalprotectiveequipment h6, .ex-name-printpromo h6, .ex-category-facilitiesmanagement h6, .ex-category-brandedclothing h6, .ex-category-officesupplies h6, .ex-home h6, .ex-name-2025businesssupplies h6, .ex-name-2025facilities h6, .ex-name-2025ppe h6, .ex-name-2025printandpromo h6, .ex-blog h6, .ex-name-2025homepage h6, .ex-name-2025interiors h6, .ex-name-2025workwear h6, .ex-category-promotionalgifts h6 { font-family: "Red Hat Display", sans-serif;}
.ex-category-furniture p, .ex-category-personalprotectiveequipment p, .ex-name-printpromo p, .ex-category-facilitiesmanagement p, .ex-category-brandedclothing p, .ex-category-officesupplies p, .ex-home p, .ex-name-2025businesssupplies p, .ex-name-2025facilities p, .ex-name-2025ppe p, .ex-name-2025printandpromo p, .ex-blog p, .ex-name-2025homepage p, .ex-name-2025interiors p, .ex-name-2025workwear  p, .ex-category-promotionalgifts { font-family: "Red Hat Display", sans-serif; font-size: 18px; font-weight: 400; line-height: 30px; letter-spacing: 0.015em;}
.ex-category-furniture li, .ex-category-personalprotectiveequipment li, .ex-name-printpromo li, .ex-category-facilitiesmanagement li, .ex-category-brandedclothing li, .ex-category-officesupplies li, .ex-home li, .ex-name-2025businesssupplies li, .ex-name-2025facilities li, .ex-name-2025ppe li, .ex-name-2025printandpromo li, .ex-blog li, .ex-name-2025homepage li, .ex-name-2025interiors li, .ex-name-2025workwear li, .ex-category-promotionalgifts li { font-family: "Red Hat Display", sans-serif;}

/* PARATUS Furniture drop down stylings - Start */

@media screen and (max-width: 767px) {
#mobileVueNav .menu-interiors {
display:none !important;
}
}
.menu-interiors .btn {
font-family: "Red Hat Display", sans-serif;
    border-radius: 30px;
    background: #FFB800;
    color: #23538f;
    font-size: 18px;
    padding: 13px 35px;
    font-weight: 700;
}
.menu-interiors .btn:hover {
    background: #ffffff;
    color: #23538f;
}
.menu-interiors {
    background-image: linear-gradient(180deg,  rgba(15, 99, 146, 0.70),  rgba(15, 99, 146, 0.70)), url("https://eu.evocdn.io/dealer/1643/content/media/2025 Images/Interiors-Hero.jpg") !important;
    min-height: 401px;
    margin-left: 30px !important; 
    margin-top: -21px !important; 
    background-position: bottom center !important; 
    background-repeat: no-repeat !important; 
    background-size: cover !important; 
    cursor: pointer;
    width: 40% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* PARATUS Furniture drop down stylings - end */

.ex-product .b5550 .ribbon-side, .b5550 .ribbon-tips {
  display: none;
}
.ex-product .b5550 .ribbon {
 padding: 55px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1643/content/media/YOURLOGO.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-product .b5550 .ribbon span {
display: none;
}
.ex-product .b5550 .ribbon-side {
border-left: 0px;
}
.ex-category .b5550 .ribbon-side, .b5550 .ribbon-tips {
  display: none;
}
.ex-category .b5550 .ribbon {
 margin-left: 5px;
  padding: 40px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1643/content/media/YOURLOGO.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-category .b5550 .ribbon span {
display: none;
}
.ex-category .b5550 .ribbon-side {
border-left: 10px;
 border-color: #fff;
}
.ex-searchresult .b5550 .ribbon-side, .b5550 .ribbon-tips {
  display: none;
}
.ex-searchresult .b5550 .ribbon {
margin-left: 5px;
  padding: 40px;
  margin-bottom: 15px;
 border-radius: 50px;
   background-color: transparent !important;
  background-image: url("https://eu.evocdn.io/dealer/1643/content/media/YOURLOGO.png");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: contain; 
}
.ex-searchresult .b5550 .ribbon span {
display: none;
}
.ex-searchresult .b5550 .ribbon-side {
border-left: 10px;
 border-color: #fff;
}

.tier-title {
    margin-bottom: 12px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.25rem;
    color: #000;
    text-align: center;
}
.tier-table-wrapper {
    max-width: 100% !important;
    margin: 20px auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    overflow-x: auto;
    padding: 0px!important;
}
.tier-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
}
.tier-table th,
.tier-table td {
    padding: 10px;
    border: 1px solid #efefef;
}
.tier-header {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    background-color: #f9f9f9;
}
.tier-price {
    color: #0f6392;
    font-weight: bold;
    font-size: 14px;
}
.tier-saving {
    color: #28a745;
    font-weight: bold !important;
}
.tier-saving-amount {
    font-size: 11px;
    color: #666;
    margin-top: 2px;
}
.best-value {
    display: inline-block;
    background: #28a745;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 4px;
}
.tier-title {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 1.25rem;
    color: #000;
    text-align: center;
}
.tier-table-wrapper {
    max-width: 90%;
    margin: 20px auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    overflow-x: auto;
    padding: 10px;
}
.tier-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
}
.tier-table th,
.tier-table td {
    padding: 10px;
    border: 1px solid #efefef;
}
.tier-header {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    background-color: #f9f9f9;
}
.tier-price {
    color: #0f6392;
    font-weight: bold;
    font-size: 14px;
}
.tier-saving {
    color: #FFB800;
    font-weight: 500;
}
.tier-saving-amount {
    font-size: 11px;
    color: #666;
    margin-top: 2px;
}
.best-value {
    display: inline-block;
    background: #FFB800;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 4px;
}

/* Duraframe Education */

.ex-name-duraframeeducation > div.page-content.onecolumn > section.catalog-grid > div {
  width: 100vw;
  padding-left: 0px;
  padding-right: 0px;
}

.ex-name-duraframeeducation p {
  font-size: 1vw;
}

.DuraPurple {
	background: #6e2c91;
}

#singlebanner_284274 {
    margin-bottom: -2vw;
}

.btn-purple {
background-color: #6e2c91;
color: #fff
}

.btn-purple:hover {
background-color: #6e2c91;
  color: #fff
}

@media (min-width: 769px) {
#contentblock_284337, #contentblock_284338, #contentblock_284339, #contentblock_284340 {
  width: 25%;
}
}

/* Duraframe healthcare */

.ex-name-duraframehealthcare > div.page-content.onecolumn > section.catalog-grid > div {
  width: 100vw;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 769px) {
#contentblock_284361, #contentblock_284362, #contentblock_284363, #contentblock_284364 {
  width: 25%;
}
}

.ex-name-duraframehealthcare p {
  font-size: 1vw;
}

.Durablue {
	background: #417abf;
}

#singlebanner_284346 {
    margin-bottom: -2vw;
}

.btn-blue {
background-color: #417abf;
color: #fff
}

.btn-blue:hover {
background-color: #417abf;
  color: #fff
}

/* Duraframe industrial */

.ex-name-duraframeindustrial > div.page-content.onecolumn > section.catalog-grid > div {
  width: 100vw;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 769px) {
#contentblock_284381, #contentblock_284382, #contentblock_284383, #contentblock_284384 {
  width: 25%;
}
}


.ex-name-duraframeindustrial p {
  font-size: 1vw;
}

.Duragrey {
	background: #7a7c7f;
}

#singlebanner_284366 {
    margin-bottom: -2vw;
}

.btn-grey {
background-color: #7a7c7f;
color: #fff
}

.btn-grey:hover {
background-color: #7a7c7f;
  color: #fff
}

/* Duraframe office */

.ex-name-duraframeoffice > div.page-content.onecolumn > section.catalog-grid > div {
  width: 100vw;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 769px) {
#contentblock_284401, #contentblock_284402, #contentblock_284403, #contentblock_284404 {
  width: 25%;
}
}

.ex-name-duraframeoffice p {
  font-size: 1vw;
}

.Duralblue {
	background: #85a0d2;
}

#singlebanner_284386 {
    margin-bottom: -2vw;
}

.btn-lblue {
background-color: #85a0d2;
color: #fff
}

.btn-lbue:hover {
background-color: #85a0d2;
  color: #fff
}

/* Construction Workwear*/
.ex-name-constructionworkwear > div.page-content.onecolumn > section.catalog-grid > div {
    width: 100vw;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 769px) {
.ex-name-constructionworkwear h1 {
  font-size: 4.5vw;
}
  
.ex-name-constructionworkwear p {
  font-size: 1vw;
}
}

.conworkback {
    background: url("https://eu.evocdn.io/dealer/1643/content/media/My_Banners/Kascaid/Construction workwear/Con header background.png");
    background-size: cover;
    background-position: center;
}

@media (min-width: 769px) {
#contentblock_284907, #contentblock_284908, #contentblock_284909, #contentblock_284910 {
  width: 25%;
}
}

/* Winter Workwear*/
.ex-name-winterworkwear > div.page-content.onecolumn > section.catalog-grid > div {
    width: 100vw;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 769px) {
.ex-name-winterworkwear h1 {
  font-size: 4.5vw;
}
  
.ex-name-winterworkwear p {
  font-size: 0.95vw;
}
}

.yellowbox {
  Background: #FFB800;
  padding: 1vw;
  border-radius: 18px;
}

.winworkback {
    background: url("https://eu.evocdn.io/dealer/1643/content/media/My_Banners/Kascaid/Winter Workwear/Winter Workwear- background.png");
    background-size: cover;
    background-position: center;
}

@media (min-width: 769px) {
#contentblock_288102, #contentblock_288114, #contentblock_288115, #contentblock_288116 {
  width: 25%;
}
}

@media (max-width: 768px) {
#contentblock_288102, #contentblock_288114, #contentblock_288115, #contentblock_288116 {
padding-bottom: 5px;
}
}

@media (min-width: 769px) {
#contentblock_288105, #contentblock_288122, #contentblock_288106, #contentblock_288107, #contentblock_288108 {
  width: 20%;
}
}

@media (max-width: 768px) {
#contentblock_288105, #contentblock_288122, #contentblock_288106, #contentblock_288107, #contentblock_288108 {
padding-bottom: 5px;
}
}