.section-heading {
  color: #060806 !important;
  line-height: 4.125rem !important;
  margin-bottom: 0rem !important;
}

.card-text {
  color: #4f4f51 !important;
  font-size: 1.125rem !important;
  line-height: 1.875rem !important;
  letter-spacing: 1.6 !important;
}

/* Product Banner Style Start Here */
.banner-section {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.product-banner-icon i {
  font-size: 1.6rem;
  color: #fff;
}

.product-banner {
  color: #fff !important;
  font-size: 3.75rem !important;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 2.25rem;
  font-weight: 700;
}

h1.product-banner {
  max-width: 848px !important;
  margin: 0 auto !important;
  padding-bottom: 1rem;
}

.product-banner-bg .section-headeing {
  font-size: 3.75rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.product-banner span {
  color: #0079d0 !important;
}

.product-banner-bg.tracpro {
  position: relative;
  background-image:
    linear-gradient(106.24deg, #499BE7, #AF42F5);
}

.product-banner-bg.tracasset {
  background: linear-gradient(108.33deg, #27AE60 -11.79%, #27AEA4 82.53%);
  position: relative;
}

.product-banner-bg.tracsales {
  background: linear-gradient(106.24deg, #0FCFF2 -7.44%, #93EA68 81.4%);
  position: relative;
}

.product-banner-bg.tracinv {
  background: linear-gradient(289.06deg, #212773 -9.14%, #B53566 106.13%);
  position: relative;
}

.tracpro .product-banner img,
.tracasset .product-banner img,
.tracsales .product-banner img,
.tracinv .product-banner img {
  margin-right: 2rem !important;
  z-index: 1;
  width: 48px;
}

.tracasset .tracasset-banner-img {
  background: url(../images/tracasset/banner.png) no-repeat center center / contain;
  width: 100%;
  min-height: 403px !important;
  position: relative;
}

.tracpro .tracpro-banner-img {
  background: url(../images/tracpro/tracpro-banner-bg.png) no-repeat center center / contain;
  width: 100%;
  min-height: 403px !important;
  position: relative;
}

.tracsales .tracsales-banner-img {
  background: url(../images/tracsales/tracsales-banner.png) no-repeat center center / contain;
  width: 100%;
  min-height: 403px !important;
  position: relative;
}

.tracinv .tracinv-banner-img {
  background: url(../images/tracinv/tracinv-banner.png) no-repeat center center / contain;
  width: 100%;
  min-height: 403px !important;
  position: relative;
}

.tracpro .product-banner span,
.tracasset .product-banner span,
.tracsales .product-banner span,
.tracinv .product-banner span {
  color: #fafafa !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  text-align: left !important;
  z-index: 1;
}

.product-banner-content {
  color: #fff;
  font-size: 1.125rem;
  font-family: "Rubik", sans-serif;
  margin-bottom: 1rem;
}

.asset-flow-container {
  position: relative;
  max-width: 100%;
  min-height: 700;
}

.dotted-path {
  width: 553px !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.stage-block {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
  z-index: 2;
  transition: filter 0.25s;
}

.stage-procure img,
.stage-track img,
.stage-utilize img,
.stage-dispose img {
  width: 85%;
  object-fit: contain;
  z-index: 10;
}

.stage-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border-radius: 50%;
  margin-bottom: 16px;
  margin-top: 6px;
  box-shadow: none;
  width: 150px;
  height: 150px;
  position: relative;
  transition: background 0.2s, box-shadow 0.2s;
}

.emphasis .stage-img::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: 1;
  background: radial-gradient(circle at 60% 35%,
      rgba(255, 116, 72, 0.65) 8%,
      rgba(255, 72, 72, 0.5) 64%,
      rgba(98, 72, 255, 0.5) 100%);
  box-shadow: 0 0 36px 8px rgba(229, 40, 26, 0.19),
    0 4px 24px 2px rgba(98, 72, 255, 0.14);
  pointer-events: none;
  transition: background 0.2s, box-shadow 0.2s;
}

.emphasis .stage-img {
  background: transparent !important;
  box-shadow: none;
}

.stage-block .stage-img svg {
  position: relative;
  z-index: 2;
  width: 135px;
  height: 135px;
  max-width: 100%;
  max-height: 100%;
  display: block;
  background: none !important;
  /* Slight drop-shadow for visual lift */
  filter: drop-shadow(0 3px 20px rgba(98, 72, 255, 0.12));
}

.stage-title {
  font-size: 1.13rem;
  font-weight: 700;
  color: #fff;
  padding: 12px 32px;
  margin-bottom: 10px;
  border-radius: 22px;
  background: #31334a;
  box-shadow: 0 2px 12px 0 rgba(60, 40, 29, 0.13);
  letter-spacing: 1px;
  transition: background 0.2s, color 0.2s;
}

.emphasis .stage-title {
  background: #e5281a !important;
  color: #fff !important;
  box-shadow: 0 3px 18px 2px rgba(229, 40, 26, 0.23);
}

.stage-procure {
  left: -80px;
  top: 310px;
}

.stage-track {
  left: 40px;
  top: 80px;
}

.stage-utilize {
  left: 280px;
  top: 30px;
}

.stage-dispose {
  left: 288px;
  top: 310px;
}

/* Product Banner Style End Here */

/* Revolutionizing Tracasset Style Start Here */

.tracasset-holder {
  background-color: #f5f5f5;
  padding: 3.75rem 0rem;
}

.tracasset-content-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 3rem !important;
}

.tracasset-content {
  padding-right: 3.75rem;
}

.tracasset-holder img {
  max-width: 100%;
  object-fit: contain;
}

/* Revolutionizing Tracasset Style End Here */

/* Asset Handling Process Style Start Here */

.asset-handling-heading,
.asset-handling-content {
  max-width: 50rem;
  margin: auto;
}

/* .asset-handling-content {
  margin-top: 2rem;
} */

.circle-flow-section {
  padding: 3rem 0 3rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.asset-flow-wrap {
  width: 50%;
  display: grid;
  place-items: center;
  margin: 2rem 0rem 2rem 0rem;
}

/* TracAsset Mobile Section Style Start Here */

.main-wrapper {
  position: relative !important;
  min-height: 100vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #211e32;
  padding: 3rem 0rem;
  border-radius: 2rem;
  margin: 0rem 1.5rem;
}

.feature-parent {
  width: 28.125rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: transparent;
  box-shadow: none;
  transition: background 0.22s;
  padding: 1.5rem;
}

.feature-parent.active {
  background: #474cb8 !important;
  box-shadow: 0 6px 40px #0002;
  color: #fff !important;
  transition: background 0.22s, color 0.15s;
}

.feature-btn {
  color: #666bd7 !important;
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
  background: transparent;
  border: none;
  outline: none;
  text-align: left;
  width: 100%;
  color: inherit;
  border-radius: 1rem;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  transition: color 0.18s, box-shadow 0.18s, transform 0.12s;
  padding-left: 0rem;
}

.feature-parent.active .feature-btn,
.feature-parent.active .feature-btn i {
  color: #fff !important;
}

.feature-title {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 630;
  margin-bottom: 0.5rem;
  color: inherit;
  font-size: 2em;
  letter-spacing: 0;
}

.feature-desc {
  font-weight: 400;
  font-size: 0.98rem;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 0.1rem;
  color: inherit;
}

.feature-content {
  color: #fff;
  font-family: "Rubik", sans-serif;
  border-radius: 0 0 1rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  animation: fadeInC 0.22s;
  display: none;
  background: transparent;
  transition: background 0.15s, color 0.13s;
}

.feature-parent.active .feature-content {
  display: block;
}

.side-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.side-image img {
  max-width: 45rem;
  min-height: 180px;
  height: auto;
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  box-shadow: 0 12px 60px #4643fa25, 0 1px 9px #0002;
  background: #332f49;
  object-fit: cover;
  transition: box-shadow 0.19s, transform 0.18s;
  border-bottom-right-radius: 2rem;
}

@keyframes fadeInC {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

::selection {
  background: #7767df22;
}

.margin-btm {
  margin-bottom: 3rem !important;
}

/* TracAsset Mobile Section Style End Here */

/* Core Functionalliyt Section Style Start Here */

.core-fun-section {
  background-color: #f9d0cd;
  border-radius: 2rem;
  padding: 3rem 0;
  margin: 0rem 1.5rem 3rem 1.5rem;
}

.func-main-container {
  max-width: 1150px;
  margin: 2.7rem auto;
  padding: 0 0.75rem;
}

.func-section {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 42px #23203527, 0 1px 11px #0001;
}

.func-tabs-fullwidth-wrap {
  padding: 3rem 0rem;
}

.content-holder {
  padding: 0rem 3rem;
}

.func-tabs {
  display: flex;
  gap: 0.25rem;
  overflow-x: visible;
  flex-wrap: wrap;
  justify-content: start;
}

.func-tab-btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.975rem;
  font-family: "Rubik", sans-serif;
  color: #000000;
  border: none;
  border-radius: 1rem;
  background: none;
  font-weight: 600;
  transition: background 0.15s, color 0.17s;
  cursor: pointer;
  white-space: nowrap;
}

.func-tab-btn.active {
  background: #a3231a;
  color: #fff;
}

.func-content-panel {
  background: transparent;
  border-radius: 1rem;
  min-height: 180px;
  display: none;
  animation: fadeTab 0.33s;
  padding: 0.6rem 0.5rem 0.3rem 0.5rem;
}

.func-content-panel.active {
  display: block;
}

.func-panel-title {
  color: #050505;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}

.func-panel-desc {
  color: #4f4f51;
  font-family: "Rubik", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.right-image-area {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  height: 100%;
  padding: 1.1rem 0 1.1rem 2rem;
}

.right-image-area img {
  max-width: 100%;
  max-height: 390px;
  border-radius: 1.3rem;
  box-shadow: 0 9px 38px #23203513;
  background: #f9f7fb;
  object-fit: contain;
}

.func-tabs::-webkit-scrollbar {
  display: none;
  height: 5px;
}

@keyframes fadeTab {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* Core Functionalliyt Section Style End Here */

/* TracAsset Key Features Section Style Start Here */

.carousel-section {
  border-radius: 2rem;
  background: #fff;
  padding: 1.875rem;
  position: relative;
  overflow: visible;
  margin: 0rem 1.5rem;
  /* Transition for bg */
  transition: background 0.5s ease;
  box-shadow: 0 6px 15px rgb(0 0 0 / 0.1);
}

.carousel-content-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2.8rem;
  min-height: 360px;
}

.carousel-image-area img {
  max-width: 100%;
  object-fit: contain;
  height: 100%;
  border-radius: 1.5rem;
  user-select: none;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.carousel-content-area {
  flex: 1 1 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 2.5rem 2.5rem 3rem;
  box-shadow: 0 8px 30px rgb(0 0 0 / 0.05);
  overflow: hidden;
  min-height: 38rem;
}

.carousel-arrows-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.7rem;
  position: absolute;
  right: 0;
  top: 2.25rem;
  z-index: 10;
}

.carousel-arrow-btn {
  width: 2.625rem;
  height: 2.625rem;
  background: #fff;
  color: #000000;
  border-radius: 50%;
  border: 2px solid #f0eaff;
  box-shadow: 0 2px 10px #aaa3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: background 0.13s ease, color 0.14s ease;
  cursor: pointer;
  outline: none;
  border: none;
  margin-right: 2.25rem;
  outline-offset: 2px;
  user-select: none;
}

.carousel-arrow-btn:first-child {
  margin-right: 1rem;
}

/* .carousel-arrow-btn:active, .carousel-arrow-btn:focus, .carousel-arrow-btn:hover {
      background: #eee9fc;
      color: #463694;
    } */
.carousel-content-holder {
  transition: opacity 0.5s ease;
  position: relative;
  z-index: 2;
  padding: 7.875rem 2.25rem;
  border-radius: 1.5rem;
}

.carousel-slide-title {
  color: #232035;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.1;
  user-select: none;
}

.carousel-slide-desc {
  color: #666b85;
  font-size: 1.125rem;
  min-height: 54px;
  line-height: 1.6;
  user-select: none;
}

/* TracAsset Key Features Section Style End Here */

/* TracAsset Key Benefits Style Start Here */

.benefit-section {
  overflow: hidden;
  margin: 3rem 0rem;
}

.tracasset-carousel-container {
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}

.tracasset-carousel-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 2rem 0 0rem 0;
  margin: 0rem 4rem 0rem 4rem;
}

.tracasset-carousel-track::-webkit-scrollbar {
  display: none;
}

.tracasset-card {
  height: 280px;
  border-radius: 22px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 1.5rem 1rem;
  scroll-snap-align: start;
  position: relative;
  background: #fff;
  transition: box-shadow 0.2s;
  flex: 0 0 calc((100% - 5 * 32px) / 6);
  max-width: calc((100% - 5 * 32px) / 6);
  min-width: 15rem;
}

.tracasset-card .bi {
  font-size: 2rem;
  margin-bottom: 12px;
  color: #222;
}

.tracasset-card h5 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.tracasset-card p {
  font-family: "Rubik", sans-serif !important;
  line-height: 1.5;
}

.card-red {
  background: #d32f2f;
  color: #ffffff;
}

.card-red i {
  color: #ffffff;
}

.card-orange {
  background: #ff5722;
  color: #2a2a2a;
}

.card-orange i {
  color: #2a2a2a;
}

.card-brick {
  background: #f44336;
  color: #1d1d1d;
}

.card-brick i {
  color: #1d1d1d;
}

.card-magenta {
  background: #c2185b;
  color: #ffffff;
}

.card-magenta i {
  color: #ffffff;
}

.card-purple {
  background: #9C27B0;
  color: #FFFFFF;
}

.card-purple i {
  color: #FFFFFF;
}

.card-blue {
  background: #0288d1;
  color: #1B1818;
}

.card-blue i {
  color: #1B1818;
}

.card-green {
  background: #4caf50;
  color: #333333;
}

.card-green i {
  color: #333333;
}

.card-amber {
  background: #FF9800;
  color: #333333;
}

.card-amber i {
  color: #333333;
}

.card-yellow {
  background-color: #FFC107;
  color: #333333;
}

.card-yellow i {
  color: #333333;
}

.card-teal {
  background: #00BCD4;
  color: #333333;
}

.card-teal i {
  color: #333333;
}

.card-c1 {
  background: #4caf50;
  color: #2a2a2a;
}

.card-c2 {
  background: #f44336;
  color: #1d1d1d;
}

.card-c3 {
  background: #c2185b;
  color: #ffffff;
}

.card-c4 {
  background: #9c27b0;
  color: #ffffff;
}

.card-c5 {
  background: #0288d1;
  color: #1b1818;
}

.card-c6 {
  background: #4caf50;
  color: #333333;
}

.tracasset-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: #181b34;
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 16px 0 rgba(30, 30, 30, 0.15);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  transition: background 0.17s, color 0.17s;
}

.tracasset-carousel-arrow:active,
.tracasset-carousel-arrow:focus {
  background: #181b34;
  color: #fff;
  outline: none;
}

.tracasset-carousel-arrow.left {
  left: 14px;
}

.tracasset-carousel-arrow.right {
  right: 14px;
}

.tracasset-carousel-container::before,
.tracasset-carousel-container::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  width: 32px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.75) 50%) !important;
}

.tracasset-carousel-container::after {
  right: -10px;
  left: unset;
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.75) 50%) !important;
  transform: rotate(-180deg);
}

