@import url('../fonts/font-style.css');
body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Plus Jakarta Sans';
    font-weight: normal;
    font-size: 18px;
}
.top-header {
    margin: 0;
    display: block;
    padding: 10px 0;
    width: 100%;
    position: relative;
    z-index: 1030;
    background:#fff;  
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    overflow: hidden; 
}
html:has(.mfp-iframe-holder),
html:has(.mfp-zoom-out-cur){
    overflow: auto!important;
    margin:0!important;
}
.header-part-info {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.top-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color:#fff; 
}
.right-part {
    float: right;
}
.top-logo {
    max-width: 394px;
    float: left;
    margin: 0 56px 0 0;
    position: relative;
    width: 100%;
}
.top-logo a {
    padding: 0;
    margin-right: 0px;
}
.top-logo a img {
    max-width: 100%;
    border: 0;
}
.top-header .navbar {
    padding: 10px 16px;     
}
.top-header.fixed  .navbar{
    border-color: transparent;
}
.top-store-info {
    min-height: 57px;
    background-color: #EDFED8;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-top: -1px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    float: right;
}
.header-menu-part {
    float: right;
    clear: both;
    margin: 0 0;
}
#main-menu ul {
    margin: 0px;
    padding: 0;
}
#main-menu ul li {
    padding: 0 10px;
    margin: 0;
}
#main-menu ul li a {
    color: #444748;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 0 15px;
    text-decoration: none;
}
#main-menu ul li a:hover {
    color: #000;
    text-decoration: underline;
}
#main-menu ul li.current-menu-item a{
    color: #000;
    text-decoration: underline; 
}

/**/



.top-search{
    margin: 0;
    padding: 0 20px;
    position: relative;
}
.top-search img{
    max-width: 100%;
}
.top-right-link{
    margin: 0;
    padding: 0;
}
.right-btn-link{
    margin: 0;
    display: flex;
}
.right-btn-link li {
    list-style-type: none;
    display: inline-block!important;
    margin:0 22px !important;
}
.right-btn-link li:last-child{
    margin-right: 0!important;
}

.right-btn-link li.cta-stud a{
    border-radius: 12px;
    background: #735A2F;
     border: 2px solid #735A2F; 
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    color: #fff !important;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.right-btn-link li.cta-stud a:hover{
    color: #000 !important;
    background-color: #fff; 
    border: 2px solid #000;  
    text-decoration: none !important;    
}


