{"id":48,"date":"2026-07-16T10:24:57","date_gmt":"2026-07-16T10:24:57","guid":{"rendered":"https:\/\/fcsmartbd.com\/?page_id=48"},"modified":"2026-07-25T09:50:39","modified_gmt":"2026-07-25T09:50:39","slug":"home","status":"publish","type":"page","link":"https:\/\/fcsmartbd.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n\n\n\n\n\n\n\n\n\n\n\n<style>\n\/* ====================================\n   FCS MART BD RESPONSIVE ABOUT SECTION\n==================================== *\/\n\n.fcs-about,\n.fcs-about * {\n    box-sizing: border-box;\n}\n\n.fcs-about {\n    --navy: #0d3048;\n    --dark-blue: #0b3a58;\n    --green: #79cbae;\n    --text: #6d808c;\n    --white: #ffffff;\n\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    overflow: hidden;\n    background: #ffffff;\n    color: var(--navy);\n    font-family: Arial, Helvetica, sans-serif;\n}\n\n\/* ==============================\n   TOP SECTION\n============================== *\/\n\n.fcs-about-intro {\n    padding: 90px 25px;\n    background: #ffffff;\n}\n\n.fcs-about-container {\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: clamp(45px, 6vw, 80px);\n    align-items: center;\n}\n\n\/* Image collage *\/\n\n.fcs-image-collage {\n    position: relative;\n    min-height: 500px;\n}\n\n.fcs-main-image {\n    display: block;\n    width: 80%;\n    height: 465px;\n    object-fit: cover;\n    object-position: center;\n}\n\n.fcs-front-image {\n    position: absolute;\n    top: 55px;\n    right: 0;\n    display: block;\n    width: 59%;\n    height: 350px;\n    object-fit: cover;\n    object-position: center;\n    border: 10px solid #ffffff;\n    box-shadow: 0 15px 35px rgba(9, 45, 67, 0.17);\n}\n\n\/* Text content *\/\n\n.fcs-section-label {\n    display: inline-block;\n    margin-bottom: 13px;\n    padding-bottom: 7px;\n    color: var(--navy);\n    border-bottom: 2px solid var(--green);\n    font-size: 14px;\n    font-weight: 600;\n}\n\n.fcs-about-content h2 {\n    margin: 0 0 20px;\n    color: var(--navy);\n    font-size: clamp(31px, 3vw, 43px);\n    line-height: 1.17;\n    font-weight: 700;\n}\n\n.fcs-description {\n    margin: 0 0 27px;\n    color: var(--text);\n    font-size: 15px;\n    line-height: 1.8;\n}\n\n\/* Experience box and features *\/\n\n.fcs-details {\n    display: grid;\n    grid-template-columns: 155px minmax(0, 1fr);\n    gap: 25px;\n    margin: 25px 0 30px;\n}\n\n.fcs-years {\n    min-height: 170px;\n    padding: 22px 15px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    background: var(--navy);\n    color: #ffffff;\n    text-align: center;\n}\n\n.fcs-years-icon {\n    color: var(--green);\n    font-size: 26px;\n}\n\n.fcs-years strong {\n    display: block;\n    margin: 6px 0;\n    color: #ffffff;\n    font-size: 39px;\n    line-height: 1;\n}\n\n.fcs-years span {\n    color: #ffffff;\n    font-size: 12px;\n    line-height: 1.4;\n}\n\n.fcs-features {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    gap: 10px;\n    margin: 0;\n    padding: 4px 0;\n    list-style: none;\n}\n\n.fcs-features li {\n    position: relative;\n    margin: 0;\n    padding-left: 24px;\n    color: #5f7580;\n    font-size: 14px;\n    line-height: 1.4;\n}\n\n.fcs-features li::before {\n    content: \"\u2713\";\n    position: absolute;\n    top: 1px;\n    left: 0;\n    width: 16px;\n    height: 16px;\n    border-radius: 50%;\n    background: var(--green);\n    color: #ffffff;\n    font-size: 10px;\n    font-weight: 700;\n    line-height: 16px;\n    text-align: center;\n}\n\n\/* Founder *\/\n\n.fcs-founder {\n    display: flex;\n    align-items: center;\n    gap: 13px;\n    flex-wrap: wrap;\n}\n\n.fcs-founder-initials {\n    width: 52px;\n    height: 52px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--navy);\n    color: #ffffff;\n    font-size: 16px;\n    font-weight: 700;\n}\n\n.fcs-founder-info {\n    margin-right: 10px;\n}\n\n.fcs-founder-info strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--navy);\n    font-size: 13px;\n}\n\n.fcs-founder-info small {\n    display: block;\n    color: #81939d;\n    font-size: 11px;\n}\n\n.fcs-button {\n    display: inline-flex;\n    min-height: 44px;\n    padding: 12px 23px;\n    justify-content: center;\n    align-items: center;\n    background: var(--green);\n    color: #ffffff !important;\n    font-size: 12px;\n    font-weight: 700;\n    text-decoration: none !important;\n    transition: 0.25s ease;\n}\n\n.fcs-button:hover {\n    background: var(--navy);\n    color: #ffffff !important;\n    transform: translateY(-2px);\n}\n\n\/* ==============================\n   EXPERIENCE SECTION\n============================== *\/\n\n.fcs-experience {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    width: 100%;\n}\n\n.fcs-skills {\n    min-height: 570px;\n    padding: 85px clamp(35px, 7vw, 135px);\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    background:\n        radial-gradient(\n            circle at 20% 30%,\n            rgba(255,255,255,0.04),\n            transparent 35%\n        ),\n        linear-gradient(135deg, #0b3a58, #082f49);\n    color: #ffffff;\n}\n\n.fcs-skills h3 {\n    margin: 0 0 18px;\n    color: #ffffff;\n    font-size: clamp(25px, 2.3vw, 34px);\n    line-height: 1.25;\n}\n\n.fcs-skills-description {\n    max-width: 700px;\n    margin: 0 0 31px;\n    color: #c9d6de;\n    font-size: 14px;\n    line-height: 1.75;\n}\n\n\/* Progress bars *\/\n\n.fcs-progress {\n    margin-bottom: 20px;\n}\n\n.fcs-progress:last-child {\n    margin-bottom: 0;\n}\n\n.fcs-progress-title {\n    display: flex;\n    justify-content: space-between;\n    gap: 15px;\n    margin-bottom: 8px;\n    color: #ffffff;\n    font-size: 13px;\n    line-height: 1.4;\n    font-weight: 600;\n}\n\n.fcs-progress-track {\n    width: 100%;\n    height: 7px;\n    overflow: hidden;\n    background: #e7eef1;\n}\n\n.fcs-progress-fill {\n    height: 100%;\n    background: var(--green);\n}\n\n\/* Sewing-machine image side *\/\n\n.fcs-machine {\n    position: relative;\n    min-height: 570px;\n    background:\n        linear-gradient(\n            rgba(7, 28, 42, 0.2),\n            rgba(7, 28, 42, 0.2)\n        ),\n        url(\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/finisging.png\");\n    background-position: center;\n    background-size: cover;\n    background-repeat: no-repeat;\n}\n\n.fcs-quality-card {\n    position: absolute;\n    right: 0;\n    bottom: -35px;\n    width: min(520px, 70%);\n    padding: 42px 45px;\n    background: var(--green);\n    color: #ffffff;\n}\n\n.fcs-quality-card h4 {\n    margin: 0 0 13px;\n    color: #ffffff;\n    font-size: 21px;\n    line-height: 1.3;\n}\n\n.fcs-quality-card p {\n    margin: 0 0 14px;\n    color: #ffffff;\n    font-size: 13px;\n    line-height: 1.7;\n}\n\n.fcs-quality-card a {\n    color: #ffffff !important;\n    border-bottom: 1px solid rgba(255,255,255,0.7);\n    font-size: 12px;\n    font-weight: 700;\n    text-decoration: none !important;\n}\n\n.fcs-bottom-space {\n    height: 95px;\n    background: #ffffff;\n}\n\n\/* ==============================\n   TABLET RESPONSIVE\n============================== *\/\n\n@media (max-width: 1024px) {\n\n    .fcs-about-intro {\n        padding: 70px 25px;\n    }\n\n    .fcs-about-container {\n        gap: 40px;\n    }\n\n    .fcs-image-collage {\n        min-height: 440px;\n    }\n\n    .fcs-main-image {\n        height: 410px;\n    }\n\n    .fcs-front-image {\n        top: 50px;\n        height: 300px;\n    }\n\n    .fcs-about-content h2 {\n        font-size: 32px;\n    }\n\n    .fcs-details {\n        grid-template-columns: 135px minmax(0, 1fr);\n        gap: 18px;\n    }\n\n    .fcs-skills {\n        min-height: 530px;\n        padding: 65px 35px;\n    }\n\n    .fcs-machine {\n        min-height: 530px;\n    }\n\n    .fcs-quality-card {\n        width: 80%;\n        padding: 32px;\n    }\n}\n\n\/* ==============================\n   MOBILE RESPONSIVE\n============================== *\/\n\n@media (max-width: 767px) {\n\n    .fcs-about-intro {\n        padding: 50px 18px;\n    }\n\n    .fcs-about-container,\n    .fcs-experience {\n        grid-template-columns: 1fr;\n    }\n\n    .fcs-about-container {\n        gap: 40px;\n    }\n\n    .fcs-image-collage {\n        min-height: 390px;\n    }\n\n    .fcs-main-image {\n        width: 84%;\n        height: 355px;\n    }\n\n    .fcs-front-image {\n        top: 45px;\n        width: 57%;\n        height: 270px;\n        border-width: 7px;\n    }\n\n    .fcs-about-content h2 {\n        font-size: 28px;\n    }\n\n    .fcs-description {\n        font-size: 14px;\n    }\n\n    .fcs-details {\n        grid-template-columns: 1fr;\n    }\n\n    .fcs-years {\n        width: 100%;\n        min-height: 150px;\n    }\n\n    .fcs-button {\n        width: 100%;\n        margin-top: 10px;\n    }\n\n    .fcs-skills {\n        min-height: auto;\n        padding: 60px 20px;\n    }\n\n    .fcs-skills h3 {\n        font-size: 26px;\n    }\n\n    .fcs-machine {\n        min-height: 500px;\n    }\n\n    .fcs-quality-card {\n        right: 20px;\n        bottom: 20px;\n        width: calc(100% - 40px);\n        padding: 27px 24px;\n    }\n\n    .fcs-bottom-space {\n        height: 35px;\n    }\n}\n\n\/* Small mobile *\/\n\n@media (max-width: 420px) {\n\n    .fcs-image-collage {\n        min-height: 335px;\n    }\n\n    .fcs-main-image {\n        height: 305px;\n    }\n\n    .fcs-front-image {\n        top: 40px;\n        height: 225px;\n    }\n\n    .fcs-about-content h2 {\n        font-size: 25px;\n    }\n\n    .fcs-progress-title {\n        font-size: 12px;\n    }\n\n    .fcs-machine {\n        min-height: 450px;\n    }\n}\n<\/style>\n\n\n<div class=\"fcs-about\">\n\n    <!-- TOP ABOUT SECTION -->\n\n    <section class=\"fcs-about-intro\">\n\n        <div class=\"fcs-about-container\">\n\n            <div class=\"fcs-image-collage\">\n\n                <img decoding=\"async\" class=\"fcs-main-image\" src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/finisging.png\">\n\n                <img decoding=\"async\" class=\"fcs-front-image\" src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-Jul-20-2026-02_57_58-PM.png\">\n\n            <\/div>\n\n            <div class=\"fcs-about-content\">\n\n                <div class=\"fcs-section-label\">\n                    About FCS Mart BD\n                <\/div>\n\n                <h2>\n                    We Provide the Best Garment Buying Solutions Since 2013\n                <\/h2>\n\n                <p class=\"fcs-description\">\n                    FCS Mart BD is a 100% export-oriented garment manufacturer\n                    and buying house, serving global clients with excellence\n                    since 2013. We provide reliable apparel sourcing,\n                    production and export services while maintaining quality,\n                    timely delivery and customer satisfaction in every order.\n                <\/p>\n\n                <div class=\"fcs-details\">\n\n                    <div class=\"fcs-years\">\n                        <div class=\"fcs-years-icon\">\u2654<\/div>\n                        <strong>13+<\/strong>\n                        <span>Years of Experience<\/span>\n                    <\/div>\n\n                    <ul class=\"fcs-features\">\n                        <li>Best Quality Standards<\/li>\n                        <li>100% Satisfaction Guarantee<\/li>\n                        <li>Strict Quality Control System<\/li>\n                        <li>Commitment to Customers<\/li>\n                        <li>Highly Professional Team<\/li>\n                        <li>Timely Production and Delivery<\/li>\n                    <\/ul>\n\n                <\/div>\n\n                <div class=\"fcs-founder\">\n\n                    <div class=\"fcs-founder-initials\">\n                        SA\n                    <\/div>\n\n                    <div class=\"fcs-founder-info\">\n                        <strong>MD SAWKAT ALI<\/strong>\n                        <small>Founder, FCS Mart BD<\/small>\n                    <\/div>\n\n                    <a class=\"fcs-button\" href=\"#fcs-our-team\">\n                        Meet Our Team\n                    <\/a>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- EXPERIENCE SECTION -->\n\n    <section class=\"fcs-experience\">\n\n        <div class=\"fcs-skills\">\n\n            <h3>\n                13+ Years of Experience in Garment Buying &amp; Manufacturing\n            <\/h3>\n\n            <p class=\"fcs-skills-description\">\n                FCS Mart BD is a 100% export-oriented garment manufacturer\n                and buying house with over 13 years of experience in the\n                global apparel industry. We specialize in high-quality\n                sourcing, production and export management\u2014ensuring precision,\n                commitment and customer satisfaction in every order.\n            <\/p>\n\n            <div class=\"fcs-progress\">\n                <div class=\"fcs-progress-title\">\n                    <span>Garment Sourcing &amp; Production<\/span>\n                    <span>94%<\/span>\n                <\/div>\n\n                <div class=\"fcs-progress-track\">\n                    <div class=\"fcs-progress-fill\" style=\"width:94%\"><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"fcs-progress\">\n                <div class=\"fcs-progress-title\">\n                    <span>Fabric &amp; Accessories Management<\/span>\n                    <span>93%<\/span>\n                <\/div>\n\n                <div class=\"fcs-progress-track\">\n                    <div class=\"fcs-progress-fill\" style=\"width:93%\"><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"fcs-progress\">\n                <div class=\"fcs-progress-title\">\n                    <span>Quality Assurance &amp; Compliance<\/span>\n                    <span>95%<\/span>\n                <\/div>\n\n                <div class=\"fcs-progress-track\">\n                    <div class=\"fcs-progress-fill\" style=\"width:95%\"><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"fcs-progress\">\n                <div class=\"fcs-progress-title\">\n                    <span>Experience<\/span>\n                    <span>100%<\/span>\n                <\/div>\n\n                <div class=\"fcs-progress-track\">\n                    <div class=\"fcs-progress-fill\" style=\"width:100%\"><\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n\n        <div class=\"fcs-machine\">\n\n            <div class=\"fcs-quality-card\">\n\n                <h4>We Produce the Best Quality Garments<\/h4>\n\n                <p>\n                    FCS Mart BD is dedicated to delivering premium-quality\n                    apparel products for global brands. From design to delivery,\n                    we ensure quality materials, skilled craftsmanship and\n                    strict quality control to meet international standards.\n                <\/p>\n\n                <a href=\"#fcs-our-team\">\n                    View Our Team \u2192\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n    <div class=\"fcs-bottom-space\"><\/div>\n\n<\/div>\n\n\n\n\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<!-- FC SMART BD RESPONSIVE CERTIFICATION SLIDER START -->\n\n<section class=\"fcx-certification-section\">\n\n    <div class=\"fcx-heading\">\n\n        <span class=\"fcx-eyebrow\">\n            QUALITY &amp; COMPLIANCE\n        <\/span>\n\n        <h2>\n            We Work with Certified &amp; Compliant Factories\n        <\/h2>\n\n        <div class=\"fcx-divider\">\n            <span><\/span>\n            <i><\/i>\n            <span><\/span>\n        <\/div>\n\n        <p>\n            Our partner factories maintain globally recognised certifications,\n            compliance standards, and industry memberships.\n        <\/p>\n\n    <\/div>\n\n    <div class=\"fcx-slider\">\n\n        <div class=\"fcx-track\">\n\n            <!-- FIRST LOGO SET -->\n\n            <div class=\"fcx-group\">\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/ISO-9001.jpeg\"\n                        alt=\"ISO 9001 Certification\"\n                        loading=\"lazy\"\n                    >\n                    <span>ISO 9001<\/span>\n                <\/div>\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/ISO-14001.jpeg\"\n                        alt=\"ISO 14001 Certification\"\n                        loading=\"lazy\"\n                    >\n                    <span>ISO 14001<\/span>\n                <\/div>\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/OEKO-TEX.jpeg\"\n                        alt=\"OEKO-TEX Certification\"\n                        loading=\"lazy\"\n                    >\n                    <span>OEKO-TEX\u00ae<\/span>\n                <\/div>\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/BKMEA.jpeg\"\n                        alt=\"BKMEA Membership\"\n                        loading=\"lazy\"\n                    >\n                    <span>BKMEA<\/span>\n                <\/div>\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/BTMA.jpeg\"\n                        alt=\"BTMA Membership\"\n                        loading=\"lazy\"\n                    >\n                    <span>BTMA<\/span>\n                <\/div>\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/BGMEA.jpeg\"\n                        alt=\"BGMEA Membership\"\n                        loading=\"lazy\"\n                    >\n                    <span>BGMEA<\/span>\n                <\/div>\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/WRAP.jpeg\"\n                        alt=\"WRAP Certification\"\n                        loading=\"lazy\"\n                    >\n                    <span>WRAP<\/span>\n                <\/div>\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/ISO-2019.jpeg\"\n                        alt=\"ISO Certification\"\n                        loading=\"lazy\"\n                    >\n                    <span>ISO Standard<\/span>\n                <\/div>\n\n            <\/div>\n\n            <!-- DUPLICATE SET FOR CONTINUOUS MOVEMENT -->\n\n            <div class=\"fcx-group\" aria-hidden=\"true\">\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/ISO-9001.jpeg\"\n                        alt=\"\"\n                    >\n                    <span>ISO 9001<\/span>\n                <\/div>\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/ISO-14001.jpeg\"\n                        alt=\"\"\n                    >\n                    <span>ISO 14001<\/span>\n                <\/div>\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/OEKO-TEX.jpeg\"\n                        alt=\"\"\n                    >\n                    <span>OEKO-TEX\u00ae<\/span>\n                <\/div>\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/BKMEA.jpeg\"\n                        alt=\"\"\n                    >\n                    <span>BKMEA<\/span>\n                <\/div>\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/BTMA.jpeg\"\n                        alt=\"\"\n                    >\n                    <span>BTMA<\/span>\n                <\/div>\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/BGMEA.jpeg\"\n                        alt=\"\"\n                    >\n                    <span>BGMEA<\/span>\n                <\/div>\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/WRAP.jpeg\"\n                        alt=\"\"\n                    >\n                    <span>WRAP<\/span>\n                <\/div>\n\n                <div class=\"fcx-card\">\n                    <img decoding=\"async\"\n                        src=\"https:\/\/fcsmartbd.com\/wp-content\/uploads\/2026\/07\/ISO-2019.jpeg\"\n                        alt=\"\"\n                    >\n                    <span>ISO Standard<\/span>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n<style>\n\/* =====================================\n   FULL-WIDTH RESPONSIVE SECTION\n===================================== *\/\n\n.fcx-certification-section {\n    --fcx-gap: 20px;\n    --fcx-card-width: clamp(175px, 16vw, 230px);\n    --fcx-card-height: clamp(205px, 18vw, 245px);\n    --fcx-speed: 22s;\n\n    position: relative;\n    left: 50%;\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: -50vw;\n    padding: clamp(55px, 7vw, 90px) 0;\n    overflow: hidden;\n    background:\n        radial-gradient(\n            circle at 50% 0%,\n            rgba(221, 231, 245, 0.48),\n            transparent 48%\n        ),\n        linear-gradient(180deg, #ffffff 0%, #fafcff 100%);\n    font-family: Arial, Helvetica, sans-serif;\n    box-sizing: border-box;\n}\n\n.fcx-certification-section *,\n.fcx-certification-section *::before,\n.fcx-certification-section *::after {\n    box-sizing: border-box;\n}\n\n\/* Heading *\/\n\n.fcx-heading {\n    width: min(1100px, calc(100% - 32px));\n    margin: 0 auto clamp(30px, 5vw, 50px);\n    text-align: center;\n}\n\n.fcx-eyebrow {\n    display: inline-block;\n    margin-bottom: 13px;\n    color: #c4933e;\n    font-size: clamp(10px, 1vw, 12px);\n    font-weight: 700;\n    line-height: 1.5;\n    letter-spacing: clamp(1.8px, 0.3vw, 3px);\n}\n\n.fcx-heading h2 {\n    max-width: 1050px;\n    margin: 0 auto;\n    color: #071f4d;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(29px, 4vw, 58px);\n    font-weight: 700;\n    line-height: 1.15;\n    letter-spacing: clamp(-1px, -0.05vw, -0.3px);\n    overflow-wrap: anywhere;\n}\n\n.fcx-divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: clamp(150px, 18vw, 230px);\n    margin: clamp(18px, 2vw, 24px) auto;\n}\n\n.fcx-divider span {\n    flex: 1;\n    height: 1px;\n    background: #d3a04a;\n}\n\n.fcx-divider i {\n    flex: 0 0 9px;\n    width: 9px;\n    height: 9px;\n    margin: 0 8px;\n    border-radius: 50%;\n    background: #d3a04a;\n}\n\n.fcx-heading p {\n    max-width: 790px;\n    margin: 0 auto;\n    color: #667085;\n    font-size: clamp(14px, 1.5vw, 17px);\n    line-height: 1.7;\n}\n\n\/* Slider *\/\n\n.fcx-slider {\n    position: relative;\n    width: 100%;\n    max-width: 100%;\n    padding: 18px 0 28px;\n    overflow: hidden;\n    touch-action: pan-y;\n}\n\n\/* Left-right fade *\/\n\n.fcx-slider::before,\n.fcx-slider::after {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    z-index: 5;\n    width: clamp(25px, 7vw, 110px);\n    pointer-events: none;\n}\n\n.fcx-slider::before {\n    left: 0;\n    background: linear-gradient(\n        90deg,\n        #fbfcff 0%,\n        rgba(251, 252, 255, 0) 100%\n    );\n}\n\n.fcx-slider::after {\n    right: 0;\n    background: linear-gradient(\n        270deg,\n        #fbfcff 0%,\n        rgba(251, 252, 255, 0) 100%\n    );\n}\n\n\/* Continuous track *\/\n\n.fcx-track {\n    display: flex;\n    align-items: stretch;\n    width: max-content;\n    max-width: none;\n    animation: fcxContinuousMove var(--fcx-speed) linear infinite;\n    will-change: transform;\n}\n\n.fcx-group {\n    display: flex;\n    flex-shrink: 0;\n    align-items: stretch;\n    gap: var(--fcx-gap);\n    padding-right: var(--fcx-gap);\n}\n\n\/* Logo card *\/\n\n.fcx-card {\n    position: relative;\n    display: flex;\n    flex: 0 0 var(--fcx-card-width);\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    width: var(--fcx-card-width);\n    min-width: var(--fcx-card-width);\n    height: var(--fcx-card-height);\n    padding: clamp(16px, 2vw, 24px);\n    overflow: hidden;\n    border: 1px solid rgba(8, 38, 84, 0.08);\n    border-radius: clamp(15px, 1.7vw, 22px);\n    background: #ffffff;\n    box-shadow:\n        0 15px 38px rgba(8, 33, 74, 0.09),\n        0 3px 10px rgba(8, 33, 74, 0.04);\n    text-align: center;\n    transition:\n        transform 0.3s ease,\n        box-shadow 0.3s ease;\n}\n\n.fcx-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 50%;\n    width: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #082d68, #d3a04a);\n    transform: translateX(-50%);\n    transition: width 0.3s ease;\n}\n\n.fcx-card img {\n    display: block !important;\n    width: 100% !important;\n    max-width: 100% !important;\n    height: clamp(125px, 13vw, 168px) !important;\n    margin: 0 auto 12px !important;\n    padding: 0 !important;\n    border: 0 !important;\n    object-fit: contain !important;\n    object-position: center !important;\n    box-shadow: none !important;\n}\n\n.fcx-card span {\n    display: block;\n    width: 100%;\n    overflow: hidden;\n    color: #183760;\n    font-size: clamp(10px, 1vw, 13px);\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.8px;\n    text-overflow: ellipsis;\n    text-transform: uppercase;\n    white-space: nowrap;\n}\n\n\/* Desktop hover *\/\n\n@media (hover: hover) {\n    .fcx-card:hover {\n        box-shadow:\n            0 23px 48px rgba(8, 33, 74, 0.15),\n            0 5px 12px rgba(8, 33, 74, 0.06);\n        transform: translateY(-7px);\n    }\n\n    .fcx-card:hover::before {\n        width: 65%;\n    }\n\n    .fcx-slider:hover .fcx-track {\n        animation-play-state: paused;\n    }\n}\n\n\/* Seamless train movement *\/\n\n@keyframes fcxContinuousMove {\n    from {\n        transform: translate3d(0, 0, 0);\n    }\n\n    to {\n        transform: translate3d(-50%, 0, 0);\n    }\n}\n\n\/* Tablet *\/\n\n@media (max-width: 900px) {\n    .fcx-certification-section {\n        --fcx-gap: 16px;\n        --fcx-card-width: clamp(165px, 28vw, 205px);\n        --fcx-card-height: clamp(195px, 31vw, 220px);\n        --fcx-speed: 19s;\n    }\n}\n\n\/* Mobile *\/\n\n@media (max-width: 600px) {\n    .fcx-certification-section {\n        --fcx-gap: 12px;\n        --fcx-card-width: clamp(145px, 43vw, 175px);\n        --fcx-card-height: clamp(180px, 52vw, 205px);\n        --fcx-speed: 16s;\n\n        padding-top: 52px;\n        padding-bottom: 60px;\n    }\n\n    .fcx-heading {\n        width: calc(100% - 28px);\n        margin-bottom: 25px;\n    }\n\n    .fcx-heading h2 {\n        font-size: clamp(27px, 8vw, 34px);\n        line-height: 1.2;\n    }\n\n    .fcx-heading p {\n        max-width: 345px;\n        font-size: 14px;\n        line-height: 1.6;\n    }\n\n    .fcx-card {\n        padding: 14px 12px;\n    }\n\n    .fcx-card img {\n        height: clamp(110px, 34vw, 138px) !important;\n        margin-bottom: 8px !important;\n    }\n\n    .fcx-slider {\n        padding-top: 12px;\n    }\n}\n\n\/* Very small phone *\/\n\n@media (max-width: 380px) {\n    .fcx-certification-section {\n        --fcx-card-width: 140px;\n        --fcx-card-height: 178px;\n        --fcx-speed: 15s;\n    }\n\n    .fcx-heading h2 {\n        font-size: 27px;\n    }\n\n    .fcx-card img {\n        height: 108px !important;\n    }\n}\n\n\/* Accessibility *\/\n\n@media (prefers-reduced-motion: reduce) {\n    .fcx-track {\n        animation-play-state: paused;\n    }\n}\n<\/style>\n\n<!-- FC SMART BD RESPONSIVE CERTIFICATION SLIDER END -->\n<\/div>\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>About FCS Mart BD We Provide the Best Garment Buying Solutions Since 2013 FCS Mart BD is a 100% export-oriented garment manufacturer and buying house, serving global clients with excellence since 2013. We provide reliable apparel sourcing, production and export services while maintaining quality, timely delivery and customer satisfaction in every order. \u2654 13+ Years [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank-canvas","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-48","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fcsmartbd.com\/index.php?rest_route=\/wp\/v2\/pages\/48","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fcsmartbd.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fcsmartbd.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fcsmartbd.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fcsmartbd.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=48"}],"version-history":[{"count":37,"href":"https:\/\/fcsmartbd.com\/index.php?rest_route=\/wp\/v2\/pages\/48\/revisions"}],"predecessor-version":[{"id":633,"href":"https:\/\/fcsmartbd.com\/index.php?rest_route=\/wp\/v2\/pages\/48\/revisions\/633"}],"wp:attachment":[{"href":"https:\/\/fcsmartbd.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=48"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}