body {
  font-family: 'Inter Display', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

/* SG About-Precision Section Starts */
.sg-abt-precision {
  padding: 100px 0px 200px 0px;
  background: #ECEBEB;
}

.abt-precision-inner {
  display: flex;
  gap: 74px;
  max-width: calc(var(--max-w) - 128px);
  margin: 0 auto;
  align-items: flex-start;
  animation: sgFadeUp 0.7s 0.1s ease both;
}

.abt-precision-sidebar {
  width: 250px;
  flex-shrink: 0;
  padding-top: 2px;
}

.abt-precision-content {
  flex: 1;
  display: flex;
  gap: 41px;
  align-items: flex-start;
}

.abt-precision-heading-col {
  flex-shrink: 0;
  width: 402px;
}

.abt-precision-heading {
  color: #0C1E21;
  font-family: "Inter Display";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 52.8px;
}

.abt-precision-text-col {
  flex: 1;
  max-width: 545px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.abt-precision-lead {
  color: #0C1E21;
  font-family: "Inter Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.abt-precision-body p {
  color: rgba(6, 39, 44, 0.60);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}

/*RESPONSIVE */
/* 1366 */

@media (min-width: 1366px) {

  .sg-abt-precision {
    padding: 7.3vw 0 17.96vw 0;
  }

  .abt-precision-inner {
    gap: 5.4vw;
  }

  .abt-precision-content {
    gap: 3vw;
  }

  .abt-precision-heading-col {
    width: 29.4vw;
  }

  .abt-precision-heading {
    font-size: 3.2vw;
    line-height: 3.9vw;
  }

  .abt-precision-lead {
    font-size: 1.46vw;
    line-height: 2.34vw;
  }

  .abt-precision-text-col {
    max-width: 39.8vw;
  }

  .abt-precision-body p {
    font-size: 1.17vw;
    line-height: 1.9vw;
  }
}

@media (max-width: 1024px) {
  .sg-abt-precision {
    padding: 55px 0px 100px 0px;
  }
}

@media (max-width: 1200px) {

  .abt-precision-content {
    flex-direction: column;
    gap: 20px;
  }

  .abt-precision-heading-col {
    width: 100%;
  }

  .abt-precision-lead {
    font-size: 18px;
    line-height: 27px;
  }

  .abt-precision-heading {
    font-size: 34px;
    line-height: 43.8px;
  }

  .abt-precision-body p {
    font-size: 16px;
    line-height: 24.6px;
  }
}

@media (max-width: 900px) {

  .abt-precision-inner {
    flex-direction: column;
    gap: 28px;
  }

  .abt-precision-sidebar {
    width: 100%;
  }

  .sg-abt-precision {
    padding: 100px 0px 150px 0px;
  }
}

@media (max-width: 600px) {

  .sg-abt-precision {
    padding: 50px 0px 100px 0px;
  }
}

@media (max-width: 441px) {
  .abt-precision-heading {
    font-size: 30px;
    line-height: 37.8px;
  }

  .abt-precision-lead {
    font-size: 16px;
    line-height: 24px;
  }

  .abt-precision-body p {
    font-size: 15px;
    line-height: 22.6px;
  }

  .sg-abt-precision {
    padding: 40px 0px 70px 0px;
  }

  .abt-precision-content {
    gap: 10px;
  }
}

@media (max-width: 350px) {
  .abt-precision-heading {
    font-size: 25px;
    line-height: 33px;
  }

  .abt-precision-lead {
    font-size: 14px;
    line-height: 24px;
  }

  .abt-precision-text-col {
    gap: 0px;
  }

  .abt-precision-body p {
    font-size: 13px;
    line-height: 18.6px;
  }

  .sg-abt-precision {
    padding: 30px 0px 50px 0px;
  }
}

/* SG ABOUT PRECISION SETION ENDS */
/*BUSINESS IMPCT SECTION START */

.Business-impact {
  padding: 80px 0;
  background: #0E0E0E;

}

.Business-impact .service-card,
.Business-impact .service-card * {
  backface-visibility: hidden;
}

.Business-impact .Business-impact-title {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 67.2px;
}

.Business-impact .Business-impact-description {
  color: var(--gray-400, #A8A8A8);
  font-family: "Inter Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.Business-impact .Business-impact-description-gray {
  color: #ababab;
}

.cta-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.Business-impact .contactus-button {
  display: inline-flex;
  align-items: center;
  color: var(--800, #262626);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  background: #F5F5F5;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  background-blend-mode: overlay, normal;
  height: 46px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.Business-impact .stats-card {
  background: var(--800, #262626);
  display: flex;
  width: 100%;
  min-height: 320px;
  padding: 24px;
  background: #262626;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
}

.Business-impact .stats-card-top {
  margin-bottom: 32px;
}

.Business-impact .stats-card-value {
  color: #D7D7D7;
  font-family: "Inter Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 67.2px;
  letter-spacing: -1.65px;
}

.Business-impact .stats-card-label {
  color: #838383;
  font-family: "Inter Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.Business-impact .stats-card-description {
  color: #FFF;
  font-family: "Inter Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
}

/* =========================
  Responsive 
  ========================= */
@media only screen and (min-width: 1366px) {
  .Business-impact {
    padding: 5.86vw 0;
  }

  .Business-impact .Business-impact-title {
    font-size: 3.45vw;
    line-height: 3.96vw;
  }

  .Business-impact .Business-impact-description {
    font-size: 1.32vw;
    line-height: 1.9vw;
  }

  .Business-impact .stats-card {
    width: 28.4vw;
    height: 25.82vw;
    padding: 1.75vw;
    margin-top: 2.9vw;
  }

  .Business-impact .stats-card-value {
    font-size: 3.45vw;
    line-height: 4vw;
  }

  .Business-impact .stats-card-label,
  .Business-impact .stats-card-description {
    font-size: 1.75vw;
    line-height: 2.6vw;
  }
}

@media (max-width: 1400px) {

  .Business-impact .stats-card {
    width: 360px;
    height: 380px;
  }
}

@media only screen and (max-width:1280px) {
  .Business-impact .stats-card {
    width: 372px;
    height: 381px;
  }
}

@media only screen and (max-width: 1024px) {
  .Business-impact .Business-impact-title {
    font-size: 40px;
    line-height: 48px;
  }

  .Business-impact .stats-card {
    width: 295px;
    height: 315px;
    margin-top: 30px;
  }

  .Business-impact .stats-card-value {
    font-size: 48px;
    line-height: 58px;
  }

  .Business-impact .stats-card-label,
  .Business-impact .stats-card-description {
    font-size: 17px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .Business-impact {
    padding: 40px 0;
  }

  .Business-impact .Business-impact-description {
    font-size: 13px;
    line-height: 20px;
  }

  .Business-impact .stats-card {
    width: 100%;
    max-width: 420px;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 767px) {

  .Business-impact .Business-impact-title {
    margin-bottom: 20px;
  }

  .Business-impact .contactus-button {
    font-size: 14px;
  }

  .Business-impact .stats-card {
    max-width: 380px;
    padding: 20px;
  }

  .Business-impact .stats-card-value {
    font-size: 42px;
  }

  .Business-impact .stats-card-label,
  .Business-impact .stats-card-description {
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .Business-impact .contactus-button {
    height: 36px;
    padding: 6px 12px;
  }

  .Business-impact .stats-card-label,
  .Business-impact .stats-card-description {
    line-height: 26px;
  }

  .Business-impact .Business-impact-title {
    font-size: 36px;
    line-height: 42px;
  }

  .Business-impact .stats-card {
    max-width: 340px;
    padding: 18px;
  }

  .Business-impact .stats-card-value {
    font-size: 38px;
  }

  .Business-impact .stats-card {
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 441px) {
  .Business-impact .Business-impact-title {
    font-size: 30px;
    line-height: 35px;
  }

  .Business-impact .Business-impact-description {
    font-size: 15px;
  }

  .Business-impact .stats-card {
    max-width: 300px;
    padding: 16px;
  }

  .Business-impact .stats-card-value {
    font-size: 34px;
  }

  .Business-impact .stats-card-label,
  .Business-impact .stats-card-description {
    font-size: 18px;
    line-height: 28px;
  }

  .Business-impact .stats-card {
    height: 320px;
  }
}

@media only screen and (max-width: 390px) {
  .Business-impact .Business-impact-title {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .Business-impact .Business-impact-description {
    font-size: 13px;
    line-height: 20px;
  }

  .Business-impact .stats-card {
    max-width: 280px;
    padding: 14px;
  }

  .Business-impact .stats-card-value {
    font-size: 30px;
  }
}

@media (max-width: 350px) {

  .Business-impact .stats-card {
    max-width: 260px;
    padding: 12px;
  }

  .Business-impact .stats-card-value {
    font-size: 28px;
  }

  .Business-impact .stats-card-label,
  .Business-impact .stats-card-description {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {

  .Business-impact {
    padding: 20px 0;
  }

  .Business-impact .Business-impact-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 28px;
  }

  .Business-impact .contactus-button {
    font-size: 12px;
    padding: 0 18px;
    height: 32px;
  }

}

/* BUSINESS IMPACT SECTION ENDS */
/* PRECISION SERVICE SECTION STARTS */
.precision-service-section {
  padding: 80px 0;
  background: linear-gradient(188deg, #000 -7.29%, #742EAB 239.64%);
  --pss-duration: 0.45s;
  --pss-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.precision-service-section .intro-text {
  color: #888;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.precision-service-section .pre-service-title {
  color: #ECEBEB;
  font-family: "Inter Display";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: capitalize;
  margin-bottom: 48px;
}

.precision-service-section .pre-service-card {
  background: #fff;
  width: 100%;
  max-width: 394px;
  height: 519px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
  transition: all 0.4s ease;
  overflow: hidden;
  box-sizing: border-box;
}

.precision-service-section .service-icon {
  width: 100%;
  flex: 1 1 0;
  min-height: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.precision-service-section .service-icon .sp-default-img,
.precision-service-section .service-icon .sp-hover-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  transition: opacity 0.35s ease, transform 0.35s ease;
  display: block;
}

.precision-service-section .service-icon .sp-default-img {
  opacity: 1;
  z-index: 1;
}

.precision-service-section .service-icon .sp-hover-img {
  opacity: 0;
  z-index: 2;
}

.precision-service-section .pre-service-card:hover .service-icon .sp-default-img {
  opacity: 0;
}

.precision-service-section .pre-service-card:hover .service-icon .sp-hover-img {
  opacity: 1;
  transition-delay: 0.08s;
}


.precision-service-section .pre-service-card:hover .service-icon {
  transform: translateY(-8px);
  transition: transform 0.4s ease;
}

.precision-service-section .service-card-content {
  flex: 0 0 auto;
  height: 110px;
  position: relative;
  width: 100%;
}

.precision-service-section .service-card-title {
  color: var(--800, #262626);
  font-family: "Inter Display";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
}

.precision-service-section .service-hover-title {
  color: var(--800, #262626);
  font-family: "Inter Display";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
}

.precision-service-section .default-content,
.precision-service-section .hover-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all var(--pss-duration) var(--pss-ease);
}

.precision-service-section .default-content {
  opacity: 1;
  transform: translateY(0);
}

.precision-service-section .hover-content {
  opacity: 0;
  transform: translateY(40px);
}

.precision-service-section .pre-service-card:hover .default-content {
  opacity: 0;
  transform: translateY(-40px);
}

.precision-service-section .pre-service-card:hover .hover-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}


/* .precision-service-section .read-more {
  color: #666666;
  font-size: 15px;
  font-family: 'Inter Display', sans-serif;
  text-decoration: none;
} */

.precision-service-section .owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.precision-service-section .owl-nav {
  display: none;
}

.precision-service-section .owl-dots {
  margin-top: 24px;
  text-align: center;
}

.precision-service-section .drag-cursor {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(30, 30, 30, 0.92);
  color: #fff;
  padding: 10px 18px 10px 14px;
  border-radius: 100px;
  font-family: 'Inter Display', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  white-space: nowrap;
  opacity: 0;
  translate: -50% -50%;
  transition: opacity 0.2s ease;
  will-change: left, top, opacity;
}

.precision-service-section .drag-cursor.visible {
  opacity: 1;
}

/* ============= RESPONSIVE =============== */
/*1366 */
@media (min-width: 1366px) {
  .precision-service-section {
    padding: 5.86vw 0;
  }

  .precision-service-section .intro-text {
    font-size: 0.95vw;
    margin-bottom: 1.17vw;
  }

  .precision-service-section .pre-service-title {
    font-size: 3vw;
    margin-bottom: 3.5vw;
  }

  .precision-service-section .pre-service-card {
    width: 100%;
    max-width: 28.85vw;
    height: 38vw;
    padding: 2.34vw;
  }

  .precision-service-section .pre-service-card:hover .service-icon {
    transform: translateY(-0.58vw);
  }

  .precision-service-section .service-card-content {
    height: 8vw;
  }

  .precision-service-section .service-card-title,
  .precision-service-section .service-hover-title {
    font-size: 1.80vw;
    line-height: 2.8vw;
  }

  .precision-service-section .hover-content {
    transform: translateY(2.9vw);
  }

  .precision-service-section .pre-service-card:hover .default-content {
    transform: translateY(-2.9vw);
  }

  /* .precision-service-section .read-more {
    font-size: 1.1vw;
  } */
}

/* 1024px */
@media (max-width: 1024px) {
  .precision-service-section .pre-service-title {
    font-size: 42px;
  }

  .precision-service-section .pre-service-card {
    height: 480px;
    max-width: 360px;
    padding: 28px;
  }

  .precision-service-section .service-card-title {
    font-size: 26px;
    line-height: 34px;
  }

  .precision-service-section .service-hover-title {
    font-size: 25px;
    line-height: 30px;

  }
}

/* 991px */
@media (max-width: 991px) {
  .precision-service-section {
    padding: 60px 0;
  }

  .precision-service-section .pre-service-title {
    font-size: 38px;
    margin-bottom: 36px;
  }

  .precision-service-section .pre-service-card {
    height: 460px;
    max-width: 340px;
    padding: 24px;
  }

  .precision-service-section .service-card-title,
  .precision-service-section .service-hover-title {
    font-size: 24px;
    line-height: 30px;
  }
}

/* 767px */
@media (max-width: 767px) {
  .precision-service-section {
    padding: 48px 0;
  }

  .precision-service-section .pre-service-title {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .precision-service-section .pre-service-card {
    height: 440px;
    max-width: 320px;
    padding: 24px;
  }

  .precision-service-section .service-card-title,
  .precision-service-section .service-hover-title {
    font-size: 22px;
    line-height: 28px;
  }
}

/* 576px */
@media (max-width: 576px) {
  .precision-service-section {
    padding: 40px 0;
  }

  .precision-service-section .pre-service-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .precision-service-section .pre-service-card {
    height: 420px;
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }

  .precision-service-section .service-card-title,
  .precision-service-section .service-hover-title {
    font-size: 20px;
    line-height: 26px;
  }

  .precision-service-section .service-card-content {
    height: 100px;
  }
}

/* 441px */
@media (max-width: 441px) {
  .precision-service-section .pre-service-title {
    font-size: 26px;
  }

  .precision-service-section .pre-service-card {
    height: 400px;
    padding: 18px;
  }

  .precision-service-section .service-card-title,
  .precision-service-section .service-hover-title {
    font-size: 19px;
    line-height: 24px;
  }
}

/* 390px */
@media (max-width: 390px) {
  .precision-service-section .pre-service-title {
    font-size: 24px;
  }

  .precision-service-section .pre-service-card {
    height: 380px;
    padding: 16px;
  }

  .precision-service-section .service-card-title,
  .precision-service-section .service-hover-title {
    font-size: 18px;
    line-height: 23px;
  }

  /* .precision-service-section .read-more {
    font-size: 13px;
  } */
}

/* 350px */
@media (max-width: 350px) {
  .precision-service-section .pre-service-title {
    font-size: 22px;
  }

  .precision-service-section .pre-service-card {
    height: 360px;
    padding: 14px;
  }

  .precision-service-section .service-card-title,
  .precision-service-section .service-hover-title {
    font-size: 17px;
    line-height: 22px;
  }

  .precision-service-section .service-card-content {
    height: 90px;
  }
}

/* 320px */
@media (max-width: 320px) {
  .precision-service-section {
    padding: 32px 0;
  }

  .precision-service-section .pre-service-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .precision-service-section .pre-service-card {
    height: 340px;
    padding: 12px;
  }

  .precision-service-section .service-card-title,
  .precision-service-section .service-hover-title {
    font-size: 15px;
    line-height: 20px;
  }

  .precision-service-section .service-card-content {
    height: 80px;
  }

  /* .precision-service-section .read-more {
    font-size: 12px;
  } */

  .precision-service-section .intro-text {
    font-size: 11px;
  }
}

/*PRECISION SERVICE SECTION ENDS */
/* DRIVEN OPERATION INTELLIGENCE STARTS */

.Driven-oi-section {
  background-color: #FFFFFF;
  padding: 80px 0;
}

.Driven-oi-section .Driven-oi-header {
  margin-bottom: 48px;
}

.Driven-oi-section .Driven-oi-main-title {
  color: #1E2124;
  font-family: "Inter Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.96px;
}

.Driven-oi-section .Driven-oi-header-desc {
  color: #1E2124;
  font-family: "Inter Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.96px;
}

.Driven-oi-section .Driven-oi-cards-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.Driven-oi-section .Driven-oi-card {
  background: rgba(236, 235, 235, 0.50);
  padding: 32px 36px 40px;
  flex: 1 1 0;
  min-width: 0;
  margin: 12px;
}

.Driven-oi-section .Driven-oi-card-label {
  color: var(--Foundation-Grey-grey-900, #191818);
  font-family: "Inter Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.Driven-oi-section .Driven-oi-card-desc {
  color: var(--Foundation-Grey-grey-300, #7C7A7A);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  margin: 10px 0;
  font-weight: 400;
  line-height: 20px;
}

.Driven-oi-section .Driven-oi-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Driven-oi-section .Driven-oi-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--Foundation-Grey-grey-600, #373434);
  font-family: "Inter Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  padding: 7px 0;

}

.Driven-oi-section .Driven-oi-list li:last-child {
  border-bottom: none;
}

.Driven-oi-section .Driven-oi-list-arrow {
  display: inline-block;
  color: var(--Foundation-Grey-grey-600, #373434);
  text-align: right;
  font-family: "Inter Display";
  font-size: 15.36px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.946px;
}

/* ========== RESPONSIVE =========== */
@media (min-width: 1366px) {
  .Driven-oi-section {
    padding: 5.86vw 0;
  }

  .Driven-oi-section .Driven-oi-header {
    margin-bottom: 1.51vw;
  }

  .Driven-oi-section .Driven-oi-main-title {
    font-size: 3.51vw;
    line-height: 3.96vw;
    letter-spacing: -0.07vw;
  }

  .Driven-oi-section .Driven-oi-header-desc {
    font-size: 1.46vw;
    line-height: 1.83vw;
  }

  .Driven-oi-section .Driven-oi-card {
    padding: 2.34vw 2.64vw 2.93vw;
    margin: 0.88vw;
  }

  .Driven-oi-section .Driven-oi-card-label {
    font-size: 1.46vw;
    line-height: 1.76vw;
    letter-spacing: -0.01vw;
  }

  .Driven-oi-section .Driven-oi-card-desc {
    font-size: 1.17vw;
    margin: 0.73vw 0;
    line-height: 1.46vw;
  }

  .Driven-oi-section .Driven-oi-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .Driven-oi-section .Driven-oi-list li {
    gap: 0.59vw;
    font-size: 1.17vw;
    line-height: 1.41vw;
    padding: 0.51vw 0;
  }

  .Driven-oi-section .Driven-oi-list-arrow {
    font-size: 1.12vw;
    line-height: 1.61vw;
  }
}

@media (max-width: 1024px) {
  .Driven-oi-section {
    padding: 45px 0;
  }

  .Driven-oi-section .Driven-oi-main-title {
    font-size: 42px;
  }

  .Driven-oi-section .Driven-oi-header {
    margin-bottom: 8px;
  }

  .Driven-oi-section .Driven-oi-card {
    padding: 28px 28px 36px;
  }

  .Driven-oi-section .Driven-oi-header-desc {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 991px) {

  .Driven-oi-section {
    padding: 60px 0;
  }

  .Driven-oi-section .Driven-oi-header {
    margin-bottom: 14px;
  }


  .Driven-oi-section .Driven-oi-main-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .Driven-oi-section .Driven-oi-header-desc {
    font-size: 16px;
  }

  .Driven-oi-section .Driven-oi-card {
    padding: 24px 20px 32px;
  }
}

@media (max-width: 767px) {

  .Driven-oi-section {
    padding: 48px 0;
  }

  .Driven-oi-section .Driven-oi-main-title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 0px;
  }

  .Driven-oi-section .Driven-oi-header {
    margin-bottom: 0px;
  }

  .Driven-oi-section .Driven-oi-card {
    padding: 20px 18px 28px;
  }

  .Driven-oi-section .Driven-oi-list li {
    font-size: 12.5px;
  }

  .Driven-oi-section .Driven-oi-cards-wrapper {
    flex-direction: column;
  }

}

@media (max-width: 576px) {

  .Driven-oi-section {
    padding: 40px 0;
  }

  .Driven-oi-section .Driven-oi-main-title {
    font-size: 28px;
  }

  .Driven-oi-section .Driven-oi-header-desc {
    font-size: 14px;
    line-height: 20px;
  }

  .Driven-oi-section .Driven-oi-card {
    padding: 20px 18px 28px;
  }

  .Driven-oi-section .Driven-oi-card-desc {
    font-size: 14px;
    line-height: 20px;
  }

  .Driven-oi-section .Driven-oi-main-title br {
    display: none;
  }
}

@media (max-width: 441px) {

  .Driven-oi-section .Driven-oi-main-title {
    font-size: 25px;
    line-height: 32px;
  }

  .Driven-oi-section .Driven-oi-list li {
    font-size: 12px;
  }

  .Driven-oi-section .Driven-oi-card-desc {
    font-size: 12.5px;
  }
}

@media (max-width: 390px) {

  .Driven-oi-section {
    padding: 32px 0;
  }

  .Driven-oi-section .Driven-oi-main-title {
    font-size: 23px;
    line-height: 28px;
  }

  .Driven-oi-section .Driven-oi-card {
    padding: 16px 14px 22px;
  }

  .Driven-oi-section .Driven-oi-list li {
    font-size: 11.5px;
  }
}

@media (max-width: 350px) {

  .Driven-oi-section .Driven-oi-main-title {
    font-size: 21px;
  }

  .Driven-oi-section .Driven-oi-list li {
    font-size: 11px;
    gap: 6px;
  }
}

@media (max-width: 320px) {

  .Driven-oi-section .Driven-oi-main-title {
    font-size: 19px;
  }

  .Driven-oi-section .Driven-oi-card-label {
    font-size: 10px;
  }

  .Driven-oi-section .Driven-oi-list li {
    font-size: 10.5px;
  }
}

/*Alert Section Starts */
.alert-section {
  display: flex;
  padding: 80px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  background: #0E0E0E;
}

.alert-section .alert-section-content {
  padding-right: 40px;
}

.alert-section .alert-section-headline {
  color: #FFF;
  font-family: "Inter Display";
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.48px;
}

.alert-section .alert-section-headline-accent {
  color: var(--gray-400, #A8A8A8);
}

.alert-section .alert-section-body {
  color: var(--gray-600, #6F6F6F);
  font-family: "Inter Display";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

.alert-section .alert-section-btn {
  align-items: center;
  color: #262626;
  font-family: "Inter Display";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  border-radius: 8px;
  border: 1px solid #EDEDED;
  background-color: #F5F5F5;
  height: 46px;
  padding: 8px 24px;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;

}

.alert-section .alert-section-btn:hover {
  transform: translateY(-1px);
}

.alert-section .alert-section-image-wrap {
  width: 660px;
  height: 660px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
}

.alert-section .alert-section-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===============================
   Responsive - Alert Section
=============================== */
@media (min-width: 1366px) {
  .alert-section {
    padding: 5.86vw 2.93vw;
    gap: 0.73vw;
  }

  .alert-section .alert-section-content {
    padding-right: 2.93vw;
  }

  .alert-section .alert-section-headline {
    font-size: 3.51vw;
    letter-spacing: -0.035vw;
  }

  .alert-section .alert-section-body {
    font-size: 1.32vw;
    line-height: 1.9vw;
    margin-bottom: 2.2vw;
  }

  .alert-section .alert-section-btn {
    font-size: 1.17vw;
    line-height: 1.76vw;
    letter-spacing: -0.012vw;
    border-radius: 0.58vw;
    border: 0.073vw solid #EDEDED;
    height: 3.37vw;
    padding: 0.59vw 1.76vw;
    gap: 0.73vw;
  }

  .alert-section .alert-section-btn:hover {
    transform: translateY(-0.073vw);
  }

  .alert-section .alert-section-image-wrap {
    width: 42.32vw;
    height: 42.32vw;
    border-radius: 0.29vw;
  }
}

/*  1024px */
@media (max-width: 1024px) {

  .alert-section {
    padding: 40px 32px;
  }

  .alert-section .alert-section-headline {
    font-size: 38px;
  }

  .alert-section .alert-section-image-wrap {
    width: 482px;
    height: 431px;
  }
}


/*  991px  */
@media (max-width: 991px) {

  .alert-section {
    padding: 60px 28px;
  }

  .alert-section .alert-section-content {
    padding-right: 0;
  }

  .alert-section .alert-section-headline {
    font-size: 32px;
  }

  .alert-section .alert-section-image-wrap {
    width: 480px;
    height: 480px;
  }

  .alert-section .alert-section-body {
    font-size: 16px;
    line-height: 20px;
  }
}


/*  767px  */
@media (max-width: 767px) {

  .alert-section {
    padding: 50px 24px;
    align-items: center;
    text-align: left;
  }

  .alert-section .alert-section-headline br {
    display: none;
  }

  .alert-section .alert-section-content {
    width: 100%;
    padding-right: 0;
  }

  .alert-section>* {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .alert-section .alert-section-headline {
    font-size: 30px;
  }

  .alert-section .alert-section-body {
    font-size: 16px;
    line-height: 24px;
  }

  .alert-section .alert-section-image-wrap {
    display: block;
    margin-top: 30px;
  }
}


/*  576px */
@media (max-width: 576px) {

  .alert-section {
    padding: 40px 20px;
  }

  .alert-section .alert-section-headline {
    font-size: 26px;
  }

  .alert-section .alert-section-image-wrap {
    width: 434px;
    height: 400px;
    margin-top: 30px;
  }

  .alert-section .alert-section-btn {
    width: 100%;
    justify-content: center;
  }
}


/*  441px */
@media (max-width: 441px) {

  .alert-section {
    padding: 35px 16px;
  }

  .alert-section .alert-section-headline {
    font-size: 23px;
  }

  .alert-section .alert-section-body {
    font-size: 14px;
    line-height: 20px;
  }

  .alert-section .alert-section-image-wrap {
    width: 363px;
    height: 345px;
    margin-top: 30px;
  }

  .alert-section .alert-section-btn {
    font-size: 14px;
    border-radius: 6px;
    padding: 5px 16px;
  }
}


/*  390px */
@media (max-width: 390px) {

  .alert-section {
    padding: 30px 14px;
  }

  .alert-section .alert-section-headline {
    font-size: 21px;
  }

  .alert-section .alert-section-image-wrap {
    width: 318px;
    height: 271px;
  }

  .alert-section .alert-section-btn {
    font-size: 14px;
    height: 40px;
  }
}


/*  350px */
@media (max-width: 350px) {

  .alert-section {
    padding: 28px 12px;
  }

  .alert-section .alert-section-headline {
    font-size: 19px;
  }

  .alert-section .alert-section-image-wrap {
    width: 300px;
    height: 244px;
  }
}


/*  320px */
@media (max-width: 320px) {

  .alert-section {
    padding: 24px 10px;
  }

  .alert-section .alert-section-headline {
    font-size: 17px;
  }

  .alert-section .alert-section-body {
    font-size: 12px;
    line-height: 18px;
  }

  .alert-section .alert-section-image-wrap {
    width: 263px;
    height: 231px;
  }

  .alert-section .alert-section-btn {
    font-size: 13px;
    height: 38px;
  }
}

/*Alert Section ends */
/* TEAM SECTION STARTS */
.team-section {
  min-height: 100vh;
  padding: 80px 0 109.01px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.team-section .team-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 32px;
}

.team-section .team-section-label-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-text-muted);
  flex-shrink: 0;
}

.team-section .team-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 48px;
}

.team-section .team-photo-grid-item {
  overflow: hidden;
}

.team-section .team-photo-grid-img {
  width: 308px;
  height: 268px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.team-section .team-photo-grid-item:hover .team-photo-grid-img {
  transform: scale(1.04);
}

.team-section .team-description {
  margin-left: auto;
}

.team-section .team-description-headline {
  color: var(--gray-900, #262626);
  font-family: "Inter Display";
  font-size: 41px;
  font-weight: 400;
  letter-spacing: -0.41px;
}

.team-section .team-description-headline-muted {
  color: var(--gray-400, #A8A8A8);
}

.team-section .team-description-body {
  color: var(--gray-600, #6F6F6F);
  font-family: "Inter Display";
  font-size: 18px;
  line-height: 26px;
  margin: 30px 0;
}

.team-section .team-cta-btn {
  height: 40px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: "Inter Display";
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(to bottom, #454545, #232323);
  border: 1px solid #4B4951;
  border-radius: 8px;
  padding: 0 28px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.team-section .team-cta-btn:hover {
  background-color: #333;
  color: #fff;
  transform: translateY(-1px);
}

/* ===============================
   Responsive 
=============================== */
@media (min-width: 1366px) {
  .team-section {
    padding: 5.39vw 0 7.86vw 0;
  }

  .team-section .team-section-label {
    gap: 0.73vw;
    font-size: 0.058vw;
    margin-bottom: 2.34vw;
  }

  .team-section .team-section-label-dot {
    width: 0.58vw;
    height: 0.58vw;
  }

  .team-section .team-photo-grid {
    gap: 0.88vw;
    margin-bottom: 3.51vw;
  }

  .team-section .team-photo-grid-img {
    width: 22.55vw;
    height: 19.62vw;
  }

  .team-section .team-description {
    margin-left: auto;
  }

  .team-section .team-description-headline {
    font-size: 2.78vw;
    letter-spacing: -0.03vw;
  }


  .team-section .team-description-body {
    font-size: 1.32vw;
    line-height: 1.9vw;
    margin: 2.2vw 0;
  }

  .team-section .team-cta-btn {
    height: 2.93vw;
    font-size: 1.17vw;
    border: 0.073vw solid #4B4951;
    border-radius: 0.58vw;
    padding: 0 2.05vw;
  }

  .team-section .team-cta-btn:hover {
    transform: translateY(-0.07vw);
  }
}


/* 1024px  */
@media (max-width: 1024px) {
  .team-section .team-photo-grid-img {
    width: 230px;
    height: 298px;
  }

  .team-section .team-description-headline {
    font-size: 34px;
  }

  .team-section .team-description-body {
    margin: 15px 0;
    font-size: 16px;
  }

}

@media (max-width: 991px) {
  .team-section .team-description {
    margin-left: 0;
  }

  .team-section .team-photo-grid-img {
    width: 176px;
    height: 220px;
  }

  .team-section .team-description-headline {
    font-size: 32px;
  }
}

@media (max-width: 767px) {

  .team-section {
    padding: 45px 0 55px;
  }

  .team-section .team-photo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .team-section .team-photo-grid-img {
    width: 100%;
    height: 100%;
  }

  .team-section .team-description {
    text-align: center;
  }

  .team-section .team-description-headline {
    font-size: 26px;
  }

  .team-section .team-description-body {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 576px) {

  .team-section {
    padding: 40px 0 50px;
  }

  .team-section .team-photo-grid-item {
    max-width: 280px;
    margin: 0 auto;
  }

  .team-section .team-photo-grid-img {
    width: 100%;
    height: auto;
  }

  .team-section .team-description {
    text-align: center;
  }

  .team-section .team-description-headline {
    font-size: 24px;
  }

  .team-section .team-description-body {
    font-size: 15px;
  }

  .team-section .team-cta-btn {
    justify-content: center;
  }
}

@media (max-width: 441px) {

  .team-section {
    padding: 35px 0 45px;
  }

  .team-section .team-photo-grid {
    grid-template-columns: 1fr;
  }

  .team-section .team-section-label {
    font-size: 0.7rem;
    justify-content: center;
  }

  .team-section .team-description-headline {
    font-size: 22px;
  }

  .team-section .team-description-body {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 390px) {

  .team-section .team-photo-grid-item {
    max-width: 250px;
  }

  .team-section .team-description-headline {
    font-size: 20px;
  }

  .team-section .team-description-body {
    font-size: 14px;
  }

  .team-section .team-cta-btn {
    font-size: 14px;
    height: 38px;
  }
}

@media (max-width: 350px) {

  .team-section {
    padding: 30px 0 40px;
  }

  .team-section .team-photo-grid-item {
    max-width: 230px;
  }

  .team-section .team-description-headline {
    font-size: 19px;
  }

  .team-section .team-cta-btn {
    padding: 0 16px;
  }
}

@media (max-width: 320px) {

  .team-section {
    padding: 25px 0 35px;
  }

  .team-section .team-photo-grid-item {
    max-width: 210px;
  }

  .team-section .team-description-headline {
    font-size: 17px;
  }

  .team-section .team-description-body {
    font-size: 13px;
    line-height: 20px;
  }

  .team-section .team-cta-btn {
    font-size: 13px;
    height: 36px;
  }
}

/* TEAM SECTION ENDS */
/*PRECISION ARCH SETION START */
.precision-arch-section {
  background: #0E0E0E;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0px;
  overflow: hidden;
}

.precision-arch-section .precision-arch-section-headline {
  color: var(--Foundation-Grey-grey-100, #C3C2C2);
  font-family: "Inter Display";
  font-size: 64px;
  font-weight: 400;
  line-height: 76.8px;
  letter-spacing: -0.651px;
}

.precision-arch-section .precision-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.precision-arch-section .precision-side-label {
  flex: 1;
}

.precision-arch-section .precision-side-label-title {
  color: var(--Foundation-Grey-grey-50, #ECEBEB);
  font-family: "Inter Display";
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}

.precision-arch-section .precision-side-label-desc {
  color: var(--Foundation-Grey-grey-300, #7C7A7A);
  font-family: "Inter Display";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.precision-arch-section .precision-side-label--left {
  margin-right: 135px;
}

.precision-arch-section .precision-side-label--right {
  margin-left: 135px;
}

.precision-arch-section .precision-circles {
  position: relative;
  width: 670.867px;
  height: 534.704px;
  flex-shrink: 0;
}

.precision-arch-section .precision-circles-arch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  z-index: 0;
}

.precision-arch-section .precision-circle {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.precision-arch-section .precision-circle--scale {
  left: 27%;
  top: 50%;
}

.precision-arch-section .precision-circle--intelligence {
  left: 73%;
  top: 50%;
}

.precision-arch-section .precision-circle-label {
  color: var(--Foundation-Grey-grey-50, #ECEBEB);
  font-family: "Inter Display";
  font-size: 35.148px;
  font-weight: 500;
  line-height: 42.178px;
  letter-spacing: -0.715px;
}

.precision-arch-section .precision-circle-icon {
  width: 130.508px;
  height: 130.508px;
  object-fit: contain;
}

/*------Respponsive ------*/
/*----1366----*/
@media (min-width: 1366px) {
  .precision-arch-section {
    min-height: 100vh;
    padding: 4.39vw 0;
  }

  .precision-arch-section .precision-arch-section-headline {
    font-size: 4.69vw;
    font-weight: 400;
    line-height: 5.62vw;
    letter-spacing: -0.05vw;
  }

  .precision-arch-section .precision-side-label-title {
    font-size: 2.34vw;
    font-weight: 400;
    line-height: 2.81vw;
    letter-spacing: -0.02vw;
  }

  .precision-arch-section .precision-side-label-desc {
    font-size: 1.46vw;
    font-weight: 400;
    line-height: 1.76vw;
    letter-spacing: 0.01vw;
  }

  .precision-arch-section .precision-side-label--left {
    margin-right: 5.88vw;
  }

  .precision-arch-section .precision-side-label--right {
    margin-left: 9.88vw;
  }

  .precision-arch-section .precision-circles {
    width: 49.11vw;
    height: 39.14vw;
  }

  .precision-arch-section .precision-circle {
    gap: 0.73vw;
  }

  .precision-arch-section .precision-circle-label {
    font-size: 2.57vw;
    line-height: 3.08vw;
    letter-spacing: -0.05vw;
  }

  .precision-arch-section .precision-circle-icon {
    width: 9.55vw;
    height: 9.55vw;
  }
}

/* ===============================
   1024px
================================ */
@media (max-width: 1024px) {

  .precision-arch-section .precision-arch-section-headline {
    font-size: 52px;
    line-height: 64px;
  }

  .precision-arch-section .precision-circles {
    width: 580px;
    height: 460px;
  }

  .precision-arch-section {
    padding: 30px 0px;
  }

  .precision-arch-section .precision-circle-icon {
    width: 110px;
    height: 110px;
  }

  .precision-arch-section .precision-side-label--left {
    margin-right: 80px;
  }

  .precision-arch-section .precision-side-label--right {
    margin-left: 80px;
  }

}

/* ===============================
   991px
================================ */

@media (max-width: 991px) {

  .precision-arch-section .precision-side-label--left,
  .precision-arch-section .precision-side-label--right {
    margin: 0;
  }

  .precision-arch-section .precision-circles {
    width: 430px;
    height: 298px;
  }

  .precision-arch-section .precision-circle-icon {
    width: 84px;
    height: 68px;
  }

  .precision-arch-section .precision-circle-label {
    font-size: 24px;
  }

  .precision-arch-section .precision-side-label--left {
    padding-top: 35px;
  }

  .precision-arch-section .precision-arch-section-headline {
    font-size: 45px;
    line-height: 55px;
  }

  .precision-arch-section .precision-arch-section-headline br {
    display: none;
  }

  .precision-arch-section .precision-layout {
    text-align: left;
    gap: 40px;
  }
}

/* ===============================
   767px
================================ */

@media (max-width: 767px) {
  .precision-arch-section .precision-layout {
    flex-direction: column;
    text-align: center;
    gap: 0px;
  }

  .precision-arch-section {
    padding: 40px 6px;
  }

  .precision-arch-section .precision-arch-section-headline {
    font-size: 42px;
    line-height: 52px;
  }

  .precision-arch-section-headline.split-title br {
    display: none;
  }

  .precision-arch-section .precision-side-label-title {
    font-size: 26px;
  }

  .precision-arch-section .precision-side-label-desc {
    font-size: 18px;
  }
}

/* ===============================
   576px
================================ */

@media (max-width: 576px) {

  .precision-arch-section .precision-arch-section-headline {
    font-size: 34px;
    line-height: 44px;
  }

  .precision-arch-section .precision-circles {
    width: 360px;
    height: 281px;
  }

  .precision-arch-section .precision-circle-label {
    font-size: 24px;
  }

  .precision-arch-section .precision-circle-icon {
    width: 75px;
    height: 60px;
  }
}

/* ===============================
   441px
================================ */

@media (max-width: 441px) {

  .precision-arch-section .precision-circles {
    width: 320px;
    height: 260px;
  }

  .precision-arch-section .precision-circle-label {
    font-size: 20px;
  }

}

/* ===============================
   390px
================================ */

@media (max-width: 390px) {

  .precision-arch-section .precision-arch-section-headline {
    font-size: 28px;
    line-height: 36px;
  }

  .precision-arch-section .precision-circles {
    width: 290px;
    height: 230px;
  }

}

/* ===============================
   350px
================================ */

@media (max-width: 350px) {

  .precision-arch-section .precision-circles {
    width: 260px;
    height: 210px;
  }

  .precision-arch-section .precision-circle-icon {
    width: 52px;
    height: 42px;
  }

  .precision-arch-section .precision-circle {
    gap: 5px;
  }
}

/* ===============================
   320px
================================ */

@media (max-width: 320px) {

  .precision-arch-section .precision-arch-section-headline {
    font-size: 24px;
    line-height: 32px;
  }

  .precision-arch-section .precision-circle {
    gap: 0px;
  }

  .precision-arch-section .precision-circles {
    width: 230px;
    height: 190px;
  }

  .precision-arch-section .precision-circle-label {
    font-size: 18px;
  }

}

/*PRECISION ARCH SECTION ENDS */
/*TEXT REVEAL SECTION STARTS */

.text-reveal-scroll-wrapper {
  height: 300vh;
  position: relative;
}

.text-reveal-section {
  position: sticky;
  top: 0;
  height: 100vh;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}

.text-reveal-section .inner {
  display: flex;
  width: 1185px;
  max-width: 100%;
  padding: 40px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.text-reveal-section .reveal-text {
  color: var(--Foundation-Grey-grey-100, #C3C2C2);
  font-family: "Inter Display", "Inter", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 62.4px;
  letter-spacing: -0.651px;
}

.text-reveal-section .reveal-text .word {
  display: inline;
  transition: color 0.35s ease;
}

.text-reveal-section .reveal-text .word.visible {
  color: #111;
}

/* ══════════════════════════════════════
       RESPONSIVE
    ══════════════════════════════════════ */
@media (min-width: 1366px) {
  .text-reveal-section {
    padding: 5.86vw 0;
  }

  .text-reveal-section .inner {
    width: 86.75vw;
    padding: 2.93vw 0;
    gap: 1.76vw;
  }

  .text-reveal-section .reveal-text {
    font-size: 3.81vw;
    line-height: 4.57vw;
    letter-spacing: -0.048vw;
  }
}

@media (max-width: 1024px) {
  .text-reveal-section .inner {
    width: 100%;
    padding: 40px 0;
  }

  .text-reveal-section .reveal-text {
    font-size: 44px;
    line-height: 56px;
  }
}

@media (max-width: 991px) {
  .text-reveal-section {
    padding: 70px 0;
  }

  .text-reveal-section .reveal-text {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .text-reveal-section {
    padding: 60px 0;
  }

  .text-reveal-section .inner {
    padding: 30px 0;
  }

  .text-reveal-section .reveal-text {
    font-size: 34px;
    line-height: 46px;
  }
}

@media (max-width: 576px) {
  .text-reveal-section .inner {
    padding: 30px 0;
  }

  .text-reveal-section .reveal-text {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 441px) {
  .text-reveal-section .reveal-text {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 390px) {
  .text-reveal-section .reveal-text {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 360px) {
  .text-reveal-section .reveal-text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 320px) {
  .text-reveal-section .reveal-text {
    font-size: 18px;
    line-height: 26px;
  }

  .text-reveal-section .reveal-text .word {
    display: inline-block;
  }
}

/* TEXT REVEAL SECTION ENDS */

/*PRECISION INSIGHT SECTION STARTS */

.pre-insights-section {
  padding: 60px 0;
  background: #fff;
}

.pre-insights-section .insights-heading {
  color: var(--gray-900, #262626);
  font-family: "Inter Display";
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}

.pre-insights-section .insights-desc {
  color: var(--gray-600, #6F6F6F);
  font-family: "Inter Display";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}

.pre-insights-section .insights-btn {
  height: 40px;
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-family: "Inter Display";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  background: linear-gradient(to bottom, #454545, #232323);
  border: 1px solid #4B4951;
  border-radius: 8px;
  padding: 0 28px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pre-insights-section .insights-btn:hover {
  transform: translateY(-1px);
}


.pre-insights-section .insights-image-wrap {
  width: 100%;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
}

.pre-insights-section .insights-image-wrap img {
  width: 631px;
  height: 420px;
  aspect-ratio: 314/209;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}

/* ===============================
   1366px
================================*/
@media (min-width:1366px) {
  .pre-insights-section {
    padding: 4.39vw 0;
  }


  .pre-insights-section .insights-heading {
    font-size: 3.1vw;
    letter-spacing: -0.035vw;
    margin-bottom: 1.46vw;
  }

  .pre-insights-section .insights-desc {
    font-size: 1.32vw;
    line-height: 1.9vw;
    margin-bottom: 2.19vw;
  }

  .pre-insights-section .insights-btn {
    height: 2.93vw;
    font-size: 1.17vw;
    line-height: 1.76vw;
    letter-spacing: -0.012vw;
    border: 0.07vw solid #4B4951;
    border-radius: 0.59vw;
    padding: 0 2.05vw;
  }

  .pre-insights-section .insights-btn:hover {
    transform: translateY(-0.07vw);
  }

  .pre-insights-section .insights-image-wrap {
    min-height: 21.96vw;
  }

  .pre-insights-section .insights-image-wrap img {
    width: 46.19vw;
    height: 30.75vw;
  }
}

/* ===============================
   1024px
================================*/
@media (max-width:1024px) {

  .pre-insights-section .insights-heading {
    font-size: 42px;
  }

  .pre-insights-section .insights-image-wrap img {
    width: 100%;
    height: auto;
  }

}

/* ===============================
   991px 
================================*/
@media (max-width:991px) {

  .pre-insights-section {
    padding: 50px 0;
  }

  .pre-insights-section .insights-heading {
    font-size: 32px;
  }

  .pre-insights-section .insights-desc {
    font-size: 17px;
  }

}

/* ===============================
   767px 
================================*/
@media (max-width:767px) {

  .pre-insights-section {
    padding: 45px 0;
  }

  .pre-insights-section .insights-desc {
    font-size: 16px;
  }

  .pre-insights-section .insights-btn {
    font-size: 15px;
    padding: 0 22px;
  }

}

/* ===============================
   576px
================================*/
@media (max-width:576px) {

  .pre-insights-section {
    padding: 40px 0;
  }

  .pre-insights-section .insights-heading {
    font-size: 28px;
  }

  .pre-insights-section .insights-desc {
    font-size: 15px;
    line-height: 24px;
  }
}

/* ===============================
   441px
================================*/
@media (max-width:441px) {

  .pre-insights-section .insights-heading {
    font-size: 26px;
  }

  .pre-insights-section .insights-btn {
    height: 38px;
    font-size: 14px;
  }
}

/* ===============================
   390px
================================*/
@media (max-width:390px) {

  .pre-insights-section .insights-heading {
    font-size: 24px;
  }

  .pre-insights-section .insights-desc {
    font-size: 14px;
  }
}

/* ===============================
   350px
================================*/
@media (max-width:350px) {

  .pre-insights-section .insights-heading {
    font-size: 22px;
  }

  .pre-insights-section .insights-desc {
    font-size: 13.5px;
  }

}

/* ===============================
   320px (very small devices)
================================*/
@media (max-width:320px) {

  .pre-insights-section .insights-heading {
    font-size: 20px;
  }

  .pre-insights-section .insights-desc {
    font-size: 13px;
  }

  .pre-insights-section .insights-btn {
    height: 36px;
    font-size: 13px;
    padding: 0 18px;
  }

}

/*PRECISION INSIGHT SECTION ENDS*/
/* PRECISION USECASE SECTION STARTS */
.precision-usecases * {
  box-sizing: border-box;
}

.precision-usecases .use-cases-section {
  min-height: 100vh;
}

.precision-usecases .left-col {
  padding: 0 !important;
}

.precision-usecases .left-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.precision-usecases .left-sticky img {
  width: 720px;
  height: 900px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.precision-usecases .left-sticky::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 30, 33, .6) 0%, transparent 90%);
  pointer-events: none;
}

.precision-usecases .left-overlay {
  position: absolute;
  bottom: 52px;
  left: 44px;
  right: 44px;
  z-index: 2;
  color: #fff;
}

.precision-usecases .left-overlay h2 {
  color: #ECEBEB;
  font-size: 64px;
  font-weight: 400;
  line-height: 74px;
  letter-spacing: -0.651px;
}

.precision-usecases .left-overlay h2 span {
  color: #C3C2C2;
}

.precision-usecases .left-overlay p {
  color: #C3C2C2;
  font-size: 20px;
  line-height: 25.6px;
}

.precision-usecases .right-col {
  background: #ebebea;
  padding: 64px 52px 60px !important;
}

.precision-usecases .intro-text {
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: rgba(6, 39, 44, .5);
  margin-bottom: 24px;
}

.precision-usecases .step-card {
  background: #fff;
  padding: 48px 48px 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.precision-usecases .step-num {
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  color: rgba(6, 39, 44, .45);
}

.precision-usecases .step-title {
  color: #0C1E21;
  font-family: "Inter Display", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38.4px;
  margin-bottom: 14px;
}

.precision-usecases .step-desc {
  font-size: 16px;
  line-height: 20px;
  color: rgba(6, 39, 44, .6);
  margin-bottom: 28px;
}

.precision-usecases .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.precision-usecases .acc-trigger {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  background: none;
  border: none;
  padding: 14px 0;
  cursor: pointer;
  text-align: left;
}

.precision-usecases .acc-trigger:hover .feat-plus {
  border-color: #999;
  color: #333;
}

.precision-usecases .feat-plus {
  width: 32px;
  height: 32px;
  border: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #666;
  flex-shrink: 0;
  line-height: 1;
  font-weight: 300;
  transition: transform 0.35s ease, border-color 0.2s, color 0.2s;
}

.precision-usecases .acc-trigger-label {
  font-size: 16px;
  line-height: 25.6px;
  color: #0C1E21;
}

.precision-usecases .acc-body {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.38s ease, opacity 0.3s ease;
}

.precision-usecases .acc-body-inner {
  padding: 4px 0 20px 48px;
  font-size: 15px;
  line-height: 22px;
  color: rgba(6, 39, 44, .6);
}

.precision-usecases .acc-body-inner p {
  margin-bottom: 8px;
}

.precision-usecases .acc-body-inner p:last-child {
  margin-bottom: 0;
}

.precision-usecases .acc-item:last-child .acc-trigger {
  padding-bottom: 32px;
}

.precision-usecases .acc-item.open:last-child .acc-trigger {
  padding-bottom: 14px;
}

.precision-usecases .acc-item.open:last-child .acc-body-inner {
  padding-bottom: 32px;
}

/* ── 1366px+ ── */
@media (min-width: 1366px) {
  .precision-usecases .left-sticky img {
    width: 52.71vw;
    height: 65.88vw;
  }

  .precision-usecases .left-overlay {
    bottom: 3.81vw;
    left: 3.22vw;
    right: 3.22vw;
  }

  .precision-usecases .left-overlay h2 {
    font-size: 4.69vw;
    line-height: 5.42vw;
    letter-spacing: -0.05vw;
  }

  .precision-usecases .left-overlay p {
    font-size: 1.46vw;
    line-height: 1.87vw;
  }

  .precision-usecases .right-col {
    padding: 4.69vw 3.81vw 4.39vw !important;
  }

  .precision-usecases .step-card {
    padding: 3.51vw 3.51vw 0;
    margin-bottom: 1.17vw;
  }

  .precision-usecases .step-num {
    font-size: 0.95vw;
    letter-spacing: 0.037vw;
    padding-bottom: 1.32vw;
    margin-bottom: 1.46vw;
  }

  .precision-usecases .step-title {
    font-size: 1.86vw;
    line-height: 2.81vw;
    margin-bottom: 1.02vw;
  }

  .precision-usecases .step-desc {
    font-size: 1.17vw;
    line-height: 1.46vw;
    margin-bottom: 2.05vw;
  }

  .precision-usecases .acc-trigger {
    gap: 1.17vw;
    padding: 1.02vw 0;
  }

  .precision-usecases .feat-plus {
    width: 2.34vw;
    height: 2.34vw;
    font-size: 1.46vw;
  }

  .precision-usecases .acc-trigger-label {
    font-size: 1.17vw;
    line-height: 1.87vw;
  }

  .precision-usecases .acc-body-inner {
    padding: 0.29vw 0 1.46vw 3.51vw;
    font-size: 1.10vw;
    line-height: 1.61vw;
  }

  .precision-usecases .acc-item:last-child .acc-trigger {
    padding-bottom: 2.34vw;
  }

  .precision-usecases .acc-item.open:last-child .acc-trigger {
    padding-bottom: 1.02vw;
  }

  .precision-usecases .acc-item.open:last-child .acc-body-inner {
    padding-bottom: 2.34vw;
  }
}

/* ── 1024px ── */
@media (max-width: 1024px) {
  .precision-usecases .left-overlay h2 {
    font-size: 46px;
    line-height: 50px;
  }

  .precision-usecases .left-overlay p {
    font-size: 18px;
  }

  .precision-usecases .step-title {
    font-size: 26px;
    line-height: 34px;
  }

  .precision-usecases .step-card {
    padding: 40px 40px 0;
  }
}

/* ── 991px ── */
@media (max-width: 991px) {
  .precision-usecases .left-sticky {
    position: relative;
    height: auto;
  }

  .precision-usecases .left-sticky img {
    width: 100%;
    height: 500px;
  }

  .precision-usecases .left-overlay {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }

  .precision-usecases .left-overlay h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .precision-usecases .right-col {
    padding: 50px 40px !important;
  }
}

/* ── 767px ── */
@media (max-width: 767px) {
  .precision-usecases .left-sticky img {
    height: 420px;
  }

  .precision-usecases .left-overlay h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .precision-usecases .left-overlay p {
    font-size: 16px;
    line-height: 22px;
  }

  .precision-usecases .step-card {
    padding: 32px 32px 0;
  }

  .precision-usecases .step-title {
    font-size: 22px;
    line-height: 30px;
  }

  .precision-usecases .step-desc {
    font-size: 15px;
  }

  .precision-usecases .acc-trigger-label {
    font-size: 15px;
  }
}

/* ── 576px ── */
@media (max-width: 576px) {
  .precision-usecases .left-sticky img {
    height: 360px;
  }

  .precision-usecases .left-overlay {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .precision-usecases .left-overlay h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .precision-usecases .right-col {
    padding: 40px 24px !important;
  }

  .precision-usecases .step-card {
    padding: 26px 26px 0;
  }

  .precision-usecases .feat-plus {
    width: 28px;
    height: 28px;
    font-size: 17px;
  }

  .precision-usecases .acc-body-inner {
    padding-left: 44px;
  }
}

/* ── 441px ── */
@media (max-width: 441px) {
  .precision-usecases .left-overlay h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .precision-usecases .left-overlay p {
    font-size: 14px;
  }

  .precision-usecases .step-title {
    font-size: 20px;
  }

  .precision-usecases .step-desc {
    font-size: 14px;
  }
}

/* ── 390px ── */
@media (max-width: 390px) {
  .precision-usecases .left-overlay h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .precision-usecases .left-sticky img {
    height: 320px;
  }

  .precision-usecases .step-card {
    padding: 22px 22px 0;
  }
}

/* ── 350px ── */
@media (max-width: 350px) {
  .precision-usecases .left-overlay h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .precision-usecases .acc-trigger-label {
    font-size: 13px;
  }

  .precision-usecases .feat-plus {
    width: 24px;
    height: 24px;
  }

  .precision-usecases .acc-trigger {
    gap: 10px;
  }

  .precision-usecases .acc-body-inner {
    padding-left: 34px;
    font-size: 13px;
  }
}

/* ── 320px ── */
@media (max-width: 320px) {
  .precision-usecases .left-overlay h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .precision-usecases .left-overlay p {
    font-size: 13px;
  }

  .precision-usecases .step-title {
    font-size: 18px;
  }

  .precision-usecases .step-desc {
    font-size: 13px;
  }

  .precision-usecases .right-col {
    padding: 32px 18px !important;
  }
}

/* PRECISION USECASE SECTION ENDS */
/* PRECISION PANEL SECTION STARTS */
.precision-panel-section {
  background: #ffffff;
  padding: 72px 0 56px;
}

.precision-panel-section .precision-heading {
  color: #1E2124;
  font-family: "Inter Display";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 76.8px;
  letter-spacing: -1.92px;
  text-align: left;
}

.precision-panel-section .precision-body {
  color: #1E2124;
  font-family: "Inter Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.96px;
}

.precision-panel-section .precision-media-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8;
  overflow: hidden;
  border-radius: 2px;
  background: #000;
}

.precision-panel-section .thumb-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.precision-panel-section .thumb-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.precision-panel-section .thumb-layer::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}

.precision-panel-section .thumb-layer.hidden {
  opacity: 0;
  pointer-events: none;
}

.precision-panel-section .precision-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  border: none;
  background: transparent;
  cursor: pointer;
}

.precision-panel-section .precision-play-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.precision-panel-section .precision-play-btn:hover .precision-play-circle {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.28);
}

.precision-panel-section .precision-play-circle::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid rgba(255, 255, 255, 0.92);
}

.precision-panel-section .video-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.precision-panel-section .video-layer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.precision-panel-section .video-click-area {
  position: absolute;
  inset: 0;
  z-index: 3;
  cursor: pointer;
  display: none;
}

.precision-panel-section .pause-flash {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}

.precision-panel-section .pause-flash.show {
  animation: pps-flashAnim 0.5s ease forwards;
}

@keyframes pps-flashAnim {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.precision-panel-section .pause-flash-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.precision-panel-section .video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 36px 16px 14px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.precision-panel-section .precision-media-wrap.playing .video-controls,
.precision-panel-section .precision-media-wrap.paused .video-controls {
  opacity: 1;
  pointer-events: all;
}

.precision-panel-section .precision-media-wrap.playing.controls-hidden .video-controls {
  opacity: 0;
  pointer-events: none;
}

.precision-panel-section .ctrl-playpause {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  transition: transform 0.15s ease;
}

.precision-panel-section .ctrl-playpause:hover {
  transform: scale(1.15);
}

.precision-panel-section .ctrl-playpause svg {
  width: 18px;
  height: 18px;
}

.precision-panel-section .ctrl-progress {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.precision-panel-section .progress-track {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  cursor: pointer;
  transition: height 0.15s ease;
}

.precision-panel-section .progress-track:hover {
  height: 5px;
}

.precision-panel-section .progress-fill {
  height: 100%;
  background: #fff;
  border-radius: 2px;
  width: 0%;
  pointer-events: none;
  transition: width 0.1s linear;
}

.precision-panel-section .ctrl-time {
  font-family: "Inter Display";
  font-size: 0.6875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  min-width: 70px;
  text-align: right;
}

.precision-panel-section .ctrl-mute {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: color 0.15s;
}

.precision-panel-section .ctrl-mute:hover {
  color: #fff;
}

.precision-panel-section .ctrl-mute svg {
  width: 15px;
  height: 15px;
}

/* ===============================
   1366px
================================ */

@media (min-width:1366px) {
  .precision-panel-section {
    padding: 5.27vw 0 4.10vw;
  }

  .precision-panel-section .precision-heading {
    font-size: 4.68vw;
    line-height: 5.62vw;
    letter-spacing: -0.14vw;
  }

  .precision-panel-section .precision-body {
    font-size: 1.32vw;
    line-height: 1.83vw;
  }

  .precision-panel-section .precision-media-wrap {
    border-radius: 0.15vw;
  }

  .precision-panel-section .precision-play-circle {
    width: 3.81vw;
    height: 3.81vw;
    background: rgba(255, 255, 255, 0.18);
    border: 0.11vw solid rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(0.44vw);
  }

  .precision-panel-section .precision-play-circle::after {
    margin-left: 0.29vw;
    border-top: 0.66vw solid transparent;
    border-bottom: 0.66vw solid transparent;
    border-left: 1.10vw solid rgba(255, 255, 255, 0.92);
  }

  .precision-panel-section .pause-flash-circle {
    width: 4.39vw;
    height: 4.39vw;
    border: 0.11vw solid rgba(255, 255, 255, 0.5);
  }

  .precision-panel-section .video-controls {
    padding: 2.63vw 1.17vw 1.02vw;
    gap: 0.88vw;
  }

  .precision-panel-section .ctrl-playpause {
    width: 2.05vw;
    height: 2.05vw;
  }

  .precision-panel-section .ctrl-playpause svg {
    width: 1.32vw;
    height: 1.32vw;
  }

  .precision-panel-section .ctrl-progress {
    gap: 0.73vw;
  }

  .precision-panel-section .progress-track {
    height: 0.22vw;
    border-radius: 0.15vw;
  }

  .precision-panel-section .progress-track:hover {
    height: 0.37vw;
  }

  .precision-panel-section .ctrl-time {
    font-size: 0.50vw;
    min-width: 5.12vw;
  }

  .precision-panel-section .ctrl-mute {
    width: 1.76vw;
    height: 1.76vw;
  }

  .precision-panel-section .ctrl-mute svg {
    width: 1.10vw;
    height: 1.10vw;
  }
}

/* ===============================
   1024px
================================ */

@media (max-width:1024px) {

  .precision-panel-section {
    padding: 64px 0 48px;
  }

  .precision-panel-section .precision-heading {
    font-size: 52px;
    line-height: 62px;
    letter-spacing: -1.2px;
  }

  .precision-panel-section .precision-body {
    font-size: 17px;
  }
}

/* ===============================
   991px
================================ */

@media (max-width:991px) {

  .precision-panel-section .precision-heading {
    font-size: 44px;
    line-height: 54px;
  }

  .precision-panel-section .precision-body {
    font-size: 16px;
    line-height: 24px;
  }

  .precision-panel-section .video-controls {
    padding: 28px 14px 12px;
  }
}

/* ===============================
   767px
================================ */

@media (max-width:767px) {

  .precision-panel-section {
    padding: 56px 0 42px;
  }

  .precision-panel-section .precision-heading {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.6px;
  }

  .precision-panel-section .precision-body {
    font-size: 15px;
  }

  .precision-panel-section .video-controls {
    padding: 24px 12px 10px;
    gap: 10px;
  }
}

/* ===============================
   576px
================================ */

@media (max-width:576px) {

  .precision-panel-section {
    padding: 48px 0 36px;
  }

  .precision-panel-section .precision-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .precision-panel-section .precision-body {
    font-size: 15px;
    line-height: 22px;
  }

  .precision-panel-section .ctrl-time {
    display: none;
  }
}

/* ===============================
   441px
================================ */

@media (max-width:441px) {

  .precision-panel-section .precision-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .precision-panel-section .precision-play-circle {
    width: 44px;
    height: 44px;
  }

  .precision-panel-section .video-controls {
    padding: 20px 10px 8px;
  }
}

/* ===============================
   390px
================================ */

@media (max-width:390px) {

  .precision-panel-section .precision-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .precision-panel-section .precision-body {
    font-size: 14px;
  }

  .precision-panel-section .precision-play-circle {
    width: 40px;
    height: 40px;
  }
}

/* ===============================
   350px
================================ */

@media (max-width:350px) {

  .precision-panel-section .precision-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .precision-panel-section .precision-body {
    font-size: 13px;
  }

  .precision-panel-section .ctrl-playpause {
    width: 24px;
    height: 24px;
  }
}

/* ===============================
   320px
================================ */

@media (max-width:320px) {

  .precision-panel-section .precision-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .precision-panel-section .precision-body {
    font-size: 13px;
  }

  .precision-panel-section .video-controls {
    padding: 16px 8px 6px;
    gap: 8px;
  }

}

/* PRECISION PANEL SECTION ENDS */

/*PRECISION CTA SECTION STARTS*/
.precision-cta {
  padding: 80px 0;
  background: #FFF;
}

.precision-cta .cta-title {
  color: var(--gray-900, #262626);
  font-family: "Inter Display";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.precision-cta .cta-subtitle {
  color: var(--gray-600, #6F6F6F);
  font-family: "Inter Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

/* ===============================
   1366px
================================*/
@media (min-width:1366px) {
  .precision-cta {
    padding: 5.86vw 0;
  }

  .precision-cta .cta-title {
    font-size: 3.75vw;
    margin-bottom: 1.10vw;
  }

  .precision-cta .cta-subtitle {
    font-size: 1.76vw;
  }
}

/* ===============================
   1024px
================================*/
@media (max-width:1024px) {

  .precision-cta {
    padding: 40px 0;
  }

  .precision-cta .cta-title {
    font-size: 48px;
  }

  .precision-cta .cta-subtitle {
    font-size: 22px;
  }
}


/* ===============================
   991px (Tablet landscape)
================================*/
@media (max-width:991px) {

  .precision-cta {
    padding: 60px 0;
  }

  .precision-cta .cta-title {
    font-size: 42px;
  }

  .precision-cta .cta-subtitle {
    font-size: 20px;
    margin-bottom: 70px;
  }
}


/* ===============================
   767px (Tablet portrait)
================================*/
@media (max-width:767px) {

  .precision-cta {
    padding: 50px 0;
    text-align: center;
  }

  .precision-cta .cta-title {
    font-size: 36px;
  }

  .precision-cta .cta-subtitle {
    font-size: 18px;

  }
}


/* ===============================
   576px
================================*/
@media (max-width:576px) {

  .precision-cta {
    padding: 45px 0;
  }

  .precision-cta .cta-title {
    font-size: 32px;
  }

  .precision-cta .cta-subtitle {
    font-size: 17px;
  }
}


/* ===============================
   441px
================================*/
@media (max-width:441px) {

  .precision-cta .cta-title {
    font-size: 28px;
  }

  .precision-cta .cta-subtitle {
    font-size: 16px;
  }
}


/* ===============================
   390px
================================*/
@media (max-width:390px) {

  .precision-cta .cta-title {
    font-size: 26px;
  }

  .precision-cta .cta-subtitle {
    font-size: 15px;
  }
}

/* ===============================
   350px
================================*/
@media (max-width:350px) {

  .precision-cta .cta-title {
    font-size: 24px;
  }

  .precision-cta .cta-subtitle {
    font-size: 14px;
    margin-bottom: 35px;
  }

}


/* ===============================
   320px
================================*/
@media (max-width:320px) {

  .precision-cta .cta-title {
    font-size: 22px;
  }

  .precision-cta .cta-subtitle {
    font-size: 13px;
  }

}

/*PRECISION CTA SECTION ENDS*/
/* PARTNER LOGO SECTION STARTS */
.w2s-partners-section {
  background: #ECEBEB;
  border-top: 1px solid #e0e0e0;
  padding: 60px 0;
}

.w2s-partners-section .partner-logo {
  height: 32px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
  filter: grayscale(0%);
  transition: opacity 0.2s ease;
}

.w2s-partners-section .partner-logo:hover {
  opacity: 0.75;
}

.w2s-partners-section .partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
}

@media (min-width: 1366px) {
  .w2s-partners-section {
    padding: 4.39vw 0;
  }

  .w2s-partners-section .partner-logo {
    height: 2.34vw;
    max-width: 10.25vw;
  }


  .w2s-partners-section .partner-item {
    padding: 0 2.05vw;
  }
}

@media (max-width: 991px) {
  .w2s-partners-section .partner-item {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .w2s-partners-section .partner-item {
    border-right: none;
    border-bottom: none;
    padding: 10px 16px;
  }

  .w2s-partners-section .partner-logo {
    height: 26px;
  }
}

/* PARTNER LOGO SECTION ENDS */
/*TABLIST STYLE STARTS */
.tablist-wrapper {
  height: 200vh;
  /* holds for extra scroll */
  position: relative;
}

.tablist-section {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.tablist-section .tablist-slides {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tablist-section .tablist-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.tablist-section .tablist-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.tablist-section .tablist-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.tablist-section .tablist-slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 1.40);
  opacity: 0.6;
  z-index: 1;
}

.tablist-section .tablist-slide-headline {
  position: absolute;
  top: clamp(24px, 5vh, 52px);
  left: clamp(20px, 4vw, 52px);
  z-index: 2;
  color: #fff;
}

.tablist-section .tablist-slide-headline h2 {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.651px;
  margin-top: 30px;
}


.tablist-section .tablist-bottom-bar {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}

.tablist-section .tablist-bottom-bar-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 52px);
  pointer-events: all;
  gap: 24px;
  margin-bottom: 30px;
}

.tablist-section .tablist-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: rgba(64, 64, 64, 0.60);
  backdrop-filter: blur(3.5px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px;
  height: 25px;
  flex-shrink: 0;
}

.tablist-section .tablist-nav-dot {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8px;
  padding: 0 8px;
  gap: 16px;
}

.tablist-section .tablist-nav-dot .d {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #525252;
}

.tablist-section .tablist-nav-dot:hover .d {
  background: rgba(255, 255, 255, .6);
}

.tablist-section .tablist-nav-dot.active .d {
  width: 44px;
  height: 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .22);
  position: relative;
  overflow: hidden;
}

.tablist-section .tablist-nav-dot.active .d::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 0;
  background: #fff;
  border-radius: 3px;
  animation: tablist-sweep var(--tablist-dur, 4s) linear forwards;
}

@keyframes tablist-sweep {
  to {
    width: 100%;
  }
}

.tablist-section .tablist-bottom-bar-desc {
  width: 492px;
  height: 60px;
  min-height: unset;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--100, #F5F5F5);
  font-family: "Inter Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}


.tablist-section .tablist-bottom-bar-desc.fade-out {
  opacity: 0;
}

.tablist-section .tablist-bottom-bar-desc.fade-in {
  opacity: 1;
}


@keyframes tablist-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes tablist-fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.tablist-section.cursor-active {
  cursor: none;
}

.tablist-section.cursor-active * {
  cursor: none;
}

/* ═════════════════════════════════════
   RESPONSIVE 
  ══════════════════════════════════════ */
@media (min-width:1366px) {
  .tablist-section .tablist-slide-headline h2 {
    font-size: 4.25vw;
    line-height: 5.09vw;
    margin-bottom: 6.22vw;
  }

  .tablist-section .tablist-bottom-bar {
    bottom: 2.34vw;
  }

  .tablist-section .tablist-nav {
    padding: 1.35vw;
    border-radius: 2.2vw;
  }

  .tablist-section .tablist-nav-dot .d {
    width: .59vw;
    height: .59vw;
  }

  .tablist-section .tablist-nav-dot.active .d {
    width: 3.22vw;
    height: .59vw;
  }

  .tablist-section .tablist-bottom-bar-desc {
    width: 36vw;
    font-size: 1.76vw;
    line-height: 2.1vw;
    min-height: 4.2vw;
  }

  .tablist-section .tablist-bottom-bar-inner {
    margin-bottom: 2.2vw;
  }
}

@media (max-width:1024px) {
  .tablist-section .tablist-slide-headline h2 {
    font-size: 48px;
    max-width: 720px;
  }

  .tablist-section .tablist-bottom-bar-desc {
    width: 420px;
    font-size: 22px;
    line-height: 28px;
    min-height: 88px;
  }
}

@media (max-width:991px) {
  .tablist-section .tablist-slide-headline {
    top: 40px;
    left: 40px;
  }

  .tablist-section .tablist-slide-headline h2 {
    font-size: 42px;
  }

  .tablist-section .tablist-bottom-bar-desc {
    width: 526px;
    font-size: 20px;
    min-height: 27px;
  }

  .tablist-section .tablist-nav {
    padding: 14px;
  }
}

@media (max-width:768px) {
  .tablist-section .tablist-bottom-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .tablist-section .tablist-bottom-bar-desc {
    max-width: 100%;
    width: auto;
  }
}

@media (max-width:767px) {
  .tablist-section .tablist-slide-headline {
    top: 32px;
    left: 24px;
  }

  .tablist-section .tablist-slide-headline h2 {
    font-size: 34px;
  }

  .tablist-section .tablist-bottom-bar {
    bottom: 24px;
  }

  .tablist-section .tablist-nav {
    height: auto;
    padding: 12px 14px;
  }

  .tablist-section .tablist-bottom-bar-desc {
    font-size: 16px;
    line-height: 22px;
    min-height: 44px;
  }
}

@media (max-width:576px) {
  .tablist-section .tablist-slide-headline h2 {
    font-size: 28px;
  }

  .tablist-section .tablist-bottom-bar-desc {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
  }

  .tablist-section .tablist-nav {
    gap: 8px;
  }

  .tablist-section .tablist-nav-dot.active .d {
    width: 36px;
  }
}

@media (max-width:441px) {
  .tablist-section .tablist-slide-headline {
    top: 24px;
    left: 18px;
  }

  .tablist-section .tablist-slide-headline h2 {
    font-size: 24px;
  }

  .tablist-section .tablist-bottom-bar {
    bottom: 18px;
  }

  .tablist-section .tablist-bottom-bar-desc {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width:390px) {
  .tablist-section .tablist-slide-headline h2 {
    font-size: 22px;
  }

  .tablist-section .tablist-bottom-bar-desc {
    font-size: 12px;
  }

  .tablist-section .tablist-nav {
    padding: 10px 12px;
  }
}

@media (max-width:350px) {
  .tablist-section .tablist-slide-headline h2 {
    font-size: 20px;
  }

  .tablist-section .tablist-bottom-bar-desc {
    font-size: 11px;
    line-height: 16px;
  }

  .tablist-section .tablist-nav-dot.active .d {
    width: 30px;
  }
}

@media (max-width:320px) {
  .tablist-section .tablist-slide-headline h2 {
    font-size: 18px;
  }

  .tablist-section .tablist-bottom-bar-desc {
    font-size: 10px;
    line-height: 14px;
  }

  .tablist-section .tablist-nav {
    padding: 8px 10px;
    gap: 6px;
  }
}

/* TABLIST SECTION STYLE ENDS */
/*QUANTIFY SECTION Starts */
.qfy-section {
  padding: 80px 0;
  overflow: hidden;
}

.qfy-section .qfy-eyebrow {
  font-size: 13px;
  color: #9ca3af;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.qfy-section .qfy-eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--accent-blue);
  border-radius: 50%;
}

.qfy-section .qfy-headline {
  color: var(--gray-900, #262626);
  font-family: "Inter Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 67.2px;
  letter-spacing: -1.65px;
  margin-bottom: 15px;
}

.qfy-section .qfy-subtitle {
  color: var(--gray-600, #6F6F6F);
  font-family: "Inter Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 584px;
  margin-bottom: 40px;
}

.qfy-section .qfy-visual-canvas {
  position: relative;
  width: 100%;
  height: 550px;
  margin-top: 20px;
}

.qfy-section .qfy-curve-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.qfy-section .qfy-callout {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 270px;
  z-index: 10;
}

.qfy-section .qfy-connector {
  width: 1px;
  background: #BEBEBE;
  margin-bottom: -8px;
  margin-left: 4.5px;
  opacity: 0.5;
}

.qfy-section .qfy-header-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}

.qfy-section .qfy-dot {
  width: 11px;
  height: 11px;
  aspect-ratio: 1/1;
  background: #D9D9D9;
  border-radius: 50%;
  flex-shrink: 0;
}

.qfy-section .qfy-title {
  color: var(--Foundation-Grey-grey-900, #191818);
  font-family: "Inter Display";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  margin: 0;
}

.qfy-section .qfy-body {
  color: var(--gray-600, #6F6F6F);
  font-family: "Inter Display";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.651px;
  margin: 0;
  padding-left: 18px;
}

.qfy-section .pos-1 {
  left: 7.5%;
  top: 325px;
}

.qfy-section .pos-1 .qfy-connector {
  height: 80px;
}

.qfy-section .pos-2 {
  left: 37.5%;
  top: 109px;
}

.qfy-section .pos-2 .qfy-connector {
  height: 80px;
}

.qfy-section .pos-3 {
  right: 7%;
  top: 11px;
}

.qfy-section .pos-3 .qfy-connector {
  height: 80px;
}

.qfy-section .qfy-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.qfy-section .qfy-footer-inner {
  max-width: 440px;
}

.qfy-section .qfy-footer-text {
  color: var(--gray-600, #6F6F6F);
  font-family: "Inter Display";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}

.qfy-section .qfy-btn, .hero-btn {
  height: 40px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: "Inter Display";
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(to bottom, #454545, #232323);
  border: 1px solid #4B4951;
  border-radius: 8px;
  padding: 0 28px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.qfy-section .qfy-btn, .hero-btn:hover {
  background: #f9fafb;
  border-color: #9ca3af;
  color: #111;
}

/* RESPONSIVE */
@media (min-width:1366px) {
  .qfy-section {
    padding: 5.86vw 0;
    overflow: hidden;
  }

  .qfy-section .qfy-eyebrow {
    font-size: 0.95vw;
    gap: 0.88vw;
    margin-bottom: 1.46vw;
  }

  .qfy-section .qfy-eyebrow::before {
    width: 0.58vw;
    height: 0.58vw;
  }

  .qfy-section .qfy-headline {
    font-size: 4.10vw;
    line-height: 4.92vw;
    letter-spacing: -0.12vw;
    margin-bottom: 1.10vw;
  }

  .qfy-section .qfy-subtitle {
    font-size: 1.31vw;
    line-height: 1.76vw;
    width: 42.75vw;
    margin-bottom: 2.93vw;
  }

  .qfy-section .qfy-visual-canvas {
    height: 40.26vw;
    margin-top: 1.46vw;
  }

  .qfy-section .qfy-callout {
    width: 19.77vw;
  }

  .qfy-section .qfy-connector {
    width: 0.07vw;
    margin-bottom: -0.58vw;
    margin-left: 0.33vw;
  }

  .qfy-section .qfy-header-row {
    gap: 0.73vw;
    margin-bottom: 0.73vw;
  }

  .qfy-section .qfy-dot {
    width: 0.80vw;
    height: 0.80vw;
  }

  .qfy-section .qfy-title {
    font-size: 1.46vw;
    line-height: 1.76vw;
  }

  .qfy-section .qfy-body {
    font-size: 1.31vw;
    line-height: 1.76vw;
    letter-spacing: -0.05vw;
    padding-left: 1.32vw;
  }

  .qfy-section .pos-1 {
    left: 7.5%;
    top: 22vw;
  }

  .qfy-section .pos-1 .qfy-connector {
    height: 5.86vw;
  }

  .qfy-section .pos-2 {
    left: 37.5%;
    top: 7.10vw;
  }

  .qfy-section .pos-2 .qfy-connector {
    height: 5.86vw;
  }

  .qfy-section .pos-3 {
    right: 7%;
    top: 0.80vw;
  }

  .qfy-section .pos-3 .qfy-connector {
    height: 5.86vw;
  }

  .qfy-section .qfy-footer {
    margin-top: 1.46vw;
  }

  .qfy-section .qfy-footer-inner {
    max-width: 32.21vw;
  }

  .qfy-section .qfy-footer-text {
    font-size: 1.31vw;
    line-height: 1.76vw;
    margin-bottom: 1.83vw;
  }

  .qfy-section .qfy-btn, .hero-btn {
    height: 2.93vw;
    font-size: 1.17vw;
    border: 0.073vw solid #4B4951;
    border-radius: 0.58vw;
    padding: 0 2.05vw;
  }
}

/* ================= 1024px ================= */
@media (max-width:1024px) {

  .qfy-section .qfy-headline {
    font-size: 48px;
    line-height: 58px;
  }

  .qfy-section .qfy-subtitle {
    width: 100%;
    max-width: 520px;
  }

  .qfy-section .qfy-visual-canvas {
    height: 500px;
  }

  .qfy-section .pos-1 {
    left: 5%;
    top: 255px;
  }

  .qfy-section .pos-2 {
    left: 35%;
    top: 87px;
  }

  .qfy-section .pos-3 {
    right: 5%;
    top: 14px;
  }

}


/* ================= 991px ================= */

@media (max-width:991px) {

  .qfy-section .qfy-visual-canvas {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0;
  }

  .qfy-section .qfy-curve-svg,
  .qfy-section .qfy-connector {
    display: none;
  }

  .qfy-section .qfy-callout {
    position: relative;
    inset: auto !important;
    width: 100%;
  }

  .qfy-section .qfy-body {
    padding-left: 0;
  }

  .qfy-section .qfy-footer {
    justify-content: flex-start;
  }

  .qfy-section .qfy-footer-text {
    padding-top: 20px;
  }
}


/* ================= 767px ================= */

@media (max-width:767px) {

  .qfy-section {
    padding: 60px 0;
  }

  .qfy-section .qfy-headline {
    font-size: 38px;
    line-height: 46px;
    letter-spacing: -1px;
  }

  .qfy-section .qfy-subtitle {
    font-size: 16px;
    line-height: 22px;
  }

  .qfy-section .qfy-title {
    font-size: 18px;
  }

  .qfy-section .qfy-body {
    font-size: 16px;
  }

  .qfy-section .qfy-visual-canvas {
    gap: 24px;
  }
}


/* ================= 576px ================= */

@media (max-width:576px) {

  .qfy-section .qfy-headline {
    font-size: 34px;
    line-height: 42px;
  }

  .qfy-section .qfy-subtitle {
    font-size: 15px;
  }

  .qfy-section .qfy-footer-text {
    font-size: 16px;
  }

  .qfy-section .qfy-headline br {
    display: none;
  }
}


/* ============== 441px ============= */

@media (max-width:441px) {

  .qfy-section .qfy-headline {
    font-size: 30px;
    line-height: 38px;
  }

  .qfy-section .qfy-eyebrow {
    font-size: 12px;
  }

  .qfy-section .qfy-title {
    font-size: 17px;
  }

  .qfy-section .qfy-body {
    font-size: 15px;
    line-height: 22px;
  }

  .qfy-section .qfy-visual-canvas {
    gap: 9px;
  }
}


/* ================= 390px ================= */

@media (max-width:390px) {

  .qfy-section .qfy-headline {
    font-size: 28px;
    line-height: 36px;
  }

  .qfy-section .qfy-subtitle {
    font-size: 14px;
  }

  .qfy-section .qfy-footer-text {
    font-size: 15px;
  }

}


/* ================= 350px ================= */

@media (max-width:350px) {

  .qfy-section .qfy-headline {
    font-size: 26px;
    line-height: 34px;
  }

  .qfy-section .qfy-title {
    font-size: 16px;
  }

  .qfy-section .qfy-body {
    font-size: 14px;
  }

  .qfy-section .qfy-btn, .hero-btn {
    font-size: 14px;
    padding: 8px 18px;
  }
}


/* ================= 320px ================= */

@media (max-width:320px) {

  .qfy-section {
    padding: 50px 0;
  }

  .qfy-section .qfy-headline {
    font-size: 24px;
    line-height: 32px;
  }

  .qfy-section .qfy-subtitle {
    font-size: 13px;
    line-height: 20px;
  }

  .qfy-section .qfy-footer-text {
    font-size: 14px;
  }

  .qfy-section .qfy-btn, .hero-btn {
    width: 100%;
    text-align: center;
  }
}

/*QUANTIFY SECTION Ends */
/*Scroller Section starts */
/* 
.sticky-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#scroll-container {
  height: 350vh;
  position: relative;
}

#scroll-canvas {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}

#loading-indicator {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-family: monospace;
  font-size: 14px;
  z-index: 10;
} */
#sv-section {
  height: 500vh;
  position: relative;
  width: 100%;
}

#sv-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* ✅ THE CRITICAL FIX — canvas must be position:absolute to fill the sticky div */
#sv-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

#sv-loading {
  position: absolute;
  inset: 0;
  background: #0d0d0d;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  transition: opacity 0.9s ease;
}

#sv-loading.sv-hidden {
  opacity: 0;
  pointer-events: none;
}

#sv-loading-label {
  font-family: monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.35);
}

#sv-loading-track {
  width: 180px;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

#sv-loading-bar {
  height: 100%;
  width: 0%;
  background: rgba(255, 255, 255, 0.45);
  transition: width 0.2s ease;
}

#sv-error {
  display: none;
  position: absolute;
  inset: 0;
  background: #0d0d0d;
  z-index: 20;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: monospace;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 2rem;
}

#sv-error.sv-show {
  display: flex;
}

#sv-error strong {
  color: rgba(255, 80, 80, 0.7);
  font-size: 13px;
  letter-spacing: 0.1em;
}

#sv-error p {
  font-size: 11px;
  line-height: 1.8;
  max-width: 380px;
  opacity: 0.6;
}

#sv-hud {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  pointer-events: none;
  z-index: 5;
}

#sv-progress-track {
  width: 260px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

#sv-progress-fill {
  height: 100%;
  width: 0%;
  background: rgba(255, 255, 255, 0.6);
}

#sv-hud-time {
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.28);
}

#sv-hint {
  position: absolute;
  bottom: 88px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: none;
  transition: opacity 0.6s;
  z-index: 5;
}

#sv-hint span {
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.28);
}

#sv-arrow {
  width: 12px;
  height: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transform: rotate(45deg);
  animation: sv-bob 1.6s ease-in-out infinite;
}

@keyframes sv-bob {

  0%,
  100% {
    transform: rotate(45deg) translate(0, 0);
  }

  50% {
    transform: rotate(45deg) translate(3px, 3px);
  }
}

/*Scroller Section Ends */
/*Precision Hero section */
.precision-hero-section {
  padding: 150px 0 30px 0;
}

.precision-hero-section h1 {
  color: var(--Foundation-Grey-grey-800, #211F1F);
  font-family: "Inter Display";
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 98px;
  letter-spacing: -1.24px;
  text-transform: capitalize;
}

.precision-hero-section .hero-title {
  min-height: 2.2em;
  display: block;
  will-change: contents;
}

.precision-hero-section .hero-title-gray {
  color: #0707077f;
}

.precision-hero-section p {
  color: var(--Foundation-Grey-grey-800, #211F1F);
  font-family: "Inter Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
}

@media only screen and (min-width: 1366px) {
  .precision-hero-section {
    padding: 10.98vw 0 2.2vw 0;
  }

  .precision-hero-section h1 {
    font-size: 5.59vw;
    line-height: 5.95vw;
    letter-spacing: 0.09vw;
  }

  .precision-hero-section p {
    font-size: 1.32vw;
    line-height: 1.70vw;
  }
}

/* =========================
  Responsive Media Queries
  ========================= */

@media only screen and (max-width: 1024px) {
  .precision-hero-section h1 {
    font-size: 60px;
    line-height: 68px
  }

  .precision-hero-section p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .precision-hero-section h1 {
    font-size: 58px;
    line-height: 62px;
  }

  .precision-hero-section p {
    font-size: 14px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .precision-hero-section {
    padding: 80px 0 30px 0;
  }

  .precision-hero-section h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .precision-hero-section p {
    font-size: 14px;
    line-height: 22px;
    width: 62%;
  }
}

@media only screen and (max-width: 576px) {
  .precision-hero-section p {
    width: 85%;
  }
}


@media only screen and (max-width: 441px) {
  .precision-hero-section {
    padding: 70px 0 20px 0;
  }

  .precision-hero-section h1 {
    font-size: 46px;
    line-height: 54px;
  }

  .precision-hero-section p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 390px) {
  .precision-hero-section h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .precision-hero-section p {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .precision-hero-section h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .precision-hero-section p {
    font-size: 10px;
    line-height: 14px;
  }
}

/*Precision Hero section Ends */

/*Drag animation style*/
.w2s-footer-section #c {
  pointer-events: none;
}
#c {
  width: 100%;
  height: 100vh;
  display: block;
  cursor: grab;
}

#c.grabbing {
  cursor: grabbing;
}
.w2s-footer-section {
  user-select: none;
  -webkit-user-select: none;
}

#loading {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 11px;
  letter-spacing: 1px;
  pointer-events: none
}
/* Allow text selection site-wide */
body {
  user-select: auto;
  -webkit-user-select: auto;
}

/* Let the canvas receive pointer events only for drag */
.w2s-footer-section #c {
  pointer-events: auto;
  z-index: 0;
}

/* Make sure footer content sits above canvas and is interactive */
.w2s-footer-section .sg-container {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}