/**main-footer**/
.main-footer {
    background: #2D2D2D;
    padding:40px 0;
    clear: both;
    width: 100%;
    position: relative;
    width: 100%;
    display: block;
}
.footer-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-items:self-start;
}
.footer-menu-list ul{
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
.footer-logo-mdia{
    max-width: 440px;
    padding: 0;
}
.footer-logo {
    margin-bottom: 30px;
}
.col-list p{
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    max-width: 400px;
}
.social-icons {
    margin-top: 25px;
    display: flex;
    gap: 20px;
}
.social-icons a {
    color: #fff;
    font-size: 26px;
    transition: 0.3s;
}
.social-icons a:hover{color: #C8B39D;}
.col-list h4 {
    color: #C8B39D;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.footer-menu-list {
    flex: 1;
    min-width: 200px;
    margin: 0;
}
.footer-menu-list li {
    list-style: none;
    padding: 5px 12px;
    margin: 0px 0 5px;
    width: 100%;
    float: left;
    padding-left: 0 !important;
}
.footer-menu-list li.current-menu-item a{color:#AD8540;}
.footer-menu-list li a {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
    text-decoration: none;
}
.footer-menu-list li a:hover {
    color: #C8B39D;
}
.newsletter {
    max-width: 420px;
}
.newsletter-form {
    display: flex;
    margin: 25px 0;
    overflow: hidden;
    border-radius: 8px;
}
.newsletter-form input {
    flex: 1;
    border: none;
    outline: none;
    padding: 8px 15px;
    font-size: 15px;
    background: #f3f0eb;margin: 0;
}
.newsletter-form button {
    border: none;
    background: #cdb79d;
    color: #fff;
    padding: 0 28px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    transition: 0.3s;
}
.newsletter-form button:hover {
    background: #b8a082;
}

/* Home Banner */
.hero-slider,
.swiper-slide {
    position: relative;
    width: 100%;
    height: 750px;
}
.hero-bg {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
}

/* Optional overlay */
.swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.15);
}

/* Content positioned over image */
.hero-content {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 700px;
}
.hero-mobile-image{
    display:none;
}
.hero-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.hero-tags span img{ padding-right: 5px;}
.hero-tags .award-establish{
    background: #E3CDB6;
    color: #1C1C18;
}
.hero-tags span {
    background: rgba(255,255,255,.8);
    padding: 8px 12px 4px;
    border-radius: 30px;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 1.2px;
}
.hero-text h1 {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 70.4px;
    letter-spacing: -1.28px;
    margin-bottom: 20px;
}
.hero-text h1 strong {
    font-weight: 700;
}
.hero-text h1 span {
    color: #c79b4b;
    font-weight: 700;
}
.hero-text p {
    color: #444748;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 30px;
    max-width: 500px;
}
.hero-buttons {
    display: flex;
    gap: 15px;
}
.btn-primary {
    border-radius: 12px;
    background: #AD8540;
    border: 2px solid #AD8540; 
    padding: 15px 30px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; 
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.btn-outline {
   border-radius: 12px;
    border: 2px solid #000;
    padding: 15px 30px;
    text-decoration: none;
    color: #000;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 14px; 
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.btn-primary:hover {
    color: #000 !important;
    text-decoration: none;
    border: 2px solid #000;
    background: transparent !important;
}
.btn-outline:hover {
    color: #fff;
    background: #AD8540;
    border: 2px solid #AD8540; 
}

.delivery-note{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:70px;
    color: #444748;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 100% */
    letter-spacing: 1.2px;
}
.delivery-note i{
    font-size:18px;
    color:#555;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {background:#AD8540 !important;}

.manufacturing-section{
    padding:80px 0;
}
.manufacturing-content {
    max-width: 650px;
    float: right;
}
.manufacturing-content h2{
    color: #735A2F;
    font-family: "Plus Jakarta Sans";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-bottom:30px;
}
.manufacturing-content p{
    color: #444748;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    margin-bottom:30px;
}
.features-row{
    display:flex;
    gap:35px;
    margin-bottom:25px;
    flex-wrap:wrap;
}
.feature-box{
    flex:1;
    /* min-width:150px; */
}
.feature-box img{padding-right: 7px;}
.feature-box h5{
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.6px; /* 160% */
    margin-bottom:12px;
}
.feature-box p{
    color: #444748;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom:0;
}
.know-more-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    padding: 25px 40px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    border-radius: 12px;
    background: #AD8540;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    transition:.3s;
}
.know-more-btn:hover{
    background:transparent;
    color:#444748;
    border:1px solid #444748;
}

.production-journey{
    background:#b58d4d;
    padding:80px 0 90px;
    overflow:hidden;
}
.production-journey-content{
    text-align:center;
    color:#fff;
    margin-bottom:80px;
}
.production-journey-content h2{
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 40px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: -0.48px;
    margin-bottom:15px;
}
.production-journey-content p{
   color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.journey-wrapper{
    position:relative;
    display:flex;
    justify-content:space-between;
}
.timeline-line{
    position:absolute;
    top:47px;
    left:12%;
    right:12%;
    height:1px;
    background:#C4C7C7;
    z-index:1;
}
.journey-item{
    position:relative;
    width:23%;
    text-align:center;
    z-index:2;
}
.step-circle{
    width:96px;
    height:96px;
    border-radius:50%;
    background:#f3f0ea;
    border:4px solid #e3ddd3;
    margin:0 auto 35px;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #000;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41.6px; 
     position: relative;
    overflow: visible;
}

.step-circle::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.5);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
.journey-item h4{
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    margin-bottom:15px;
}
.journey-item p{
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
    margin:0 auto;
    max-width:260px;
}

.testimonial-section{
    background:#f7f5f1;
    padding: 80px 0 100px;
}
.testimonial-title{
    text-align:center;
    margin-bottom:50px;
}
.testimonial-title h2{
    color: #735A2F;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 57.6px; /* 144% */
    letter-spacing: -0.48px;
    margin:0;
}
.testimonial-slider .slick-track{
    display:flex !important;
    align-items:stretch;
}
.testimonial-slider .slick-slide{
    height:auto !important;
    display:flex !important;
}
.testimonial-item{
    width:100%;
    display:flex;
    flex-direction:column;
    padding:20px 30px;
    text-align:center;
}
.testimonial-item p{
    flex-grow:1;
}
.quote-icon{
    font-size:70px;
    color:#b58d4d;
    line-height:1;
    margin-bottom:10px;
}
.testimonial-item p{
    color: #000;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; 
    text-transform: capitalize;
    max-width: 480px;
    margin:0 auto 25px;
}
.testimonial-item h5{
   color: #735A2F;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    text-transform: capitalize;
    margin:0;
}
/* Slick Dots */
.testimonial-slider .slick-dots{
    bottom:-60px;
}
.testimonial-slider .slick-dots li{
    width:12px;
    height:12px;
    margin:0 5px;
}
.testimonial-slider .slick-dots li button{
    width:12px;
    height:12px;
    padding:0;
}
.testimonial-slider .slick-dots li button:before{
    content:'';
    width:12px;
    height:12px;
    border-radius:50%;
    background:#b58d4d;
    opacity:1;
}
.testimonial-slider .slick-dots li.slick-active button:before{
    background:#735A2F;
}

.cta-section{
    position:relative;
    background:url(../images/cta-bg.webp);
    background-position:center;
    background-size:cover;
    overflow:hidden;
    padding:80px 0 0;
}
.cta-content{
    position:relative;
    z-index:2;
    max-width:500px;
    padding-bottom:60px;
}
.cta-content h2{
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.28px;
    margin-bottom:30px;
}
.cta-content p{
    color: #444748;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 160% */
    margin-bottom:35px;
}
.cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; 
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-decoration:none;
    padding: 20px 30px;
    border-radius: 12px;
    background: #AD8540;
    border: 2px solid #AD8540;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    transition:.3s;
}
.cta-btn:hover{
    color:#000;
    border: 2px solid #000;
    background:transparent;
}
.contact-info{
    display:flex;
    gap:30px;
    margin-top:30px;
    flex-wrap:wrap;
}
.contact-info a{
    color: #444748;
    text-align: center;
    text-decoration:none;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.contact-info a:hover{color:#AD8540;}
.contact-info i{
    margin-right:8px;
}
.cta-image{
    position:relative;
    z-index:2;
    text-align:right;
}
.cta-image img{
    max-width:100%;
    display:block;
    margin-left:auto;
}


.common-grid-align-left .common-media-info{order:1;}
.common-grid-align-left .common-content-info{order:2;}
.common-grid-align-right .common-media-info{order:2;}
.common-grid-align-right .common-content-info{order:1;}


/* ============================================
   SECTION STYLES
   ============================================ */

.core-manufacture-section {
  background-color: #fdf9f2;
  padding: 3.698vw 0 3.594vw;
}
.core-manufacture-section .core-contents {
  background-color: #ffffff;
  box-shadow: 0px 0.313vw 0.677vw 0px #0000001a;
  box-shadow: 0px 1.25vw 1.25vw 0px #00000017;
  width: 75vw;
  margin: 0 auto;
  padding:2.656vw 1.563vw 2.656vw;
  position: relative;
  border-radius: 0.625vw;
}
.core-manufacture-section .manufacture-heading h2 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 2.083vw;
  line-height: 3vw;
  letter-spacing: -0.025vw;
  color: #735a2f;
  margin: 0;
}
.core-manufacture-section .manufacture-heading p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 1.5vw;
  letter-spacing: normal;
  color: #444748;
  margin: 0;
}

.core-manufacture-section .manufacture-slider {
  position: relative;
  margin: 0.781vw 0 1.875vw;
}

.core-manufacture-section .slider-item {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
.core-manufacture-section .slider-item .image {
  position: relative;
}
.core-manufacture-section .slider-item .gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.45) 25%,
    rgba(0, 0, 0, 0.15) 50%,
    transparent 80%
  );
  pointer-events: none;
  border-bottom-right-radius: 0.625vw;
  border-bottom-left-radius: 0.625vw;
}
.core-manufacture-section .slider-item .content {
  position: absolute;
  /* bottom: 3.125vw; */
   bottom: 1.125vw;
  left: 2.823vw;
}
.core-manufacture-section .slider-item .image img {
  width: 13.427vw;
  /* height: 18.281vw; */
  border-radius: 0.625vw;
}
.core-manufacture-section .slider-item .content img {
  width: 1.771vw;
  height: 1.771vw;
}
.core-manufacture-section .slider-item .content p {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 1.042vw;
  line-height: 1.5vw;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 0.677vw;
}

.core-manufacture-section .slider-controls {
  position: absolute;
  bottom: 3.177vw;
  right: 1.615vw;
}

.core-manufacture-section .slider-nav-info {
  display: flex;
  justify-content: center;
  gap: 0.625vw;
}

.prev-arrow,
.next-arrow {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.core-manufacture-section .prev-arrow:hover,
.core-manufacture-section .next-arrow:hover,
.core-manufacture-section .slider-item .content img:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

.core-manufacture-section .prev-arrow:active,
.core-manufacture-section .next-arrow:active {
  transform: scale(0.95);
}

.core-manufacture-section .prev-arrow img,
.core-manufacture-section .next-arrow img {
  width: 2.5vw;
  height: 2.5vw;
  object-fit: contain;
}
.core-manufacture-section .features {
  display: flex;
  gap: 5.573vw;
  margin: 0 auto;
  justify-content: start;
  align-items: center;
}
.core-manufacture-section .feature-item {
  display: flex;
  gap: 1.042vw;
  justify-content: center;
  align-items: center;
}
.core-manufacture-section .feature-item .icon img {
  /* width: auto; */
  height: auto;
}
.core-manufacture-section .feature-item .content h4 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 100%;
  letter-spacing: normal;
  color: #444748;
  margin: 0 0 0.104vw;
}
.core-manufacture-section .feature-item .content p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 1.5vw;
  letter-spacing: normal;
  color: #444748;
  margin: 0;
}


