@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');



* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  /* list-style: none; */
  box-sizing: border-box;
}

.body_title {
  /* text-transform: capitalize; */
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;

}
.filter-btn-primary{
  margin-bottom:10px !important;
}

.customization-and-branding-section p {
  font-size: 14px;
}

.serive-branding-content p {
  font-size: 14px;
}

.featured-products-2 .card-body {
  border-top: 1px solid #dfdfdf;
}


@font-face {
  font-family: 'light_300';
  src: url(../font/Poppins-Light.ttf)
}

@font-face {
  font-family: 'regular_400';
  src: url(../font/Poppins-Regular.ttf)
}

@font-face {
  font-family: 'medium_500';
  src: url(../font/Poppins-Medium.ttf)
}

@font-face {
  font-family: 'SemiBold_600';
  src: url(../font/Poppins-SemiBold.ttf)
}

@font-face {
  font-family: 'bold_700';
  src: url(../font/Poppins-Bold.ttf)
}

body {
  overflow-x: hidden;
}

.serive-branding-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.005em;
  color: rgba(80, 80, 80, 1);
}

.serive-branding-content h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.no-slick {
  width: 100% !important;
  transform: unset !important;
}

.solidBtn:hover {
  background-color: black !important;
  /* Darker shade on hover */
  color: #ffffff !important;
  /* Text stays white */
}

.subscribeBtn:hover {
  background-color: black !important;
  color: #ffffff !important;
}

.CatalogueBtn:hover {
  background-color: black !important;
  color: #ffffff !important;
}

.lower-section button:hover {
  background-color: black !important;
  color: #ffffff !important;
}

.main_cont {
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
}


.cookies-popup {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}

.cookies-popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;

  width: 584px;
  height: 290px;

  border-radius: 8px;

}




.cookies-img {
  width: 110px;
  height: 57px;
  margin-right: 10px;

}

.cookies-img img {
  width: 100%;
  height: 100%;

}

.cookies-close-btn {
  font-family: 'Mulish';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1E1D1D;
  height: 46px;
  padding: 11px 20px 11px 20px;
  border-radius: 7px;
  background-color: #F6E71D;
  border: none;

}

.heading p {
  width: 81px;
  height: 20px;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;




}

.heading h2 {
  width: 203px;
  height: 32px;
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;



}

.popup-text p {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  width: 528px;
  height: 80px;
  color: #666666;
  margin: 5px 0;


}

.detail-policy a {
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  width: 188px;
  height: 20px;
  color: #1E1D1D;
  text-decoration: underline;


}

.cookies-close p a {
  font-family: 'Mulish';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #1E1D1D;
  text-decoration: underline;
}

.cookies-close {
  margin-top: 30px;
  align-items: center;
}


.lg-img {
  width: 100%;
  height: 526px;
}

.item-img {
  width: 100%;
  height: auto !important;
  /* height: 247px; */
}

.product-details-section {
  margin-bottom: 50px;
}



.home-explore-product {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.card {
  /* width: 300px;
  height: 320px; */
  border-radius: 20px;
  border: 1px 0px 0px 0px;

}

.card .img-container {
  width: 100%;
  /* height: 250px ; */
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

a h5 {
  font-weight: 500;
  color: #1E1D1D !important;
}

.slick_img {

  height: 100%;
  width: 100%;
  border: 1px solid #e0e0e0ad;
  overflow: hidden;
  border-radius: 17px;
}

.pack_img {
  width: 80%;
}

.card .img-container img {
  width: 100%;
  /* height: 100%; */
  /* max-width: 100%; */
  /* height: 100%; */
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  object-fit: cover;
  /* object-position: top; */
}

.body_title h5 {
  font-size: 13px;
}
.card-body  h5{
  margin-bottom: 7px !important;
}

.card-body {

  padding: 1px;
  height: 49px;
}

.alert-success {
  width: 17%;
}

.alert-success {
  color: #fffbff;
  background-color: #b71818db;
  border-color: #fffbff;
}

.social_icons a {
  background-color: white;
  z-index: 1;
}

.certificate-slider .card-image {
  margin: 0px auto !important;
}

.alert {
  top: 71px;
  right: 9px;
  position: absolute !important;
}

.product-wrap .products {
  padding: 4px !important
}

.card-body p {

  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.30000001192092896px;
  color: #1e1d1d;
  /* margin-top: 10px; */
}

.More_relatedProductSlider .card-body p{
color: #979797;
    font-size: 12px;
    font-family: 'medium_500';
    font-weight: 500;
}
.card-body h5 {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.30000001192092896px;

}

.zarf-packs-section .image-container {
  height: auto;
  width: 60%;


}

.zarf-packs-section .image-container img {
  border-radius: 18px;
  width: 100% !important;
}

.body_title {

  flex: 1 1 auto;
  padding: 6px 8px;

}

/* Style for the entire scrollbar */
::-webkit-scrollbar {
  width: 5px;
  /* Thin width for vertical scrollbar */
  height: 5px;
  /* Thin height for horizontal scrollbar */


}

/* Style for the scrollbar track (background) */
::-webkit-scrollbar-track {
  background: transparent;
  /* Light gray background for the track */
  border-radius: 10px;
  /* Rounded corners for the track */
}

/* Style for the scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background: #eeecec;
  /* Darker gray color for the thumb */
  border-radius: 10px;
  /* Rounded corners for the thumb */
}

/* Hover effect on the scrollbar thumb */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Darker color on hover */
}



.card-icon h3 {

  font-weight: 700;
}

.h-100 {
  min-height: 100vh;
}

.section_heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.section_sub_heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.section_des {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}


.solidBtn {
  border: 1px solid #d0c6c6;
  background-color: transparent;
  color: #1E1D1D;
  padding: 10px 33px;
  border-radius: 5px;
  font-weight: 500;
  font-family: 'medium_500';
  border-radius: 6px;
  min-height: 30px;
  position: absolute;
  top: 0;
  right: 36px;
}

.dropdown-menu li a {
  font-size: 14px !important;
}


body {
  font-family: 'regular_400';
  overflow-x: hidden;

}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  position: sticky;
  top: 0px;
  background-color: #131514;
  width: 100%;
  z-index: 1000;
}

.BtnsRow-planBtn a {
  color: white;
}

.shed_call {
  border-radius: 39px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(30, 130, 95, 0.5);
}

.container {
  margin: 0 auto;
  position: relative;
}


/* Landing Page CSS Start here */

.home-page {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-bottom: 100px;
}

/* Home Section CSS Start Here */

.home-section {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;

}


.home-video {
  width: 95%;
  /* height: 520px; */
}

.home-video video {
  width: 100%;
  object-fit: inherit;
  display: flex;
  margin: 0px auto;
}

.home-container {
  gap: 25px;
  margin: 10px auto 30px;
}

.div-center {
  display: flex;
  justify-content: center;
  align-items: center;
}


.home-section-heading {
  /* margin-top: 40px; */
  width: 100%;

}


.home-section-heading h1 {

  line-height: 42px;
  color: #E3E3E3;
  /* text-transform: capitalize; */
  font-size: 30px;
  font-weight: 600;


}






.home-section-desc p {
  /* font-family: 'regular_400'; */
  /* margin: 0 15%; */
  color: #B7B7B7;
  font-size: 12px;


}

.home-btns button {
  font-size: 16px;
  font-weight: 500;

}

/* Home Section Ends Here */

/* Service Section CSS Start Here */


.home-explore-service {
  width: 100%;
}




.home-explore-service .service-content {
  /* width: 1495px; */
  width: 100%;
  /* background-color: rgb(253 247 247); */

  border-radius: 20px;
  /* padding: 30px 20px; */
}

.zarf-packs-section .left {

  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;


}

.zarf-packs-section .left .BtnRow {
  display: flex;
  justify-content: center;
}

.chosen-select {
  border: 1px solid #dee2e6 !important;
  padding: 6px !important;
  font-size: 13px !important;
  margin-top: 10px !important;
}


.customization-and-branding-section .service-content {
  gap: 40px;
  justify-content: center;
}

.home-explore-service .service {

  height: 100%;
}


.service p {
  /* font-family:'regular_400'; */
  font-size: 18px;
  font-weight: 400;
  line-height: 37.4px;


}

.service h2 {
  /* font-family: 'SemiBold_600'; */
  /* font-size: 2.6vw; */
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;

}

.home-explore-service .service-items {
  /* display: flex; */
  /* justify-content: space-around;
  gap: 30px; */
  width: 100%;


}

.home-explore-service .service-item {
  height: auto;
  /* height: 291px; */
  width: 100%;
  min-width: 190px;
  padding: 0;
  /* height: 100%; */
  /* background-color: black; */
  border-radius: 24px;

}

.home-explore-product .col-6 {
  margin-bottom: 20px;

}

.ser-new {
  background-color: rgb(253 247 247);
  padding: 46px 20px;
  border-radius: 20px;
}

.home-exp {
  max-width: 48%;
}

.customize {
  /* max-width: 960px; */
  max-width: 1140px;
  padding-right: 0px;
}

.home-explore-service .service-img-container {
  /* width: 300px; */
  /* height: 130px; */
  height: auto;
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.home-explore-service .service-img-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px 0px 20px 0px #1515150f;
}

.Customer-Stories-section .rounded {
  box-shadow: 0px 0px 20px 0px #15151530;
  border-radius: 14px !important;
}

.Customer-Stories-section .img_stories {
  box-shadow: 0px 0px 20px 0px #15151530;
  border-radius: 14px;
}

.img_stories {
  width: 100%;
}


.service-item .content {
  padding: 15px;
  overflow: hidden;
}


.service-item h6 {
  /* font-family: Poppins; */
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.5px;
  color: rgba(229, 235, 251, 1);


}

.service-item p {
  /* font-family: Poppins; */
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.30000001192092896px;
  color: rgba(255, 255, 255, 1);


}

/* Explore Service Section Ends Here  */


/* Home Page - Explore Product Section Start Here */


/* .home-explore-product { */

/* margin: 0 ; */
/* height: 100vh; */
/* width: 100%; */
/* } */

/* 
.product-header h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 61px;
  /* font-family: 'SemiBold_600' ; */
/* } */


/* .product-header p {
  font-size: 22px;
  font-weight: 400;
  line-height: 37px;
  font-family: 'regular_400';
}  */

/* .home-explore-product .product-items {
  padding: 10px;
  display: flex;
  width: 100%;
  gap: 40px;

}

.home-explore-product .product-items .product-col {
  width: 683px;
  height: 683px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 50px
}

.product-col img {
  height: 100%;
  width: 100%;
}

.home-explore-product .product-items .product-col .product-row {

  width: 340px;
  height: 311px;
  width: 100%;
  height: 100%;

} */

.home-explore-product .item-img {
  /* border:1px solid rgba(0, 0, 0, .125); */
  box-shadow: 0px 0px 20px 0px #15151526;
  border-radius: 20px;
}

.home-explore-product img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
}

.sign-project {
  border: 1px solid;
  height: 300px;
  width: 200px;

}

.project-sign-heading h1 {
  /* font-size: 48px;
  font-weight: 600;
  line-height: 28px; */
  font-family: 'SemiBold_600';

}

.project-sign-heading button {
  border: 1px solid black;
  padding: 10px;
  border-radius: 10px;
  background-color: transparent;
}

.sign-project .sign-project-image {
  width: 100%;
  height: 80%;
  background-color: #f7be0415;
}


/* Why Choose us Section */

.home-why-choose-us {
  background-color: rgba(247, 192, 4, 0.05);
  position: relative;
  padding: 50px 0;
  width: 100%;
  border-radius: 10px;


}

.home-why-choose-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  clip-path: polygon(50% 0%, 100% 0, 100% 80%, 0 100%, 0 0);
  background-color: rgba(248, 193, 0, 0.24);
  z-index: -1;
}



.why-choose-us-content {
  /* margin: 30px auto; */
  padding: 10px 0px;
  /* width: 1401px; */
  width: 100%;
  height: 492px;


}

.why-choose-us-content .col-lg-6 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.why-choose-us-content .item {
  /* width: 45%; */
  height: auto;
  padding: 30px;
  margin: 5px;
  min-height: 190px;
  display: flex;
  flex-direction: row;
  background-color: white;
  border-radius: 20px;
  align-items: start;
  gap: 20px;

}

