/* Inner Banner Style */
.common-banner-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.common-banner-content h1 {
   	font-family: Plus Jakarta Sans;
	font-weight: 700;
	font-size: 35px;
	line-height: 70.4px;
	letter-spacing: 3px;
	text-transform: uppercase;
    color: #020202;
    margin: 0 0 10px 0;
}
.common-banner-content p{
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0px;
    color: #373737;
    max-width: 400px;
}
.about-layout{
    padding: 80px 0;
    background-color: #FDF9F2;
}
.about-us-title{
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 30px;
    line-height: normal;
    letter-spacing: -0.48px;
    color: #000000;
}
.about-us-desc p{
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0px;
    color: #444748;
	margin:0 0 18px;
}
.media-overlay-content{
	font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 30px;
    line-height: normal;
    letter-spacing: -0.48px;
    color: #ffff;
}
.quote-layout{
    background-color: #FDF9F2;
}
.quote-layout__text{
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: Bold;
    font-size: 40px;
    line-height: 57.6px;
    letter-spacing: -0.48px;
    text-align: center;
    color: #735A2F;
    margin: 0;
}
.plain-content{
    padding: 0 0 80px 0;
    background-color: #FDF9F2;
}
.plain-layout__text {
	font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0px;
    color: #444748;
	margin:0;
}
/*  video about-us*/
.about-media-wrapper {
		position: relative;
		overflow: hidden;
		border-radius: 24px;
	}
	.about-media-wrapper img,
	.about-media-wrapper iframe,
	.about-media-wrapper video {
		width: 100%;
		display: block;
	}
	.media-overlay {
		position: absolute;
		inset: 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding: 60px 30px;
		z-index: 2;
		background: linear-gradient(
			to top,
			rgba(0,0,0,0.45) 0%,
			rgba(0,0,0,0.15) 40%,
			rgba(0,0,0,0) 80%
		);
    pointer-events: none;
}
.video,
.video video {
    width: 100%;
    height: 100%;
}
.video video {
    object-fit: cover;
    display: block;
}
.about-media-wrapper {
    position: relative;
    overflow: hidden;
}
.video video {
    width: 100%;
    height: auto;
    display: block;
}
/* about-hero-banner style*/
.hero-banner {
    width: 100%;
    min-height: 420px;
    overflow: hidden;
    margin: 0px 0 0 0;
    background-color: #c8c3a5; /* fallback if no bg set in ACF */
}
.hero-banner__text-col {
    display: flex;
    align-items: center;        /* vertically center text */
}
/* .hero-banner__content {
    width: 100%;
    opacity: 0;
    transform: translateX(-70px);
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
} */
.hero-banner__content.is-visible {
    opacity: 1;
    transform: translateX(0);
}
.hero-banner__title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: -0.48px;
    color: #ffff;
    margin: 0 0 16px 0;
}
.hero-banner__desc p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #ffff;
    margin: 0 0 28px 0;
}
.hero-banner__btn {
    display: inline-block;
    padding: 12px 28px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #74481D;
    border: 1.5px solid #c8b49a;
    background-color: #E7DED4;
    transition: background 0.3s ease, color 0.3s ease;
}
.hero-banner__btn:hover {
    background: #74481D;
    color: #fff;
    border-color: #74481D;
}
.hero-banner__image-col {
    padding: 0 !important;
    overflow: hidden;           /* clips image during slide-up */
    align-self: flex-end;       /* anchors to bottom of row */
}
.hero-banner__media {
    width: 100%;
    line-height: 0;
    opacity: 1;
    /* transform: translateX(80px);
    transition: opacity 0.8s ease, transform 0.8s ease; */
}
/* .hero-banner__media.is-visible {
    transform: translatex(0);
} */
/* why choose us */
.why-choose-us {
    position: relative;
    overflow: hidden;
    height: 820px;
}
.why-choose-us__content {
    width: 50%;
    padding: 60px 60px 60px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}
