.all_connectors_box_img img,
.business_img img {
  object-fit: contain;
  width: 100%;
}
sup {
  top: -12px;
  font-size: 12px;
}
textarea.form-control {
  min-height: calc(7.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
.form-control.form-select {
  color: rgba(0, 0, 0);
  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: #fff;
  border: none;
  padding: 7px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s;
  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_img {
  width: 95%;
  margin: 0 auto;
}
.hero_img img {
  width: 100%;
}
.hero_area.traceability_hero_area.netsuite {
  background-image: url(/assets/img/textileErp/TextileErpBackground.png);
}
.btn-primary,
.hero_btns .btn.global-btn {
  background: linear-gradient(90deg, #0099c4 0, #00d1cf 100%);
}
.hero_area.traceability_hero_area .hero_content {
  margin-top: 55px;
  /* width: 525px; */
}
.hero_heading {
  color: #0e0e0e;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
}
.hero_btns .btn.global-btn {
  width: 194px;
  height: 52px;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  box-shadow: none;
}
.btn-primary {
  border: none;
  border-radius: 5px;
  padding: 10px 36px;
  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:
    0.3s forwards MoveScaleUpInitial,
    0.3s 0.3s forwards MoveScaleUpEnd;
  color: #02bace;
}
@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;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}
.hero_text h1,
.tag {
  color: #0e0e0e;
  font-style: normal;
}
.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: 50ms;
  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 0;
  border-radius: 29px;
  background: #f7f7f8;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.24);
  width: 1036px;
}
.logo_container .row,
.trusted_by_area .row {
  justify-content: center;
}
.tag,
.textile-flex {
  display: flex;
  justify-content: center;
}
.trusted-by-logos img {
  transition: 0.5s ease-in-out;
}
.trusted-by-logos img:hover {
  transform: scale(1.05);
  transition: 0.5s ease-in-out;
}
.form-control {
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid rgba(215, 215, 215, 0.6);
  height: 44px;
  background: #f7f7f7;
}
.form-control::placeholder {
  color: rgba(138, 138, 138, 0.8);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  padding-left: 6px;
  line-height: 144%;
  background: #f7f7f7;
}
.textile-flex {
  align-items: flex-start;
}
.textile-image {
  padding: 80px 0;
}
.hero_text {
  padding: 14px 0;
}
.tag {
  width: max-content;
  padding: 10px 21px;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.99);
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero_text h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
}
.hero_text {
  color: rgba(14, 14, 14, 0.7);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.integration_area_tagline {
  margin: -60px 0 30px;
}
.integration_area_tagline h3 {
  color: #242733;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.integration_area_tagline p {
  color: rgba(14, 14, 14, 0.7);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 666px;
  margin: 24px auto;
}
.trusted_by_area {
  margin-top: -70px !important;
}
.customersectionHeading,
.trusted_by_area h3 {
  color: #242733;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.service_lable.text-white,
.signup-limited-slots {
  display: none;
}
.business {
  background: #f7f7f8;
  padding: 20px;
}
.business_content {
  width: 37%;
  /* padding-top: 54px; */
}
.business_img {
  width: 36%;
}
.business_img img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.business .container .row {
  justify-content: center;
  gap: 39px;
  align-items: center;
}
.businessHeading {
  color: rgba(36, 39, 51, 0.8);
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.all_connectors_box_heading,
.all_connectors_heading {
  color: #242733;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
}
.business_content p {
  color: rgba(51, 51, 51, 0.86);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.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: 25px;
  margin: 30px 20px;
  background-color: #fff;
  border-radius: 13px;
}
.free_whitepapers_area-plm .signup-form-btn {
  margin: 0 auto 10px !important;
}
.all_connectors_heading {
  text-align: center;
  font-size: 40px;
  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: 0 8px 24px 0 rgba(149, 157, 165, 0.2);
  width: 496px;
  height: 285px;
  padding: 20px 28px;
}
.netsuite .all_connectors_box {
  height: auto;
  padding: 28px 50px;
}
.all_connectors_box_heading {
  font-size: 23px;
}
.netsuite .all_connectors_box_heading {
  color: rgba(36, 39, 51, 0.8);
  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-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.netsuite .all_connectors_box_text {
  font-size: 13px;
}
.all_connectors_box_img {
  width: 140px;
  height: 56px;
  margin-bottom: 30px;
}
.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.8);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.logo_container {
  max-width: 950px;
  margin: 0 auto;
}
.carousel-inner div .slide-content {
  width: 100%;
}
.carousel-control-next-icon {
  background-image: none !important;
  position: relative;
}
.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 .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;
}
.hero_text {
  width: 84%;
}
@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 only screen and (min-width: 767px) and (max-width: 1024px) {
  .hero_text {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .business .container .row {
    gap: 11px;
  }
  .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: 754px;
  }
  /* .hero_area.traceability_hero_area.netsuite {
    background-image: url(/assets/img/integration/netsuiteMob.webp);
  } */
  .hero_img {
    width: 100%;
    margin: 0 auto;
  }
  .hero_img img {
    width: 100%;
  }

  .hero_area.traceability_hero_area .hero_content {
    padding: 23px 0;
    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;
  }
  .free_whitepapers_area-plm .left_frp p,
  .hero_text {
    font-size: 14px;
  }
  .hero_text {
    text-align: center;
    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: 0;
    background: 0 0;
    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,
  .integration_area_tagline p {
    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: 0;
    font-size: 25px;
    line-height: 40px;
  }
  .free_whitepapers_area-plm .left_frp {
    padding: 20px;
  }
  .integration_area_tagline h3 {
    font-size: 25px;
  }
  .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;
  }
  .netsuite .all_connectors_box_heading,
  .trusted_brands_heading {
    font-size: 20px;
  }
  .trusted_brands_img {
    width: 109px;
  }
  .netsuite .all_connectors_box_text {
    font-size: 12px;
    line-height: 22px;
  }
  .carousel-control-prev-icon span:first-child {
    width: 49px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 28%;
  }
}
