/* header */
.inner-hero-section{
/* 	background-color: red; */
/* 	opacity: 50%; */
}

/* Example for wider container */
.tag .container, 
.tax-post_tag .container {
    width: 100% !important;
    margin: 0 auto;
}

.products-content h1{
	font-size: 30px;
	color: #212121;
	margin: 10px 0;
}
.acf-header-content{
	    font-weight: 500;
    font-size: 16px;
    color: #545454;
    line-height: 1.8rem;
}
.services img{
	    display: flex;
    justify-content: center;
    gap: 20px;
	margin-right: 10px;
}
.qr img{
	border: 3px solid white;
	padding: 3px;
}
.services li a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.tag .herosection-content {
	display: none;
}
.promo-card-images{
    max-width: 77%;
}

.tag-banner{
	    padding: 180px 0 !important;
	position: relative;
}
.tag-banner:before{
	    opacity: 100%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(270deg, rgba(238, 127, 81, 0.8) 0%, rgba(241, 140, 196, 0.8) 100%);
}
.tag-banner .tag-banner-content{
	position: absolute;
	    max-width: 100% !important;
}
.tag-banner .tag-banner-content h1{
	color: white;
}
.tag-banner .tag-banner-content p{
	color: white;
}
a{
	text-decoration: none !important;
}
	.google-rating{
		position: relative;
	}
	.google-rating img{
		    position: absolute !important;
    top: 14px;
    height: 24px;
    right: 0;
	}