.why-choose-us__heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.48px;
    color: #000;
    margin-bottom: 24px;
}
.why-choose-us__description {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    color: #444748;
    margin-bottom: 30px;
}
.why-choose-us__accordion-item {
    border-bottom: 1px dashed #AD8540;
}
.why-choose-us__accordion-icon {
    color: #AD8540;
    transition: transform 0.3s ease;
}
.why-choose-us__accordion-item--active .why-choose-us__accordion-icon {
    transform: rotate(180deg);
}
.why-choose-us__accordion-trigger {
    width: 100%;
    border: none;
    background: none;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.why-choose-us__accordion-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.why-choose-us__accordion-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #444748;
    margin: 0;
    padding-bottom: 20px;
}
.why-choose-us__media {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    overflow: hidden;
}
.why-choose-us__media-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: none !important;
    transform: none !important;
}
.why-choose-us__media::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    z-index: 1;
}
.why-choose-us__logo-overlay {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 2;
}
/* contact-us */
.contact-map-section{
    overflow: hidden;
}
.contact-us{
    padding: 80px 0;
    background-color: #FDF9F2;
    overflow: hidden;
}
.contact-form{
   background-color: #F9F3E9;
    padding: 40px 40px 0 40px;
    border-radius: 8px;
}
.contact-title{
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: -0.48px;
    color:#1C1C18;
}
.contact-description p{
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color:#444748;
    }
.form-field {
    margin-bottom: 24px;
}
.form-label {
    display: block;
    margin-bottom: 8px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #000;
}
.form-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    padding: 8px 0;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color:#353534;
}
.form-input:focus {
    border-bottom-color: #D8D8D8;
}
.wpcf7-textarea.form-input {
    resize: none;
}
.enquiry-btn-contact {
    background-color: #AD8540;
    border-color:#a78643;
    color: #ffff;
    border-radius: 12px;
    padding: 14px 25px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
}
.enquiry-btn-contact:hover {
    background-color: transparent;
    color:#000;
    border-color:#000;
}
.contact-hero-row {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 420px;
    overflow: hidden;
}
.contact-map-section{
    overflow: hidden;
}
.contact-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 420px;
}
.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.contact-info-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.contact-info-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-info-text{
    max-width: 320px;
}
.contact-info-text p{
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffff;
    margin: 0;
}
.contact-info-text a{
   font-family: Plus Jakarta Sans;
   font-weight: 400;
   font-size: 18px;
   line-height: 26px;
   letter-spacing: 0px;
   color: #ffff;
   text-decoration: none;
}
.contact-info-text a:hover{
   text-decoration: underline;
}
.map-section {
    height: 450px;
    overflow: hidden;
}
.map-embed,
.map-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
[data-aos] {
    overflow: hidden;
}
/* Customize Apparel Section */
.customize-apparel-sec{
    padding:80px 0;
    background:#faf7f2;
}
.customize-apparel-sec .common-content-info{
    margin:0 auto 50px;
}
.customize-apparel-sec .section-subtitle{
    display:block;
    margin-bottom:15px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
    color:#AD8540;
}
.customize-apparel-sec .section-title{
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 40px;
    line-height: 57.6px;
    letter-spacing: -0.48px;
    text-align: center;
    color: #000000;
    margin: 0 0 10px 0;
}
.customize-apparel-sec .section-description{
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0px;
    text-align: center;
    max-width:700px;
    color: #000000;
    margin:0 auto;
}
.custom-card{
    background:#fff;
    border: 1px solid #C0C8C34D;
    border-radius:12px;
    padding:30px 20px;
    text-align:center;
}
.custom-card:hover{
    transform:translateY(-5px);
}
.card-icon{
    margin:0 0 20px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.card-icon img{
    object-fit:contain;
}
.card-subtitle{
    display:block;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
    color:#AD8540;
    margin: 0 0 10px 0;
}
.custom-card h4{
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.48px;
    text-align: center;
    color: #000000;
    margin: 0 0 10px 0;
}
.custom-card p{
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0px;
    text-align: center;
    color:#414944;
}
.section-btn{
    text-align:center;
    margin-top:40px;
}
.customize-btn{
   text-align:center;
   margin: 30px 0 0 0;
}
.customize-row-col{
    padding: 20px;
}

/* printing options section */
.printing-options-sec{
    padding:80px 0;
    background:#faf7f2;
}

.printing-options-content{
    margin:0 auto 50px;
}

.printing-options-title{
    font-family:'Plus Jakarta Sans';
    font-weight:600;
    font-size:40px;
    line-height:100%;
    letter-spacing:-0.48px;
    text-align:center;
    color:#000;
    margin: 0 auto;
    max-width: 650px;
    padding: 0 0 30px;
}

.printing-options-description{
    font-family:'Plus Jakarta Sans';
    font-weight:500;
    font-size:18px;
    line-height:28.8px;
    text-align:center;
    max-width:1000px;
    color:#444748;
    margin:0 auto;
}

.printing-options-card{
    background:#fff;
    transition:all 0.3s ease;
    border-radius: 20px;
}

.printing-options-card:hover{
    transform:translateY(-5px);
}

.printing-options-icon img{
    object-fit:contain;
    border-radius: 20px 20px 0 0;
} 

.options-card{
    padding: 20px 20px 0 20px;
}
.printing-options-subtitle{
    display:inline-block;
    font-family:'Plus Jakarta Sans';
    font-weight:700;
    font-size:12px;
    line-height:14.97px;
    letter-spacing:0.5px;
    text-transform:uppercase;
    color:#AD8540;
    margin:0 0 10px;
    background-color: #FDF9F2;
    padding: 7px 8px;
    border-radius: 10px;
}

.printing-options-card-title{
    font-family:'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 19.19px;
    line-height: 26.87px;
    color: #000000;
    margin:0 0 10px;
}

.printing-options-card-description{
    font-family:'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 13.43px;
    line-height: 21.83px;
    letter-spacing: 0px;
    color: #444748;
}

.printing-options-btn{
    text-align:center;
    margin-top:30px;
}

.printing-options-col {
    max-width: 330px;
}

.row.printing-options-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}