.order-catalogue-section {
  background-color: #F0E8DB;
  padding: 1.875vw 0 1.823vw;
  position: relative;
}
.order-catalogue-section .order-catalogue {
  width: 75vw;
  margin: 0 auto;
}
.order-catalogue-section .catalogue-heading h2 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 2.083vw;
  line-height: 3vw;
  letter-spacing: -0.025vw;
  color: #735A2F;
}
.order-catalogue-section .catalogue-heading .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.order-catalogue-section .catalogue-heading .content h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 1.5vw;
  letter-spacing: normal;
  color: #444748;
  margin-bottom: 0;
}
.order-catalogue-section .catalogue-heading .content .catelogue-link {
  text-decoration: none;
}
.order-catalogue-section .catalogue-heading .content .catelogue-link:hover{text-decoration: none;}

.catelogue-link img {
    transition: transform 0.3s ease;
}
.catelogue-link:hover img {
    transform: translateX(6px);
}
.order-catalogue-section .catalogue-heading .content a {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 0.729vw;
  line-height: 0.729vw;
  letter-spacing: 0.036vw;
  color: #735A2F;
  width: 12vw;
  text-decoration: none;
}
.order-catalogue-section .catalogue-heading .content a img {
  width: 0.5vw;
  height: 0.5vw;
}
.order-catalogue-section .catalogue-slider {
  margin: 2.083vw 0 0
}
.order-catalogue-section .catalogue-slider .slider-item img {
  width: 16.875vw;
  height: 16.406vw;
  border-top-right-radius: 0.625vw;
  border-top-left-radius: 0.625vw;
}
.order-catalogue-section .catalogue-slider .slider-item .content {
  width: 16.875vw;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px #0000000D;
  border-bottom-right-radius: 0.625vw;
  border-bottom-left-radius: 0.625vw;
  padding: 1.25vw;
}
.order-catalogue-section .catalogue-slider .slider-item .content h4 {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 1.042vw;
  line-height: 1.963vw;
  letter-spacing: normal;
  color: #000000;
  margin: 0;
  margin-bottom:1.103vw;
}
.order-catalogue-section .catalogue-slider .slider-item .content p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 0.833vw;
  line-height: 1.333vw;
  letter-spacing: normal;
  color: #444748;
  margin: 0;
}
.order-catalogue-section .catalogue-slider .slider-item .content .size-section, .keep-exploring .size-section{
  display: flex;
  align-items: baseline;
  gap: 0.833vw;
  margin: 1.25vw 0;
}
.order-catalogue-section .catalogue-slider .slider-item .content .size-section p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 0.521vw;
  line-height: 0.781vw;
  letter-spacing: normal;
}
.order-catalogue-section .catalogue-slider .slider-item .content .size-section ul {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  list-style-type: none;
  gap: 0.208vw;
}
.order-catalogue-section .catalogue-slider .slider-item .content .size-section ul li {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 0.625vw;
  line-height: 0.938vw;
  letter-spacing: normal;
  text-align: center;
  width: 1.667vw;
  height: 1.667vw;
  border: 1px solid #C4C7C7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-catalogue-section .catalogue-slider .slider-item .content a {
  width: 100%;
  height: 2.5vw;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 0.729vw;
  line-height: 0.729vw;
  letter-spacing: 0.036vw;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0.417vw;
  text-decoration: none;
  margin: 0 auto;
}
.order-catalogue-section .catalogue-slider .slider-item .content a:hover{
  border: 1px solid #AD8540;
  background:#AD8540;
  color:#fff;
}
.order-catalogue-section .slider-controls {
  position: absolute;
  bottom: 14.583vw;
}
.order-catalogue-section .slider-nav-info {
  display: flex;
  justify-content: space-between;
}
.order-catalogue-section .prev-arrow img,
.order-catalogue-section .next-arrow img {
  width: 0.521vw;
  height: 1.042vw;
  object-fit: contain;
}