.tracasset-carousel-container::before {
  left: 0;
  right: unset;
}

.tracasset-carousel-track>.tracasset-card:last-child {
  margin-right: 0;
}

/* TracAsset Key Benefits Style End Here */

/* Case Studies Style Start Here */

.cs-heading {
  text-align: center;
  font-weight: 800;
  font-size: 2.28rem;
  letter-spacing: -1.5px;
  color: #212529;
}

.cs-hero-section {
  position: relative;
  min-height: 37.5rem;
  margin: 0rem 1.5rem 3rem;
  border-radius: 1.875rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  background: #fff;
}

.cs-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 37.5rem;
  object-fit: cover;
  z-index: 0;
  transition: opacity 0.4s;
  border-radius: 1.875rem;
  user-select: none;
  pointer-events: none;
}

.cs-card-holder-wrap {
  width: 100%;
  max-width: 38rem;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 27.813rem;
  /* This ensures card is right-side on desktop, bottom on mobile */
}

.cs-content-holder {
  margin-top: 7.875rem;
}

.cs-card-holder {
  width: 100%;
  min-height: 600px;
  margin: 1.875rem;
  background: #fff;
  color: #191a25;
  border-radius: 1.34rem;
  box-shadow: 0 8px 32px #23203536, 0 2px 10px #23203511;
  padding: 2.3rem 2.08rem 1.7rem 2.12rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  user-select: none;
}