.archive .tag-56 .herosection-content{
	display: none !important;
}
.entry-header{
	display: none !important;
}
.hero-section, .pattern-bg, .inner-hero-section, .custom-parallax {
	display: none !important;
}
.sub-section{
	padding-top: 50px;
}
p{
	font-weight: 600;
}
/* menu-toggle */
.dropdown-menu{
	border-radius: 0;
}
.dropdown-item a{
	color: white;
}
.dropdown-item:focus, .dropdown-item:hover{
	color: white;
    text-decoration: none;
    background-color: red;
	border-radius: 0;
}
.dropdown-item:hover .menu-image{
	 filter: brightness(0) invert(1);
}
.navbar-light .navbar-nav .nav-link{
	color: white;
	position: relative;
	padding: 0 !important;
	margin: 0 15px;
}
.dropdown-item:focus a, .dropdown-item:hover a{
		background-color: red;
	border-radius: 0;
	color: white;
	
}
.top-cities-we-serve .blog-card{
	    flex: 1 1 calc(50% - 20px);
}
.dropdown-item.active, .dropdown-item:active{
	background-color: red !important;
	color: white;
	border-radius: 0;
}
.dropdown-item.active .menu-image{
	 filter: brightness(0) invert(1); 
}
.talk{
	color: white;
	font-weight: 500;
}
.talk a:hover{
	color: white;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.chat-toggle {
  background-color: #25D366;
  color: white;
  font-size: 28px;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	    height: 50px;
    width: 50px;
	float: right;
	    margin: 10px 0;
}

.chat-popup {
  display: none;
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 16px;
  margin-top: 10px;
     width: 300px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.chat-btn {
  background-color: #25D366;
  color: white;
  padding: 10px 16px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
}

#gform_confirmation_message_2{
	color: black;
	font-size: 16px;
}

.talk li{
	list-style: none;
	    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 4px 0px !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}
/* herosection */
.herosection{
	position: relative;
}
.home .herosection img{
	height: auto !important;
}

.page-template-home .herosection img{
	       height: auto;
    width: 100%;
    object-fit: cover;
}
.herosection img{
	       height: 400px;
    width: 100%;
    object-fit: cover;
}
.page-template-home .herosection:before{
    opacity: 100%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
	background: linear-gradient(270deg, rgba(238, 127, 81, 0) 0%, rgba(241, 140, 196, 0) 100%);


}
.herosection:before{
    opacity: 100%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
	background: linear-gradient(270deg, rgba(238, 127, 81, 0.8) 0%, rgba(241, 140, 196, 0.8) 100%);

}
/* .herosection-content{
	margin: 0 auto;
	text-align: center;
	position: absolute;
} */
.herosection-content h1{
	color: white;
	text-align: center;
font-weight: 800;
font-size: 60px;
line-height: 1.3;
letter-spacing: 0%;
text-transform: uppercase;

}
    .page-template-home .herosection-content h3 {
        font-size: 90px;
    }
.herosection-content ul{
	color: white;
    width: 100%;
    margin-top: 70px;
    display: grid	;
    grid-template-columns: repeat(3, auto);
    row-gap: 25px;
	justify-content:space-between;
}
.herosection-content li{
	    display: flex;
    align-items: center;
}
.herosection-content ul i{
	background: #f5b95c;
	border-radius: 50%;
	font-size: 10px;
	margin-right: 10px;
	padding: 5px;
}
/* section1 */
.section1 h2{
font-size: 24px;
letter-spacing: 0%;
vertical-align: middle;

}
.google-rating i{
	font-size: 16px;
	color: #FFCC02;
}
.counting{
	display: flex;
	justify-content:space-between;
	align-items: center;
	gap: 30px;
	padding: 0 20px;
}
.count{
	width: 100%;
}
.count h1{
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
padding-right: 70px;
padding-left: 70px;
gap: 0;
border-radius: 50px;
	font-size: 60px;
	height: 100px;
	display: flex;
	align-items: center;
		flex-wrap: wrap;
	justify-content: center;
}
.count p{
font-weight: 600;
font-size: 18px;
text-align: center;
	color: #212121;
	    display: flex;
	text-align: center;
    align-items: center;
	justify-content: center;
}
.google-rating div {
    margin-top: -10px;
}

.count p img{
	height: 20px;
	    margin-right: -20px;
}

.products-content strong{
	color: black;
    font-weight: 600;
}
.promo-section {
  display: flex;
  justify-content: space-between;
     align-items: flex-start;
  gap: 40px;
  padding: 40px 20px;
}

.badge {
  display: inline-block;
  padding: 15px;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 20px;
  font-size: 14px;
  color: #FF0000;
	box-shadow: 0px 0px 8px 0px #0000001A;
	font-weight: 500 !important;

}
.promo-content h3{
	font-size: 45px;
}
.promo-content h2{
	font-size: 45px;
	line-height: 60px;
	margin-bottom: 25px;
}
.highlight {
  color: #FF0000;
	font-weight: 600 !important;
}

.description {
  color: #545454;
  	margin-bottom: 25px;

}
.description strong{
	color: black;
	font-weight: 600;
}
.promo-content{
	width: 50%;
}
/* .cta-button a{
	color: white;
	text-decoration: none;
}
.cta-button a:hover{
	color: red;
} */
/* hover design cta */
.cta-button {
	 background: #FF0000;
	color: white;

  padding: 16px 30px;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  border: 1px solid;
  border-radius: 50px;
	font-weight: 600;
}

.cta-button::after {
  content: '';
  background: white;
  position: absolute;
  transition: all 0.3s ease;
  left: -100%;
  top: 0; /* Change bottom to top */
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cta-button:hover {
  color: #212121;
}

.cta-button:hover::after {
  left: 0;
}




/*  end */
.features {
  list-style: none;
  padding: 0;
     display: grid;
    grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1.5rem;
}

.features li {
  margin-bottom: 0.5rem;
	display: flex;
	align-items: baseline;

}
.features i{
	    background: #f5b95c;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 10px;
    padding: 5px;
	color: white;
}

.promo-image-grid{
	border-radius: 20px;
	height: 300px;
	width: 450px;
	padding: 0 50px;
	left: 0;
	position: relative;
}



.promo-image-grid1{
	    position: relative !important;
    bottom: 50px;
    left: 27%;
	padding: 0 50px;
		border-radius: 20px;
	height: 300px;
	width: 450px;
	
}



/* logo grid */
.logo-grid {
  padding: 0px 50px 0 50px;
}


.mySwiper .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Container and image sizing */
.swiper .swiper-slide.logo-card {
  width: 120px;   /* Or any fixed size you want */
  height: 80px;  /* Adjust height accordingly */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
	border: 1px solid grey;
	border-radius: 10px;
	padding: 10px 0;
}

.swiper .swiper-slide.logo-card img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  
  /* Apply grayscale filter for default state */
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

/* On hover remove the grayscale to show real colors */
.swiper .swiper-slide.logo-card:hover img {
  filter: none;
  transition: filter 0.3s ease;
}

/* section2 */
.why-choose {
  padding: 60px 30px;
  background: #f9f9f9;
  text-align: center;
}

.badge {
  display: inline-block;
  padding: 12px 18px;
	font-size: 16px;
  background: #fff;
  color: #FF0000;
  border-radius: 25px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	margin-bottom: 20px;

}

.section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.section-header .highlight {
  color: #FF0000;
}

.section-header .intro {
  color: #666;
  max-width: 600px;
/*   margin: 0 auto 40px; */
  font-size: 16px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
.features-grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
	align-items: start !important;
	padding-top: 20px;
}
.feature-title h2{
	font-size: 45px;
	line-height: 60px;
}
.why-choose .badge{
	margin: 0 0  0 20px !important;
}
.feature-title{
	text-align: left;
	padding: 0px 20px 20px 20px;
}
.feature-item {
  padding: 0;
  border-radius: 12px;
  text-align: left;
}

.feature-item img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.feature-item h3 {
  font-size: 24px;
  color: #233235;
  margin-bottom: 10px;
}


.intro{
	    width: 80%;
}

/* accordion */
.faq-h2{
	margin-top: 20px;
}

.section-header h2{
	    font-size: 45px;
	line-height: 60px;
}

:focus-visible{
	outline: none;
	border: none;
}

/* about page start */
.page-template-template-about .herosection img{
	height: 425px;
}
/* .page-template-template-about .herosection-content{
	top: 43% !important;
} */
.page-template-template-about .herosection-content h1{
	font-size: 60px;
}
.page-template-template-about .herosection-content p{
	color: white;
	font-size: 22px;
}
/* section1 */
.page-template-template-about .promo-section{
	padding: 0;
}
/* section2-about */
.container1 {
  padding: 100px 0;
}
.circle-main {
  background: #f5f5ff;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.circle-group {
  position: relative;
  width: 650px;
  height: 650px;
  margin: 0 auto;
}

.circle {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.dot1 {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #f5f5ff;
  right: 0;
  top: 0;
}
.dot1::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #f5f5ff;
  left: 100%;
  bottom: 100%;
}
.dot2 {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #f5f5ff;
  left: 0;
  bottom: 0;
}
.dot2::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #f5f5ff;
  right: 100%;
  top: 100%;
}

.dot3 {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #f5f5ff;
  left: 0;
  top: 0;
}
.dot3:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #f5f5ff;
  right: 100%;
  bottom: 100%;
}
.dot4 {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #f5f5ff;
  right: 0;
  bottom: 0;
}
.dot4::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #f5f5ff;
  left: 100%;
  top: 100%;
}
.vision {
  background-color: #bfbefc;
  left: 34%;
  top: 10%;
  z-index: 1;
}
.circle.vision::before {
  content: "";
  position: absolute;
  padding: 140px;
	 background-image: url(https://printexpress.xyz/wp-content/uploads/2025/05/Ellipse-142.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.circle.mission::before {
  content: "";
  position: absolute;
  padding: 140px;
	 background-image: url(https://printexpress.xyz/wp-content/uploads/2025/05/Ellipse-142.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    rotate: 243deg;
	
}
.circle.capabilities::before {
  content: "";
  padding: 140px;
	 background-image: url(https://printexpress.xyz/wp-content/uploads/2025/05/Ellipse-142.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    rotate: 120deg;
	
}
.mission {
  background-color: #fec9a0;
  left: 16%;
  bottom: 24%;
  z-index: 1;
}

.capabilities {
  background-color: #ffdba3;
     right: 14%;
    bottom: 23%;
}

.text-section {
  position: absolute;
  width: 70%;
  font-size: 15px;
  line-height: 1.6;
}

.text-vision {
      right: 86%;
  top: 20%;
  color: #333;
}

.text-mission {
      right: 86%;
  bottom: 20%;
  color: #333;
}

.text-capabilities {
  left: 90%;
  top: 40%;
  color: #333;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.dot::before {
  border: none;
}

.dot.vision {
  background: #bfbefc;
}
.dot.mission {
  background: #fec9a0;
}
.dot.capabilities {
  background: #ffdba3;
}
.vision img{
	top: 60px;
    position: absolute;
    height: 52px;
    width: 100px;
}
.vision h3{
	    margin-top: 50px;
}
.mission img{
	position: absolute;
	  top: 60px;
    height: 85px;
    width: 87px;
    left: 37%;
}
.mission h3{
	    margin-top: 100px;
}
.capabilities img{
	    height: 69px;
    width: 60px;
        top: 78px;
    position: absolute;
}
.capabilities h3{
	    margin-top: 100px;
}
.circle h3{
	font-size: 20px;
}
/* categoriesmore */
.post-categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

.post-categories {
  flex: 1 1 calc(50% - 10px); /* 2 columns */
}

.products-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.products-services-list li {
 
    padding: 10px 16px;
    background: white;
    color: #757575;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    width: 50%;
    text-align: center;
	    display: flex;
    align-items: center;
	justify-content: center;
}

.show-more-categories {
  margin-top: 15px;
  padding: 8px 16px;
  background-color: #e60012;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

/* tagmore */
.tags-grid {
  display: grid;
      grid-template-columns: repeat(auto-fill, minmax(33.33%, 1fr));
  gap: 10px;
  margin: 10px 0;
}
.tag-item{
	padding: 10px 0px;
    background: white;
    color: #757575;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
	text-align: center;
}
.tag-item a {
  color: #757575;
}

.tag-hidden {
  display: none;
}
.tag-hidden.active{
	display: block;
}
.show-more-btn {
  margin-top: 10px;
  background-color: #e60012;
  color: white;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 4px;
}

/* section3-about */
.wrapper.section3-about{
	padding: 0 !important;
}

.wrapper.section3-about{
	position: relative;
  color: white;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
.wrapper.section3-about::after{
	 content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://printexpress.xyz/wp-content/uploads/2025/06/Hero-banner-image.svg');
  background-size: cover;
  background-position: center;
      filter: brightness(0.5);
  z-index: -1;
}
.section3-about h1{
	color: white;
}
.icon-list-box > :nth-child(1) {
    border-right: 2px solid;
	    padding-right: 150px;

}
.section3-about div p{
	color: white;
	    margin: 0;
}
.section3-about p{
	color: white;
	    margin: 0;
}
.section3-content p{
	width: 70%;
	margin: 0 auto !important;
}
.section3-content{
	padding: 0px 0px;
}
.icon-list-box{
	display: flex;
	justify-content: space-around;

}
.wrapper .background-black{
	background: #212429CC;
	padding: 30px 0;

}
.icon-list{
	display: flex;
	text-align: left;
	gap: 30px;
	align-items: center;
}
.icon-list h3{
	color: white;
	    font-size: 40px;
}
.icon-list span{
	font-size: 18px;
}
.icon-list-img{
	height: 100px;
}
.icon-list-img img{
	height: 100%;
	    width: 100%;
}
/* section4 */
.section4-about h3{
	font-size: 45px;
}
/* tab */

.tabs {
  width: 100%;
  margin: auto;
	  margin: 2rem auto;
	border-radius: 10px;
	font-size: 20px;
}
.tab-buttons {
  display: flex;
	background: #FF000014;
	border-radius: 10px;
}
.tab-btn {
  flex: 1;
  padding: 20px 15px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: background 0.3s;
	background: transparent;
	    font-weight: 500;
}
.tab-btn.active {
  background: #FF0000;
	color: white;
}
.tab-contents {
  padding: 50px 50px 0 50px;
  background: #fff;
  border-top: none;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
    transition: .3s ease-in-out all;
}

.tab-flex{
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 50px;
	
}
.tab-img{
	width: 50%;
	background: #F7F7F7;
	padding: 40px;
	border-radius: 20px;
}
.tab-img img{
	height: 100%;
	width: 100%;
}
.tab-img-content{
	text-align: left;
	width: 50%;
}
.tab-img-content h2{
	    font-size: 24px;
}
.tab-img-content ul{
	font-size: 16px;
	padding: 0;
}
.tab-img-content li{
	list-style: none;
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}
.tab-img-content i{
	background: #f5b95c;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 10px;
    padding: 5px;
    color: white;
}
/* section5 */
.digital{
	text-align: center;
}
.digital p{
		width: 60%;
		margin: 0 auto;
	padding-top: 15px;
	}
.digital-card-list p{
	width: 100% !important;
	text-align: left;
}
.digital-card{
	display: flex;
	gap: 30px;
	margin-top: 40px;
	text-align: left;
}
.digital-card-list img{
	width: 644px;
height: 354px;
border-radius: 20px;
	margin-bottom: 20px;
}
.digital-card-list h3{
	font-size: 20px;
}

.grey-bg{
	background: #F7F7F7;
}
/* testimonial */
.testimonial-swiper{
	padding-top: 20px;
	position: relative;
}
.testimonial h3{
	font-size: 45px;
}
.testimonial-card{
	box-shadow: 0px 0px 10px 0px #0000001A;
border: 1px solid #00000033;
	padding: 30px;
	margin-top: 50px;
	position: relative;
	border-radius: 20px;
	height: 300px;
}
.testimonial-card h3{
	font-size: 24px;
}
.testimonial-img{
	height: 80px;
	width: 80px;
	border-radius: 50%;
Border: 0.86px solid #00000033;
Padding: 12.9px;
	background: white;
	box-shadow: 25.81px 18.06px 51.61px 0px #00000014;
	position: absolute;
	top: -35px;
	left: 40%;
	z-index: 999;

}

.testimonial-img img{
	height: 100%;
	width: 100%;
}
.swiper-pagination-bullet {
     width: 10px;
    height: 10px;
    
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    display: block;
}
.swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-pagination-bullet-active {
  background: transparent !important;
	border: 2px solid #e60012;
	height: 20px;
	width: 20px;
}
.swiper-pagination-bullet-active::before {
     content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: #e60012;
    border-radius: 50%;
    top: 50%;
/*     left: 50%; */
    transform: translate(-50%, -50%);
}
.mySwiper1{
padding: 0 10px 50px 10px;}
/* blog page */
.page-template-blog .herosection img {
    height: 425px;
}
.page-template-blog .herosection p {
    color: white;
	font-size: 22px;
}
.page-template-blog .herosection h1 {
	font-size: 60px;
	    line-height: 50px;
}
.custom-blog-grid {
     display: flex;
	flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
    padding: 0px 20px;
}

.blog-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 100%;
	flex: 1 1 calc(33.33% - 20px);
    transition: transform 0.3s;
	padding: 25px;
	border: 1px solid #0000001A;
}

.blog-card.searched{
	max-width:calc(50% - 20px);
}

.blog-card:hover {
    transform: translateY(-5px);
}
.blog-image{
	    height: 250px;
    width: 100%;
}
.blog-image img {
     width: 100%;
height: 100%;
	object-fit: cover;
    border-bottom: 1px solid #eee;
	border-radius: 20px;
}

.blog-content {
   padding: 20px 0 0 0;
}
.blog-content a{
	color: black;
	text-decoration: none;
}
.blog-content h3 {
    font-size: 18px;
    margin: 0 0 10px;
}

.blog-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.read-more {
    font-size: 14px;
    color: red !important;
    text-decoration: none;
    font-weight: bold;
}

.read-more span {
    margin-left: 5px;
}


/* blog-detail */
.container.single-post-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 60px auto;
  max-width: 1200px;
}
.share-social i:hover{
	    color: #FF0000;
    transform: rotate(360deg);
}
.share-social i{
	-webkit-transition: .9s all;
}
.custom-section-description{
	    font-weight: 500;
    font-size: 16px;
    color: #545454;
    line-height: 1.8rem;
}
.custom-section-description i{
	color: #f5b95c;
	    font-size: 20px;
	margin-right: 5px;
}
.custom-title{
display: flex; 
		gap: 10px; 
		align-items: center;
	padding-bottom: 10px;}
.custom-sections {
  margin-top: 2rem;
}
.custom-section {
  margin-bottom: 1.5rem;
}
.custom-section-title {
  font-size: 1.3rem;
	font-weight: 500;
}
.custom-section-description a{
	color: #e60012 !important;
}
.custom-section-description span{
	color: black;
}
.custom-section-description strong{
	color: black;
}
.acf-custom-paragraph strong{
	color: black;
}
.acf-custom-paragraph span{
	color: black;
}
.acf-custom-paragraph a{
	color: #e60012 !important;
}

.content-area {
  flex: 1 1 65%;
}
.custom-section-description a{
	color: red;
	
}
.sidebar {
  flex: 1 1 30%;
	    height: fit-content;
    width: 390px;
    position: sticky;
    top: 90px;
}

}
a{
	text-decoration: none;
}
.tags  a{
	padding: 10px 16px;
    background: white;
    color: #757575;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
	    line-height: 50px;
}
.tag-post {
	gap: 5px;
}
.tag-post  a{
	padding: 10px 16px;
    background: white;
    color: #757575;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
	    line-height: 20px;
}
.post-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.subheading {
  color: #666;
  font-size: 1rem;
  margin-bottom: 30px;
}

.post-featured-image img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.post-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.post-tags, .share-icons {
  margin-top: 30px;
  font-size: 0.95rem;
  color: #666;
}
.post-tags strong, .share-icons strong{
	font-size: 20px;
	color: black;
}
.sidebar-box h2{
	font-size: 18px;
}
.post-tags a{
	color: black;
	text-decoration: none;
	background: #F7F7F7;
	padding: 10px 15px;
	border-radius: 30px;
	color: black;
}
.related-blog-post{
	display: flex;
	gap: 20px;
	align-items: center;
    justify-content: start;
}
.related-post-thumb{
	width: fit-content;
}
.related-post-thumb img{
    width: 80px;
    height: 80px;
    border-radius: 14px;
    object-fit: cover
}
.related-post-title{
	font-weight:500 !important;
	font-size: 16px;
}
.share-icons a {
  text-decoration: none;
}

.share-icons i {
  font-size: 1.2rem;
  color: #333;
}
.tag-social{
	display: flex;
	justify-content: space-between;
	    border-top: 1px solid #00000033;
	gap: 20px;
}
.sidebar-box{
	background:#F7F7F7;
	border-radius: 20px;
	padding: 20px;
	border: 1px solid #0000001A;
	margin-bottom:25px;
}
.share-social{
		display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	gap: 15px;
}
.tag-post{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	gap: 15px;
}
.share-icons i{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	font-size: 18px;
	border-radius: 50%;
	border: 1px solid black;
}
.post-featured-image{
	width: 100% !important;
}
.post-featured-image img{
	height: 100% !important;
}
.single-post .gform_heading{
		display: none !important;
	}
.custom-section-title{
margin: 0;
	    line-height: 100%;

}
/* product services */
.product-description ul {
	        list-style-type: none;
	padding: 0;
	    line-height: 40px;
}
.product-description b{
	color: black;
    font-size: 18px;
}
.product-description span{
	color: #FF0000;
	    font-size: 20px;
    font-weight: 600;
	letter-spacing: 1px;
}
.product-description h3{
	font-size: 30px;
	font-weight: 600 !important;
}
.product-description li i{
	color: #f5b95c;
	font-size: 20px;
	margin-right: 10px;
}
.custom-banner:before{
	position: absolute;
	background: linear-gradient(270deg, rgba(238, 127, 81, 0.8) 0%, rgba(241, 140, 196, 0.8) 100%);
	height: 100%;
	width: 100%;
	z-index: -1;
	content: '';

}

.custom-banner {
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
    color: white;
    position: relative;

}

.banner-inner {
	width: 100%;
/*     max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.banner-text {
    max-width: 50%;
}

.banner-text h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
	color: white;
}

.banner-text p {
    font-size: 18px;
	color: white;
    margin-bottom: 20px;
}

.banner-btn {
    display: inline-block;
    padding: 12px 24px;
    background: red;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
.single-products_services .herosection.visible{
	display: none;
}
.banner-product {
    max-width: 40%;
    text-align: right;
	  filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.8));
  border-radius: 8px;
	width: 524px;
	height: 524px;
	display: flex;
	align-items: center;
	border-radius: 50%;
}

.banner-product img {
    max-width: 100%;
    height: auto;
	 filter: drop-shadow(0 0 100px rgba(255, 255, 255, 0.8));
	    margin-top: 50px;
	    margin-left: 90px;
}


/* contact us */
.contact-us{
	align-items: center;
	display: flex;
	    gap: 50px;
	padding: 0 20px;
}
.contact-detail, .contact-form{
	width: 50%;
}
.contact-us h2{
	font-size: 40px;
}
.contact-us p{
	color: #757575;
}
/* contact info */
.contact-info ul{
	padding: 0!important;
}
.contact-info li{
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.contact-info li img{
	height: 30px;
}
.contact-info .social-media{
	display: flex;
	gap: 20px;
}
.contact-info .social-media li i{
	background: transparent;
	color: black;
	border: 1px solid #212121;
	border-radius: 50%;
	font-size: 20px;
}
.social-media i{
	-webkit-transition: .9s all;
}
.social-media li i:hover{
	color: #FF0000 ;
	transform: rotate(360deg);
}
.contact-info .social-media li a{
	text-decoration: none;
}
.contact-info li i{
	background: #F5B95C;
	height: 20px;
	width: 20px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: white;
}
.contact-form{
	background: #F7F7F7;
	padding: 35px;
	border-radius: 20px;
	border: 1px solid #0000001A;
}
.gform-field-label{
	display: none !important;
}
.ginput_container input{
	border-radius: 10px !important;
	border: none !important;
	padding: 25px 15px !important;
	font-size: 16px !important;
	
}
::placeholder{
	color: #757575 !important;
}
.gform-theme--foundation .gform_fields{
	row-gap: 20px !important;
}
.gform-theme--foundation .gfield textarea.medium{
	    min-block-size: 3rem !important;
	    border-radius: 15px !important;
	font-size: 16px !important;
	border: 1px solid #0000001A !important;
	
}
.gform_button{
	background: #FF0000 !important;
	font-size: 16px !important;
	    padding: 15px !important;
	border-radius: 30px !important;
}
.googlemap{
	line-height: 0;
}
/* tag post */

.tag-about-section{
	display: flex;
	gap: 50px;
	padding-top: 60px;
}
.about-image, .about-text{
	width: 50%;
}
.about-text h2{
	font-size: 20px;
}
.about-image img{
	height: 100%;
	width: 100%;
	border-radius: 20px;
	object-fit: cover;
}

hr{
	     border-color: #00000033 !important;
}
.cards{
display: flex;
    gap: 20px;
justify-content: space-between;}
.why-choose-section .card{
	border: 1px solid #F5B95C;
	padding: 20px;
	    border-radius: 20px;
}
.why-choose-section h2{
	padding: 20px 0;
}
.card h3{
	   font-size: 20px;
	padding: 20px 0 0 0;
}
.why-choose-section{
	background: white;
}
.addon-service-section-post{
	background: linear-gradient(90deg, #F18CC4 0%, #D3724B 100%) !important;
	display: flex;
	border-radius: 20px;
	position: relative;
}
.addon-service-section-post::before{
	position: absolute;
	content: '';
	background-image: url('https://printexpress.xyz/wp-content/uploads/2025/05/Clip-path-group-scaled.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.addon-service-section-post h2{
	color: white;
	font-size: 30px;
	margin-bottom: 10px;
}
.addon-service-section-post h3{
	color: white;
	line-height: 50px;
}
.addon-title {
	padding-left: 50px;
	width: 50%;
}
.icon{
	  height: 70px;
    width: 70px;
	    background: #F5B95C;
    border-radius: 50%;
    padding: 12px;
}
.icon img{
	height: 100%;
    width: 100%;
	 filter: brightness(0) invert(1);
}
.addon-services{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	width: 50%;
	padding-right: 50px;
	    position: relative;
    z-index: 4;
}
.addon-box{
	background: white;
	border-radius: 20px;
	padding: 15px;
}
.addon-box p{
	margin-bottom: 0;
}
.addon-box h3{
	font-size: 20px;
	color: #233235;
	    line-height: 30px;
}
.search-section h3{
	line-height: 40px;
	font-size: 20px;
}
.search-section span{
	color: #E02C2F;
	font-size: 20px;
	    margin-right: 10px;
}

.about-contact{
		display: flex;
		gap: 20px;
	padding: 20px 0;
	}
.about-contact i{
	    rotate: 108deg;
}
.about-contact button{
	background: #FF0000;
	color: white;
	border-radius: 50%;
	border: none;
	    padding: 10px 15px;
}
.about-contact h4{
	    font-size: 18px;
}
/* footer start */

footer{
	padding: 50px 0 !important;
}
footer h2{
	color: white;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
	margin-bottom: 50px;
}
.copyright{
	padding-top: 40px;
	text-align: center;
}
.copyright p{
	margin-bottom: 0 !important;
	color: #FFFFFFCC !important;
}

.footer-menu{
	 display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	border-bottom: 1px solid #FFFFFF4D;
	color: #FFFFFFCC;
	    padding-bottom: 30px;
	    padding: 0 20px 30px 20px;
}
footer li a:hover{
	color: #ff0000;
	    transition: .3s ease-in-out all;
}
.row{
	margin-right: 0;
    margin-left: 0;
}
.footer-column:nth-child(1){
        padding: 0 20px 0 0;
	    width: 30%;
}
.footer-column:nth-child(2){
	padding: 0;
	    width: 12.666%;
	
}
.footer-column:nth-child(4){
	padding: 0;
	   	    width: 12.666%;	
}
.footer-column:nth-child(3){
	padding: 0;
	    width: 25%;
	
}
.contact-no{
	margin-bottom: 10px;
	display: flex;
    align-items: center;
    gap: 15px;
}
.number{
	display: flex;
	gap: 5px;
}
.footer-column {
  margin: 10px;
  min-width: 200px;
	    width: 21%;
}

footer ul{
	padding-left: 0;
}
.web-icon{
	    display: flex;
    align-items: center;
}
.web-icon img{
	height: 25px;
}
.footer-logo img{
	height: 100% !important;
	width: 75% !important;
	    margin-left: 26px;
}
footer .align-items-center{
	align-items: start !important;
}
footer li{
	list-style: none;
	margin-bottom: 13px;
	font-size: 16px;
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

#gform_wrapper_2 .gform_heading{
	display: none;
}
#gform_2{
	height: fit-content !important;
}
.email-wrapper{
	     padding: 10px 5px 10px 15px;
	width: 100%;
}
.gform-body{
	    width: 430px !important;
}
#field_2_1{
	width: 100%;
}
#field_submit{
	display: block !important;
}
#gform_wrapper_2 .gform_validation_errors, #validation_message_2_1{
	display: none !important;
}
.qr img{
	height: 100px;
}

.email{
	display: flex !important;
	background: white;
	border-radius: 50px;
	padding: 0 0 !important;
	margin-bottom: 30px !important;
}

footer .ginput_container_email input{
	background: transparent !important;
	width: 100%;
	box-shadow: none !important;
}
footer .gform-footer{
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
}
.gform-theme--foundation .gfield input.medium{
	width: 100% !important; 
	    padding: 0 !important;
}
.gform-button{
	background: red !important;
	    border-radius: 50% !important;
    padding: 8px !important;

}
.gform-button img{
	width: 100px;
    height: 100%;
}
.gform-theme--foundation #field_submit{
	justify-content: end;
	    align-items: anchor-center !important;
}
.email i{
	color: black;
	font-size: 16px;
}
.gform_submission_error{
	    font-size: 15px !important;
    line-height: 30px !important;
}
.email input{
	    background: transparent;
    border: none;
	font-size: 16px;
	font-weight: 600;
	
}
#gform_1 .gform_body{
	width: 100% !important;
}