@media (min-width: 768px) {
  .order-catalogue-section .catalogue-slider .slick-track {
    display: flex;
  }
  .order-catalogue-section .catalogue-slider .slick-slide {
    margin-right: 2.65vw; /* desired gap */
  }
  .order-catalogue-section .catalogue-slider .slick-list {
    margin-right: -2.65vw;
  }
  .order-catalogue-section .catalogue-slider .slider-item {
    display: flex;
    flex-direction: column;
  }
  .order-catalogue-section .catalogue-slider .slider-item {
    width: 16.875vw !important;
  }
  .order-catalogue-section .slider-nav-info .prev-arrow {
    position: relative;
    left: -2.865vw;
  }
  .order-catalogue-section .slider-nav-info .next-arrow {
    position: relative;
    left: 77vw;
  }
}
@media (max-width: 767px) {
  .core-manufacture-section {
    padding: 10.698vw 0 10.594vw;
  }
  .core-manufacture-section .core-contents {
    width: 90vw;
    padding: 7vw 5.563vw 7vw;
    border-radius: 2.824vw;
  }
  .core-manufacture-section .manufacture-heading h2 {
    font-size: 22px;
    line-height: 7vw;
  }
  .core-manufacture-section .manufacture-heading p {
    font-size: 4vw;
    line-height: 9vw;
  }
  .core-manufacture-section .slider-item .image img {
    width: 100%;
    height: auto;
    border-radius: 2.824vw;
  }
  .core-manufacture-section .slider-item .gradient-overlay {
    border-bottom-right-radius: 2.824vw;
    border-bottom-left-radius: 2.824vw;
  }
  .core-manufacture-section .slider-item .content p {
    font-size: 16px;
    line-height: 9vw;
  }
  .core-manufacture-section .slider-item .content img {
    width: 10vw;
    height: 10vw;
  }
  .core-manufacture-section .slider-item .content {
    bottom: 10vw;
    left: 11vw;
  }
  .core-manufacture-section .slider-controls {
    position: relative;
    top: auto;
    right: auto;
    margin: 6vw 0;
  }
  .core-manufacture-section .slider-nav-info {
    gap: 2vw;
  }
  .core-manufacture-section .prev-arrow img, .core-manufacture-section .next-arrow img {
    width: 10vw;
    height: 10vw;
  }
  .core-manufacture-section .features {
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: baseline;

  }
  .core-manufacture-section .feature-item {
    /* flex-direction: column; */
    gap: 4.042vw;
  }
  .core-manufacture-section .feature-item .content h4 {
    font-size: 5vw;
    margin: 0 0 2.404vw;
  }
  .core-manufacture-section .feature-item .content p {
    font-size: 16px;
    line-height: 4vw;
  }

  .order-catalogue-section {
    padding: 10vw 0;
  }
  .order-catalogue-section .order-catalogue {
    width: 90vw;
  }
  .order-catalogue-section .catalogue-heading h2 {
    font-size: 22px;
    line-height: 12vw;
  }
  .order-catalogue-section .catalogue-heading .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .order-catalogue-section .catalogue-heading .content h3 {
    font-size: 4vw;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .order-catalogue-section .catalogue-heading .content a {
    font-size: 3vw;
    line-height: normal;
  }
  .order-catalogue-section .catalogue-slider {
    margin: 10vw 0 0;
  }
  .order-catalogue-section .catalogue-slider .slider-item img {
    width: 100%;
    height: auto;
    border-top-right-radius: 2.824vw;
    border-top-left-radius: 2.824vw;
  }
  .order-catalogue-section .catalogue-slider .slider-item .content {
    width: auto;
    border-bottom-right-radius: 2.824vw;
    border-bottom-left-radius: 2.824vw;
    padding: 8vw;
  }
  .order-catalogue-section .catalogue-slider .slider-item .content h4 {
    font-size: 5vw;
    line-height: normal;
    margin-bottom: 6vw;
  }
  .order-catalogue-section .catalogue-slider .slider-item .content p {
    font-size: 16px;
    line-height: normal;
  }
  .order-catalogue-section .catalogue-slider .slider-item .content .size-section p {
    font-size: 16px;
    line-height: 4vw;
  }
  .order-catalogue-section .catalogue-slider .slider-item .content .size-section {
    margin: 5.647vw 0;
  }
  .order-catalogue-section .catalogue-slider .slider-item .content .size-section ul {
    gap: 0.941vw;
  }
  .order-catalogue-section .catalogue-slider .slider-item .content .size-section ul li {
    width: 7.529vw;
    height: 7.529vw;
    font-size: 4vw;
    line-height: 4vw;
  }
  .order-catalogue-section .catalogue-slider .slider-item .content a {
    font-size: 14px;
    line-height: normal;
    height: 10vw;
    border-radius: 1.882vw;
  }
  .order-catalogue-section .slider-controls {
    position: relative;
    bottom: 0;
    margin-top: 5vw;
  }
  .order-catalogue-section .slider-nav-info {
    justify-content: center;
    align-items: center;
    gap: 3vw;
  }
  .order-catalogue-section .prev-arrow img, .order-catalogue-section .next-arrow img {
    width: 5vw;
    height: 5vw;
  }
  .order-catalogue-section .catalogue-heading .content a img {
    padding-left: 10px;
    width: 20px;
    height: 12px;
  }
}

.core-collection {
  background-color: #FDF9F2;
  padding: 2.865vw 0;
}
.core-collection .collection-container {
  width: 75vw;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 3.406vw;
}
.core-collection .left-wrap {
  width: 17.427vw;
}
.core-collection .left-wrap .content h2 {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 1.823vw;
  line-height: normal;
  letter-spacing: -0.025vw;
  color: #1C1C18;
  margin: 0 0 1.302vw;
}
.core-collection .left-wrap .content p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 0.833vw;
  line-height: 1.25vw;
  letter-spacing: normal;
  color: #444748;
  margin: 0 0 1.302vw;
}
.core-collection .left-wrap .content p a{color: #444748;}
.core-collection .left-wrap .content p a:hover{color: #735A2F;}
.catelog-settings .active:hover{color: #735A2F;}
.core-collection .catalog-dropdown-btn {
  display: none;
}
.core-collection .left-wrap .catelog-settings p {
  display: none;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 0.938vw;
  line-height: 1.5vw;
  letter-spacing: normal;
  color: #000000;
  margin: 0 0 0.521vw;
}
.core-collection .left-wrap .catelog-settings ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.core-collection .left-wrap .catelog-settings ul li {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 0.998vw;
  line-height: 1.5vw;
  letter-spacing: normal;
  color: #444748;
  margin: 0 0 0.521vw;
  cursor: pointer;
}
.core-collection .left-wrap .catelog-settings ul li:hover{color: #735A2F;font-weight: 700;}
.core-collection .left-wrap .catelog-settings ul li.active {
  font-weight: 700;
  color: #735A2F;
}
.core-collection .right-wrap {
  width: 52.396vw;
}
.core-collection .collection-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.833vw;
}
.core-collection .right-wrap .collection-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 0.998px 1.997px 0px #0000000D;
  border-radius: 0.625vw;
  width: 16.875vw;
}
.core-collection .right-wrap .collection-card .image-wrap img {
  width: 100%;
  height: auto;
  border-top-left-radius: 0.625vw;
  border-top-right-radius: 0.625vw;
}
.core-collection .right-wrap .collection-card h4 {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 1.042vw;
  line-height: 2.167vw;
  letter-spacing: normal;
  margin: 1.25vw;
}
.core-collection .right-wrap .collection-card a {
  width: 14.375vw;
  height: 2.396vw;
  border-radius: 0.417vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 0.729vw;
  line-height: 0.729vw;
  letter-spacing: 0.036vw;
  color: #000000;
  margin: 0 1.25vw 1.25vw;
  text-decoration: none;
  border: 1px solid #000000
}
.core-collection .right-wrap .collection-card a:hover {
  background-color: #735A2F;
  color: #ffffff;
  border: 1px solid #735A2F
}
.core-collection .catalog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.475vw;
  width: fit-content;
  margin: 2.083vw auto 0;
  padding: 0.417vw 0.729vw;
  background: #fff;
  border-radius: 52.031vw;
  box-shadow: 0px 4px 4px 0px #00000033;
}
.core-collection .page-numbers {
  display: flex;
  align-items: center;
  gap: 0.75vw;
}
.core-collection .page {
  border: none;
  background: transparent;
  cursor: pointer;
  width: 1.458vw;
  height: 1.458vw;
  font-family: Lato;
  font-weight: 600;
  font-size: 0.625vw;
  line-height: 100%;
  letter-spacing: normal;
  color: #656565;
}
.core-collection .page.active {
  border-radius: 50%;
  background: #8a6b35;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.core-collection .nav-btn {
  width: 0.417vw;
  height: 0.833vw;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #A9A9A9BA;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-pagination .nav-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  background:none;
  border:none;
  cursor:pointer;
  padding:0;
}

.catalog-pagination .nav-btn img{
  display:block;
  width:12px;
  height:auto;
  max-width:none;
}


.industrial-capabilities {
  background-color: #F0E8DB;
  padding: 2.604vw 0;
}
.industrial-capabilities .industrial-container {
  width: 75vw;
  margin: 0 auto;
}
.industrial-capabilities .industrial-contents {
  display: flex;
  /* justify-content: space-between;
  align-items: center; */
  gap: 2vw;
}
.industrial-capabilities .left-wrap .main-image {
  display: none;
}
.industrial-capabilities .left-wrap h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 2.083vw;
  line-height: 3.125vw;
  letter-spacing: -0.025vw;
  margin: 0 0 1.51vw;
  color: #000000;
}
.industrial-capabilities .left-wrap p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 1.523vw;
  letter-spacing: normal;
  margin: 0 0 3.089vw;
  color: #444748;
  max-width: 31.83vw;
}
.industrial-capabilities .left-wrap .industrial-card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #ffffff;
  width: 17vw;
  padding: 1.25vw 1.771vw 1.25vw 1.25vw;
  gap: 0.833vw;
}
.industrial-capabilities .left-wrap .industrial-card.card-1 {
  margin-bottom: 1.927vw;
}
.industrial-capabilities .left-wrap .industrial-card .content h4 {
font-family: "Plus Jakarta Sans";
font-weight: 600;
font-size: 0.729vw;
line-height: 1.042vw;
letter-spacing: 0.073vw;
color: #000000;
margin: 0 0 0.208vw;
}
.industrial-capabilities .left-wrap .industrial-card .content p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 1.042vw;
  letter-spacing: normal;
  color: #444748;
  margin: 0;
}
.industrial-capabilities .right-wrap img {
  width: 38.281vw;
  height: 26.302vw;
}