.cs-arrows-holder {
  display: flex;
  gap: 0.55rem;
  position: absolute;
  top: 1.15rem;
  right: 1.04rem;
  z-index: 10;
}

.cs-arrow-btn {
  background: #f7f7f7;
  color: #000000;
  border: 1px solid #f0f1f7;
  border-radius: 50%;
  width: 2.625rem;
  height: 2.625rem;
  font-size: 1.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.12s, color 0.12s;
  cursor: pointer;
  user-select: none;
}

.cs-arrow-btn:hover {
  background-color: #eaeaea;
  border: 1px solid #4b4b4b;
  transition: all 0.3s;
}

.cs-card-title {
  font-size: 2.25rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-bottom: 1.5rem;
  color: #050505;
  user-select: text;
}

.cs-card-secondary {
  font-weight: 400;
  font-size: 1.125rem;
  font-family: "Rubik", sans-serif;
  color: #4f4f51;
  line-height: 1.6;
  user-select: text;
  white-space: pre-line;
}

.cs-btn-row {
  display: flex;
  justify-content: flex-end;
  gap: 0.84rem;
  margin: 6.75rem 0rem 1rem 0rem;
  flex-wrap: wrap;
}

.cs-btn {
  border: none;
  outline: none;
  border-radius: 0.51rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.4065rem 1.31rem;
  cursor: pointer;
  transition: background 0.14s, color 0.13s;
  box-shadow: 0 2px 8px #7642fa12;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.14rem;
}