.why-choose-us-content .item h5 {
  /* font-family: Poppins; */
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #061C3D;


}

.why-choose-us-content .item p {
  /* font-family: Poppins; */
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #42526B
}

.why-choose-us-content .item-content {
  margin-top: 10px;
}

.why-choose-us-content .item-image {

  height: 40%;
  margin: 10px;

}

/* Why Choose Item Ends */


.toggle-btn {
  display: none;
}



/* .why-choose-us-content-item-image img{
  width: 100%;
  height: 100%;
} */

.testimonial-section {
  /* margin: 50px 0; */
  height: auto;
}

.testimonial-heading h1 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;

}

.testimonial-heading p {

  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: 650px;
  margin: 0 auto;


}


.our-clients {
  display: flex;
  justify-content: space-around;
}

.testimonial {
  background-color: white;
  padding: 20px;
  width: 100%;
  border: 1px solid;
  margin: 60px;
}

.testimonial-content {
  display: flex;
  justify-content: space-around;
}

.customer-story {
  background-color: white;
  padding: 10px;
  width: 40%;
  border: 1px solid;
  margin: 60px;
}

.customer-story-image {
  width: 100%;
  height: 30vh;
  background-color: #f7be0415;
}


.filter-btn-2 {
  display: none;
}

.cs .slick-slider {
  padding-right: 0px;
  padding-left: 0px;
}

.header-container {
  padding: 0px 18px;
  display: flex;
  /* justify-content: space-between; */
  justify-content: start;
}

.logo-container {
  /* flex: 1; */
  width: 100px;
  display: flex;
  align-items: center;
}

.nav-btn {
  flex: 3;
  display: flex;
  /* gap: 30px ; */

}

.log-sign .selected {
  font-family: 'medium_500';
  font-weight: 500;
  line-height: 40px;
  color: #FAFAFA;
  padding: 0px;
  letter-spacing: 1px;
  font-size: 14px;
}




.log-sign {
  display: flex;
  justify-content: end;
  align-items: center;
  /* flex: 1; */
}

.logo {
  color: #FAFAFA;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 3rem;
}

.logo span {
  font-weight: 300;
}


.btn.solid {
  font-family: 'medium_500';
  font-weight: 500;
  display: inline-block;
  padding: 0px 15px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  line-height: 30px;
  margin: 0 .2rem;
  transition: .3s;
  /* text-transform: capitalize; */
  background-color: #F7C004;
}

.btn.solid:hover {}


.btn.transparent {
  font-family: 'medium_500';
  font-weight: 500;
  display: inline-block;
  padding: 0px 15px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  line-height: 30px;
  margin: 0 .2rem;
  transition: .3s;
  /* text-transform: capitalize; */
  background-color: transparent;
  color: #ffffff
}

.btn.transparent:hover {}

.nav-links>ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
}

.nav-link {
  /* position: relative; */
  /* padding: 20px; */
}

.navLogo {
  width: 80px;
}


.nav-link>a {
  font-family: 'medium_500';
  font-weight: 500;
  line-height: 40px;
  color: #FAFAFA;
  padding: 0px;
  letter-spacing: 1px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-link>h6 {
  font-family: 'medium_500';
  font-weight: 500;
  line-height: 40px;
  color: #FAFAFA;
  padding: 0px;
  letter-spacing: 1px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-link-temp {
  font-family: 'medium_500';
  font-weight: 600;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.4);
  padding: 0px;
  letter-spacing: 0.5px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-link-temp:hover {
  color: rgba(247, 192, 4, 1);

}

.nav-link-temp:active {
  color: rgba(247, 192, 4, 1);
}

.nav-link>a>i {
  margin-left: .2rem;
  font-size: 10px;
}

/* Width and height of the scrollbar
::-webkit-scrollbar {
  width: 10px;
  For vertical scrollbars
  height: 10px;
  For horizontal scrollbars
}

The track (the background of the scrollbar)
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  Light grey color
  border-radius: 10px;
}

The thumb (the moving part of the scrollbar)
::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Dark grey color 
  border-radius: 10px;
  border: 2px solid #f1f1f1;
  Adds padding inside the thumb
}

When the user hovers over the thumb
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  Darker grey when hovered
}

Optional: For corner where two scrollbars meet
::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
} */
.not_data {
  width: 35%;
}


.dropdown {
  position: absolute;
  top: 88%;
  width: 960px;
  max-height: 400px;
  overflow-y: scroll;
  left: 0;
  transform: translate(15%, 0%) !important;
  width: 1000px;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: .5s;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 24px 32px 4px #A7AEBA1F;
  border: 1px solid #DBDFEA;
}

.new_serve {
  height: 100%;
}

.more-cs h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin-left: -36px;


}

.dropdown .row {
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown ul {
  position: relative;
  padding-left: 0px;
}

.dropdown .row.sub-menu-row {
  padding: 0px;
}

.dropdown-link>a {
  display: flex;
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
  font-size: .9rem;
  align-items: center;
  justify-content: start;
  /* transition: .3s; */
  gap: 8px;
}

.Social-media a:hover {
  background-color: #F7C004;
}

.user-dropdown button {
  width: 150px !important;
}

.dropdown-link>a.drop-submenulink .sub-menue {
  width: 60px;
  flex: none;
  height: 60px;
  border-radius: 16px;
  object-fit: contain;
  border: 1px solid #80808030;
  overflow: hidden;
}

.dropdown-link>a.drop-submenulink h6 {
  font-size: 13px;
  margin: 0px;
  color: #1E1D1D;
  font-family: 'medium_500';
  font-weight: 500;
}

.dropdown-link>a.drop-submenulink p {
  font-size: 12px;
  margin: 0px;
  color: #677489;
  font-family: 'regular_400';
  font-weight: 400;
}

/* .dropdown-link:hover > a {
    background-color: #000000;
    color: #FAFAFA;
  } */
.dropdown.mega-submenu .new_serve .dropdown-link {
  margin-bottom: 5px;


}


/* .dropdown-productsLinks .dropdown-link {
    width: 110px;
    height: 140px;
    
} */


.dropdown-link:not(:nth-last-child(2)) {
  border-bottom: 1px solid #FAFAFA;
}

.dropdown-link i {
  transform: rotate(-90deg);
}

.arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 33px;
  background-color: #FAFAFA;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}

.dropdown-link:first-child:hover~.arrow {
  background-color: #FAFAFA;
}

.dropdown-link {
  position: relative;
}

.dropdown.second {
  top: 0;
  left: 100%;
  padding-left: .8rem;
  cursor: pointer;
  transform: translateX(10px);
}

.dropdown.second .arrow {
  top: 10px;
  left: -5.5px;
}

.nav-link:hover>.dropdown,
.dropdown-link:hover>.dropdown {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

.sub-category {
  display: none;
  cursor: pointer;

}


.dropdown-link:hover>.sub-category {
  display: block;
}

.hamburger-menu-container {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu div {
  width: 1.6rem;
  height: 3px;
  border-radius: 3px;
  background-color: #FAFAFA;
  position: relative;
  z-index: 1001;
  transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #FAFAFA;
  border-radius: 3px;
  transition: .5s;
}

.hamburger-menu div:before {
  transform: translateY(-7px);
}

.hamburger-menu div:after {
  transform: translateY(7px);
}

#check {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  z-index: 90000;
  cursor: pointer;
  opacity: 0;
  display: none;
}

#check:checked~.hamburger-menu-container .hamburger-menu div {
  background-color: transparent;
}

#check:checked~.hamburger-menu-container .hamburger-menu div:before {
  transform: translateY(0) rotate(-45deg);
}

#check:checked~.hamburger-menu-container .hamburger-menu div:after {
  transform: translateY(0) rotate(45deg);
}


.custom-select {
  position: relative;
  width: 85px;
  font-family: 'medium_500';
  font-weight: 500;
  line-height: 30px;
  color: #FAFAFA;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.custom-select .fas {

  position: absolute;
  right: 8px;
  top: 15px;
  font-size: 10px;

}

.selected {
  /* padding: 10px; */
  color: #FAFAFA;
  /* Text color */
  border-radius: 4px;
  /* Optional: for rounded corners */
  overflow: hidden;
  display: flex;
  /* Add flexbox to align text and icon */
  align-items: center;
  justify-content: space-between;
  /* Push text and icon apart */
  /* -webkit-appearance: listbox !important; */
  position: relative;
  z-index: 999;
}

.selected i {
  margin-left: 10px;
  /* Space between text and arrow */
  color: #FAFAFA;
  /* Arrow color to match text color */
}

.custom-select.open .selected i {
  transform: rotate(180deg);
  /* Rotate the arrow when options are open */
}



.branding-image-container {
  /* box-shadow: 0px 0px 20px 0px #15151526; */
  height: auto;
  border-radius: 15px;
}

.branding-image-container img {
  width: 100%;
  border-radius: 15px;

}

.the-four img {
  width: 100%;
  height: 100%;

}

.warehouse-img {
  width: 75%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  margin: 0px auto;

}

.left-div h1 {
  /* text-transform: capitalize; */
}

/* .warehouse-img img {
  width: 100%;
  height: 100%;

  border-radius: 10px;
} */


.options {
  display: none;
  /* Hide options initially */
  position: absolute;
  background-color: #fff;
  /* Background for options */
  border: 1px solid #ccc;
  /* Border for options */
  border-radius: 4px;
  /* Optional: for rounded corners */
  width: 220px;
  z-index: 1;
  color: #000;
  padding: 10px 15px;
  left: 0;
  top: 0;
  transform: translate(-35%, 22%);
}

.options h3 {
  font-size: 15px;
  color: #000000;
  font-family: 'medium_500';
  font-weight: 500;
}

.options label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #D9D9D9;
  margin-bottom: 10px;
  border-radius: 6px;
  gap: 15px;
}

.options label img {
  width: 28px;
}

.options label span {
  flex: 2;
  font-size: 13px;
  font-family: 'medium_500';
  font-weight: 500;
  color: #383C3F;
}

.sustainability .BtnsRow .BtnsRow-solidBtn:hover {
  background-color: #f7c0048c;

}

.sustainability .BtnsRow .BtnsRow-planBtn:hover {
  background-color: #131514ba;
}

input[type="radio"] {
  accent-color: #000000;
}

.options label:hover {
  background-color: #f0f0f0;
  /* Change background on hover */
}

.DescriptionSec {
  color: #000 !important;
}

/* Show options when selected */
.custom-select.open .options {
  display: block;
  border-radius: 16px;
}

/* footer{
    margin-top: 50px; 
  } */
.newsletters-container {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 50px;
  box-shadow: 0px 15px 60px 0px #00000040;
  border-radius: 25px;
  margin-top: -83px;
  position: relative;
  z-index: 99;
}

.newsletters-container h3 {
  font-family: 'medium_500';
  font-weight: 500;
  font-size: 25px;
  color: #0A142F;
  margin: 0px;
  line-height: 40px;
  text-align: left;
}

.newslatter-form-group {
  position: relative;
}

.subscribeBtn {
  position: absolute;
  top: 11px;
  right: 8px;
  border: none;
  padding: 11px 20px;
  border-radius: 10px;
  color: #131514;
  background-color: #F7C004;
  font-size: 14px;
  line-height: 14px;
  font-family: 'medium_500';
  font-weight: 500;

}

.newslatter-form-group input {
  margin: 0;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  color: #2b3d51;
  height: 60px;
  border-radius: 12px;
}

.footer-section {
  background-color: #22242A;
  padding-top: 45px;
  padding-bottom: 45px;
  color: #ffffff;
  position: relative;
}

.footer-section ul {
  padding: 0px;
}

.footer-section h6 {
  font-family: 'medium_500';
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin: 0px;
  line-height: 24px;
  margin-bottom: 16px;
}

.footer-section ul li a {
  font-family: 'regular_400';
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  margin: 0px;
  text-decoration: none;
  line-height: 30px;
}

.footer-section ul li a:hover {
  color: #F7C004 !important;
}

.footer-about-sec img {
  width: 120px;
  margin-bottom: 12px;
}

.footer-about-sec p {
  font-family: 'regular_400';
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding-right: 60px;
}

.footer-bottom-row {
  align-items: center;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #fff;
  margin-left: 0px;
  margin-right: 0px;
}

.copyrightSec {
  text-align: left;
}

.copyrightSec p {
  font-family: 'regular_400';
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
}

