 /*
Theme Name: Deal Custom Boxes
Theme URI: http://customboxesdeals.com
Author: Shair Ali
Author URI: http://customboxesdeals.com
Description: Deal Custom Boxes 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: customboxesdeals.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;
}

html , body {
	margin: 0 !important;
	padding: 0 !important;
	
}
html {
	scroll-behavior: smooth;
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
img {
	display: block;
	max-width: 100%;
}

h1 {font-weight: bold;}

h2 {
	color: #ff4e00;
	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: #ff5722;
    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;
  }
  

  @media (min-width: 800px) {

	.logo {
    width: 12%;
}

  .logo img {
    height: auto;
    max-width: 100%;
  }

  }

 


  
  .search-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 600px;
    position: relative;
   padding: 10px 0;
  }
  
  .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 {
        height: auto;
        max-width: 65%;
    }


  .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: 17px;
	text-decoration: none;
}



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

.home-about-text-sec {
  margin: 40px 0;

}

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

.home-about-text-sec p {
	font-size: 18px;
	text-align: center;
	width: 60%;
	color: #666666;
	margin: auto;
}

.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: 17px;
	text-align: center;
	color: #666;
}

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

.hph-heading-sec h2 {
	color: #FF5722;
	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;
}

@media (max-width:780px){
	.faq-options-main-sec {
	
	margin-bottom: 10px;
}
}


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

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





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





svg {
	vertical-align: middle;
}





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



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

.how-to-order, .single-product-quote-form {
    width: 60% !important;
}




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

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

.single-product-quote-form {
	width: 48%;
    padding: 20px;
    border-radius: 6px;
}

.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: #979797;
	border-radius: 5px;
}
.wpcf7-submit{
	background: #ff4d29;
	color:#ffffff !important;
}
.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;
}



.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: #fff;
    background-color: #FF5722;
    padding: 5px 25px;
    font-size: 18px;
}

.pdod-tabs-main {
	border-bottom: 1px solid #b3b4ba;
	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: #fff6ed;
}

input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

.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: 40px;
	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: #FF5722;
}



/*#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;
	margin-top:50px
}
@media (max-width:768px){
/* 	margin-top:30px */

}

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

@media (max-width:768px){
	.pd-related-product-main {
	margin-top: 40px;
	margin-bottom:20px;
}
	.faq-product-main-section {
    margin: 0 0 20px 0;
}
}

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

.faq-product-main-section {
    margin: 0 0 50px 0;
}


.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: #ff4e00 ;
	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: 40px;
	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: 40px;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;
	}


	@media only screen and (max-width: 767px) {
    .single-product-image-gallery {
        width: 100%;
        margin-bottom: 0 !important;
    }
}
	

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

/* ctgory design */

.category-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	
}


.category-card {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: inset 0px 0px 4px 0px #ff4d29;
	transition: transform 0.3s ease;
	cursor: pointer;
	height: auto; 
	display: flex;
	flex-direction: column;
	justify-content: center;
  padding: 20px;
}

.category-card img {
	height: auto;
	object-fit: cover;
	width: 100%;
	border-radius: 15px;
	transition: transform 0.3s ease;
}




/* Overlay that covers the full card */
.card-overlay {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	transition: top 0.4s ease;
	z-index: 2;
}

/* Slide overlay upward on hover */
.category-card:hover .card-overlay {
	top: 0;
}

 .category-card:hover  .card-title{
	display: none;
}

/* Optional: zoom image slightly on hover */
.category-card:hover img {
	transform: scale(1.05);
}

/* Overlay title */
.overlay-title {
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}