.services-columns{
	    width: 100%;
    padding-top: 58px;
    border-top: 1px solid #FFFFFF4D;
    margin-top: 50px;
}
.services{
	display: flex;
	    justify-content: center;
    gap: 20px;
}
#field_2_1 {
    width: 100%;
}
footer .talk{
		position: fixed;
        bottom: 0;
        display: flex;
        justify-content: end;
        padding: 0;
		color: white;
		        right: 30px;
		z-index: 9999;
	}
.talk i{
	font-size: 35px;
	    padding: 10px;
	background: #428a21;
	border-radius: 50%;

}
/* footer end */
@media only screen and (min-width: 280px) and (max-width: 400px){
	/* 	herosection */
	.herosection img {
		    height: 55vh !important;
	}
}
@media (min-width: 576px){
	    .container {
        max-width: 100%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px){
	p{
		font-size: 14px !important;
	}
		#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		    color: white !important;
		background: transparent !important;
	}
/* ✅ Second-level default = white */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item > a.mega-menu-link {
	color: white !important;
}
	.accordion-odd, .accordion-even{
		width: 100% !important;
	}
	
/* ✅ Second-level hover = red */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item:hover > a.mega-menu-link {
	color: red !important;
}
	.home-banner-heading h2{
		        font-size: 24px !important;
	}

/* ✅ Second-level active = red */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item.current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item.current_page_item > a.mega-menu-link {
	color: red !important;
}

/* ✅ Default (non-active) = white */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item > a.mega-menu-link {
	color: white !important;
}

/* ✅ Hover = red */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item:hover > a.mega-menu-link {
	color: red !important;
}

/* ✅ Active/current = red */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item.current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item.current_page_item > a.mega-menu-link {
	color: red !important;
}

	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{
		background: transparent !important;
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 input, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 img{
		    filter: brightness(0) invert(1) contrast(100%);
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1{
		        height: fit-content !important;
		        top: 75px !important;
		        padding: 20px 0 !important;
		        width: 100% !important;
	}

  #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    width: 100% !important;
  }

	.mega-menu-item{
		width: 100% !important;
	}
	.product-description{
		    margin-bottom: 0;
	}
	.mega-toggle-animated-inner{
		    background-color: white !important;
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{
		background: white !important;
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{
		background-color: white !important;
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{
		background-color: white !important;
		
	}
	#mainheader.fixed .navbar .mega-toggle-animated-inner, #mainheader.fixed .navbar #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{
		    background: black !important;
	}
	#mainheader.fixed .navbar #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{
		    background: black !important;
		
	}
	#mainheader.fixed .navbar #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1{
		background: black !important;
	}
	#mainheader.fixed .navbar .max-mega-menu-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
		    color: white !important;
	}
	.digital p{
		width: 85%;
	}
	.contact-details{
		display: none !important;
	}

	.blogs-categories-list{
		display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
		margin: 0 auto;
		padding: 0 25px;
	}
	.blogs-categories-list li{
		font-size: 14px;
		        list-style-type: disclosure-closed !important;
	}
	.blogs-content-container .blogs-content__desc{
		text-align: left !important;
	}
	.contact .herosection-content{
		top: 40% !important;
	}
	.blogs-categories{
		    padding: 0 25px;
	}
	.blogs-categories-list .blogs-categories-list-item:not(:last-of-type) a{
		border: none !important;
	}
	
	button{
		font-size: 14px;
	}
	.promo-images{
		scale: 1.2;
	}

	h1{
		font-size: 32px;
	}
	h2{
		    font-size: 30px !important;
    line-height: 40px !important;
	}
	.wrapper{
		padding: 40px 0 !important;
	}
	.navbar-light .navbar-toggler{
		border: none;
	}
	
	.home .herosection.visible {
		height: 500px;
}
	.herosection.visible{
		    margin-top: 0 !important;
    min-height: auto !important;
	}
	.container {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
		
}
	.herosection-content{
		font-size: 16px !important;
	}
	.blogs-content-container{
		padding: 0 20px;
	}
	.navbar-light .navbar-nav .nav-link{
		color: black !important;
	}
	.navbar-expand-md .navbar-collapse{
		background: white;
	}
	header .navbar-nav li .nav-link.active a{
		color: black !important;
	}
.page-template-home .herosection-content{
		    top: 0% !important;
		    transform: translateY(-75%) !important;
	}
	
	.page-template-home .herosection-content ul li{
		    font-size: 14px;
	}
	.herosection-content{
		    top: 50% !important;
    transform: translateY(0) !important;
	}
	
	.promo-image-grid{
		    padding: 0;
	}
	.herosection img{
		    width: auto;
}
	.sidebar-box h2{
		font-size: 20px !important;
	}
	header .navbar-nav .nav-link{
		font-size: 12px !important;
		padding: 5px 10px;
	}
	header .navbar{
		padding: 12px 20px !important;
	}
	.navbar-brand img{
		    max-width: 100px !important;
	}
	.post-tags, .share-icons{
		    width: 100%;	
}
	.share-social, .tag-post{
		    justify-content: left;
	}
	.custom-blog-grid{
padding: 0;}
	.blog-image{
    height: fit-content;}
	header .talk{
		display: none;
	}
	.row{
		   margin-right: 0;
          margin-left: 0;
	}
	.dropdown-item{
		    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100% !important;
	}
/* 	herosection */
	.page-template-home .herosection img{
		    height: 500px !important;
	}
	.herosection-content h1{
		text-align: left !important;
	}
	.features{
		columns: 1;
	}
	
	.page-template-home .herosection-content h3{
		    font-size: 22px !important;
	}
	.page-template-home .herosection-content h3.align-right{
		    margin-top: 0 !important;
		text-align: left !important;
	}
	.herosection-content {
		align-items: flex-start !important;
		padding: 0 15px !important;

	}
	.section1{
		padding: 0 15px !important;
	}
	.herosection-content ul{
		padding-left: 0 !important;
	}
	
	.feature-item h3{
		    font-size: 18px;
	}
	.herosection-content h1{
		line-height: 30px;
		    font-size: 22px;
	}
	.herosection-content ul{
		    grid-template-columns: repeat(1, 1fr);
    text-align: left;
    gap: 0px;
	 margin-top: 20px;
	}
/* 	section1 */
	.counting{
		flex-wrap: wrap;
		gap: 0;
		padding-bottom: 40px;
	}
	.count{
		width: 100%;
	}
	.count h1{
		margin-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
	}
	
	.page-template-home .herosection-content ul li{
		    line-height: 30px;
	}
	.google-rating div{
		margin-top: 0;
		width: 100%;
	}
	.review-title-link{
justify-content: center !important;
    align-items: center;
    flex-wrap: wrap;}
	.count p{    justify-content: center;}
	.promo-section{
		flex-wrap: wrap;
		gap: 0;
		padding: 0 15px !important;
	}
	.promo-images{
		height: 400px;
		width: 100%;
	}
	.promo-image-grid, .promo-image-grid1{
	        height: 145px;
        width: 205px;
	}
	
	.promo-image-grid{
		    left: 10%;
	}
	.promo-image-grid1{
		    top: 25px;
    right: 70px;
}
	.promo-content{
		width: 100%;
	}
	.promo-content h3{
		font-size: 32px;
	}
	.promo-section{
		padding: 20px 0;
	}

	.logo-grid{
		padding: 0 20px;
	}
	.logo-grid{
		padding-top: 50px;
	}
	.logo-grid img{
		height: 100%;
		width: 50px;
		padding: 0;
		max-height: 80px;
	}

/* 	section2 */
	.why-choose{
		    padding: 40px 15px !important;
	}
	.features-grid1{
		    grid-template-columns: repeat(1, 1fr);
		gap: 0;
		padding: 0 !important;
	}
	.features-grid{
		padding: 0 !important;
		gap: 0;
	}
	.feature-title h2{
		font-size: 32px;
	}
	.badge{
		text-align: center;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.feature-title{
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.section-header{
		text-align: center !important;
	}
	.intro{
		width: 100%;
	}
	.feature-item{
		padding: 0;
		text-align: center;
	}
/* 	accordion */
	.faq-wrapper{
		flex-wrap: wrap !important;
		padding: 0 20px;
		gap: 0 !important;
	}
	.accordion-header h3{
		    font-size: 1em !important;
	}
	.toggle-btn::before, .toggle-btn::after{
		    height: 14px !important;
	}
	.faq-h2{
		font-size: 24px !important;
		text-align: left;
		padding: 0 20px;
		margin: 0;
	}
	.count p{
		font-size: 14px !important;
	}

/* 	about page */
	.page-template-template-about .herosection-content h1{
		font-size: 30px;
		text-align: center !important;
	}
	.section3-content p{
		width: 100%;
	}
	 .herosection img {
    height: 250px !important;
		width: 100%;
}
	 .category-47 .herosection img {
    height: 340px !important;
		width: 100%;
}
	.category-47 .herosection-content{
		top: 35% !important;
	}
	.tag-banner{
		    height: 250px;
	}
	.page-template-template-about .herosection-content p{
		font-size: 18px;
	}
	
	
	.promo-content h3{
		font-size: 32px;
	}
	.icon-list-box{
		    flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
		padding: 0 20px;
	}
	.icon-list h3{
		    font-size: 24px;
	}
	.icon-list-img{
		height: 62px;
		display: flex;
		align-items: center;
}
	.section3-about p {
    margin: 0 15px 10px 15px;
}
	.section4-about{
		padding: 50px 15px !important;
	}
	.section4-about h3{
		font-size: 32px;
}
	.tab-buttons{
		display: grid;
	}
	.tab-img-content h2{
		    font-size: 20px !important;
	}
	.tab-flex{
		gap: 0;
	}
	.tab-flex{
		flex-wrap: wrap;
	}
	
	.tab-img, .tab-img-content{
		width: 100%;
	}
	    .tab-contents {
        padding: 25px 0px 0 0px;
    }
	.swiper-slide.testimonial-card h3{
		font-size: 20px;
	}
	.digital-card{
		flex-wrap: wrap;
		gap: 20px;
		padding: 0 15px;
	}
	.digital-card-list{
		height: 100%;
	}
	.digital-card-list img{
		width: 100%;
    height: 100%;
		
	}
	.testimonial{
		padding: 50px 15px !important;
	}
	.testimonial-card{
		padding: 40px 20px;
	}
	.testimonial-img{
		left: 35%;
}
	.testimonial h3 {
    font-size: 32px;
}
	.testimonial-swiper{
		padding-top: 0;
	}
	#tab1:checked ~ label[for="tab1"], #tab2:checked ~ label[for="tab2"], #tab3:checked ~ label[for="tab3"], #tab4:checked ~ label[for="tab4"]{
		font-size: 16px;
	}
	
	.single-post .herosection-content h1{
		    font-size: 22px !important;
		        line-height: 30px;
}
	.herosection-content{
		align-items: left !important;
		width: 100%;
	}
	.herosection-content p{
		width: 100%;
	}
	.blog .herosection-content{
        top: 40% !important;
	}
	.copyright{
		text-align: left;
    padding: 40px 20px 0 20px;
	}
/* 	section2 */
	.container1{
		        padding: 40px 0;
	}
	.text-section{
		    font-size: 12px;
	}
	.circle-group{
		width: 100%;
	}
	.dot1,.dot2,.dot3,.dot4{
		display: none;
	}
	.circle-main{
		background: transparent;
	}
	.vision,.mission,.capabilities{
	scale: 0.5;
}
	.mission {
                left: 46%;
        bottom: 34%;
    z-index: 1;
}
	.vision{
		left: -42px;
    top: -62px;
	}
	.capabilities {
           left: -42px;
    bottom: -5%;
}
	.circle h3{
		font-size: 22px;
	}
	.circle.mission::before,.circle.capabilities::before,.circle.vision::before{
		display: none;
	}
	.text-vision {
            left: 42%;
		        top: 0;
        width: 50%;
        z-index: 1;
        
}
	.text-mission{
	top: 35%;
        left: 10%;
         width: 50%;
	}
	.text-capabilities {
           left: 42%;
        top: 78%;
        color: #333;
         width: 50%;
        z-index: 1;
}
	.dot4{
		z-index: -1;
	}
	.section3-content{
		padding: 0;
	}
	.icon-list-img img {
    height: auto;
    width: 60px;
/*     max-width: fit-content; */
}
/* 	product-services */
	.products-and-services-wrapper{
		    grid-template-columns: repeat(1, auto);
		gap: 0 !important;
		padding: 0 20px;
	}
	
	.side-menu-container{
display: none;}
	.banner-product{
		    height: 300px;
		max-width: 100% !important;
	}
	.banner-product img{
		margin-top: auto;
    margin-left: 0;
    margin-bottom: auto;
		        height: auto;
        width: 200px;
	}
	.blog-card.searched {
    max-width: calc(100% - 0px);
}
	.blogs-content-container .blogs-content__desc{
		    width: 100% !important;
	}
	.banner-inner{
		flex-wrap: wrap;
		    padding: 100px 20px 50px 20px !important;
		justify-content: center;
		text-align: center;
	}
	.banner-product img{
		margin: 0 auto;
	}
	.banner-text h1{
		    font-size: 30px;
	}
	.banner-text{
		max-width: 100%;
	}
	.custom-banner{
		    background-position: inherit;
	}
	.banner-product{
		        height: auto;
	}
/* 	blog */
	.blog-card {
		    flex: 0 0 calc(100% - 0px);
	}
	
	.blog-card.searched{
		        flex: 1 1 calc(100% - 20px) !important;
	}
/* 	top-city */
	.herosection .input-wrapper{
		    width: auto !important;
	}
	
/* 	blog-detail */
	.container.single-post-layout{
		    max-width: 100%;
		    display: block;
	}
	.tag-post{
		    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
	}
.custom-section-title{
		        font-size: 18px !important;
        font-weight: 600;
	        line-height: 30px !important;
	}
	.custom-title{
		padding-bottom: 5px;
	}
	.content-area{
		    padding: 0 20px !important;
	}
	.tag-social{
		flex-wrap: wrap;
	}
	.post-featured-image img{
		    height: 100%;
	}
	.post-title{
		    font-size: 2rem;
}
	.sidebar{
		padding: 50px 20px 0 20px;
		width: 100%;
	}
	
	.tag-post{
		flex-wrap: wrap;
		justify-content: left;
	}
	.related-posts-header{
		    align-items: baseline;
	}
	.icon-list-box > :nth-child(1){
		border: none;
		padding: 0;
		width: 100%;
		
	}
	.icon-list{
		width: 100%;
		gap: 16px;
	}
	
	.icon-list p{
		margin: 0;
	}
	.top-cities-we-serve .blog-card {
    flex: 1 1 calc(100% - 20px);
}
/* 	contact */
	.contact-detail, .contact-form{
		width: 100%;
	}
	.contact-us{
		    gap: 20px;
		flex-wrap: wrap;
	}
	.contact-form{    padding: 20px;}
	.contact-info li i{
		    padding: 15px;
		font-size: 14px;
	}
	.contact-info li{
		gap: 12px;
	}
	.section4-about{
		padding: 50px 15px 0 15px !important;
	}
	.digital h3{
		padding: 0 20px;
	}

/* 	tag page */
	.tag-about-section{
    flex-wrap: wrap;
		        padding: 0 20px;
		    gap: 20px;
		 margin-top: 50px;
	}
	
	.about-image, .about-text{
		width: 100%;
	}
	.why-choose-section h2, .about-text h2{
		    font-size: 25px !important;
	}
	.cards{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		padding-bottom: 50px;
	}
	
	.why-choose-section{
		padding: 0 20px !important;
	}
	.addon-service-section-post{
		flex-wrap: wrap;
	}
	.addon-title{
		    width: 100%;
		padding: 0 20px;
	}
	.addon-services{
		    grid-template-columns: repeat(1, 1fr);
		padding: 0 20px;
		        width: 100%;
	}
	.addon-service-section-post h3{
		line-height: 40px;
    font-size: 20px;
	}
	.popular-searches{
		padding: 50px 20px !important;
	}
/* 	industry */
	.lightbox-nav.next{
		    right: 0 !important;
	}
	.lightbox-nav.prev{
		    left: 0 !important
	}
	.tax-industry-we-serve .breadcrumb{
		    padding: 0 20px !important;
	}
	.products-content{
		padding: 50px 0;
		width: 100% !important;
	}
	.product-content-heading{
		    font-size: 18px !important;
	}
	
	.lightbox-content{
    max-width: 75% !important;}
	.lightbox-image{
		    max-width: 100% !important;
	}
	.lightbox.active .lightbox-image {
    transform: scale(.7) !important;
}
	.products-and-services-section .container{
		margin: 0 !important;
	}
	.industry-child-list{
   margin: 0 20px !important;
	}

/* 	footer */
	footer .talk{
		left: 0;
	}
	.footer-menu{
    display: flex !important;
		gap: 20px;
		        text-align: left;
		padding: 0 20px !important;
}
	.footer-menu{
		        gap: 0;
	}
	
	#field_submit{
		float: right;
    position: absolute;
    right: 10px;
	}
	
	.footer-column:nth-child(3){
		    width: 70%;
	}
	.email-wrapper{
		justify-content: flex-start;
	}
	
	    .services-columns {
        width: 100% !important; 
			padding: 0;
    }
	.footer-column:nth-child(1), .footer-column:nth-child(2), .footer-column:nth-child(3), .footer-column:nth-child(4){
		width: 70% !important;
		padding: 0 !important;
		
	}
	.footer-column:nth-child(4), .footer-column:nth-child(3){
		padding-top: 0 !important;
	}
	.services-columns{
		    margin-top: 0;
	}
	.footer-column:nth-child(1){
		width: 100% !important;
		
	}
	.services-columns{
		padding-top: 50px;
	}
	
	.services{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	#gform_fields_2{
		display: flex;
		padding-right: 15px;
	}
	#gform_fields_2 .gform-body{
		width: 100% !important;
	}
	#gform_fields_2 .ginput_container_email{
		width: 100% !important;
	}
	.gform-theme--foundation .gfield input.medium{
		width: 100% !important;
		max-width: 170px;
	}
	.company-information > li{
margin: 10px 5px 0 0px;}
	.email{
    width: 100%;
		position: relative;
	}
	footer h2{
		    margin-bottom: 25px;
		font-size: 20px !important;
	}
	
	footer .talk{
		position: fixed;
        bottom: 0;
        display: flex;
        justify-content: end;
        padding: 0;
		color: white;
		        right: 15px;
		z-index: 9999;
	}

	header .navbar{
		    padding: 12px 20px !important;
	}
