.bg-white {
  background: white !important;
}

.scroll-new h3 {
  font-weight: 700;
  font-size: 40px;
  border-bottom: 2px solid white;
  padding-bottom: 11px;
}

.scroll-new h3 .red-ppf {
  color: red;
}

.scroll-new h3 a {
  color: white;
  text-decoration: none;
  font-size: 40px;
}

.scroll-new p a {
  color: #fff;
  font-size: 19px;
  transition: 400ms;
  text-decoration: none;
}

.scroll-new p a span i {
  color: red;
  margin-left: 5px;
  font-size: 32px;
  position: relative;
  top: 4px;
}

.fixed-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
  z-index: -1;
}

.scroll-container {
  position: relative;
  z-index: 1;
}

.scroll-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 20px;
  box-sizing: border-box;
}

.paint-protect-sec {
  /* margin-top: 60px; */
  padding-top: 60px;
}

section.explore-sec {
  padding-top: 30px;
}

.Car-Wash {
  display: none;
}

@media(max-width:500px) {
  .category-box__img-wrapper video {
    display: none;
  }

  .earth-vedio video {
    display: none;
  }

  .prof-sec video {
    display: none;
  }

  .Car-Wash {
    display: block;
  }

  .new2 {
    height: 222px !important;
  }

  .earth-vedio .Car-Wash {
    height: 550px;
  }
}

.body-white {
  background: white;
}

.body-top {
  margin-top: -4px !important;
  padding-top: 53px;
  /* padding-bottom: 41px; */
}

section.banner-content {
  z-index: 2;
  margin-top: -8px;
}

.installation {
  padding-bottom: 10px !important;
}

@media(max-width:997px) {
  .join-white {
    padding-top: 157px;
  }
}

.scroll-new {
  padding: 20px;
  background: #00000096;
}

@media(max-width:768px) {
  .scroll-section {
    padding: 20px 5px !important;
  }

  .scroll-new h3 {
    font-size: 30px !important;
  }

  .scroll-new h3 a {
    font-size: 24px !important;
  }
}

.ug-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0px;
}

.ug-banner1 {
  background-image: url(https://www.ultraguardindia.com/assets/images/Clear-PPF.webp);
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}

.ug-banner2 {
  background-image: url(https://www.ultraguardindia.com/assets/images/Matte-PPF.webp);
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}

.ug-banner3 {
  background-image: url(https://www.ultraguardindia.com/assets/images/BLACK-PPF.webp);
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}

.ug-banner4 {
  background-image: url(https://www.ultraguardindia.com/assets/images/COLOR-PPF.webp);
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}

.ug-banner5 {
  background-image: url(https://www.ultraguardindia.com/assets/images/TEXTURE-PPF.webp);
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}

.ug-banner6 {
  background-image: url(https://www.ultraguardindia.com/assets/images/SUNROOF-PPF.webp);
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}

.ug-banner7 {
  background-image: url(https://www.ultraguardindia.com/assets/images/WINDOW-TINT.webp);
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}

.scroll-new p {
  font-size: 15px;
  color: white;
  font-weight: 300;
}

.tcs-slide {
  padding: 17px;
}

.two-heading {
  margin-bottom: 3rem;
}

.two-heading h2 {
  text-align: center;
}

.two-heading h2 span {
  color: red;
}

.two-heading p {
  text-align: center;
}


.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0);
  /* remove if color chahiye */
  /*border: 5px solid red;*/
  border-radius: 5px;
}

.row-new .row-col {
  align-content: center;
}

.row-new .row-col button {
  background: black;
  font-weight: 400;
  padding: 9px 20px;
}

@media(max-width:768px) {
  .row-new .row-col {
    margin-top: 2rem;
  }
}

.twoColSlider {
  width: 100%;
  padding: 24px 0;
}

/* Outer slider viewport */
.tcs-slider {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  overflow: hidden;
}

.tcs-track {
  display: flex;
  transition: transform .5s ease;
  will-change: transform;
}

.tcs-slide {
  min-width: 100%;
  box-sizing: border-box;
}

/* 2-column layout INSIDE each slide */
.tcs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;

  /* “dono column ke bich me” look */
  justify-items: center;
  gap: 28px;
}

.tcs-left {
  width: 100%;
  display: flex;
  justify-content: center;
  /* heading center-ish */
}

.tcs-title {
  margin: 0;
  font-size: clamp(20px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.2;

  white-space: nowrap;
  /* 1 line */
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 520px;
}

.tcs-right {
  width: 100%;
  display: flex;
  justify-content: center;
  /* image center in right column */
}

.tcs-right img {
  width: min(520px, 100%);
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: contain;
}

/* Dots */
.tcs-dots {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.left ul {
  padding-left: 0px;
}

.tcs-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  opacity: .45;
  background: #000;
  transition: transform .2s ease, opacity .2s ease;
}

.tcs-dot[aria-current="true"] {
  opacity: 1;
  transform: scale(1.2);
}

/* Mobile: stack */
@media (max-width: 850px) {
  .tcs-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 14px;
  }

  .tcs-title {
    white-space: normal;
    /* mobile pe wrap ok */
    max-width: 100%;
  }

  .two-heading {
    margin-bottom: 0rem;
  }

  .second-cta-box {
    margin-top: 15px;
  }
}

.ugsp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.ugsp-overlay.ugsp-open {
  opacity: 1;
  pointer-events: auto;
}
.ugsp-card {
  width: min(1000px, 100%);
  background: #121212;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transform: translateY(14px);
  transition: transform .25s ease;
}
.ugsp-open .ugsp-card { transform: translateY(0); }
.ugsp-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ugsp-track {
  display: flex;
  transition: transform .6s ease;
}
.ugsp-slide { min-width: 100%; }
.ugsp-slide img { width: 100%; display: block; }
.ugsp-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.7);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 20;
}
.ugsp-close:hover {
  background: rgba(225,6,0,.9);
  border-color: rgba(225,6,0,.9);
}
.ugsp-arrows {
  position: absolute;
  bottom: 60px;
  right: 14px;
  display: flex;
  gap: 10px;
  z-index: 15;
}
.ugsp-arrow {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(0,0,0,.75);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 18px;
  user-select: none;
}
.ugsp-arrow:hover { background: rgba(0,0,0,.9); }
.ugsp-dots {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 15;
}
.ugsp-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
  cursor: pointer;
}
.ugsp-dot.active { background: #fff; }
@media(max-width:500px) {
  .ugsp-arrows { bottom: 20px; }
  .body-top { padding-top: 20px; }
  section.explore-sec { padding-top: 10px; }
  .ug-banner { padding: 10px 0; }
  .scroll-new { padding: 15px; }
}