.copyrightSec p a {
  font-family: 'regular_400';
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
}

.socialSec {
  display: flex;
  justify-content: end;
  gap: 2px;

}

.nav-link {
  color: black;

}




@keyframes animation {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}


.collapsBtn-toggle-btn {
  display: none;
}


.faq-section-banner {
  background-color: #000000;
  padding: 35px 0px;
}

.faq-section-banner h2 {
  font-family: 'bold_700';
  /* font-weight: 700;
  font-size: 35px; */
  color: #ffffff;
  margin-bottom: 30px;
}

.faq-section {}

.searchForm-group {
  position: relative;
}

.searchForm-group .fa {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #868683;
}

.searchForm-group .form-control {
  /* width: 80%; */
}

.accordion-button {
  font-family: 'medium_500';
  font-weight: 500;
  font-size: 18px;
  color: #4B4E52;
  transition: color 0.3s;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  color: #000 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.dropdown-link:hover>a

/* .dropdown-link:hover */
  {
  background-color: #fdedb4;
  border-radius: 10px;
}



.accordion-button:focus {
  box-shadow: none;
  color: #000;
}

.accordion-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
}

.accordion-body p {
  font-size: 14px;
  margin: 0px;
}


.Ztitle {
  width: auto;
  display: flex;
  position: relative;
  padding: 15px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  /* text-transform: capitalize; */
}

.customer-stories-section .col-md-6 {
  padding-right: 9px !important;
  padding-left: 9px !important;

}

.customer-stories-section .col-lg-3 {
  padding-right: 9px !important;
  padding-left: 9px !important;
}

.readMore {
  color: blue;

}

.terms_cond {
  justify-content: left !important;
  flex-direction: column;
  align-items: left !important;
  text-align: left !important;
}

.radial-gradient-bg {
  height: 125px;
  width: 125px;
  margin-right: -60px;
  display: block;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  opacity: 70%;
  position: absolute;
  left: -65px;
  top: -50px;
  z-index: -1;
}

.customization-and-branding-section {
  gap: 30px;
  margin-bottom: 30px;

}

.Ztitle h2 {
  font-family: 'bold_700';
  /* font-weight: 700;
  font-size: 35px; */
  color: #131514;
  margin-top: 45px;
  position: relative;
  margin-bottom: 10px;
}

/* .Ztitle h2::before{
    content: '';
    height: 99px;
    width: 125px;
    margin-right: -60px;
    display: block;
    background: radial-gradient(circle, rgba(247, 192, 4, 0.7), rgba(255, 228, 0, 0) 70%);
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    opacity: 70%;
    position: absolute;
    left: -65px;
    top: -55px;
    z-index: -1;
    backdrop-filter: blur(80px);
  } */
.multi-blogs-sec {
  margin-bottom: 50px;
}

.multi-blogs-img {
  width: 100%;
  /* height: 275px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 20px;
}

.multi-blogs-short-detail h5 {
  font-family: 'medium_500';
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #121416;
}

.multi-blogs-short-detail p {
  font-family: 'regular_400';
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: #6C757D;
}

.multi-blogs-short-detail .rm-link {
  bottom: 24px;
  position: absolute;
  font-family: 'regular_400';
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #000101;
}



.blog-share-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 15px;

}

.blog-share-flex .social_icons {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.blog-share-flex .social_icons>img {
  z-index: 1;
  background-color: white;
}

.blog-share-flex .social_icons::before {
  content: ' ';
  width: 100%;
  border-top: 1px solid #E0E0E0;
  position: absolute;
  top: 50%;
}


/* 
.single-blog-main-img {
  position: relative;
  height: 450px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
} */

.single-blog-main-img {
  position: relative;
  height: 450px;
  width: 100%;
  overflow: hidden;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  /* box-shadow: 0px 0px 20px 0px #15151526; */
  border-radius: 10px;
  margin: 48px auto;
}

.quoteImg {
  width: 70px;
}

.single-blog-main h5 {
  font-family: 'medium_500';
  font-weight: 500;
  /* font-size: 17px;
    line-height: 28px; */
  color: #191E3E;
  margin-bottom: 35px;
}

.single-blog-main h6 {
  font-family: 'medium_500';
  font-weight: 500;
  color: #353B43;
  font-size: 18px;
}

.single-blog-main p {
  font-family: 'regular_400';
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #353B43;
  margin: 0px;
}

.single-blog-main .break-para ul {
  padding-left: 20px;
  list-style: disc !important;
  list-style-type: disc !important;
}

.single-blog-main ul li {
  font-family: 'regular_400';
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #353B43;
  margin: 0px;
}

.single-blog-main .break-para {
  margin-bottom: 20px;
}

.quoteImg-mobile {
  display: none;
}

.single-blog-main-row {
  border-bottom: 1px solid #A9A9A9;
}

.single-blog-head p {
  font-size: 18px;
  font-family: 'regular_400';
  font-weight: 400;
  color: #1E1D1D;
  line-height: 30px;
}

.single-blog-head h3 {
  font-family: 'medium_500';
  font-weight: 500;
  color: #1E1D1D;
  width: 60%;
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 20px;
}

/* a {
  color: black !important;
  text-decoration: none; 
} */

.slideSecHead h3 {
  font-family: 'SemiBold_600';
  font-weight: 600;
  color: #313131;
  padding: 0px;

}

.service-branding-content h1 {
  font-size: 25px;
  font-weight: 600;
}


.slideSecHead h3 {
  display: flex;
  justify-content: space-between;
}

._slider_Arow {
  display: block;
  position: relative;
  float: right !important;
  margin-right: 3px;
}

._slider_Arow .slick-next:before {
  content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8" /></svg>');
  font-size: 30px !important;
}


._slider_Arow .slick-next {
  width: 32px;
  height: 32px;
  border: 1px solid #383C3F !important;
  border-radius: 100% !important;
  right: 0 !important;
}

._slider_Arow .slick-next:before {
  content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8" /></svg>');
  font-size: 30px !important;
}

.customization-and-branding-section .card .img-container img {
  width: 100%;
  /* height: 246px; */
}

.customization-and-branding-section .card-body {
  padding: 5px;
}

.multi-Customer-Stories-img {
  width: 100%;
  height: 275px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 20px;
}

.multi-Customer-Stories-sec {
  margin-bottom: 50px;
  box-shadow: 0px 18px 50px 0px #00000026;
  border-radius: 20px;
  overflow: hidden;
}

.multi-Customer-Stories-sec .multi-Customer-Stories-short-detail {
  background-color: #ffffff;
  padding: 15px;
  /* max-height: 215px; */
  height: 215px;
  position: relative;
}

.multi-Customer-Stories-sec .multi-Customer-Stories-short-detail h5 {
  font-family: 'medium_500';
  font-weight: 500;
  color: #131514;
  font-size: 16px;
  line-height: 24px;
}

.multi-Customer-Stories-by {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
}

.multi-Customer-Stories-by h6,
p {
  margin: 0px;
}

.multi-Customer-Stories-by h6 {
  font-family: 'medium_500';
  font-weight: 500;
  color: #131514;
  font-size: 14px;
  line-height: 21px;
}

.multi-Customer-Stories-by p {
  font-family: 'regular_400';
  font-weight: 400;
  color: #505050;
  font-size: 13px;
  line-height: 18px;
}

.multi-Customer-Stories-by-img {
  width: 54px;
  height: 54px;
  border-radius: 100%;
}

.submenu-title-box {
  margin-bottom: 20px;
}

.submenu-title-box.active {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.submenu-title-box h4 {
  color: #131514;
  font-size: 18px;
  font-family: 'SemiBold_600';
  font-weight: 600;
  margin: 0px;
  text-transform: uppercase;
}

.submenu-title-box a {
  color: #1E1D1D;
  font-size: 14px;
  font-family: 'regular_400';
  font-weight: 400;
  margin: 0px;
}

.submenu-title-box a img {
  width: 18px;
}

.dropdown ul.dropdown-productsLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.dropdown-link>a.dropdown-productsLink {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dropdown-productsLink img {
  width: 100px;
  height: 100px;
  border-radius: 6px;
}

.zarf_pack img {
  width: 75px;
  height: 75px;
  border-radius: 6px;
  object-fit: cover;
}

.zarf_p {
  color: black;
  font-size: 12px;
  font-weight: 600;
}

.zarf_pack p {
  font-size: smaller;
}

.dropdown-packsLink img,
.dropdown-brandLink img {
  width: 200px;
  object-fit: contain;
  height: 40px;
}

.dropdown-link>a.drop-submenulink.drop-submenulink-res {
  justify-content: start;
  gap: 15px;
}

.dropdown.Resources-mega-submenu {
  transform: translate(75%, 0%) !important;
  width: 520px;
}

.submenu-demo {
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  padding: 8px;
  text-align: center;
  /* width: 150px; */
  margin: 15px;
}

.submenu-demo h5 {
  color: #6C757D;
  font-size: 13px;
  font-family: 'SemiBold_600';
  font-weight: 600;
  margin: 0px;
}

.submenu-demo img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
}

.submenu-demo .demo-c-btn {
  background-color: #131514;
  font-size: 13px;
  font-family: 'SemiBold_600';
  font-weight: 600;
  color: #E3E3E3;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  padding: 5px;
  border-radius: 4px;
}

.product-card .image-container img {
  /* width: 100%;
  height: 100%; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 0px;
}

.product-card .image-container {
  /* height: 195px; */
  width: 100%;
}


.section_cat_heading {
  /* text-transform: capitalize; */
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: black !important;
}

.product-card {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 24px;
  overflow: hidden;
  /* max-width: 288px; */
  flex-shrink: 0;
}

.product-card-details {
  background-color: #ffffff;
  padding: 5px 12px;
  height: 63px;
  line-height: 17px;
}
.product-card-details h5 {
  color: #1E1D1D;
  font-size: 12px;
  font-family: 'medium_500';
  font-weight: 500;
 margin-bottom: 3px;
  line-height: 17px;
}
.product-card-details p {
  color: #979797;
  font-size: 12px;
  font-family: 'medium_500';
  font-weight: 500;
}

.link-sidebar {
  border-right: 1px solid #0000001A
}

.filter-sidebar {
  border-left: 1px solid #0000001A;
  display: block;
  padding-right: 20px;
}

.multi-ZarfPack-short-detail {
  height: auto !important;
  border-top: 1px solid #E0E0E0;
}
.multi-ZarfPack-short-detail .card-body h5 {
  margin-bottom: 10px !important;
}

.fixedSidebar h3 {
  color: #000000;
  font-size: 18px;
  font-family: 'medium_500';
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #0000001A;
}

.fixedSidebar h3 img {
  width: 20px;
}

.product-section .sidebarLinks .nav-item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.product-section .sidebarLinks .nav-item .nav-link {
  padding: 0px;
  border: none !important;
  background-color: #fff;
  margin-left: 15px;
  color: #00000099;
  font-size: 16px;
  /* font-family: 'medium_500'; */
  font-weight: 500;
}

.product-section .tab-content {
  padding: 0 40px;
}

.product-section .sidebarLinks .nav-item .nav-link.active {
  color: #F7C004 !important;
}

.product-section .sidebarLinks .nav-item .nav-link:hover {
  color: #F7C004;
}

p.nav-link-head.active {
  color: #F7C004;
}

.product-section .sidebarLinks .nav-item .nav-link-temp.active {
  color: #F7C004 !important;
}

.product-section .sidebarLinks .nav-item .nav-link-temp:hover {
  color: #F7C004;
}

p.nav-link-temp-head.active {
  color: #F7C004;
}

.nav-link-head {
  color: #000000;
  font-size: 16px;
  font-family: 'medium_500';
  font-weight: 500;
  pointer-events: none;
}

.sidebarLinks {
  padding-left: 10px;
  border: none !important;
}

.sidebarLinks-menu a.sidebarLinks-menu-drop {
  color: #000000;
  font-size: 16px;
  font-family: 'medium_500';
  font-weight: 500;
  pointer-events: none;
}

.sidebarLinks-menu a.sidebarLinks-menu-drop.active {
  color: #F7C004;
}

.sidebarLinks-menu .sidebarLinks-submenu-link a {
  color: #00000099;
  font-size: 16px;
  font-family: 'medium_500';
  font-weight: 500;
}

.sidebarLinks-menu .sidebarLinks-submenu .sidebarLinks-submenu-link a.active {
  color: #F7C004;
}

.collapsBtn {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
}

.sidebarLinks {
  /* opacity: 0; */
  /* transform: translateY(500px); */
  transition: all 1s;

}

.filter-box,
.brand-filter-check-boxes,
.price-filter-range {
  display: none;
  height: 10px;


}


.active {

  /* display: block; */
  opacity: 1;
  /* transform: translateY(0px); */
  transition: all 1s ease;
  height: auto;
  color: #f7c004;


}

.filterActive {
  display: block;
  color: black !important;
  height: auto;
}

.rotate {
  transform: rotate(180deg);
  /* Rotate icon */
  transition: transform 0.3s;
}

.search-bar {
  position: sticky;
  top: 70px;
  z-index: 100;
}


input[type="range"] {
  width: 100%;
}

.brand-filter-check-boxes label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 600;
  opacity: 0.5;
  font-size: 15px;
}

.irs--round .irs-bar {
  background-color: #F7C004 !important;
}

.irs--round .irs-handle {
  border: 4px solid #ffffff !important;
  background-color: #F7C004 !important;
  box-shadow: 0px 0px 0px 5px rgba(0, 194, 192, 0.2);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #00C2C0;
}

.demo-c-btn:hover {
  background-color: #F7C004 !important;
}

.irs--round .irs-handle {
  width: 16px;
  height: 16px;
  top: 29px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: transparent;
  color: #666666;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
  display: none;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #f7f7f7 !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.filter-box-cc {
  border-bottom: 1px solid #0000001A;
  height: auto;

}

.round-cart img {
  width: 18px;
}

.round-cart {
  background-color: #fff;
  border-radius: 100%;
  padding: 6px 6px !important;
  position: relative;
  display: none;
}

.round-cart .cartCount {
  position: absolute;
  line-height: 9px;
  padding: 5px 6px;
  background-color: #f7c004;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  top: -8px;
  right: -6px;
}

.Searchgroup {
  position: relative;
}

.Searchgroup input {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background-color: #F8F8F8;
  color: #868683;
  font-size: 14px;
  font-family: 'regular_400';
  font-weight: 400;
  line-height: 26px;
}

.Searchgroup img {
  width: 22px;
  position: absolute;
  right: 20px;
  top: 8px;
}

/* CSS styles */
/* .product-details-section .carousel {
  margin-top: 20px;
} */

.product-details-section .thumbnail {
  cursor: pointer;
  /* margin: 9px; */
}

.product-details-section .thumbnail img {
  width: 100%;
}

.chosen-single:focus-visible {
  outline: none;
  ;
}

.product-details-section .slick-slide {
  padding: 0px !important;
}

.chosen-container-single .chosen-single {
  border: 1px solid #e0e0e0ad !important;
}

.chosen-container-single .chosen-drop {
  border: 1px solid #e0e0e0ad !important;
}

.product-details-section .carouselMain .slick-slide img {
  border: 1px solid #e0e0e0ad;
  overflow: hidden;
  border-radius: 17px;
  object-fit: cover;
}

.product-details-section .slick-list {
  margin: 0 -10px;
  /* Optional: Remove spacing around thumbnails */
}

/* Additional styles for vertical thumbnails */
.product-details-section #thumbcarousel {
  height: 100%;
  margin-top: 25px;
  /* Set height for the thumbnail carousel */
}