.cs-btn-download {
  color: #000000;
  font-family: "Rubik", sans-serif;
  background: #F3F3F9 !important;
  border: 1px solid #F3F3F9;
  transition: all ease-in-out 0.3s;
}

.cs-btn-download:hover {
  font-family: "Rubik", sans-serif;
  background: #4b4b4b;
  transition: all 0.3s;
  color: #0D0f33;
  border: 1px solid #e12416;
}

.cs-btn-download i {
  color: #e12416;
}

.cs-btn-readmore {
  color: #fff;
  font-family: "Rubik", sans-serif;
}

.cs-btn-allstudies {
  width: 100%;
  max-width: 17.25rem;
  font-family: "Rubik", sans-serif;
  justify-content: center;
  align-self: flex-end;
}

.func-section .carousel-section {
  background-color: transparent;
  border-radius: 20px;
  min-height: 420px;
  padding: 30px 20px;
  margin-bottom: 32px;
  box-shadow: none;
}

.func-section .option-btn,
.func-section .tracpro-option-btn,
.func-section .tracsales-option-btn,
.func-section .tracinv-option-btn {
  width: 100%;
  margin-bottom: 14px;
  border-radius: 8px;
  text-align: left;
}

.func-section .option-btn.active,
.func-section .tracpro-option-btn.active,
.func-section .tracsales-option-btn.active,
.func-section .tracinv-option-btn.active {
  background: #e53e3e !important;
  color: #fff !important;
}

.func-section .carousel-section .option-btn,
.func-section .carousel-section .tracpro-option-btn,
.func-section .carousel-section .tracsales-option-btn,
.func-section .carousel-section .tracinv-option-btn {
  position: relative;
  padding: 16px 16px 16px 20px;
  width: 100% !important;
}

.func-section .carousel-section .option-btn::before,
.func-section .carousel-section .tracpro-option-btn::before,
.func-section .carousel-section .tracsales-option-btn::before,
.func-section .carousel-section .tracinv-option-btn::before {
  content: "\2022";
  /* Unicode bullet */
  position: absolute;
  left: 8px;
  color: black;
  font-weight: bold;
}

.func-section .carousel-section .option-btn.active::before,
.func-section .carousel-section .tracpro-option-btn.active::before,
.func-section .carousel-section .tracsales-option-btn.active::before,
.func-section .carousel-section .tracinv-option-btn.active::before {
  content: "\2022";
  /* Unicode bullet */
  position: absolute;
  left: 8px;
  color: #fff !important;
  font-weight: bold;
}

.func-section .img-preview {
  border-radius: 18px;
  background: #fff;
  padding: 12px;
  width: 100%;
}

.func-section .carousel-control-custom {
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background: #111c40;
  border-radius: 100%;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .9;
  border: none;
}

.func-section .carousel-control-prev.carousel-control-custom {
  left: -44px !important;
}

.func-section .carousel-control-next.carousel-control-custom {
  right: -44px !important;
}

.func-section .carousel-control-custom span i {
  font-size: 1.25rem !important;
}

@media (max-width: 1199px) {

  /* Show 3 cards */
  .tracasset-card {
    flex: 0 0 calc((100% - 2 * 32px) / 3);
    max-width: calc((100% - 2 * 32px) / 3);
  }
}

