
.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;
}
.inner-banner.case-study-banner.theme-bg {
    background-image: url(../assets/img/textileErp/TextileErpBackground.webp);
    background-repeat: round;
    background-size: cover;
    max-width: 100%;
    margin: 0 auto;
    height: 722px;
    margin-bottom: 60px;
}

.textile-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.textile-image {
    padding: 80px 0;
}

.textile-title {
    padding: 80px 25px;
    width: 94%;
}

.tag {
    display: flex;
    width: 153px;
    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: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.textile-title h1 {
    color: #0E0E0E;
    font-family: "brandon";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
}

.textile-title p {
    color: rgba(14, 14, 14, 0.70);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.button-container {
    height: 52px;
    flex-shrink: 0;
    border-radius: 8px;
    background: linear-gradient(90deg, #0099C4 0%, #00D1CF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #FFF;
    cursor: pointer;
}


.buttombox {
    display: flex;
    justify-content: flex-start;
    gap: 3%;
}

.button-container.freeDemo {
    width: 195px;
}

.button-container.freeDemo a {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.button-container.Whitepaper {
    border-radius: 8px;
    border: 1px solid #0099C4;
    background: transparent;
    width: 250px;
}

.button-container.Whitepaper a {
    color: #019BC5;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.trusted_by_area p {
    color: #333;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.trusted_by_area {
    margin-bottom: 60px;
}

.industry-experts {
    background: #F7F7F8;
    padding: 10px 0;
}

.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: 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: 80px !important;
}

.success-with-Textile {
    margin-top: 96px;
}

.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 .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: 183px;
    /* 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;
}


/* .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;
}

.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;
}

.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;

}

.blog_content_area .card.blog_cards {
    padding: 10px;
}

.blog_area .reviews_heading.blogs_heading {
    margin-bottom: 0px;
}

.blog_cards>img {
    border-radius: 10px 10px 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;
}

.free_whitepapers_area.free_whitepapers_area-plm {
    margin-top: 96px;
    margin-bottom: 42px;
}

.data-text {
    display: none;
}

.data-text.active {
    display: block;
}

.category-lists-slider {
    display: flex;
    flex-wrap: wrap;
    width: 88%;
    gap: 2%;
}

.category-lists-slider .category-button {
    display: flex;
    width: max-content;
    padding: 10px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #F1F1F1;
    color: rgba(51, 51, 51, 0.60);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
    cursor: pointer;
}

.category-lists-slider .category-button.active {
    border-radius: 20px;
    background: #0099C4;
    color: #ffffff;
}

.key_pointers {
    margin-top: 30px;
}

.key_pointers .data-text.active .row {
    justify-content: space-between;
}

.key_pointers .data-text.active .col-lg-6.mr-auto.d-none.d-md-none.d-lg-block {
    width: 44%;
}

.design-inspiration p {
    color: #0099C4;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.design-inspiration ul {
    padding: 0;
}

.design-inspiration ul li {
    list-style: none;
    display: flex;
    gap: 6px;
    color: #000;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}



.section-head {
    color: #000;
    text-align: center;
    font-family: "brandon";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-head-subtext {
    color: #0E0E0E;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 163.9%;
    width: 700px;
    margin: 0 auto;
    opacity: 0.7;
    margin-bottom: 45px;
}

.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% */
}

.key_pointers .data-text.active .col-lg-6.my-auto.key_module_text {
    width: 53%;
}

.service_lable.text-white {
    display: none;
}

.strgl_pera.hide_for_sm {
    margin-bottom: 20px;
}

.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;
}

.signup-limited-slots {
    display: none;
}

.why_choose_heading {
    margin-bottom: 16px;
}

@media only screen and (min-width: 1024px) and (max-width: 1390px) {

    .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%;
    }

    .textile-title p {
        font-size: 14px;
    }

    .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;
    }

    /* .card_box_body{
            width: 75%;
        } */
    .container {
        max-width: 1116px;
    }

    .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 .card_box_image h2 {
        font-size: 13px;
    }

    .success_card_box_body .card_box_text p {
        font-size: 13px;
    }

    .card_box_div {
        padding: 16px;
    }

    .success_card_box_body .cards_box .card_box_div {
        height: 177px;
    }

    .insightful_text {
        font-size: 13px;
    }

    .blog_titles {
        font-size: 13px;
    }

    .faq-header .faqss {
        font-size: 14px;
    }
}