.shopping-benefits {
  background-color: #000000 !important;
  overflow: hidden;
  padding: 5vw 0 !important;
}
.shopping-benefits .benefits-container {
  width: 64.167vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shopping-benefits .benefits-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shopping-benefits .benefits-cards img {
  width: auto;
  height: auto;
  margin: 0 0 1.25vw;
}
.shopping-benefits .benefits-cards h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 1.667vw;
  line-height: 2.167vw;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0 0 0.417vw;
}
.shopping-benefits .benefits-cards p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 0.833vw;
  line-height: 1.25vw;
  letter-spacing: normal;
  text-align: center;
  color: #858383;
  margin: 0;
}

.inquiry-section {
  background-color: #F0E8DB;
  padding: 2.604vw 0 4.01vw !important;
}
.inquiry-section .inquiry-container {
  width: 66.667vw !important;
  margin: 0 auto !important;
}
.inquiry-section .inquiry-content h4 {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 2.333vw;
  line-height: 3.067vw;
  letter-spacing: -0.067vw;
  color: #000000;
  text-align: center;
  margin: 0 0 1.083vw;
}
.inquiry-section .inquiry-content p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 1.042vw;
  line-height: 1.458vw;
  letter-spacing: normal;
  color: #444748;
  text-align: center;
  margin: 0 0 2.083vw;
}
.inquiry-section .inquiry-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.462vw;
  height: 3.792vw;
  color: #fff;
  background-color: #AD8540;
  border: 2px solid #AD8540;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1.042vw;
  line-height: 1.458vw;
  letter-spacing: 0.104vw;
  margin: 0 auto;
  text-decoration: none;
}
/* Custom Printing Type Style */
.printing-process.trust-section {
    position: relative;
    overflow: hidden;
}
.printing-grid {
    display: flex;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
}
.printing-type-list{background:#F8F3EB;padding: 60px 0;}
.printing-card {
    border-radius: 14.399px;
    background: #FFF;
    box-shadow: 31.199px 131.994px 38.398px 0 rgba(0, 0, 0, 0.00), 20.399px 83.996px 34.798px 0 rgba(0, 0, 0, 0.01), 10.8px 47.998px 28.799px 0 rgba(0, 0, 0, 0.05), 4.8px 21.599px 21.599px 0 rgba(0, 0, 0, 0.09), 1.2px 4.8px 11.999px 0 rgba(0, 0, 0, 0.10);
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease;
}
.printing-card:hover {transform: translateY(-5px);}
.printing-img {
    margin: 0 auto 10px;
    overflow: hidden;
    border-radius: 6px;
}
.printing-img img {
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.printing-card h4 {
    margin: 0;
    color: #444748;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.576px;
    padding:10px 0;
}

@media (max-width: 767px) {
  .core-collection {
    padding: 10vw 0;
  }
  .core-collection .collection-container {
    width: 90vw;
    flex-direction: column;
    gap: 6vw;
  }
  .core-collection .left-wrap, .core-collection .right-wrap {
    width: 100%;
  }
  .core-collection .left-wrap .content h2 {
    font-size: 24px;
    margin: 0 0 4vw;
  }
  .core-collection .left-wrap .content p {
    font-size: 4vw;
    line-height: 26px;
    margin: 0 0 4vw;
  }
  .core-collection .left-wrap .catelog-settings {
    display: flex;
    position: relative;
    align-items: center;
    gap: 3vw;
  }
  .core-collection .left-wrap .catelog-settings ul {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;

    display: none;
    margin: 0;
    padding: 0;

    list-style: none;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    z-index: 99;
  }
  .core-collection .catelog-settings.open ul {
    display: block;
  }
  .core-collection .catalog-dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* padding: 3.294vw 3.765vw; */
    padding:8px 10px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 1.882vw;
    background: #fff;
    cursor: pointer;
    color: #444748;
  }
  .core-collection .left-wrap .catelog-settings ul li {
    font-size: 4vw;
    line-height: normal;
    margin: 0;
    padding: 10px 16px;
  }
  .core-collection .left-wrap .catelog-settings p {
    display: block;
    font-size: 4vw;
    line-height: 26px;
    margin: 0;
  }
  .core-collection .collection-grid {
    gap: 6vw;
    justify-content: center;
  }
  .core-collection .right-wrap .collection-card {
    width: 100%;
    border-radius: 2.824vw;
  }
  .core-collection .right-wrap .collection-card .image-wrap img {
    border-top-left-radius: 2.824vw;
    border-top-right-radius: 2.824vw;
  }
  .core-collection .right-wrap .collection-card h4 {
    font-size: 5vw;
    line-height: normal;
    margin: 6vw 6vw 6vw 8vw;
  }
  .core-collection .right-wrap .collection-card a {
    width: 75vw;
    height: 10.824vw;
    font-size: 14px;
    line-height: normal;
    border-radius: 1.882vw;
    margin: 0 auto 6vw;
  }
  .core-collection .catalog-pagination {
    gap: 4vw;
    margin: 5vw auto 0;
    padding: 2vw;
  }
  .core-collection .page-numbers {
    gap: 4vw;
  }
  .core-collection .page {
    font-size: 4vw;
    width: 6.588vw;
    height: 6.588vw;
  }
  .core-collection .nav-btn {
    width: 1.882vw;
    height: 3.765vw;
  }

  .industrial-capabilities {
    background-color: #F0E8DB;
    padding: 10vw 0;
  }
  .industrial-capabilities .industrial-container {
    width: 90vw;
  }
  .industrial-capabilities .industrial-contents {
    gap: 4vw;
    flex-direction: column;
  }
  .industrial-capabilities .left-wrap .main-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 6vw;
  }
  .industrial-capabilities .right-wrap img {
    width: 100%;
    height: auto;
  }
  .industrial-capabilities .left-wrap h3 {
    font-size: 22px;
    line-height: normal;
    margin: 0 0 4vw;
  }
  .industrial-capabilities .left-wrap p {
    font-size: 4vw;
    line-height: 26px;
    margin: 0 0 8vw;
    max-width: 100%;
  }
  .industrial-capabilities .left-wrap .industrial-card {
    width: 100%;
    gap: 4vw;
    padding: 5vw 0;
    justify-content: flex-start;
  }
  .industrial-capabilities .left-wrap .industrial-card.card-1 {
    margin-bottom: 3vw;
  }
  .industrial-capabilities .left-wrap .industrial-card img {
    margin-left: 5vw;
  }
  .industrial-capabilities .left-wrap .industrial-card .content h4 {
    font-size: 4vw;
    line-height: normal;
    margin: 0 0 2vw;
  }
  .industrial-capabilities .left-wrap .industrial-card .content p {
    font-size: 3.5vw;
    line-height: 22px;
  }

  .shopping-benefits {
    padding: 10vw 0 !important;
  }
  .shopping-benefits .benefits-container {
    width: 90vw;
    flex-direction: column;
  }
  .shopping-benefits .benefits-cards h3 {
    font-size: 22px;
    line-height: normal;
    margin: 0 0 2vw;
  }
  .shopping-benefits .benefits-cards p {
    font-size: 4vw;
    line-height: 26px;
    margin: 0 0 6vw;
  }

   .inquiry-section {
    padding: 10vw 0 !important;
  }
  .inquiry-section .inquiry-container {
    width: 90vw;
  }
  .inquiry-section .inquiry-content h4 {
    font-size: 22px;
    line-height: normal;
    margin: 0 0 5vw;
  }
  .inquiry-section .inquiry-content p {
    font-size: 4vw;
    line-height: 26px;
    margin: 0 0 6vw;
  }
  .inquiry-section .inquiry-content a {
    width: 87.922vw;
    height: 13vw;
    font-size: 16px;
    line-height: normal;
  }
}