.product-details-section .thumbcarouselMain .thumbnail {
  /* height: 100px; */
  width: 100%;
  overflow: hidden;
}

.product-details-section .thumbcarouselMain .thumbnail img {
  /* height: 100px; */
  width: 100%;
  /* margin-left: 6px; */
  border: 1px solid #e0e0e0ad;
  overflow: hidden;
  border-radius: 10px;

}

/* Ensure the product details section is displayed in a flex layout */
.product-details-section .product-details-section .row {
  display: flex;
  align-items: flex-start;
  /* Align items to the top */
}

.product-details-section .product-details-section .carousel {
  width: 100%;
  /* Set width for the main carousel */
}

.product-details-section #thumbcarousel {
  /* width: 100%; */
  /* Set width for the thumbnail carousel */
}

.product-details-section #thumbcarousel .slick-prev {
  background: #D9D9D933;
  left: -6px;
  top: -15px;
  width: 100px;
}

.product-details-section #thumbcarousel .slick-next {
  background: #D9D9D933;
  left: -6px;
  bottom: 15px;
  width: 100px;
  right: unset;
  top: unset;
}

.product-details-section .slick-prev:before,
.product-details-section .slick-next:before {
  color: #000 !important;
}

.product-details-section .slick-next:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>') !important;
}

.product-details-section .slick-prev:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z"/></svg>') !important;
}

.productright-colorBox {
  display: flex;
  gap: 10px;
}

.colorBox-productimg {
  width: 80px;
  height: auto;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  overflow: hidden;
}

.colorBox-productimg img {
  width: 100%;
  object-fit: cover;
}

.productright-description h3 {
  /* text-transform: capitalize; */
  font-family: 'medium_500';
  font-weight: 500;
  color: #000000;
}


.productright-description p {
  font-family: 'regular_400';
  font-weight: 400;
  color: #505050;
  font-size: 14px;
}

.productright-description .productright-subBox h6 {
  font-family: 'medium_500';
  font-weight: 500;
  color: #1E1D1D;
  font-size: 15px;
}

.productright-Qty {
  display: flex;
  gap: 15px;
}

.productright-Qty .productright-Qty-label {
  padding: 6px 8px;
  border: 0.8px solid #E0E0E0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  font-family: 'medium_500';
  width: 120px;
  display: flex;
  justify-content: space-between;
}

.productright-Price {
  display: flex;
  gap: 15px;
  align-items: baseline;
}

.productright-Price h4 {
  font-weight: 500;
  font-family: 'medium_500';
  color: #1E1D1D;
}

.productright-description .productright-subBox .productright-Price h6 {
  font-family: 'regular_400';
  font-weight: 400;
  color: #4B4E52;
}

.BtnRow {
  display: flex;
  gap: 15px;
}

.filledBtn {
  border: none;
  background-color: #F7C004;
  color: #1E1D1D;
  padding: 10px 50px;
  border-radius: 6px;
  font-weight: 500;
  font-family: 'medium_500';
}


.DescriptionSecCat {
  margin-bottom: 25px;
}

.DescriptionSecCat h6 {
  font-weight: 500;
  font-family: 'medium_500';
  color: #1E1D1D;
  font-size: 18px;
}

.DescriptionSecCat .DescriptionSecCat-list p {
  margin-bottom: 15px;
}

.DescriptionSecCat p {
  font-family: 'regular_400';
  font-weight: 400;
  color: #4B4E52;
  font-size: 14px;
}

.DescriptionSecCat p img {
  width: 20px;
}

/*
.rating {
  --stars: 5;
  --star-size: 20px;
  --star-spacing: 1px;
  --star-on-color: #F8C100;
  --star-off-color: #CCCCCC;
  height: var(--star-size);
  margin: 0 auto;
}*/
.rating {
  display: inline-flex;
}

.rating input[type="checkbox"] {
  display: none;
  /* Hide the checkboxes */
}

.rating label {
  font-size: 20px;
  /* Size of the star */
  color: var(--star-off-color, #CCCCCC);
  /* Default color for unselected stars */
  cursor: pointer;
}

/* Color for checked stars */
.rating input[type="checkbox"]:checked+label {
  color: var(--star-on-color, #F8C100);
}

/* Set content of labels to show a star symbol */
.rating label::before {
  content: '★';
  /* Star symbol */
}

.rating label {
  cursor: pointer;
}

.rating label:not(:first-of-type) {
  padding-right: var(--star-spacing);
}

.rating label:before {
  content: "\2605";
  font-size: calc(var(--star-size) + 2px);
  color: var(--star-off-color);
  line-height: 1;
}

.rating input {
  display: none;
}


.rating input:checked~label:before {
  color: var(--star-on-color);
}

.ReviewsCard {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px #15151526;
  padding: 15px;
  min-width: 245px;
  max-width: 375px;
 height: auto !important;
  border-radius: 15px;
  margin: 20px 20px;
}

.ReviewsCard p {
  font-family: 'regular_400';
  font-weight: 400;
  color: #131514;
  font-size: 12px;
}

.ReviewBy-person {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.ReviewBy-person h6 {
  font-weight: 500;
  color: #1E1D1D;
  font-size: 12px;
  font-weight: 600;
  margin: 0px;
}

.ReviewBy-person p {

  font-weight: 400;
  color: #505050;
  font-size: 12px;
}

.ReviewBy-person img {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  flex: none;
  object-fit: contain;

}

.nav-link {
  font-size: 15px !important;
}

.product-details-section .nav-tabs.aboutProduct_tabs .nav-link {
  padding: 10px 20px;
  border: none;
  color: #868683;
  font-size: 16px;
  font-weight: 500;
  font-family: 'medium_500';
  /* border-bottom: 4px solid transparent; */
}

.card-body {
  font-size: 13px !important;
}

.slideSecHead h3 {
  font-size: 18px !important;
}


.discountOff h6 {
  background: #f06e6e !important;
  padding: 10px !important;
  width: 25%!important;
  border-radius: 2px;
}

.product-details-section .nav-tabs.aboutProduct_tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none !important;
  border-bottom: 4px solid #1E1D1D !important;
  font-family: 'SemiBold_600' !important;
  font-weight: 600 !important;
  color: #1E1D1D !important;
}

.product-details-section .nav-tabs.aboutProduct_tabs .nav-link:hover {
  border: none;
  /* border-bottom: 4px solid #1E1D1D; */
}

.product-details-section .nav-tabs.aboutProduct_tabs .nav-link:focus {
  border: none;
  border-bottom: 4px solid #1E1D1D;
}

.multi-relatedProduct-sec {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 24px;
  overflow: hidden;
  min-width: 200px;


}




.multi-relatedProduct-img {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 0px;
}

.relatedProduct-slider-sec .slick-slide {
  padding: 15px !important;
}

.multi-relatedProduct-short-detail {
  padding: 15px;
  /* background-color: #ffffff; */
}

.multi-relatedProduct-short-detail h5 {
  color: #1E1D1D;
  font-size: 16px;
  font-family: 'medium_500';
  font-weight: 500;
}

.multi-relatedProduct-short-detail p {
  color: #979797;
  font-size: 14px;
  font-family: 'medium_500';
  font-weight: 500;
}

.relatedProduct-slider-sec ._slider_Arow .slick-prev {
  display: block !important;
  width: 32px;
  height: 32px;
  border: 1px solid #383C3F !important;
  border-radius: 100% !important;
  right: unset !important;
  left: -70px !important;
}

.relatedProduct-slider-sec ._slider_Arow .slick-next:before {
  content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8" /></svg>');
  font-size: 30px !important;
}

.relatedProduct-slider-sec ._slider_Arow .slick-prev:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.146-3.146a.5.5 0 0 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.207 8.5H14.5A.5.5 0 0 0 15 8" /></svg>');
  font-size: 30px !important;
}

.productright-subBox {
  position: relative;
}

.productright-QtyBox-Dropdown {
  position: absolute;
  left: 0;
  top: 65px;
  width: 300px;
  /* border: 1px solid #828282; */
  background-color: #ffffff;
  z-index: 99;
  display: none;
  /* Hide dropdowns by default */
}

.productright-QtyBox-Dropdown tbody,
td,
tfoot,
th,
thead,
tr {
  border-width: 1px;
  border-color: #828282;
  padding: 8px 8px;
}

table.productright-QtyBox th {
  font-family: 'SemiBold_600';
  font-weight: 600;
  color: #1E1D1D;
  font-size: 14px;
  background-color: #EDEDED;
}

table.productright-QtyBox td {
  font-family: 'regular_400';
  font-weight: 400;
  color: #1E1D1D;
  font-size: 14px;
}

.cartListBox {
  padding: 15px;
  border: 1px solid #1315141f;
  border-radius: 20px;
}

.cartListBox li a.deleteCart {
  color: #131514;
}

.cartListBox li span {
  cursor: pointer;
}

.cartListBox li .number {
  background-color: #F0F0F0;
  border-radius: 62px;
  padding: 0px 12px;
}

.model-open {
  border: none;
  outline: none;
  background-color: white;
}

.cartListBox li .minus,
.plus {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #f2f2f200;
  border-radius: 4px;
  /* padding: 8px 5px 8px 5px; */
  border: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.cartListBox li input {
  height: 34px;
  width: 18px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}

.cartListBox li .cartProductImg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.cartProductImgContainer {
  height: 100%;
  width: 100%;
}

.cartListBox li h6.prodName {
  font-size: 18px;
  color: #131514;
  font-family: 'SemiBold_600';
  font-weight: 600;
}

.cartListBox li h6.prodPrice {
  font-size: 18px;
  color: #131514;
  font-family: 'medium_500';
  font-weight: 500;
}

.OrderSummary-sec {
  padding: 20px 15px;
  border: 1px solid #1315141f;
  border-radius: 20px;
}

.OrderSummary-sec h3 {
  font-size: 18px;
  color: #131514;
  font-family: 'bold_700';
  /* font-weight: 700; */
}

.sub-category-btn {
  margin: 10px 0px;
}

.OrderSummary-sec p {
  font-family: 'regular_400';
  font-weight: 400;
  color: #4B4E52;
  font-size: 14px;
}

.OrderSummary-sec p.OrderSummaryPrice {
  font-family: 'medium_500';
  font-weight: 500;
  color: #131514;
  font-size: 14px;
}

.OrderSummary-sec .OrderSummaryTotal p {
  color: #131514;
}

.OrderSummary-sec .OrderSummaryTotal p.OrderSummaryPrice {
  font-size: 16px;
}

.OrderSummary-sec .OS-CartBtn {
  width: 100%;
  border: none;
  background-color: #131514;
  color: #FFFFFF;
  font-size: 14px;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: 'medium_500';
  font-weight: 500;
}

.OrderSummary-sec .OS-CartBtn img {
  width: 24px;
}

.OrderSummary-sec small {
  color: #979797;
  text-align: center;
  font-family: 'medium_500';
  font-weight: 500;
  font-size: 13px;
}

.CartContactForm-sec {
  padding: 20px 15px;
  border: 1px solid #1315141f;
  border-radius: 20px;
}

.CartContactForm-sec h3 {
  font-size: 18px;
  color: #131514;
  font-family: 'bold_700';
  /* font-weight: 700; */
}

.CartContactForm-sec label.CartContactForm-label {
  color: #1E1D1D;
  font-family: 'regular_400';
  font-weight: 400;
  font-size: 14px;
  background-color: #fff;
  position: absolute;
  left: 15px;
  top: -6px;
  padding: 0px 5px;
}

.CartContactForm-sec label.CartContactForm-label span {
  color: #FF0000;
}

.CartContactForm-sec input {
  border: 1px solid #D2D5DA;
  border-radius: 8px;
  font-family: 'regular_400';
  font-weight: 400;
  font-size: 14px;
  color: #6C727F;
  height: 46px;
}

.CartContactForm-sec label.error {
  font-size: 13px;
  color: #FF0000;
}

.zarf-pack-head-section .Searchgroup img {
  width: 18px;
  position: absolute;
  right: 30px;
  top: 10px;
}

.zarf-pack-head-section h2 {
  color: #131514;
  font-family: 'bold_700';
  /* font-weight: 700; */
}

.zarf-pack-head-section p {
  font-family: 'regular_400';
  font-weight: 400;
  font-size: 14px;
  color: #4B4E52;
}

.zarf-pack-category-sec {
  width: 100%;
  display: flex;
  justify-content: start;
  gap: 10px;
  flex-wrap: nowrap;
  overflow: auto;
  cursor: grab;
  scroll-behavior: smooth;
}

/* .zarf-pack-category-sec */
.zarf-pack-category-sec .zarf-pack-category-box {
  display: flex;
  justify-content: start;
  gap: 10px;
  white-space: nowrap;
  align-items: center;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  background-color: #F8F8F8F2;
}

.zarf-pack-category-sec .zarf-pack-category-box img {
  width: 58px;
  border-right: 1px solid #E3E3E3;
  flex: none !important;
  border-radius: 6px 0px 0px 6px;
}

.zarf-pack-category-sec .zarf-pack-category-box p {
  font-family: 'medium_500';
  font-weight: 500;
  font-size: 15px;
  color: #131514;
}

/* .zarf-pack-category-sec:hover::-webkit-scrollbar {
    display: block;
} */
.zarf-pack-category-sec::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  /* display: none; */
}

.zarf-pack-category-sec::-webkit-scrollbar-thumb {
  background: #c7c7c770;
  border-radius: 50px;
}

.zarf-pack-category-sec::-webkit-scrollbar-track {
  background: #ffffff;
}

.Zarf-slider-sec ._slider_Arow .slick-prev {
  display: block !important;
  width: 32px;
  height: 32px;
  border: 1px solid #383C3F !important;
  border-radius: 100% !important;
  right: unset !important;
  left: -70px !important;
}

.Zarf-slider-sec ._slider_Arow .slick-prev:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.146-3.146a.5.5 0 0 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.207 8.5H14.5A.5.5 0 0 0 15 8" /></svg>');
  font-size: 30px !important;
}