@media (max-width: 1024px) {
  .side-image img {
    max-width: 27.75rem;
  }

  .feature-title {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 991.98px) {
  .asset-flow-container {
    margin-left: 32px !important;
  }

  .stage-procure {
    left: 0rem !important;
  }

  .product-banner-illustration {
    min-width: 220px;
    min-height: 340px;
  }

  .illustration-stage img {
    width: 58px;
    height: 58px;
  }

  .stage-label {
    font-size: 0.89rem;
  }

  .illustration-stage {
    min-width: 95px;
    min-height: 82px;
  }

  .gradient-emphasis {
    border-radius: 0.8rem;
    padding: 0.5rem;
  }

  .side-image {
    min-height: 160px;
    padding: 1.1rem 0 0 0;
  }

  .func-title-fullwidth {
    font-size: 1.43rem;
    padding: 1.23rem 0.5rem 0.73rem 0.5rem;
  }

  .right-image-area {
    min-height: 140px;
    padding: 1.1rem 0 0 0.4rem;
  }

  .carousel-section {
    padding: 0.5rem 0.2rem 1.8rem 0.2rem;
  }

  .carousel-heading-main {
    font-size: 1.35rem;
  }

  .carousel-content-row {
    gap: 1.1rem;
    min-height: 240px;
  }

  .carousel-image-area {
    flex-basis: 180px;
    max-width: 220px;
  }

  .mockup-img {
    max-width: 97%;
    width: 170px;
    min-width: 90px;
  }

  .benefit-title {
    font-size: 1.32rem;
    margin-bottom: 1.17rem;
  }

  .benefit-card {
    min-width: 48vw;
    width: 48vw;
    max-width: 99vw;
  }

  .benefit-carousel-inner {
    padding: 0.77rem 0 1.14rem 0;
    min-height: 180px;
  }

  .benefit-card h5 {
    font-size: 1.1rem;
  }

  .carousel-content-row {
    flex-direction: column;
    min-height: auto;
    gap: 1.5rem;
  }

  .carousel-content-area {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }

  .carousel-arrows-top {
    right: 1rem;
    top: 1rem;
  }

}

@media (max-width: 900px) {
  .cs-card-holder-wrap {
    min-height: 360px;
  }

  .cs-card-holder {
    margin: 2.6rem auto 2.6rem auto;
    width: 98vw;
    max-width: 420px;
  }
}

@media (max-width: 768px) {
  .main-wrapper {
    flex-direction: column;
  }

  .section-title {
    font-size: 1.4rem;
    margin-bottom: 0.95rem;
  }

  .feature-btn {
    font-size: 1rem;
  }

  .feature-content {
    font-size: 1rem;
  }

  .feature-parent {
    border-radius: 0.85rem;
  }

  .illustration-stage img {
    width: 6rem;
    height: 6rem;
  }

  .banner-img1,
  .stage-label img {
    right: 12.5rem;
    top: 10.875rem;
  }

  .banner-img2,
  .stage-label img {
    top: 10.875rem;
    right: 0rem;
  }

  .banner-img3,
  .stage-label img {
    right: 12.5rem;
    bottom: 8rem;
    top: unset !important;
  }

  .banner-img4,
  .stage-label img {
    bottom: 9.25rem;
    right: 0rem;
  }

  .func-tabs::-webkit-scrollbar {
    display: initial;
  }

  .func-tabs::-webkit-scrollbar-thumb {
    background: #ff5263b5;
    border-radius: 5px;
  }

  .func-tabs::-webkit-scrollbar-track {
    background: transparent;
  }

  .func-title-fullwidth {
    font-size: 1.08rem;
    padding: 1em 0.3rem 0.55em 0.3rem;
  }

  .func-main-container,
  .func-section {
    padding: 0;
    border-radius: 1.5rem !important;
  }

  .func-tabs-fullwidth-wrap {
    margin-top: -0.35rem;
    margin-bottom: 0.18rem;
  }

  .func-tabs {
    flex-wrap: wrap;
    overflow-x: auto !important;
    gap: 0.19rem;
    margin-bottom: 0rem;
  }

  .func-tab-btn {
    font-size: 0.91rem;
    padding: 0.42rem 0.68rem;
    border-radius: 0.9rem;
  }

  .right-image-area {
    min-height: 85px;
    padding: 0.3rem 0 0 0.1rem;
  }

  .carousel-content-row {
    margin: 0rem 1.5rem;
  }

  .side-image {
    margin: auto;
  }

  .side-image img {
    /* max-width: 38.75rem; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 1rem;
  }

  .cs-hero-section {
    min-height: auto;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
  }

  .cs-card-holder-wrap {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    justify-content: center;
  }

  .cs-card-holder {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding-bottom: 2rem;
    margin: 0 auto;
  }

  .cs-btn-row {
    justify-content: center;
  }

  .cs-btn-allstudies {
    max-width: 100%;
    width: 100%;
  }

  .clientele-img img {
    width: 100%;
    max-width: 10rem;
  }
}

@media (max-width: 750px) {

  /* Show 1 card */
  .tracasset-card {
    flex: 0 0 90vw;
    max-width: 92vw;
    min-width: 72vw;
    padding: 1.3rem 0.9rem 1.35rem 0.9rem;
  }

  .tracasset-carousel-track {
    gap: 16px;
  }

  .tracasset-carousel-arrow {
    width: 36px;
    height: 36px;
    font-size: 1.15rem;
  }

  .tracasset-carousel-container::before,
  .tracasset-carousel-container::after {
    width: 16px;
  }
}

@media (max-width: 700px) {
  .carousel-content-row {
    flex-direction: column;
    align-items: center;
    min-height: 0;
    gap: 0;
  }

  .carousel-image-area {
    margin-bottom: 1.3rem;
    min-width: 0;
    max-width: 100%;
    padding: 0.12rem 0 0.85rem 0;
  }

  .carousel-content-area {
    min-width: 0;
    margin-top: 0;
  }

  .carousel-slide-title {
    font-size: 1.06rem;
    margin-top: 1.2rem;
  }

  .carousel-slide-btn {
    font-size: 0.97rem;
    padding: 0.64rem 1.45rem;
  }

  .ta-kpi-grid {
    grid-template-columns: 1fr;
  }

  .tracasset-root {
    padding: 2.2rem 0.6rem 1.2rem 0.6rem;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .clientele-img img {
    width: 100% !important;
    max-width: 16rem !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .dotted-path {
    width: 428px !important;
  }

  .stage-procure {
    left: -110px;
    top: 220px;
  }

  .stage-track {
    left: 0 !important;
    top: 0 !important;
  }

  .stage-utilize {
    left: 170px;
    top: -70px;
  }

  .stage-dispose {
    left: 178px;
    top: 214px;
  }
}

@media (max-width: 1024px) {

  .stage-procure img,
  .stage-track img,
  .stage-utilize img,
  .stage-dispose img {
    width: 70%;
  }

  .stage-title {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }

  .stage-track {
    left: -40px !important;
  }

  .stage-utilize {
    top: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {

  /* .product-banner-content li:nth-child(2) {
    margin-left: 2rem !important;
  } */
  .product-banner-bg {
    padding: 4rem 0rem;
  }

  .product-banner-child1,
  .product-banner-child2 {
    justify-content: center !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .product-content-holder {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .product-banner-content {
    display: flex;
    flex-direction: column !important;
  }

  .product-content-holder h1 {
    width: 100%;
    text-align: center;
  }

  .flow-center {
    width: 6.875rem !important;
    transform: translate(-50%, -50%);
    width: 11.875rem;
  }

  .flow-icon-img {
    width: 6.375rem;
    height: 8rem;
  }

  .flow-center-img {
    width: 13.25rem;
  }

  .icon-pos-1 {
    right: 25%;
    top: 5rem;
  }

  .icon-pos-2 {
    right: 5%;
    top: 50%;
  }

  .icon-pos-3 {
    right: 10%;
    top: 90%;
  }

  .icon-pos-4 {
    right: 15%;
    top: 125%;
  }

  .icon-pos-5 {
    right: 25%;
    top: 160%;
  }

  .icon-pos-6 {
    left: 30%;
    top: 160%;
  }

  .icon-pos-7 {
    left: 15%;
    top: 125%;
  }

  .icon-pos-8 {
    left: 10%;
    top: 90%;
  }

  .icon-pos-9 {
    left: 15%;
    top: 50%;
  }

  .icon-pos-10 {
    left: 30%;
    top: 15%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .product-banner-holder {
    margin-left: 60px;
  }

  .dotted-path {
    width: 500px !important;
  }

  .stage-utilize {
    left: 250px !important;
  }

  .stage-dispose {
    left: 240px !important;
  }

  .product-content-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .banner-section {
    display: flex;
    justify-content: center;
    align-items: flex-start !important;
    text-align: center;
  }

  .product-banner-bg {
    padding: 1.5rem 0rem;
  }

  .tracasset-holder img {
    margin-top: 1.5rem;
  }
}

@media (min-width: 576px) and (max-width: 854px) {
  .asset-flow-wrap {
    width: auto !important;
  }
}

@media (min-width: 576px) and (max-width: 854px) {
  .asset-flow-container {
    margin-left: -2rem !important;
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .ta-kpi-card {
    min-width: 0 !important;
    font-size: 0.96rem;
    padding: 1.46rem 0.28rem 1.04rem 0.28rem;
  }

  .ta-title {
    font-size: 1.35rem;
  }

  .cs-card-holder {
    padding: 1.44rem 1.1rem 1.3rem 1.1rem;
  }

  .cs-heading {
    font-size: 1.34rem;
    margin-top: 1.21rem;
  }

  .cs-hero-section,
  .cs-card-holder-wrap {
    min-height: 355px;
  }
}

@media (max-width: 576px) {

  .banner-section {
    display: flex;
    justify-content: center;
    align-items: flex-start !important;
  }

  .product-content-holder {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .product-banner-bg {
    padding: 1.5rem 0rem;
  }

  .product-banner {
    color: #fff !important;
    font-size: 2.5rem !important;
  }

  .product-banner .banner-content {
    margin-left: 0 !important;
  }

  .tracasset .tracasset-banner-img {
    min-height: 160px !important;
    width: 100% !important;
    object-fit: cover;
  }

  .asset-flow-container {
    max-width: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin-left: 0 !important;
  }

  .dotted-path {
    display: none;
  }

  .stage-block {
    position: static;
    width: 70vw !important;
    margin-bottom: 0px;
  }

  .stage-procure img {
    width: 60% !important;
  }

  .banner-img-holder {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
  }

  .stage-title {
    font-size: 1rem !important;
  }

  .section-heading {
    color: #060806 !important;
    line-height: normal !important;
  }

  h1.display-5 {
    font-size: 2rem;
  }

  .product-banner-illustration {
    min-width: 150px;
    min-height: 220px;
  }

  .illustration-stage {
    min-width: 70px;
    min-height: 65px;
  }

  .gradient-emphasis {
    border-radius: 0.65rem;
    padding: 0.28rem;
  }

  .tracasset-holder {
    padding: 1.5rem 0rem;
  }

  .card-text {
    text-align: center;
    margin-bottom: 1rem !important;
  }

  .tracasset-content-holder {
    margin-top: 1.5rem !important;
  }

  .tracasset-holder img {
    margin-top: 1.5rem;
  }

  .tracasset-content-holder .trac-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .circle-flow-section {
    padding: 1.5rem 0rem;
  }

  .flow-center {
    display: none;
  }

  .asset-flow-wrap {
    width: 0rem !important;
  }

  .flow-icons {
    position: relative !important;
  }

  .flow-icon-block {
    position: relative !important;
    width: 100%;
  }

  .main-wrapper {
    padding: 1rem 0rem;
    margin: 0rem 1.5rem 1rem !important;
  }

  .feature-parent {
    width: 100%;
    padding: 0.5rem !important;
  }

  .feature-title {
    font-size: 1rem !important;
  }

  .feature-content {
    font-size: 0.75rem !important;
  }

  .side-image img {
    max-width: 100%;
    position: relative !important;
    border-radius: 1rem;
  }

  .core-fun-section {
    padding: 1rem 0rem;
    border-radius: 1.5rem;
    margin: 0rem 1rem 1.5rem 1rem !important;
  }

  .func-panel-title {
    font-size: 1.5rem;
  }

  .func-tabs-fullwidth-wrap {
    padding: 1rem 0;
  }

  .content-holder {
    padding: 0rem;
  }

  .carousel-image-area {
    margin-bottom: 0rem !important;
  }

  .carousel-content-area {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    min-height: 16rem !important;
  }

  .carousel-section-wrap,
  .carousel-section {
    border-radius: 0.98rem !important;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0rem 1rem;
  }

  .carousel-heading-main {
    font-size: 0.98rem;
    margin-bottom: 0.75rem;
  }

  .carousel-content-holder {
    padding: 5.875rem 1rem !important;
  }

  .carousel-content-row {
    margin: 0rem 1rem;
  }

  .tracasset-root {
    margin: 1rem !important;
    padding: 1rem 1rem 1rem;
  }

  .ta-left {
    margin-bottom: 0rem !important;
  }

  .ta-right {
    min-width: 100% !important;
  }

  .ta-title {
    margin: 1rem !important;
  }

  .ta-hl-title {
    font-size: 1rem !important;
    margin: 1rem !important;
  }

  .ta-highlights {
    margin: 1rem 1rem 0rem 1rem;
  }

  .ta-highlight {
    font-size: 1rem;
  }

  .ta-highlight:last-child {
    margin-bottom: 0rem !important;
  }

  .ta-kpi-title {
    font-size: 1rem;
  }

  .ta-kpi-value {
    font-size: 2rem;
  }

  .carousel-slide-title {
    font-size: 1.5rem;
  }

  .cs-hero-section {
    margin: 0rem 1rem 0rem;
  }

  .cs-card-holder {
    border-radius: 1.5rem;
    margin: 1.5rem auto 1.5rem auto;
  }

  .cs-hero-bg {
    position: relative;
    min-height: 16rem;
    border-radius: 1rem;
  }

  .cs-card-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .cs-content-holder {
    margin: 3.75rem 0rem 1rem 0rem;
  }

  .cs-btn-row {
    margin: 3rem 0rem 1rem 0rem;
  }

  .cs-btn {
    width: 100%;
    justify-content: center;
  }

  .cs-btn-allstudies {
    width: 100% !important;
    max-width: 100% !important;
  }

  .cs-btn-readmore {
    justify-content: center;
  }

  .clientele-title {
    font-size: 1.5rem;
  }

  .clientele-img {
    margin: 1.5rem 0rem;
  }

  .clientele-img img {
    width: 8rem;
  }

  .margin-btm-none {
    margin-bottom: 0rem !important;
  }

  .benefit-section {
    margin: 1.5rem 0rem !important;
  }

  .tracasset-card {
    flex: 0 0 92vw;
  }

  .tracasset-carousel-track {
    gap: 20px !important;
    padding: 0rem;
    width: 100%;
    margin-left: 0.25rem;
  }

  .tracasset-carousel-container {
    width: 94vw !important;
  }

  .tracasset-carousel-container::after,
  .tracasset-carousel-container::before {
    display: none;
  }

  .tracasset-carousel-arrow {
    display: none;
  }

  .padding-btm {
    padding-bottom: 0.5rem;
  }

  .func-tabs {
    justify-content: center;
    flex-wrap: wrap;
  }

}

/* 19-01-2026 */
.glare-container {
  position: relative;
  display: inline-block;
}

.glare-heading {
  color: #fff;
  font-size: clamp(3rem, 4vw, 8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.3),
    0 0 20px rgba(50, 255, 140, 0.2);
  z-index: 2;
}

/* Glare overlay effect */
.glare-heading::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.4) 50%,
      transparent 100%);
  transform: translateX(-100%) skewX(-25deg);
  z-index: 1;
  animation: glareSweep 8s infinite;
}

/* Secondary glare layer */
.glare-heading::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(50, 255, 140, 0.3) 50%,
      transparent 100%);
  transform: translateX(-100%) skewX(15deg);
  z-index: 3;
  animation: glareSweepCyan 8s infinite 0.5s;
}

@keyframes glareSweep {
  0% {
    transform: translateX(-100%) skewX(-25deg);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  20% {
    transform: translateX(100%) skewX(-25deg);
    opacity: 0;
  }

  100% {
    transform: translateX(100%) skewX(-25deg);
    opacity: 0;
  }
}

@keyframes glareSweepCyan {
  0% {
    transform: translateX(-100%) skewX(15deg);
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  30% {
    transform: translateX(100%) skewX(15deg);
    opacity: 0;
  }

  100% {
    transform: translateX(100%) skewX(15deg);
    opacity: 0;
  }
}

/* Pulse glow background */
.glare-container {
  position: relative;
}

.glare-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(50, 255, 140, 0.1) 0%, transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  z-index: 0;
  animation: glowPulse 4s infinite ease-in-out;
}

@keyframes glowPulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.5;
  }
}

/* Hover enhancement */
.glare-container:hover .glare-heading {
  text-shadow:
    0 0 20px rgba(255, 255, 255, 0.6),
    0 0 40px rgba(50, 255, 140, 0.5),
    0 0 60px rgba(50, 255, 140, 0.3);
  animation: headingGlow 0.3s ease;
}

@keyframes headingGlow {
  0% {
    text-shadow:
      0 0 10px rgba(255, 255, 255, 0.3),
      0 0 20px rgba(50, 255, 140, 0.2);
  }

  100% {
    text-shadow:
      0 0 20px rgba(255, 255, 255, 0.6),
      0 0 40px rgba(50, 255, 140, 0.5),
      0 0 60px rgba(50, 255, 140, 0.3);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .glare-heading {
    font-size: clamp(2rem, 6vw, 4rem);
    letter-spacing: 0.05em;
  }

  .glare-container::before {
    width: 200px;
    height: 200px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {

  .glare-heading::before,
  .glare-heading::after,
  .glare-container::before {
    animation: none !important;
  }
}

.glare-container.pulse-active::before {
  animation-duration: 0.8s !important;
  transform: translate(-50%, -50%) scale(1.5) !important;
}

.glare-container.sparkle-burst .glare-heading {
  animation: sparkleText 0.5s ease-in-out;
}

@keyframes sparkleText {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}


/* trac inv */
.tracinv .glare-container {
  position: relative;
  display: inline-block;
}

.tracinv .glare-heading {
  color: #fff;
  font-size: clamp(3rem, 4vw, 8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.3),
    0 0 20px rgba(255, 40, 120, 0.2);
  z-index: 2;
}

/* Glare overlay effect */
.tracinv.glare-heading::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.4) 50%,
      transparent 100%);
  transform: translateX(-100%) skewX(-25deg);
  z-index: 1;
  animation: glareSweep 8s infinite;
}

/* Secondary glare layer */
.tracinv .glare-heading::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(255, 40, 120, 0.3) 50%,
      transparent 100%);
  transform: translateX(-100%) skewX(15deg);
  z-index: 3;
  animation: glareSweepCyan 8s infinite 0.5s;
}

/* Pulse glow background */
.tracinv .glare-container {
  position: relative;
}

.tracinv .glare-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 40, 120, 0.1) 0%, transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  z-index: 0;
  animation: glowPulse 4s infinite ease-in-out;
}

/* Hover enhancement */
.tracinv .glare-container:hover .glare-heading {
  text-shadow:
    0 0 20px rgba(255, 255, 255, 0.6),
    0 0 40px rgba(255, 40, 120, 0.5),
    0 0 60px rgba(255, 40, 120, 0.3);
  animation: headingGlow 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .tracinv .glare-heading {
    font-size: clamp(2rem, 6vw, 4rem);
    letter-spacing: 0.05em;
  }

  .tracinv .glare-container::before {
    width: 200px;
    height: 200px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {

  .tracinv .glare-heading::before,
  .tracinv .glare-heading::after,
  .tracinv .glare-container::before {
    animation: none !important;
  }
}

.tracinv .glare-container.pulse-active::before {
  animation-duration: 0.8s !important;
  transform: translate(-50%, -50%) scale(1.5) !important;
}

.tracinv .glare-container.sparkle-burst .glare-heading {
  animation: sparkleText 0.5s ease-in-out;
}

/* tracpro */

.tracpro .glare-container {
  position: relative;
  display: inline-block;
}

.tracpro .glare-heading {
  color: #fff;
  font-size: clamp(3rem, 4vw, 8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.3),
    0 0 20px rgba(75, 150, 255, 0.2);
  z-index: 2;
}

/* Glare overlay effect */
.tracpro.glare-heading::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.4) 50%,
      transparent 100%);
  transform: translateX(-100%) skewX(-25deg);
  z-index: 1;
  animation: glareSweep 8s infinite;
}

