
/* ================================================================================================================ */
/* partner listing page  */
/* ================================================================================================================ */

.list-hero-section-tdc {
  background-image: url("./images/partner-listing/part-list-bg.png");
  background-size: cover;
}

.list-hero-title-tdc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.list-hero-title-tdc h1 {
  font-size: 48px;
  font-weight: 700;
  max-width: 780px;
  margin-top: 70px;
  line-height: 124%;
}

.list-hero-title-tdc p {
  font-size: 16px;
  font-weight: 400;
  max-width: 750px;
  margin-bottom: 70px;
}

.company-logos-tdc {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 50px;
  animation: scroll-horizontal 200s linear infinite;
  justify-content: flex-start;
  white-space: nowrap;
  width: 1000vw;
  padding-bottom: 20px;
}

.scale-up {
  transform: scale(1.15);
  transition: transform 0.3s ease;
}

.company-logos-tdc img {
  image-rendering: auto;
  object-fit: contain;
}

@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.badge-logos-tdc {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
  animation: scroll-horizontal 150s linear infinite;
  justify-content: flex-start;
  white-space: nowrap;
  width: 1000vw;
  padding-bottom: 20px;
}

.list-badge-imgs-tdc {
  min-width: 308px;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #f7f7f7;
}

.list-badge-imgs-tdc img {
  max-width: 300px;
  max-height: 170px;
}

.list-part-with-tdc h2 {
  font-size: 40px;
  font-weight: 500;
}

.list-part-with-tdc p {
  font-size: 16px;
  font-weight: 400;
  max-width: 525px;
  line-height: 124%;
}

#lottie {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

.forge-main-sec-tdc {
  background-color: #ffeee6;
  padding-top: 90px;
  margin: 80px 0;
}

.forge-titles-tdc h2 {
  font-size: 40px;
  font-weight: 500;
  color: #00082c;
}

.forge-titles-tdc p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.forge-main-sec-tdc .accordion-button:not(.collapsed)::after,
.forge-main-sec-tdc .accordion-button::after {
  background-image: url("./images/partner-listing/forgr-arrow.png");
}

.forge-main-sec-tdc button {
  font-size: 24px;
  font-weight: 600;
  color: #00082c !important;
}

.forge-main-sec-tdc .accordion-body {
  font-size: 16px;
  font-weight: 400;
  margin-left: 44px;
}

.forge-main-sec-tdc .accordion-item {
  border-bottom: 2px solid #fe50004d;
  padding: 20px 0;
  transition: border-color 0.3s ease;
}

.forge-main-sec-tdc .accordion-item svg path {
  transition: fill 0.3s ease, fill-opacity 0.3s ease;
}

.forge-main-sec-tdc .accordion-item:hover {
  border-bottom: 2px solid #fe5000;
}

.forge-main-sec-tdc .accordion-item:hover svg path {
  fill: #fe5000;
  fill-opacity: 1;
}

.accordion-button:not(.collapsed) svg path {
  fill: #fe5000;
  fill-opacity: 1;
}

.forge-main-sec-tdc .accordion-item:last-of-type {
  border-radius: 0;
}

/* Explore Aliance */
.explore-aliance-tdc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* padding: 10px; */
  gap: 16px;
}

.explore-card-tdc {
  border-bottom: 2px solid #fe50001a;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.explore-aliance-desc-tdc {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 124%;
}

.explore-hover-action-tdc {
  margin-top: 16px;
  position: relative;
  height: 24px;
}

.arrow-icon-tdc {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease;
}