.multi-ZarfPack-sec {
  margin-bottom: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 24px;
  overflow: hidden;
}

.multi-ZarfPack-img {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 0px;
}

.multi-ZarfPack-short-detail {
  padding: 15px;
}

.multi-ZarfPack-short-detail h5 {
  color: #1E1D1D;
  margin-bottom: 8px;
  font-size: 16px;
  font-family: 'medium_500';
  font-weight: 500;
}

.multi-ZarfPack-short-detail p {
  color: #979797;
  font-size: 14px;
  font-family: 'medium_500';
  font-weight: 500;
}

.Zarf-slider-sec .slick-slide {
  padding-right: 15px;

}

.customization-and-branding-head-section {
  background-color: #131514;
}

.customization-and-branding-head-section h2 {
  color: #FFFFFF;
  font-family: 'bold_700';
  font-weight: 700;
  line-height: 45px;
}

.customization-and-branding-head-section p {
  /* font-family: 'regular_400'; */
  font-weight: 400;
  font-size: 15px;
  color: #E8E7E7;
}



/* .customization-and-branding-head-section .BtnsRow {
  gap: 10px;
} */

/* .customization-and-branding-head-section .BtnsRow .BtnsRow-solidBtn {
  border: none;
  background-color: #F7C004;
  font-size: 14px;
  padding: 10px 40px;
  border-radius: 6px;
  color: #353B43;
  font-family: 'medium_500';
  font-weight: 500;
}

.customization-and-branding-head-section .BtnsRow .BtnsRow-planBtn {
  border: none;
  background-color: #ffffff;
  font-size: 14px;
  padding: 10px 40px;
  border-radius: 6px;
  color: #131514;
  font-family: 'medium_500';
  font-weight: 500;
} */

/* .BrandCategoryList{
  width: 100%;
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-wrap: nowrap;
    overflow: auto;
    cursor: grab;
    scroll-behavior: smooth;
} */

.sustainability_card {
  width: 100%;

}

.sust_ttl .card-title {
  font-size: 13px;
  font-weight: 600;
  text-align: center;

}

.certificate .card img {
  margin: 15px auto;
}

.cert-card {
  margin-top: 15px;
}

.certificate .card {
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px #15151526 !important;
  width: 95%;
  /* height: 212px; */
  height:auto !important;
}

.BrandCategoryList .BrandCategoryImg {
  width: 140px !important;
  height: 140px !important;
  background-position: center;
  border: 1px solid #E3E3E3;
  border-radius: 147px;
  /* white-space: nowrap; */
  flex: none;
}

.BrandCategoryList .BrandCategoryImg img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  border-radius: 147px;


}

.brand-slider-section {
  margin: 40px 0;
}

.BrandCategoryList .slick-slide {
  padding-right: 10px !important;
}

.BrandCategoryList .slick-prev {
  display: none !important;
  left: 0px;
  z-index: 999;
  height: 215px;
  top: 0;
  transform: none;
  width: 100px;
  background: linear-gradient(89.48deg, rgba(255, 255, 255, 0.9) 30.16%, rgba(255, 255, 255, 0.1) 98.2%);
}

.BrandCategoryList .slick-next {
  display: none !important;
  right: 0px;
  z-index: 999;
  height: 215px;
  top: 0;
  transform: none;
  width: 100px;
  background: linear-gradient(89.48deg, rgba(255, 255, 255, 0.1) 30.16%, rgba(255, 255, 255, 0.9) 98.2%);

}

.BrandCategoryList .slick-prev:hover,
.BrandCategoryList .slick-prev:focus {
  background: linear-gradient(89.48deg, rgba(255, 255, 255, 0.9) 30.16%, rgba(255, 255, 255, 0.1) 98.2%);
}

.BrandCategoryList .slick-next:hover,
.BrandCategoryList .slick-next:focus {
  background: linear-gradient(89.48deg, rgba(255, 255, 255, 0.1) 30.16%, rgba(255, 255, 255, 0.9) 98.2%);
}

.BrandCategoryList .slick-prev:before {
  content: '';
}

.BrandCategoryList .slick-next:before {
  content: '';
}

/* customer contact */

.bec_partner {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.bec_partner .left-div {
  flex: 3;
  background-color: #f4f4f4;
}

/* .bec_partner .center-div {
  flex: 2;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
} */
.bec_partner .center-div {
  flex: 2;
  padding: 40px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.bec_partner .right-div {
  flex: 0.5;
}

.bec_partner h2 {
  text-align: left;
  margin-bottom: 32px;
  font-size: 24px;
}

.bec_partner .form-md .form-group,
.bec_partner .form-md .form-row {
  margin-bottom: 30px;
  position: relative;
  display: block;
}

.bec_partner input,
.bec_partner textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.37);
  border-radius: 4px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.2s ease-in-out;
}

.bec_partner .form-control {
  height: 50px !important;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px !important;
  font-size: 15px;
}

.bec_partner .text-area {
  height: auto !important;
}

.bec_partner label {
  position: absolute;
  top: 16px;
  left: 14px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  background-color: white;
  padding: 0 4px;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}

.bec_partner input:focus+label,
.bec_partner input:valid+label,
.bec_partner textarea:focus+label,
.bec_partner textarea:valid+label {
  top: -10px;
  font-size: 12px;
  color: #1e1b13c7;
  font-weight: bold;
}

.bec_partner .gl-form-asterisk {
  color: #e32b2b;
  padding-left: 3px;
}

.bec_partner .gl-form-asterisk:after {
  content: "*";
}

.bec_partner .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.25);
}

.bec_partner .file-upload {
  border: 1px dashed #D2D5DA;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  background-color: #F8F8F8;
  transition: background-color 0.3s;
  cursor: pointer;
}

.bec_partner .file-upload input {
  display: none;
}

.bec_partner .file-upload span {
  color: #63676ecc;
  font-weight: bold;
}

.bec_partner button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.bec_partner .upload-icon {
  margin-bottom: 10px;
}

.bec_partner .icon {
  width: 50px;
  height: 50px;
}

.bec_partner .drag-drop-text {
  display: block;
  margin-bottom: 5px;
}

.bec_partner .file-size-warning {
  font-size: 0.8em;
  color: #888;
}

.bec_partner .btn-submit {
  background-color: #1E1D1D !important;
}

.bec_partner footer {
  margin-top: 0px !important;
}

/* customer support */