/* Button styling */
.customize-btn {
	background-color: #fff;
	color: #000;
	padding: 12px 28px;
	border-radius: 50px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.customize-btn:hover {
	background-color: #ff4d29;
	color: #fff;
}

.card-title  {
	font-size: 1.1rem;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin: 15px 0 0 0;
	position: relative;
	z-index: 1;
}


/* Remove extra elements if still in your markup */
.category-title,
.category-description,
.category-learn-more {
	display: none !important;
}

/* Responsive */
/* @media (max-width: 768px) {
	.category-grid-wrapper {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
	
	
} */

@media (max-width: 768px) {
  .category-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* exactly 2 cards */
    gap: 20px; /* optional spacing */
  }
	.overlay-title {
    font-size: 18px;
   
}
	.customize-btn {
    background-color: #fff;
    color: #000;
    padding: 8px 10px 6px 10px;
    border-radius: 7px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    line-height: 17px;
}
		
}
@media (max-width: 450px) {
	.testimonial-right {
   display:none !important;
}

}




/* 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;
    overflow: hidden;
    margin: 50px auto;
    padding: 50px 0;
}

/* 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: 40px;
    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: #ff4e00 ;
      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 #ff4e00;
      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: #ff4e00;
      margin-bottom: 10px;
    }

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

    .testimonial-user-icon {
      background: #ff4e00;
      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: #ff4e00;
      font-size: 16px;
    }

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

    .slider-buttons button {
      background: #ff4e00;
      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 */


