main {
  overflow-x: hidden;
}

.products-demand {
  padding: var(--productsDemand-section-padding);
}

/* === HOMEPAGE HERO SECTION === */
.about-hero {
  padding: var(--section-padding-y) var(--section-padding-x) !important;
  display: flex !important;
  align-items: stretch;
  gap: 2rem;
  background: #fff;
  margin-top: 2rem;
}

.about-hero__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-hero__left .so-panel {
  margin-bottom: 0 !important;
}

.about-hero__title h1 {
  font-size: var(--hero-title-fs);
  line-height: var(--hero-title-lh);
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: clamp(1.2rem, 2vw, 2.2rem);
  letter-spacing: -0.02em;
}

.about-hero__divider img {
  width: auto;
  height: auto;
}

.about-hero__subtitle p {
  margin: 0;
  font-size: var(--hero-subtitle-fs);
  line-height: var(--hero-subtitle-lh);
  color: var(--color-secondary);
  font-weight: 700;
}

.about-hero__para {
  padding-top: 40px;
  width: 80%;
}

.about-hero__para p {
  font-size: var(--section-para-fs);
  line-height: var(--section-para-lh);
}

.about-hero-video video {
  width: 100%;
  height: 600px !important;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.about-feature-row {
  /* top right bottom left — keep top & bottom, left unchanged, right = 0 */
  padding: var(--section-padding-y) 0 var(--section-padding-y) var(--section-padding-x) !important;
}


.about-feature-section-title-wrapper {
  position: relative;
  display: inline-block;
}

.about-feature-section-title {
  color: var(--color-primary);
  font-size: var(--section-title-fs);
  line-height: var(--section-title-lh);
  font-weight: 700;
  margin: 0 0 2rem 0;
  position: relative;
  z-index: 2;
}

.about-feature-title-corner-svg {
  position: absolute;
  top: 0;
  right: clamp(-32px, -2vw, -24px);
  width: clamp(20px, 2vw, 25px);
  height: clamp(20px, 2vw, 25px);

  z-index: 3;
  display: inline-block;
}

/* === Expertise SECTION === */

.about-expertise-section-row {
  padding: var(--section-padding-y) var(--section-padding-x) !important;
  display: flex;
  align-items: center !important;
  /* vertical centering */
  justify-content: space-between;
  background: #292929;
  position: relative;
  padding: 0 60px;
  overflow: hidden;
}

.about-expertise-section-left {
  padding: 0 !important;
}

.about-expertise-section-title-wrapper {
  position: relative;
  display: inline-block;
}

.about-expertise-section-title {
  color: #fff;
  font-size: calc(var(--section-title-fs) - 0.5rem);
  line-height: var(--section-title-lh);
  font-weight: 700;
  margin: 0 0 2rem 0;
  position: relative;
  display: inline;
  white-space: normal;
  z-index: 2;
}

/* Responsive code starts here */

/* overriding the site origin layout change for tabs  */
@media (max-width: 1100px) {
  .about-expertise-section-row {
    padding: 0 40px;
  }

  /* hero section  */
  #pg-395-0.panel-has-style>.panel-row-style {
    padding: 40px !important;
  }

  .about-hero__para {
    width: 100%;
  }

  .about-hero-video video {
    height: 400px !important;
  }

  .about-hero__divider img {
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .about-expertise-section-title {
    font-size: calc(var(--section-title-fs) - 0.4rem);
  }

  #pg-393-0.panel-has-style>.panel-row-style {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 20px;
  }

  #pg-393-2.panel-has-style>.panel-row-style {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 20px;
  }

  /* Left column (60%) */
  #pgc-393-2-0 {
    width: 63% !important;
    flex: 0 0 63% !important;
  }

  /* Right column (40%) */
  #pgc-393-2-1 {
    width: 37% !important;
    flex: 0 0 37% !important;
  }

  .about-hero__para p {
    font-size: 0.8rem;
  }
}


@media (max-width: 767px) {
  .about-title br {
    display: none;
  }

  /* site origin video widget override */
  .about-hero__right {
    margin-left: -20px;
    margin-right: -20px;
  }

  #pgc-393-2-0 {
    margin-bottom: 0 !important;
  }

  .about-hero__right .mejs-container,
  .about-hero__right video {
    width: 100% !important;
  }

  .about-expertise-section-row {
    padding: 20px;
    justify-content: flex-end !important;
  }

  .about-expertise-section-pattern img {
    width: 70%;
    top: -20px;
    position: relative;
  }

  .about-expertise-section-title br {
    display: none;
  }
   .about-feature-title-corner-svg{
    right: -12px !important;
  }
  .about-feature-section-title{
    font-size: calc(var(--section-title-fs) - 0.2rem) !important;
  }
}