.cust_support {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.cust_support .left-div {
  flex: 3;
  background-color: #f4f4f4;
}

.cust_support .center-div {
  flex: 2;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
}

.cust_support .right-div {
  flex: 0.5;
}

.cust_support h2 {
  text-align: left;
  margin-bottom: 32px;
  font-size: 24px;
}

.cust_support .phone-container {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 15px;
}

.cust_support .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.cust_support .text-main {
  display: flex;
  font-size: 14px;
}

.cust_support .phone-number {
  margin-right: 15px;
}

.cust_support footer {
  margin-top: 0px !important;
}

.featured-products-2 .content,
.featured-products .content {
  justify-content: center;
}

/* .home-explore-service .service-item {
  width: 30%;
} */

/* Replace the Featured Section Class According to Signature Products */

/* Signature Products CSS Starts Here */


.project-section .tab-content {
  transform: unset;

}

.project-section .nav-link {
  opacity: unset;
  transform: unset;


}

.SportsClubsandGames-slider .card {
  height: auto !important;
}

.SportsClubsandGames-slider .card-body {
  height: auto !important;
}
.SportsClubsandGames-slider {
  margin-bottom:30PX;
}

.project-section .nav-link .active {
  opacity: unset;
  transform: unset;

}

.shipping-section .main-img {
  width: 365px;
  height: 365px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-slide {
  height: unset !important;
}

.shipping-section .end-img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.shipping-section .end-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shipping-section .main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Signature Products CSS Here */


/* Customer Stories CSS Start From Here */

.cs {
  gap: 20px;
}

/* .cs .cs-card {
  height: 380px;
} */
.cs .cs-card .image-container {
  height: 60%;
}

.cs .cs-card .image-container img {

  height: 257px;
  object-fit: contain;
}

.filter-btn-primary {
  color: black;
  background-color: #f7c004;
  margin-bottom: 10px;
  /* border-color: #0d6efd; */
}

.golden-star {
  color: #FFD700;
  /* Golden color */
  font-size: 20px;
  /* You can adjust the size if needed */
}

.featured-products-2 .card {
  margin: 0 10px;
}

.multi-blogs-sec {
  box-shadow: 0px 0px 20px 0px #15151526;
  border-radius: 10px;
  /* height: 440px; */
}
.multi-blogs-short-detail{
  height: 115px !important;
}

.multi-blogs-short-detail {
  padding: 0px 17px;
}

.empty-star {
  color: #D3D3D3;
  /* Light gray for empty stars */
  font-size: 20px;
  /* You can adjust the size if needed */
}

.cs-card {
  width: unset;
  /* min-width: 285px; */
  /* height: 400px ; */
  margin-bottom: 40px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 18px 50px 0px rgba(21, 21, 21, 0.15);
}

.cs .cs-body_title p {
  margin-top: 0px;
}

.cs-body_title p {
  /* font-family: Poppins; */
  font-size: 12px;
  min-height: 60px;
  min-height: 42px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(19, 21, 20, 1);
  /* margin-top: 10px; */
  margin-top: 17px;
}

.cs-card .image-container {
  width: 100%;
  /* height: 60%; */
  height: 66%;
}

.cs-card .image-container img {
  width: 100%;
  /* height: 100%; */
  /* height: 282px; */
  object-fit: cover;
  object-position: top;

}


.cs-card-body .image-name {
  margin-top: 0px;
}

.cs-body_title {
  flex: 1 1 auto;
  padding: 6px 8px;
}


.cs-card-body {
  flex: none;
  padding: 0 10px;
}


.cs-card-icon h3 {
  font-weight: 700;
}

.cs-card-container {
  gap: 60px;

}


.cs .btn {
  font-size: 1em;
  /* Adjust size as needed */
  padding: 10px 20px;
  /* Adjust padding */
}



/* customize gift section */

.customize-gift {
  /* height:100vh; */
  width: 100%;
  margin-top: 300px;
  position: relative !important;

}

.lower-section {
  width: 100%;
  /* height: 100%; */
  padding: 70px 50px;

  /* background-color:rgba(220, 212, 155, 1); */

}

.customize-gift-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(220, 212, 155, 1);
  z-index: -1;
  border-radius: 40px 40px 40px 40px;
  clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
}

/* .lower-section h1 {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 700;
  line-height: 66.69px;

}

.lower-section p {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  color: rgba(19, 21, 20, 1);


} */

.lower-section button {
  background-color: rgba(154, 127, 35, 1);
  border-radius: 9px;
  padding: 10px;
  margin-top: 30px;
}

.customize-gift img {
  position: absolute;
  top: -61%;
  height: 150%;
}

/* warehouse css */


.warehouse-header .heading h1 {

  font-size: 64px;
  font-weight: 800;
  line-height: 60px;

}

.warehouse-header .heading h2 {

  font-size: 56px;
  font-weight: 600;
  line-height: 60px;

}

.BtnsRow {
  gap: 20px;
}

.BtnsRow .BtnsRow-solidBtn {
  border: none;
  background-color: #F7C004;
  font-size: 14px;
  padding: 10px 40px;
  /* max-width: 300px; */
  border-radius: 6px;
  color: #353B43;
  font-family: 'medium_500';
  font-weight: 500;
}

.BtnsRow .BtnsRow-planBtn {
  height: 100%;
  border: none;
  background-color: black;
  font-size: 14px;
  max-width: 300px;
  padding: 10px 40px;
  border-radius: 6px;
  color: white;
  font-family: 'medium_500';
  font-weight: 500;
}

.warehouse-end {
  padding: 100px 0;
}

.warehouse-foot::before {
  content: '';
  width: 100%;
  height: 100px;
  background-color: white;
  position: absolute;
  border-radius: 100%;
  top: -50px;



}

.warehouse-foot {
  position: relative;


}

.product-wrap #myTabContent {
  margin-top: unset !important;
}

.warehouse-end h1 {

  font-size: 28px;
  font-weight: 600;
  line-height: 53.98px;

}

.warehouse-end p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

/* warehouse end */

/* about section */

.Ztitle {
  align-items: center;
}

.Ztitle h2 {
  margin-top: 0px;
}

.paragraph {

  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;


}

.zarf-packs-section .left h1 {

  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;



}

.arrow-btn i:hover {
  background-color: #F7C004;
  color: white !important;
}


.about_sec .image-box .image-container {
  height: 73px;
  width: 73px;
  margin: 0 auto;
}

.about_sec .image-box img {
  height: 100%;
  width: 100%;
}


.about_sec .image-box img {
  height: 73px;
  width: 73px;

}

.about_sec .zarf-packs-section .left p {

  font-size: 16px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
  color: #1E1D1D;

}

.paragraph {
  margin-top: 0px !important;
}

.zarf_packs-custom .lower-section h1 {

  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  text-align: left;

}

.schedular .content h6,
.contact-us .content h6 {

  font-size: 16px;
  font-weight: 600;
  line-height: 23.86px;
  text-align: left;


}

.schedular .content p,
.contact-us .content p {


  font-size: 12px;
  font-weight: 400;
  line-height: 19.47px;
  text-align: left;
  color: #4B4E52;

}

.zarf_packs-custom .arrow-btn i {
  color: #383C3F;
}

.handle_slider {
  display: flex;
}

.about_sec {
  background: #FDF0C296;
  padding: 35px;
  border-radius: 15px;
  margin: 30px 20px;
}

.image-name {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.ser-content {
  background-color: #131514;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;

}

.sustain-img {
  width: 75%;
  height: 300px;
  margin: 0px auto;
}

/* .sustain-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

.sub_title {
  font-size: 13px;
  font-weight: 500;
  color: #42526B;
}

.multi-blogs-sec {
  position: relative;
  
  width: 100%;
}

.multi-blogs-img {
  width: 100%;
}

.multi-blogs-img img {
  width: 100%;
  /* height: 100%; */
}

.product-section {
  margin-bottom: 60px;
}

.home-our-clients {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.link-sidebar {
  position: sticky;
  top: 70px;
  height: 90vh;
  overflow-y: scroll;
  padding: 10px;
  border-right: 1px solid #ddd;
  z-index: 100;
}

.Customer-Stories-section .Ztitle h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}

.Customer-Stories-section .cust-fb h3 {

  font-size: 24px;
  font-weight: 600;
  line-height: 38px;

}



.Customer-Stories-section .testimonial-card {
  border-radius: 20px;
  border: 1px solid;
  border-color: rgba(183, 183, 183, 1);

  padding: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: auto;
  position: relative;
  min-width: 70%;
  /* min-height: 264px; */


}

.Customer-Stories-section .testimonial-card .testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 70px;
  padding-top: 10px;
  min-width: 100%;
  min-height: 100%;

}

.Customer-Stories-section .testimonial-card .testimonial-content h5 {

  font-size: 22px;
  font-weight: 600;
  line-height: 15px;


}

.Customer-Stories-section .testimonial-card .testimonial-content p.role {

  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgba(80, 80, 80, 1);

}

.Customer-Stories-section .testimonial-card .testimonial-content p.quote {

  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  color: rgba(53, 59, 67, 1);


}

.Customer-Stories-section .testimonial-card .profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  left: -7%;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  border-right: 1px solid;
  border-color: rgba(183, 183, 183, 1);
  background: white;

}

.About-section img {
  width: 100% !important;
  height: auto;
}

.shipping-section .shipping-content .header h1 {

  font-size: 30px;
  font-weight: 700;
  line-height: 67.32px;

}




.shipping-section .shipping-content .header p {

  font-size: 18px;
  font-weight: 400;
  line-height: 32.04px;
  color: rgba(80, 80, 80, 1);

}

.shipping-section .header h1 {

  font-size: 30px;
  font-weight: 700;
  line-height: 42.24px;

}

.BtnsRow .btn:hover {
  background-color: #131514 !important;
  color: white;
}

.end-section h1 {
  font-size: 30px;
  font-weight: 600;
}

.shipping-section .mid-content .header p {

  font-size: 18px;
  font-weight: 400;
  line-height: 32.04px;

}

.shipping-section .BtnsRow {
  gap: 10px;
}

.shipping-section .BtnsRow .BtnsRow-solidBtn {
  border: none;
  background-color: #F7C004;
  font-size: 14px;
  padding: 10px 40px;
  border-radius: 6px;
  color: #353B43;
  font-family: 'medium_500';
  font-weight: 500;
}

.shipping-section .BtnsRow .BtnsRow-planBtn {
  border: none;
  background-color: black;
  font-size: 14px;
  padding: 10px 40px;
  border-radius: 6px;
  color: white;
  font-family: 'medium_500';
  font-weight: 500;
}

.shipping-section .shipping-section .end-section h1 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.02em;

}

.shipping-section .shipping-section .end-section p {

  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;


}


.Customer-Stories-section .testimonial-card .profile-img img {
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid #ebebeb;

}

.submenu-title-box a:hover {
  color: #F7C004;

}

.Customer-Stories-section .cs-descp {

  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  text-align: start;

}

.BtnsRow {
  gap: unset;
}

/* ----------------------------------------------------------------------------------------------------------------- */




/* @media screen and (min-width:420px) and (max-width: 920px) { */


@media screen and (min-width: 1200px) {
  .nav-links {
    flex: 2;
    align-content: center;
  }


  .multi-relatedProduct-sec {
    min-width: 190px;

  }

  .service-dropdown {
    overflow-y: hidden !important;
  }

  .dropdown.mega-submenu .new_serve .dropdown-link {
    margin-bottom: 5px;
    width: 280px;
    height: 65px;
    padding: 2px;

  }


}



@media (max-width:1200) {
  .product-details-section #thumbcarousel .slick-next {
    bottom: 30px;
  }

  .product-details-section #thumbcarousel {
    margin: 0;
  }

  .lg-img {
    width: 100%;
  }

  .item-img {
    width: 100%;
  }
}

@media screen and (min-width: 920px) and (max-width : 1200px) {
  .nav-links {
    flex: 2;
    align-content: center;
  }

  .More_relatedProductSlider .slick-slider {

    margin: 0 10px;
  }

  .dropdown {
    transform: translate(5%, 2%) !important
  }


  a.btn.solid.CatalogueBtn {
    /* width: 100%; */
    padding: 10px;
  }
}