.custom-footer {
    background-color: #fff6ed;
    padding: 60px 0 40px 0;
    margin-top: 0px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    align-items: start;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

/* Logo and About Section */
.footer-about {
    padding-right: 20px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo-img {
    max-width: 200px;
    height: auto;
}

.footer-heading {
    color: #ff4e00;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}

.footer-text {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.social-media-section {
    margin-top: 20px;
}

.social-heading {
    color: #ff4e00;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.social-img {
    display: flex;
    justify-content: center;
}

.social-img  img {
    display: block;
    max-width: 65%;
}

.social-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.social-link:hover {
    transform: scale(1.1);
}

.social-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
}

/* Navigation and Categories */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.footer-links a:hover {
    color: #ff4e00;
}

.footer-links a::before {
    content: "●";
    color: #ff4e00;
    font-size: 8px;
    margin-right: 8px;
    vertical-align: middle;
}

/* Newsletter Section */
.newsletter-subtitle {
    color: #333;
    font-size: 14px;
    margin-bottom: 20px;
    font-style: italic;
}

.newsletter-form {
    max-width: 300px;
}

/* Contact Form 7 Styling */
.newsletter-form .wpcf7-form {
    display: flex;
    align-items: center;
    background: white;
    border: 2px solid #ff4e00;
    border-radius: 25px;
    overflow: hidden;
    padding: 3px;
}

.newsletter-form .wpcf7-form-control-wrap {
    flex: 1;
}

.newsletter-form input[type="email"] {
    width: 100%;
    border: none;
    outline: none;
    padding: 12px 15px;
    font-size: 14px;
    background: transparent;
    color: #333;
}

.newsletter-form input[type="email"]::placeholder {
    color: #999;
    font-size: 13px;
}

input[type="submit"] {
	 cursor: pointer;
}

/* .newsletter-form input[type="submit"] {
    background: #ff4e00;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s ease;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .newsletter-form input[type="submit"]:hover {
    background: #e63d00;
} */

/* Add arrow icon to submit button */
/* .newsletter-form input[type="submit"]::after {
    content: "→";
    font-size: 16px;
    margin-left: 5px;
} */

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .footer-about {
        grid-column: 1 / -1;
        text-align: center;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .footer-content {
       grid-template-rows: none;
        gap: 25px;
    }
    
    .custom-footer {
        padding: 40px 0 30px 0;
    }
    
    .footer-about {
        text-align: center;
    }
    
    .social-icons {
        justify-content: left;
		margin: 5px auto 0 auto;
    }
    
    .newsletter-form {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .newsletter-form .wpcf7-form {
        flex-direction: column;
        border-radius: 15px;
        padding: 10px;
    }
	
	 .contact-info  {
		display:none !important;
	}
	.quote-form {
        margin: 0 !important ;
    }
    
	 .footer-content {
       grid-template-rows: none;
        gap: 0px;
    }
	
	  .footer-categories {
        margin: 0 0 0 -35px;
     }
	
    .newsletter-form input[type="email"] {
        margin-bottom: 10px;
        border-radius: 10px;
        border: 1px solid #ddd;
        padding: 10px;
    }
    
/*     .newsletter-form input[type="submit"] {
        width: 100%;
        border-radius: 10px;
    } */
    
    .social-icons {
        flex-wrap: wrap;
        gap: 8px;
    }
	
	.finishing-option {
    max-width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: unset;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 0 0 25px 0;
}
}

/* Remove Contact Form 7 default styling */
.wpcf7-form p {
    margin: 0;
}

.wpcf7-response-output {
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
}




.ordering-process {
  padding: 60px 20px;
  background: #fff8f1;
  text-align: center;
	margin-top:50px;
}



.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 15px;
  color: #6e6e6e;
  margin-bottom: 40px;
}

.section-subtitle span {
  font-weight: bold;
  color: #FF5722;
}

.process-steps {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fbe7d3;
  border-radius: 16px;
  padding: 20px;
  max-width: 240px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.process-step:hover {
  transform: translateY(-5px);
  background: #ef5b24;
}
.process-step:hover img{
  filter: brightness(0) invert(1);
}
.process-step:hover h3{
	color:#ffffff;
}
.process-step:hover p{
	color:#ffffff;
}

.process-step img {
  height: 45px;
  margin-bottom: 10px;
  object-fit:none;
}

.process-step h3 {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.process-step p {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .process-steps {
    justify-content: center;
  }

  .process-step {
    max-width: 100%;
    flex: 1 1 100%;
  }
}





/* 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: #000;
    color: #fff;
    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;
  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;
}


@media (max-width:1000px){
	.cf7-row {
  display: flex;
 flex-direction:column;
}
}
@media (max-width:950px){
	.quote-features p {
    font-size: 12px !important;
		line-height:18px;
}

	.quote-features .feature-box {
    display: flex;
    align-items: center;
    border-right: 1px solid #007fad;
    justify-content: center;
    gap: 10px;
}
	
	
}

.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 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 40%;
    padding: 10px 0;
}

.quote-form-0 {
    background-color: #fff6ed;
}


@media screen and (min-width: 801px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000;
	background: #fff;
  }

}



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	background: #fff;
    color: #FF5722;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}



.contactnumber-sec  {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.contactnumber-sec2 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.hedrimg > img {
    display: block;
    max-width: 80%;
}

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

.Header-Bar-bg , .Header-Bar-bg p{
	background: #FF5722;
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 5px 0;
	font-weight: 400;
	margin-bottom:unset;
 }

button#menuToggle {
    display: none;
}

/* Hide search by default */
.search-wrapper.hidden {
  display: none;
}

/* Style search toggle button */
.menu-search-toggle {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.menu-search-toggle button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.menu-search-toggle svg {
  width: 24px;
  height: 24px;
  stroke: #000;
  transition: stroke 0.3s ease;
}

/* Optional: Only show on desktop */
/* @media screen and (max-width: 800px) {
  .menu-search-toggle {
    display: none;
  }
} */


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background:#FF5722;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
@media only screen and (max-width: 767px) {
    
.hamburger {
    background-color: white;
    width: 20px;
    height: 15px;
    position: relative;
    margin: 0 0 0 auto ;
  display: inherit;
}

.contactnumber-sec2{
	display: none !important;
}

.Header-Bar-bg, .Header-Bar-bg h1 {
    margin: 0 0 -10px 0;
}

.top-search-bar{
        flex-direction: row;
        align-items: stretch;
        padding: 10px;
        gap: 15px;
    }
}


@media (min-width: 769px) {
    .mega-menu-item-has-children:hover > .mega-sub-menu {
        display: block !important;
    }
}

/* custom bnner */

.imgsetting {
 width: 55%;
}

  .imgsetting > img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .btn {
  background: #ff4d29;
  color: #fff;
  border: none;
  padding: 13px 16px 12px 16px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

  
.slider-bg {
    background-color: #ffefdd;
    overflow: hidden;
	padding: 50px 0px;
	border-radius:0 0 150px 0;
}

.slider-overflow {
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.slider-bg .slide {
  flex: 0 0 100%;
  display: flex;
  box-sizing: border-box;
  padding: 22px 0;
  width: 100%;
}

.slide-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
}

.slide-content h1 span:first-of-type {
  color: #bcdbf3;
  font-size: 40px;
}

.slide-content h1 span:last-of-type {
  color: #2c58a8;
  font-size: 40px;
}

.slide-content h1 {
  font-size: 40px;
  color: #FF5722;
  font-weight: 700;
  padding: 5px 0;
  text-align: left;
	line-height:50px;
}

.slide-content p {
  font-size: 18px;
  margin: 0 0 20px 0;
   color: #333;
   text-align: left;
}

.slide-content .btn {
  align-self: start;
  margin: 0;
}

.holo {
    margin: 34px 0 0 0;
}

/* 2ns responisve */
@media (max-width: 1024px) {
  .slider-bg .slide {
    flex-direction: column; /* Stack content vertically */
    align-items: center;
    text-align: center;
    padding: 30px 15px;
	gap: 20px;
  }

  .slide-content {
    width: 100%;
    align-items: center; /* Center text content */
  }

  .slide-content h1 {
    font-size: 26px; /* Adjust heading size for smaller screens */
  }

  .slide-content h1 span:first-of-type,
  .slide-content h1 span:last-of-type {
    font-size: 32px; /* Reduce span font size */
  }

  .slide-content p {
    font-size: 18px; /* Adjust paragraph size */
  }

  .slide-content .btn {
    align-self: center; /* Center button */
  }

  .slider-bg .imgsetting {
    width: 100%;
    max-width: 400px; /* Prevent image from getting too large */
  }

  .slider-bg .imgsetting img {
    width: 100%;
    height: auto;
  }
}




.stats-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff5e8;
  border-radius: 25px;
  padding: 30px 20px;
  flex-wrap: wrap;
  gap: 20px;
  margin: 50px 0;
}

.stat-box {
  flex: 1;
  min-width: 130px;
  text-align: center;
}

.stat-box h2 {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(to right, #ff7a00, #ff4b2b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.stat-box p {
  color: #ff4b2b;
  font-weight: 500;
  margin: 5px 0 0;
}

.divider {
  width: 1px;
  height: 50px;
  border-left: 2px dashed #ff4b2b;
}

@media (min-width: 1020px) {
    .contact-box {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-info,
    .quote-form {
        width: 50%;
    }
}


@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    text-align: center;
    padding: 20px 10px;
  }

  .divider {
    width: 50%;
    height: 1px;
    border-left: none;
    border-top: 2px dashed #ff4b2b;
    margin: 10px auto;
  }
}


.cta-box {
  background: #fff5e8;
  border-radius: 20px;
  padding: 30px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.cta-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ff4b2b;
  margin: 0;
}

.cta-text p {
  color: #333;
  margin: 8px 0 0;
  font-size: 15px;
}

.cta-button {
  background-color: #ff4b2b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.cta-button:hover {
  background-color: #e03e21;
}

@media (max-width: 768px) {
  .cta-box {
    flex-direction: column;
    text-align: center;
  }

  .cta-button {
    width: fit-content;
    margin-top: 10px;
  }
}


.contact-section {
  background: #fff5e8;
  border: 2px solid #ff4b2b;
  border-radius: 15px;
  padding: 30px 20px;
}

.contact-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-info
 {
  flex: 1;
  min-width: 280px;
}
.quote-form {
  flex: 1;
  min-width: 280px;
}

.contact-info h2,
.quote-form h2 {
  font-size: 22px;
  font-weight: bold;
  color: #ff4b2b;
  margin-bottom: 5px;
}

.underline {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}

.underline span {
  height: 4px;
  border-radius: 2px;
}

.underline .red {
  width: 25px;
  background: #ff4b2b;
}

.underline .gray {
  width: 15px;
  background: #999;
}

.info-card {
  background: #fff;
  border: 2px solid #ff4b2b;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.icon-circle {
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-card small {
  color: #ff4b2b;
  font-weight: 600;
  font-size: 13px;
}

.info-card p {
  margin: 3px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #111;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

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

/* Style Contact Form 7 */
.quote-form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form textarea {
  border: 2px solid #dee2e6;
  border-radius: 6px;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  color: #333;
  resize: none;
}

/* .quote-form input[type="submit"] {
  background: #000;
    color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
}
 */
/* .quote-form input[type="submit"]:hover {
  background: #e13f20;
} */

/* Responsive */
@media (max-width: 768px) {
  .contact-box {
    flex-direction: column;
  }

/*   .quote-form input[type="submit"] {
    align-self: center;
  } */
}



.orange-faq-container {
    max-width: 100%;
    margin: 0 auto;
    gap: 15px;
    display: flex;
    flex-direction: column;
}


.orange-faq-item {
    background: #fff6ed;
    border: 2px solid #ff4e00;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(255, 78, 0, 0.2);
    transition: all 0.3s ease;
}

.orange-faq-item.expanded {
    background: #ff4e00;
    border: 2px solid #ff4e00;
}

.orange-faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 90, 44, 0.4);
}

.orange-faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    position: relative;
}

.orange-faq-question {
    flex: 1;
    padding-right: 20px;
}

.orange-faq-question p {
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    text-align: left;
}



.orange-faq-item.expanded .orange-faq-question p {
    color: white;
}

.orange-faq-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.orange-faq-item.expanded .orange-faq-toggle {
    background: transparent;
}

.orange-faq-item:hover .orange-faq-toggle {
    background: rgba(0, 0, 0, 0.05);
    transform: scale(1.05);
}

.orange-faq-item.expanded:hover .orange-faq-toggle {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.05);
}

.toggle-icon {
    color: black;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    transition: all 0.3s ease;
}

.orange-faq-item.expanded .toggle-icon {
    color: white;
    transform: rotate(0deg);
}

.orange-faq-content {
    transition: all 0.3s ease;
    overflow: hidden;
}

.orange-faq-answer {
    padding: 0 25px 25px 25px;
    color: black;
    font-size: 14px;
    line-height: 1.6;
    background: #fff6ed;
    text-align: left;
}

.orange-faq-answer p {
    margin: 0;
    color: black;
    padding: 25px 0 0 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .orange-faq-container {
        gap: 12px;
    }
    
    .orange-faq-header {
        padding: 18px 20px;
    }
    
    .orange-faq-question p {
        font-size: 15px;
    }
    
    .orange-faq-answer {
        padding: 0 20px 20px 20px;
        font-size: 13px;
    }
    
    .orange-faq-toggle {
        width: 30px;
        height: 30px;
    }
    
    .toggle-icon {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .orange-faq-item {
        border-radius: 20px;
    }
    
    .orange-faq-header {
        padding: 16px 18px;
    }
    
    .orange-faq-question {
        padding-right: 15px;
    }
    
    .orange-faq-question p {
        font-size: 14px;
    }
    
    .orange-faq-answer {
        padding: 0 18px 18px 18px;
    }
}


.page-title-main h1 {
    font-size: 50px;
}

.page-title-banner {
    background-image: linear-gradient(180deg, #ff4e00 35%, #FFFFFF 100%);
    padding: 40px 0;
}

.bredacrumbs-main {
    position: unset;
}

.woocommerce .woocommerce-breadcrumb , .bredacrumbs-main .woocommerce-breadcrumb a  {
    margin: 0;
    padding: 0;
	color: #000000;
}


 .steps-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 104px;
      flex: 1;
      width: 33%;
    }

     .flex {
    display: flex;
    justify-content: center;
   
    }
    .flx-img {
    width: 33%;
}

    .flx-img > img {
    width: 100%;
    height: auto;
   
}

    .step-block h4 {
      margin: 0 0 8px;
      font-size: 17px;
      color: #333;
    }

    .step-block p {
      margin: 0;
      color: #555;
      font-size: 14px;
    }

    

    .steps-text.right {
      align-items: flex-start;

    }

    .steps-text.left {
      align-items: flex-end;
      text-align: right;
      
    }

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

       .flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
   
    }
    .steps-text, .flx-img {
    width: 70% !important;
    margin: auto;
}
		.steps-text {
 
       gap: 30px;
   
       }

     .flx-img > img {
    width: 50% !important;
    height: auto;
    margin: auto;
}

     .step-block h4 , .step-block p{
    text-align: center;
}



 .process-container {
        flex-direction: column;
        align-items: center;
      }

      .steps-text.left,
      .steps-text.right {
        align-items: center;
       
      }

      .step-block {
        max-width: 100%;
      }
		
		.quote-form {
			margin: 50px 0 0 0;
		}

    }





.product-details-faq-main  .faq_main_product_page {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product_faq_half_main {
	width: 48%;
}

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

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

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

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

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

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

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

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

/* whtspp */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  padding: 15px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* Responsive size adjustment */
@media (max-width: 480px) {
  .whatsapp-float {
    padding: 12px;
  }

  .whatsapp-float svg {
    width: 22px;
    height: 22px;
  }
}


.footer-contact-info {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}

.footer-contact-info li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #333; /* or adjust to your theme */
  font-size: 14px;
}

.footer-contact-info svg.icon {
  width: 16px;
  height: 16px;

}
.footer-contact-info a {
  text-decoration: none;
  color: #333;
}

.bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.bottom-footer {
    background-color: #6a45c6;
    padding: 0 0 10px 0;
}
@media (max-width:768px){
	.bottom-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
	
	.footer-heading , .footer-text  {
    text-align: left;
}
}


.page-id-342 .page-title-banner {
    display: none;
}




 .vvm-section {
    padding: 60px 80px;
    background: #fff;
    text-align: center;
}
  

.vvm-image {
  max-width:100% ;
  margin:  auto ;
}

.vvm-image img {
  width: 100%;
  height: auto;
}

.vvm-text-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.vvm-text-block {
  flex: 1 1 300px;
  max-width: 350px;
  padding: 20px;
  text-align: center;
}

.vvm-text-block h3 {
  color: #ff6600;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.vvm-text-block p {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive layout */
@media (max-width: 768px) {
  .vvm-text-container {
    flex-direction: column;
    align-items: center;
  }

  .vvm-text-block {
    max-width: 100%;
  }
	.home-about-text-sec p {
    width: 100%;
    margin: auto;
}
	.vvm-section {
    padding: 5px;
    
}
	.vvm-text-block {
        flex: 1px;
        padding: 0px 6px;
}
	.vvm-text-block p {
		margin:0 0 20px 0;
	}
	
	.vvm-text-container{
		 gap: 0px;
	}
	.home-about-text-sec {
    margin: 20px 0;
}
	.vvm-image {
    max-width: 100%;
    margin: 0 auto 20px auto;
}
}

.page-id-342 .testimonial-section {
    margin-top: 70px;
}

.page-id-342 .why-choose-us {
   
    margin-bottom: 60px;
}



/* blog */

.blog-template-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 20px;
}

.featured-posts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
}

.featured-post {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.featured-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.featured-content {
    flex: 1;
}

.featured-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.featured-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.read-more-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 18px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}


.blog-grid-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Force 3 columns */
    gap: 30px;
}

@media screen and (max-width: 992px) {
    .blog-grid-posts {
        grid-template-columns: repeat(2, 1fr);
    }
	.single-product-quote-form {
    width: 100% !important;
}
	.catagory-img {
      display:none;
  }
}

@media screen and (max-width: 600px) {
    .blog-grid-posts {
        grid-template-columns: 1fr;
    }
}

.blog-grid-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    transition: 0.3s;
}