@media screen and (max-width: 767px) {
    .common-banner-sec {
       min-height: 300px;
       background: rgba(0, 0, 0, 0.35);
    }
    .common-banner-content h1 {
        font-size: 22px;
        text-align: center;
        margin:0;
    }
    .common-banner-content p{
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        max-width: 100%;
    }
	.about-layout{
    	padding: 30px 0;
	}
	.about-us-title{
		font-size: 20px;
        line-height: 28px;
		margin: 20px 0;
	}
	.media-overlay-content{
	   font-size: 20px;
	}
	.about-us-desc p{ 
		font-size: 16px;
        line-height: 26px;
        margin:0 0 16px;
	}
    .media-overlay {
        padding: 50px 30px 80px;
    }
	.quote-layout__text{
	    font-size: 24px;
        line-height: 40px;
		letter-spacing: normal;
	}
	.plain-content{
		padding: 0 0 30px 0;
	}
	.plain-layout__text{
		font-size: 16px;
        line-height: 26px;
	}
	.hero-banner {
		min-height: 300px;
		margin: 0px 0 0 0;
	}
	.hero-banner__title {
		font-size: 24px;
        line-height: 40px;
	}
	.hero-banner__desc p {
		font-size: 16px;
        line-height: 26px;
        width: 100%;
	}
	.hero-banner__btn {
		padding: 15px 20px;
        font-size: 10px;
        line-height: 14px;
	}
	 .hero-banner {
        min-height: 300px;
        overflow: visible;
        padding: 20px 0 0 0;
    }
    .hero-banner__text-col {
        order: 1;
    }
    .hero-banner__image-col {
        order: 2;
        align-self: auto;
    }
   /* mobile: fade up instead of slide left */
   .hero-banner__media {
     transform: none;
   }
    .hero-banner__content.is-visible {
        transform: translateX(0);
    }
    /* why choose us */
     .why-choose-us {
        height: auto; 
        padding: 30px 0;
    }
    .why-choose-us__content {
        width: 100%;
        height: auto;
        overflow-y: visible;
        padding: 30px 0;
        order: 2;
    }
    .why-choose-us__media {
        position: relative;
        width: 100%;
        height: 300px;
        order: 1;
    }
    .why-choose-us__logo-overlay img {
        width: 65px;
        height: auto;
    }
    .why-choose-us__heading {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .why-choose-us__description {
        font-size: 16px;
        line-height: 26px;
    }
    .why-choose-us__accordion-title {
        font-size: 16px;
        line-height: 26px;
    }
    .why-choose-us__accordion-text {
        font-size: 16px;
        line-height: 26px;
    }
    /* contact-us */
      .contact-us {
        padding: 30px 0;
    }
    .contact-form {
        padding: 15px 15px 0 15px;
    }
    .contact-title {
        font-size: 22px;
        letter-spacing: -0.3px;
        margin:0 0 12px 0;
    }
    .contact-description {
        font-size: 14px;
        line-height: 22px;
    }
    .form-field {
        margin-bottom: 18px;
    }
    .form-field br{
        display: none;
    }
    .form-label {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }
    .form-input {
        font-size: 14px;
        padding: 6px 0;
        line-height: normal;
    }
    .enquiry-btn-contact {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0.6px;
        padding: 12px 20px;
        border-radius: 8px;
        margin: 16px auto 0;
        width: 100%;
    }
    .contact-hero-row {
        min-height: 200px;
        background-position:right;
    }
    .contact-content {
        padding: 30px 20px;
        min-height: auto;
        gap: 20px;
    }
    .contact-info-list {
        gap: 18px;
    }
    .contact-info-text p,
    .contact-info-text a {
        font-size: 16px;
        line-height: 26px;
    }
    .contact-info-icon {
        width: 32px;
        height: 32px;
    }
    .contact-info-icon img {
        width: 16px;
        height: 16px;
    }
    .map-section {
        height: 300px;
    }
    .map-label {
        padding: 30px 20px;
    }
    .map-label h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .map-label p {
        font-size: 16px;
        line-height: 26px;
    }
   /* Customize Apparel Section */
     .customize-apparel-sec {
        padding: 30px 0;
    }
    .customize-apparel-sec .common-content-info {
        margin: 0 auto 30px;
    }
    .customize-apparel-sec .section-subtitle {
        font-size: 11px;
        line-height: 18px;
        letter-spacing: 0.6px;
        margin-bottom: 10px;
    }
    .customize-apparel-sec .section-title {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: normal;
        margin: 0 0 8px 0;
    }
    .customize-apparel-sec .section-description {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
    }
    .custom-card {
        padding: 20px 15px;
        border-radius: 10px;
    }
    .card-subtitle {
        font-size: 11px;
        line-height: 18px;
        letter-spacing: 1px;
        margin: 0 0 8px 0;
    }
    .custom-card h4 {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 8px 0;
    }
    .custom-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .section-btn {
        margin-top: 25px;
    }
    .customize-btn {
        margin: 20px 0 0 0;
    }
    .customize-row-col{
        padding: 10px;
    }
    /* printing options sections */
    .printing-options-sec {
        padding: 30px 0;
    }

    .printing-options-content {
        margin: 0 auto 30px;
    }

    .printing-options-title {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: normal;
        padding: 0 0 20px;
        max-width: 100%;
    }

    .printing-options-description {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
    }

    .printing-options-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .printing-options-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 16px;
    }

    .printing-options-card {
        border-radius: 14px;
        overflow: hidden; 
    }

    .printing-options-icon {
        width: 100%;
        line-height: 0;
    }

    .printing-options-icon img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 14px 14px 0 0; 
        display: block;
    }

    .options-card {
        padding: 15px 15px 15px 15px;
    }

    .printing-options-subtitle {
        font-size: 10px;
        line-height: 13px;
        letter-spacing: 0.4px;
        padding: 5px 7px;
        border-radius: 8px;
        margin: 0 0 8px;
        display: inline-block; 
    }

    .printing-options-card-title {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 8px;
    }

    .printing-options-card-description {
        font-size: 13px;
        line-height: 20px;
        margin: 0; 
    }

    .printing-options-btn {
        margin-top: 25px;
    }

    .row.printing-options-row {
        gap: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1599px) {
    .common-banner-content h1 {
        font-size: 2.03vw;
        line-height: normal;
    }
    .common-banner-content p{
		font-size: 1.11vw;
        line-height: 1.94vw;
        max-width: 24.02vw;
    }
    .common-banner-sec {
       min-height: 450px;
    }
	.about-layout{
    	padding: 4.56vw 0;
	}
	.about-us-title{
		font-size: 2.08vw;
	}
	.media-overlay-content{
	   font-size: 2.08vw;
	}
	.about-us-desc p{
		font-size: 1.11vw;
        line-height: 1.94vw;
        margin:0 0 1.11vw;
	}
	.quote-layout__text{
		font-size: 2.03vw;
        line-height: 3vw;
        letter-spacing: -0.03vw;
	}
	.plain-content{
		padding: 0 0 4.56vw 0;

	}
	.plain-layout__text{
		font-size: 1.11vw;
        line-height: 1.94vw;
	}
	.hero-banner {
		min-height: 2.08vw;
		margin: 0;
	}
	.hero-banner__title {
		font-size: 2.03vw;
        line-height: 3vw;
        letter-spacing: -0.03vw;
	}
	.hero-banner__desc p {
		font-size: 1.11vw;
        line-height: 1.94vw;
	}
	.hero-banner__btn {
		font-size: 0.97vw;
        line-height: 0.97vw;
        letter-spacing: 0.05vw;
		padding: 1.04vw 2.08vw;
	}
    /* why choose us */
     .why-choose-us__heading {
        font-size: 2.08vw;
    }
    .why-choose-us__content {
        width: 50%;
        padding: 40px 40px 40px 0;
    }
    .why-choose-us__description {
        font-size: 1.11vw;
        line-height: 1.94vw;
    }
    .why-choose-us__accordion-title {
        font-size: 1.11vw;
        line-height: 1.94vw;
    }
    .why-choose-us__accordion-text {
        font-size: 1vw;
        line-height: 1.8vw;
    }
    /* contact-us */
    .contact-us {
        padding: 4.56vw 0;
    }
    .contact-form {
        padding: 2.78vw 2.78vw 0 2.78vw;
        border-radius: 0.56vw;
    }
    .contact-title {
        font-size: 2.08vw;
    }
    .contact-description p{
        font-size: 1.11vw;
        line-height: 1.94vw;
    }
    .form-field {
        margin-bottom: 1.67vw;
    }
    .form-label {
        font-size: 0.97vw;
        line-height: 1.11vw;
        margin-bottom: 0.56vw;
    }
    .form-input {
        font-size: 1.11vw;
        padding: 0.56vw 0;
    }
    .enquiry-btn-contact {
        font-size: 0.97vw;
        line-height: 0.97vw;
        letter-spacing: 0.05vw;
        padding: 0.97vw 1.74vw;
        border-radius: 0.83vw;
        margin: 1.39vw auto 0;
    }
    .contact-hero-row {
        min-height: 26.04vw;
    }
    .contact-content {
        padding: 3.47vw;
        min-height: 26.04vw;
        gap: 1.39vw;
    }
    .contact-info-text p,
    .contact-info-text a {
        font-size: 1.11vw;
        line-height: 1.67vw;
    }
    .contact-info-icon {
        width: 2.22vw;
        height: 2.22vw;
    }
    .contact-info-icon img {
        width: 1.11vw;
        height: 1.11vw;
    }
    .map-section {
        height: 27.78vw;
    }
    .map-label {
        padding: 3.47vw;
    }
    .map-label h3 {
        font-size: 2.08vw;
        margin-bottom: 1.11vw;
    }
    .map-label p {
        font-size: 1.11vw;
        line-height: 1.94vw;
    }
    /* Customize Apparel Section */
    .customize-apparel-sec {
        padding: 4.56vw 0;
    }
    .customize-apparel-sec .common-content-info {
        margin: 0 auto 3.47vw;
    }
    .customize-apparel-sec .section-subtitle {
        font-size: 0.97vw;
        line-height: 1.39vw;
        letter-spacing: 0.05vw;
        margin-bottom: 1.04vw;
    }
    .customize-apparel-sec .section-title {
        font-size: 2.03vw;
        line-height: 4vw;
        letter-spacing: -0.03vw;
        margin: 0 0 0.69vw 0;
    }
    .customize-apparel-sec .section-description {
        font-size: 1.25vw;
        line-height: 2vw;
        max-width: 48.61vw;
    }
   
    .custom-card {
        padding: 2.08vw 1.39vw;
        border-radius: 0.83vw;
    }
    .card-icon {
        margin: 0 0 1.39vw;
    }
    .card-subtitle {
        font-size: 0.97vw;
        line-height: 1.39vw;
        letter-spacing: 0.1vw;
        margin: 0 0 0.69vw 0;
    }
    .custom-card h4 {
        font-size: 1.09vw;
        line-height: normal;
        letter-spacing: -0.03vw;
        margin: 0 0 0.69vw 0;
    }
    .custom-card p {
        font-size: 1.11vw;
        line-height: 2vw;
    }
    .section-btn {
        margin-top: 2.78vw;
    }
    .customize-btn {
        margin: 2.08vw 0 0 0;
    }
    .customize-row-col{
        padding: 1.39vw;
    }
    /* printing options section */
      .printing-options-sec {
        padding: 4.56vw 0;
    }

    .printing-options-content {
        margin: 0 auto 3.47vw;
    }

    .printing-options-title {
        font-size: 2.03vw;
        line-height: 3vw;
        letter-spacing: -0.03vw;
        max-width: 48.61vw;
        padding: 0 0 1.08vw;
    }

    .printing-options-description {
        font-size: 1.11vw;
        line-height: 2vw;
        max-width: 69.44vw;
    }

    .printing-options-card {
        border-radius: 1.39vw;
    }

    .options-card {
        padding: 1.39vw 1.39vw 0 1.39vw;
    }

    .printing-options-subtitle {
        font-size: 0.83vw;
        line-height: 1.04vw;
        letter-spacing: 0.03vw;
        padding: 0.49vw 0.56vw;
        border-radius: 0.69vw;
        margin: 0 0 0.69vw;
    }

    .printing-options-card-title {
        font-size: 1.09vw;
        line-height: 1.67vw;
        margin: 0 0 0.69vw;
    }

    .printing-options-card-description {
        font-size: 0.93vw;
        line-height: 1.52vw;
    }

    .printing-options-btn {
        margin-top: 2.08vw;
    }

   .printing-options-col{
        max-width:  22.92vw;
   }

    .row.printing-options-row {
        gap: 2.08vw;
     }

}


.core-manufacture-section .slider-item .image{
    overflow: hidden;
    border-radius: inherit;
}

.core-manufacture-section .slider-item .image img{
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.core-manufacture-section .slider-item:hover .image img{
    transform: scale(1.12);
}

.order-catalogue-section .slider-item img{
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.order-catalogue-section .slider-item:hover img{
    transform: scale(1.12);
}