@media (max-width: 997px) {


  .product-details-section #thumbcarousel {
    margin-top: 0;
  }

  .about_sec .image-box {
    margin-bottom: 20px;
  }

  .new-section img {
    height: auto;
  }

  .fixedSidebar.filter-sidebar {
    top: 122px !important;
    z-index: 99 !important;
  }

  .search-bar {
    position: sticky;
    top: 122px;
    z-index: 98;

  }

  .log-sign {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    /* flex: 1; */
    margin-top: 10px;
  }

  .open {
    background-color: gray;
  }

  .lower-section {
    text-align: center;
  }

  .zarf-packs-section .BtnsRow .BtnsRow-planBtn {
    max-width: unset;
    width: auto;
    height: 42px;
  }

  .customization-and-branding-section {
    gap: 30px;
    margin-bottom: 30px;
    justify-content: center;
  }

  .zarf-packs-section .left .BtnsRow {
    gap: 15px;
  }

  .warehouse-header .heading h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
  }

  .Customer-Stories-section .Ztitle h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
  }

  .Customer-Stories-section .cs-descp {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: start;
  }

  .Customer-Stories-section .testimonial-card .testimonial-content p.quote {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(53, 59, 67, 1);
  }

  .Customer-Stories-section .testimonial-card .testimonial-content h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 15px;
  }

  .Customer-Stories-section .testimonial-card .testimonial-content p.role {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: rgba(80, 80, 80, 1);
  }

  .more-cs h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.5px;
  }

  .Customer-Stories-section .cust-fb h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 38px;
  }

  .cs_feedback .testimonial-card .profile-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: unset;
    left: unset;
    border: none;

    border-radius: 50%;
    padding: 10px;
    border-color: rgba(183, 183, 183, 1);
    background: white;
  }


  .cs_feedback .testimonial-card .testimonial-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-top: 10px;
    min-width: 100%;
    min-height: 100%;
  }

  .cs_feedback .testimonial-card {
    flex-direction: column;
  }

  .zarf-packs-section .BtnsRow-solidBtn {
    padding: 10px 20px;
    width: auto;
  }

  .warehouse-header .heading h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
  }

  .warehouse-img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
  }


  .shipping-section .end-img {
    width: 100%;
  }

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

  .single-blog-head h3 {
    width: 100%;
  }

  .single-blog-main-img {
    height: 200px;
  }

  .blog-share-flex {
    width: 100%;

  }

  .blog-share-flex img {
    width: 25px;

  }

  .slick-slide {
    padding-right: 0 !important;
  }

  .product-card {
    /* width: 200px; */
  }

  .product-list .nav-links {
    align-content: unset;
  }


  .dropdown-brandLinks {
    justify-content: center;
  }

  .dropdown ul {
    position: relative;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
  }

  .dropdown-productsLinks li {
    width: unset;
  }

  .Resources-mega-submenu li.dropdown-link {
    width: 50%;
  }


  .zarf-packs-section .image-container {
    width: 100%;
  }

  .customize-gift {
    background-color: rgba(220, 212, 155, 1);
    border-radius: 20px;


  }

  .lg-img {
    width: 100%;
    height: 352px;
  }

  .item-img {
    width: 100%;
    height: 160px;
  }

  .content-container {
    order: 1;
  }

  .content-image {
    order: 0;
  }

  /* Homepage Start Here */

  body {
    overflow-x: hidden;
  }

  .home-video {
    width: 100%;
    
  }

  .solidBtn {
    position: unset;
  }


  .home-why-choose-us {
    margin: 0;
    padding-top: 30px;
  }

  .ReviewBy-person h6 {
    font-size: 12px;
    font-weight: 600;
  }

  .ReviewBy-person p {
    font-size: 12px;

  }

  .home-explore-service .service {
    width: 100%;
    /* margin-bottom: 15px; */
  }

  .home-explore-service .service-content {
    flex-direction: column;
  }

  .home-explore-product .product-items {
    flex-direction: row;
  }

  .product-header h1 {
    font-size: 32px;
    line-height: 35px;
    text-align: center;

  }

  .product-header p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .product-btns {
    order: 3;
    text-align: center;
    justify-content: center;
  }



  .featured-title-2 {
    font-size: 32px;
  }

  .lower-section-img {
    display: none;
  }

  .why-choose-us-content {
    height: auto;
  }

  .why-choose-us-heading h1 {
    font-size: 32px;
    line-height: 52px;
  }

  .why-choose-us-heading p {

    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;


  }

  .why-choose-us-content-item p {
    font-size: 12px;
  }

  .why-choose-us-content-item h5 {
    font-size: 20px;
  }

  .why-choose-us-content .item {
    width: auto;
    height: 360px;
    padding: 30px;
    margin: 11px;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    align-items: center;
    text-align: center;
    gap: 0px;
  }

  .testimonial-section {
    /* margin: 50px 0; */
    height: auto;
  }

  .customize-gift {
    margin: 0;
  }

  .customize-gift::before {
    clip-path: unset;
  }

  .test-content {
    flex-direction: column;
  }


  .ReviewsCard p {
    font-size: 12px;
  }

  .ReviewsCard {
    max-width: none;
  }

  .ReviewsCard .ReviewBy-person p {
    font-size: 12px;
  }

  .ReviewsCard .ReviewBy-person h6 {
    font-size: 12px;
  }

  .cs-title {
    font-size: 32px;
  }

  .cs-desc {
    font-size: 18px;
  }

  .cs-card-container {
    gap: 40px;
    flex-direction: column;
  }

  .cs-body_title p {
    font-size: 13px;
    line-height: 25px;

  }

  .cs-btns {
    order: 3;
    justify-content: center;
  }


  .home-explore-product .product-items .product-col {
    flex-direction: column;
    gap: 7%;
  }

  .home-explore-product .product-items .product-col .product-row {
    width: 100%;
  }

  /* Home Page Ends Here */





  .cust_support .right-div {
    display: none;
  }

  .relatedProduct-slider-sec {
    padding-bottom: 0;
  }

  .product-details-section #thumbcarousel .slick-prev {
    background: #D9D9D933;
    left: -50px;
    transform: rotate(-90deg);
    top: 40px;
    width: 100px;
  }

  .product-details-section #thumbcarousel .slick-next {
    background: #D9D9D933;
    width: 100px;
    left: 87%;
    top: 42px;
    transform: rotate(-90deg);
  }

  .thumbnail.w-9 {
    margin: 0 26px;
  }

  .product-details-section .thumbcarouselMain .thumbnail img {
    /* height: 100px; */
    width: 82px;
    margin-left: 5px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    border-radius: 10px;
  }


  .hamburger-menu-container {
    display: flex;
  }

  #check {
    display: block;
  }

  .nav-btn {
    position: fixed;
    height: calc(100vh - 3rem);
    top: 4.3rem;
    left: 0;
    width: 100%;
    background-color: #131514;

    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: .65s;
    gap: 0;

  }

  #check:checked~.nav-btn {
    transform: translateX(0);
  }

  #check:checked~.nav-btn .nav-link,
  #check:checked~.nav-btn .log-sign {
    animation: animation .5s ease forwards var(--i);
  }

  .nav-links {
    flex: initial;
    width: 100%;
  }

  .nav-links>ul {
    flex-direction: column;
  }

  .nav-link {
    width: 100%;
    opacity: 1;
    transform: translateY(15px);
    color: black;
  }

  .nav-link>a {
    line-height: 1;
    /* padding: 1.6rem 2rem; */
    padding: 13px;
  }
  .nav-link>h6 {
    line-height: 1;
    /* padding: 1.6rem 2rem; */
    padding: 13px;
  }
  .nav-link:hover>h6 {
    transform: scale(1);
    background-color: #7a7a7a;
  }
  .nav-link:hover>a {
    transform: scale(1);
    background-color: #7a7a7a;
  }

  .dropdown,
  .dropdown.second {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    padding: 0;
    /* background-color: #525252; */
    background-color: #fffbff;
    display: none;
    transform: translate(100%, 0%);
  }




  .filter-box-cc.active {
    height: 50px;
  }

  .filter-box-cc {
    height: auto;
  }

  .filter-btn-2 {
    display: block;
    background-color: white;
    border: none;
    height: 35px;
    width: 50px;
    z-index: 100;
  }



  .filter-sidebar {
    display: block;

  }

  .filter-sidebar.active {
    display: block;
    background-color: white;
    border: none
  }


  .dropdown ul.dropdown-productsLinks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;

  }

  .dropdown ul.dropdown-productsLinks p {
    color: black
  }

  .dropdown.mega-submenu .dropdown-link {
    margin-bottom: 5px;
  }

  .new_serve ul li {
    width: 50%;
  }

  .nav-link:hover>.dropdown,
  .dropdown-link:hover>.dropdown {
   
    background-color: white;
  }

  .nav-link:hover>a>i,
  .dropdown-link:hover>a>i {
    transform: rotate(360deg);
  }

  /* .dropdown-link>a {
    background-color: transparent;
    color: #FAFAFA;
    padding: 1.2rem 2rem;
    line-height: 1;
  } */
  .dropdown-link>a {
    background-color: transparent;
    color: #FAFAFA;
    padding: 6px;
    line-height: 17px;
  }

  .dropdown.second .dropdown-link>a {
    padding: 1.2rem 2rem 1.2rem 3rem;
  }

  .dropdown.second .dropdown.second .dropdown-link>a {
    padding: 1.2rem 2rem 1.2rem 4rem;
  }

  .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: none;
  }

  .arrow {
    z-index: 1;
    background-color: #3D8361;
    left: 10%;
    transform: scale(1.1) rotate(45deg);
    transition: .5s;
  }

  .nav-link:hover .arrow {
    background-color: #7a7a7a;
  }

  .dropdown .dropdown .arrow {
    display: none;
  }

  .dropdown-link:hover>a {
    background-color: #fdedb4;
    border-radius: 10px;
  }

  .dropdown-link:first-child:hover~.arrow {
    background-color: #7a7a7a;
  }

  .nav-link>a>i {
    font-size: 1.1rem;
    transform: rotate(-90deg);
    transition: .7s;
  }

  .dropdown i {
    font-size: 1rem;
    transition: .7s;
  }



  .product-details-section #thumbcarousel {
    /* margin: 0 12px; */
  }

  .dropdown.mega-submenu {
    transform: translate(0%, 0%) !important;
    width: 100%;
    border-radius: 0%;
  }

  .dropdown.mega-submenu.Resources-mega-submenu {
    transform: translate(0%, 0%) !important;
    width: 100%;
    border-radius: 0%;

  }



  .tab-content {
    /* transform: translateY(-12%); */
    transition: all 1s ease;
    /* height: 50%; */
    order: 3;
  }

  .fixedSidebar .link-sidebar {
    background: white;
    border: none;
    height: 60px;
    align-items: center;
    order: 1;
  }

  .fixedSidebar.filter-sidebar {
    order: 2;
    top: 130px;
    display: none;
  }

  .fixedSidebar h3 {
    border: none;
  }







  .tab-content.active {
    /* transform: translateY(0); */
    transition: all 1s ease 0.4;
    padding-bottom: 0;

  }





  .bec_partner {
    flex-direction: column;
  }




  .products {
    /* min-width: 40%; */
    /* width: 50%; */

  }



  .slideSecHead {
    margin-left: 5px;
  }


  .home-section-heading h1 {
    font-size: 30px;
    margin: 0;
    line-height: 45px;
  }

  .home-section-p p {
    font-size: 16px;
    margin: 0 10%;
  }

  .link-sidebar {
    order: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: sticky;
    top: 62px;
    height: 65px;
    overflow-y: visible !important;
    padding: 10px;
    background: white;
    border-right: 1px solid #ddd;
    z-index: 100;
  }


  .toggle-btn {
    display: block;
    border: none;
    width: 50px;
    margin-left: 85%;
    height: 50px;
    background-color: white;
  }

  .navLogo {
    width: 60px;
    margin: 9px;
  }




  .product-section .sidebarLinks {
    display: block;
    position: fixed;
    opacity: 0;
    top: 60px;
    left: 0;
    height: 100%;
    padding: 20px;
    width: 250px;
    background-color: #fff;
    z-index: 1000;
    transform: translateX(-100%);
    transition: all 1s ease;

    box-shadow: 0px 24px 32px 4px #A7AEBA1F;
    border: 2px solid #DBDFEA;

    /* Initially hide sidebar */
  }

  /* .sidebarLinks.active {

    opacity: 1;
    transform: translateX(0);
    transition: all 1s ease;
    overflow-y: scroll;

   
  } */
  .sidebarLinks.active {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s ease;
    overflow-y: scroll;
    will-change: opacity, transform;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }

  .product-section .sidebarLinks .nav-item {

    opacity: 0;
    transform: translateY(100%);
    transition: all 1s ease;
  }

  .product-section .sidebarLinks.active .nav-item {

    opacity: 1;
    transform: translateY(0);
    transition: all 1s ease;
    transition-delay: 1s;
  }

  .slick-prev,
  .slick-next {
    background-color: #fff;
    /* Arrow background */
    border: none;
    color: #000;
    /* Arrow color */
    font-size: 16px;
    /* Font size */
    padding: 10px;
    /* Padding around arrows */
    cursor: pointer;
  }

  .featured-products-2 h2 {
    font-size: 32px;
  }

}