.blog-grid-item:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}

.blog-grid-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
}

.blog-grid-info h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.blog-grid-info p {
    font-size: 15px;
    color: #555;
}

.grid-date {
    font-size: 13px;
    color: #888;
    display: block;
    margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
    .featured-post {
        flex-direction: column;
        align-items: flex-start;
    }

    .featured-image img {
        max-width: 100%;
    }
}


.sticky-left-btn {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #FF5722;
    color: white;
    padding: 12px 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bold;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 9999;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    text-decoration: none;
    font-size: 12px;
    height: 150px;
}

.sticky-left-btn:hover {
  background-color: #000;
}


@keyframes heartbeat {
                0% {
                    transform: scale(1)
                }

                50% {
                    transform: scale(1.1)
                }

                100% {
                    transform: scale(1)
                }
            }

            #move {
                animation: heartbeat .7s ease-in-out infinite;
            }
.page-id-74 .testimonial-section {
   
    margin-bottom: 50px;
}



.home-content-preview {
            max-height: 600px; /* Approx 200 lines (adjust as needed) */
            overflow: hidden;
            position: relative;
            transition: max-height 0.4s ease;
        }

        .home-content-preview.expanded {
            max-height: none;
        }

        .read-more-btn {
            margin-top: 15px;
            background-color: #ff4e00;
            color: #fff;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            font-weight: bold;
            border-radius: 5px;
        }

        .read-more-btn:hover {
            background-color: #e14a4e;
        }


