sup {
    top: -12px;
    font-size: 12px;
}
.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/integration/integration.webp);
    background-repeat: round;
    background-size: cover;
    max-width: 1500px;
    height: 633px;
    margin: 0 auto;
}

.hero_area.traceability_hero_area.netsuite {
    background-image: url(../assets/img/integration/netsuite.webp);
}

.hero_area.traceability_hero_area .hero_content {
    margin-top: 55px;
    width: 525px;
}

.hero_heading {
    color: #0E0E0E;
    font-family: 'brandon';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
}

.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;
}

.trusted-by-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    justify-content: center;
    padding: 30px 0px;
    border-radius: 29px;
    background: #F7F7F8;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.24);
    width: 1036px;
}

.trusted_by_area .row {
    justify-content: center;
}

.trusted-by-logos img {

    transition: all 0.5s ease-in-out;
}

.trusted-by-logos img:hover {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.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: max-content;
    padding: 10px 21px;
    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: 18px;
}

.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;
}

.integration_area_tagline {
    margin: 30px 0;
    margin-top: -60px;
}

.integration_area_tagline h3 {
    color: #242733;
    text-align: center;
    font-family: "brandon";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.integration_area_tagline p {
    color: rgba(14, 14, 14, 0.70);
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 666px;
    margin: 24px auto;
    /* 175% */
}

.trusted_by_area {
    margin-top: -70px !important;
}

.trusted_by_area h3,
.customersectionHeading {
    color: #242733;
    text-align: center;
    font-family: "brandon";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.service_lable.text-white {
    display: none;
}

.business {
    background: #F7F7F8;
    padding: 20px;
}

.business_content {
    width: 37%;
    padding-top: 54px;
}

.business_img {
    width: 36%;
}

.business_img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.business .container .row {
    justify-content: center;
    gap: 39px;
}

.businessHeading {
    color: rgba(36, 39, 51, 0.80);
    font-family: "brandon";
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.business_content p {
    color: rgba(51, 51, 51, 0.86);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 185.714% */
}

.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;
}

.signup-limited-slots {
    display: none;
}

.all_connectors_heading {
    color: #242733;
    text-align: center;
    font-family: 'brandon';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 50px;
    margin-bottom: 30px;
}

.all_connectors_box_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.netsuite .all_connectors_box_main {
    gap: 63px;
}

.all_connectors_box {
    border-radius: 16px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    width: 496px;
    height: 285px;
    padding: 20px 28px;
}

.netsuite .all_connectors_box {
    height: auto;
    padding: 28px 50px;
}

.all_connectors_box_heading {
    color: #242733;
    font-family: 'brandon';
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.netsuite .all_connectors_box_heading {
    color: rgba(36, 39, 51, 0.80);
    font-family: 'brandon';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.all_connectors_box_text {
    color: rgba(36, 39, 51, 0.85);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
}

.netsuite .all_connectors_box_text {
    font-size: 13px;
}

.all_connectors_box_img {
    width: 140px;
    height: 56px;
    margin-bottom: 30px;
}

.all_connectors_box_img img {
    object-fit: contain;
    width: 100%;
}

.Customerslove {
    margin-top: 70px;
}

.trusted_brands_img {
    width: 150px;
    margin-bottom: 18px;
    text-align: center;
}

.trusted_brands {
    margin: 70px;
}

.trusted_brands_heading {
    color: rgba(51, 51, 51, 0.80);
    text-align: center;
    font-family: 'brandon';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.logo_container {
    max-width: 950px;
    margin: 0 auto;
}


.logo_container .row {
    justify-content: center;

}
.carousel-inner div .slide-content{
    width: 100%;
}
.carousel-control-next-icon {
    background-image: none !important
}

.carousel-control-next {
    width: 60px;
    height: 60px;
    top: 40%;
    right: -16px;
}

.carousel-control-prev {
    width: 60px;
    height: 60px;
    top: 40%;
    left: -46px;
}

.carousel-control-next-icon {
    position: relative;
}

.carousel-control-next-icon .arrowright {
    position: absolute;
    top: 13px;
    left: 14px;
    width: 21px;
}

.carousel-control-prev-icon .arrowright {
    position: absolute;
    top: 27px;
    right: 10px;
    width: 21px;
    ;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}
.contetn_area{
max-width: 867px;}    
@media only screen and (min-width: 1024px) and (max-width: 1390px) {
    .container {
        max-width: 1110px !important;
    }

    .plm-main-heading,
    .why_choose_heading {
        font-size: 42px;
        line-height: 1.3;
    }

    .why_choose_heading {
        margin-bottom: 16px;
    }

    .business_content {
        width: 42%;
        padding-top: 54px;
    }
}


@media screen and (max-width: 767px) {
    .logo_container .row {
        justify-content: space-around;
    }
    .trusted_brands_img img{
        width: 100%;
        object-fit: contain;
    }
    .hero_area.traceability_hero_area {
        background-image: url(../assets/img/integration/integrationMob.webp);
        height: 952px;
    }

    .hero_area.traceability_hero_area.netsuite {
        background-image: url(../assets/img/integration/netsuiteMob.webp);
    }

    .hero_area.traceability_hero_area .hero_content {
        padding: 23px 0px;
        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: 307px;
    }

    .hero_text {
        text-align: center;
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 6px;
    }

    .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;
    }
    .integration_area_tagline{
            margin: 10px 0;
    }
    .trusted-by-logos img {
        width: 141px;
    }

    .trusted_by_area {
        margin-top: -131px !important;
    }

    .trusted_by_area h3 {
        font-size: 25px;
        margin-bottom: 34px;
    }

    .all_connectors_box {
        width: 100%;
        height: auto;
    }

    .all_connectors_box_heading {
        font-size: 21px;
    }

    .all_connectors_box_text {
        font-size: 13px;
    }

    .all_connectors_heading {
        font-size: 30px;
    }

    .integration_all_connectors_content_area {
        margin-bottom: 60px;
    }

    .free_whitepapers_area.free_whitepapers_area-plm {
        margin-top: 60px;
        margin-bottom: 42px;
    }

    .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;
    }

    .integration_area_tagline h3 {
        font-size: 25px;
    }

    .integration_area_tagline p {
        font-size: 13px;
    }

    .business .container .row {
        flex-direction: column;
    }

    .business_content {
        width: 100%;
        padding-top: 23px;
    }

    .businessHeading {
        font-size: 24px;
        text-align: center;
    }

    .business_content p {
        text-align: center;
        font-size: 13px;
    }

    .business_img {
        width: 100%;
    }

    .customersectionHeading {
        font-size: 27px;
    }

    .trusted_brands {
        margin: 70px 0;
    }

    .trusted_brands_heading {
        font-size: 20px;
    }

    .trusted_brands_img {
        width: 109px;
    }

    .netsuite .all_connectors_box_heading {
        font-size: 20px;
    }

    .netsuite .all_connectors_box_text {
        font-size: 12px;
        line-height: 22px;
    }

    .carousel-control-prev-icon span:first-child {
        width: 49px;
    }

    .carousel-control-next {
        top: 28%;
    }

    .carousel-control-prev {
        top: 28%;
    }
}