@media (max-width: 767px) {
    .inner-banner.case-study-banner.theme-bg {
        height: auto;
        margin-bottom: 14px;
    }

    .tag {
        margin-bottom: 15px;
        font-size: 10px;
        width: 110px;
    }



    .marquee-logos img {
        width: 90px;
    }

    .marquee--reverse .ovo-logo {
        width: 76px;
    }

    .card-custom {
        max-width: 100%;
    }

    .are_strugling_area {
        margin-top: 0;
    }

    .help-section .row.g-4 {
        gap: 40px;
    }

    .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;
    }

    .card_box_body {
        flex-direction: column;
        width: 100%;
    }

    .card_box_body.one .cards_box.one {
        height: auto;
        width: 100%;
        margin-bottom: 30px;
    }


    .card_box_body.one .cards_box.two {
        height: auto;
        width: 100%;
    }

    .card_box_body.two .cards_box.two {
        height: auto;
        width: 100%;
    }

    .card_box_body.two .cards_box.one {
        height: auto;
        width: 100%;
        margin-bottom: 30px;
    }

    .section-head {
        font-size: 25px;
    }

    .section-head-subtext {
        font-size: 12px;
        width: 100%;
    }

    .success-with-Textile h2 {
        color: #000;
        text-align: center;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .success-with-Textile {
        margin-top: 40px;
    }

    .success-with-Textile .success-with-Textile-subtext {
        color: #0E0E0E;
        text-align: center;
        font-family: "Open Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 214%;
        width: 100%;
    }

    .success-with-Textile .arrow_sign {
        width: 48px;
        position: absolute;
        right: 13%;
        top: 6%;
    }

    .success-with-Textile .success_card_box_body .cards_box {
        width: 100%;
    }

    .success_card_box_body .cards_box .card_box_div {
        height: auto;
    }

    .card_box_div {
        padding: 16px 16px;
        background: #fff;
    }

    .success_card_box_body .cards_box .card_box_div {
        background: #F6F7F7;
        align-items: flex-start;
    }

    .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;
    }

    .blog_titles {
        font-size: 14px;
    }

    .blog_description {
        font-size: 12px;
    }

    .blog_cards .card-body .blog_link {
        font-size: 14px;
    }

    .select-selected {
        color: #fff;
        border: 0;
        border-radius: 6px;
        background: #0099C4;
    }

    .select-items div,
    .select-selected {
        padding: 8px 16px;
        cursor: pointer;
        user-select: none;
        font-size: 13px;
    }

    .select-items {
        position: absolute;
        background-color: #fff;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        box-shadow: 3px 3px 3px #dedede;
    }

    .select-hide {
        display: none;
    }

    .custom-select {
        position: relative;
    }

    .custom-select select {
        display: none;
    }

    .select-selected:after {
        position: absolute;
        content: "";
        top: 17px;
        right: 13px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent;
    }

    .tab-box {
        display: flex;
        justify-content: left;
        margin-bottom: 0px;
    }

    .select-selected {
        display: flex;
        width: 262px;
        height: 43px;
        padding: 7.161px;
        justify-content: flex-start;
        align-items: center;
        gap: 64px;
        color: #FFF;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .design-inspiration p {
        font-size: 16px;
        margin-top: 20px;
    }

    .design-inspiration ul li {
        color: #000;
        font-family: "Open Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        margin: 10px 0;
    }

    .row.key-modules-section {
        flex-direction: column-reverse;
    }

    .tab-container {
        margin-bottom: 40px;
    }

    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff;
        top: 10px;
    }

    .blog_area {
        background: #fff;
        margin-top: 0;
        padding: 25px 0px;
    }

    .blog_content_area .card.blog_cards {
        background: #F6F7F7;
        box-shadow: none;
    }

    .free_whitepapers_area.free_whitepapers_area-plm {
        margin-top: 25px;
    }
}