.quote-header h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    background: #2a2a2a;
	margin:0;
	padding: 10px 0;
}

.quote-header .highlight {
    color: #00AEEF; /* adjust to your brand color */
}

.quote-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ff4e0042;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
}

.quote-features .feature-box {
    display: flex;
    align-items: center;
    border-right: 1px solid #007fad;
    justify-content: center;
    gap: 12px;
}

.quote-features .feature-box:last-child {
    border-right: none;
}

.quote-features img {
    max-width: 40px;
    margin-bottom: 8px;
}

.quote-features p {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}

/* rating and starts  */
.custom-star-rating {
    display: flex;
    align-items: center;
    margin: 8px 0 16px;
    gap: 4px;
    font-size: 20px;
}

.star {
    font-family: Arial, sans-serif;
}

.star.fulll {
    color: #ff4700;
}

.star.half {
    position: relative;
    color: #ccc;
}
.star.half::before {
    content: '\2605';
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
    color: #ff4700;
}

.star.empty {
    color: #ccc;
}

.rating-number {
    margin-left: 5px;
    font-size: 14px;
    color: #ff4700;
}

.review-count {
    font-size: 14px;
    color: #555;
    margin-left: 4px;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #ff4700;
    text-decoration: none;
}

.single-product-image-gallery > h1 {
    font-size: 32px;
    font-weight: 600;
}
.product-description-other-details-main {
    margin-top: 50px;
}


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