/* 	industry */
	.industry-child-list{
		    grid-template-columns: repeat(1, 1fr) !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	header .navbar{
		    padding: 12px 20px !important;
	}
	.home-banner-heading h2{
		font-size: 45px !important;
	}
	.accordion-odd, .accordion-even{
		width: 100% !important;
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1{
		        height: fit-content !important;
		        top: 75px !important;
		        padding: 20px 0 !important;
		        width: 50% !important;
	}
		#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		    color: white !important;
		background: transparent !important;
	}
	/* ✅ Second-level default = white */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item > a.mega-menu-link {
	color: white !important;
}

/* ✅ Second-level hover = red */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item:hover > a.mega-menu-link {
	color: red !important;
}

/* ✅ Second-level active = red */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item.current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item.current_page_item > a.mega-menu-link {
	color: red !important;
}

/* ✅ Default (non-active) = white */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item > a.mega-menu-link {
	color: white !important;
}

/* ✅ Hover = red */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item:hover > a.mega-menu-link {
	color: red !important;
}

/* ✅ Active/current = red */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item.current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item.current_page_item > a.mega-menu-link {
	color: red !important;
}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{
		background: transparent !important;
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 input, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 img{
		    filter: brightness(0) invert(1) contrast(100%);
	}

  #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    width: 100% !important;
  }
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{
		background: white !important;
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{
		background-color: white !important;
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{
		background-color: white !important;
		
	}
	#mainheader.fixed .navbar .mega-toggle-animated-inner, #mainheader.fixed .navbar #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{
		    background: black !important;
	}
	#mainheader.fixed .navbar #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{
		    background: black !important;
		
	}
	#mainheader.fixed .navbar #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1{
		background: black !important;
	}

	#mainheader.fixed .navbar .max-mega-menu-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
		    color: white !important;
	}
	.contact-details{
		display: none !important;
	}
	.container {
		       width: 100% !important;
		padding: 0 20px;
	}

	.navbar-light .navbar-nav .nav-link{
		    padding: 0 !important;
	}
	
	header .navbar-nav .nav-link a{
		padding: 4px 10px !important;
	}
	p{
		font-size: 14px !important;
	}
	
	header .navbar:after, header .navbar:before{
		right: 0 !important;
	}
	header .navbar:before{
		left: 0 !important;
	}
		header .talk{
		display: none;
	}
	.side-menu-container{
		    width: 50% !important;
	}
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard,
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    font-size: 12px !important;
 
}

	.navbar-brand img{
		    max-width: 77px !important;
	}
	/* 	herosection */
	.herosection img {
		    height: 60vh;
	}
	.home .herosection img {
		    height: 100vh !important;
	}
	.gallery-overlay{
		display: none;
	}
	.herosection-content{
		padding: 0 20px;
		    top: 60% !important;
	}
	.herosection-content h1{
		    font-size: 40px;
		text-align: left !important;
		
	}
	.page-template-home .herosection-content h3{
		    font-size: 47px !important;
	}
	.page-template-home .herosection-content h3.align-right{
		    margin-top: 0 !important;
		    text-align: left !important;
	}
	.herosection-content ul{
		    grid-template-columns: repeat(1, 1fr);
    text-align: left;
    gap: 15px;
	 margin-top: 20px;
		padding-left: 0 !important;
	}
	.herosection-content li{
		    align-items: baseline;
	}

	/* 	section1 */
	.counting{
		flex-wrap: wrap;
		gap: 10px;
		padding: 0 20px;
	}
	.count{
		width: 48%;
	}
	.count h1{
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
	}
	.google-rating div{
		margin-top: 0;
	}
	.count p{    justify-content: center;}
	.promo-section{
		flex-wrap: wrap;
		padding: 20px;
	}