/* Secondary glare layer */
.tracpro .glare-heading::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(75, 150, 255, 0.3) 50%,
      transparent 100%);
  transform: translateX(-100%) skewX(15deg);
  z-index: 3;
  animation: glareSweepCyan 8s infinite 0.5s;
}

/* Pulse glow background */
.tracpro .glare-container {
  position: relative;
}

.tracpro .glare-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(75, 150, 255, 0.1) 0%, transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  z-index: 0;
  animation: glowPulse 4s infinite ease-in-out;
}

/* Hover enhancement */
.tracpro .glare-container:hover .glare-heading {
  text-shadow:
    0 0 20px rgba(255, 255, 255, 0.6),
    0 0 40px rgba(75, 150, 255, 0.5),
    0 0 60px rgba(75, 150, 255, 0.3);
  animation: headingGlow 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .tracpro .glare-heading {
    font-size: clamp(2rem, 6vw, 4rem);
    letter-spacing: 0.05em;
  }

  .tracpro .glare-container::before {
    width: 200px;
    height: 200px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {

  .tracpro .glare-heading::before,
  .tracpro .glare-heading::after,
  .tracpro .glare-container::before {
    animation: none !important;
  }
}

.tracpro .glare-container.pulse-active::before {
  animation-duration: 0.8s !important;
  transform: translate(-50%, -50%) scale(1.5) !important;
}

.tracpro .glare-container.sparkle-burst .glare-heading {
  animation: sparkleText 0.5s ease-in-out;
}

/* tracsales */
.tracsales .glare-container {
  position: relative;
  display: inline-block;
}

.tracsales .glare-heading {
  color: #fff;
  font-size: clamp(3rem, 4vw, 8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.3),
    0 0 20px rgba(150, 255, 110, 0.2);
  z-index: 2;
}

/* Glare overlay effect */
.tracsales.glare-heading::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.4) 50%,
      transparent 100%);
  transform: translateX(-100%) skewX(-25deg);
  z-index: 1;
  animation: glareSweep 8s infinite;
}