.woocommerce ul.products::before{
	display:none;
}


@media (max-width:768px){

	
/*   .products-main-home-section1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px; 
	  padding: 0; 
	}
 */
	



	
	
	.product-details-faq-main  .faq_main_product_page {
	display: flex;
	flex-wrap: wrap;
	flex-direction:column;
	}
	.product_faq_half_main {
    width: 100%;
}
	.ordering-process {
  padding: 60px 20px;
  background: #fff8f1;
  text-align: center;
	margin-top:20px;
}


}
@media (max-width:460px){
	span.wpcf7-form-control {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: left;
	gap:5px;
}
}


.custom-legal-wrapper {
    padding: 60px 20px;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
}

.custom-legal-box {
    max-width: 999px;
    width: 100%;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.custom-legal-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
}

.custom-legal-content {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.custom-legal-content h2,
.custom-legal-content h3,
.custom-legal-content strong {
    font-weight: bold;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .custom-legal-box {
        padding: 25px 20px;
    }

    .custom-legal-title {
        font-size: 28px;
    }

    .custom-legal-content {
        font-size: 16px;
    }
}

.how-to-order, .single-product-quote-form {
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, .5);
}

 .container1 .single-product-quote-form {
    box-shadow: unset;
}



/* blog */

.featured-image {
	width: 65% !important;
	background-color: #e4e4e4;
}