.promo-images{
		height: 400px;
		width: 100%;
	}
	.promo-image-grid, .promo-image-grid1{
		height: 250px;
        width: 350px;
	}
	.promo-image-grid{
		    left: 10%;
	}
	.promo-image-grid1{
		    top: 40%;
    right: 0;
}
	.features{
		columns: 2;
	}

	.logo-grid{
		padding: 0px 50px 0 50px;
		justify-content: start;
	}
	.logo-grid{
		gap: 10px;
	}
	
	   /* 	section2 */
	.why-choose{
		    padding: 0px 30px;
	}
	.features-grid1{
		    grid-template-columns: repeat(1, 1fr);
		gap: 0;
		padding: 0 0px !important;
	}
	.features-grid{
		gap: 0;
		        grid-template-columns: repeat(2, 1fr);
	}
	.features-grid:last-child{
		padding: 0 10px !important;
	}
	.feature-title{
		width: 100%;
	}
	.feature-item{
		padding: 0;
	}
	.blog-card{
		padding: 15px;
	}
	
/* 	about page */
	.page-template-template-about .herosection-content h1{
		font-size: 40px;
		text-align: center !important;
	}
	.page-template-template-about .herosection img{
		height: 300px;
	}
	.product-menu-list-header span{
		font-size: 18px;
	}
	.product-description h3, .product-content-heading{
		    font-size: 22px !important;
	}
	 .herosection img {
    height: 250px;
}
	.promo-card-container, .promo-content{
		    width: 100%;
	}
	.page-template-template-about .herosection-content p{
		font-size: 18px;
	}
	.promo-container.right-slide{
			    left: 62%;
	}
	.promo-content h3{
		font-size: 32px;
	}
	.icon-list-box{
		justify-content: center;
		gap: 30px;
	}
	.tab-contents{
		    padding: 50px 0px 0 0px;
	}
	.tab-flex{
		    gap: 20px;
}
	.tab-img-content li{
		font-size: 14px;
	}
	.icon-list-box > :nth-child(1) {
    padding-right: 30px;
}
	.icon-list{
		    gap: 6px;
	}
	.tab-btn{
		    font-size: 14px;
		padding: 10px 10px;
	}
	.icon-list h3{
		    font-size: 24px;
	}
	.icon-list-img{
		height: 62px;
}
	.section3-about p {
    margin: 0 0 10px 0;
}
	.section4-about h3{
		font-size: 32px;
}
	.item-details{
		flex-wrap: wrap;
		gap: 20px;
	}
	.tab-panels{
		padding: 40px 0 0 0;
	}
	 .digital h3{
		font-size: 20px;
	}
	.item-content h3{
		font-size: 20px;
	}

	.item-img img{
		    width: 100%;
		padding: 25px;
}
	.item-img, .item-content{
		width: 100%;
	}
	.tabs label{
		width: 100%;
		font-size: 16px;
	}
	.swiper-slide.testimonial-card h3{
		font-size: 20px;
	}
	.digital-card{
		gap: 20px;
	}
	.digital-card-list{
		height: 100%;
	}
	.digital-card-list img{
		width: 100%;
    height: 100%;
	}
	.digital p{
		width: 90%;
		margin: 0 auto;
	}
	
	.testimonial h3 {
    font-size: 32px;
}
	.testimonial-swiper{
		padding-top: 0;
	}
	.testimonial-img{
		left: 32%;
	}
	.testimonial-card{
padding: 40px 10px;}
	#tab1:checked ~ label[for="tab1"], #tab2:checked ~ label[for="tab2"], #tab3:checked ~ label[for="tab3"], #tab4:checked ~ label[for="tab4"]{
		font-size: 16px;
	}
