/*
Theme Name: The Custom Packaging
Theme URI: http://thecustompackaging.com
Author: Salman Khan
Author URI: http://thecustompackaging.com
Description: The Custom Packaging 2025 Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thecustompackaging.com
*/

@import "https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap"; /* font-family: "Josefin Sans", sans-serif; */

@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"; /* font-family: "Poppins", sans-serif; */



* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}

img {
	display: block;
	max-width: 100%;
}

h1 {font-weight: bold;}

h2 {
	color: #03081a;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 25px;
}

h3 {font-weight: bold;}

h4 {font-weight: bold;}

h5 {font-weight: bold;}

h6 {font-weight: bold;}

p {
	color: #505050;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 24px;
}

input:focus,
textarea:focus {
	outline: none;
}

.full {
	width: 100%;
}

.container {
	width: 95%;
	max-width: 1300px;
	margin: auto;
}

.clear {
	clear: both;
}

.header-main-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
}

.contact-quotebtn-section {
	display: flex;
}

.footer-quote-section h2 {
	font-size: 30px;
}

.single-opt-cat-products-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 550px;
    margin-bottom: 40px;
}
.short-dec-text-section {
	font-size: 16px;
	font-weight: normal;
	color: #505050;
}
.product-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.single-product-opt-cat {
    width: calc(25% - 20px); /* 4 in a row with 20px gap */
    text-align: center;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.spoc-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.explore-button-wrap {
    text-align: center;
    margin-top: auto;
    padding-top: 20px;
}

.explore-button-wrap .explo {
      background-color: #2c58a8;
    font-size: 18px;
    font-style: normal;
    padding: 15px 15px 13px;
    text-decoration: none;
    color: #fff;
}

.explo1{
	margin-top:25px;
	 border: 1px dashed #c4161c;
    /* color: #000; */
    background-color: white;
    font-size: 18px;
    font-style: normal;
    padding: 15px 15px 13px;
	text-decoration: none;
	color: black;
}

/* Main wrapper spacing */
/*.printing-opt-products-all-main {
        margin-left: 135px;
}*/

/* ===== Responsive Breakpoints ===== */

@media (max-width: 991px) {
    .single-product-opt-cat {
        width: calc(50% - 20px); /* 2 in a row on tablet */
    }
}

@media (max-width: 575px) {
    .single-product-opt-cat {
        width: 100%; /* 1 per row on mobile */
    }

    .printing-opt-products-all-main {
        margin-left: 0 !important;
    }
}








  .search-wrapper {
    position: relative;
  width: 54%; /* full width */
  max-width: 54%; /* remove limit */
  margin: 0 auto;
  }

  .search-input {
    width: 100%;
    padding: 10px;
    border-radius: 25px;
   
    font-size: 16px;
    box-sizing: border-box;
  }

  .search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
   
    border-top: none;
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  }

  .search-results .result-item {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
  }

  .search-results .result-item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    object-fit: contain;
  }

  .search-results .show-all {
    display: block;
    background: #2c58a8;
    line-height: 45px;
    font-weight: bold;
    width: 585px;
margin-bottom: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
  }



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

.single-blog-content ul, ol {
	padding-left: 15px;
	margin-bottom: 15px;
}

.single-blog-content li {
	margin-bottom: 10px;
	color: #505050;
   font-weight: normal;
   font-size: 16px;
}


@media (max-width: 768px) {
  .blog-content-section-main {
	width: 100%;
  }
  .blog-singe-sidebar {
	width: 100%;
	padding-top: 50px;
  }
  .search-wrapper {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }

  .search-input {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 20px;
  }

  .search-results {
    width: 100%;
    max-height: 300px;
  }

  .search-results .result-item {
    padding: 8px;
  }

  .search-results .result-item img {
    width: 30px;
    height: 30px;
  }

  .search-results .show-all {
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    margin: 5px 0;
    border-radius: 50px;
  }
}



  .top-search-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 16px;
    flex-wrap: wrap; /* Optional: allows wrapping on smaller screens */
	padding: 15px 0px;
  }
  
  .logo img {
    max-height: 80px;
    width: auto;
  }
  
  .search-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 600px;
    position: relative;
    gap: 10px;
  }
  .search-wrapper form {
	width: 100%;
  }
  
  .search-input {
    flex: 1;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 16px;
    border: 1px solid #ccc;
  }
  
  .category-select {
    padding: 10px 15px;
    border-radius: 25px;
    border: 1px solid #ccc;
    font-size: 16px;
    background-color: #fff;
    white-space: nowrap;
  }
  
  .quote-btn1
 {
    display: block;
    background: #2c58a8;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    padding: 0 10px;
    line-height: 44px;
    margin-right: 30px;
}





/* Show desktop version by default, hide mobile */
.dekstop {
  display: none;
}
.contactnumber-sec.mobile {
  display: block;
}






@media screen and (max-width: 768px) {

	.dekstop {
    display: block;
  }
  .contactnumber-sec.mobile {
    display: none;
  }
  .top-search-bar {
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    gap: 15px;
  }

  /* Wrap logo + contactnumber-sec in a horizontal row */
  .logo-contact-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .logo-contact-row .logo,
  .logo-contact-row .contactnumber-sec {
    flex: 1;
    text-align: center;
  }

  .logo img {
    max-height: 50px;
  }

  .search-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .search-input,
  .category-select {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .quote-btn1 {
    width: 100%;
    font-size: 16px;
    line-height: 45px;
    margin: 0 auto;
  }
}



























.header-quote-form-btn a {
	display: block;
	background: #2c58a8;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	padding: 0 10px;
	line-height: 44px;
	margin-right: 30px;
}

.contactnumber-sec a {
	color: #000000;
	font-size: 24px;
	text-decoration: none;
}

.contactnumber-sec a span {
	font-size: 14px;
	display: block;
}

.banner-section-main>img {
	width: 100%;
}

.home-about-text-sec {
	background-color: #f2f8fd;
	padding: 40px 0 20px;
	background-image: url("/source/59fa195908bffb4fdc6ffe759b44454d/about-bg-image.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 100px;
}

.home-about-text-sec h1 {
	font-size: 60px;
	color: #2c58a8;
	text-align: center;
	margin-bottom: 15px;
}

.home-about-text-sec p {
	font-size: 15px;
	text-align: center;
	width: 100%;
	color: #666666;
}

.home-products-section-header-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}

.hph-heading-sec p {
	margin: 0 0 5px;
	font-size: 20px;
}

.hph-heading-sec h2 {
	color: #03081a;
	font-size: 40px;
	margin: 0;
}

.hph-button-sec a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	background: #2c58a8;
	padding: 2px 25px 0;
	line-height: 48px;
	border-radius: 10px;
	margin-top: 19px;
}

