.hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - var(--header-height)) !important;
  background-image:
    linear-gradient(rgba(4, 12, 27, 0.75), rgba(4, 12, 27, 0.75)),
    url("https://s3-tiaimgv1.s3.ap-south-1.amazonaws.com/uniconverge/smart-monitoring/hero-section-banner.webp");
  background-position: center;
  background-size: cover;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: inherit;
  background-position: inherit;
  background-size: cover;
  transform: scale(1.045);
  transform-origin: center;
  animation: monitoringHeroBackgroundSettle 5.5s ease forwards;
  will-change: transform;
}

.hero-section > * {
  position: relative;
  z-index: 2;
}

@keyframes monitoringHeroBackgroundSettle {
  from {
    transform: scale(1.045);
  }

  to {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-section::after {
    animation: none;
    transform: none;
  }
}

.use-cases-section {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)),
    url("https://s3-tiaimgv1.s3.ap-south-1.amazonaws.com/uniconverge/smart-monitoring/industry-bg.webp");
  background-position: center;
  background-size: cover;
}

.use-cases-swiper {
  padding: 12px 0 6px;
}

.use-cases-row {
  overflow: hidden;
}

.col-lg-40,
.col-lg-60 {
  width: 100% !important;
}

.analytics-img {
  height: 240px;
}

.problem-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(159, 252, 239, 0.34),
      transparent 28%
    ),
    linear-gradient(135deg, #072844 0%, #0d5f83 100%);
  color: #ffffff;
}

.problem-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
}

.problem-meter,
.problem-panel,
.problem-alert {
  position: relative;
  z-index: 1;
}

.problem-meter {
  display: flex;
  width: 86px;
  height: 86px;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(159, 252, 239, 0.85);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.12);
  font-size: 2.4rem;
}

.problem-panel {
  display: grid;
  gap: 4px;
  max-width: 230px;
  padding: 20px;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.problem-panel span,
.problem-panel small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
}

.problem-panel strong {
  font-size: 1.25rem;
  line-height: 1.15;
}

.problem-alert {
  position: absolute;
  right: 22px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background-color: #ffefe6;
  color: #c2410c;
  font-size: 0.82rem;
  font-weight: 700;
}

.use-case-img {
  width: 100%;
  aspect-ratio: 4 / 3.9;
  border-radius: 18px;
}

.why-img {
  aspect-ratio: 1 / 1.18;
}

.client-slider-section {
  padding: 32px 0;
  overflow: hidden;
}

.client-slider {
  overflow: hidden;
  width: 100%;
}

.client-slider-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 56px;
  animation: logo-marquee 28s linear infinite;
  will-change: transform;
}

.logo-item {
  flex: 0 0 auto;
  display: flex;
  width: 170px;
  height: 62px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 10px;
  background: linear-gradient(180deg, #f1f1f1 0%, #e3e3e3 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.logo-item img {
  width: auto;
  height: auto;
  max-width: 155px;
  max-height: 42px;
  object-fit: contain;
}

.logo-1 img,
.logo-3 img,
.logo-6 img,
.logo-8 img {
  max-height: 48px;
}

.logo-4 img {
  max-width: 165px;
  max-height: 38px;
}

.logo-7 img,
.logo-9 img {
  max-height: 46px;
}

.client-slider:hover .client-slider-track {
  animation-play-state: paused;
}

@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 28px));
  }
}

.final-cta-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 44px;
  background-color: #ffffff;
}

.final-cta-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 210px;
  background-image:
    linear-gradient(rgba(3, 34, 62, 0.94), rgba(3, 34, 62, 0.94)),
    url("https://s3-tiaimgv1.s3.ap-south-1.amazonaws.com/uniconverge/smart-monitoring/just-below-footer.webp");
  background-position: center;
  background-size: cover;
}

.final-cta-section > .container {
  position: relative;
  z-index: 1;
}
.trust-card .fa-solid {
  color: var(--icon-accent) !important;
}

.trust-overlap {
  margin-top: -20px;
}

@media (max-width: 991.98px) {
  .why-img {
    aspect-ratio: 16 / 10;
  }

  .final-cta-section::before {
    height: 310px;
  }

  .trust-overlap {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .col-lg-40 {
    flex: 0 0 auto;
    width: 40% !important;
  }

  .col-lg-60 {
    flex: 0 0 auto;
    width: 60% !important;
  }
}