/* Secondary glare layer */
.tracsales .glare-heading::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(150, 255, 110, 0.3) 50%,
      transparent 100%);
  transform: translateX(-100%) skewX(15deg);
  z-index: 3;
  animation: glareSweepCyan 8s infinite 0.5s;
}

/* Pulse glow background */
.tracsales .glare-container {
  position: relative;
}

.tracsales .glare-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(150, 255, 110, 0.1) 0%, transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  z-index: 0;
  animation: glowPulse 4s infinite ease-in-out;
}

/* Hover enhancement */
.tracsales .glare-container:hover .glare-heading {
  text-shadow:
    0 0 20px rgba(255, 255, 255, 0.6),
    0 0 40px rgba(150, 255, 110, 0.5),
    0 0 60px rgba(150, 255, 110, 0.3);
  animation: headingGlow 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .tracsales .glare-heading {
    font-size: clamp(2rem, 6vw, 4rem);
    letter-spacing: 0.05em;
  }

  .tracsales .glare-container::before {
    width: 200px;
    height: 200px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {

  .tracsales .glare-heading::before,
  .tracsales .glare-heading::after,
  .tracsales .glare-container::before {
    animation: none !important;
  }
}

.tracsales .glare-container.pulse-active::before {
  animation-duration: 0.8s !important;
  transform: translate(-50%, -50%) scale(1.5) !important;
}

.tracsales .glare-container.sparkle-burst .glare-heading {
  animation: sparkleText 0.5s ease-in-out;
}