/*
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 url('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 url('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;
}



.single-opt-cat-products-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 550px;
    margin-bottom: 40px;
}

.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 {
   border: 1px dashed #c4161c;
    /* color: #000; */
    background-color: white;
    font-size: 18px;
    font-style: normal;
    padding: 15px 15px 13px;
	text-decoration: none;
	color: black;
}

.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;
}



@media (max-width: 768px) {
  .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-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: #0166e5;
    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;
}

.maim-menu-bg{
	background-color: #e3effd;
	padding: 5px 0;

}




/* 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(images/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;
	text-align: center;
}

.hph-heading-sec {
    margin: 0 auto !important;
}

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

.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 {
	padding: 0 25px;
}

.single-product-content-sec p {
	line-height: 20px;
	font-size: 14px;
	color: 969696;
}

.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(images/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: 100%;
}

.faq-home-main-section h2 , .faq-home-main-section p {
	text-align: center;
}


.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: 6px;
	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(images/home-reviews-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 100px;
}

.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(images/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(images/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: 24%;
	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: #ebf4fb;
	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(images/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(images/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(images/cp-phone.png);
	background-repeat: no-repeat;
	background-position: left 25px top 26px;
}

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

.contact-details-single-section-main.address {
	background-image: url(images/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: #ababab;
	border-radius: 5px;
}

.quote-form-home-product textarea {
	width: 100%;
	border: none;
	padding: 12px 10px;
	font-weight: 600;
	font-size: 16px;
	color: #ababab;
	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(images/hf_bullet.png);
	background-repeat: no-repeat;
	width: 58px;
	height: 60px;
}

.cp-quote-form-main {
	width: 48%;
	background-color: #ebf4fb;
	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: #ababab;
	border-radius: 5px;
	background: #fff;
}

.cp-quote-form-main textarea {
	width: 100%;
	border: none;
	padding: 12px 10px;
	font-weight: 600;
	font-size: 16px;
	color: #ababab;
	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: #ebf4fb;
	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: #0166e5;
}

/*#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(images/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;
}

.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(images/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: 400;
	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: 0px;left: 0;}









@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 {
		line-height: 43px;
		font-weight: normal;
		font-size: 14px;
	}

	.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: 46%;
	}

	.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;}
	
}


.custom-slider {
  overflow: hidden;
  width: 100%;
  background: #f9f9f9;
  padding: 20px 0;
  position: relative;
}

.slider-track {
  display: flex;
  gap: clamp(20px, 5vw, 40px);
  animation: marqueeScroll 15s linear infinite; /* SPEED INCREASED HERE */
  will-change: transform;
}

.slide {
  flex: 0 0 auto;
  width: clamp(120px, 18vw, 200px); /* Responsive width */
  text-align: center;
}

.slide img {
    max-width: 100%;
    margin: 10px auto;
}

.custom-slider:hover .slider-track {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } 
}





/* product design */


.products-main-home-section1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 30px 0;
}

.custom-product-card {
    position: relative;
    flex: 1 1 calc(25% - 20px); /* 4 per row on desktop */
    max-width:100%;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background-color: #fff;
    transition: transform 0.3s ease;
}

.custom-product-card:hover {
    transform: translateY(-5px);
}

.product-image-link img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin: 10px auto;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.customize-now-button {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.customize-now-button:hover {
    background-color: #444;
}

/* Tablet: 2 per row */
@media (max-width: 1024px) {
    .custom-product-card {
        flex: 1 1 calc(45% - 20px);
    }
}

/* Mobile: 1 per row */
@media (max-width: 600px) {
    .custom-product-card {
        flex: 1 1 100%;
        max-width: 90%;
    }
}



/* section 3 */


.finishing-options-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px 15px;
}

.finishing-option {
  flex: 1 1 calc(25% - 20px);
  max-width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.finishing-option:hover {
  transform: translateY(-5px);
}

.finishing-option img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #eee;
}

.finishing-option h3 {
  font-size: 18px;
  margin: 15px 0 5px;
  font-weight: 700;
}

.finishing-option p {
  font-size: 14px;
  padding: 0 15px 20px;
  color: #444;
}

/* Tablet (2 per row) */
@media (max-width: 992px) {
  .finishing-option {
    flex: 1 1 calc(50% - 20px);
  }
}

/* Mobile (1 per row) */
@media (max-width: 600px) {
  .finishing-option {
    flex: 1 1 100%;
  }
}