section.inner-banner-sec {
  height: 600px;
  align-items: center;
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner-content {
    max-width: 700px;
}
.inner-banner-content h4 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1.2px;
}
.inner-banner-content h1{
  color: #020202;
  font-family: "Plus Jakarta Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 70.4px; /* 110% */
  letter-spacing: -1.28px;
}
.inner-banner-content p{
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; 
  max-width: 560px;
}

/* <!-- Single Page Men Collection Style --> */
.product-section{
  padding:60px 0;
  background:#FDF9F2;
  overflow: hidden;
}
.product-gallery{
  display:flex;
  flex-direction:column;
  overflow-x: scroll;
  gap:15px;
}
.main-image{
  flex:1;
}
.main-image img{
  width:100%;
  border-radius:8px;
  object-fit:cover;
  height: 580px;
}
.thumb-images{
  width:160px;
  display:flex;
  gap:12px;
  padding-bottom: 3px;
}
.thumb-images img{
  width:100%;
  border-radius:8px;
  cursor:pointer;
  border:2px solid transparent;
  transition:.3s;
}
img.thumb-img.active {
    border-color: #b0893d;
    box-shadow: 0 0 10px rgba(182, 143, 34, 0.4);
}
.thumb-images img:hover{
  border-color:#b0893d;
}
.product-info h1, .product-info h2{
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom:20px;
}
.product-info p{
  color: #444748;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px; /* 160% */
}
.product-info ul{padding-left: 0;}
.product-info li{
  color: #444748;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  list-style-type: none;
  padding: 4px 0;
}
.stock-text h4{
  margin:30px 0;
  color: #735A2F;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 156.25% */
}
.product-info span{
  color: #444748;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.color-list{
  display:flex;
  gap:12px;
  margin:20px 0 30px;
}
.color-item{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid #ddd;
  cursor:pointer;
}
.size-list{
  display:flex;
  gap:8px;
  margin:20px 0 30px;
}
.size-list button{
  border:1px solid #ddd;
  background:#fff;
  padding:8px 16px;
  color: #444748;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition:.3s;
}
.size-list button.active,
.size-list button:hover{
  background:#a78643;
  color:#fff;
  border-color:#a78643;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px 10px;
  margin:30px 0;
  padding:25px 0;
  border-top:1px solid #ddd;
  justify-content: flex-start;
  max-width: 550px;
}
.feature-item{
  display:flex;
  align-items:center;
  flex-wrap: wrap;
  gap: 0px 10px;
  justify-content: flex-start;
}
.feature-item img{
  width:40px;
}
.feature-item span{
  color: #4C4C4C;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  max-width: 100px;
}
.enquire-btn{
  background:#a78643;
  color:#fff;
  border:none;
  padding:14px 28px;
  margin-top:35px;
  border-radius:6px;
  font-size:14px;
  font-weight:600;
  transition:.3s;
  text-decoration:none;
}
.enquire-btn:hover{
  background:#8e7338;
}

.product-details-sec {
  padding:0 0 60px;
  background:#FDF9F2;
}
.product-detail-title {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px; /* 144% */
  letter-spacing: -0.48px;
  margin-bottom: 25px;
}
.custom-tabs-nav {
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}
.custom-tabs-select {
    display: none;
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    font-size: 16px;
}
.custom-tabs-nav .tab-title {
  position: relative;
  cursor: pointer;
  color: #444748;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px; /* 160% */
}
.custom-tabs-nav .tab-title:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -18px;
  color: #c9a96a;
}
.custom-tabs-nav .tab-title.active {
  font-weight: 600;
  color: #c9a96a;
}
.mobile-tab-heading {
    display: none;
}
.custom-tabs-content {
  max-width: 900px;
}
.tab-pane {
  display: none;
  color: #444748;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 160% */
}
.tab-pane.active {
  display: block;
}