.products-main-home-section {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 33px 24px;
}

.single-product-main-sec {
	border: 2px solid #e4e4e4;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: fit-content;
	overflow: hidden;
}

.single-product-image-thumb img {
	max-width: 180px;
	object-fit: cover;
}

.single-product-content-sec h3 {
	font-size: 20px;
	font-weight: normal;
	color: #03081a;
	margin-bottom: 10px;
}
.single-product-content-sec h3 a{
	font-size: 20px;
	font-weight: normal;
	color: #03081a; 
	text-decoration:none;
}

.single-product-content-sec {
	padding: 0 25px;
}

.single-product-content-sec p {
	line-height: 20px;
	font-size: 14px;
	height:60px;
	overflow:hidden;
}

.single-product-content-sec a.vm {
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #2c58a8;
}

.quote-form-home-product {
	grid-column: 2;
	grid-row: 2 / span 3;
}

.home-features-main-full-section {
	position: relative;
	background-color: #ebf4fb;
	padding: 80px 0;
	margin-bottom: 110px;
	margin-top: 160px;
}

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

.home_feature_content_section {
	width: 50%;
}

.home_feature_image_sec {
	width: 48%;
}

.home_feature_content_section p {
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	color: #666666;
}

.home_feature_content_section ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home_feature_content_section ul li {
	display: block;
	width: 48%;
	color: #03081a;
	font-size: 14px;
	padding: 16px 15px 17px 65px;
	background-color: #fff;
	margin-bottom: 20px;
	position: relative;
	border-radius: 5px;
	font-weight: 500;
}

.home_feature_content_section ul li:before {
	content: '';
	position: absolute;
	left: 4px;
	top: -10px;
	background-image: url("/source/aeed6befd97390a4433de389e32ec35e/hf_bullet.png");
	background-repeat: no-repeat;
	width: 58px;
	height: 60px;
}

.premium-f-section h2 {
	text-align: center;
	margin: 0;
	width: 100%;
}

.premium-f-section p {
	text-align: center;
	width: 100%;
	font-size: 18px;
	color: #666666;
}

.masonry-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 10px;
	grid-auto-flow: dense;
}

.masonry-item {
	overflow: hidden;
}

.masonry-item img {
	width: 100%;
	height: auto;
	display: block;
}

.product-carousel-main-section {
	margin-bottom: 125px;
}

.single-product-main-sec.item img {
	width: 180px !important;
}

.product-carousel-hslider .owl-dot span {
	width: 15px;
	height: 15px;
	background: #e8ecf2;
	display: block;
	border-radius: 30px;
	margin: 0 4px;
}

.product-carousel-hslider .owl-dot.active span {
	background: #22457d !important;
}

.product-carousel-hslider .owl-dots {
	text-align: center;
	padding-top: 30px;
}

.faq-options-main-sec {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 150px;
}

.faq-home-main-section {
	width: 48%;
}

