/* Custom styles for the menu */


.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;
}

.carousel-control-prev {
  left: 5px;
}

.carousel-control-next {
  right: 3px;
}

.carousel-control-next,
.carousel-control-prev {
  top: 0px;
}

.reviews_cards {
  margin-right: 21px !important;
  margin-left: 20px !important;
}

.hero_area.traceability_hero_area {
  background-image: url(../assets/img/PLM/fashion-assortment-planning-software.webp);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1500px;
  height: 600px;
  margin: 0 auto;
}

.hero_area.traceability_hero_area.buying-plan {
  background-image: url(../assets/img/PLM/buying-plan.webp);
  background-size: contain;
}

.hero_area.traceability_hero_area.fashion-design-inspiration {
  background-image: url(../assets/img/PLM/fashion-design-inspiration.webp);
  background-size: cover;
}

.hero_area.traceability_hero_area.Artwork {
  background-image: url(../assets/img/PLM/Artwork.webp);
  background-size: contain;
}

.hero_area.traceability_hero_area.adobe-connector {
  background-image: url(../assets/img/PLM/adobe-connector.webp);
  background-size: cover;
}

.hero_area.traceability_hero_area.Product_Material_Library {
  background-image: url(../assets/img/PLM/Product_Material_Library.webp);
  background-size: cover;
}

.hero_area.traceability_hero_area.techpack_hero_area {
  background-image: url(../assets/img/PLM/tech-pack.webp);
  background-size: cover;
}

.hero_area.traceability_hero_area.RFQs {
  background-image: url(../assets/img/PLM/RFQs.webp);
  background-size: cover;
}

.hero_area.traceability_hero_area.Costing {
  background-image: url(../assets/img/PLM/costingDesk.webp);
  background-size: cover;
}

.hero_area.traceability_hero_area.Sample_Feedback {
  background-image: url(../assets/img/PLM/Sample_Feedback.webp);
  background-size: cover;
}

.hero_area.traceability_hero_area.vendor-compliance {
  background-image: url(../assets/img/PLM/vendor-compliance.webp);
  background-size: cover;
}

.hero_area.traceability_hero_area.purchase-orders {
  background-image: url(../assets/img/PLM/purchase-orders.webp);
  background-size: cover;
}

.hero_area.traceability_hero_area.final-inspections {
  background-image: url(../assets/img/PLM/final-inspections.webp);
  background-size: cover;
}

.hero_area.traceability_hero_area.shipment-tracking {
  background-image: url(../assets/img/PLM/shipment-tracking.webp);
  background-size: cover;
}

.hero_area.traceability_hero_area.vendor-portal {
  background-image: url(../assets/img/PLM/vendorportal.webp);
  background-size: cover;
}

.erp_others_list p a {
  color: #333;
}

.fw-medium a {
  color: #333;
}

.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
}