.product-content-sec {
  background:#FDF9F2;
}
.product-detail-block {
  text-align: left;
  padding: 60px 0;
  border-top: 1px dashed  #e6ddd2;
  border-bottom: 1px dashed  #e6ddd2;
}
.detail-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
  max-width: 700px;
}
.detail-content{
  color: #444748;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 160% */
  margin-bottom:30px;
}
.work-process-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.work-process-item {
  flex: 1;
  text-align: center;
  padding: 0 30px;
  position: relative;
}
.work-process-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 165px;
    border-right: 1px dashed #C8B39D;
}
.process-icon {
  margin-bottom: 20px;
}
.process-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.process-title {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 15px;
}
.process-desc {
  color: #444748;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 160% */
  margin: 0;
}
.process-desc a{color:#a78643;}

.why-mrg-section {
  background: #FDF9F2;
  padding: 60px 0;
}
.why-mrg-wrapper{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px 10px;
  margin:30px 0 0;
  padding:25px 0 0;
  justify-content: flex-start;
}
.why-mrg-item{
  display:flex;
  align-items:baseline;
  flex-wrap: wrap;
  gap: 0px 10px;
  justify-content: flex-start;
}
.why-mrg-item img{
  width:40px;
}
.why-mrg-item h4{
  color: #444748;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}


.keep-exploring {
  padding: 80px 0;
  background: #fff;
}
.keep-exploring-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.keep-exploring-title h2 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px; /* 144% */
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}
.keep-exploring-title p {
  color: #444748;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 160% */;
}
.keep-exploring .slider-nav {
  display: flex;
  gap: 10px;
}
.keep-exploring .slider-nav button {
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.keep-exploring .slider-nav button:hover {
  background: #000;
  color: #fff;
}
.keep-exploring .slider-item {
  margin: 0 12px;
  background: #fff;
}
.keep-exploring .product-image {
  background: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
}
.keep-exploring .product-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.keep-exploring .product-content {
  padding: 20px;
  border-radius: 12px;
  background: #FDF9F2;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.keep-exploring .product-content h4 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-bottom: 10px;
}
.keep-exploring .product-content p {
  color: #444748;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px; /* 160% */
  margin-bottom: 15px;
  min-height: 100px;
}
.keep-exploring .product-price {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin-bottom: 15px;
}
.keep-exploring .product-sizes {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.keep-exploring .product-content a {
  border-radius: 8px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: 700;
  line-height: 14px; /* 100% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.keep-exploring .product-content a:hover{
  border: 1px solid #a78643;
  background: #a78643;
    color: #fff;
}
.keep-exploring .product-sizes span {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apparel-brand-section {
  background: #f7f5f1;
  overflow: hidden;
}
.brand-banner {
  position: relative;
  height: 500px;
}
.brand-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Overlay Text */

.banner-text {
  position: absolute;
  color: #FFF;
  font-family: "Grindy Brush";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 100% */
  letter-spacing: 3.5px;
}
.feel-fresh {
  top: 60px;
  left: 35%;
}
.move-free {
  bottom: 90px;
  right: 25%;
}

.brand-content {
  text-align: center;
  padding: 60px 20px;
  max-width: 850px;
  margin: 0 auto;
}
.brand-content h2 {
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.28px;
  margin-bottom: 20px;
}
.brand-content p {
  color: #444748;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 160% */
  max-width: 650px;
  margin: 0 auto 30px;
  padding-bottom:0 !important;
}
.brand-content .contact-info{justify-content: center;margin-top: 40px;}

/* Custom Printing Style */
.custom-request-plain-sec{padding: 60px 0;}
.custom-request-plain-content{
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 0 !important;
}
.custom-request-plain-content h4{
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  margin-bottom: 14px;
}
.custom-request-plain-content h2 {
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  max-width: 780px;
  margin: 0 auto 30px;
}
.custom-request-plain-content p {
  color: #444748;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  padding-bottom: 25px;
}
.brand-merchandise-Printing-order{max-width: 770px;}
.brand-merchandise-Printing-order p{color: #000;}

.trust-section {
  padding: 70px 20px;
}
.trust-section h2 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px;
  letter-spacing: -0.48px;
  margin-bottom: 50px;
}
.trust-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.trust-card {
  padding: 0 25px;
  position: relative;
}
.trust-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #C8B39D;
}
.trust-card img{padding-bottom:15px;}
.trust-card h3 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}
.trust-card p {
  color: #444748;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

.printing-process-heading{
  text-align:center;
  margin-bottom:30px;
}
.printing-process-heading h2{
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px;
  letter-spacing: -0.48px;
  margin-bottom:10px;
}
.printing-process-heading p{
  color: #444748;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; 
}
.printing-process-grid{
  display:flex;
  justify-content:center;
  align-items:stretch;
  gap:0;
}

.printing-process-item{
  width:330px;
  background:transparent;
  border:1px solid #d8c8b4;
  border-radius:8px;
  padding:30px 20px;
  text-align:center;

  display:flex;
  flex-direction:column;

  position:relative; /* ADD THIS */
  overflow:visible;  /* OPTIONAL */
}
.process-connector{
  width:60px;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-left:-18px;
  margin-right:-18px;
  position:relative;
  z-index:10;
}

.process-connector img{
  width:100%;
  height:auto;
  display:block;
}
.step-badge{
  position:absolute;
  top:14px;
  left:50%;
  transform:translateX(-50%);
  border-radius: 12px;
  background: #AD8540;
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  padding:6px 14px;
  z-index:20;
  white-space:nowrap;
}
.printing-process-icon{
  width:130px;
  height:130px;
  background:#e6ddd1;
  border-radius:50%;
  margin:30px auto 20px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.printing-process-icon img{
  width:70px;
  height:70px;
}
.printing-process-item h3{
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:15px;
}
.printing-process-item p{
  color: #444748;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 160% */
  flex-grow:1;
}

.responsible-production-sec {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
}
.responsible-production-container{position: relative;}
.responsible-production-image img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}
.responsible-production-content {
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  max-width: 620px;
  color: #fff;
  z-index: 2;
}
.responsible-production-content h2 {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}
.responsible-production-content p {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; 
}


/* Single Page Modelpopup Style */
.modal-backdrop.show {
    background-color: #AD8540;
    opacity: 0.8 !important;
}
.enquiry-modal .modal-dialog {
    max-width: 1020px;
}
.enquiry-modal .modal-content {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
}
.enquiry-modal .modal-body {
    padding: 40px;
    background: #FDF9F2;
}
.custom-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
}
/* Image */
.enquiry-image {
    position: relative;
}
.enquiry-image img {
    object-fit: cover;
    border-radius: 10px;
}
.enquiry-image-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
}
.enquiry-image-content h3 {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    margin: 0;
    max-width: 260px;
}
/* Form */
.enquiry-form-wrap {
    padding-left: 30px;
}
.enquiry-form-mrg label {
    display: block;
    margin-bottom: 8px;
    color: #444;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    margin:0;
}
.enquiry-form-mrg br {
    display: none;
}
.enquiry-form-mrg .form-control {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #000;
    color: #444748;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px; 
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 15px;
    background:transparent;
}
.enquiry-form-mrg textarea.form-control {
    resize: none;
    padding-top: 12px;
}
.wpcf7-not-valid-tip {
    color: #dc3232 !important;
}
.enquiry-btn-contactform {
    width: 100% !important;
    border: 0;
    border-radius: 6px;
    background: #b88f48;
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: 0.3s;
    padding:16px;
}
.enquiry-btn-contactform:hover {
    opacity: 0.9;
}

.product-selector-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    padding:20px 0;
}




/* =============================================================
   MRG CF7 Multi-Select — Select2 Custom Styles
   File: wp-content/plugins/mrg-cf7-custom/style.css
   ============================================================= */

/* ── Field wrappers ── */
.mrg-products-wrap,
.mrg-categories-wrap {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
}

.mrg-multiselect {
    width: 100% !important;
}

/* ── Select2 main input box ── */
.select2-container--default .select2-selection--multiple {
    padding: 5px 6px;
    background-color: transparent !important;
}

/* ── Chips / selected tags row ── */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0;
}

/* ── Individual chip ── */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #AD8540 !important;
    border: 1px solid #AD8540 !important;
    border-radius: 3px;
    color: #fff;
    padding: 3px 8px 3px 6px;
    font-size: 13px;
    font-family: "Plus Jakarta Sans";
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    color: #fff;
}

/* ── X remove button on chip ── */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #cbd5e0 !important;
    font-size: 14px;
    font-family: "Plus Jakarta Sans";
    font-weight: bold;
    border: none !important;
    background: none !important;
    padding: 0;
    margin: 0;
    order: -1;
    cursor: pointer;
}


/* ── Dropdown panel ── */
.select2-dropdown {
    border: 1px solid #b0b8c9;
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    z-index: 99999 !important;
}

/* ── Search box inside dropdown ── */
.select2-search--dropdown {
    padding: 8px;
    background: #f5f6fa;
    border-bottom: 1px solid #e2e8f0;
}
textarea.select2-search__field {
    font-size: 16px !important;
    font-family: "Plus Jakarta Sans";
}
.select2-results__option {
    padding: 6px !important;
}
.select2-search--dropdown .select2-search__field {
    border: 1px solid #d1d5db;
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 16px !important;
    font-family: "Plus Jakarta Sans";
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: #7b8fcf;
    outline: none;
}
/* ── Hovered option — purple blue ── */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7b8fcf;
    color: #fff;
}

/* ── Already selected options in dropdown — dark slate ── */
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #AD8540;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover,
.select2-container--default .select2-results__option[aria-selected=true].select2-results__option--highlighted {
    background-color: #AD8540;
    color: #fff;
}