/* 	section2 */
	.container1{
		        padding: 80px 0;
	}
	.circle-group{
		width: 100%;
	}
	.dot1,.dot2,.dot3,.dot4{
		display: none;
	}
	.circle-main{
		background: transparent;
	}
	.vision,.mission,.capabilities{
	scale: 0.9;
}
	.mission {
                left: 69%;
        bottom: 41%;
    z-index: 1;
}
	.vision{
		left: 0;
    top: -62px;
	}
	.capabilities {
            left: 0;
        bottom: 0%;
}
	.circle h3{
		font-size: 22px;
	}
	.circle.mission::before,.circle.capabilities::before,.circle.vision::before{
		display: none;
	}
	.text-vision {
            left: 50%;
		        top: 0;
        width: 50%;
        z-index: 1;
        
}
	.text-mission{
	top: 35%;
        left: 0;
         width: 50%;
	}
	.text-capabilities {
            left: 50%;
        top: 68%;
        color: #333;
         width: 50%;
        z-index: 1;
}
	.dot4{
		z-index: -1;
	}
	.custom-blog-grid{
		gap: 15px;
	}
/* 	product-services */
	.sticky-menu{
		    padding: 10px !important;
	}
	.side-menu-container{
		    width: 295px !important;
		height: fit-content !important;
	}
	.industry-menu-list-header .industry-category-item a{
		    gap: 10px !important;
	}
	.lightbox-image{
		    max-width: 500px !important;
	}
	.banner-inner{
		        padding: 50px 20px 50px 20px !important;
	}
	.blog-image{
		    height: 200px;
	}
	.blog-image img{
		
/*     object-fit: contain; */
	}

	.banner-product{
		    justify-content: end;
	}
	.banner-product img{
		    margin-top: 0;
		height: auto;
    width: 80%;
    float: right;
	}
	.printing-service-info{
		    padding: 10px !important;
	}
	.banner-product{
		    height: 300px;
		max-width: 50%;
	}

	.banner-inner{
		flex-wrap: wrap;
		    padding: 100px 20px 50px 20px;
	}
	.banner-product img{
		
	}
	.banner-text h1{
		    font-size: 42px;
	}
	.banner-product img{
		margin-left: 0;
	}
	.custom-banner{
		    background-position: right;
	}
	.banner-product{
		        height: auto;
	}
/* 	footer */
	    footer .talk {
        position: fixed;
        bottom: 0;
        display: flex;
        justify-content: end;
        color: white;
			right: 15px;
    }
	.email-wrapper{
		    padding: 10px 10px;
	}
	#field_2_1{
		width: 100%;
	}

	.products-and-services-wrapper{
gap: 20px !important;}
	
	.feature-item h3 {
    font-size: 20px !important;
	}
		 #gform_2 .gform-body{
    width: 460px !important;
}
/* 	blog */
	.blog-card{
		flex: 1 1 calc(50% - 20px);
	}
	/* 	top-city */
	.herosection .input-wrapper{
		    width: auto !important;
	}
	.container.single-post-layout{
		gap: 20px;
	}
	/* 	accordion */
	.faq-wrapper{
		flex-wrap: wrap !important;
		padding: 0 20px !important;
		gap: 0 !important;
		
	}
		.accordion-header{
gap: 0; }
	.accordion-header h3{
		    font-size: 1.1em !important;
	}
	.faq-h2{
		font-size: 32px !important;
		text-align: left;
		padding: 0 20px;
		margin: 0;
	}
/* 	tag page */
	.tag-about-section{
		    gap: 20px;
	}
	.about-image img{
		    object-fit: cover;
	}
	.cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 0;
    }
	.about-text h2, .why-choose-section h2{
		font-size: 28px;
	}
	.addon-service-section-post{
		flex-wrap: wrap;
	}
	.addon-title, .addon-services{
		width: 100%;
		padding: 0 20px;
	}
	.tag-about-section{
		flex-wrap: wrap;
	}
	.about-image, .about-text{
		width: 100%;
	}
/* 	contact */
	.contact-us{
		    gap: 20px;
	}
	
	.contact-info li{
		    gap: 10px;
	}
	.contact-info li i{
		    padding: 15px;
	}