.featured-image img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	border-radius: 12px;
	object-fit: cover;
}

.featured-post {
	display: flex;
	flex-direction: row;
	gap: 30px;
	flex-wrap: wrap;
	align-items: center;
	background-color: #f5f5f5;
	width: 96%;
	margin: -21px auto 28px;
}

.featured-posts-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-bottom: 60px;
	background-image: linear-gradient(90deg,#6646c6 0%,#e14a4e 100%);
}

.featured-meta img {
	border-radius: 50px;
	width: 9%;
	height: auto;
}

.grid-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	flex-direction: row-reverse;
}

.grid-author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.grid-author img {
    border-radius: 50%;
}

.author-name {
    font-size: 14px;
    color: #666;
}

.author-link {
    color: #666;
    text-decoration: none;
}

.author-link:hover {
    color: #333;
}


.sidebar-latest-posts {
  margin: 30px 0;
}

.sidebar-latest-posts h2 {
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.sidebar-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

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

.sidebar-post-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
}

.sidebar-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sidebar-post-thumb:hover img {
    transform: scale(1.05);
}

.sidebar-post-content {
    flex: 1;
}

.sidebar-post-content h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.3;
}

.sidebar-post-content h4 a {
    color: #333;
    text-decoration: none;
}

.sidebar-post-content h4 a:hover {
    color: #007cba;
}