@media (max-width:769px) {

  .customization-and-branding-section {
    gap: 10px !important;
}

  .last_name {
    margin-top: 20px;
  }

  .dropdown-link>a {
    background-color: transparent;
    color: #FAFAFA;
    padding: 6px;
    line-height: 17px;
  }

  .dropdown-link>a.drop-submenulink .sub-menue {
    width: 50px !important;
    flex: none;
    height: 50px !important;
  }

  .ReviewsCard {
    padding: 15px !important;
  /* height: 205px !important; */
    min-width: none !important;
    min-height: none !important;
  }

  .lg-img {
    padding: 0 12px;
  }

  .product-card .image-container {
    height: auto !important;
    width: 100%;
  }

  .new-section img {
    height: auto;
  }

  .product-list {
    padding: 10px 0px !important;
  }

  .section_cat_heading {
    font-size: 19px !important;
  }

  .log-sign .selected {
    padding: 10px 20px;
    margin-bottom: -13px;
  }

  .enq_header {
    flex-direction: column !important;
  }

  .enq_header .col-6 {
    width: 100%;
  }

  .enq_header .enq-search input {
    border: 1px solid rgba(237, 238, 243, 1);
    border-radius: 10px;
    width: 100%;
    margin-top: 5px;
  }
}


@media (max-width:590px) {
  /* .product-details-section #thumbcarousel .slick-next {
    left:78%;
  } */

  body {
    overflow-x: hidden;
  }

  .nav-btn {
    top: 3.2rem;
  }

  .explore-products {
    height: 700px;
  }

  .home-explore-service .service-content {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .home-explore-service .service {
    width: 100%;
    text-align: center;
  }

  .home-explore-service .service-items {
    flex-direction: column;
  }

  .home-explore-service .service-items .service-item {
    width: 95%;
  }

  .home-explore-product .product-items {
    flex-direction: column;
  }

  .home-explore-product .product-items .product-col {
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .home-explore-product .product-items .product-col .product-row {
    width: 48%;
    height: 100%;

  }

  .home-section-heading h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 !important;
    padding: 0 !important;


  }

  .home-section-heading {
    margin-bottom: 5px;

  }

  .home-section-desc p {
    /* font-family: 'regular_400'; */
    font-size: 12px;
    margin: 0 3%;

  }

  .navLogo {
    width: 60px;
    margin: 5px;
  }



  /* .home-btns button{
    font-size: 16px;
    padding: 10px 0;
    width: 150px;
    margin-bottom: 15px;

  } */

  .home-explore-service .service-content .service p {
    font-size: 18px;
    line-height: 24.4px;
  }

  .home-explore-service .service-content .service h2 {
    font-size: 32PX;
    line-height: 40px;
  }

  .cs {
    margin-bottom: 50px;
  }



}

@media (max-width: 425px) {

  /* .card .img-container{
    height: 180px !important;
  } */

  .shipping-content .header h1 {
    font-size: 24px !important;
    line-height: 20px !important;
  }

  .shipping-section .mid-content .header p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32.04px;
  }

  .shipping-section .header h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 42.24px;
  }


  .shipping-section .end-section h1 {
    font-size: 24px;
    font-weight: 600;
  }

  .shipping-section .shipping-content .header p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26.04px;
    color: rgba(80, 80, 80, 1);
  }

  .About-section span {
    font-size: 14px;
  }

  .shipping-content .content-btns>div {
    margin: 7px auto;

  }


  .About-section .about_sec .image-box {
    margin-bottom: 10px;
  }





  .log-sign {
    flex: initial;
    flex-direction: column-reverse;
    width: 100%;
    padding: 1.5rem 1.9rem;
    justify-content: flex-end;

    order: 1;

    opacity: 0;
    transform: translateY(15px);
  }

  .log-sign .custom-select .fas {
    position: absolute;
    right: 8px;
    top: 15px;
    margin-right: 10px;
    font-size: 1.1rem;
    transform: rotate(-90deg);
  }

  .log-sign .user-dropdown .dropdown-btn {
    padding: 1.6rem 2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .log-sign .user-dropdown .dropdown-btn i {
    font-size: 1.1rem;
    transform: rotate(-90deg);
    /* padding-right: 15px */
  }

  .log-sign a.btn.round-cart {
    order: 1;
    margin: 15px;
    padding: 10px;
  }

  .log-sign .selected {
    padding: 12px;
    margin-bottom: -13px;
  }

  .home-explore-service .service-content .service p {
    font-size: 16px !important;
  }

  .home-explore-service .service-content .service h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .product-header h1 {
    font-size: 24px !important;
    line-height: 20px !important;
    text-align: center !important;
  }

  .product-header p {
    font-size: 14px !important;
    line-height: 26px !important;
    text-align: center !important;
  }

  .featured-products-2 h2 {
    font-size: 24px !important;
    line-height: 20px !important;
    text-align: center !important;

  }

  .why-choose-us-heading h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .why-choose-us-heading p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    width: 100% !important;
  }

  .why-choose-us-content .item-image {
    height: auto !important;
    margin: 10px;
  }

  .why-choose-us-content .item {
    height: 300px !important;
  }

  .why-choose-us-content .item p {
    /* font-family: Poppins; */
    font-size: 13px !important;
    font-weight: 400;
    line-height: 21px !important;
    color: #42526B;
  }

  .why-choose-us-content .item h5 {
    /* font-family: Poppins; */
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px !important;
    color: #061C3D;
  }

  .section_heading {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 28px !important;
  }

  .section_des {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px !important;
  }

  .customization-and-branding-section .service-content>div {
    --bs-gutter-x: 0;
  }



  .ReviewsCard {
    padding: 15px !important;
    margin: 7px auto !important;

    /* height: 205px !important; */
    min-width: none !important;
    min-height: none !important;
  }



  .log-sign {
    flex-wrap: wrap;
  }

  .log-sign .CatalogueBtn {
    width: 100% !important;
  }

  .custom-select {
    width: 100%;
  }

  .log-sign .custom-select .options {

    position: unset;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    z-index: 1;
    color: #000;
    padding: 10px 15px;
    left: 0;
    top: 0;
    transform: unset;

  }

  .log-sign .user-dropdown {
    width: 100%;
  }

  .log-sign .dropdown-menu {
    width: 100%;
    position: unset;
  }

  /* .log-sign .custom-select {
     padding: 0.6rem 2rem; 
  } */



  .ReviewsCard .ReviewBy-person h6 {
    font-size: 11px !important;
  }

  .lower-section {
    padding: 30px !important;
  }

  .lower-section button {
    background-color: rgba(154, 127, 35, 1);
    border-radius: 9px;
    padding: 10px;
    margin-top: 16px;
    font-size: 12px;
  }

  .home-page {

    gap: 40px;

  }

  .log-sign {
    padding: 0.5rem 0.9rem !important;
  }



  .Customer-Stories-section .Ztitle h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }

  .Customer-Stories-section .cs-descp {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: start;
  }

  .Customer-Stories-section .testimonial-card .testimonial-content p.quote {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(53, 59, 67, 1);
  }

  .more-cs h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.5px;
  }




  .cs-descp {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: start;
  }

  .Ztitle h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }


  .new_serve ul li {
    width: 100% !important;
  }

  .Resources-mega-submenu li.dropdown-link {
    width: 45%;
  }

  .zarf-packs-section .left h1 {
    font-size: 22px;
    line-height: 30px;
  }

  /* .card {
    width: 260px;
    height: 255px;
  } */

  .lg-img {
    height: 300px;
  }

  .item-img {
    height: 150px;
  }


  .customer-stories-section .cs-card {
    width: 100% !important;

  }

  .home-section-heading h1 {
    height: auto;

  }

  body {
    overflow-x: hidden;
  }


  .home-section .btn {
    margin-bottom: 0px;
    font-size: 14px;
  }



  .home-explore-service .service-content {
    flex-direction: column;
  }

  .why-choose-us-content {
    padding: 0;
    height: auto;
  }

  .why-choose-us-content .item {
    width: 100%;
    height: 100%;
    padding: 30px;
    margin: 11px;
    flex-direction: column;
    background-color: white;
    align-items: center;
    gap: 20px;
    text-align: center;
  }


  .products {
    /* width: 100%; */
  }



  .subscribeBtn {
    /* position: relative;
    right: 0; */
    font-size: 12px;
  }

  .tab-content {
    /* transform: translateY(-13%); */
    transition: all 1s ease;
    height: 100%;
  }

  .multi-relatedProduct-sec {
    min-width: 167px;
  }

  .product-details-section #thumbcarousel .slick-next {
    background: #D9D9D933;
    width: 100px;
    left: 82%;
    top: 42px;
    transform: rotate(-90deg);

  }

  .product-details-section #thumbcarousel .slick-prev {
    background: #D9D9D933;
    left: -17%;
    transform: rotate(-90deg);
    top: 40px;
    width: 100px;
  }

  .multi-relatedProduct-img {
    width: 100%;
    height: 114px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    margin-bottom: 0px;
  }

  .dropdown-productsLinks li {
    width: 50% !important;
  }

  .Resources-mega-submenu li.dropdown-link {
    width: 100% !important;
  }

  .dropdown ul.dropdown-productsLinks {
    gap: 0;
  }

  .first_col {
    height: unset !important;
  }

  .cookies-popup-content {


    width: 400px;
    height: 300px;



  }

  .popup-text p {
    width: 100%;
    margin-bottom: 25px;
  }

  .ReviewsCard {
    margin: unset;
  }

  .sustainability .BtnsRow {
    gap: 10px;
    flex-direction: column;
  }

  .sustainability h2 {
    color: #131514;
    font-family: 'bold_700';
    font-weight: 700;
    line-height: 30px !important;
    font-size: 24px;
  }

  .single-blog-head h3 {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .single-blog-details-section p {
    font-size: 14px;
    line-height: 28px;
  }

  .single-blog-details-section h4 {
    font-size: 17px;
  }

  .innovation {
    padding: 5px 0px;
  }

  .sustainability {
    gap: 15px !important;
  }

  .first_col h5 {
    font-weight: 800;
    margin: 5px 0 !important;
    font-size: 20px !important;
  }

  .first_col p {
    margin: 5px 0;
    color: white;
    font-size: 16px !important;
  }

  .sustainability .BtnsRow-planBtn,
  .sustainability .BtnsRow-solidBtn {
    width: 100%;
  }

  .warehouse-header .heading h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
  }

  .log-sign .btn.transparent {
    margin: 10px 0 !important;
    width: 100%;
    border: 1px solid white !important;
  }
}
.blog-card{
  margin:10px !important;
}
.ware-btns {
  margin-top: 100px;
}

blockquote {
  position: relative;
  padding-left: 10px;
  margin: 1em 20px;
}

blockquote::before {
  content: "”";
  /* Closing quotation mark at the start */
  font-family: Arial, sans-serif;
  font-size: 3em;
  color: #ddd;
  /* Light gray color */
  position: absolute;
  left: 0;
  top: 19px;
  /* Adjust position as needed */
}

/* .bec_partner .center-div {
  padding-right: 0px;
} */


.product-thumbnails {
  justify-content: center;
}

.faq-search {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-btn .nav-links ul {
  margin-top: 0px !important;
}


.usecase_slider .card .img-container img {
  object-fit: cover;
}

.card .body_title {

  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.30000001192092896px;
  color: rgba(19, 21, 20, 1);

}

.sub-category-btn {
  font-size: 13px;
}

.not_found img {
  width: 80%;
  display: flex;
  margin: 0px auto;
}

.product-section .productSSingleBox .image-container {
  border-bottom: 1px solid #e0e0e0;
}

.tab-content .image-container {
  border-bottom: 1px solid #e0e0e0;

}

.nodata {
  height: auto !important;
  border-bottom: unset !important;
}

.nodata_card {
  height: auto !important;
}

.no_data {
  width: 35%;
}

.sec-h-100 {
  height: 80vh;
}


.img-card-responsive {
  overflow: hidden;
  height: auto;
}

/* Safari-specific CSS */
@supports (-webkit-overflow-scrolling: touch) {
  a {
      color: #000000 !important; 
      text-decoration: none; 
  }

  a:visited {
      color: #555555 !important;
  }

  a:hover {
      color: black !important; 
    
  }

  a:active {
      color: black !important; 
  }
  .nav-link a{
    color: white !important; 
  }
  .nav-link a:active{
    color: white !important; 
  }


  .footer-section li  a{
    color: white !important; 
  }

  .footer-section li  a:active{
    color: #F7C004  !important; 
  }
  
}