.core-manufacture-top-bar{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.core-manufacture-top-bar .collection-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.core-manufacture-top-bar .collection-tabs .tab-btn {
    padding: 20px 40px;
    border-radius: 12px;
    border: 2px solid #AD8540;
    background: transparent;
    color: #AD8540;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 14px; /* 100% */
    letter-spacing: 0.7px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
}
.core-manufacture-top-bar .collection-tabs .tab-btn.active {
  border-radius: 12px;
  background: #AD8540;
  border: 2px solid #AD8540;
  color: #fff;
}
.core-manufacture-top-bar .tab-content {
    display: none;
}
.core-manufacture-top-bar .tab-content.active {
    display: block;
}

/* partner Style */

.partner-apparel-content h2{max-width: 880px;}

.partner-process-section {
  padding: 80px 0;
}
.partner-process-header {
  margin-bottom: 50px;
}
.partner-process-title {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-weight: 600;
  line-height: 57.6px; 
  margin-bottom: 15px;
}
.partner-process-subtitle {
  color: #444748;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px; 
}
.process-stage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}
.process-stage-card {
  padding: 40px 35px;
}
.process-stage-card:nth-child(even) {
  padding-right: 0px;
}
/* Center Vertical Line */
.process-stage-card:nth-child(odd) {
  border-right: 1px solid #C8B39D;
  padding-left:0;
}
/* Middle Horizontal Line */
.process-stage-card:nth-child(-n+2) {
  border-bottom: 1px solid #C8B39D;
}

.stage-icon-wrap {
  margin-bottom: 20px;
}
.stage-icon-wrap img {
  width: 60px;
  height: 60px;
}
.process-stage-card .stage-title {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 15px;
  max-width: 180px;
}
.process-stage-card .stage-description {
  color: #444748;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 0;
}

.wholesale-benefits-section {
    overflow: hidden;
}
.benefits-content-panel {
    padding: 80px 70px 80px 240px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.benefits-main-title {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 40px;
    font-weight: 600;
    line-height: 57.6px; /* 144% */
    letter-spacing: -0.48px;
    margin-bottom: 20px;
    max-width: 545px;
}
.benefits-main-title span {
    display: block;
}
.benefits-intro {
    color: #444748;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px; /* 160% */
    margin-bottom: 35px;
    max-width: 545px;
}
.benefits-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Accordion */
.benefits-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    background: transparent;
}
.benefits-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    padding: 18px 0;
   color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
    color: #111;
}
.benefits-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #111;
}
.benefits-accordion .accordion-button::after {
    display: none;
}
.benefits-accordion .accordion-body {
    padding: 0 0 20px;
    color: #444748;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px; /* 160% */
}

/* About us New Section Style */
.assurance-sec-bg{border-radius: 25px;}
.assurance-content {  padding: 80px;}
.assurance-content h4 {
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  margin-bottom: 16px;
}
.assurance-content h2 {
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
}
.assurance-content p.plain-layout__text {
  color: #fff;
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}

.moq-section{
  padding:100px 0;
  background:#f8f5ef;
}
span.moq-sub-title{
   color: #AD8540;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 1.4px;
  margin-bottom:15px;
}
.moq-content h2{
  color: #111827;
  font-family: "Plus Jakarta Sans";
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom:25px;
}
.moq-content > p{
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 500;
  line-height: 29.25px;
  margin-bottom:35px;
}
.moq-features{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-bottom:40px;
}
.moq-item-box{
  background:#fff;
  border-radius:18px;
  padding:25px;
  display:flex;
  align-items:center;
  gap:15px;
  box-shadow:0 2px 15px rgba(0,0,0,.04);
  transition: all 0.3s ease;
}

.moq-item-box:hover {transform: translateY(-5px);}
.moq-item-box .number{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:50%;
  background:#f7efe5;
  color: #AD8540;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 28px; 
  display:flex;
  align-items:center;
  justify-content:center;
}
.moq-item-box p{
  margin:0;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px; 
}
.moq-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:18px 35px;
  border-radius: 5px;
  background: #AD8540;
  border: 1px solid #AD8540;
  text-decoration:none;
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  transition:.3s;
}
.moq-btn:hover{
    background:transparent;
    border: 1px solid #000;
    color:#000;
}
/* Right Card */

.moq-order-summary{
  background:#fff;
  padding:40px;
  border-radius:30px;
  box-shadow:0 15px 35px rgba(0,0,0,.08);
}
.moq-summary-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
  margin-bottom:25px;
}
.moq-summary-header h3{
  color: #111827;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-weight: 600;
  line-height: 37.5px; 
}
.moq-badge{
  background:#FFF4E9;
  color: #AD8540;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  text-transform: capitalize;
  border-radius:30px;
  white-space:nowrap;
  padding: 4px 10px;
}
.moq-product-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:25px 0;
  border-bottom:1px solid #e8e8e8;
}
.moq-product-item h4{
  margin:0;
  color: #111827;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.moq-product-item span{
  color: #6B7280;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px; 
}
.moq-product-item strong{
  color: #111827;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.moq-total-box{
  margin-top:30px;
  border-radius: 12px;
  background: #AD8540;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  padding:25px 30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.moq-total-box span{
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
}
.moq-total-box strong{
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.moq-note-box{
  margin-top:30px;
  background:#FDF9F2;
  padding:30px;
  border-radius:20px;
}
.moq-note-box p{
  margin:0;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.75px;
}


.printing-customization-sec {
  padding: 100px 0;
  background: #fff;
}
.printing-section-header {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 50px;
}
.printing-section-header .sub-title {
  color: #AD8540;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.printing-section-header h2 {
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-weight: 600;
  line-height: 57.6px;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.printing-section-header p {
  color: #4B5563;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
}
.printing-portfolio-box {
  border-radius: 20px;
  background: linear-gradient(180deg, #AD8540 0%, #47361A 126.44%);
  padding: 45px;
}
.portfolio-heading {
  text-align: center;
  margin-bottom: 35px;
}
.portfolio-heading span {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.portfolio-heading h3 {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 10px;
}
.print-technique-box-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.print-technique-box {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(6px);
  padding: 18px;
  width: 280px;
  transition: 0.3s ease;
}
.print-technique-box:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.18);
}
.print-technique-box h4 {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}
.print-technique-box p {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.printing-btn-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.printing-btn {
  min-width: 220px;
  height: 55px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 28.8px;
  text-transform: uppercase;
}
.primary-btn {
  border-radius: 12px;
  background: #AD8540;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}
.primary-btn:hover {
  color: #000;
  background: transparent;
 border: 1px solid #000;
}
.secondary-btn {
  border-radius: 12px;
  border: 1px solid #C8B39D;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  background: #fff;
  color: #000;
}
.secondary-btn:hover {
  background: #b68f4a;
  color: #fff;
}

.footer-contact-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 16px;
}
.footer-contact-detail img {
    width: 24px;
    padding-right: 5px;
    filter: brightness(0) saturate(100%) invert(78%) sepia(18%) saturate(403%) hue-rotate(343deg) brightness(91%) contrast(87%);
}
.footer-contact-detail a {
  color: #FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  text-decoration: none;
}
.footer-contact-detail a:hover{color: #C8B39D;}

body.modal-open {padding-right: 0 !important;}
html {scrollbar-gutter: stable;}