.sidebar-post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 12px;
    color: #666;
}

.sidebar-author {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sidebar-author img {
    border-radius: 50%;
}

.sidebar-excerpt {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    margin: 0;
}

.sidebar-date {
    font-size: 12px;
}

.sidebar-blog-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}




/* Pizza Boxes Category Custom Styles */

.cbd-product-tabs-wrapper {
    max-width: 100%;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.cbd-tabs-navigation {
    display: flex;
    border-bottom: 2px solid #e0e0e0;
    background: #f9f9f9;
    border-radius: 8px 8px 0 0;
    overflow-x: auto;
}

.cbd-tab-button {
    background: transparent;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    min-width: fit-content;
}

.cbd-tab-button:hover {
    color: #333;
    background: rgba(0, 150, 220, 0.1);
}

.cbd-tab-button.cbd-active {
    color: #0096dc;
    border-bottom-color: #0096dc;
    background: #fff;
}

.cbd-tabs-content {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    min-height: 200px;
}

.cbd-tab-panel {
    display: none;
    padding: 30px;
    animation: fadeIn 0.3s ease-in-out;
}

.cbd-tab-panel.cbd-active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}





.cbd-product-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
    
}




@media (max-width: 768px) {
    .cbd-tabs-navigation {
        flex-wrap: wrap;
    }
    
    .cbd-tab-button {
        flex: 1;
        min-width: 150px;
        font-size: 14px;
        padding: 12px 15px;
    }
    
    .cbd-tab-panel {
        padding: 20px 15px;
    }
    
    .cbd-sizes-heading {
        font-size: 20px;
    }
	.cbd-product-description ul {
    margin: 0 0 0 20px;
}
	
	.single-ctgory-image-form-main {
/* 	display: flex; */
/* 	justify-content: space-between; */
	margin: 30px auto ;
	gap: 20px;
/* 	flex-direction: column !important; */
}
	
	.seconddiv {
   width: 100% !important;
}
	
	.single-product-image-gallery {
   width: 100%;
}
	
}




.cbd-tab-panel  ul {
    margin: 0 0 0 30px ;
}

span#result {
    font-weight: 600;
}
select#sizeSelect , select#quantitySelect {
    margin-bottom: 12px;
}

.single-ctgory-image-form-main input[type="file"] {
    padding: 15px;
    border: 2px dashed #ccc;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 12px;
}

.single-ctgory-image-form-main {
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
    gap: 30px;
	flex-wrap:wrap;
}

.single-ctgory-quote-form {
   
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, .5);
}



.single-ctgory-quote-form input[type="submit"] {
    padding: 18px 10px 16px;
}
.seconddiv {
    width: 50%;
}

.vz-breadcrumb a{
    color: #ff4700;
}