.contact-form{
		    padding: 15px;
	}
	.contact-us h2{
		    font-size: 25px;
	}

	.footer-column {
/*     min-width: 100%; */
}
/* 	footer */
	footer .container{
		padding: 0 20px;
	}

	.footer-menu{
		display: grid !important;
		    grid-template-columns: repeat(1, 1fr) !important;
		gap: 0px;
	}
	.footer-column:nth-child(1), .footer-column:nth-child(2), .footer-column:nth-child(4){
		    width: 100% !important;
		    width: 100% !important;
	}
	.footer-column:nth-child(3){
		    width: 50% !important;
		
	}
	#gform_fields_2{
		width: auto !important;
	}
	footer a{
		    font-size: 14px;
	}
	.services-columns{
		min-width: 100%;!important;
	}
	.services{
		gap: 5px;
	}
	.footer-column:nth-child(1){
		    width: 100% !important;
	}
	footer h2{
		    margin-bottom: 40px;
	}
	.review-title-link{
		flex-wrap: wrap;
	}
	.services{
		    justify-content: left;
    gap: 20px !important;
		flex-wrap: wrap;
	}
	/* 	industry */
	.industry-child-list{
		    grid-template-columns: repeat(2, 1fr) !important;
	}
	.blogs-content-container .blogs-content__desc{
		width: 90% !important;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
.mega-toggle-animated-inner{
		    background-color: white !important;
	}
	.home-banner-heading h2{
		font-size: 50px !important;
	}
	.accordion-odd, .accordion-even{
		width: 100% !important;
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{
		    width: 100% !important;
	}
/* ✅ Second-level default = white */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item > a.mega-menu-link {
	color: white !important;
}

/* ✅ Second-level hover = red */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item:hover > a.mega-menu-link {
	color: red !important;
}

/* ✅ Second-level active = red */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item.current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item.current_page_item > a.mega-menu-link {
	color: red !important;
}

/* ✅ Default (non-active) = white */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item > a.mega-menu-link {
	color: white !important;
}

/* ✅ Hover = red */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item:hover > a.mega-menu-link {
	color: red !important;
}

/* ✅ Active/current = red */
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item.current-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-sub-menu .mega-menu-item.current_page_item > a.mega-menu-link {
	color: red !important;
}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu{
		background: transparent !important;
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 input, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 img{
		    filter: brightness(0) invert(1) contrast(100%);
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		    color: white !important;
		background: transparent !important;
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1{
		        height: fit-content !important;
		        top: 75px !important;
		        padding: 20px 0 !important;
		        width: 100% !important;
	}
	.mega-sub-menu{
		        transform: translateX(0%) !important;

	}
  #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    width: 100% !important;
  }
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{
		background: white !important;
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{
		background-color: white !important;
	}
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{
		background-color: white !important;
		
	}
	#mainheader.fixed .navbar .mega-toggle-animated-inner, #mainheader.fixed .navbar #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before{
		    background: black !important;
	}
	#mainheader.fixed .navbar #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{
		    background: black !important;
		
	}
	#mainheader.fixed .navbar #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1{
		background: black !important;
	}
	#mainheader.fixed .navbar .max-mega-menu-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
		    color: white !important;
	}
	
	.banner-product{
		height: 400px;
	}
	.industry-menu-list-header .industry-category-item a{
		gap: 10px !important;
	}
	.printing-service-title, .printing-service-cta{
		    font-size: 14px !important;
	}
	.printing-service-phone a{
		font-size: 16px !important;
	}
	.sticky-menu{
		    padding: 15px !important;
	}
	.max-mega-menu-nav .mega-sub-menu{
		    width: 100% !important;
	}
	.lightbox-image{
    max-width: 600px !important;}
	.contact-details{
		display: none !important;
	}
	.services{
		flex-wrap: wrap;
	}
	#field_2_1{
		    width: 100%;
	}
	header .navbar{
		    padding: 12px 20px !important;
	}
	.footer-logo img{
		    margin-left: 42px;
	}
		h2{
		font-size: 30px;
	}
	.promo-content h2{
		font-size: 30px !important;
		line-height: 50px;
	}
	.review-title-link h3{
		font-size: 30px !important;
		line-height: 50px;
	}
	.herosection-content{
		top: 30% !important;
    transform: translateY(50px) !important;
	}
	header .navbar:after, header .navbar:before{
		right: 0 !important;
	}
	.page-template-home .herosection-content ul{
			margin-top: 50px !important;
	}
	header .navbar:before{
		left: 0 !important;
	}
	
	.herosection-content h1{
		font-size: 40px !important;
	}
	.product-description h3{
		font-size: 22px;
	}
	.product-content-heading{
		font-size: 22px !important;
	}
	.home .herosection img {
		    height: 100vh !important;
	}
	.page-template-home .herosection-content h3{
		    font-size: 60px !important;
	}
	.page-template-home .herosection-content h3.align-right{
		    margin-top: 0 !important;
	}
	.testimonial-card{
		height: 350px;
	}
	.herosection-content ul{
		gap: 0;
	}
	.herosection-content li{
		align-items: start;
		line-height: 50px;
	}
	.herosection-content ul{
		    grid-template-columns: repeat(1, 1fr);
	}
	
	.talk{
		display: none;
	}
	.navbar-expand-md .navbar-nav .ml-auto{
		   margin: 0 20px !important;
		text-align: right;
	}
	.counting{
		    gap: 5px;

	}
	.count h1{
		    font-size: 35px;
		          padding-right: 40px;
        padding-left: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
	}
	.count p{
		font-size: 14px;
		        justify-content: center;
	}
	.google-rating div{
		margin-top: 0;
	}
	.why-choose{
		padding: 10px 30px;
	}
	.features{
		  columns: 1;
	}
	.promo-section{
		    padding: 40px 20px;
	}
	.why-choose .badge{
		    margin: 0 0 0 0px !important;
	}
	.section-header{
		padding: 0 40px;
	}
	.feature-title{
		    padding: 20px 0px;
	}
	
	.testimonial-img{
			left: 35%;
	}
	.promo-images img:nth-child(1){
		top: -18px;
	}
	.logo-grid{
		    padding: 0px 50px 0 50px;
	}
	.features-grid1{
		    grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
	.tabs label{
		width: 24.6%;
	}
	#tab1:checked ~ label[for="tab1"], #tab2:checked ~ label[for="tab2"], #tab3:checked ~ label[for="tab3"], #tab4:checked ~ label[for="tab4"]{
		font-size: 15px;
	}
	.tabs label{
			font-size: 15px;
	}
	.features-grid{
		    grid-template-columns: repeat(2, 1fr);
		        padding: 20px 0;
	}
	.faq-wrapper{
		flex-wrap: wrap !important;
		padding: 0 20px;
		gap: 0 !important;
	}
/* 	about page */
	.digital-card-list{
		width: 50%;
		height: 100%;
	}
	.testimonial-swiper{    padding-top: 0;}
	
	.digital-card-list img{
		height: 100%;
		width: 100%;
	}
	.promo-section{
		align-items: center;
	}
	.promo-container {
		width: 340px !important;}
	/* 	section2 */
.container1{
		        padding: 80px 0;
	}
	.circle-group{
		width: 100%;
	}
	.dot1,.dot2,.dot3,.dot4{
		display: none;
	}
	.circle-main{
		background: transparent;
	}
	.vision,.mission,.capabilities{
	scale: 0.9;
}
	.mission {
                left: 69%;
        bottom: 41%;
    z-index: 1;
}
	.vision{
		left: 0;
    top: -62px;
	}
	.capabilities {
            left: 0;
        bottom: 0%;
}
	.circle h3{
		font-size: 22px;
	}
	.circle.mission::before,.circle.capabilities::before,.circle.vision::before{
		display: none;
	}
	.text-vision {
            left: 50%;
		        top: 0;
        width: 50%;
        z-index: 1;
        
}
	.text-mission{
	top: 35%;
        left: 0;
         width: 50%;
	}
	.text-capabilities {
            left: 50%;
        top: 74%;
        color: #333;
         width: 50%;
        z-index: 1;
}
	.dot4{
		z-index: -1;
	}
	.icon-list h3{
		font-size: 25px;
	}
	.icon-list-box > :nth-child(1){
		    padding-right: 37px;
	}
	.icon-list-img img{
		    height: 85%;

	}
	.icon-list-img{
		    display: flex;
	}
	.container.single-post-layout{
		            max-width: 960px;
		    gap: 20px;
        padding: 0 40px;
	}
	.related-post-title{
		    font-size: 14px;
	}
	.related-blog-post{
		    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	}
	.related-post-thumb img{
		    width: 100%;
    height: 100%;
	}
	.tag-item a, .products-services-list li a{
		    font-size: 14px;
}
	.tag-item{
		    padding: 5px 5px;
	}
	.tag-post{
		    grid-template-columns: repeat(2, 1fr);
	}
	.tag-post a{
		    font-size: 14px;
	}
	
	/* 	top-city */
	.herosection .input-wrapper{
		    width: auto !important;
	}
	/* 	contact */
	.contact-us{
		    gap: 20px;
		padding: 0 20px;
	}
	.contact-form{
		    padding: 15px;
	}
	.contact-us h2 {
    font-size: 32px;
}
	.contact-info li{
		    gap: 10px;
	}
	.contact-info li i{
		    padding: 15px;
}
	.promo-image-grid, .promo-image-grid1{
		    height: 200px;
    width: 300px;
	}
/* 	tag page */
	.cards{
		    gap: 15px;
		display: grid;
        grid-template-columns: repeat(2, 1fr);
	}
	.tag-about-section{
		    gap: 20px;
	}
	.addon-service-section-post{
		flex-wrap: wrap;
	}
	.addon-title, .addon-services{
		    width: 100%;
		padding: 0 50px;
	}
/* 	product services */
	.industry-child-list,.products-and-services-wrapper{
		    gap: 25px !important;
	}
	.banner-product img{
		margin-left: 0;
	}
	.blog-card{
		    flex: 1 1 calc(33.33% - 10px);
		padding: 15px;
	}
/* 	footer */