.faqs-wrapper {
	padding: 20px 0;
	border-top: 1px solid #b3b4ba;
	cursor: pointer;
	position: relative;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.faqs_content {
	display: none;
	margin-top: 20px;
}

.faqs_icon {
	position: absolute;
	top: 10px;
	right: 0;
	transition: all 0.3s ease;
}

svg {
	vertical-align: middle;
}

.faqs_title p {
	font-weight: 600;
	color: #666;
	font-size: 15px;
}

.faqs-wrapper.active .faqs_icon {
	transform: rotate(46deg);
}

.faqs_main .faqs-wrapper:last-child {
	border-bottom: 1px solid #b3b4ba;
}

.product_faq_half_main .faqs-wrapper:last-child {
	border-bottom: 1px solid #b3b4ba;
}

.options-home-section {
	width: 48%;
}

.box_accordion_main {
	margin-top: 60px;
}

.box_accordion {
	position: relative;
	padding: 10px 17px;
	background-color: #BCDBF3;
	border-radius: 27px;
	margin-bottom: 50px;
	width: 90%;
	transition: all 0.3s ease;
	cursor: pointer;
}

.accordion_conut {
	background-color: #2c58a8;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}

.accordion_conut span {
	display: block;
	font-size: 30px;
	color: #ffffff;
	margin-top: 3px;
}

.accordion_title {
	padding-left: 121px;
}

.paragraph_large {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0;
	color: #212529;
}

.accordion_content {
	margin-top: 30px;
	display: none;
}

.box_accordion_main .box_accordion:nth-child(2n) {
	margin-left: auto;
	padding-right: 121px;
}

.options-home-section .accordion_conut {
	position: absolute;
	left: 30px;
	top: -42px;
}

.options-home-section .box_accordion_main .box_accordion:nth-child(2n) .accordion_conut {
	left: unset;
	right: 30px;
}

.box_accordion_main .box_accordion:nth-child(2n) .accordion_title {
	padding-left: 50px;
}

.reviews-home-full-section {
	/* background-color: #bcdbf3;
	background-image: url("/source/ccf070e512180be0109f116278c94b90/home-reviews-bg.png");
	background-repeat: no-repeat;
	background-position: center center; */
	margin-bottom: 100px;
	background: #111;
}

.reviews-home-main-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* padding: 80px 0 80px; */
}

.review-home-heading {
	width: 100%;
	text-align: center;
}

.reviews-home-slider-icons-main {
	width: 100%;
}

.review-home-heading p {
	font-size: 20px;
	font-weight: normal;
	color: #1548a0;
	margin: 0;
}

.review-home-icons-main {
	width: 100%;
	max-width: 585px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 8px;
	overflow: hidden;
	margin: -266px 0 0 auto;
}

.google-review-icon-main {
	width: 50%;
	position: relative;
	background-color: #e63125;
	padding: 60px 15px;
	text-align: center;
}

.google-review-icon-main p,
.facebook-review-icon-main p {
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 32px;
	margin: 0 0 -5px;
}

.reviews-star-div {
	color: #ffc640;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	letter-spacing: -3px;
}

.google-review-icon-main label,
.facebook-review-icon-main label {
	font-size: 16px;
	color: #fff;
}

.facebook-review-icon-main {
	background: #1548a0;
	width: 50%;
	position: relative;
	padding: 135px 15px 60px;
	text-align: center;
}

.google-review-icon-main span {
	position: absolute;
	top: 36px;
	right: -70px;
	background: #e63125;
	color: #fff;
	width: 100px;
	text-align: right;
	z-index: 99;
	display: block;
	padding: 11px 22px 10px 0;
	font-size: 20px;
	font-weight: 600;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}

.facebook-review-icon-main span {
	position: absolute;
	bottom: 36px;
	left: -70px;
	background: #1548a0;
	color: #fff;
	width: 100px;
	text-align: left;
	z-index: 99;
	display: block;
	padding: 11px 0 10px 22px;
	font-size: 20px;
	font-weight: 600;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.reviews-home-slider-main {
	width: 100%;
	margin-top: 50px;
}

.icon-stars-main {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.icon-stars-main .rslide-stas {
	color: #ffc640;
	font-size: 30px;
	letter-spacing: -6px;
	padding: 9px 0 0 6px;
}

.review-content-sec p {
	color: 03081a;
	font-size: 18px;
}

.review-content-sec h4 {
	color: #1548a0;
	font-size: 24px;
	margin: 15px 0 0 0;
}

.reviews-home-slider-main .owl-nav {
	text-align: right;
}

.reviews-home-slider-main .owl-nav {
	text-align: right;
}

.reviews-home-slider-main .owl-nav span {
	color: #2c58a8;
	font-size: 35px;
	font-weight: bold;
}

.reviews-home-slider-main .owl-nav button {
	width: 50px;
	border: 1px solid #2c58a8 !important;
	border-radius: 100px;
	height: 50px;
}

.reviews-home-slider-main .owl-nav button.owl-next {
	margin-left: 15px;
}

.footer-social-media-full-bar {
	background-color: #ebf4fb;
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
}

.footer-social-single {
	display: block;
	width: 25%;
	cursor: pointer;
	padding: 0 5px;
}

.footer-social-single a {
	display: none;
}

.footer-social-single p {
	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 20px;
	margin: 0;
	padding: 20px 0 18px;
}

.footer-social-single a img {
	text-align: center;
	margin: auto;
	max-height: 42px;
	display: block;
}

.footer-social-single a {
	padding: 10px 0;
}

.footer-social-single:hover p {
	display: none;
}

.footer-social-single:hover a {
	display: block;
	background-color: #e0edf8;
}

.footer-main-full-section {
	background-color: #03081a;
}

.fcontainer-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-left-sec {
	width: 68%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 150px 0 100px;
}

.footer-single-sec {
	width: 28%;
}

.fwithlogo.footer-single-sec {
	width: 40%;
	padding-right: 35px;
}

.footer-logo-sec {
	margin-bottom: 25px;
}

.footer-single-sec p,
.footer-single-sec a,
.footer-single-sec pli {
	font-size: 16px;
	font-weight: 600;
	color: #868686;
	text-decoration: none;
}

.footer-single-sec a:hover {
	color: #ffffff;
}

.footer-single-sec ul li {
	margin-bottom: 10px;
	list-style: none;
}

.footer-single-sec h4 {
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 30px;
	margin-top: 15px;
}

.footer-quote-section {
	width: 28%;
	background-color: #090f26;
	padding: 100px 15px 100px;
	text-align: center;
}

.footer-quote-section h2 {
	color: #ffffff;
	font-weight: normal;
}

.full.footer-quote-round-btn a {
	display: block;
	width: 95%;
	border: 2px solid #2c58a8;
	max-width: 175px;
	margin: auto;
	height: 175px;
	border-radius: 100px;
	color: #2c58a8;
	text-decoration: none;
	font-size: 22px;
	font-weight: 600;
	position: relative;
}

.full.footer-quote-round-btn span {
	display: block;
	height: fit-content;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

.copyright-section .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 0;
}

.copyright-section {
	border-top: 1px solid #353948;
}

.copyright-text,
.fcards-image {
	width: 48%;
}

.fcards-image {
	justify-content: right;
	display: flex;
}

.copyright-text p {
	margin: 0;
	padding: 17px 0 17px;
}

.faqs_content p:last-child {
	margin-bottom: 0;
}

.faqs_content p {
	font-size: 16px;
	line-height: 21px;
}

.page-title-main {
	background-color: #2c58a8;
	text-align: center;
	color: #fff;
	background-image: url("/source/67964eaf422d896e914786a1616fc680/header-title-bg.png");
	background-repeat: no-repeat;
	background-position: 50px center;
	margin-bottom: 50px;
}
.page-title-main .container{
	padding: 60px 0 50px;
	position: relative;	
}

.page-title-main h1 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 0;
}

.pcat_main_content_image {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.pcat_main_content {
	width: 48%;
	display: flex;
}

.pcat_main_img {
	width: 48%;
	text-align: center;
}

.pcat_main_img img {
	margin: auto;
}

.pcat_main_content_inner {
	margin: auto;
	top: 0;
	bottom: 0;
	height: fit-content;
	position: relative;
}

.categoryscroll-text-with-image {
	background-color: #0c2d62;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	margin-bottom: 135px;
}

.cat-scrolling-content-section-main {
	width: 49%;
	max-width: 650px;
	margin: 110px 0;
}

.cat-scroll-image-main {
	width: 48%;
	margin-left: 2%;
	background-size: cover;
	min-height: 200px;
	position: relative;
}

.cat-scrolling-content-section-main h2,
.cat-scrolling-content-section-main p,
.cat-scrolling-content-section-main h3 {
	color: #ebf4fb;
}

.cat-scrolling-content-section-main h3 {
	font-weight: normal;
	font-size: 36px;
	margin-bottom: 25px;
}

.cat-scrolling-content-section-main p {
	line-height: 25px;
	text-align: justify;
}

.cat-scrolling-content-section-main .owl-dot span {
	width: 20px;
	height: 2px;
	background: #2958a3;
	display: block;
	margin-right: 5px;
}

.cat-scrolling-content-section-main .owl-dot.active span {
	background: #ffffff;
}

.csis-phone-sec {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #081235;
	width: 90%;
	max-width: 400px;
	padding: 28px;
	border-top-right-radius: 70px;
}

.csis-phone-sec a {
	color: #ebf4fb;
	text-decoration: none;
	font-size: 32px;
	font-weight: normal;
	background-image: url("/source/2357b412435f0d078d1ec15ab28a8a73/call-cat-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	padding-left: 59px;
}

.csis-phone-sec a small {
	font-size: 16px;
	display: block;
}

.cat-product-sec-main {
	margin-bottom: 135px;
}

.printing-options-cat-main-outer>h2 {
	text-align: center;
}

.printing-opt-cat-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.printing-opt-cat-list ul li {
	display: inline-block;
	background-color: #f0f8ff;
	padding: 20px 25px 18px;
	border-radius: 55px;
	margin: 0 6px 0;
	font-size: 16px;
	color: #666;
	font-weight: 600;
	cursor: pointer;
}

.printing-opt-cat-list ul li:hover,
.printing-opt-cat-list ul li.active {
	background: #2c58a8;
	color: #ffffff;
}

.single-opt-cat-products-main {
	flex-wrap: wrap;
	justify-content: space-around;
	display: none;
}

.single-opt-cat-products-main.active {
	display: flex;
}

.single-product-opt-cat {
	width: calc(25% - 15px );
	margin-bottom: 30px;
}

.single-product-opt-cat .spoc-image {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}

.single-product-opt-cat h3 {
	font-size: 24px;
	font-weight: 600;
	color: #03081a;
	text-align: center;
	width: 100%;
	margin: 0;
}

.printing-opt-products-all-main {
	margin-top: 50px;
	width: 100%;
}

.single-product-image-form-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.single-product-image-gallery {
	width: 48%;
}

.single-product-quote-form {
	width: 48%;
	background: #b2d7ff;
	padding: 30px 25px;
	border-radius: 12px;
}

.single-product-quote-form input, .single-product-quote-form select {
	width: 100%;
	border: none;
	padding:18px 10px 16px;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	border-radius: 5px;
	background: #fff;
}

.single-product-quote-form textarea {
	width: 100%;
	border: none;
	padding: 12px 10px;
	font-weight: 600;
	font-size: 16px;
	color: #ababab;
	border-radius: 5px;
	height: 130px;
	resize: none;
}
.single-product-quote-form .pq.two, .cp-quote-form-main .pq.two {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.single-product-quote-form .pq.two > div, .cp-quote-form-main .pq.two > div {
	width: 49%;
}

.single-product-quote-form input::placeholder,
.single-product-quote-form textarea::placeholder,
.single-product-quote-form input ::placeholder{
	opacity: 1;
	color: #ababab;
}

.single-product-quote-form input:focus,
.single-product-quote-form textarea:focus {
	outline: none;
}

.lwdc-main,
.qnp-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lwdc-main>div {
	width: 24%;
}

.qnp-main>div {
	width: 32%;
}

.submitpq input {
	background: #2c58a8 !important;
	color: #fff !important;
	max-width: 250px;
	margin: auto;
	cursor: pointer;
}

.submitpq,
.submitpq p {
	text-align: center;
	position: relative;
}

.single-product-image-gallery .woocommerce-product-gallery {
	width: 100% !important;
}

.points-short-desc-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-product-points-main,
.single-product-short-desc {
	width: 48%;
}

.single-product-short-desc,
.single-product-short-desc p {
	font-weight: 600;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}

.single-product-points-main ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-product-points-main ul li {
	display: block;
	width: 48%;
	background-image: url("/source/eb13a001bb110bff10a79da11e5605ad/p-point-bg.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 52px;
	height: 60px;
	margin-bottom: 25px;
	padding-top: 10px;
}

.single-product-points-main ul li span {
	display: block;
	background: #ebf4fb;
	height: 100%;
	display: flex;
}

.single-product-points-main ul li label {
	top: 0;
	bottom: 0;
	margin: auto;
	height: fit-content;
	width: 100%;
	padding-left: 15px;
}

.related.products .container.products-main-home-section.cat-product-sec-main {
	width: 100% !Important;
}

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

.product_faq_half_main {
	width: 48%;
}

.reviews-product-main-sec {
	margin-top: 200px;
}

.product-features-full {
	background-color: #081235;
	padding: 35px 0;
	background-image: url("/source/17e3a734f6ddfa9da6f9f5255d99f1b1/pf-bg-image.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.container.pfcontainer-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pf-single-main {
	width: 24%;
	margin: 35px 0;
}

.pf-single-main span {
	display: block;
	height: 130px;
	width: 130px;
	background: #7192cd;
	border-radius: 100px;
	text-align: center;
	line-height: 130px;
	font-size: 40px;
	color: #fff;
	border: 2px dashed #fff;
	font-weight: normal;
	margin: 0 auto 20px;
}

.pf-single-main p {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin: 0;
}

.product-features-main-outer>h2 {
	text-align: center;
}

.product-features-main-outer {
	margin: 125px 0;
}

.pdod-tabs-main ul {
	list-style: none;
	display: inline-block;
}

.pdod-tabs-main ul li {
	display: inline-block;
	margin-right: 40px;
	font-size: 24px;
	color: #a6a6a6;
	font-weight: 600;
	cursor: pointer;
}

.pdod-tabs-main ul li.active {
	color: #000000;
}

.pdod-tabs-main {
	border-bottom: 1px solid #b3b4ba;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.product-details-section {
	display: none;
}

.product-details-section.active {
	display: block;
}

.product-details-section h2 {
	font-size: 24px;
	color: #666666;
	margin-bottom: 14px;
}

.product-details-section h3 {
	font-size: 20px;
	color: #666666;
	margin-bottom: 14px;
}

.product-details-section p {
	line-height: 24px;
}

.spec table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.spec table>tbody>tr:nth-child(2n+1) {
	background-color: #e8f4fe;
}

.spec table tr td {
	padding: 12px;
	line-height: 1.42857143;
	vertical-align: top;
	font-size: 14px;
}

.spec table tr td:first-child {
	font-weight: bold;
}

.product-details-section ul {
	width: 100%;
	padding-left: 15px;
	margin-bottom: 12px;
}

.product-details-section ul li {
	color: #666666;
	margin-bottom: 15px;
}

/* .reviews-product-main-sec {margin-top: 80px;} */
.contact-headings-main {
	text-align: center;
}

.contact-headings-main p {
	margin: 0;
}

.contact-details-pic-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-image-section-main {
	width: 49%;
}

.contact-image-section-main img {
	float: right;
}

.contact-details-main {
	width: 49%;
}

.contact-details-inner-main {
	width: 100%;
	max-width: 650px;
}

.contact-details-single-section-main {
	width: 100%;
	background: #ebf4fb;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 35px;
	padding-left: 85px;
}

.contact-details-single-section-main p {
	font-size: 20px;
	margin-bottom: 6px;
}

.contact-details-single-section-main h5,
.contact-details-single-section-main h5 a {
	font-size: 22px;
	font-weight: normal;
	color: #2c58a8;
	text-decoration: none;
}

.contact-details-single-section-main.phone a {
	font-size: 30px;
}

.contact-details-single-section-main.phone {
	background-image: url("/source/35b902bdbc25572ab7c7b26072d2b15d/cp-phone.png");
	background-repeat: no-repeat;
	background-position: left 25px top 26px;
}

.contact-details-single-section-main.email {
	background-image: url("/source/28b4ac21a3236bd3ad6a99a54e2c5987/cp-email.png");
	background-repeat: no-repeat;
	background-position: left 25px top 26px;
}

.contact-details-single-section-main.address {
	background-image: url("/source/325706374c9f3bb34921181c18f8e5d6/cp-address.png");
	background-repeat: no-repeat;
	background-position: left 25px top 26px;
}

.quote-form-home-product {
	background: #b2d7ff;
	padding: 15px;
	border-radius: 10px;
	max-width: 100%;
	overflow: hidden;
}

.quote-form-home-product>h2 {
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	color: #22457d;
	padding: 0 26px;
}

.quote-form-home-product p {
	margin-bottom: 8px;
}

.quote-form-home-product input {
	width: 100%;
	border: none;
	padding: 0 10px;
	line-height: 50px;
	font-weight: 600;
	font-size: 16px;
	color: #565a5a;
	border-radius: 5px;
}

.quote-form-home-product textarea {
	width: 100%;
	border: none;
	padding: 12px 10px;
	font-weight: 600;
	font-size: 16px;
	color: #565a5a;
	border-radius: 5px;
	height: 130px;
	resize: none;
}

.lwd-main,
.np-main,
.cq-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lwd-main>div {
	width: 32%;
}

.cq-main>div,
.cq-main>div {
	width: 49%;
}

.wpcf7-spinner {
	position: absolute;
	left: 0;
	bottom: 0;
}

.quote-form-home-product input:focus,
.quote-form-home-product textarea:focus {
	outline: none;
}

.quote-text-form-main-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 150px;
}

.cp-quote-text-section {
	width: 48%;
}

.cp-quote-text-section h2 {
	font-size: 30px;
}

.cp-quote-text-section p {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #666666;
}

.cp-quote-text-section ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 65px;
}

.cp-quote-text-section ul li {
	display: block;
	width: 48%;
	color: #03081a;
	font-size: 14px;
	padding: 17px 0px 17px 65px;
	background-color: #ebf4fb;
	margin-bottom: 20px;
	position: relative;
	border-radius: 5px;
	font-weight: 500;
}

.cp-quote-text-section ul li::before {
	content: '';
	position: absolute;
	left: 4px;
	top: -10px;
	background-image: url("/source/aeed6befd97390a4433de389e32ec35e/hf_bullet.png");
	background-repeat: no-repeat;
	width: 58px;
	height: 60px;
}

.cp-quote-form-main {
	width: 48%;
	background-color: #b2d7ff;
	padding: 15px;
	border-radius: 10px;
}

.cp-quote-form-main input, .cp-quote-form-main select {
	width: 100%;
	border: none;
	font-weight: 600;
	padding: 18px 10px 16px;
	font-size: 16px;
	color: #565a5a;
	border-radius: 5px;
	background: #fff;
}

.cp-quote-form-main textarea {
	width: 100%;
	border: none;
	padding: 12px 10px;
	font-weight: 600;
	font-size: 16px;
	color: #565a5a;
	border-radius: 5px;
	height: 130px;
	resize: none;
}

.cp-quote-form-main p {
	margin-bottom: 8px;
}

.cp-quote-section-full {
	position: relative;
}

.cp-quote-section-full::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 48%;
	background: #b2d7ff;
	z-index: -1;
}

/* Mega Menu CSS Updated Start */
.headerfull-section {
	border-bottom: 1px solid #ccc;
}
.mega-tcp-have-icon a {
	padding-left: 30px !important;
}
.mega-tcp-have-icon img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	
	line-height: 45px;
	height: 45px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
	background: #ffffff;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
	padding: 10px 15px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	color: #333333;
	font-size: 14px;
	text-transform: capitalize;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard>a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus {
	background: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-weight: normal !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus {
	background: #2c58a8;
}

/*#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link::before {
	color: #2c58a8;
}*/

/* Mega Menu CSS Updated End */
.container.bfeatureimage {
	margin-bottom: 75px;
}

.single-blog-block-main {
	width: 31%;
	margin-bottom: 100px;
}

.single-blog-block-main .sbimage {
	border-radius: 10px;
	overflow: hidden;
}

.sblog-content-details-section {
	background: #fff;
	width: 95%;
	margin: auto;
	margin-top: -35px;
	z-index: 999;
	position: relative;
	border-radius: 15px;
	padding: 30px 15px;
	box-shadow: 0px 0px 5px 4px rgba(202, 202, 202, 0.75);
	-webkit-box-shadow: 0px 0px 5px 4px rgba(202, 202, 202, 0.75);
	-moz-box-shadow: 0px 0px 5px 4px rgba(202, 202, 202, 0.75);
}

 .blog-date {
	font-size: 16px;
	font-weight: normal;
	color: #03081a;
	background: url("/source/c403e37287723784bad23975f599226c/btime-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 8px 0 6px 41px;
	margin-bottom: 15px;
} 

.sblog-content-details-section h2 {
	color: #03081a;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}
.sblog-content-details-section h2 a{
	color: #03081a;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}

.bcontent-main {
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}

.authorname-image img {
	width: 45px;
	height: 45px;
	border-radius: 100px;
}

.authorname-image span {
	display: block;
	color: #2c58a8;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 45px;
	padding-left: 10px;
}

.authorname-image {
	display: flex;
	flex-wrap: wrap;
}

.single-blog-author-readmore-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 35px;
}

.breadmore-icon a {
	text-decoration: none;
	border: 2px solid #2c58a5;
	width: 45px;
	display: block;
	text-align: center;
	line-height: 41px;
	border-radius: 100%;
	color: #2c58a5;
	font-weight: bold;
	font-size: 19px;
}

.blogs-list-main-div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.blog-details-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog-content-section-main {
	width: 70%;
}

.blog-content-section-main>h1 {
	font-weight: 600;
	font-size: 26px;
	margin-top: 30px;
}

.single-blog-content {
	margin-top: 25px;
}

.single-blog-content h2 {
	font-size: 22px;
	margin-bottom: 8px;
}

.single-blog-content h3 {
	font-size: 20px;
	margin-bottom: 8px;
	color: #03081a;
	font-weight: normal;
}

.single-blog-content p {
	line-height: 24px;
}

.single-blog-content a {
	color: #666;
}

.blog-singe-sidebar {
	width: 28%;
}

.sidebar-single-blog>h2 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 13px;
	margin-bottom: 15px;
}

.sb-date-authro {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.author-sec-sb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.author-sec-sb img {
	border-radius: 100%;
}

.author-sec-sb span {
	padding-left: 8px;
	line-height: 42px;
	color: #2c58a8;
	font-weight: 600;
}

.date-sec-sb {
	color: #2c58a8;
	font-weight: 600;
	font-size: 16px;
	background: url("/source/c403e37287723784bad23975f599226c/btime-icon.png");
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 42px;
}

.sbimage {
	border-radius: 15px;
	overflow: hidden;
}

.sidebar-single-blog {
	padding: 15px;
	border-radius: 20px;
	margin-bottom: 25px;
	box-shadow: 0px 0px 5px 4px rgba(202, 202, 202, 0.75);
	-webkit-box-shadow: 0px 0px 5px 4px rgba(202, 202, 202, 0.75);
	-moz-box-shadow: 0px 0px 5px 4px rgba(202, 202, 202, 0.75);
}

.pd-related-product-main {
	margin-top: 80px;
}

.related.products h2 {
	text-transform: capitalize;
	margin-bottom: 10px;
}
.bg-sidebar-quote h3 {
	background: #03081a;
	color: #fff;
	text-align: center;
	padding: 20px 8px 17px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.bg-sidebar-quote .qb-four, .bg-sidebar-quote .qb.two {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bg-sidebar-quote .qb.two > div {width: 49%;}
.bg-sidebar-quote .qb-four > div{width: 24%;}
.bg-sidebar-quote input, .bg-sidebar-quote select {
	width: 100%;
	border: 1px solid #2c58a8;
	padding: 8px 4px;
	border-radius: 5px;
	font-size: 14px;
	background: #fff;
}
.bg-sidebar-quote input::-webkit-input-placeholder, .bg-sidebar-quote input::-moz-placeholder, .bg-sidebar-quote input::-moz-placeholder,
.bg-sidebar-quote textarea::-webkit-input-placeholder, .bg-sidebar-quote textarea::-moz-placeholder, .bg-sidebar-quote textarea::-moz-placeholder{opacity: 1;}
.bg-sidebar-quote textarea {
	width: 100%;
	border: 1px solid #2c58a8;
	padding: 8px 4px;
	border-radius: 5px;
	background: #fff;
	height: 60px;
	resize: none;
	font-size: 14px;
}
.bg-sidebar-quote p {
	margin-bottom: 10px;
}
.bg-sidebar-quote .qb.submit input {
	background: #2c58a8;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 0 10px 0;
	cursor: pointer;
}
.bg-sidebar-quote {
	margin-bottom: 55px;
}
.blog-singe-sidebar > h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
.single-product-quote-form > h2 {
	text-align: center;
	font-size: 28px;
}
.single-product-image-gallery > h1 {
	font-weight: bold;
	color: #333;
	font-size: 30px;
}
.bredacrumbs-main .woocommerce-breadcrumb, .bredacrumbs-main .woocommerce-breadcrumb a {
	color: #ccc;
	text-decoration: none;
	font-size: 14px;
}
.product-details-section * {
	color: #505050;
}
.cat-bottom-content-section {
	margin-bottom: 75px;
}
.home-content-section ul {
	padding-left: 15px;
	color: #505050;
	margin-bottom: 10px;
}
.home-content-section ul li {
	color: #505050;
	margin-bottom: 7px;
}
.fg-item-inner{background: none !important;border: none !important;box-shadow:none !important;}
.fg-caption {display: none !important;}
.pf_gallery_div {margin-bottom: 80px;}
.home-content-section {margin-bottom: 75px;}

/* Flex design Start */
/*.products-main-home-section.cat-product-sec-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1rem;
}
.products-main-home-section.cat-product-sec-main .single-product-main-sec {
	border: 2px solid #e4e4e4;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
	flex: 0 0 calc((100% - 2rem) / 3);
}*/

.products-main-home-section.cat-product-sec-main {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.products-main-home-section.cat-product-sec-main .single-product-main-sec {
	height: auto;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.products-main-home-section.cat-product-sec-main .single-product-main-sec:nth-child(3n) {
	margin-right: 0;
}
.products-main-home-section.cat-product-sec-main .single-product-image-thumb {
	width: 40%;
}
.products-main-home-section.cat-product-sec-main .single-product-content-sec {
	width: 60%;
}
.products-main-home-section.cat-product-sec-main .single-product-image-thumb img {
	width: 100%;
}
/* Flex design End */

.fg-image-overlay {display: none !Important;}
.cat-bottom-content-section ul {padding-left: 15px;margin-bottom: 20px;}
.cat-bottom-content-section ul li {margin-bottom: 10px;color: #505050;font-weight: normal;font-size: 16px;}
.bredacrumbs-main {position: absolute;bottom: 1em;left: 0;}
.woocommerce .woocommerce-breadcrumb {margin:0 !important;}








@media only screen and (max-width: 767px) {
/* Optional: ensure submenu doesn't get hidden by overflow */
.mega-sub-menu {
  transition: all 0.3s ease;
  display: none;
}

.mega-sub-menu.active {
  display: block !important;
}

	.mega-toggle-blocks-right{
		display:none !important;
	}
	#menuToggle {
  transition: opacity 0.3s ease;
}

	.mega-menu-toggle.hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
	
 .hamburger {
	background-color: white;
        margin-left: 318px;
            display: inline-block;
            width: 20px;
            height: 15px;
            position: relative;
        }

        .hamburger span {
            display: block;
            height: 2px;
            width: 100%;
            background: black;
            margin: 3px 0;
            transition: 0.3s;
        }
.menu-main-section {
    position: relative;
  }


        
        #mega-menu-wrap-primary {
            position: fixed !important;
            top: 0 !important;
            left: -75% !important; 
            width: 75% !important;
            height: 100vh !important;
            background: #222222 !important;
            z-index: 99998 !important; 
            transition: left 0.3s ease-in-out !important;
            box-shadow: 2px 0 10px rgba(0,0,0,0.3) !important;
            overflow-y: auto !important;
        }

        /* Active state - slide in */
        #mega-menu-wrap-primary.active {
            left: 0 !important;
        }

       
        .mega-menu-toggle {
           
            top: 100% !important;
            left: 15px !important;
            margin-top: 15px !important; 
            background: #222222 !important;
            color: white !important;
            border: none !important;
            padding: 12px 15px !important;
            cursor: pointer !important;
            z-index: 99999 !important;
           
            font-size: 18px !important;
            transition: background 0.3s ease !important;
            display: block !important;
            width: 100%;
            height: auto !important;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
        }

        .mega-menu-toggle:hover {
            background: #2c3e50;
        }



 .mega-menu-toggle.active .hamburger span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .mega-menu-toggle.active .hamburger span:nth-child(2) {
            opacity: 0;
        }

        .mega-menu-toggle.active .hamburger span:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -6px);
        }

        /* Menu Items */
        .menu-content {
            padding: 60px 20px 20px;
            color: white;
        }

        .menu-item {
            padding: 15px 0;
            border-bottom: 1px solid #34495e;
            font-size: 16px;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .menu-item:hover {
            color: #3498db;
        }

        .menu-item:last-child {
            border-bottom: none;
        }

        /* Overlay */
        .menu-overlay {
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100vh !important;
            background: rgba(0,0,0,0.5) !important;
            z-index: 99997 !important; /* Below menu and toggle */
            opacity: 0 !important;
            visibility: hidden !important;
            transition: opacity 0.3s ease, visibility 0.3s ease !important;
        }

        .menu-overlay.active {
            opacity: 1 !important;
            visibility: visible !important;
        }



	
	
	
	h2 {
		font-size: 30px;
	}
	.container.cat-bottom-content-section h2 {
		font-size: 22px;
	}

	.home-about-text-sec h1 {
		font-size: 34px;
	}

	.hph-heading-sec {
		width: 100%;
		text-align: center;
	}

	.hph-heading-sec h2 {
		font-size: 30px;
	}

	.hph-button-sec {
		width: 100%;
		text-align: center;
	}

	.hph-button-sec a {
		margin: auto;
		max-width: 250px;
		margin: 12px auto 0;
	}

	/* Product */
	.products-main-home-section {
		display: block;
	}

	.single-product-image-thumb img {
		max-width: 100px;
		object-fit: cover;
		height: auto;
	}

	.single-product-main-sec {
		margin-bottom: 15px;
	}

	/* End Product */
	.home_feature_content_section {
		width: 100%;
	}

	.home_feature_content_section ul li {
		width: 100%;
	}

	.home_feature_image_sec {
		width: 100%;
	}

	.faq-home-main-section {
		width: 100%;
		margin-bottom: 50px;
	}

	.options-home-section {
		width: 100%;
	}

	.options-home-section .accordion_conut {
		left: 8px;
		top: -21px;
	}

	.accordion_title {
		padding-left: 35px;
	}

	.accordion_conut {
		width: 40px;
		height: 40px;
	}

	.paragraph_large {
		font-size: 16px;
	}

	.options-home-section .box_accordion_main .box_accordion:nth-child(2n) .accordion_conut {
		left: unset;
		right: 8px;
	}

	.accordion_conut span {
		font-size: 20px;
	}

	.options-home-section .box_accordion_main .box_accordion:nth-child(2n) .accordion_title {
		padding-right: 42px;
		padding-left: 0;
	}

	.box_accordion_main .box_accordion:nth-child(2n) {
		margin-left: auto;
		padding-right: 0px;
	}

	.box_accordion {
		margin-bottom: 25px;
	}

	.review-home-heading {
		width: 100%;
	}

	.reviews-home-slider-icons-main {
		width: 100%;
	}

	.review-home-icons-main {
		margin: 0;
	}

	.home-products-section-header-bar {
		margin-top: 50px;
	}

	.reviews-home-main-cont {
		padding: 25px 0 25px;
	}

	.reviews-home-slider-main .owl-nav button {
		width: 35px;
		height: 35px;
	}

	.reviews-home-slider-main .owl-nav span {
		font-size: 30px;
	}

	.footer-social-single {
		width: 50%;
	}

	.footer-left-sec {
		width: 100%;
		padding: 50px 0 50px;
	}

	.fwithlogo.footer-single-sec {
		width: 100%;
		padding-right: 0px;
	}

	.footer-single-sec {
		width: 100%;
	}

	.footer-quote-section {
		width: 100%;
		padding: 50px 15px 50px;
	}

	.copyright-text,
	.fcards-image {
		width: 100%;
		text-align: center;
	}

	.fcards-image {
		justify-content: center;
	}

	.single-product-image-gallery {
		width: 100%;
		margin-bottom: 50px;
	}

	.single-product-quote-form {
		width: 100%;
		padding: 22px 10px;
	}

	.single-product-quote-form input {
		font-weight: normal;
		font-size: 14px;
	}
	.artwork.product-details-section p, .order_process.product-details-section p, .details.product-details-section p {
		text-align: justify;
	}
	.products-main-home-section.cat-product-sec-main {
		margin-bottom: 50px !important;
	}

	.single-product-quote-form p {
		margin-bottom: 12px;
	}

	.single-product-points-main,
	.single-product-short-desc {
		width: 100%;
	}

	.single-product-image-form-main {
		margin-bottom: 45px;
	}

	.single-product-points-main ul li {
		padding-left: 35px;
		height: 41px;
		margin-bottom: 15px;
		padding-top: 6px;
		background-size: 38px;
	}

	.single-product-points-main ul li label {
		font-size: 12px;
	}

	.product-features-main-outer {
		margin: 45px 0;
	}

	.pf-single-main {
		width: 48%;
		margin: 20px 0;
	}

	.pdod-tabs-main ul li {
		margin-right: 0px;
		width: 100%;
		margin-top: 8px;
	}

	.product_faq_half_main {
		width: 100%;
	}

	.pcat_main_content {
		width: 100%;
	}

	.pcat_main_img {
		width: 100%;
	}

	.cat-scrolling-content-section-main {
		width: 90%;
		max-width: 100%;
		margin: auto;
		margin-top: 35px;
	}

	.cat-scroll-image-main {
		width: 100%;
		margin-left: 0%;
		min-height: 300px;
		margin-top: 50px;
	}

	.categoryscroll-text-with-image {
		margin-bottom: 45px;
	}

	.printing-opt-cat-list ul li {
		padding: 15px 16px 14px;
		font-size: 14px;
		margin-bottom: 7px;
	}

	.single-product-opt-cat {
		width: calc(50% - 20px);
	}

	.single-product-opt-cat .spoc-image {
		border-radius: 10px;
		margin-bottom: 10px;
	}

	.single-product-opt-cat h3 {
		font-size: 18px;
		font-weight: 400;
	}

	.cp-quote-text-section {
		width: 100%;
		margin-bottom: 25px;
	}

	.cp-quote-form-main {
		width: 100%;
	}

	.cp-quote-section-full::after {
		display: none;
	}

	.cp-quote-text-section ul li {
		width: 100%;
	}

	.cp-quote-text-section ul {
		margin-top: 30px;
	}

	.cp-quote-text-section p {
		font-size: 14px;
		font-weight: normal;
		line-height: 19px;
	}

	.cp-quote-text-section h2 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.contact-image-section-main {
		width: 100%;
	}

	.contact-details-main {
		width: 100%;
		margin-top: 20px;
	}

	.contact-details-single-section-main p {
		font-size: 16px;
		margin-bottom: 3px;
	}

	.contact-details-single-section-main h5,
	.contact-details-single-section-main h5 a {
		font-size: 16px;
	}

	.contact-details-single-section-main.phone a {
		font-size: 22px;
	}

	.contact-details-pic-main {
		max-width: 95%;
		margin: auto;
	}

	.quote-text-form-main-section {
		margin-bottom: 50px;
	}

	.contact-details-single-section-main {
		margin-bottom: 15px;
		padding: 25px;
		background-position: left 25px top 17px !important;
		padding-left: 85px;
	}
	
	/* Header Section Start */
	.contact-quotebtn-section {flex-wrap: wrap;margin-top: 20px;}
	.header-search-section-main {width: 100%;}
	.header-quote-form-btn {width: 100%;text-align: center;padding-top: 10px;}
	.header-quote-form-btn a {margin: 0;max-width: 150px;margin: auto;}
	
	/* Header Section End */
	
}

@media only screen and (max-width: 1000px) {
	.products-main-home-section.cat-product-sec-main .single-product-main-sec {width: 49%;margin-right: 2%;margin-bottom: 20px;}
	.products-main-home-section.cat-product-sec-main .single-product-main-sec:nth-child(3n) {margin-right: auto;}
	.products-main-home-section.cat-product-sec-main .single-product-main-sec:nth-child(2n) {margin-right: 0;}
	.products-main-home-section.cat-product-sec-main .single-product-image-thumb img {width: 100%;max-width: 600px;}
	
}

@media only screen and (max-width: 600px) {
	.products-main-home-section.cat-product-sec-main .single-product-main-sec {width: 100%;margin-right: 0%;margin-bottom: 20px;}
	.products-main-home-section.cat-product-sec-main .single-product-image-thumb img {width: 100%;max-width: 290px;}
	
}



.sblog-content-details-section .set{
	height:180px;
	width:100%;
}




@media (max-width: 1024px) {
    .single-blog-block-main {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .single-blog-block-main {
        width: 100%;
    }

    .blogs-list-main-div {
        gap: 15px;
    }

    h2 {
        font-size: 18px;
    }

    .bcontent-main {
        font-size: 14px;
    }

    .breadmore-icon a {
        font-size: 20px;
    }

    .authorname-image {
        display: flex;
        align-items: center;
    }

    .authorname-image img {
        width: 32px;
        height: 32px;
    }
}