#featured-customers {
display: none !important;
}      @media screen and (min-width: 992px) {
body.home .container,
body.home .ss-container {
max-width: 1230px !important;
} body.home .hero-banner .container,
body.home .hero-banner__content.container {
max-width: 700px !important; }
} body.home .hero-banner {
max-width: 100% !important;
}  .section-padding,
.section-padding-large,
.section-padding-medium,
.section-padding-small,
body.home section[class*="section-"],
body.home .section-cta-cards {
padding: 30px 20px;
} .section-bg-light {
background: var(--bg-light);
} .section-margin-top {
margin-top: 40px;
} .grid-margin-top {
margin-top: 40px;
}  .section-title {
font-size: 36px;
font-weight: 700;
text-align: center;
margin: 15px 0 15px;
text-transform: capitalize;
color: var(--heading-primary-color, var(--primary-color, #000e4f));
}
.section-title-left {
text-align: left;
margin: 0 0 20px;
}
.section-subtitle {
text-align: center;
color: var(--body-text-color, #333);
margin-bottom: 40px;
}
.section-header {
margin-bottom: 40px;
} body.home .premier-manufacturing__text h2 {
text-align: left;
margin: 0 0 20px;
font-size: 22px;
font-weight: 700;
color: var(--heading-primary-color, var(--primary-color));
text-transform: capitalize;
} body.home .premier-manufacturing__image {
position: relative;
}
body.home .premier-manufacturing__video-wrapper {
width: 100%;
height: 400px; position: relative;
overflow-x: hidden;
border-radius: 8px;
}
body.home .premier-manufacturing__image-wrapper {
width: 100%;
height: 410px; position: relative;
overflow: hidden;
border-radius: 8px;
}
body.home .premier-manufacturing__image-only {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 8px;
}
body.home .premier-manufacturing__video-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
body.home .premier-manufacturing__video-cover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
background: #000;
}
body.home .premier-manufacturing__cover-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
body.home .premier-manufacturing__play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 68px;
height: 48px;
transition: transform 0.2s;
}
body.home .premier-manufacturing__video-cover:hover .premier-manufacturing__play-button {
transform: translate(-50%, -50%) scale(1.1);
}
body.home .premier-manufacturing__video-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none; }
body.home .premier-manufacturing__video-iframe iframe {
width: 100%;
height: 100%;
border: none;
border-radius: 8px;
} .text-gray {
font-size: 16px;
line-height: 1.8;
color: var(--body-text-color, #333);
}
.text-gray-margin {
font-size: 16px;
line-height: 1.8;
color: var(--body-text-color, #333);
margin-bottom: 30px;
}
.btn {
padding: 15px 30px;
text-decoration: none;
font-weight: 700;
border-radius: 5px;
transition: var(--transition);
display: inline-block;
border: none;
cursor: pointer;
font-size: 16px;
white-space: nowrap; }
.btn-primary {
background: var(--accent-color); color: #fff;
}
.btn-primary:hover {
background: var(--accent-hover); transform: translateY(-2px);
}
.btn-red {
background: var(--accent-color); color: #fff;
}
.btn-red:hover {
background: var(--accent-hover); transform: translateY(-2px);
}   body.home main#site-content {
margin-top: 0 !important;
padding-top: 0 !important;
}
body.home main#site-content > *:first-child {
margin-top: 0 !important;
}
body.home .hero-banner {
margin-top: 0 !important;
padding-top: 0px !important;
}
body.home .hero-banner {
position: relative; min-height: 500px;
height: auto; color: #fff;
margin-top: 0; margin-bottom: 30px; overflow: hidden; }
.hero-banner__swiper-wrapper {
position: relative;
width: 100%;
min-height: 500px;
overflow: hidden; }
.hero-banner__swiper {
width: 100%;
max-width: none;
height: 550px;
position: relative;
overflow: hidden;
margin: 0;
}
.hero-banner__swiper .swiper-slide {
width: 100%;
height: 100%;
position: relative;
}
.hero-banner__slide {
width: 100%;
height: 100%;
min-height: 550px;
display: block;
position: relative;
overflow: hidden; box-sizing: border-box;
}
.hero-banner__image {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
} .hero-banner__media {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
} .hero-banner__slide video.hero-banner__media {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
background: #000;
} .hero-banner__youtube {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
background: #000;
}
.hero-banner__youtube-iframe {
position: absolute;
top: 50%;
left: 50%;   width: 177.78vh; height: 100%;
min-width: 100%; min-height: 56.25vw; transform: translate(-50%, -50%); } @media (max-width: 1920px) {
.hero-banner__youtube-iframe { width: 177.78vh;
height: 100%;
min-width: 100%;
min-height: 56.25vw;
}
}
@media (max-width: 768px) {
.hero-banner__youtube-iframe {
width: 100%;
height: 100%; min-width: 100%;
min-height: 100%;
}
} .hero-banner__content {
position: absolute;
left: 10%;
top: 50%;
transform: translateY(-50%);
padding: 0 20px;
max-width: 700px;
z-index: 10;  max-height: calc(100% - 40px); overflow: visible; box-sizing: border-box; width: auto;
} .hero-banner__content.container {
max-width: 700px; width: auto; background: rgba(255, 255, 255, 0.5); padding: 30px 5px; border-radius: 10px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); box-sizing: border-box;
overflow: hidden; word-wrap: break-word; }
body.home .hero-banner h1,
body.home .hero-banner__title,
body.home .hero-banner__content h1,
body.home .hero-banner__content .hero-banner__title {
color: var(--heading-primary-color, var(--primary-color, #181515));
font-size: 24px;
font-weight: 700;
margin-bottom: 30px;
text-transform: capitalize !important;
letter-spacing: 2px;
line-height: 1.3;
text-align: left; width: 100%; max-width: 100%; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box; }
.hero-banner__subtitle {
color: var(--body-text-color, #333);
font-size: 16px;
font-weight: 500;
margin-bottom: 30px;
line-height: 1.3;
text-align: left; }
.hero-buttons {
display: flex;
gap: 20px;
justify-content: center; flex-wrap: nowrap; }  [class*="__swiper-wrapper"] .swiper-button-prev,
[class*="__swiper-wrapper"] .swiper-button-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 10;
transition: var(--transition);
} .hero-banner__swiper-wrapper .swiper-button-prev,
.hero-banner__swiper-wrapper .swiper-button-next {
width: 50px;
height: 50px;
background: rgba(255, 255, 255, 0.8);
color: #0a0a0a;
font-size: 24px;
font-weight: bold;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.hero-banner__swiper-wrapper .swiper-button-prev {
left: 20px;
}
.hero-banner__swiper-wrapper .swiper-button-next {
right: 20px;
}
.hero-banner__swiper-wrapper .swiper-button-prev:hover,
.hero-banner__swiper-wrapper .swiper-button-next:hover {
background: rgba(255, 255, 255, 1);
transform: translateY(-50%) scale(1.1);
} body.home .hero-banner .swiper-pagination,
body.home #banner-pagination {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
width: auto;
max-width: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
margin: 0;
padding: 0 20px;
box-sizing: border-box;
text-align: center;
}
body.home .hero-banner .swiper-pagination-bullet {
width: 12px;
height: 12px;
background: rgba(255, 255, 255, 0.5);
opacity: 1;
margin: 0 4px;
flex-shrink: 0;
}
body.home .hero-banner .swiper-pagination-bullet-active {
background: var(--bg-light, var(--secondary-color, #fff));
}  body.home .who-we-service__content {
display: flex;
align-items: center; }
body.home .who-we-service__text {
text-align: left;
display: flex;
flex-direction: column;
justify-content: flex-start; }
body.home .brand-logos {
display: grid;
grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 85px); gap: 0 20px; padding: 10px 0; justify-items: center;
align-items: center;
height: 190px; }
body.home .brand-logos img {
width: 100%;
height: 85px; object-fit: contain; opacity: 1; transition: var(--transition);
}
body.home .brand-logos img:hover {
opacity: 1; transform: scale(1.05); } .grid-1, .grid-2, .grid-3, .grid-4, .grid-6 {
display: grid;
gap: 30px;
margin: 40px 0;
align-items: stretch; width: 100%;
box-sizing: border-box;
}
.grid-1 {
grid-template-columns: 1fr; }
.grid-2 { 
grid-template-columns: repeat(2, 1fr); }
.grid-3 { 
grid-template-columns: repeat(3, 1fr); }
.grid-4 { 
grid-template-columns: repeat(4, 1fr); }
.grid-6 { 
grid-template-columns: repeat(6, 1fr); } .grid-1 > *, .grid-2 > *, .grid-3 > *, .grid-4 > *, .grid-6 > * {
min-width: 0; width: 100%;
box-sizing: border-box;
} @media (max-width: 991px) {
.grid-6 {
grid-template-columns: repeat(3, 1fr); }
.grid-4 {
grid-template-columns: repeat(2, 1fr); }
.grid-3 {
grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.grid-6,
.grid-4,
.grid-3,
.grid-2,
.grid-1 {
grid-template-columns: 1fr; gap: 20px;
margin-top: 20px !important; margin-bottom: 20px !important; } .grid-margin-top {
margin-top: 20px !important; }
} .grid-2.max-width-800 {
max-width: 800px;
margin-left: auto;
margin-right: auto;
} .solution-box {
background: var(--bg-light, var(--secondary-color, #f8f8f8));
padding: 15px;
border-radius: 8px;
}
.solution-box h3 {
font-size: 24px;
font-weight: 700;
margin-bottom:0;
color: var(--body-text-color, #333);
height: 50px;
display: flex;
align-items: flex-start;
padding-top: 0;
box-sizing: border-box;
}
.solution-box ul {
list-style: none;
padding: 0;
margin: 0;
}
.solution-box ul li {
padding: 10px 0 10px 30px;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
color: var(--body-text-color, #333);
position: relative;
text-align: left;
}
.solution-box ul li::before {
content: '✓';
position: absolute;
left: 0;
top: 10px;
color: var(--accent-color, #2196F3); font-size: 18px;
font-weight: bold;
line-height: 1;
}
.solution-box ul li:last-child {
border-bottom: none;
} .stat-item {
text-align: center;
padding: 20px 15px;
background: var(--bg-light, var(--secondary-color, #fff));
border-radius: 10px;
box-shadow: var(--shadow);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
height: 100%; width: 100% !important; max-width: 100% !important; box-sizing: border-box; }
.stat-number {
font-size: 30px;
font-weight: 700;
color: var(--accent-color, #FF9933);
margin: 0;
padding: 0;
width: 100%;
text-align: center;
line-height: 36px;
height: 36px;
display: block;
}
.stat-label {
font-size: 16px;
color: var(--text-gray, #666);
margin: 10px 0 0 0;
padding: 0;
line-height: 1.4;
width: 100%;
text-align: center;
min-height: 67.2px;
display: flex;
align-items: center;
justify-content: center;
} body.home .testimonial-item {
background: var(--bg-light, var(--secondary-color, #fff));
padding: 30px;
border-radius: 10px;
box-shadow: var(--shadow);
text-align: center;
border: none !important; border-left: none !important; outline: none !important; outline-offset: 0 !important;
}
body.home .testimonial-avatar {
width: 80px;
height: 80px;
border-radius: 50%;
margin: 0 auto 20px;
object-fit: cover;
}
body.home .testimonial-item h4 {
margin: 0 0 15px;
color: var(--body-text-color, #333);
}
body.home .testimonial-item p {
font-size: 14px;
line-height: 1.6;
color: var(--body-text-color, #333);
margin: 0;
} body.home .process-steps {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 18px;
margin: 20px 0;
}
body.home .process-step {
background: var(--bg-light, var(--secondary-color, #fff));
border: 1px solid rgba(0, 0, 0, 0.06);
border-radius: 14px;
box-shadow: var(--shadow);
padding: 22px 18px;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
text-align: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body.home .process-step:hover {
transform: translateY(-2px);
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}
body.home .process-step-icon {
width: 64px;
height: 64px;
margin: 0 0 6px;
background: rgba(0, 0, 0, 0.06);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
overflow: hidden;
font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "EmojiOne Color", "Android Emoji", sans-serif;
line-height: 1;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
} body.home .process-step-icon--image {
padding: 0;
background: rgba(0, 0, 0, 0.03);
}
body.home .process-step-icon--image img,
body.home .process-step-icon--image svg {
width: 70%;
height: 70%;
object-fit: contain;
display: block;
}
body.home .process-step h4 {
margin: 0;
color: var(--text-gray, #666);
font-size: 12px;
font-weight: 600;
letter-spacing: 0.2px;
text-transform: uppercase;
}
body.home .process-step h5 {
margin: 8px 0 0;
color: var(--body-text-color, #333);
font-size: 16px;
font-weight: 700;
line-height: 1.3;
}
body.home .process-step p {
margin: 12px 0 0;
color: var(--text-gray, #666);
font-size: 14px;
line-height: 1.6;
max-width: 260px;
} @media (max-width: 768px) {
body.home .process-steps {
grid-template-columns: 1fr;
gap: 14px;
}
body.home .process-step {
padding: 16px;
}
} body.home .section-cta-cards {
width: 100%;
max-width: none;
margin: 0;
height: 320px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
align-items: center;
position: relative;
padding: 30px 20px; }
body.home .section-cta-cards::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: transparent; z-index: 1;
}
body.home .section-cta-cards .container {
position: relative;
z-index: 2;
width: 100%;
max-width: 1400px;
}
body.home .cta-cards__grid {
margin: 0 !important;
}
.cta-card {
background: rgba(255, 255, 255, 0.95); color: #333;
padding: 40px;
border-radius: 10px;
text-align: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
} .cta-card[data-bg-image] {
background-size: cover;
background-position: center top; background-repeat: no-repeat;
} .cta-card--has-bg::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: transparent; z-index: 1;
border-radius: 10px;
}
.cta-card--has-bg > * {
position: relative;
z-index: 2;
color: #080808; }
.cta-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cta-card h3 {
font-size: 24px;
margin: 0 0 15px;
}
.cta-card p {
margin: 0 0 20px;
opacity: 0.9;
} .featured-customers__swiper-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 70px; height: 350px;
display: flex;
align-items: center;
box-sizing: border-box;
}
.featured-customers__swiper {
width: 100%;
height: 100%;
min-height: 350px;
padding: 0; overflow: hidden;
position: relative; } .featured-customers__swiper .swiper-wrapper {
height: 100%;
display: flex; transition-property: transform;
}
.featured-customers__swiper .swiper-slide { height: 100%;
box-sizing: border-box;
}
.featured-customers__swiper .swiper-slide:last-child {
margin-right: 0;
}
.featured-customers__logo-wrapper {
width: 100%;
max-width: 240px;
height: 240px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
box-sizing: border-box;
}
.featured-customers__logo {
width: 220px;
height: 220px;
object-fit: contain;
opacity: 1;
transition: var(--transition);
margin: 0;
}
.featured-customers__logo-wrapper:hover .featured-customers__logo {
opacity: 1;
} .featured-customers__swiper-wrapper .swiper-button-prev,
.featured-customers__swiper-wrapper .swiper-button-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
background: rgba(180, 173, 173, 0.9);
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: bold;
color: rgb(17, 17, 17);
z-index: 10;
transition: var(--transition);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
margin: 0;
}
.featured-customers__swiper-wrapper .swiper-button-prev {
left: 0; }
.featured-customers__swiper-wrapper .swiper-button-next {
right: 0; }
.featured-customers__swiper-wrapper .swiper-button-prev:hover,
.featured-customers__swiper-wrapper .swiper-button-next:hover {
background: var(--primary-color);
color: #fff;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}  @media (min-width: 769px) {
.featured-customers__swiper .swiper-slide {
width: auto !important; padding: 0 !important; flex-shrink: 0 !important;
}
.featured-customers__logo-wrapper {
width: 100% !important;
max-width: 240px !important; }
.featured-customers__logo {
width: 220px !important;
max-width: 220px !important;
height: 220px !important;
object-fit: contain !important;
}
}
@media (max-width: 991px) {
.featured-customers__swiper-wrapper {
padding: 0 60px; }
.featured-customers__swiper-wrapper .swiper-button-prev {
left: 0;
}
.featured-customers__swiper-wrapper .swiper-button-next {
right: 0;
}
}
@media (max-width: 768px) {
.featured-customers__swiper-wrapper {
padding: 0 50px; }
.featured-customers__swiper-wrapper .swiper-button-prev,
.featured-customers__swiper-wrapper .swiper-button-next {
width: 35px;
height: 35px;
font-size: 16px;
}
.featured-customers__swiper-wrapper .swiper-button-prev {
left: 0;
}
.featured-customers__swiper-wrapper .swiper-button-next {
right: 0;
} .featured-customers__swiper {
padding-left: 0 !important;
padding-right: 0 !important;
}
.featured-customers__swiper .swiper-wrapper {
display: flex !important;
gap: 0 !important; } .featured-customers__swiper .swiper-slide {
width: 100% !important; flex-shrink: 0 !important;
box-sizing: border-box;
padding: 0 7.5px !important; }
.featured-customers__swiper .swiper-slide:first-child {
padding-left: 0 !important;
}
.featured-customers__swiper .swiper-slide:last-child {
padding-right: 0 !important;
}
.featured-customers__logo-wrapper {
margin: 0 auto; width: 100% !important;
max-width: 100% !important;
}
.featured-customers__logo {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
object-fit: contain;
}
}  .form-container .wpforms-container {
width: 100%;
max-width: 100%;
margin: 0 auto;
}
.form-container .wpforms-container form.wpforms-form {
width: 100%;
}
.form-container .wpforms-form .wpforms-field {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.form-container .wpforms-form .wpforms-field input[type="text"],
.form-container .wpforms-form .wpforms-field input[type="email"],
.form-container .wpforms-form .wpforms-field input[type="tel"],
.form-container .wpforms-form .wpforms-field input[type="url"],
.form-container .wpforms-form .wpforms-field select,
.form-container .wpforms-form .wpforms-field textarea {
width: 100% !important;
max-width: 100% !important;
padding: 12px;
border: 1px solid #ddd;
border-radius: 5px;
font-family: inherit;
font-size: 14px;
transition: var(--transition);
box-sizing: border-box;
}
.form-container .wpforms-form .wpforms-field input:focus,
.form-container .wpforms-form .wpforms-field select:focus,
.form-container .wpforms-form .wpforms-field textarea:focus {
outline: none;
border-color: var(--accent-color, var(--primary-color));
box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}
.form-container .wpforms-form .wpforms-field-label {
display: block;
margin-bottom: 8px;
font-weight: 700;
color: var(--body-text-color, #333);
font-size: 14px;
}
.form-container .wpforms-submit-container {
text-align: center;
margin-top: 30px;
padding: 0;
}
.form-container .wpforms-container .wpforms-submit,
.form-container .wpforms-container button[type="submit"] {
padding: 15px 50px;
font-size: 18px;
position: relative;
} .form-container {
max-width: 800px;
margin: 0 auto;
}
.form-row {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin-bottom: 20px;
}
.form-group-full-width {
grid-column: 1 / -1;
}
.form-submit-wrapper {
text-align: center;
margin-top: 30px;
}
.btn-submit-large {
padding: 15px 50px;
font-size: 18px;
position: relative;
}
.btn-submit-large:disabled {
opacity: 0.7;
cursor: not-allowed;
}
.btn-loading .spinner {
display: inline-block;
width: 16px;
height: 16px;
border: 2px solid rgba(255, 255, 255, 0.3);
border-top-color: #fff;
border-radius: 50%;
animation: spin 0.8s linear infinite;
margin-right: 8px;
vertical-align: middle;
}
@keyframes spin {
to { transform: rotate(360deg); }
}
.form-group {
margin-bottom: 20px;
}
.form-group label {
display: block;
margin-bottom: 8px;
font-weight: 700;
color: var(--body-text-color, #333);
font-size: 14px;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
width: 100%;
padding: 12px;
border: 1px solid #ddd;
border-radius: 5px;
font-family: inherit;
font-size: 14px;
transition: var(--transition);
}
.form-group textarea {
min-height: 120px;
resize: vertical;
}
.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: var(--accent-color, var(--primary-color));
box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}
.radio-group {
display: flex;
gap: 15px;
flex-wrap: wrap;
}
.radio-group label {
display: flex;
align-items: center;
gap: 5px;
margin: 0;
font-weight: normal;
}
.radio-group input[type="radio"] {
cursor: pointer;
} .factory-section {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover; } .factory-capabilities__content {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 40px 20px;
min-height: auto;
color: #fff;
text-align: center; }
.factory-capabilities__content h3,
.factory-capabilities__title {
font-size: 36px;
font-weight: 700;
margin: 0 0 20px;
}
.factory-divider {
max-width: 200px;
height: auto;
margin-bottom: 20px;
} body.home .cert-circle {
width: 250px;
height: 300px;
border-radius: 12px; background: var(--bg-light, var(--secondary-color, #fff)); display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
box-shadow: var(--shadow);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
font-size: 14px;
font-weight: 700;
text-align: center;
padding: 20px;
line-height: 1.4;
}  @media (min-width: 769px) {
.blog-card--feed .blog-card__footer {
display: flex;
justify-content: space-between;
align-items: center;
}
.blog-card--feed .blog-card__action-btn {
color: #b0b0b0; }
.blog-card--feed .blog-card__action-btn:hover {
color: #333; }
}
.blog-card {
background: var(--bg-light, var(--secondary-color, #fff));
border-radius: 10px;
box-shadow: var(--shadow);
overflow: hidden;
transition: var(--transition);
display: flex;
flex-direction: column;
}
.blog-card:hover {
transform: translateY(-5px);
}
.blog-card img {
width: 100%;
height: 200px;
object-fit: cover;
flex-shrink: 0;
}
.blog-card-content {
padding: 20px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 120px;
}
.blog-card h4 {
font-size: 18px;
font-weight: 700;
margin: 0 0 15px;
color: var(--text-dark);
line-height: 1.4;
}
.blog-card h4 a {
color: var(--body-text-color, #333);
text-decoration: none;
transition: var(--transition);
}
.blog-card h4 a:hover {
color: var(--accent-color); }
.blog-card .btn-learn-more {
display: inline-block;
padding: 10px 20px;
background-color: var(--accent-color); color: #fff;
text-decoration: none;
border-radius: 5px;
font-size: 14px;
font-weight: 600;
text-align: center;
transition: var(--transition);
align-self: flex-start;
margin-top: auto;
}
.blog-card .btn-learn-more:hover {
background-color: var(--accent-hover); transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.blog-card p {
font-size: 14px;
color: var(--text-gray);
line-height: 1.6;
margin: 0;
}
.blog-card-excerpt {
font-size: 14px;
color: var(--text-gray);
line-height: 1.6;
margin: 0 0 15px;
flex: 1;
}  .product-line__row-top {
margin-bottom: 40px;
}
.product-line__item {
text-align: center;
display: flex;
flex-direction: column;
}
.product-line__image {
width: 100%;
aspect-ratio: 1 / 1; overflow: hidden;
background-color: var(--bg-light, var(--secondary-color, #f0f0f0));
border-radius: 8px;
margin-bottom: 15px;
}
.product-line__image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: var(--transition);
}
.product-line__image:hover img {
transform: scale(1.05);
}
.product-line__link {
text-decoration: none;
color: var(--body-text-color, #333);
}
.product-line__link h4 {
font-size: 14px;
font-weight: 600;
line-height: 1.4;
margin: 0;
transition: var(--transition);
}
.product-line__link:hover h4 {
color: var(--accent-color, #FF9933);
} .product-line__row-bottom {
margin-top: 0;
}
.product-line__category {
text-align: center;
display: flex;
flex-direction: column;
}
.product-line__category a {
text-decoration: none;
color: var(--body-text-color, #333);
display: flex;
flex-direction: column;
height: 100%;
}
.product-line__category-image {
width: 100%;
aspect-ratio: 16 / 9; overflow: hidden;
background-color: var(--bg-light, var(--secondary-color, #f0f0f0));
border-radius: 8px;
margin-bottom: 15px;
}
.product-line__category-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: var(--transition);
}
.product-line__category:hover .product-line__category-image img {
transform: scale(1.05);
}
.product-line__category-title {
font-size: 20px;
font-weight: 700;
margin: 0 0 8px;
transition: var(--transition);
}
.product-line__category:hover .product-line__category-title {
color: var(--accent-color);
}
.product-line__category-desc {
font-size: 14px;
color: var(--text-gray);
margin: 0;
}  .sportswear__row-top {
margin-bottom: 40px;
}
.sportswear__item {
text-align: center;
display: flex;
flex-direction: column;
}
.sportswear__image {
width: 100%;
aspect-ratio: 1 / 1; overflow: hidden;
background-color: var(--bg-light, var(--secondary-color, #f0f0f0));
border-radius: 8px;
margin-bottom: 15px;
}
.sportswear__image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: var(--transition);
}
.sportswear__image:hover img {
transform: scale(1.05);
}
.sportswear__link {
text-decoration: none;
color: var(--body-text-color, #333);
}
.sportswear__link h4 {
font-size: 14px;
font-weight: 600;
line-height: 1.4;
margin: 0;
transition: var(--transition);
}
.sportswear__link:hover h4 {
color: var(--accent-color);
} .sportswear__row-bottom {
margin-top: 0;
}
.sportswear__category {
text-align: center;
display: flex;
flex-direction: column;
}
.sportswear__category a {
text-decoration: none;
color: var(--body-text-color, #333);
display: flex;
flex-direction: column;
height: 100%;
}
.sportswear__category-image {
width: 100%;
aspect-ratio: 16 / 9; overflow: hidden;
background-color: var(--bg-light, var(--secondary-color, #f0f0f0));
border-radius: 8px;
margin-bottom: 15px;
}
.sportswear__category-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: var(--transition);
}
.sportswear__category:hover .sportswear__category-image img {
transform: scale(1.05);
}
.sportswear__category-title {
font-size: 20px;
font-weight: 700;
margin: 0 0 8px;
transition: var(--transition);
}
.sportswear__category:hover .sportswear__category-title {
color: var(--accent-color);
}
.sportswear__category-desc {
font-size: 14px;
color: var(--text-gray);
margin: 0;
}  .product-line__swiper-wrapper {
position: relative; padding: 20px 0 50px;
}
.product-line__swiper {
padding: 0;
} .product-line__swiper .swiper-wrapper {
display: flex;
flex-direction: row; }
.product-line__swiper .swiper-slide {
flex-shrink: 0;
width: auto; } .product-line__swiper .swiper-slide .product-slide-image {
width: 100%;
aspect-ratio: 1 / 1; overflow: hidden;
background-color: var(--bg-light, var(--secondary-color, #f0f0f0)); }
.product-line__swiper .swiper-slide img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: var(--transition);
}
.product-line__swiper .swiper-slide img:hover {
transform: scale(1.05);
} .product-line__swiper-wrapper .swiper-button-prev,
.product-line__swiper-wrapper .swiper-button-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.9);
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: bold;
color: var(--primary-color);
z-index: 10;
transition: var(--transition);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.product-line__swiper-wrapper .swiper-button-prev {
left: 10px;
}
.product-line__swiper-wrapper .swiper-button-next {
right: 10px;
}
.product-line__swiper-wrapper .swiper-button-prev:hover,
.product-line__swiper-wrapper .swiper-button-next:hover {
background: var(--primary-color);
color: #fff;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.swiper-container {
padding: 0;
} .factory-capabilities__swiper-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 70px; height: 350px;
display: flex;
align-items: center;
box-sizing: border-box;
}
.factory-capabilities__swiper {
width: 100%;
height: 100%;
min-height: 350px;
padding: 0; overflow: hidden;
position: relative;
display: flex;
align-items: center;
} .factory-capabilities__swiper .swiper-wrapper {
display: flex !important;
flex-direction: row !important;
align-items: center;
}
.factory-capabilities__swiper .swiper-slide {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
flex-shrink: 0; height: 100%;
margin-right: 0;
}
.factory-capabilities__image-wrapper {
width: 240px;
height: 240px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
border-radius: 8px;
border: 2px solid #e0e0e0;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
background-color: var(--bg-light, var(--secondary-color, #f5f5f5));
padding: 4px;
box-sizing: border-box;
margin: 0 auto;
}
.factory-capabilities__image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: var(--transition);
border-radius: 4px;
}
.factory-capabilities__image-wrapper:hover .factory-capabilities__image {
transform: scale(1.05);
}
.factory-capabilities__slide-title {
font-size: 16px;
font-weight: 600;
margin: 15px 0 0;
text-align: center;
color: var(--text-dark);
} .factory-capabilities__swiper-wrapper .swiper-button-prev,
.factory-capabilities__swiper-wrapper .swiper-button-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
background: rgba(223, 213, 213, 0.9);
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: bold;
color: black;
z-index: 10;
transition: var(--transition);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
margin: 0;
opacity: 1 !important;
pointer-events: auto; }
.factory-capabilities__swiper-wrapper .swiper-button-prev {
left: 0; }
.factory-capabilities__swiper-wrapper .swiper-button-next {
right: 0; }
.factory-capabilities__swiper-wrapper .swiper-button-prev:hover,
.factory-capabilities__swiper-wrapper .swiper-button-next:hover {
background: var(--primary-color);
color: #fff;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}  @media (min-width: 769px) {
.factory-capabilities__swiper .swiper-slide {
width: auto !important; padding: 0 !important; flex-shrink: 0 !important;
}
.factory-capabilities__image-wrapper {
width: 240px !important;
max-width: 240px !important;
height: 240px !important;
}
.factory-capabilities__image {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
}
}
@media (max-width: 991px) {
.factory-capabilities__swiper-wrapper {
padding: 0 60px; }
.factory-capabilities__swiper-wrapper .swiper-button-prev {
left: 0;
}
.factory-capabilities__swiper-wrapper .swiper-button-next {
right: 0;
}
}
@media (max-width: 768px) {
.factory-capabilities__swiper-wrapper {
padding: 0 50px; }
.factory-capabilities__swiper-wrapper .swiper-button-prev,
.factory-capabilities__swiper-wrapper .swiper-button-next {
width: 35px;
height: 35px;
font-size: 16px;
}
.factory-capabilities__swiper-wrapper .swiper-button-prev {
left: 0;
}
.factory-capabilities__swiper-wrapper .swiper-button-next {
right: 0;
} .factory-capabilities__swiper {
padding-left: 0 !important;
padding-right: 0 !important;
}
.factory-capabilities__swiper .swiper-wrapper {
display: flex !important;
gap: 0 !important; }
.factory-capabilities__swiper .swiper-slide {
width: 100% !important; flex-shrink: 0 !important;
box-sizing: border-box;
padding: 0 7.5px !important; }
.factory-capabilities__swiper .swiper-slide:first-child {
padding-left: 0 !important;
}
.factory-capabilities__swiper .swiper-slide:last-child {
padding-right: 0 !important;
}
.factory-capabilities__image-wrapper {
width: 245px !important;
max-width: 245px !important;
height: 245px !important;
margin: 0 auto;
padding: 0 !important;
}
.factory-capabilities__image {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
}
} .paper-box__swiper-wrapper {
position: relative;
padding: 20px 0 50px;
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding-left: 70px; padding-right: 70px; box-sizing: border-box;
}
.paper-box__swiper {
padding: 0; overflow: hidden;
position: relative;
width: 100%;
height: 100%;
} .paper-box__swiper .swiper-wrapper {
display: flex;
flex-direction: row; }
.paper-box__swiper .swiper-slide {
text-align: center;
flex-shrink: 0;
width: auto;  }
.paper-box__case-link {
display: block;
text-decoration: none;
color: var(--text-dark);
transition: var(--transition);
}
.paper-box__case-link:hover {
color: var(--primary-color);
}
.paper-box__image-wrapper {
width: 100%;
max-width: 300px;
height: 250px; overflow: hidden;
background-color: var(--bg-light, var(--secondary-color, #f0f0f0));
border-radius: 8px;
margin: 0 auto 20px;
box-sizing: border-box;
padding: 0;
}
.paper-box__image {
width: 100%;
height: 100%;
min-width: 100%;
min-height: 100%;
max-width: 100%;
max-height: 100%;
object-fit: cover;
display: block;
transition: var(--transition);
box-sizing: border-box;
}
.paper-box__case-link:hover .paper-box__image {
transform: scale(1.05);
}
.paper-box__content {
padding: 0 10px;
}
.paper-box__title {
font-size: 36px;
font-weight: 700;
margin: 0 0 10px;
transition: var(--transition);
}
.paper-box__case-link:hover .paper-box__title {
color: var(--primary-color);
}
.paper-box__desc {
font-size: 14px;
color: var(--text-gray);
line-height: 1.6;
margin: 0;
} .paper-box__swiper-wrapper .swiper-button-prev,
.paper-box__swiper-wrapper .swiper-button-next,
.paper-box__swiper-wrapper .paper-box-prev,
.paper-box__swiper-wrapper .paper-box-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.9);
border-radius: 50%;
cursor: pointer !important;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: bold;
color: var(--primary-color);
z-index: 100 !important; transition: var(--transition);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
pointer-events: auto !important; }
.paper-box__swiper-wrapper .swiper-button-prev,
.paper-box__swiper-wrapper .paper-box-prev {
left: 0; }
.paper-box__swiper-wrapper .swiper-button-next,
.paper-box__swiper-wrapper .paper-box-next {
right: 0; }
.paper-box__swiper-wrapper .swiper-button-prev:hover,
.paper-box__swiper-wrapper .swiper-button-next:hover,
.paper-box__swiper-wrapper .paper-box-prev:hover,
.paper-box__swiper-wrapper .paper-box-next:hover {
background: var(--primary-color);
color: #fff;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
} .img-responsive {
width: 100%;
height: auto;
}
.img-rounded {
border-radius: 10px;
}
.img-rounded-small {
border-radius: 8px;
}
.img-max-width {
max-width: 300px;
} .customers-visit__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
justify-items: center;
align-items: center;
max-width: 1200px;
margin: 40px auto 0;
}
.customers-visit__item {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.customers-visit__image-wrapper {
width: 240px;
height: 240px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
border-radius: 8px;
border: 2px solid #e0e0e0;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
background-color: var(--bg-light, var(--secondary-color, #f5f5f5));
padding: 4px;
box-sizing: border-box;
}
.customers-visit__image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 4px;
} @media (max-width: 991px) {
.customers-visit__grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
}
@media (max-width: 768px) {
.customers-visit__grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.customers-visit__image-wrapper {
width: 100%;
max-width: 240px;
}
} .design-capability__content {
display: flex !important; align-items: flex-start;
gap: 40px;
flex-wrap: nowrap !important; margin: 0 !important; }
.design-capability__left {
flex: 0 0 50% !important; max-width: 50% !important;
padding: 0 !important; width: 50% !important;
}
.design-capability__intro-text {
margin-bottom: 30px;
}
.design-capability__intro-text p {
margin-bottom: 15px;
padding-top: 10px;
line-height: 1.8;
color: var(--body-text-color, #333);
font-size: 16px;
}
.design-capability__intro-text p:last-child {
margin-bottom: 0;
}
.design-capability__cta {
margin-top: 30px;
}
.design-capability__right {
flex: 0 0 50% !important; max-width: 50% !important;
padding: 0 !important; width: 50% !important;
}
.design-capability__sketches {
display: flex;
flex-direction: column;
gap: 30px;
height: 400px; overflow: hidden; }
.design-capability__sketches .design-capability-item {
height: 100%; display: flex;
align-items: center;
justify-content: center;
}
.design-capability-item {
background: #f9f9f9;
border-radius: 8px;
padding: 20px;
text-align: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
height: 100%; display: flex;
align-items: center;
justify-content: center;
overflow: hidden; }
.design-capability-item h4 {
margin: 0 0 15px 0;
font-size: 18px;
font-weight: 600;
color: var(--text-dark);
}
.design-capability-item img {
width: 100%;
height: 100%;
object-fit: cover; display: block;
border-radius: 4px;
} @media (max-width: 991px) {
.design-capability__content {
flex-direction: column;
gap: 30px;
}
.design-capability__left {
flex: 0 0 100% !important;
max-width: 100% !important;
width: 100% !important;
}
.design-capability__right {
flex: 0 0 100% !important;
max-width: 100% !important;
width: 100% !important;
}
.design-capability__sketches {
gap: 20px;
height: auto; min-height: 300px; }
} @media (max-width: 768px) {
.design-capability__content {
flex-direction: column;
gap: 20px;
justify-content: flex-start !important; width: 100% !important; max-width: 100% !important;
box-sizing: border-box !important;
margin-left: 0 !important;
margin-right: 0 !important;
}  .design-capability__left {
flex: 0 0 100% !important;
max-width: 100% !important;
width: 100% !important;
padding-left: 0 !important; padding-right: 0 !important;
margin-left: 0 !important; margin-right: 0 !important;
}
.design-capability__right {
flex: 0 0 100% !important;
max-width: 100% !important;
width: 100% !important;
padding-left: 0 !important; padding-right: 0 !important;
margin-left: 0 !important; margin-right: 0 !important;
}
.design-capability__intro-text {
margin-bottom: 20px;
}
.design-capability__intro-text p {
font-size: 14px;
line-height: 1.6;
margin-bottom: 12px;
}
.design-capability__cta {
margin-top: 20px;
}
.design-capability__cta .btn {
width: 100%; padding: 12px 20px;
font-size: 14px;
}
.design-capability__sketches {
height: auto;
min-height: 250px;
gap: 15px;
}
.design-capability-item {
padding: 15px;
min-height: 250px;
}
.design-capability-item img {
max-height: 250px;
object-fit: contain; }
.design-capability__title {
font-size: 24px !important;
margin-bottom: 20px;
}
} body.home .cert-wrapper {
text-align: center;
width: 250px;
height: 300px;
} .faq-details {
padding: 15px;
background: var(--bg-light, var(--secondary-color, #fff));
border-radius: 5px;
margin-bottom: 10px;
}
.faq-summary {
cursor: pointer;
font-weight: 700;
color: var(--text-dark);
}
.faq-content {
margin: 10px 0 0;
color: var(--text-gray);
} .contact-section,
body.home .faq-section {
background-color: var(--bg-light);
padding: 30px 20px;
} .contact-form__form .wpcf7-form {
max-width: 800px;
margin: 0 auto;
}
.contact-form__form .wpcf7-form-control-wrap {
display: block;
margin-bottom: 20px;
}
.contact-form__form .wpcf7-form-control {
width: 100%;
padding: 12px;
border: 1px solid #ddd;
border-radius: 5px;
font-family: inherit;
font-size: 14px;
transition: var(--transition);
}
.contact-form__form .wpcf7-form-control:focus {
outline: none;
border-color: var(--primary-color);
box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}
.contact-form__form .wpcf7-textarea {
min-height: 120px;
resize: vertical;
}
.contact-form__form .wpcf7-submit {
padding: 15px 50px;
font-size: 18px;
background-color: var(--primary-color);
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
transition: var(--transition);
font-weight: 700;
}
.contact-form__form .wpcf7-submit:hover {
background-color: var(--primary-dark);
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.contact-form__form .wpcf7-submit:disabled {
opacity: 0.7;
cursor: not-allowed;
transform: none;
}
.contact-form__form .wpcf7-response-output {
margin-top: 20px;
padding: 12px;
border-radius: 5px;
text-align: center;
}
.contact-form__form .wpcf7-mail-sent-ok {
background-color: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
.contact-form__form .wpcf7-mail-sent-ng,
.contact-form__form .wpcf7-aborted,
.contact-form__form .wpcf7-spam {
background-color: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
}
.contact-form__form .wpcf7-validation-errors,
.contact-form__form .wpcf7-acceptance-missing {
background-color: #fff3cd;
color: #856404;
border: 1px solid #ffeaa7;
}
.contact-form__form .wpcf7-not-valid-tip {
color: #dc3545;
font-size: 12px;
margin-top: 5px;
display: block;
}
.contact-form__form .wpcf7-list-item {
margin: 5px 0;
}
.contact-form__form .wpcf7-radio .wpcf7-list-item,
.contact-form__form .wpcf7-checkbox .wpcf7-list-item {
display: inline-block;
margin-right: 15px;
}
.contact-form__form .wpcf7-radio input[type="radio"],
.contact-form__form .wpcf7-checkbox input[type="checkbox"] {
margin-right: 5px;
cursor: pointer;
}
.contact-form__form label {
display: block;
margin-bottom: 8px;
font-weight: 700;
color: var(--body-text-color, #333);
font-size: 14px;
}
.contact-form__form .wpcf7-form-control-wrap label {
font-weight: normal;
margin-bottom: 0;
} @media (max-width: 768px) {
.contact-form__form .wpcf7-form {
max-width: 100%;
}
.contact-form__form .wpcf7-submit {
width: 100%;
padding: 15px;
}
} .product-sidebar__inquiry .wpcf7-form {
max-width: 100%;
}
.product-sidebar__inquiry .wpcf7-form-control {
width: 100%;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
font-family: inherit;
font-size: 14px;
transition: var(--transition);
}
.product-sidebar__inquiry .wpcf7-textarea {
min-height: 100px;
resize: vertical;
}
.product-sidebar__inquiry .wpcf7-submit {
width: 100%;
padding: 12px;
font-size: 16px;
background-color: var(--primary-color);
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
transition: var(--transition);
font-weight: 700;
}
.product-sidebar__inquiry .wpcf7-submit:hover {
background-color: var(--primary-dark);
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} .category-inquiry .inquiry-form-content .wpcf7-form {
max-width: 100%;
}
.category-inquiry .wpcf7-form-control {
width: 100%;
padding: 12px;
border: 1px solid #ddd;
border-radius: 5px;
font-family: inherit;
font-size: 14px;
transition: var(--transition);
}
.category-inquiry .wpcf7-textarea {
min-height: 120px;
resize: vertical;
}
.category-inquiry .wpcf7-submit {
padding: 15px 50px;
font-size: 18px;
background-color: var(--primary-color);
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
transition: var(--transition);
font-weight: 700;
}
.category-inquiry .wpcf7-submit:hover {
background-color: var(--primary-dark);
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}  body.home .ss-faq {
max-width: 900px;
margin: 40px auto 0;
}
body.home .ss-faq__item {
background: #fff;
border-radius: 10px;
box-shadow: var(--shadow, 0 2px 10px rgba(0,0,0,0.1));
margin-bottom: 20px;
overflow: hidden;
transition: all 0.3s ease;
border: 1px solid rgba(0, 0, 0, 0.05);
}
body.home .ss-faq__item:hover {
box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
body.home .ss-faq__question {
width: 100%;
padding: 25px 30px;
background: transparent;
border: none;
text-align: left;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 18px;
font-weight: 600;
color: var(--body-text-color, #333);
transition: all 0.3s ease;
position: relative;
}
body.home .ss-faq__question:hover {
color: var(--accent-color, #FF9933);
background: rgba(255, 153, 51, 0.05);
}
body.home .ss-faq__question span:first-child {
flex: 1;
padding-right: 20px;
line-height: 1.5;
}
body.home .ss-faq__icon {
flex-shrink: 0;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
background: var(--bg-light, #f8f8f8);
border-radius: 50%;
font-size: 20px;
font-weight: 300;
color: var(--accent-color, #FF9933);
transition: all 0.3s ease;
line-height: 1;
}
body.home .ss-faq__question:hover .ss-faq__icon {
background: var(--accent-color, #FF9933);
color: #fff;
transform: rotate(90deg);
}
body.home .ss-faq__question[aria-expanded="true"] .ss-faq__icon {
background: var(--accent-color, #FF9933);
color: #fff;
transform: rotate(45deg);
}
body.home .ss-faq__answer {
padding: 0 30px;
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, padding 0.4s ease;
}
body.home .ss-faq__answer:not([hidden]) {
padding: 0 30px 25px;
max-height: 1000px;
}
body.home .ss-faq__answer p {
margin: 0;
padding-top: 15px;
font-size: 16px;
line-height: 1.8;
color: var(--text-gray, #666);
} .no-blogs-message {
grid-column: 1 / -1;
text-align: center;
padding: 40px;
} @media (max-width: 768px) { html, body {
overflow-x: hidden; width: 100%;
max-width: 100%;
} section {
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 0 !important; margin-bottom: 0 !important; width: 100% !important;
max-width: 100% !important;
box-sizing: border-box;
overflow-x: hidden;
} body.home section[class*="section-"] {
margin-top: 0 !important;
margin-bottom: 0 !important;
} .section-margin-top {
margin-top: 0 !important; }  .hero-banner {
margin-top: 0 !important; margin-bottom: 20px !important; width: 100%;
max-width: 100%;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
overflow-x: hidden;
position: relative; min-height: 200px !important; height: auto !important; } body.home .hero-banner {
min-height: 200px !important;
height: auto !important;
}
.hero-banner__swiper-wrapper {
width: 100%;
max-width: 100%;
min-height: 200px; height: auto !important; margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
overflow: hidden;
position: relative; display: block;
box-sizing: border-box;
}
.hero-banner__swiper {
width: 100%;
max-width: 100%;
height: auto; padding-left: 0;
padding-right: 0;
}
.hero-banner__slide {
width: 100%;
max-width: 100%;
height: auto !important; min-height: 200px; padding-left: 0;
padding-right: 0;
position: relative !important; overflow: hidden; box-sizing: border-box;
}
.hero-banner__image {
width: 100%;
max-width: 100%;
height: auto; object-fit: contain; object-position: center;
display: block;
} .hero-banner__media {
width: 100%;
max-width: 100%;
height: auto; object-fit: contain; object-position: center;
display: block;
} .hero-banner__slide video.hero-banner__media {
width: 100%;
max-width: 100%;
height: auto; object-fit: contain; object-position: center;
background: #000;
}  .hero-banner__content.container {
max-width: 100% !important;
padding-left: 10px !important;
padding-right: 10px !important;
width: auto !important;
background: transparent !important; padding-top: 0 !important; padding-bottom: 0 !important;
border-radius: 0 !important; box-shadow: none !important; }
.hero-banner__content {
position: absolute !important; left: 50% !important;
transform: translateX(-50%) translateY(-50%) !important;
top: 50% !important;
width: calc(100% - 30px) !important; max-width: calc(100% - 30px) !important;
margin: 0 !important; padding: 8px !important; z-index: 10;
text-align: center;
box-sizing: border-box;
overflow: visible !important;  max-height: 90% !important;  pointer-events: auto;
}
.hero-banner h1,
.hero-banner__title,
.hero-banner__content h1,
.hero-banner__content .hero-banner__title { 
font-size: 16px !important; margin-bottom: 8px !important; text-align: center !important;
line-height: 1.15 !important; word-wrap: break-word;
overflow-wrap: break-word; max-width: 100%; box-sizing: border-box;
padding: 0 !important;
text-transform: capitalize !important; color:white !important;
}
.hero-banner__subtitle {
text-align: center !important;
font-size: 11px !important; line-height: 1.3 !important; margin-bottom: 10px !important; word-wrap: break-word;
overflow-wrap: break-word; max-width: 100%; box-sizing: border-box;
padding: 0 !important;
}
.hero-buttons {
flex-direction: column;
gap: 6px !important; align-items: center;
width: 100%;
max-width: 100%; box-sizing: border-box;
margin: 0 !important;
padding: 0 !important;
}
.hero-buttons .btn {
width: auto !important; max-width: 90% !important; min-width: 0 !important; padding: 6px 10px !important; font-size: 11px !important; box-sizing: border-box;
margin: 0 !important;
line-height: 1.2 !important; }
.hero-banner__swiper-wrapper .swiper-button-prev,
.hero-banner__swiper-wrapper .swiper-button-next {
width: 40px;
height: 40px;
font-size: 20px;
}
.hero-banner__swiper-wrapper .swiper-button-prev {
left: 10px;
}
.hero-banner__swiper-wrapper .swiper-button-next {
right: 10px;
} .hero-banner .swiper-pagination,
#banner-pagination {
bottom: 15px;
padding: 0 15px;
}
.hero-banner .swiper-pagination-bullet {
width: 10px;
height: 10px;
margin: 0 3px;
}
.section-title { 
font-size: 28px; margin: 20px 0 10px; padding: 0; text-align: center !important; } .section-title-left {
text-align: center !important; }
.section-subtitle {
text-align: center !important; }
.section-header {
text-align: center !important; } .container {
margin-left: auto;
margin-right: auto;
text-align: center; } .swiper-container,
.swiper-wrapper,
[class*="swiper"] {
margin-left: auto;
margin-right: auto;
} [class*="__swiper-wrapper"],
[class*="__swiper"] {
margin-left: auto;
margin-right: auto;
} .featured-customers__swiper-wrapper,
.factory-capabilities__swiper-wrapper,
.paper-box__swiper-wrapper,
.sportswear__swiper-wrapper,
.product-line__swiper-wrapper {
margin-left: auto;
margin-right: auto;
text-align: center;
} .section-who-we-service .container,
.section-custom-solution .container,
.section-product-line .container,
.section-sportswear .container,
.section-featured-customers .container,
.section-factory-capabilities .container,
.section-design-capability .container,
body.home .section-certifications .container,
.section-process-setup .container,
.section-customers-visit .container,
.section-testimonials .container {
margin-left: auto !important; margin-right: auto !important; text-align: center !important; } .container > * {
text-align: center !important; } .grid-1 > *,
.grid-2 > *,
.grid-3 > *,
.grid-4 > *,
.grid-6 > * {
text-align: center !important; margin-left: auto !important;
margin-right: auto !important;
} .solution-box,
.product-line__item,
.product-line__category,
.sportswear__item,
.sportswear__category,
.cta-card,
.testimonial-item,
.cert-wrapper,
.customers-visit__item,
.process-step,
.blog-card {
text-align: center !important; margin-left: auto !important;
margin-right: auto !important;
border: none !important; border-left: none !important; outline: none !important; outline-offset: 0 !important;
} .row {
margin-left: 0 !important;
margin-right: 0 !important;
justify-content: center !important; } .row [class*="col-"] {
text-align: center !important;
padding-left: 20px !important; padding-right: 20px !important; margin-left: 0 !important; margin-right: 0 !important; } .who-we-service__content,
.design-capability__content {
margin-left: 0 !important;
margin-right: 0 !important;
justify-content: flex-start !important; width: 100% !important; max-width: 100% !important;
box-sizing: border-box !important;
}   .row [class*="col-"].who-we-service__text,
.row [class*="col-"].who-we-service__logos,
.row .who-we-service__text,
.row .who-we-service__logos,
.who-we-service__text,
.who-we-service__logos,
.row [class*="col-"].design-capability__left,
.row [class*="col-"].design-capability__right,
.row .design-capability__left,
.row .design-capability__right,
.design-capability__left,
.design-capability__right {
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important; margin-right: 0 !important; width: 100% !important;
max-width: 100% !important;
} .who-we-service__text,
.who-we-service__logos,
.premier-manufacturing__text,
.premier-manufacturing__image,
.design-capability__left,
.design-capability__right,
.design-capability__intro-text,
.design-capability__intro-text p,
.design-capability__intro-text strong {
text-align: center !important; } .who-we-service__text .section-title,
.who-we-service__text .text-gray,
.who-we-service__text p,
.premier-manufacturing__text h2,
.premier-manufacturing__text p,
.premier-manufacturing__text .text-gray-margin,
.design-capability__intro-text p,
.design-capability__cta {
text-align: center !important;
} body.home .certifications__grid {
justify-items: center; grid-template-columns: repeat(2, 1fr); gap: 15px; }
body.home .cert-wrapper {
margin: 0 auto; width: 100%; height: auto; }
body.home .cert-circle {
width: 100%; height: auto; aspect-ratio: 210 / 297; min-height: 0; } .section-custom-solution .section-title {
text-align: center !important;
}
.section-custom-solution .custom-solution__grid {
text-align: left; justify-items: stretch; }
.section-custom-solution .solution-box {
text-align: left !important; width: 100%;
max-width: 100%;
}
.section-custom-solution .solution-box h3 {
text-align: center !important; height: auto !important; min-height: auto !important;
display: block !important; align-items: normal !important;
}
.section-custom-solution .solution-box ul {
text-align: left !important; }
.section-custom-solution .solution-box ul li {
text-align: left !important; padding-left: 30px !important; }
.section-custom-solution .solution-box ul li::before {
left: 0 !important; } .row {
justify-content: center;
} section .section-title,
section .section-subtitle,
section h1:not(.hero-banner__title),
section h2:not([class*="form"]):not([class*="faq"]),
section h3:not([class*="form"]):not([class*="faq"]),
section h4:not([class*="form"]):not([class*="faq"]) {
text-align: center;
} .premier-manufacturing__text h2,
.premier-manufacturing__text p {
text-align: center !important;
} .section-header * {
text-align: center;
}
.hero-buttons {
flex-direction: column;
gap: 10px;
}
.btn {
width: 100%;
text-align: center;
}
.form-row {
grid-template-columns: 1fr;
}
.process-steps {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}
.recent-blogs__grid {
grid-template-columns: 1fr; gap: 25px; }
.recent-blogs__grid {
grid-template-columns: 1fr; gap: 25px; }
.recent-blogs__grid {
grid-template-columns: 1fr; gap: 25px; }
.recent-blogs__grid {
grid-template-columns: 1fr; gap: 25px; } .blog-card--feed {
box-shadow: none; border: 1px solid #eee; border-radius: 12px;
}
.blog-card--feed .blog-card__image-link img {
border-radius: 12px; height: auto; aspect-ratio: 16 / 9; }
.blog-card--feed .blog-card-content {
padding: 15px;
min-height: auto; }
.blog-card--feed .blog-card__title {
font-size: 18px;
font-weight: 600;
line-height: 1.4;
margin: 0 0 15px 0;
}
.blog-card--feed .blog-card__footer {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #f0f0f0;
}
.blog-card--feed .blog-card__meta {
display: flex;
align-items: center;
font-size: 13px;
color: #888;
}
.blog-card--feed .blog-card__separator {
margin: 0 8px;
}
.blog-card--feed .blog-card__actions {
display: flex;
gap: 10px;
}
.blog-card--feed .blog-card__action-btn {
background: none;
border: none;
padding: 0;
cursor: pointer;
color: #888;
}
.blog-card--feed .blog-card__action-btn svg {
width: 20px;
height: 20px;
}
.recent-blogs__grid {
grid-template-columns: 1fr; gap: 25px; }
.recent-blogs__grid {
grid-template-columns: 1fr; gap: 25px; }
.recent-blogs__grid {
grid-template-columns: 1fr; gap: 20px; }
.radio-group {
flex-direction: column;
gap: 10px;
}  .section-padding,
.section-padding-small,
.section-padding-medium,
.section-padding-large,
body.home section[class*="section-"],
.contact-section,
.faq-section {
padding-top: 20px !important;
padding-bottom: 20px !important;
padding-left: 0 !important; padding-right: 0 !important;
width: 100% !important; max-width: 100% !important;
box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; overflow-x: hidden !important; } .section-margin-top {
margin-top: 0 !important; } body.home section[class*="section-"] {
margin-top: 0 !important;
margin-bottom: 0 !important;
} section {
margin-top: 0 !important;
margin-bottom: 0 !important;
} .ss-faq {
margin: 30px auto 0;
}
.ss-faq__item {
margin-bottom: 15px;
}
.ss-faq__question {
padding: 20px 20px;
font-size: 16px;
}
.ss-faq__question span:first-child {
padding-right: 15px;
}
.ss-faq__icon {
width: 28px;
height: 28px;
font-size: 18px;
}
.ss-faq__answer {
padding: 0 20px;
}
.ss-faq__answer:not([hidden]) {
padding: 0 20px 20px;
}
.ss-faq__answer p {
font-size: 15px;
line-height: 1.7;
} .section-paper-box,
.section-premier-manufacturing {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
width: 100%;
box-sizing: border-box;
overflow-x: hidden;
}  .paper-box__swiper-wrapper {
padding-top: 20px !important;
padding-bottom: 50px !important;
padding-left: 0 !important; padding-right: 0 !important;
margin: 0 !important;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
overflow-x: hidden !important;
} .paper-box__swiper {
padding: 0 40px !important; width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
overflow: hidden !important;
}
.paper-box__swiper .swiper-button-prev {
left: 5px;
}
.paper-box__swiper .swiper-button-next {
right: 5px;
} .paper-box__content,
.paper-box__title,
.paper-box__desc {
text-align: center !important;
}  .section-cta-cards {
height: auto !important; min-height: auto !important; padding-top: 30px !important; padding-bottom: 30px !important;
padding-left: 0 !important; padding-right: 0 !important;
margin-top: 0 !important; margin-bottom: 0 !important;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
overflow-x: hidden !important;
} .section-cta-cards .container {
padding-left: 20px !important; padding-right: 20px !important;
margin-left: auto !important;
margin-right: auto !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
}
.cta-cards__grid {
margin: 0 !important;
gap: 20px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.cta-card {
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin: 0;
} .premier-manufacturing__content {
margin: 0 auto; width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.premier-manufacturing__image,
.premier-manufacturing__text {
padding-left: 15px;
padding-right: 15px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
text-align: center; } .premier-manufacturing__text h2,
.premier-manufacturing__text p {
text-align: center !important;
} body.home .premier-manufacturing__video-wrapper {
height: 250px; }
}
@media (max-width: 480px) { html, body {
overflow-x: hidden;
width: 100%;
max-width: 100%;
} section {
width: 100%;
max-width: 100%;
box-sizing: border-box;
overflow-x: hidden;
} .container {
padding-left: 10px;
padding-right: 10px;
margin-left: auto !important; margin-right: auto !important; width: 100%;
max-width: 100%;
box-sizing: border-box;
text-align: center; } section {
margin-left: 0 !important;
margin-right: 0 !important;
padding-left: 0;
padding-right: 0;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box;
overflow-x: hidden;
} .hero-banner {
min-height: 200px !important; height: auto !important; background-size: 100% auto; margin-bottom: 20px !important; } body.home .hero-banner {
min-height: 200px !important;
height: auto !important;
} .hero-banner__swiper-wrapper,
.hero-banner__swiper,
.hero-banner__slide,
.hero-banner__image,
.hero-banner__media {
height: auto !important; max-height: none !important; }
.hero-banner__image,
.hero-banner__media {
object-fit: contain !important; } .grid-6,
.grid-4,
.grid-3,
.grid-2 {
margin-top: 20px !important; margin-bottom: 20px !important; } .grid-margin-top {
margin-top: 20px !important; } .container > * {
text-align: center !important; } .grid-1 > *,
.grid-2 > *,
.grid-3 > *,
.grid-4 > *,
.grid-6 > * {
text-align: center !important; margin-left: auto !important;
margin-right: auto !important;
} .solution-box,
.product-line__item,
.product-line__category,
.sportswear__item,
.sportswear__category,
.cta-card,
.testimonial-item,
.cert-wrapper,
.customers-visit__item,
.process-step,
.blog-card {
text-align: center !important; margin-left: auto !important;
margin-right: auto !important;
border: none !important; border-left: none !important; outline: none !important; outline-offset: 0 !important;
} .row {
margin-left: 0 !important;
margin-right: 0 !important;
justify-content: center !important; } .row [class*="col-"] {
text-align: center !important;
padding-left: 20px !important; padding-right: 20px !important; margin-left: 0 !important; margin-right: 0 !important; } .who-we-service__content,
.design-capability__content {
margin-left: 0 !important;
margin-right: 0 !important;
justify-content: flex-start !important; width: 100% !important; max-width: 100% !important;
box-sizing: border-box !important;
}   .row [class*="col-"].who-we-service__text,
.row [class*="col-"].who-we-service__logos,
.row .who-we-service__text,
.row .who-we-service__logos,
.who-we-service__text,
.who-we-service__logos,
.row [class*="col-"].design-capability__left,
.row [class*="col-"].design-capability__right,
.row .design-capability__left,
.row .design-capability__right,
.design-capability__left,
.design-capability__right {
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important; margin-right: 0 !important; width: 100% !important;
max-width: 100% !important;
} .who-we-service__text,
.who-we-service__logos,
.premier-manufacturing__text,
.premier-manufacturing__image,
.design-capability__left,
.design-capability__right,
.design-capability__intro-text,
.design-capability__intro-text p,
.design-capability__intro-text strong {
text-align: center !important; } .who-we-service__text .section-title,
.who-we-service__text .text-gray,
.who-we-service__text p,
.premier-manufacturing__text h2,
.premier-manufacturing__text p,
.premier-manufacturing__text .text-gray-margin,
.design-capability__intro-text p,
.design-capability__cta {
text-align: center !important;
}
.hero-banner__content {
left: 5%; max-width: 90%; padding: 0 10px;
}
.hero-banner h1,
.hero-banner__title,
.hero-banner__content h1,
.hero-banner__content .hero-banner__title { 
font-size: 24px;
text-transform: capitalize !important; }
.brand-logos {
grid-template-columns: repeat(3, 1fr); gap: 12px;
padding: 15px 0;
}
.brand-logos img {
max-height: 120px; width: 100%;
height: auto;
object-fit: contain; } @media (max-width: 480px) {
.brand-logos {
grid-template-columns: repeat(2, 1fr); gap: 10px;
}
.brand-logos img {
max-height: 100px;
}
} .product-line__row-top,
.sportswear__row-top {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
}
.section-title {
font-size: 24px;
} .section-paper-box,
.section-premier-manufacturing {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
width: 100%;
box-sizing: border-box;
overflow-x: hidden;
}  .paper-box__swiper-wrapper {
padding-top: 20px !important;
padding-bottom: 50px !important;
padding-left: 0 !important; padding-right: 0 !important;
margin: 0 !important;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
overflow-x: hidden !important;
} .paper-box__swiper {
padding: 0 40px !important; width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
overflow: hidden !important;
}
.paper-box__swiper .swiper-button-prev {
left: 5px;
}
.paper-box__swiper .swiper-button-next {
right: 5px;
} .paper-box__content,
.paper-box__title,
.paper-box__desc {
text-align: center !important;
} .paper-box__image-wrapper {
width: 245px !important;
max-width: 245px !important;
height: 245px !important;
margin: 0 auto 20px;
padding: 0 !important;
}
.paper-box__image {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
} .factory-capabilities__image-wrapper {
width: 245px !important;
max-width: 245px !important;
height: 245px !important;
margin: 0 auto;
padding: 0 !important;
border: none !important;
box-sizing: border-box !important;
}
.factory-capabilities__image {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
border-radius: 0 !important;
} .paper-box__image-wrapper {
border: none !important;
box-sizing: border-box !important;
}  .section-cta-cards {
padding-top: 30px !important; padding-bottom: 30px !important;
padding-left: 0 !important; padding-right: 0 !important;
height: auto !important; min-height: auto !important; margin: 0 !important;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
overflow-x: hidden !important;
} .section-cta-cards .container {
padding-left: 20px !important; padding-right: 20px !important;
margin-left: auto !important; margin-right: auto !important; margin-top: 0;
margin-bottom: 0;
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.cta-cards__grid {
margin: 0 !important;
gap: 20px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.cta-card {
padding: 25px 15px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin: 0;
}
.cta-card h3 {
font-size: 20px;
} .premier-manufacturing__content {
margin: 0;
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.premier-manufacturing__image,
.premier-manufacturing__text {
padding-left: 15px;
padding-right: 15px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.process-steps {
grid-template-columns: 1fr;
}
.factory-capabilities__content {
max-height: 400px;
}
.factory-capabilities__title {
font-size: 24px;
}
}
.section-who-we-service {
padding-top: 0 !important; margin-top: 0 !important; } .product-inquiry {
margin: 40px auto;
}
.inquiry-form-content {
padding: 20px 0;
}
.faq-container {
margin-top: 20px;
}
.faq-item:last-child {
border-bottom: none !important;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.faq-question {
color: #222;
margin-bottom: 12px;
}
.faq-answer {
color: #555;
line-height: 1.8;
} @media (max-width: 768px) {
.product-inquiry {
padding: 0 15px;
}
.faq-item {
margin-bottom: 20px !important;
padding-bottom: 20px !important;
}
}
@media (max-width: 768px) {
.product-inquiry {
padding: 0 15px;
}
.faq-item {
margin-bottom: 20px !important;
padding-bottom: 20px !important;
}
}
@media (max-width: 768px) {
.product-inquiry {
padding: 0 15px;
}
.faq-item {
margin-bottom: 20px !important;
padding-bottom: 20px !important;
}
}
@media (max-width: 768px) {
.product-inquiry {
padding: 0 15px;
}
.faq-item {
margin-bottom: 20px !important;
padding-bottom: 20px !important;
}
}