.learn-more-text-tdc {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fe5000;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.explore-card-tdc:hover {
  border-bottom: 2px solid #fe5000;
}

.explore-card-tdc:hover .arrow-icon-tdc {
  transform: translateX(140px);
}

.explore-card-tdc:hover .learn-more-text-tdc {
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 600;
}

.partner-list-title-tdc {
  font-size: 40px;
  font-weight: 500;
  color: #00082c;
}

.list-partner-voices-info-tdc p {
  font-size: 32px;
  font-weight: 400;
  line-height: 124%;
}

.partner-voices-wrapper-tdc {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.partner-voices-wrapper-tdc::-webkit-scrollbar {
  width: 0 !important;
}

.partner-voices-card-tdc {
  background: #fff;
  flex: 0 0 100%;
  text-align: left;
  transition: transform 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
}

.partner-voices-indicator-tdc,
.ai-flywheel-indicator-tdc,
.beyond-voices-indicator-tdc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #6dcdb8;
  cursor: pointer;
  font-size: 12px;
  color: #6dcdb8;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
}

.partner-voices-indicator-tdc.active,
.partner-voices-indicator-tdc:hover,
.beyond-voices-indicator-tdc.active,
.beyond-voices-indicator-tdc:hover,
.ai-flywheel-indicator-tdc.active,
.ai-flywheel-indicator-tdc:hover {
  background-color: #6dcdb8;
  color: #fff;
}

.list-part-star {
  width: 44px;
  height: 44px;
  background: #c7c7c7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.partner-voices-card-tdc:hover .list-part-star {
  background-color: #fe5000;
}

.supply-right-talk-tdc:hover .list-part-star {
  background-color: #fe5000;
}

.list-main-part-tdc {
  margin-top: 90px;
  margin-bottom: 90px;
}

/* Contact section  */

.layout-con-main-tdc {
  padding-top: 90px;
}

.contact-bg-section-tdc {
  background-color: #ff4f00;
  height: 500px;
  width: 100%;
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.con-heading-tdc {
  color: #00082c;
  font-size: 40px;
  font-weight: 500;
  max-width: 308px;
}

.main-con-bg-tdc {
  background: #ffede5;
  position: relative;
  z-index: 1;
  bottom: 80px;
}

.label-tdc {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 0.25rem;
}

.input-tdc {
  border: none;
  border-bottom: 4px solid #ffa07a;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none !important;
  color: #000000;
  font-weight: 600;
  font-size: 24px;
}

.input-tdc:focus {
  border-color: #ff4f00;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

.custom-floating-tdc label {
  font-weight: 600;
  font-size: 12px;
}

.form-control,
.form-floating > .form-control {
  padding-left: 1px;
}

.form-floating > label {
  padding: 10px 0;
}

.form-floating > label {
  color: #767676;
  font-weight: 600;
}

.form-floating > .form-control::placeholder {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.form-floating > .form-control:placeholder-shown ~ label {
  transform: translateY(-0.4rem);
  font-size: 24px;
  color: #767676;
  opacity: 1;
  pointer-events: none;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem);
  font-size: 12px;
  color: #767676;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

.form-floating > .form-control:focus::placeholder {
  opacity: 1;
  color: #767676;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 9999s ease-out, color 9999s ease-out;
}

.input-tdc:focus {
  border-color: #ff4f00;
  outline: none;
}

.btn-orange-tdc {
  background-color: #ff4f00;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.btn-orange-tdc:hover {
  background-color: #e03e00;
}

.con-button-tdc {
  width: fit-content;
}

.partner-listing-footer-tdc {
  background-color: #00082c;
}

.explore-alliance-card-tdc {
  flex: 0 0 100%;
  transition: transform 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.explore-alliance-wrapper-tdc {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.explore-alliance-wrapper-tdc::-webkit-scrollbar {
  width: 0 !important;
}

.explore-alliance-indicator-tdc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #6dcdb8;
  cursor: pointer;
  font-size: 12px;
  color: #6dcdb8;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
}

.explore-alliance-indicator-tdc.active,
.explore-alliance-indicator-tdc:hover {
  background-color: #6dcdb8;
  color: #fff;
}

.sec-seprator-tdc {
  background-color: #e6e7e8;
  height: 1px;
  width: auto;
  margin: 80px 20px 50px;
}

.list-tred-outside-tdc {
  height: 385px;
}

@media (max-width: 1400px) {
  .list-t-animation-tdc,
  .list-tred-outside-tdc {
    height: 300px;
  }
}

@media (max-width: 1200px) {
  .list-part-with-tdc h2,
  .list-part-with-tdc p {
    max-width: 400px;
  }
  .list-t-animation-tdc,
  .list-tred-outside-tdc {
    height: 280px;
  }
}

@media (max-width: 991px) {
  .list-part-with-tdc {
    margin-top: 80px;
  }
  .list-part-with-tdc h2 {
    margin-bottom: 30px;
    max-width: 300px;
  }
  .badge-logos-tdc {
    padding-bottom: 0px;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .list-hero-title-tdc h1 {
    font-size: 44px;
    margin-top: 100px;
  }
  .company-logos-tdc {
    animation: scroll-horizontal 100s linear infinite;
  }
  .forge-titles-tdc p {
    margin-top: 20px;
  }
  .mob-forge-sec-tdc img {
    width: -webkit-fill-available;
  }
  .explore-aliance-tdc {
    display: none;
  }
  .list-partner-voices-info-tdc p {
    font-size: 20px;
  }
  .contact-bg-section-tdc {
    height: 443px;
  }

  .partner-list-title-tdc,
  .forge-titles-tdc h2,
  .list-part-with-tdc h2,
  .con-heading-tdc {
    font-size: 30px;
  }
  .con-heading-tdc {
    max-width: 258px;
  }
  .list-part-with-tdc h2 {
    max-width: 250px;
  }
  .layout-con-main-tdc {
    padding-top: 40px;
  }
  .form-floating > .form-control:placeholder-shown ~ label {
    font-size: 18px;
    transform: translateY(0rem);
  }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label {
    font-size: 12px;
    transform: scale(0.85) translateY(-0.5rem);
  }
  .input-tdc {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .main-con-bg-tdc {
    bottom: 65px;
    margin-left: 20px;
    margin-right: 20px;
    width: fit-content;
  }
}

/* ================================================================================================================ */
/* service listing page  */
/* ================================================================================================================ */

.service-listing-main-tdc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}

.service-list-title-tdc {
  font-size: 48px;
  font-weight: 700;
  color: #00082c;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1100px;
}

.service-desc-tdc {
  margin-top: 4px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 124%;
}

.service-hover-action-tdc {
  margin-top: 16px;
  position: relative;
  height: 24px;
}

.arrow-icon-tdc {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease;
}

.learn-more-text-tdc {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fe5000;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.service-card-tdc {
  border-bottom: 2px solid #fe50001a;
  background: #fe50000d;
  /* padding: 20px 20px 20px 0; */
}

.service-detail-tdc h4 {
  font-size: 20px;
  font-weight: 600;
  color: #00082c;
}

.service-detail-tdc p {
  font-size: 16px;
  font-weight: 400;
  color: #474747;
}

.service-card-tdc:hover {
  border-bottom: 2px solid #fe5000;
  background: #ffffff;
}

.service-card-tdc:hover .arrow-icon-tdc {
  transform: translateX(140px);
}

.service-card-tdc:hover .learn-more-text-tdc {
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 600;
}

.s-list-left-animation-tdc {
  min-width: 200px;
}

.s-list-right-animation-tdc {
  padding: 20px 20px 20px 0;
}

.service-card-tdc .slist-animation-hover-tdc {
  display: none;
}

.service-card-tdc:hover .slist-animation-hover-tdc {
  display: block;
}

.service-card-tdc:hover .slist-img-tdc {
  display: none;
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100% !important;
  }
}

@media (max-width: 875px) {
  .service-list-title-tdc {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .service-card-tdc {
    padding: 20px 20px 20px 20px;
  }
  .s-list-right-animation-tdc {
    padding: 0px 0px 0px 0;
  }

  .service-list-title-tdc {
    font-size: 28px;
  }
}

/* ================================================================================================================ */
/* Tredence Studio page  */
/* ================================================================================================================ */

.std-hero-section-tdc {
  background-image: url("./images/tredence-studio/std-hero-banner.png");
  background-size: cover;
  padding: 90px 0;
}

.std-hero-title-tdc h1 {
  font-size: 48px;
  font-weight: 700;
  max-width: 825px;
  line-height: 124%;
}

.std-hero-title-tdc p {
  font-size: 16px;
  font-weight: 400;
  max-width: 750px;
  padding-bottom: 20px;
}

.std-hero-title-tdc button {
  font-size: 16px;
  font-weight: 600;
  color: white;
  background: none;
  border: none;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.std-left-t-tdc {
  max-width: 738px;
}

.std-end-left-t-tdc {
  max-width: 738px;
  position: absolute;
  right: 0;
  top: 0;
}

.std-partner-voices-info-tdc p {
  font-size: 28px;
  font-weight: 400;
  line-height: 124%;
}

.std-tred-outside-tdc {
  height: 992px;
}

.tsd-main-sec-tdc {
  background-image: url("./images/tredence-studio/std-bg-frame.png");
  background-size: cover;
  padding: 90px 0;
  background-color: #ffeee6;
}

.tsd-main-sec-tdc video {
  border-radius: 320px;
}

.ai-flywheel-tdc h4 {
  color: #00082c;
  font-size: 40px;
  font-weight: 500;
}

.ai-flywheel-tdc h3 {
  color: #fe5000;
  font-size: 40px;
  font-weight: 500;
}

.ai-flywheel-tdc img {
  bottom: 32px;
  /* right: -28px; */
}

.ai-flywheel-tdc p {
  font-size: 20px;
  font-weight: 400;
  max-width: 825px;
  line-height: 124%;
}

.our-head-tdc {
  margin-top: 100px;
  margin-bottom: 100px;
}

.our-head-tdc h2 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.partner-continue-carousel-tdc {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 50px;
  animation: scroll-horizontal 200s linear infinite;
  justify-content: flex-start;
  white-space: nowrap;
  width: 1000vw;
  padding-bottom: 20px;
}

.partner-logo-item-tdc {
  display: flex;
  align-items: center;
}

.logo-divider-tdc {
  width: 3px;
  height: 21px;
  background-color: #6dcdb8;
  margin-left: 60px;
}

.std-con-heading-tdc p {
  color: #00082c;
  font-size: 40px;
  font-weight: 500;
  max-width: 423px;
  margin-bottom: 10px;
}

.std-main-heading-tdc {
  color: #00082c;
  font-size: 40px;
  max-width: 632px;
  font-weight: 500;
}

.scale-main-sec-tdc {
  margin-top: 110px;
}

.std-all-fly-card-tdc {
  border: 1px solid #c7c7c7;
  width: calc((100% - 2rem) / 3);
  height: fit-content;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 695px;
}

.ai-flywheel-wrapper-tdc,
.accelerators-wrapper-tdc {
  overflow: visible;
  width: 100%;
}

.ai-flywheel-inner-track {
  display: flex;
  flex-wrap: wrap;
}

.ai-flywheel-card-tdc {
  flex: 0 0 auto;
  width: 100%;
  max-width: calc((100% - 2rem) / 3); /* 3 per row */
  transition: transform 0.5s ease-in-out;
}

.ai-flywheel-slide-controller-tdc,
.accelerators-slide-controller-tdc {
  display: none !important;
}

/* Hide full description initially */
.case-description-tdc {
  display: none;
  transition: opacity 0.3s ease;
}

/* .std-all-fly-card-tdc:hover .std-fly-card-tdc .case-description-tdc {
  display: block;
}

.std-all-fly-card-tdc:hover .std-fly-card-tdc .std-hover-read-tdc {
  display: none !important;
} */

/* Show description on hover for desktop */
@media (hover: hover) and (pointer: fine) {
  .std-all-fly-card-tdc:hover .case-description-tdc {
    display: block;
  }

  .std-all-fly-card-tdc:hover .std-hover-read-tdc {
    display: none !important;
  }
}

/* Mobile: show details on .active class */
@media (hover: none) and (pointer: coarse) {
  .std-all-fly-card-tdc.active .case-description-tdc {
    display: block;
  }

  .std-all-fly-card-tdc.active .std-hover-read-tdc {
    display: none !important;
  }
}

.case-card-desc-tdc {
  padding: 0 40px 40px;
}

.fly-last-img-tdc img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.std-all-fly-card-tdc h4 {
  color: #00082c;
  font-size: 28px;
  font-weight: 500;
  padding: 0px 40px 0;
}

.std-fly-card-tdc p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.std-fly-card-tag-tdc {
  background-color: #fe50001a;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  color: #00082c;
  font-weight: 500;
  border-left: 2px solid #fe5000;
}

.std-hover-read-tdc p {
  color: #fe5000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hyper-main-tdc {
  margin-top: 140px;
}

.hyper-main-tdc h4 {
  max-width: 600px;
}

.hyper-sub-text-tdc {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 124%;
  max-width: 525px;
}

.end-hyper-imgs-tdc {
  min-width: 308px;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #f7f7f7;
}

.end-hyper-imgs-tdc img {
  max-width: 300px;
  max-height: 170px;
}

.end-hyper-carousel-tdc {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.end-hyper-wrapper-tdc {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.end-hyper-card-tdc {
  background: #fff;
  margin: 10px 15px 10px 5px;
  flex: 0 0 308px;
  text-align: left;
  transition: transform 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
}

.end-hyper-wrapper-tdc::-webkit-scrollbar {
  width: 0 !important;
}

.end-hyper-indicator-tdc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #6dcdb8;
  cursor: pointer;
  font-size: 12px;
  color: #6dcdb8;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
}

.end-hyper-indicator-tdc.active,
.end-hyper-indicator-tdc:hover {
  background-color: #6dcdb8;
  color: #fff;
}

.end-hyper-slide-controller-tdc {
  padding-right: 100px;
}

.meet-team-main-tdc {
  margin-bottom: 140px;
}

.meet-common-gap-tdc {
  gap: 16px;
}

.meet-carousel-wrapper-tdc {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.meet-carousel-track-tdc {
  animation: meet-scroll-horizontal 40s linear infinite;
  width: max-content; /* makes sure the content flows horizontally */
}

.meet-carousel-wrapper-tdc:hover .meet-carousel-track-tdc {
  animation-play-state: paused;
}

.std-video-animation-tdc {
  width: 632px;
  height: 632px;
}

@keyframes meet-scroll-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Default: show image, hide animation */
.image-hover-tdc {
  display: block;
}

.animation-hover-tdc {
  display: none;
}

/* Desktop hover: show animation, hide image */
@media (hover: hover) and (pointer: fine) {
  .std-all-fly-card-tdc:hover .image-hover-tdc {
    display: none;
  }

  .std-all-fly-card-tdc:hover .animation-hover-tdc {
    display: block;
  }
}

/* Mobile active: show animation, hide image */
@media (hover: none) and (pointer: coarse) {
  .std-all-fly-card-tdc.active .image-hover-tdc {
    display: none;
  }

  .std-all-fly-card-tdc.active .animation-hover-tdc {
    display: block;
  }
}

/* prepare description for bottom-up reveal */
.case-description-tdc {
  display: block; /* override your display:none */
  max-height: 0; /* start fully collapsed */
  opacity: 0; /* start invisible */
  transform: translateY(-10px); /* start slightly below */
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}

/* on desktop hover, reveal it */
@media (hover: hover) and (pointer: fine) {
  .std-all-fly-card-tdc:hover .case-description-tdc {
    max-height: fit-content; /* adjust to fit your text */
    opacity: 1;
    transform: translateY(0);
  }
}

/* on mobile tap, reveal when .active is toggled */
@media (hover: none) and (pointer: coarse) {
  .std-all-fly-card-tdc.active .case-description-tdc {
    max-height: fit-content;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1400px) {
  .std-left-t-tdc {
    max-width: 500px;
  }
  .std-end-left-t-tdc {
    max-width: 500px;
  }
  .std-partner-voices-info-tdc p {
    font-size: 22px;
  }
  .std-video-animation-tdc {
    width: 532px;
    height: 532px;
  }
}

@media (max-width: 1200px) {
  .std-left-t-tdc {
    max-width: 100%;
  }
  .std-end-left-t-tdc {
    max-width: 100%;
    position: relative;
    padding-left: 100px;
  }
  .end-hyper-slide-controller-tdc {
    padding-right: 20px;
  }
  .res-hide-t-sec-tdc {
    display: none;
  }
  .std-partner-voices-info-tdc p {
    font-size: 20px;
  }
  .std-tred-outside-tdc {
    height: 100%;
  }
  .res-y-space-tdc {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .std-video-animation-tdc {
    width: 432px;
    height: 432px;
  }
  .ai-flywheel-tdc h4,
  .ai-flywheel-tdc h3 {
    font-size: 24px;
  }
  .std-all-fly-card-tdc h4 {
    font-size: 22px;
    padding: 0px 20px 0;
  }
  .case-card-desc-tdc {
    padding: 0 20px 20px;
  }
  .std-all-fly-card-tdc {
    min-height: 590px;
    /* height: auto; */
  }
}

@media (max-width: 1024px) {
  .std-hover-read-tdc p {
    font-size: 14px;
  }
  .std-all-fly-card-tdc {
    height: fit-content;
    min-height: 610px;
  }
}

@media (max-width: 991px) {
  .std-hero-title-tdc h1 {
    font-size: 44px;
  }
  .std-video-animation-tdc {
    width: 332px;
    height: 332px;
  }
  .std-all-fly-card-tdc {
    width: calc((100% - 2rem) / 2);
  }
}

@media (max-width: 768px) {
  .std-hero-title-tdc h1 {
    font-size: 40px;
  }
  .std-main-heading-tdc {
    font-size: 28px;
  }
  .std-all-fly-card-tdc {
    width: 100%;
  }
  .std-con-heading-tdc p {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .team1-img-tdc {
    width: 161.17px;
    height: 107.96px;
  }
  .team2-img-tdc {
    width: 161.17px;
    height: 223.89px;
  }
  .team3-img-tdc {
    width: 161.17px;
    height: 346.36px;
  }
  .team4-img-tdc {
    width: 337.48px;
    height: 223.89px;
  }
  .team5-img-tdc {
    width: 161.17px;
    height: 107.96px;
  }
  .team6-img-tdc {
    width: 161.17px;
    height: 107.96px;
  }
  .team7-img-tdc {
    width: 322.34px;
    height: 107.96px;
  }
  .team8-img-tdc {
    width: 169.3px;
    height: 107.96px;
  }
  .team9-img-tdc {
    width: 161.17px;
    height: 223.89px;
  }
  .team10-img-tdc {
    width: 330.48px;
    height: 223.89px;
  }
}

@media (max-width: 580px) {
  .std-end-left-t-tdc {
    padding-left: 20px;
  }
}

@media (max-width: 450px) {
  .ai-flywheel-inner-track {
    gap: 0 !important;
  }
}

@media (max-width: 400px) {
  .ai-flywheel-tdc img {
    display: none;
  }
  .std-con-heading-tdc p {
    font-size: 24px;
  }
}

/* Flywheel mobile slider section */

@media (max-width: 1023px) {
  .ai-flywheel-wrapper-tdc,
  .accelerators-wrapper-tdc {
    overflow: hidden;
  }

  .ai-flywheel-inner-track {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .ai-flywheel-card-tdc {
    max-width: 400px;
  }

  .ai-flywheel-slide-controller-tdc,
  .accelerators-slide-controller-tdc {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .ai-flywheel-card-tdc {
    max-width: 340px;
  }
}

@media (max-width: 450px) {
  .ai-flywheel-card-tdc {
    max-width: 100%;
  }
}

/* ================================================================================================================ */
/* Services - Supply Chain Management  */
/* ================================================================================================================ */
.accordion-item {
    border: none !important;
}
.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background: none !important;
    box-shadow: none !important;
}

.supply-hero-section-tdc {
  position: relative;
  overflow: hidden;
  background-image: url("/assets/services/supply-chain/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 50px 20px 70px;
}

.supply-hero-title-tdc {
  font-size: 48px;
  font-weight: 700;
  line-height: 124%;
  max-width: 524px;
}

.supply-hero-desc-tdc {
  font-size: 16px;
  font-weight: 400;
  max-width: 577px;
}

.supply-hero-video-tdc {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  color: white;
  font-size: 70px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: auto;
}

/* When video is playing, hide by default */
.hero-main-vd-tdc.playing .play-button {
  opacity: 0;
  pointer-events: none;
}

/* But show again when hovered */
.hero-main-vd-tdc.playing:hover .play-button {
  opacity: 1;
  pointer-events: auto;
}

.hero-main-vd-tdc {
  position: relative;
  max-width: 633px;
  max-height: 355px;
  display: inline-block;
  overflow: hidden;
  box-shadow: #3e8292 0px 11px 105px 4px;
}

.video-container {
  position: relative;
  width: 633px;
  height: 355px;
  max-width: 633px;
  max-height: 355px;
  box-shadow: #3e8292 0px 11px 105px 4px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.supply-contact-text-tdc {
  max-width: 497px;
}

.talk-title-tdc {
  max-width: 465px;
}

.supply-subtitle-tdc {
  font-size: 40px;
  font-weight: 500;
  color: black;
  line-height: 124%;
}

.other-talk-main-tdc {
  padding-top: 100px;
  padding-bottom: 100px;
}

.supply-right-talk-tdc {
  max-width: 721px;
}

.beyond-card-left-tdc {
  max-width: 848px;
}

.beyound-card-detail-tdc {
  background-color: #fe50001a;
}

.beyound-card-detail-tdc h4 {
  font-size: 36px;
  font-weight: 400;
  line-height: 124%;
  color: black;
}

.read-des-beyond-tdc {
  font-weight: 400;
  line-height: 124%;
  color: black;
}

.supply-click-show-hide-tdc img:nth-child(2) {
  display: none;
}

.beyond-card-left-tdc.active .supply-click-show-hide-tdc img:nth-child(1) {
  display: none;
}

.beyond-card-left-tdc.active .supply-click-show-hide-tdc img:nth-child(2) {
  display: block;
}

.read-hide-beyond-tdc {
  display: none;
}

.beyond-card-left-tdc.active .read-hide-beyond-tdc {
  display: block;
}

.beyond-card-left-tdc.active .std-hover-read-tdc {
  display: none !important;
}

.custom-cursor-pointer-tdc {
  cursor: pointer;
}

.point-view-card-tdc {
  background-color: #f7f7f7;
  min-height: 242px;
  border: 1px solid #f7f7f7;
}

.point-view-card-tdc:hover {
  border: 1px solid #fe5000;
}

.point-view-card-tdc:hover .service-learn-arr-tdc {
  display: none;
}

.service-orange-arr-tdc {
  display: none;
}

.beyound-right-sec-tdc {
  margin-top: 65px;
}

.point-view-card-tdc p {
  font-size: 16px;
  font-weight: 600;
  color: black;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.beyond-cpg-tdc {
  background: #fff;
  padding: 4px 12px;
  width: fit-content;
}

.point-view-card-tdc:hover .arrow-icon-tdc {
  transform: translateX(140px);
  display: block;
}

.point-view-card-tdc:hover .learn-more-text-tdc {
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 600;
}

.arrow-icon-tdc {
  color: black;
}

.point-view-card-tdc:hover .arrow-icon-tdc {
  color: #fe5000;
}

.beyond-layout-main-tdc {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.beyond-card-left-tdc {
  flex: 4;
  min-width: 0;
}

.beyound-right-sec-tdc {
  flex: 2;
  min-width: 0;
}

.beyond-voices-wrapper-tdc::-webkit-scrollbar {
  width: 0 !important;
}

.beyond-voices-card-tdc {
  flex: 0 0 auto;
  width: 100%;
  transition: transform 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.beyond-voices-carousel-tdc {
  height: 746px; /* You can customize this */
  overflow: hidden;
  position: relative;
}

.beyond-voices-wrapper-tdc {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
}

.prev-beyond-voices-tdc {
  transform: rotate(90deg);
}

.next-beyond-voices-tdc {
  transform: rotate(90deg);
}

.supply-tab-main-tdc {
  background: #fe50001a;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 50px 0;
}

.supply-tab-main-tdc .nav-tabs .nav-link {
  border: 2px solid transparent;
  margin-bottom: -2px;
  font-size: 20px;
  font-weight: 600;
  color: #fe50004d;
  display: flex;
  gap: 10px;
  align-items: center;
}

.supply-tab-main-tdc .nav-link.active {
  border-color: transparent transparent #fe5000 !important;
  color: #fe5000 !important;
  background-color: transparent !important;
}

.supply-tab-main-tdc .nav-tabs {
  border-bottom: 2px solid #fe50001a !important;
}

.supply-tab-desc-tdc h2 {
  max-width: 740px;
  font-size: 40px;
  font-weight: 500;
  color: black;
  line-height: 124%;
}

.supply-tab-desc-tdc p {
  max-width: 532px;
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 124%;
}

.supply-animate-card-tdc {
  min-height: 490px;
  background-color: white;
}

.realize-title-tdc {
  max-width: 1200px;
}

.custom-five-col > div {
  flex: 0 0 auto;
  width: 20%;
}

.custom-five-col-tdc .high-card-tdc p {
  color: #000000;
}

.case-studie-sec-tdc {
  margin-top: 130px;
  margin-bottom: 100px;
}

.supply-case-card-tdc {
  border: 1px solid #c7c7c7;
  display: flex;
  flex-direction: row;
}

.supply-endorsed-title-tdc h2 {
  max-width: 600px;
}

.supply-endorsed-title-tdc {
  height: 185px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indicator-resource-tdc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #6dcdb8;
  cursor: pointer;
  font-size: 12px;
  color: #6dcdb8;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
}

.indicator-resource-tdc.active {
  background-color: #6dcdb8;
  color: #fff;
}

.supply-faq-right-tdc {
  max-width: 956px;
}

.supply-last-desc-line-tdc {
  margin-bottom: 25px;
}

/* new  */

/* Wrapper & Track */
.accelerators-wrapper-tdc {
  overflow: visible;
  width: 100%;
}

.accelerators-inner-track {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.accelerators-card-tdc {
  flex: 0 0 auto;
  width: 100%;
  max-width: calc((100% - 2rem) / 3); /* 3 cards per row on desktop */
  transition: transform 0.5s ease-in-out;
}

/* Controller visibility for mobile */
.accelerators-slide-controller-tdc {
  display: none;
}


/* Mobile responsiveness */
@media (max-width: 1023px) {
  .accelerators-wrapper-tdc {
    overflow: hidden;
  }

  .accelerators-inner-track {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .accelerators-card-tdc {
    max-width: 400px;
  }

  .accelerators-slide-controller-tdc {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .accelerators-card-tdc {
    max-width: 340px;
  }
}

@media (max-width: 450px) {
  .accelerators-card-tdc {
    max-width: 100%;
  }
}

/* Indicators */
.accelerators-indicator-tdc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #6dcdb8;
  cursor: pointer;
  font-size: 12px;
  color: #6dcdb8;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
}

.accelerators-indicator-tdc.active,
.accelerators-indicator-tdc:hover {
  background-color: #6dcdb8;
  color: #fff;
}

/* .supply-point-title-tdc {
  font-size: 28px;
  color: black;
  font-weight: 400;
  line-height: 124%;
} */

@media (hover: hover) and (pointer: fine) {
  .std-all-fly-card-tdc:hover .case-description-tdc {
    display: block;
  }
  .std-all-fly-card-tdc:hover .std-hover-read-tdc {
    display: none !important;
  }
}

@media (max-width: 1400px) {
  .supply-right-talk-tdc {
    max-width: 590px;
  }
  .beyond-voices-carousel-tdc {
    height: 766px;
  }

  .hero-main-vd-tdc {
    max-height: 316px;
  }
  .beyound-right-sec-tdc {
    margin-top: 56px;
  }
  .video-container {
    height: 310px;
  }
}

@media (max-width: 1200px) {
  .supply-tab-desc-tdc p {
    max-width: 50%;
  }
  .supply-tab-desc-tdc h2 {
    font-size: 28px;
  }
  .supply-realize-value-tdc {
    font-size: 28px;
  }
  .realize-p-value-tdc {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .supply-endorsed-title-tdc h2 {
    max-width: 430px;
  }
  .hero-main-vd-tdc {
    max-height: 263px;
  }
  .beyond-voices-carousel-tdc {
    height: 765px;
  }
  .beyound-right-sec-tdc {
    margin-top: 45px;
  }
  .video-container {
    height: 260px;
  }
  .supply-animate-card-tdc {
    min-height: 385px;
  }
}

@media (max-width: 1108px) {
  .beyond-voices-carousel-tdc {
    height: 764px;
  }
}

@media (max-width: 1035px) {
  .beyond-voices-carousel-tdc {
    height: 763px;
  }
}

@media (max-width: 1023px) {
  .supply-animate-card-tdc {
    min-height: 435px;
  }
}

@media (max-width: 991px) {
  .supply-endorsed-title-tdc h2 {
    max-width: 100%;
  }
  .supply-right-talk-tdc {
    max-width: 100%;
  }
  .beyond-layout-main-tdc {
    flex-direction: column;
  }
  .beyond-voices-carousel-tdc {
    height: 746px;
  }
  .accelerators-card-tdc {
    width: calc((100% - 2rem) / 2);
  }
  .supply-case-card-tdc {
    flex-direction: column-reverse;
  }
  .video-container {
    height: 355px;
  }
}

@media (max-width: 768px) {
  .beyound-card-detail-tdc h4 {
    font-size: 30px;
    line-height: 110%;
  }
  .supply-tab-desc-tdc h2 {
    font-size: 22px;
  }
  .supply-tab-desc-tdc p {
    font-size: 14px;
  }
  .supply-endorsed-title-tdc {
    height: 100%;
  }
  .supply-our-head-mobile-tdc {
    margin-bottom: 0;
  }
  .accelerators-card-tdc {
    width: 100%;
  }
  .video-container {
    height: 280px;
    width: 500px;
  }
}

@media (max-width: 575px) {
  .supply-tab-desc-tdc p {
    max-width: 100%;
  }
  .supply-mobile-faq-tdc {
    margin-bottom: 100px;
  }
  .hero-main-vd-tdc {
    max-height: 230px;
  }
  .beyond-voices-carousel-tdc {
    height: 746px;
  }
  .video-container {
    height: 230px;
    width: 410px;
  }
}

@media (max-width: 500px) {
  .supply-hero-title-tdc {
    font-size: 38px;
  }
  .supply-subtitle-tdc {
    font-size: 30px;
  }
  .play-button {
    font-size: 50px;
  }
  .supply-hero-section-tdc {
    padding: 50px 10px 70px;
  }
  .supply-tab-main-tdc .nav-tabs .nav-link {
    font-size: 16px;
  }
}

@media (max-width: 470px) {
  .hero-main-vd-tdc {
    max-height: 175px;
  }
}

@media (max-width: 450px) {
  .accelerators-inner-track {
    gap: 0 !important;
  }
  .video-container {
    height: 183px;
    width: 325px;
  }
}

@media (max-width: 389px) {
  .beyond-voices-carousel-tdc {
    height: 754px;
  }
}