.footer-column:nth-child(3), .footer-column:nth-child(2), .footer-column:nth-child(1), .footer-column:nth-child(4){
	    width: 40%;
}
		 #gform_2 .gform-body{
    width: 520px !important;
}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
		padding: 20px 10px 50px 10px !important;
	}
	.mega-sub-menu{
		transform: translateX(0%) !important;
		    padding: 0 10px !important;

	}
	.mega-menu-item img{
		height: 20px !important;
	}
	.max-mega-menu-nav #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1{
		justify-content: end !important;
	}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
	        padding: 20px 10px 0px 10px !important;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1400px){
	.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

}
@media only screen and (min-width: 1201px) and (max-width: 1500px){
.features-grid2{
grid-template-columns: repeat(2, 1fr) !important;
}
	.home-banner-heading h2{
		font-size: 75px;
	}
	.printing-service-title{
		    font-size: 18px !important;
	}
	.printing-service-cta{
		    font-size: 18px !important;
		
	}
	.printing-service-phone a{
		    font-size: 18px !important;
		    padding: 10px 10px !important;
	}
	.printing-service-info{
		    padding: 20px 15px !important;
	}
	.banner-product{
		    padding: 50px;
	}
	.custom-banner{
		    height: 480px;
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-column-standard > a.mega-menu-link{
		margin-left: 20px !important;
	}
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-column-standard > a.mega-menu-link{
		    font-size: 13px !important;
	}
	.mega-sub-menu {
		min-width: max-content !important;
        left: 57% !important;
        transform: translateX(-50%) !important;
	}
.herosection-content{
padding: 0 40px;
top: 44% !important;
transform: translateY(0) !important;
}
	.banner-product img{
		    margin-left: 0;
	}
.herosection-content h1{
font-size: 60px;
}
.container.single-post-layout{
padding: 0 40px;
}
.container1 {
padding: 20px 0 50px 0;
}
.page-template-home .herosection-content h3{
font-size: 70px !important;
}
.icon-list h3{
font-size: 30px;
}
.icon-list-box > :nth-child(1) {
padding-right: 85px;
}
.tag-post{
grid-template-columns: repeat(2, 1fr);
}
.circle-group{
transform: scale(.8);
}

.page-template-home .herosection-content h3.align-right{
margin-top: 0 !important;
}
.page-template-home .herosection-content{
padding: 0 40px;
top: 0 !important;
transform: translateY(10%) !important;
}
.features-grid{
gap: 10px;
}
.herosection-content ul{
gap: 20px;
}

.herosection-content li{
margin-bottom: 10px;
}
.promo-section{
padding: 40px 40px;
}
.count h1{
font-size: 35px;
padding-right: 100px;
padding-left: 100px;
}
.logo-grid{
padding: 0px 30px 0 30px;
justify-content: start;
}
.logo-card img{
max-height: 60px;
}
.count h1{
padding-right: 0;
padding-left: 0;
padding-top: 20px;
padding-bottom: 20px;
font-size: 50px;
}
.features-grid{
grid-template-columns: repeat(4, 1fr);
padding: 20px 0;
}
.google-rating div{
margin-top: -8px;
width: 100%;}
.feature-title{
padding: 20px 0px;
}
.feature-item{
padding: 0;
}
#field_submit{
height: 100%;
width: 100%;
}
/* top-city */
.herosection .input-wrapper{
width: auto !important;
}
.promo-images img:nth-child(2) {
position: absolute;
top: -208px;
}
.section3-content p{
width: 80%;
margin: 0 auto;
}
.page-template-home .promo-images img:nth-child(2){
top: -250px;
}
.digital-card-list img{
width: 100%;
}
.digital-card{
padding: 0 40px;
}
.text-section{
width: 70%;
font-size: 18px;
}
.text-mission{
z-index: 3;
}
.mission{
left: 16%;
bottom: 24%;
}
.text-mission, .text-vision{
right: 84%;
}

.count h1{
padding-top: 20px;
padding-bottom: 20px;
}
.tabs{
padding: 0 40px;
}
.products-and-services-wrapper{
padding: 0 40px;}
.custom-blog-grid{
padding: 0px 40px;}
.contact-us{
padding: 0px 40px;
}
.container.single-post-layout{
max-width: 1150px;
}
.herosection-content{
padding: 0 40px !important;}
.herosection-content ul{
justify-content: normal;
}
.counting{
padding: 0;
}
.count p{
font-size: 16px;
}
.promo-image-grid, .promo-image-grid1{
height: 300px;
width: 350px;}
.email-wrapper{
padding: 10px 10px;
}
.feature-item h3 {
font-size: 20px;
}
.gform-theme--foundation #field_submit{
text-align: right;
}
.company-information > li{
margin: 0 0px 20px 0 !important;
}
.faq-wrapper{
gap: 40px !important;
padding: 0 30px;
}
.why-choose .badge {
margin: 0 !important;
}
.accordion-header h3{
font-size: 1em !important;
}
.section-header{
padding: 0 40px;
}
.sticky-menu{
padding: 20px !important;
}
.products-and-services-wrapper{
gap: 30px !important;
}
.footer-menu{
padding: 0 0px 30px 0px;
}
#gform_2 .gform-body{
width: 100% !important;
}
.ginput_container_email{
width: 100% !important;
}
#field_2_1{
width: 165%;
}
.gform-theme--foundation .gfield input.medium{
width: auto !important;
}
	.footer-logo img{
		    margin-left: 40px;
	}
	.navbar-expand-md .navbar-collapse{
		    margin-right: 50px !important;
	}
	.contact-details{
    gap: 5px;}
	.contact-details img{
		    height: 25px;
	}
}
/* 1500 size close */
.pagination {
    text-align: center;
    margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.pagination ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination li {
    display: inline-block;
}

.pagination a,
.pagination span {
    display: block;
        padding: 5px 15px;
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background-color: #FF0000;
    color: #fff;
    border-color: #FF0000;
}

.pagination .current {
    background-color: #FF0000;
    color: #fff;
    border-color: #FF0000;
    font-weight: bold;
}





.promo-wrapper {
  position: relative;
  width: 100%;
  height: 300px; /* adjust as needed */
  overflow: hidden;
}

.promo-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fadeInOut 9s infinite;
}
.promo-img-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
	animation-duration: 15s;
  animation: fadeInOut 12s infinite;
}
.promo-img1 { animation-delay: 0s; }
.promo-img2 { animation-delay: 3s; }
.promo-img3 { animation-delay: 6s; }
.promo-img4 { animation-delay: 0s; }
.promo-img5 { animation-delay: 9s; }
.promo-img6 { animation-delay: 3s; }

@keyframes fadeInOut {
  0% { opacity: 0; transform: scale(.9);}
  10% { opacity: 1; transform: scale(.8);}
  30% { opacity: 1; transform: scale(.9);}
  40% { opacity: 0; transform: scale(.8);}
  100% { opacity: 0; transform: scale(.9);}
}
/* review */
.ti-review-header .ti-profile-img {
	border: 1px solid red;
	border-radius: 50%;
	box-shadow: 25.81px 18.06px 51.61px 0px #00000014;
border: 0.86px solid #00000033;
	     position: relative;
    top: -17px !important;
}
.review-title-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.review-title-link a{
	    font-weight: 600;
}
.review-title-link a i{
	    rotate: -35deg !important;
    color: red;
}
.review-title-link a:hover{
	color: red;
}
.custom-rating-title{
	text-align: right;
	color: red;
	font-weight: 600;
}
.ti-footer{
	display: none;
}



.contact-details {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
	    color: white;
    font-weight: 600;
	letter-spacing: 1px;
}
.contact-details p{
	    color: white !important;
	
}
.fixed .navbar .contact-details{
	color: black;
}
.fixed .navbar .header-email img{
	filter: invert(1);
}
.header-email img{
	height: 25px;
}
.header-email{
	display: flex;
    align-items: flex-start;
}
.fixed .navbar .header-email a{
	color: black;
}
.header-email a{
	color: white;
}
.contact-details-1024{
	display: none;
}



/* industries page */
.industry-child-list, .industry-parent-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
	padding: 50px 0 !important;
}

.industry-child-list li, .industry-parent-list li {
  background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    flex: 1 1 calc(33.33% - 20px);
    transition: transform 0.3s;
    padding: 25px;
    border: 1px solid #0000001A;
}
.industry-child-list {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}
.industry-child-list1 {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
}
.overlay h4{
	font-weight: 600;
}
.overlay p{
	margin: 0;
}
.overlay{
	padding: 30px 0 0 0;
}

.child-category-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.child-category-item img {
    width: 100%;
    height: 100%;
    display: block;
	border-radius: 10px;
    transition: transform 0.3s ease;
}

 
.child-category-item:hover img {
/*     transform: scale(1.02); */
}

.child-category-item:hover .overlay {
    opacity: 1;
}


.industry-menu-list-header{
  list-style: none;
  padding: 0;
}


.industry-menu-list-header .industry-category-item a {
  color: #212121;
  background: white;
  padding: 16px 20px;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  display: block;
  text-decoration:none;
  overflow:hidden;
	    display: flex;
    align-items: center;
    gap: 20px;
}
.industry-category-item  img{
	position: relative;
	z-index: 99;
}
.industry-menu-list-header .industry-category-item a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
	z-index:2;
}

.industry-menu-list-header .industry-category-item a:hover,
.industry-menu-list-header .industry-category-item.active a {
/*   background: #ff0000; */
  color: white;
}

.industry-menu-list-header .industry-category-item:hover img,
.industry-menu-list-header .industry-category-item.active img {
  filter: brightness(0) invert(1) contrast(100%);

}


.industry-menu-list-header .industry-category-item a::after{
	content: '';
    background: #FF0000;
    position: absolute;
    transition: all 0.3s ease;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.industry-menu-list-header .industry-category-item a span{
	z-index:2;
	position:relative;
}

.industry-menu-list-header .industry-category-item a:hover:after,
.industry-menu-list-header .industry-category-item.active a:after{
	left:0;
}
.tax-industry-we-serve .herosection-content{
	display: none;
}
.breadcrumb-wrapper {
    padding: 10px 0;
    font-size: 14px;
}
.tax-industry-we-serve .breadcrumb-wrapper{
	background: #f7f7f7;
}
.tax-industry-we-serve .breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
	background: transparent;
}
.breadcrumb li::after {
    content: ">";
    margin: 0 5px;
    color: #888;
}

.breadcrumb li:last-child::after {
    content: "";
}

.breadcrumb a {
    color: black;
    text-decoration: none;
}

.breadcrumb li {
    color: #444;
	font-weight: 600;
}
.product-description h2{
	font-size: 32px;
}
.product-description span{
	    line-height: 50px;
}
.child-category-item img{
	transition: .4s ease-in;
}
.child-category-item img:hover{
	scale: 1.03;
	    filter: brightness(0.9);
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.lightbox.active {
    display: flex;
}
.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
.lightbox-image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}
.lightbox-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}
.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}
.lightbox-nav.prev { left: -10% !important; }
.lightbox-nav.next { right: -10% !important; }
.products-content h4{
	color: #FF0000;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}
/* tag page */

.tag-banner:after {
    opacity: 100%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url('https://printexpress.xyz/wp-content/uploads/2025/05/Clip-path-group-2.png');
	
}
.popular-tag{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 0;
	gap: 20px;
}
.popular-tag li{
	    list-style-type: none;
	    padding: 10px 10px;
    background: white;
    color: #757575;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular-tag li a{
	color: #757575;
}


.popular-industry a{
	color: black;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
}
.popular-industry{
	padding: 0 !important;
}
.popular-industry li{
    color: black;
    list-style-type: none;
    background: white;
    padding: 10px 10px;
    margin: 10px 0;
    border-radius: 10px;
}
.popular-industry li img{
/* 	filter: invert(17%) sepia(99%) saturate(7459%) hue-rotate(357deg) brightness(98%) contrast(122%); */

}
.popular-industry div{
/* 	    background: #d1d1d140; */
    padding: 10px;
    border-radius: 5px;
}

#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu {
  max-width: 1320px !important;
  box-sizing: border-box;
  position: absolute;
  z-index: 9999;
}

 header .navbar{
	    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
} 
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1{
	    display: flex !important;
    justify-content: center !important;
flex-wrap: wrap !important;
}
.social-media li:nth-child(1):hover i {
	color: #1877F2;
}
.social-media li:nth-child(2):hover i {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.social-media li:nth-child(3):hover i {
	color: red;
}

.share-social a:nth-child(1):hover i {
	color: #1877F2;
}
.share-social a:nth-child(2):hover i {
	background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.share-social a:nth-child(3):hover i {
	color: red;
}