div#wpcf7-f130-o1 .hide {
    display: none;
}


.container1 {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 20px auto;
}

/* Shared styles for both columns */
.how-to-order,
.single-product-quote-form {
  flex: 1;
  padding: 10px;
  min-width: 300px;
  box-sizing: border-box;
}

.how-to-order {
  border-right: 1px solid #eee;
  position: relative;
}

.how-to-order h2,
.single-product-quote-form h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

/* Timeline step styling */
.step {
  position: relative;
  padding-left: 50px;
  margin-bottom: 40px;
}

.step-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: black;
  color: white;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-text {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

/* 📱 Responsive Styling */
@media screen and (max-width: 992px) {
  .container1 {
    flex-direction: column;
  }

  .how-to-order {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .how-to-order,
  .single-product-quote-form {
    padding: 30px 10px;

  }

  .how-to-order h2,
  .single-product-quote-form h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .step {
    margin-bottom: 30px;
  }
}





/* chose us */

 .why-choose-us {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 40px;
    }

    .left-content {
      flex: 1;
    }

    .left-content h2 {
      font-size: 36px;
      color: #0d1a26;
      margin-bottom: 10px;
    }

    .left-content p.subtitle {
      color: #7c848e;
      font-size: 14px;
      margin-bottom: 40px;
      letter-spacing: 0.5px;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px 20px;
    }

    .feature-item {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .feature-item img {
      width: 40px;
      height: 40px;
    }

    .feature-item h4 {
      font-size: 16px;
      color: #0d1a26;
      font-weight: bold;
    }

    .feature-item p {
      font-size: 14px;
      color: #555;
      line-height: 1.4;
    }

    .right-image {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .right-image img {
      max-width: 100%;
      height: auto;
      border-radius: 12px;
    }

    @media (max-width: 1024px) {
      .why-choose-us {
        flex-direction: column;
      }

      .features-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .features-grid {
        grid-template-columns: 1fr;
      }
    }


	/* testimonials */


	


	
    .testimonial-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 40px;
    }

    .testimonial-left {
      flex: 1;
      min-width: 320px;
    }

    .testimonial-left h2 {
      font-size: 32px;
      color: #222;
      margin-bottom: 10px;
    }

    .testimonial-left .subtitle {
      font-size: 14px;
      color: #7c848e;
      margin-bottom: 30px;
    }

    .testimonial-slider {
      position: relative;
    }

    .testimonial {
      display: none;
      background: #fff;
      border-left: 6px solid #ffc107;
      padding: 20px;
      border-radius: 6px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .testimonial.active {
      display: block;
    }

    .quote-icon {
      font-size: 60px;
      color: #ffc107;
      margin-bottom: 10px;
    }

    .testimonial-user {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
    }

    .testimonial-user-icon {
      background: #ffc107;
      color: #000;
      font-weight: bold;
      font-size: 16px;
      padding: 12px 16px;
      border-radius: 6px;
      margin-right: 12px;
    }

    .testimonial-user-details h4 {
      margin: 0;
      font-size: 16px;
    }

    .testimonial-user-details span {
      font-size: 13px;
      color: #666;
    }

    .testimonial-text {
      font-size: 14px;
      margin-bottom: 10px;
    }

    .stars {
      color: #ffc107;
      font-size: 16px;
    }

    .slider-buttons {
      margin-top: 15px;
    }

    .slider-buttons button {
      background: #ffc107;
      border: none;
      color: #000;
      padding: 8px 14px;
      margin-right: 10px;
      cursor: pointer;
      font-weight: bold;
      border-radius: 4px;
    }

    .testimonial-right {
      flex: 1;
      min-width: 280px;
      text-align: center;
    }

    .testimonial-right img.main-client {
      width: 100%;
      max-width: 400px;
      border-radius: 50%;
      object-fit: cover;
    }

    .rating-logos {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
      flex-wrap: wrap;
    }

    .rating-logos img {
      height: 24px;
    }




    @media (max-width: 768px) {
      .testimonial-section {
        flex-direction: column;
      }
    }




	/* footer */


/* Header Styles */
.header-footer {
    background: linear-gradient(135deg, #00bfff 0%, #1e90ff 100%);
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo Section */
.logo-section {
    flex: 1;
}

.logo-placeholder {
    width: 200px;
    height: 60px;
   
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
    text-align: center;
    position: relative;
}



.logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Trustpilot Section */
/* .trustpilot-section {
    flex: 1;
    display: flex;
    justify-content: center;
} */

/* .trustpilot-badge {
    display: flex;
    align-items: center;
    gap: 8px;
} */



/* .trustpilot-logo {
    height: auto;
    max-width: 80%;
} */


/* Social Media Section */
.social-media {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.social-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-icon.facebook {
    background: #000;
}

.social-icon.twitter {
    background: #000;
}

.social-icon.instagram {
	 background: #000;
}

.social-icon.linkedin {
    background: #000;
}

.social-icon.pinterest {
     background: #000;;
}

.social-icon.youtube {
    background: #000;
}

.social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Footer Styles */
.footer {
    color: white;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.footer-container {
   
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 300px;
    gap: 40px;
    position: relative;
}

.footer-section h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

/* Contact Info Section */
.contact-info .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.4;
}

.contact-info .contact-item .contact-icon {
    margin-right: 10px;
    margin-top: 2px;
    color: #000;
    min-width: 16px;
    flex-shrink: 0;
}

.contact-info .contact-item span {
    color: #000;
}

/* Custom Packaging and Company Sections */
.custom-packaging ul,
.company ul {
    list-style: none;
}

.custom-packaging ul li,
.company ul li {
    margin-bottom: 12px;
}

.custom-packaging ul li a,
.company ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s ease;
    position: relative;
}

.custom-packaging ul li a:hover,
.company ul li a:hover {
    opacity: 0.8;
}

.custom-packaging ul li a::before,
.company ul li a::before {
    content: '▶';
    margin-right: 8px;
    font-size: 10px;
    color: #000;
}

/* Right Side Elements */
.footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
    gap: 30px;
}



.free-shipping {
    width: 250px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.free-shipping img {
    width: 100%;
    height: auto;
    max-width: 250px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .header-container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .logo-section,
    .trustpilot-section,
    .social-media {
        justify-content: center;
    }
    
    .footer-container {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
    
    .footer-right {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 0 15px;
    }
    
    .social-media {
        gap: 8px;
    }
    
    .social-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: left;
    }
    
    .footer-right {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-info .contact-item {
        font-size: 13px;
    }
    
    .google-play-badge,
    .free-shipping {
        width: 200px;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 10px 0;
    }
    
    .logo-placeholder {
       width: 250px;
        height: 70px;
        justify-content: center;
    }
    
    .trustpilot-badge {
        padding: 6px 12px;
    }
    
    
    
    .footer {
        padding: 30px 0;
    }
    
    .footer-container {
        padding: 0 15px;
    }
    
    .footer-section h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .contact-info .contact-item {
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .custom-packaging ul li a,
    .company ul li a {
        font-size: 13px;
    }
}


/* Quote Form Container */
/* Quote Form Container */
.quote-form-container {
    max-width: 100%;
    margin: 0 auto;
    background: #f8f9fa;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

/* Form Header with Tabs */
.form-header {
    display: flex;
    background: #000;
    border-radius: 20px 20px 0 0;
}

.form-header .tab {
    flex: 1;
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-header .tab.active {
    background: #000;
    border-radius: 20px 0 0 0;
}

.form-header .tab:last-child {
    background: #e9ecef;
    color: #6c757d;
    border-radius: 0 20px 0 0;
}

/* Form Content */
.form-content {
    padding: 30px;
}

/* Form Rows - Different layouts for each row */
.form-row-h {
    display: grid;
    gap: 15px;
    margin-bottom: 20px;
}

/* Row 1: 4 columns */
.form-row-h.four-columns {
    grid-template-columns: repeat(4, 1fr);
}

/* Row 2: 3 columns */
.form-row-h.three-columns {
    grid-template-columns: repeat(3, 1fr);
}

/* Row 3 & 4: 2 columns */
.form-row-h.two-columns {
    grid-template-columns: repeat(2, 1fr);
}

/* Row 5 & 6: Full width */
.form-row-h.full-width {
    grid-template-columns: 1fr;
}

/* Form Inputs */
.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
    color: #6c757d;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    color: #333;
}

.form-input::placeholder {
    color: #adb5bd;
    font-weight: 400;
}

/* Textarea */
.form-textarea {
    min-height: 120px;
    resize: vertical;
    font-family: Arial, sans-serif;
}

/* Submit Button */
.submit-btn {
    width: 100%;
    padding: 15px 30px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-btn:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .quote-form-container {
        border-radius: 15px;
    }
    
    .form-header .tab {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .form-content {
        padding: 20px;
    }
    
    /* Mobile: Stack all rows to 2 columns max */
    .form-row-h.four-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .form-row-h.three-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .form-row-h.two-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .form-input,
    .form-select,
    .form-textarea {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .submit-btn {
        padding: 12px 25px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    /* Mobile: Stack everything to single column */
    .form-row-h.four-columns,
    .form-row-h.three-columns,
    .form-row-h.two-columns {
        grid-template-columns: 1fr;
    }
    
    .form-header .tab {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .form-content {
        padding: 15px;
    }
    
    .form-input,
    .form-select,
    .form-textarea {
        padding: 8px 10px;
        font-size: 12px;
    }
}

/* Contact Form 7 Specific Overrides */
.wpcf7-form {
    margin: 0;
}

.wpcf7-form p {
    margin: 0;
}

.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

.wpcf7-validation-errors {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    color: #721c24;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.wpcf7-mail-sent-ok {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    color: #155724;
    padding: 10px 15px;
    margin-bottom: 20px;
}

/* Loading State */
.wpcf7-form.submitting .submit-btn {
    opacity: 0.7;
    cursor: not-allowed;
}

.wpcf7-form.submitting .submit-btn:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

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


/* catagory form */



.custom-form-wrapper {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #eaf7ff; /* match your background */
  padding: 10px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.four-cols > * { flex: 1 1 calc(25% - 15px); }
.two-cols > * { flex: 1 1 calc(50% - 15px); }
.three-cols > * { flex: 1 1 calc(33.33% - 15px); }

/* Input, Select, Textarea */
.custom-form-wrapper input[type="text"],
.custom-form-wrapper input[type="email"],
.custom-form-wrapper input[type="tel"],
.custom-form-wrapper textarea,
.custom-form-wrapper select {
  width: 100%;
  padding: 14px;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background: #fff;
  transition: border-color 0.3s;
}

.custom-form-wrapper input:focus,
.custom-form-wrapper select:focus,
.custom-form-wrapper textarea:focus {
  border-color: #3db4ff;
  outline: none;
}

/* Select field arrow and look fix */
.custom-form-wrapper select {
 
  border: 1.5px solid #ccc !important; /* Match input border */
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23000' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
   padding: 14px 3em 14px 19px !important;
}

/* Custom Checkboxes */
.check-row {
  display: flex;
  flex-wrap: nowrap; /* One row */
  gap: 10px;
  align-items: center;
  font-size: 12px;
}

.check-row label {
  display: flex !important;
  align-items: center !important;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}

.check-row input[type="checkbox"] {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1.5px solid #000;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.check-row input[type="checkbox"] {
    appearance: none;
    border: 1.5px solid #000;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    width: 5px;
    height: 5px;
    padding: 10px;
}

.check-row input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #000;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

/* Textarea */
textarea {
  resize: vertical;
  min-height: 100px;
}


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

/* Submit Button */
input[type="submit"] {
  background: #fca85c;
  border: none;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 28px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
}



input[type="submit"]:hover {
  background: #fa9233;
}

/* Responsive */
@media (max-width: 768px) {
  .four-cols > *,
  .two-cols > *,
  .three-cols > * {
    flex: 1 1 100%;
  }
}



/* product form */


.cf7-grid {
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

.cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.cf7-row > * {
  flex: 1;
  min-width: 45%;
}

.cf7-row:nth-child(1) > * {
  min-width: 30%;
}

.cf7-checkboxes {
  flex-wrap: wrap;
  gap: 10px;
}

.cf7-checkboxes label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  white-space: nowrap;
}

.cf7-grid input[type="text"],
.cf7-grid input[type="email"],
.cf7-grid input[type="tel"],
.cf7-grid select,
textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

textarea {
  height: 100px;
  resize: vertical;
}

input[type="file"] {
  padding: 15px;
  border: 2px dashed #ccc;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
}

input[type="submit"] {
  background: #222;
  color: #fff;
  padding: 14px 25px;
  border: none;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  border-radius: 6px;
  transition: background 0.3s ease;
}

input[type="submit"]:hover {
  background: #444;
}



.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
    content: " ";
    display: none;
}

.catagory-img {
    border-right: 1px solid #eee;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	width: 50%;
}


