.form-control::placeholder {
    color: rgba(0, 0, 0, 0.30);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

textarea.form-control {
    min-height: calc(7.5em + .75rem + calc(var(--bs-border-width) * 2));
}

.form-control.form-select {
    color: rgba(0, 0, 0, 0.30);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
}

.demo-btn.button-container {
    width: 100% !important;
    margin: 0 auto;
    height: 50px;
}

.button-container {
    background: linear-gradient(90deg, #00d1cf 0%, #0099c4 100%);
    color: #ffffff;
    border: none;
    padding: 7px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease;
    box-shadow: 0 0.7px 3px #8b8b8b;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 216px;
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
}

.contactinfo {
    display: flex;
    gap: 17px;
}
.hero_area.traceability_hero_area {
    background-image: url(../assets/img/smart-factory/SmartFactoryDesk.webp);
    background-repeat: round;
    background-size: cover;
    max-width: 1500px;
    height: 680px;
    margin: 0 auto;
}

.hero_area.traceability_hero_area .hero_content {
    margin-top: 55px;
    width: 525px;
}

.hero_btns .btn.global-btn {
    width: 194px;
    height: 52px;
    border-radius: 8px;
    background: linear-gradient(90deg, #0099C4 0%, #00D1CF 100%);
    color: #FFF;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    box-shadow: none
}

.btn-primary {
    border: none;
    border-radius: 8px;
    border-radius: 8px;
    background: linear-gradient(90deg, #0099C4 0%, #00D1CF 100%);
    /* box-shadow: 3px 4px 10px 2px rgba(239, 166, 74, .2); */
    padding: 10px 36px;
    border-radius: 5px;
    font-family: "brandon";
    font-size: 18px;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.button--calypso:hover span {
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
    color: #02BACE;
    /* background: #fff !important; */
}

@keyframes MoveScaleUpInitial {
    to {
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }
}

@keyframes MoveScaleUpEnd {
    from {
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.button--calypso::before {
    content: "";
    background: #fff;
    width: 152%;
    height: 0;
    padding-bottom: 90%;
    top: -201%;
    left: -21%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    position: absolute;
}

.button--calypso:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso span {
    display: block;
    position: relative;
    color: #fff;
    width: 100%;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    /* z-index: 10; */
}

.button--calypso::after {
    content: "";
    background: #000;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}

.button--calypso {
    overflow: hidden;
    position: relative;
}

.form-control {
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid rgba(215, 215, 215, 0.60);
    height: 44px;
}

.form-control {
    background: #F7F7F7;
}

.form-control::placeholder {
    color: rgba(138, 138, 138, 0.80);
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding-left: 6px;
    line-height: 144%;
    background: #F7F7F7;
    /* 20.16px */
    /* 21px */
}

.textile-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.textile-image {
    padding: 80px 0;
}

.hero_text {
    padding: 14px 0px;
    width: 94%;
}

.tag {
    display: flex;
    width: 144px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.99);
    color: #0E0E0E;
    text-align: center;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.hero_text h1 {
    color: #0E0E0E;
    font-family: "brandon";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
}

.hero_text {
    color: rgba(14, 14, 14, 0.70);
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.trusted_by_area {
    margin-top: -70px !important;
}

.traceability_features {
    margin-top: 32px;
}

.traceability_features_area .features_heading_tag {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.traceability_features_area .features_heading_tag span {
    color: #081F2C;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    width: 150px;
    background: rgba(51, 51, 51, 0.05);
    border-radius: 60px;
    padding: 10px;
}

.traceability_features_area .features_heading {
    color: #242733;
    text-align: center;
    font-family: "brandon";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.portfolio-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: max-content;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    max-width: 983px;
    margin: 4% auto;
    border-radius: 30px;
    background: #F5F5F5;
    height: 360px;
    margin-bottom: 0;
}


.portfolio-wrapper figure {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding-top: 13px !important;
}

.Sustainability_text {
    margin-top: 64px;
}

.case-study-img .tag {
    display: inline-flex;
    padding: 6px 14px 8px 13px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    border: 1px solid #FFF;
    background: #FFF;
    backdrop-filter: blur(15px);
    color: #E56666;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    left: 14px;
    top: 23px;
    position: absolute;
    width: auto;
    text-transform: capitalize;
    margin-bottom: 0;
}

.case-study-content.right {
    padding-left: 50px;
    width: 465px;
}

.case-study-content.right.to.left {
    padding-left: 20px;
}

.case-study-content {
    padding-top: 55px;

}

.case-study-content h2 {
    margin-bottom: 24px;
}

.case-study-content h2 a {
    color: #242733 !important;
    width: 328px;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.case-study-content p {
    color: rgba(51, 51, 51, 0.85);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 40px;
}

.section-title-box {
    width: 570px;
    margin: 56px auto;
    color: #000;
    text-align: center;
    font-family: "brandon";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card_box_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.card_box_div {
    border-radius: 20px;
    border: 0.757px solid rgba(0, 0, 0, 0.30);
    background: #F6F7F7;
    padding: 26px 16px;
    height: inherit;
    text-align: left;
}

.card_box_body.one .cards_box.one {
    height: 250px;
    width: 53%;
}


.card_box_body.one .cards_box.two {
    height: 250px;
    width: 44%;
}

.card_box_body.two .cards_box.two {
    height: 250px;
    width: 53%;
}

.card_box_body.two .cards_box.one {
    height: 250px;
    width: 44%;
}

.card_box_text h2 {
    color: #0D0D17;
    font-family: "brandonRegular";
    font-size: 19.471px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card_box_text p {
    color: rgba(13, 13, 23, 0.70);
    font-family: "Open Sans";
    font-size: 14.063px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.798px;
    /* 169.231% */
}

.card_box_image {
    margin-bottom: 32px;
}

.card_box_image img {
    height: 44px;
    width: 44px;
}

.success_card_box_body {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px !important;
}

#strugglingBanner {
    margin-bottom: 67px;
}

.success-with-Textile {
    margin-top: 40px;
}

.success-with-Textile .row {
    position: relative;
}

.success-with-Textile .arrow_sign {
    width: 88px;
    position: absolute;
    right: 21%;
    top: 8%;
}

.success-with-Textile h2 {
    color: #000;
    text-align: center;
    font-family: "brandon";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.success-with-Textile h2 .brands {
    background: linear-gradient(90deg, #00D1CF 0%, #0099C4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.success-with-Textile h2 .manufacturers {
    background: linear-gradient(90deg, #E56666 46.5%, #EFA64A 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.success-with-Textile .success-with-Textile-subtext {
    color: #0E0E0E;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 214%;
    /* 34.24px */
    opacity: 0.7;
    width: 613px;
    margin: 0 auto;
}

.success_card_box_body .cards_box .card_box_div {
    height: 258px;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.success_card_box_body .success-with-Textile .success_card_box_body {
    flex-direction: column;
    flex-wrap: wrap;
}

.success_card_box_body .card_box_image {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    height: 30px;
}

.service_lable.text-white {
    display: none;
}

/* .success_card_box_body .card_box_image.Automation {
    margin-bottom: 10px;
}

.success_card_box_body .card_box_image.Easyaccess {
    margin-bottom: 0px;
} */

.success_card_box_body .card_box_text p {
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 178.571% */
    opacity: 0.6;
}

.success_card_box_body .card_box_image h2 {
    color: #081F2C;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    margin-bottom: 0;
}

.success-with-Textile .success_card_box_body .cards_box {
    width: 32%;
    margin-bottom: 25px;
}

.why_choose_heading {
    margin-bottom: 16px;
}

.free_whitepapers_area.free_whitepapers_area-plm {
    margin-top: 96px;
    margin-bottom: 77px;
}

.free_whitepapers_area-plm .left_frp {
    padding: 40px;
}

.free_whitepapers_area-plm .bg-form-plm {
    padding: 20px;
    margin: 30px 20px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 13px;
}

.free_whitepapers_area-plm .signup-form-btn {
    margin: 0 auto 10px !important;
}

.faq_area .reviews_heading {
    color: #000;
    text-align: center;
    font-family: "brandon";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.faq_area .faq-text {
    display: flex;
    width: 613px;
    height: 34px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #0E0E0E;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 214%;
    /* 34.24px */
    margin: 0 auto;
    margin-bottom: 40px;
}

.faq_area .faq-text span {
    color: #0E0E0E;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 214%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;

}

.faq_area .faq-text span:hover {
    cursor: pointer;
    color: #0099C4;
    text-decoration-line: underline;
}

.faq-header .faqss {
    color: #081F2C;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 21.6px */
}

.faq-collapse.collapse .card-body p {
    color: #333;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 200% */
}

.signup-limited-slots {
    display: none;
}

.insightful_text {
    color: #0E0E0E;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 214%;
    /* 34.24px */
    text-align: center;
    margin-bottom: 50px;
    opacity: 0.7;

}

.reviews_heading.blogs_heading {
    font-size: 40px;
}

.blog_content_area {
    margin-top: 17px;
}

.blog_content_area .card.blog_cards {
    padding: 10px;
}

.blog_area .reviews_heading.blogs_heading {
    margin-bottom: 0px;
}

.blog_cards>img {
    border-radius: 10px 0px 0px 0px !important;
}

.card.blog_cards .tag {
    display: inline-flex;
    padding: 6px 14px 8px 13px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: #FFF;
    backdrop-filter: blur(15px);
    left: 20px;
    top: 20px;
    position: absolute;
    width: 72px;
    color: #0099C4;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-transform: capitalize;
}

.blog_titles {
    font-size: 16px;
}

.blog_description {
    color: #333333;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.blog_cards .card-body .blog_link {
    font-size: 16px;
}

.blog_link {
    font-weight: 500;
    background: linear-gradient(90deg, #00D1CF 0%, #0099C4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.single_card {
    display: flex;
}

.single_card .card_img {
    width: 50%;
}

.single_card .card_img img {
    object-fit: cover;
    width: 100%;
}

.single_card .card_body.design-inspiration {
    width: 43%;
    padding-top: 0px;
}

.Sustainability_text h2 {
    color: #000;
    text-align: center;
    font-family: "brandon";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Sustainability_text .success-with-Textile-subtext {
    color: #0E0E0E;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 214%;
    opacity: 0.7;
    width: 753px;
    margin: 0 auto;
}

.main_page_cards {
    margin-top: 49px;
    background: #F7F7F8;
    padding-top: 30px;
}

.main_page_cards .single_card {
    gap: 8%;
    padding: 27px;
    display: flex;
    padding-top: 0;
}

.card_body.design-inspiration .card_title {
    color: rgba(36, 39, 51, 0.80);
    font-family: "brandon";
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 435px;
    margin-bottom: 24px;
}

.card_body.design-inspiration .card_text {
    color: rgba(51, 51, 51, 0.85);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 457px;
    margin-bottom: 30px;
}

.main_page_cards.Second {
    background: #ffffff;
}

.single_card.Second .card_img {
    width: 49%;
}

.service_lable.text-white {
    display: none;
}

.strgl_pera.hide_for_sm {
    margin-bottom: 20px;
}

.signup-limited-slots {
    display: none;
}

.design-inspiration ul {
    padding: 0;
    width: 452px;
}

.design-inspiration ul li {
    list-style: none;
    display: flex;
    gap: 6px;
    color: #333;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 11px;
    /* 185.714% */
}

#download-story-desk {
    background: #F7F7F8;
    padding: 16px 0;
    margin-top: 24px;
}

.case-study-form-main-div {
    display: flex;
    justify-content: space-between;
}

.downloaddivlogo {
    width: 621px;
    height: 467px;
    padding: 10px;
    border-radius: 30px;
    background: #FFF;
}

.downloaddivlogo .logo {
    width: 100%;
}

.downloaddivlogo .logo p {
    color: #242733;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 26px;
    /* 175% */
}

#download-story-mob {
    width: 47%;
}

#download-story-mob .form {
    width: 473px;
}

#download-story-mob h3 {
    color: #242733;
    font-family: "brandon";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
    /* 127.5% */
}

#download-story-mob p {
    color: rgba(51, 51, 51, 0.85);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 500px;
    /* 200% */
}

#download-story-mob .form_download_btn {
    width: 100%;
    display: block;
}

#download-story-mob .form_download_btn button {
    width: 100%;
    border: 1px solid #0099C4;
}

.downloaddivlogo .logo img {
    width: 100%;
}

.plm-steps .nav-pills,
.solutions .nav-pills {
    background: #F3F3F3;
    justify-content: space-between;
    width: 513px;
    margin: 0 auto;
    border-radius: 40px;
    margin-top: 50px;
    margin-bottom: 50px !important;
    padding: 7px;
}

.plm-steps .nav-pills .nav-link {
    border-bottom: 3px solid #f5f5f5;
    padding: 0px 28px;
}

.nav-pills .nav-link {
    border-bottom: 3px solid #fff;
    color: #4a4a4a;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    padding: .5rem 2rem;
    transition: .4sease-in-out;
    height: 50px;
}

.nav-pills .nav-link {
    color: rgba(51, 51, 51, 0.80);
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.nav-pills .nav-link.active {
    color: #0099c4;
    background: #fff;
    border-radius: 32px;
    margin: 0;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.nav-link:hover {
    background-color: transparent;
    border: none;
}

.feature-flex,
.feature-flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;

}

.card_body.design-inspiration {
    padding-top: 54px;
}

.step-img.img-plan {
    padding: 20px;
}

.plm-steps {
    margin-top: 60px;
}

@media only screen and (min-width: 1024px) and (max-width: 1390px) {
    .traceability_features_area .features_heading {
        font-size: 36px;
    }

    .nav-pills .nav-link,
    .nav-pills .nav-link.active {
        font-size: 16px;
    }

    .container {
        max-width: 1110px !important;
    }

    .portfolio-wrapper {
        max-width: 873px;
        height: 319px;
    }

    .case-study-content.right {
        padding-left: 50px;
        width: 425px;
    }

    .case-study-content h2 a {
        font-size: 24px;
    }

    .case-study-content p {
        font-size: 12px;
    }

    .why_choose_heading {
        font-size: 42px;
        line-height: 1.3;

    }

    .why_choose_heading {
        margin-bottom: 16px;
    }

    .blog_titles {
        font-size: 13px;
    }

    .blog_cards .card-body .blog_link {
        font-size: 13px;
    }

    .faq-header .faqss {
        font-size: 14px;
    }

    .plm-main-heading,
    .why_choose_heading {
        font-size: 42px;
        line-height: 1.3;

    }

    .why_choose_heading {
        margin-bottom: 16px;
    }

    .textile-title h1 {
        font-size: 41px;
    }

    .button-container.freeDemo {
        width: 169px;
    }

    .button-container.Whitepaper {
        width: 238px;
    }

    .button-container.Whitepaper a,
    .button-container.freeDemo a {
        font-size: 14px;
    }

    .textile-title {
        width: 94%;
    }

    .hero_text {
        font-size: 13px;
    }

    .category-lists-slider {
        width: 84%;
    }

    .success-with-Textile .arrow_sign {
        width: 77px;
        right: 18%;
        top: 8%;
    }

    .blog_cards .card-body .blog_link {
        font-size: 13px;
    }

    .category-lists-slider .category-button {
        font-size: 13px;
        padding: 10px 24px;
    }

    .design-inspiration ul li {
        font-size: 13px;
    }

    .col-lg-6.my-auto.cards_points {
        width: 51%;
    }

    .key_pointers .data-text.active .col-lg-6.mr-auto.d-none.d-md-none.d-lg-block {
        width: 41%;
    }

    .design-inspiration p {
        font-size: 18px;
    }

    .success_card_box_body .cards_box .card_box_div {
        height: 272px;
    }

    .success_card_box_body .card_box_image h2 {
        font-size: 13px;
    }

    .success_card_box_body .card_box_text p {
        font-size: 13px;
    }

    .insightful_text {
        font-size: 14px;
    }

    .blog_titles {
        font-size: 13px;
    }

    .faq-header .faqss {
        font-size: 14px;
    }

    .design-inspiration ul li {
        font-size: 13px;
    }

    .downloaddivlogo {
        width: 534px;
        height: 442px;
        padding: 10px;
        border-radius: 30px;
        background: #FFF;
    }
}


@media screen and (max-width: 767px) {

    .plm-steps .nav-pills,
    .solutions .nav-pills {
        margin-bottom: 0px !important;
        width: 100%;
    }

    .plm-steps .nav-pills .nav-link {
        padding: 0px 17px;
    }

    .nav-pills .nav-link {
        font-size: 14px;
    }

    .nav-pills .nav-link.active {
        font-size: 14px;
    }

    .hero_area.traceability_hero_area {
        background-image: url(../assets/img/smart-factory/SmartFactory-mob.webp);
        height: 978px;
    }

    .traceability_features_area .features_heading_tag {
        margin-top: 40px;
    }

    .trusted_by_area {
        margin-top: -106px !important;
    }

    .free_whitepapers_area.free_whitepapers_area-plm {
        margin-top: 25px;
        margin-bottom: 42px;
    }

    .blog_area {
        background: #fff;
        margin-top: 0;
        padding: 25px 0px;
    }

    .blog_content_area .card.blog_cards {
        background: #F6F7F7;
        box-shadow: none;
    }

    .blog_titles {
        font-size: 14px;
    }

    .blog_description {
        font-size: 12px;
    }

    .blog_cards .card-body .blog_link {
        font-size: 14px;
    }

    .free_whitepapers_area.free_whitepapers_area-plm {
        margin-top: 25px;
    }

    .faq_area .reviews_heading {
        font-size: 32px;
        margin-bottom: 20px !important;
    }

    .faq_area .faq-text {
        width: 100%;
        font-size: 14px;
        display: none;
    }

    .faq-header .faqss {
        font-size: 16px;
    }

    .faq-collapse.collapse .card-body p {
        font-size: 12px;
    }

    .case-study-image {
        margin-top: 34px;
    }

    .free_whitepapers_area-plm .frew_content_area {
        border-left: 0 !important;
        border-top: 5px solid #efa64a !important;
        text-align: center;
        padding: 0;
    }

    .free_whitepapers_area-plm .why_choose_heading {
        margin-bottom: 0px;
        font-size: 25px;
        line-height: 40px;
    }

    .free_whitepapers_area-plm .left_frp {
        padding: 20px;
    }

    .free_whitepapers_area-plm .left_frp p {
        font-size: 14px;
    }

    .signup-form .signup-limited-slots {
        margin-top: 010px;
    }

    .plm-buttons {
        gap: 10px;
    }

    .plm-buttons a {
        flex-grow: 1;
    }

    .features-area._WFX_PPC.features-area._WFX_PPC {
        padding: 50px 0px;
    }

    .ppc_accordion {
        flex-direction: column;
    }

    .accordionOne,
    .accordionTwo {
        width: 100%;
    }

    .button-container.freeDemo {
        width: 83px;
        width: 143px;
        height: 36px;
        flex-shrink: 0;
    }

    .button-container.freeDemo a {
        color: #FFF;
        font-family: "Open Sans";
        font-size: 10.998px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .button-container.Whitepaper {
        width: 188px;
        height: 36px;
        flex-shrink: 0;
    }

    .button-container.Whitepaper a {
        color: #019BC5;
        font-family: "Open Sans";
        font-size: 10.998px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .textile-title p {
        text-align: center;
        margin-bottom: 30px;
    }

    .textile-image {
        padding: 8px 14px;
        padding-bottom: 50px;
    }

    .textile-flex {
        flex-direction: column;
    }

    .textile-title {
        padding: 35px 14px;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .textile-title h1 {
        color: #0E0E0E;
        text-align: center;
        font-size: 25.485px;
        font-style: normal;
        font-weight: 700;
        line-height: 37.62px;
    }

    .trusted_by_area {
        margin-bottom: 30px;
    }

    #strugglingBanner .contetn_area .container {
        padding: 0 25px !important;
    }

    .trusted_by_area p {
        color: #333;
        text-align: center;
        font-family: "Open Sans";
        font-size: 11.594px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .section-title-box {
        font-size: 25px;
        width: 100%;
        padding: 0 14px;
    }

    .design-inspiration ul {
        width: auto;
    }

    .design-inspiration ul li {
        font-size: 12px;
    }

    .design-inspiration ul li div img {
        width: 15px;
        height: 16px;
    }

    .single_card .card_body.design-inspiration {
        width: 100%;
        padding-top: 30px;
    }

    .main_page_cards .single_card {
        flex-direction: column;
        padding: 15px;
    }

    .card_body.design-inspiration .card_title {
        width: 100%;
        text-align: center;
    }

    .single_card .card_img {
        width: 100%;
    }

    .main_page_cards.Second .single_card {
        flex-direction: column-reverse;
    }

    .single_card.Second .card_img {
        width: 100%;
    }

    .traceability_features_area .features_heading,
    .Sustainability_text h2 {
        color: rgba(36, 39, 51, 0.80);
        text-align: center;
        font-family: "brandon";
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        width: 328px;
        line-height: normal;
        margin: 0 auto;
    }

    .portfolio-wrapper {
        height: auto;
    }

    .portfolio.brands:first-child .row {
        flex-direction: column-reverse;
    }

    .case-study-content.right {
        padding: 24px 7px;
        height: auto;
        width: 100%;
    }

    .case-study-content h2 {
        text-align: center;
    }

    .case-study-content h2 a {
        color: rgba(36, 39, 51, 0.80) !important;
        text-align: center;
        font-family: "brandon";
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .case-study-content p {
        font-size: 13px;
        text-align: center;
        margin-bottom: 0;
    }

    .portfolio-wrapper figure {
        padding: 13px 0 !important;
    }

    .Sustainability_text .success-with-Textile-subtext {
        width: 100%;
        font-size: 13px;
        padding: 7px 34px;
        line-height: 23px;
    }

    .hero_area.traceability_hero_area .hero_content {
        padding: 35px 14px;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .hero_heading {
        color: #0E0E0E;
        text-align: center;
        font-size: 25.485px;
        font-style: normal;
        font-weight: 700;
        line-height: 37.62px;
        width: 358px;
    }

    .hero_text {
        text-align: center;
    }

    .hero_area.traceability_hero_area .hero_content .hero_btns {
        width: 100%;
        border-radius: 66px;
        background: linear-gradient(90deg, #00D1CF 0%, #0099C4 100%);
    }

    .hero_btns .btn.global-btn {
        max-width: 100%;
        width: 100%;
        border-radius: 0px;
        background: none;
        font-size: 12px;
        height: 40px;
    }

    .success_card_box_body {
        flex-direction: column;
    }

    .success-with-Textile .success_card_box_body .cards_box {
        width: 100%;
    }

    .success-with-Textile h2 {
        font-size: 25px;
    }

    .reviews_heading.blogs_heading {
        font-size: 25px;
    }

    .case-study-form-main-div {
        flex-direction: column;
    }

    .downloaddivlogo {
        width: 100%;
        height: auto;
    }

    #download-story-mob {
        width: 100%;
    }

    #download-story-mob p {
        width: 100%;
    }

    #download-story-mob .form {
        width: 100%;
    }

    #download-story-mob h3 {
        font-size: 25px;
        line-height: 36px;
        text-align: center;
        margin-top: 31px;
        padding: 0px 20px;
    }

    #download-story-mob p {
        text-align: center;
        width: 335px;
        margin: 0 auto;
        line-height: 26px;
        margin-bottom: 18px;
    }
}