.hero_heading {
  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: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.breadcrumb li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.breadcrumb_tag {
  color: rgba(8, 31, 44, 0.40);
  text-align: center;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb_tag a{
  color: rgba(8, 31, 44, 0.40) !important;
}
.breadcrumb_tag::after {
  content: url("../assets/img/PLM/weui_arrow-filled.svg");
  margin: 0 5px;
  color: rgba(8, 31, 44, 0.40);
  height: 22px;
  width: 20px;
}

.breadcrumb_tag_active {
  color: #081F2C;
  text-align: center;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.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;
}

.menu-card {
  display: none;
  padding: 15px;
  border: 1px solid #ddd;

  background-color: #f9f9f9;
  position: absolute;
  min-height: 100%;
  height: auto;
  z-index: 3;
}

.menu-card.active {
  display: block;
}

.plm-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.global-btn,
.blobal-second-btn,
.action_choose {
  max-width: 216px;
  width: 100% !important;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.action_choose {
  margin: 0 auto;
}

.stat-img {
  padding: 0;
}

.rp_content_area {
  margin-right: 10px;
  padding: 0;
}

.stats_list img {
  margin: 0 !important;
  padding: 0 !important;
}

.stats_list {
  gap: 10px;
}

.are_strugling_area {
  margin-top: 0;
}

.why_choose_heading {
  margin-bottom: 40px;
}

.help-section {
  padding-bottom: 35px;
}

#strugglingBanner {
  margin-top: 51px;
}

.help-section .row.g-4 {
  display: flex;
  gap: 19px;
  justify-content: space-between;
}

.card-custom {
  max-width: calc(100% / 2 - 40px);
  width: 100%;
}

.tools-card {
  max-width: calc(100% / 4 - 15px);
}

.free_whitepapers_area {
  margin-top: 40px;
  margin-bottom: 40px;
}

.faq_area .accordion {
  margin-left: 20px;
}

.free_whitepapers_area-plm .left_frp {
  padding: 40px;
}

.free_whitepapers_area-plm .why_choose_heading {
  margin-bottom: 0px;
}

.free_whitepapers_area-plm .bg-form-plm {
  padding: 20px;
}

.free_whitepapers_area-plm .signup-form-btn {
  margin: 0 auto 10px !important;
}

.reviews_arear {
  background-color: transparent;
  padding-bottom: 0;
}

.tools-subtitle {
  max-width: 450px;
  margin: auto;
}

.tools-mbl-section .side-bgs {
  position: absolute;
  background: linear-gradient(to right, #f5f5f5 0%, #f5f5f53d 100%);
  height: 200px;
  width: 70px;
  transform: rotateY(180deg) translateY(73%);
  z-index: 1;
  left: 0px;
  min-height: 240px;
}

.tools-mbl-section .side-bgs.left-side-bg {
  background: linear-gradient(to right, #f5f5f53d 0%, #f5f5f5 100%);
}

.tools-mbl-section .side-bgs.right-side-bg {
  right: 0px;
  left: auto;
}

.plm-main-heading {
  font-size: 54px;
  line-height: 1.3;
}

.tools-mbl-slider.main_page_slider .tools-mbl-card .tools-mbl-image {
  max-width: 182px;
  width: 46%;
  height: auto;
  display: block;
  border-radius: 0px;
}

.empower-world {
  padding: 20px 0px;
  position: relative;
}

.tools-mbl-image1 {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.Wfx_targets {
  margin: 100px 0;
}

.Wfx_targets .row {
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.20);
  justify-content: center;
  padding: 50px 0;
  gap: 55px;
  align-items: flex-start;
}

.Wfx_targets_img {
  width: 33%;
}

.Wfx_targets_img img {
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.Wfx_targets_content {
  width: 53%;
  padding-top: 33px;
}

.Wfx_targets_heading {
  color: #081F2C;

  font-size: 28px;
  font-style: normal;
  font-weight: 500;

}

.Wfx_targets_text {
  color: rgba(51, 51, 51, 0.86);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  width: 441px;
}

.hero_btns {
  margin-top: 40px;
}

.client_words {
  background-image: url(../assets/img/PLM/testimonyBackgroung.webp);
  background-size: cover;
  max-width: 1400px;
  height: 400px;
  margin: 0 auto;
}

.client_words img {
  width: 365px;
  border-radius: 50%;
  height: 366px;
  object-fit: cover;
  margin-left: 1px;
}

.client_box {
  display: flex;
  justify-content: center;
  width: 1073px;
  margin: 0 auto;
  align-items: center;
  height: 495px;
}

.testimoyperson_img {
  width: 74%;
}

.testimonial-card {
  /* width: 80%;
  max-width: 600px;
  background-color: white;
  padding: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative; */
  position: relative;
  width: 94%;
  height: 230px;
  padding-top: 36px;
}

.name {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 27.389px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.title {
  color: #FAFAFA;
  font-family: 'Open Sans';
  font-size: 12.325px;
  font-weight: 600;

}

.quote {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-top: 14px;
  line-height: 26px;
  /* 185.714% */
}

.logo {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;

  position: absolute;
  top: 6px;
  right: 10px;
}

.logo img {
  width: 100%;
  border-radius: unset;
  height: auto;
}

.reviews_section_box {
  width: 45%;
}

.reviews_section_contant__box {
  width: 45%;
}

.row.d-flex.justify-content-center.align-items-center {
  gap: 22px;
}

.ser-section .video-container.vc_two {
  width: 88% !important;
  margin: 50px auto;
}

.ser-section.video_section {
  background: #ECECED;
  padding: 0;
  padding-bottom: 30px;
}

.hero_img {
  display:none;
}

@media (max-width: 1300px) {
  .hero_area.traceability_hero_area.RFQs {

    background-size: contain;
  }

  .hero_area.traceability_hero_area.Costing {

    background-size: contain;
  }

  .hero_area.traceability_hero_area.Sample_Feedback {

    background-size: contain;
  }

  .hero_area.traceability_hero_area.vendor-compliance {

    background-size: contain;
  }

  .hero_area.traceability_hero_area.purchase-orders {
    background-size: contain;
  }

  .hero_area.traceability_hero_area.final-inspections {
    background-size: contain;
  }

  .hero_area.traceability_hero_area.shipment-tracking {
    background-size: contain;
  }

  .hero_area.traceability_hero_area.vendor-portal {
    background-size: contain;
  }

  .client_words img {
    width: 340px;
    border-radius: 50%;
    height: 333px;
    object-fit: cover;
    margin-left: 10px;
  }

  .client_box {
    display: flex;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
    align-items: center;
    height: 450px;
  }

  .testimoyperson_img {
    width: 74%;
  }

  .testimonial-card {
    /* width: 80%;
  max-width: 600px;
  background-color: white;
  padding: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative; */
    position: relative;
    width: 94%;
    height: 230px;
    padding-top: 36px;
  }

  .name {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 27.389px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .title {
    color: #FAFAFA;
    font-family: 'Open Sans';
    font-size: 12.325px;
    font-weight: 600;

  }

  .quote {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-top: 14px;
    line-height: 26px;
    /* 185.714% */
  }

  .logo {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #333;

    position: absolute;
    top: 6px;
    right: 10px;
  }

  .logo img {
    width: 100%;
    border-radius: unset;
    height: auto;
  }



  .plm-main-heading {
    font-size: 54px;
    line-height: 1.3;
  }

  .why_choose_heading {
    font-size: 37px;
    line-height: 1.3;
  }
}

@media (max-width: 991px) {
  .plm-text-content {
    padding-right: 0 !important;
    text-align: center;
  }

  .plm-buttons {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .reviews_cards {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .reviews_peras.reviews_PLM {
    min-height: 150px;
  }

  .header-slider {
    max-width: 100%;
  }

  .breadcrumb_tag,
  .breadcrumb_tag_active {
    font-size: 10px;
  }

  .hero_area.traceability_hero_area {
    background-image: none !important;
    height: auto;
    background-color: #e6f4f4;
    padding-bottom: 25px;
  }

  .hero_area.traceability_hero_area .container {
    padding: 0 !important;
  }

  .hero_img {
    display: block;
    width: 100%;
  }

  .hero_img img {
    width: 100%;
  }

  .hero_btns {
    margin-top: 18px;
  }

  .client_words {
    background-image: url(../assets/img/PLM/testimonyBackgroungMob.webp);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 150px;
    height: 306px;
  }

  .client_box {
    width: 100%;
    position: relative;
    flex-direction: column;
  }

  .testimoyperson_img {
    width: 61%;
    position: absolute;
    top: 0;
  }

  .client_words img {
    width: 212px;
    border-radius: 50%;
    height: 211px;
    object-fit: cover;
    margin-left: 22px;
    margin-top: -102px;
  }

  .logo img {
    width: 100%;
    border-radius: unset;
    height: auto;
    left: 0px;
    position: absolute;
    top: 9px;

  }

  .name {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .testimonial-card {
    padding-left: 27px;
  }

  .quote {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
  }

  .traceability_features_area .features_heading_tag {
    margin-top: 40px;
  }

  .trusted_by_area {
    margin-top: 9px !important;
  }
    .trusted_by_area p{
      margin: 0;
    }

  .free_whitepapers_area.free_whitepapers_area-plm {
    margin-top: 25px;
    margin-bottom: 42px;
  }

  .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;
    font-size: 13px;
  }

  .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;
  }

  .help-card-image {
    order: 2;
  }

  .help-card-second-title {
    font-size: 25px;
    text-align: center;
  }

  .help-card-text {
    font-size: 12px;
    margin-bottom: 26px;
    text-align: center;
  }

  .Wfx_targets_img {
    width: 90%;
  }

  .Wfx_targets_content {
    width: 90%;
    padding-top: 0px;
  }

  .Wfx_targets_text {
    width: 100%;
    margin-top: 23px;
  }

  .Wfx_targets_heading {
    font-size: 21px;
  }

  .Wfx_targets .row {
    padding: 32px 0;
  }

  .Wfx_targets {
    margin: 66px 0;
  }

  .card-custom {
    max-width: 100%;
  }

  .are_strugling_area {
    margin-top: 50px;
  }

  .help-section .row.g-4 {
    gap: 40px;
  }

  .free_whitepapers_area-plm .frew_content_area {
    border-left: 0 !important;
    border-top: 5px solid #efa64a !important;
    text-align: center;
  }

  .free_whitepapers_area-plm .why_choose_heading {
    margin-bottom: 10px;
  }

  .free_whitepapers_area-plm .left_frp {
    padding: 20px;
  }

  .signup-form .signup-limited-slots {
    margin-top: 010px;
  }

  .plm-buttons {
    gap: 10px;
  }

  .plm-buttons a {
    flex-grow: 1;
  }

  .tools-mbl-slider.Integrations img {
    max-width: 170px;
  }

  .ser-section .video-container.vc_two {
    width: 99% !important;
    margin: 33px auto;
  }

  .row.d-flex.justify-content-center.align-items-center {
    flex-direction: column
  }

  .reviews_section_box,
  .reviews_section_contant__box {
    width: 100%;
  }

  .row.d-flex.justify-content-center.align-items-center.choose_area_box {
    flex-direction: column-reverse
  }
}


@media only screen and (min-width: 320px) and (max-width: 440px) {

  .hero_area.traceability_hero_area.RFQs .hero_text,
  .hero_area.traceability_hero_area.vendor-porta .hero_text {
    margin: 0;
  }

  .hero_area.traceability_hero_area.RFQs .hero_btns,
  .hero_area.traceability_hero_area.vendor-compliance .hero_btns,
  .hero_area.traceability_hero_area.vendor-porta .hero_btns {
    margin: 5px;
  }

  .client_words img {
    margin-left: 12px;
  }

  .quote {
    font-size: 10px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 0;
  }

  .testimonial-card {
    position: relative;
    width: 94%;
    height: 231px;
    padding-top: 23px;
  }

}