/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Oswald:wght@200..700&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap'); */
/* m plus round import */

@font-face {
  font-family: 'M PLUS Rounded 1c';
  src: url('./fonts/mplus/MPLUSRounded1c-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'M PLUS Rounded 1c';
  src: url('./fonts/mplus/MPLUSRounded1c-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'M PLUS Rounded 1c';
  src: url('./fonts/mplus/MPLUSRounded1c-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'M PLUS Rounded 1c';
  src: url('./fonts/mplus/MPLUSRounded1c-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'M PLUS Rounded 1c';
  src: url('./fonts/mplus/MPLUSRounded1c-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'M PLUS Rounded 1c';
  src: url('./fonts/mplus/MPLUSRounded1c-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'M PLUS Rounded 1c';
  src: url('./fonts/mplus/MPLUSRounded1c-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


/* open sans import */
/* Regular Open Sans */
@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/opensans/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/opensans/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/opensans/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/opensans/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/opensans/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/opensans/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/opensans/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/opensans/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/opensans/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/opensans/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/opensans/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/opensans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

/* Open Sans Condensed */
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('./fonts/opensans/OpenSans_Condensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('./fonts/opensans/OpenSans_Condensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('./fonts/opensans/OpenSans_Condensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('./fonts/opensans/OpenSans_Condensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('./fonts/opensans/OpenSans_Condensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('./fonts/opensans/OpenSans_Condensed-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Condensed';
  src: url('./fonts/opensans/OpenSans_Condensed-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

/* Open Sans SemiCondensed */
@font-face {
  font-family: 'Open Sans SemiCondensed';
  src: url('./fonts/opensans/OpenSans_SemiCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans SemiCondensed';
  src: url('./fonts/opensans/OpenSans_SemiCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans SemiCondensed';
  src: url('./fonts/opensans/OpenSans_SemiCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans SemiCondensed';
  src: url('./fonts/opensans/OpenSans_SemiCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans SemiCondensed';
  src: url('./fonts/opensans/OpenSans_SemiCondensed-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans SemiCondensed';
  src: url('./fonts/opensans/OpenSans_SemiCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans SemiCondensed';
  src: url('./fonts/opensans/OpenSans_SemiCondensed-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans SemiCondensed';
  src: url('./fonts/opensans/OpenSans_SemiCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans SemiCondensed';
  src: url('./fonts/opensans/OpenSans_SemiCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans SemiCondensed';
  src: url('./fonts/opensans/OpenSans_SemiCondensed-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans SemiCondensed';
  src: url('./fonts/opensans/OpenSans_SemiCondensed-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

/* poppins import */
@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./fonts/poppins/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  overflow: scroll;
  cursor: none;
}

html,
body {
  height: 2000vh;
  font-family: 'Open Sans', sans-serif;
  background-color: white;
  overflow-x: hidden;
  scroll-behavior: smooth;
  transition: background-color 1s ease;
}

.preloaderBg {
  position: fixed;
  z-index: 999999999999;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  perspective: 1000px;

}

.preloader {
  margin: auto;
  background: url(./images/rapengineeringlogo.png) no-repeat center;
  background-size: 175px;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: 75px;
  animation: spin3D 1.5s linear infinite;
  transform-style: preserve-3d;
  /* backface-visibility: hidden; */
}

@keyframes spin3D {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotateY(360deg);
  }
}

.preloader2 {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #d20807;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  animation: spin 1s ease-in-out infinite;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* 
.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #999;
  border-top-color: #075aa7;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
 */

.top-left-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100px;
  z-index: 99999999;
}

.container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  z-index: 1;
  overflow: hidden;
  transition: background-color 1s ease;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: opacity 1s ease;
}

.bullseye-mask {
  position: absolute;
  width: 350vmin;
  height: 350vmin;
  background-color: white;
  -webkit-mask-image: radial-gradient(circle at center, transparent 0%, transparent 30%, black 30.1%);
  mask-image: radial-gradient(circle at center, transparent 0%, transparent 30%, black 30.1%);
  z-index: 1;
  transition: transform 2s ease, opacity 1s ease;
  transform-origin: center;
  opacity: 1;
}

.bullseye-mask.zoom-out {
  transform: scale(2.5);
  opacity: 0;
}

.first-circle {
  width: 90vmin;
  height: 90vmin;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 3;
  transition: transform 1s ease, box-shadow 0.5s ease, background-color 1s ease;
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.first-circle.zoom-out {
  transform: translate(-50%, -50%) scale(2.5);
  background-color: #D6D6D6;
  box-shadow: none;
}

.circle-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text {
  font-size: 5vw;
  font-weight: 800;
  font-family: "Open Sans";
  line-height: 1.1;
  position: absolute;
  white-space: nowrap;
}

.text:first-child {
  top: 35%;
  left: 3%;
  color: #D20809;
}

.text:last-child {
  bottom: 22%;
  left: 57%;
  color: #1877F2;
  z-index: -9;
}

.zoom-out .text:first-child {
  top: 40%;
  left: 8%;
  color: #D20809;
  font-size: 4vw;
  z-index: 99;
}

.zoom-out .text:last-child {
  bottom: 35%;
  left: 50%;
  color: #1877F2;
  z-index: -9;
}

.center-image {
  width: 60%;
  height: auto;
  object-fit: contain;
  transition: width 1s ease;
}

.center-image.fade-out {
  opacity: 0;
  transition: opacity 1s ease;
}

.text.scroll-to-top {
  transform: translateY(-100%);
  transition: transform 1s ease;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.first-circle.zoom-out .center-image {
  width: 30%;
  animation: float 3s ease-in-out infinite;
}

.navbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 10px 20px;
  justify-content: flex-end;
  align-items: center;
  z-index: 9999999999;
  gap: 1vw;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.navbar.visible {
  display: flex;
  opacity: 1;
}

.dropdown {
  padding: 13px 26px;
  font-size: 1.2vw;
  font-weight: 600;
  border: 2px solid #ffffff;
  border-radius: 9999px;
  background-color: transparent;
  color: red;
  width: 20%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath  d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5em center;
  background-size: 10px 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1vw;
}

.dropdown option {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 1vw;
}

.dropdown option:hover {
  color: red;
}


.social-icons {
  border: 2px solid #ffffff;
  border-radius: 9999px;
  padding: 0.20vw 1.3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.5vw;
}

.social-icons i {
  font-size: 20px;
  margin: .2vw;
  padding: 8px;
  border-radius: 50%;
  background-color: rgb(253, 252, 250);
  color: #343455;
  cursor: pointer;
  transition: transform 1s ease;
}

.social-icons i:hover {
  transform: scale(1.1) rotateY(360deg);

}

.valve-letter {
  position: relative;
  display: inline-block;
}

.valve-letter::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80%;
  width: 0.88vw;
  height: 0vh;
  background-color: #1877F2;
  transition: height 1s ease;
}

.valve-letter.draw-line::after {
  height: 100vh;
}

.text.center-valve-text {
  top: 50%;
  left: 60% !important;
  bottom: auto;
  transform: translate(-50%, -50%);
  font-size: 4vw;
  z-index: 100;
  transition: all 1s ease;
}



/* ------------------------------ Total Slide    ------------------------- */

.rapslide {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

.black-bg2 {
  background-color: #000000 !important;
  font-size: 2.5vw !important;
  padding: 1.35vw !important;
}

.blue-bg1 {
  text-transform: uppercase;
  padding: 1vw !important;
}


/* Base slide styling */
.second-slide,
.details-slide,
.new-details-slide,
.details-slide-new,
.details-slide-new9,
.BDVModel,
.third-slide,
.fourth-slide,
.fifth-slide,
.six-slide,
.seven-slide,
.eight-slide,
.nine-slide,
.ten-slide,
.eleven-slide,
.tweleve-slide,
.twelevenew-slide,
.thirteen-slide,
.dtd-home,
.bvd-home,
.sdtd-home,
.sdtd-c-home,
.ytypehome,
.bypasshome,
.scalehome,
.lsvhome,
.thankyou,
.fourteen-slide {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #d6d6d6;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
  z-index: 1;
}

/* Visible slide */
.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 999;
}

.page-indicator,
#navSelect,
.pageInput,
.social-icons {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

.page-indicator.visible,
#navSelect.visible,
.pageInput.visible,
.social-icons.visible {
  opacity: 1;
  visibility: visible;
  z-index: 9999999999;
}


/* Ensure the slides are positioned absolutely */
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  transform: translateY(-100%);
}

/* When the slide is visible, move it into view and make it opaque */
.slide.visible {
  opacity: 1;
  transform: translateY(0);
  z-index: 99999999999;
}

/* ------------------------------- Second Slide New  ----------------------------------- */

.second-slide-new {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;

}

.second-slide-new.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.second-slide-new .content {
  max-width: 800px;
  text-align: center;
  z-index: 2;
}

.second-slide-new .spec-box1 {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 29vw;
  text-align: center;
  text-transform: uppercase;
}

.second-slide-new .left-group {
  gap: 0;
}

.second-slide-new .left-column {
  width: 80%;
}

.left-column .left-intro {
  background-color: #196edd;
  width: 100%;
  padding: 2.5%;
  font-size: 1vw;
  line-height: 1.6;
  text-align: justify;
}

.left-intro p {
  margin-top: 0.7%;
  /* line-height: 1.5; */
}

.left-intro ul {
  margin-left: 5%;
  margin-top: 0.7%;
}

.second-slide-new .right-column {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5vw;
  background-color: rgb(97 97 97 / 33%);
  padding: 1.5% 1% 1.5% 2%;
  column-gap: 2.5%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
}


.second-slide-new .valve-image {
  width: 90%;
  max-width: unset;
}

.animated-img {
  opacity: 0;
  transform: scale(0.8);
}

.spec-header-row,
.left-column {
  opacity: 0;
  transform: translateX(-100px);
}

.spec-text {
  display: inline-block;
  white-space: wrap;
}



/* ------------------------------- Second Slide ---------------------------------------- */

.second-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;

}

.second-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.second-slide .content {
  max-width: 800px;
  text-align: center;
  z-index: 2;
}

.center-heading {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.vertical-line.active {
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.slide-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
  margin-top: 3vw;
}

.left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3vh;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
}

.left-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  gap: 4vh;
  position: relative;
}

.with-arrows {
  position: relative;
}

.arrow-target1 {
  position: relative;
}

.arrow-target1::before {
  content: '';
  position: absolute;
  right: -2.5vw;
  top: 50%;
  width: 2vw;
  height: 2px;
  background-color: #1877F2;
  transform: translateY(-50%);
}


.arrow-target1::after {
  content: '';
  position: absolute;
  right: -0.8vw;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-left: 2px solid #1877F2;
  border-top: 2px solid #1877F2;
}

.arrow-target2 {
  position: relative;
}

.arrow-target2::before {
  content: '';
  position: absolute;
  right: -2.5vw;
  top: 50%;
  width: 2vw;
  height: 2px;
  background-color: #1877F2;
  transform: translateY(-50%);
}

.arrow-target2::after {
  content: '';
  position: absolute;
  right: -0.8vw;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-left: 2px solid #1877F2;
  border-top: 2px solid #1877F2;
}

.arrow-target3 {
  position: relative;
}

.arrow-target3::before {
  content: '';
  position: absolute;
  right: -8vw;
  top: 50%;
  width: 7.5vw;
  height: 2px;
  background-color: #1877F2;
  transform: translateY(-50%);
}

.arrow-target3::after {
  content: '';
  position: absolute;
  right: -0.8vw;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-left: 2px solid #1877F2;
  border-top: 2px solid #1877F2;
}

.arrow-target4 {
  position: relative;
}

.arrow-target4::before {
  content: '';
  position: absolute;
  right: -8.7vw;
  top: 50%;
  width: 8.2vw;
  height: 2px;
  background-color: #1877F2;
  transform: translateY(-50%);
}

.arrow-target4::after {
  content: '';
  position: absolute;
  right: -0.8vw;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-left: 2px solid #1877F2;
  border-top: 2px solid #1877F2;
}

.spec-box1 {
  background-color: #1877F2;
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 14vw;
  text-align: center;
  text-transform: uppercase;
}

.spec-box1new {
  background-color: #1877F2;
  color: #FFFFFF;
  font-size: 2.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 20vw;
  text-align: center;
  text-transform: uppercase;
}


.spec-box {
  background: white;
  color: black;
  font-size: 1.1vw;
  padding: 1vw;
  border-radius: 0.5vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  max-width: 300px;
}

.second-slide .right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.5vw;
}

.second-slide .valve-image {
  width: 75%;
  background-color: #FFFFFF;
}

.product-description {
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 0;
}

.product-description img {
  height: auto;
  max-width: 100%;
  width: 35%;
}

.page-indicator {
  display: block;
  position: fixed;
  bottom: 2vh;
  right: 2vw;
  font-size: 1vw;
  color: #e60a0a;
  font-weight: 600;
  background-color: transparent;
  padding: 0.5vw 2vw;
  border-radius: 0.5vw;
  z-index: 999999999;
  border: 2px solid #ffffff;
}

.page-indicator input[type="number"] {
  width: 3vw;
  font-size: 1vw;
  color: #d40d0d;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: center;
  font-weight: 600;
}

.arrow-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3vh;
  align-items: flex-end;
}

.arrow-stack::before {
  content: '';
  position: absolute;
  bottom: 1.8vw;
  right: -1.3vw;
  width: 2px;
  height: 38vh;
  background-color: #1877F2;
  z-index: 0;
}

.spec-header-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.black-bg {
  background-color: #000000;
}

.product-app-image {
  background-color: #b5b5b5 !important;
}




/* .second-slide.visible .slide-content {
  animation: fadeSlideUp 1s ease forwards;
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.second-slide.visible .center-heading {
  animation: scaleFadeIn 1.2s ease-out forwards;
}

@keyframes scaleFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.second-slide.visible .valve-image {
  animation: imageFade 1s 0.5s ease forwards;
  opacity: 0;
}

@keyframes imageFade {
  to {
    opacity: 1;
    transform: scale(1);
  }
}


.arrow-target1::before,
.arrow-target2::before,
.arrow-target3::before,
.arrow-target4::before {
  width: 0;
  transition: width 0.8s ease;
}

.second-slide.visible .arrow-target1::before {
  width: 2vw;
}

.second-slide.visible .arrow-target2::before {
  width: 4vw;
}

.second-slide.visible .arrow-target3::before {
  width: 7.5vw;
}

.second-slide.visible .arrow-target4::before {
  width: 8.2vw;
} */


/* --------------------------- THIRD SLIDE  ------------------------------- */
.details-slide,
.new-details-slide,
.details-slide-new1,
.details-slide-new2 {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;

}

.details-slide.visible,
.new-details-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.details-heading {
  font-size: 16vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.details-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  margin-top: 3vw;
}

/* Left Column Group */
.details-left-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.details-slide .spec-box1,
.new-details-slide .spec-box1 {
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 30vw;
  text-align: center;
  text-transform: uppercase;
}

.details-btn {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.details-btn div {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: rgb(17, 17, 235);
  font-size: 1.5vw;
  padding: 2%;
  font-weight: 700;
}


.white-placeholder-box {
  background-color: #FFFFFF;
  width: 14vw;
  height: 8vw;
}


.details-description {
  background-color: #ffffff;
  color: black;
  /* padding: 2%; */
  max-width: 60.1vw;
  /* width: 100%; */
  display: flex;
  flex-wrap: wrap;
}

/* Feature List */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6vw;
  margin-bottom: 1vh;
  font-size: .9vw;
  line-height: 2;
}

.feature-list img {
  width: 1vw;
  height: auto;
  margin-top: 0.5vw;
}

.details-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.details-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.details-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.5vw;
}

.details-right-column video {
  width: 100%;
  max-width: 1200px;
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.grandpa3 {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 85%;
  overflow: hidden;
  border-radius: 12px;
}

.video-container video {
  width: 100%;
  /* max-width: 1200px; */
  height: auto;
  display: block;
}

.magnifier {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 2px solid #000;
  border-radius: 50%;
  overflow: hidden;
  display: none;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.magnifier video {
  position: absolute;
  width: 100%;
  max-width: 2000px;
  height: auto;
}




/* --------------------------- FOURTH SLIDE  ------------------------------- */
.fourth-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  /* position: absolute; */

}

.fourth-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.fourth-heading {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.fourth-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
  margin-top: 3vw;
}

.fourth-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  background-color: #FFFFFF;
}

.fourth-left-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  position: relative;
}

.fourth-arrow-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.fourth-arrow-stack::before {
  content: '';
  position: absolute;
  bottom: 1.8vw;
  right: -1.3vw;
  width: 2px;
  height: 38vh;
  background-color: #1877F2;
  z-index: 0;
}

.fourth-box {
  color: black;
  font-size: .8vw;
  padding: 1vw;
  font-weight: 600;
  max-width: 300px;
}

.fourth-box img {
  width: auto;
  height: auto;
  padding-right: .2vw;
}

.fourth-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1.5vw;
  gap: 5vh;
  position: relative;
}

#speechBubbleWrapper {
  position: absolute;
  top: 2%;
  right: 5%;
}

.speech-bubble {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.speech-bubble::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 1px;
  width: 0;
  height: 0;
  border-width: 15px 25px 0px 5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  margin-right: 10px;
}

.bubble-text {
  white-space: nowrap;
  font-weight: 600;
}


.fourth-valve-img {
  position: relative;
}

.standard-diverter-text {
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  visibility: hidden;
}

.red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
}


.circle-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.slider-item {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}

.slider-item.active {
  display: flex;
}

.slider-item img {
  max-width: 150px;
  max-height: 150px;
  background-color: white;
  border-radius: 50%;
}

.slider-item-text {
  color: black;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 10px;
}

/* Styling for the vertical line */
.fourth-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.fourth-vertical-line.active {
  height: 100vh;
  opacity: 1;
}
 
.details-description1 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 2.5vw 1vw 2.5vw 1vw;
  min-width: 28vw;
  max-width: 28vw;
  position: relative;
}
 
.details-description1 button {
  position: absolute;
  width: fit-content;
  height: fit-content;
  padding: 7px 12px;
  right: 5%;
  bottom: 5%;
  background-color: #000000e3;
  border-radius: 7px;
  display: flex;
  font-size: medium;
  cursor: pointer;
  color: rgb(255, 255, 255);
    transition: 1s ease;
 
}
 
 
.details-description1 button:hover {
  transition: 1s ease;
  letter-spacing: 1.5px;
}


.right-panel {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-container {
  position: relative;
  width: 500px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.circle-bg {
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  user-select: none;
}

.segment {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
  transform: scale(1);
  transition: transform 0.3s ease;
  pointer-events: auto;
  cursor: pointer;
}

.segment-black {
  background: conic-gradient(transparent 0deg,
      #f14f3a 0deg,
      #f19882 45deg,
      transparent 45deg 360deg);
}
 
.segment-black.popup {
  background: conic-gradient(transparent 0deg,
      #f14f3a 0deg,
      #f19882 45deg,
      transparent 45deg 360deg) !important;
  animation: popIt 2s infinite ease-in-out;
}
 
.segment-cyan {
  background: conic-gradient(transparent 0deg 45deg,
      #00d4c4 45deg,
      #33f2e7 90deg,
      transparent 90deg 360deg);
}
 
.segment-purple {
  background: conic-gradient(transparent 0deg 90deg,
      #6c45ff 90deg,
      #a580ff 135deg,
      transparent 135deg 360deg);
}
 
.segment-orange {
  background: conic-gradient(transparent 0deg 135deg,
      #ffaa00 135deg,
      #ffd166 180deg,
      transparent 180deg 360deg);
}
 
.segment-green {
  background: conic-gradient(transparent 0deg 180deg,
      #0edd3b 180deg,
      #8aff94 225deg,
      transparent 225deg 360deg);
}
 
.segment-blue {
 
  background: conic-gradient(transparent 0deg 225deg,
      #e92cd9 225deg,
      #ff91f2 270deg,
      transparent 270deg 360deg);
}
 
.segment-yellow {
  background: conic-gradient(transparent 0deg 270deg,
      #0b6ceb 270deg,
      #66aaff 315deg,
      transparent 315deg 360deg);
}
 
.segment-pink {
  background: conic-gradient(transparent 0deg 315deg,
      #a707e6 315deg,
      #b15cd3 360deg);
}
 
@keyframes popIt {
  0% {
    scale: 1.05;
  }
 
  50% {
    scale: 1;
  }
 
  100% {
    scale: 1.05;
  }
}
 
 
.segment-label {
  position: absolute;
  color: white;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  z-index: 4;
  font-size: 1.2vw;
  padding: 33px 31px;
  background: transparent;
  cursor: pointer;
  border-radius: 30px;
  transform: translate(-50%, -50%);
}
 
.segment-dtd {
  top: 11%;
  left: 66%;
  transform: translate(-50%, -50%) rotate(27deg);
}
 
.segment-bdv {
  top: 34.5%;
  right: 11%;
  transform: translate(50%, -50%) rotate(69deg);
}
 
.segment-sdtd {
  top: 67%;
  left: 89%;
  transform: translate(-50%, -50%) rotate(115deg);
}
 
.segment-sdtd-c {
  bottom: 11%;
  left: 66%;
  transform: translate(-50%, 50%) rotate(154deg);
}
 
.segment-lsv {
  top: 33%;
  left: 11%;
  transform: translate(-50%, -50%) rotate(295deg);
}
 
.segment-ytype {
 
  bottom: 11%;
  left: 33%;
  transform: translate(-50%, 50%) rotate(207deg);
 
}
 
.segment-bypass {
  top: 12%;
  left: 34%;
  transform: translate(-50%, -50%) rotate(334deg);
}
 
.segment-scale {
  bottom: 34%;
  left: 11.5%;
  transform: translate(-50%, 50%) rotate(245deg);
}
 
.segment-black.active {
  background: conic-gradient(transparent 0deg, #111 0deg 45deg, transparent 45deg 360deg) !important;
}
 
.segment-cyan.active {
  background: conic-gradient(transparent 0deg 45deg, #111 45deg 90deg, transparent 90deg 360deg) !important;
}
 
.segment-purple.active {
  background: conic-gradient(transparent 0deg 90deg, #111 90deg 135deg, transparent 135deg 360deg) !important;
}
 
.segment-orange.active {
  background: conic-gradient(transparent 0deg 135deg, #111 135deg 180deg, transparent 180deg 360deg) !important;
}
 
.segment-green.active {
  background: conic-gradient(transparent 0deg 180deg, #111 180deg 225deg, transparent 255deg 360deg) !important;
}
 
.segment-blue.active {
  background: conic-gradient(transparent 0deg 225deg, #111 225deg 270deg, transparent 270deg 360deg) !important;
}
 
.segment-yellow.active {
  background: conic-gradient(transparent 0deg 270deg, #111 270deg 315deg, transparent 315deg 360deg) !important;
}
 
.segment-pink.active {
  background: conic-gradient(transparent 0deg 315deg, #111 315deg 360deg) !important;
}

/* --------------------------- FIFTH NEW SLIDE  ------------------------------- */
.fifthnew-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;

}

.fifthnew-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.fifthnew-slide .content {
  max-width: 800px;
  text-align: center;
  z-index: 2;
}

.fifthnew-slide .spec-box1 {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 29vw;
  text-align: center;
  text-transform: uppercase;
}

.fifthnew-slide .left-group {
  gap: 0;
}

.fifthnew-slide .left-column {
  width: 80%;
}

.left-column .left-intro {
  background-color: #196edd;
  width: 100%;
  padding: 2.5%;
  font-size: 1vw;
  line-height: 1.6;
  text-align: justify;
}

.left-intro p {
  margin-top: 0.7%;
}

.left-intro ul {
  margin-left: 5%;
  margin-top: 0.7%;
}

.fifthnew-slide .right-column {
  width: 49.2%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.5vw;
}

.fifthnew-slide .valve-image {
  width: 63%;
  max-width: unset;
  background-color: #FFFFFF;
  padding: .5vw;
}


/* --------------------------- FIFTH SLIDE  ------------------------------- */
.fifth-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  /* position: absolute; */

}

.fifth-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.fifth-heading {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.fifth-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
}

.fifth-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FFFFFF;
}

.fifth-left-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}


.fifth-box {
  color: black;
  font-size: .8vw;
  padding: 1vw;
  font-weight: 600;
  max-width: 300px;
}

.fifth-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5vw;
}

.fifth-valve-img {
  position: relative;
}

.standard-diverter-text {
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  /* display: flex; */
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
}


.circle-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}

.slider-item.active {
  display: flex;
}

.slider-item img {
  max-width: 150px;
  max-height: 150px;
  background-color: white;
  border-radius: 50%;
}

.slider-item-text {
  color: black;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 10px;
}

/* Styling for the vertical line */
.fifth-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.fifth-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.details-right-column1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2.5vw;
}

.details-right-column1 img {
  width: 100%;
  height: auto;
}


.details-description2 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 2.5vw 1vw 2.5vw 1vw;
  max-width: 28vw;
  border-radius: .5vw;
}

.spec-header-row1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 35vw;
  margin-left: 3vw;
}

.fifth-slide .details-right-column1 img {
  transform-origin: center center;
}



/* --------------------------- SIX SLIDE  ------------------------------- */
.six-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  /* position: absolute; */

}

.six-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.six-heading {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.six-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
}

.six-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FFFFFF;
}

.six-box {
  color: black;
  font-size: .8vw;
  padding: 1vw;
  font-weight: 600;
  max-width: 300px;
}

.six-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5vw;
}

.six-valve-img {
  position: relative;
}

.standard-diverter-text {
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  /* display: flex; */
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
}


.circle-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}

.slider-item.active {
  display: flex;
}

.slider-item img {
  max-width: 150px;
  max-height: 150px;
  background-color: white;
  border-radius: 50%;
}

.slider-item-text {
  color: black;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 10px;
}

/* Styling for the vertical line */
.six-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.six-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.details-right-column12 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2.5vw;
}

.details-right-column12 img {
  width: 50%;
  height: auto;
}

.six-content .six-left-group {
  width: 50%;
}


.details-description6 {
  width: 100%;
  padding: 2.5%;
  font-size: 1vw;
  line-height: 1.6;
  text-align: justify;
  background-color: #196edd;
  margin-left: 1%;
  margin-top: -4%;
}

.spec-header-row2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* --------------------------- six new SLIDE  ------------------------------- */

.details-slide-new {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  /* position: absolute; */

}

.details-slide-new.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.details-slide-new .spec-box1 {
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 30vw;
  text-align: center;
  text-transform: uppercase;
}


/* --------------------------- SEVEN SLIDE  ------------------------------- */
.seven-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;

}

.seven-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.seven-heading {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.seven-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
}

.seven-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FFFFFF;
}

.seven-left-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}

.black-bg1 {
  background-color: #000000;
  margin-bottom: 70vw;
  font-size: 2.5vw;
  padding: 1.35vw;
}


.seven-box {
  color: black;
  font-size: .8vw;
  padding: 1vw;
  font-weight: 600;
  max-width: 300px;
}

.seven-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5vw;
}

.seven-valve-img {
  position: relative;
}

.standard-diverter-text {
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  /* display: flex; */
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
}


.circle-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}

.slider-item.active {
  display: flex;
}

.slider-item img {
  max-width: 150px;
  max-height: 150px;
  background-color: white;
  border-radius: 50%;
}

.slider-item-text {
  color: black;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 10px;
}

.seven-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.seven-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.details-right-column13 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2.5vw;
}

.details-right-column13 img {
  width: 80%;
  height: auto;
}


.details-description2 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 2.5vw 1vw 2.5vw 1vw;
  max-width: 28vw;
  border-radius: .5vw;
}

.spec-header-row3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* To keep right alignment */
}

/* --------------------------- EIGHT SLIDE  ------------------------------- */
.eight-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  /* position: absolute; */

}

.eight-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.eight-heading {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.eight-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
}

.eight-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FFFFFF;
}

.eight-left-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}


.eight-box {
  color: black;
  font-size: .8vw;
  padding: 1vw;
  font-weight: 600;
  max-width: 300px;
}

.eight-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5vw;
}

.eight-valve-img {
  position: relative;
}

.standard-diverter-text {
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  /* display: flex; */
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
}


.circle-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}

.slider-item.active {
  display: flex;
}

.slider-item img {
  max-width: 150px;
  max-height: 150px;
  background-color: white;
  border-radius: 50%;
}

.slider-item-text {
  color: black;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 10px;
}

/* Styling for the vertical line */
.eight-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.eight-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.details-right-column14 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2.5vw;
}

.details-right-column14 img {
  width: 80%;
  height: auto;
}


.details-description2 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 2.5vw 1vw 2.5vw 1vw;
  max-width: 28vw;
  border-radius: .5vw;
}

.spec-header-row3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* To keep right alignment */
}

/* --------------------------- NINE SLIDE  ------------------------------- */
.nine-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  /* position: absolute; */

}

.nine-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.nine-heading {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.nine-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
}

.nine-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FFFFFF;
}

.nine-left-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}


.nine-box {
  color: black;
  font-size: .8vw;
  padding: 1vw;
  font-weight: 600;
  max-width: 300px;
}

.nine-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5vw;
}

.nine-valve-img {
  position: relative;
}

.standard-diverter-text {
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  /* display: flex; */
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
}


.circle-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}

.slider-item.active {
  display: flex;
}

.slider-item img {
  max-width: 150px;
  max-height: 150px;
  background-color: white;
  border-radius: 50%;
}

.slider-item-text {
  color: black;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 10px;
}

/* Styling for the vertical line */
.nine-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.nine-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.details-right-column15 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.5vw;
}

.details-right-column15 img {
  width: 50%;
  height: auto;
}


.details-description9 {
  width: 100%;
  padding: 2.5%;
  font-size: 1vw;
  line-height: 1.6;
  text-align: justify;
  background-color: #196edd;
  margin-top: -10%;
}

.spec-header-row3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* To keep right alignment */
}

/* --------------------------- nine new SLIDE  ------------------------------- */

.details-slide-new9 {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  /* position: absolute; */

}

.details-slide-new9.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.details-slide-new9 .spec-box1 {
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 29.15vw;
  text-align: center;
  text-transform: uppercase;
}


/* --------------------------- BDV Model SLIDE  ------------------------------- */

.BDVModel,
.SDTDModel,
.SDTDCModel,
.YTYPEModel,
.SCALEModel,
.LSVModel,
.BYPASSModel {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.BDVModel.visible,
.SDTDModel.visible,
.SDTDCModel.visible,
.YTYPEModel.visible,
.SCALEModel.visible,
.LSVModel.visible,
.BYPASSModel.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.BDVModel-heading {
  font-size: 16vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}



/* --------------------------- TEN SLIDE  ------------------------------- */
.ten-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  /* position: absolute; */

}

.ten-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.ten-heading {
  font-size: 13vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.ten-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
}

.ten-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FFFFFF;
}

.ten-left-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  position: relative;
  gap: 1vh;
  margin-top: 1.5vw;
}

.ten-right-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  position: relative;
  gap: 4vh;
  margin-top: 2%;
  /* margin-bottom: 7vw; */
}

.ten-box {
  color: black;
  font-size: .8vw;
  padding: 1vw;
  font-weight: 600;
  max-width: 300px;
}

.ten-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5vw;
}

.ten-valve-img {
  position: relative;
}

.standard-diverter-text {
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  /* display: flex; */
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
}


.circle-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}

.slider-item.active {
  display: flex;
}

.slider-item img {
  max-width: 150px;
  max-height: 150px;
  background-color: white;
  border-radius: 50%;
}

.slider-item-text {
  color: black;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 10px;
}

.ten-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.ten-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.details-right-column3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 54vw;
  justify-content: flex-start;
  margin-left: -15vw;
}

.details-right-column3 img {
  width: 100%;
  height: auto;
}


.details-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  gap: 2vh;
}

.details-images img {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}


.details-description4 {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1.1vw;
  max-width: 28vw;
  margin-top: 5.2%;
  /* margin-right: 1vw; */
}

.details-description4 p {
  font-size: 1vw;
}

.spec-header-row4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spec-box11 {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 0vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 14vw;
  text-align: center;
  text-transform: uppercase;
}

/* --------------------------- ELEVEN SLIDE  ------------------------------- */
.eleven-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  /* position: absolute; */

}

.eleven-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.eleven-heading {
  font-size: 13vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.eleven-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
}

.eleven-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FFFFFF;
}

.eleven-left-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  position: relative;
  gap: 15vh;
  margin-top: -5vw;
}

.eleven-right-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  position: relative;
  gap: 15vh;
  margin-bottom: 5vw;
}

.eleven-box {
  color: black;
  font-size: .8vw;
  padding: 1vw;
  font-weight: 600;
  max-width: 300px;
}

.eleven-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5vw;
}

.eleven-valve-img {
  position: relative;
}

.standard-diverter-text {
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  /* display: flex; */
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
}


.circle-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}

.slider-item.active {
  display: flex;
}

.slider-item img {
  max-width: 150px;
  max-height: 150px;
  background-color: white;
  border-radius: 50%;
}

.slider-item-text {
  color: black;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 10px;
}

.eleven-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.eleven-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.details-images2 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 3vw;
  margin-right: 2vw;
}

.details-images2 img {
  width: 45%;
  height: auto;
  background-color: #FFFFFF;
  border-radius: .5vw;
}

.details-right-column4 {
  flex: 1;
  display: flex;
  align-items: flex-end;
  /* Center the image vertically */
  width: 100%;
  justify-content: flex-end;
  /* Align to the right side */
  margin-left: -5vw;
}

.details-right-column4 img {
  width: 70%;
  /* Adjust the width of the right-side image */
  height: auto;
  border-radius: .5vw;
}



.details-description5 {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1vw;
  max-width: 28vw;
  margin-left: 0.8vw;
}

.details-description5 p {
  font-size: 1vw;
}

.spec-header-row4 {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* --------------------------- TWELEVE SLIDE  ------------------------------- */
.tweleve-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  /* position: absolute; */

}

.tweleve-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.tweleve-heading {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.tweleve-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
}

.tweleve-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FFFFFF;
}

.tweleve-left-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}


.tweleve-box {
  color: black;
  font-size: .8vw;
  padding: 1vw;
  font-weight: 600;
  max-width: 300px;
}

.tweleve-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5vw;
}

.tweleve-valve-img {
  position: relative;
}

.standard-diverter-text {
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  /* display: flex; */
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
}


.circle-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}

.slider-item.active {
  display: flex;
}

.slider-item img {
  max-width: 150px;
  max-height: 150px;
  background-color: white;
  border-radius: 50%;
}

.slider-item-text {
  color: black;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 10px;
}

/* Styling for the vertical line */
.tweleve-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.tweleve-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.details-right-column2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2.5vw;
}

.details-right-column2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.details-description2 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 2.5vw 1vw 2.5vw 1vw;
  max-width: 28vw;
  border-radius: .5vw;
}

.spec-header-row12 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 35vw;
}


/* --------------------------- TWELEVE NEW SLIDE  ------------------------------- */
.twelevenew-slide {
  width: 100vw;
  height: 100vh;
  /* padding: 10vh 5vw; */
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  /* position: absolute; */

}

.twelevenew-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.twelevenew-heading {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.twelevenew-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
}


.model3d {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.model3d .model {
  width: 100%;
  height: 80%;
}

.model model-viewer {
  width: 100%;
  height: 100%;
}

.model3d model-viewer button {
  padding: 6px 8px;
  background: #00000073;
  color: white;
  font-weight: 600;
  border-radius: 7px;
  cursor: pointer;
  visibility: hidden;
}

.model3d .action-btns {
  display: flex;
  width: 100%;
  justify-content: center;
  column-gap: 5%;
}

.model3d .action-btns button {
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid black;
  background-color: #3030304d;
  color: black;
  min-width: 7%;
  font-weight: bold;
  font-size: 0.9vw;
  cursor: pointer;

}

.model3d .action-btns .active-explode {
  background-color: #00aaff;
  color: white;
  border: 1.5px solid white;
}

.hidden {
  display: none;
}


.swiperpage44 .swiper-pagination-bullet {

  width: 15px !important;
  height: 15px !important;

}

/* --------------------------- THIRTEEN SLIDE  ------------------------------- */
.thirteen-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  /* position: absolute; */

}

.thirteen-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.thirteen-heading {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.thirteen-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
}

.thirteen-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FFFFFF;
}

.thirteen-left-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}


.thirteen-box {
  color: black;
  font-size: .8vw;
  padding: 1vw;
  font-weight: 600;
  max-width: 300px;
}

.thirteen-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5vw;
}

.thirteen-valve-img {
  position: relative;
}

.standard-diverter-text {
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  /* display: flex; */
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
}


.circle-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}

.slider-item.active {
  display: flex;
}

.slider-item img {
  max-width: 150px;
  max-height: 150px;
  background-color: white;
  border-radius: 50%;
}

.slider-item-text {
  color: black;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 10px;
}

/* Styling for the vertical line */
.thirteen-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.thirteen-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.details-right-column2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2.5vw;
}

.details-right-column2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.spec-header-row13 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.faq-item {
  font-size: .92vw;
  line-height: 1.8;
  margin-top: 5px;
  text-align: justify;
}

.details-description13 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 1vw 3vw 1vw 1.4vw;
  max-width: 40vw;
  border-radius: .5vw;
  margin-right: 4%;
}

.details-description13sec {
  background-color: #FFFFFF;
  color: #000000;
  padding: 1vw 2.5vw 1vw 1.2vw;
  max-width: 40vw;
  border-radius: .5vw;
  margin-left: 4%;
}



/* --------------------------- Fourteen SLIDE  ------------------------------- */
.fourteen-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  /* position: absolute; */

}

.fourteen-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.fourteen-heading {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.fourteen-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
}

.fourteen-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FFFFFF;
}

.fourteen-left-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}


.fourteen-box {
  color: black;
  font-size: .8vw;
  padding: 1vw;
  font-weight: 600;
  max-width: 300px;
}

.fourteen-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5vw;
}

.fourteen-valve-img {
  position: relative;
}

.standard-diverter-text {
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  /* display: flex; */
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
}


.circle-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}

.slider-item.active {
  display: flex;
}

.slider-item img {
  max-width: 150px;
  max-height: 150px;
  background-color: white;
  border-radius: 50%;
}

.slider-item-text {
  color: black;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 10px;
}

.fourteen-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.fourteen-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.details-right-column2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2.5vw;
}

.details-right-column2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.spec-header-row14 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  position: absolute;
  left: 30%;
}

.faq-item {
  font-size: .92vw;
  line-height: 1.8;
  margin-top: 5px;
  text-align: justify;
}

.details-description14 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 1vw 3vw 1vw 1.4vw;
  max-width: 37vw;
  border-radius: .5vw;
  margin-right: 2.5%;
}

.details-description14sec {
  background-color: #FFFFFF;
  color: #000000;
  padding: 1vw 2.5vw 1vw 1.2vw;
  max-width: 37vw;
  border-radius: .5vw;
  margin-left: 4%;
}

.spec-box14 {
  color: #FFFFFF;
  font-size: 1.5vw;
  /* padding: 1vw .5vw .5vw 1vw; */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;

}



/* --------------------------- Fifteen SLIDE  ------------------------------- */
.fifteen-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  /* position: absolute; */

}

.fifteen-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.fifteen-heading {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.fifteen-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
}

.fifteen-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FFFFFF;
}

.fifteen-left-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}


.fifteen-box {
  color: black;
  font-size: .8vw;
  padding: 1vw;
  font-weight: 600;
  max-width: 300px;
}

.fifteen-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5vw;
}

.fifteen-valve-img {
  position: relative;
}

.standard-diverter-text {
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  /* display: flex; */
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
}


.circle-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}

.slider-item.active {
  display: flex;
}

.slider-item img {
  max-width: 150px;
  max-height: 150px;
  background-color: white;
  border-radius: 50%;
}

.slider-item-text {
  color: black;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 10px;
}

.fifteen-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.fifteen-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.details-right-column2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2.5vw;
}

.details-right-column2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}




.faq-item {
  font-size: .92vw;
  line-height: 1.8;
  margin-top: 5px;
  text-align: justify;
}

.details-description15 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 2vw 3vw 2vw 1.4vw;
  max-width: 37vw;
  border-radius: .5vw;
  margin-right: 2.5%;
}

.details-description15sec {
  background-color: #FFFFFF;
  color: #000000;
  padding: 1vw 2.5vw 1vw 1.2vw;
  max-width: 37vw;
  border-radius: .5vw;
  margin-left: 4%;
}

.spec-box14 {
  color: #FFFFFF;
  font-size: 1.5vw;
  /* padding: 1vw .5vw .5vw 1vw; */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;

}


/* ------------------------------- sixteenth Slide New  ----------------------------------- */

.sixteenth-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;
  padding-top: 30vh;
}

.sixteenth-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.sixteenth-slide .content {
  max-width: 800px;
  text-align: center;
  z-index: 2;
}

.sixteenth-slide .spec-box1 {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 30.39vw;
  text-align: center;
  text-transform: uppercase;
}

.sixteenth-slide .left-group {
  gap: 0;
}

.sixteenth-slide .left-column {
  width: 80%;
}

.left-column .left-intro {
  background-color: #196edd;
  width: 100%;
  padding: 2.5%;
  font-size: 1vw;
  line-height: 1.6;
  text-align: justify;
}

.left-intro p {
  margin-top: 0.7%;
}

.left-intro ul {
  margin-left: 5%;
  margin-top: 0.7%;
}

.sixteenth-slide .right-column {
  width: 49.2%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.5vw;
}

.sixteenth-slide .valve-image {
  width: auto;
  height: 75%;
  max-width: unset;
  background-color: #FFFFFF;
  padding: .5vw;
}


.sixteenth-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.sixteenth-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

/* --------------------------- seventeenth SLIDE  ------------------------------- */
.seventeenth-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;

}

.seventeenth-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.seventeenth-heading {
  font-size: 16vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.seventeenth-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vh 5vw;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    margin-top: 3vw;
    z-index: 9;
}
/* Left Column Group */
.seventeenth-left-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.seventeenth-slide .spec-box1 {
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 30vw;
  text-align: center;
  text-transform: uppercase;
}

.seventeenth-slide h2 {
  font-size: 1.2vw;
  font-weight: 700;
}


.white-placeholder-box {
  background-color: #FFFFFF;
  width: 14vw;
  height: 8vw;
}


.seventeenth-description {
    background-color: #ffffff;
    color: black;
    max-width: 60vw;
    width: 100%;
    display: flex;
    flex-direction: row;
}

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

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6vw;
  margin-bottom: 1vh;
  font-size: .9vw;
  line-height: 2;
}

.feature-list img {
  width: 1vw;
  height: auto;
  margin-top: 0.5vw;
}

.seventeenth-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.seventeenth-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.seventeenth-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.5vw;

}

.seventeenth-right-column img {
  width: 22vw;
  max-width: 1200px;
  height: auto;
  background-color: white;
  padding: 2%;
}


/* --------------------------- eighteen SLIDE  ------------------------------- */
.eighteen-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;

}

.eighteen-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.eighteen-heading {
  font-size: 16vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.eighteen-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0vh 5vw;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  margin-top: 3vw;
}

.eighteen-left-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
}

.eighteen-slide .spec-box1 {
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 20vw;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10%;
}

.eighteen-slide h2 {
  font-size: 1.2vw;
  font-weight: 700;
}


.white-placeholder-box {
  background-color: #FFFFFF;
  width: 14vw;
  height: 8vw;
}


.eighteen-description {
  color: black;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}

.eighteen-description img {
  width: 80%;
  max-width: 1200px;
  height: auto;
  padding: 2%;
}


.eighteen-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.eighteen-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.eighteen-right-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.5vw;
  margin-top: 9%;
}

.eighteen-right-column img {
  width: 70%;
  height: auto;
  padding: 2%;
  margin-left: 18%;
}

/* ------------------------------- nineteenth Slide New  ----------------------------------- */

.nineteenth-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;
  padding-top: 30vh;
}

.nineteenth-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.nineteenth-slide .content {
  max-width: 800px;
  text-align: center;
  z-index: 2;
}

.nineteenth-slide .spec-box1 {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 30.39vw;
  text-align: center;
  text-transform: uppercase;
}

.nineteenth-slide .left-group {
  gap: 0;
}

.nineteenth-slide .left-column {
  width: 80%;
}

.left-column .left-intro {
  background-color: #196edd;
  width: 100%;
  padding: 2.5%;
  font-size: 1vw;
  line-height: 1.6;
  text-align: justify;
}

.left-intro p {
  margin-top: 0.7%;
  margin-bottom: 2%;
}

.left-intro ul {
  margin-left: 5%;
  margin-top: 0.7%;
}

.nineteenth-slide .right-column {
  width: 49.2%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.5vw;
}

.nineteenth-slide .valve-image {
  width: auto;
  height: 65%;
  max-width: unset;
  background-color: #FFFFFF;
  padding: .5vw;
}


.nineteenth-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.nineteenth-vertical-line.active {
  height: 100vh;
  opacity: 1;
}


/* --------------------------- twentieth SLIDE  ------------------------------- */
.twentieth-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;

}

.twentieth-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.twentieth-heading {
  font-size: 16vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.twentieth-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  margin-top: 3vw;
  z-index: 99;
}

/* Left Column Group */
.twentieth-left-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.twentieth-slide .spec-box1 {
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 30vw;
  text-align: center;
  text-transform: uppercase;
}

.twentieth-slide h2 {
  font-size: 1.2vw;
  font-weight: 700;
}


.white-placeholder-box {
  background-color: #FFFFFF;
  width: 14vw;
  height: 8vw;
}


.twentieth-description {
    background-color: #ffffff;
    color: black;
    max-width: 60vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
}

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

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6vw;
  margin-bottom: 1vh;
  font-size: .9vw;
  line-height: 2;
}

.feature-list img {
  width: 1vw;
  height: auto;
  margin-top: 0.5vw;
}

.twentieth-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.twentieth-vertical-line.active {
    height: 100vh;
    opacity: 1;
}

.twentieth-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.5vw;

}

.twentieth-right-column img {
  width: 22vw;
  max-width: 1200px;
  height: auto;
  background-color: white;
  padding: 2%;
}



/* --------------------------- twentiethone SLIDE  ------------------------------- */
.twentiethone-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;

}

.twentiethone-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.twentiethone-heading {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.twentiethone-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
}

.twentiethone-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FFFFFF;
}

.twentiethone-left-group {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  justify-content: space-around;
}


.twentiethone-box {
  color: black;
  font-size: .8vw;
  padding: 1vw;
  font-weight: 600;
  max-width: 300px;
}

.twentiethone-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5vw;
}

.twentiethone-valve-img {
  position: relative;
}

.standard-diverter-text {
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  /* display: flex; */
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
}


.circle-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}

.slider-item.active {
  display: flex;
}

.slider-item img {
  max-width: 150px;
  max-height: 150px;
  background-color: white;
  border-radius: 50%;
}

.slider-item-text {
  color: black;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 10px;
}

.twentiethone-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.twentiethone-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.details-right-column24 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 21.5vw;
}



.details-description24 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 1.5% 3%;
  min-width: 80%;
  width: 90%;
  height: 20%;
  border-radius: .5vw;
  display: flex;
  align-items: center;
  text-align: justify;
}

.details-description24 div {
  min-width: 15%;
  height: 60%;
  border-radius: .2vw;
  text-align: center;
  align-content: center;
  font-weight: 600;
  font-size: 1.8vw;
  font-family: 'Sansation';
  color: white;
}

.details-description24 p {
  font-weight: 500;
  font-size: 1.2vw;
  font-family: 'M PLUS Rounded 1c';
  margin-left: 5%;
  line-height: 1.5;
}

.spec-header-row3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}







/* ------------------------------- new-nineteenth Slide New  ----------------------------------- */

.new-nineteenth-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;
  padding-top: 30vh;
}

.new-nineteenth-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.new-nineteenth-slide .content {
  max-width: 800px;
  text-align: center;
  z-index: 2;
}

.new-nineteenth-slide .spec-box1 {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 30.39vw;
  text-align: center;
  text-transform: uppercase;
}

.new-nineteenth-slide .left-group {
  gap: 0;
}

.new-nineteenth-slide .left-column {
  width: 80%;
}

.left-column .left-intro {
  background-color: #196edd;
  width: 100%;
  padding: 2.5%;
  font-size: 1vw;
  line-height: 1.6;
  text-align: justify;
}

.left-intro p {
  margin-top: 0.7%;
  margin-bottom: 2%;
}

.left-intro ul {
  margin-left: 5%;
  margin-top: 0.7%;
}

.new-nineteenth-slide .right-column {
  width: 49.2%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.5vw;
}

.new-nineteenth-slide .valve-image {
  width: auto;
  height: 65%;
  max-width: unset;
  background-color: #FFFFFF;
  padding: .5vw;
}


.new-nineteenth-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.new-nineteenth-vertical-line.active {
  height: 100vh;
  opacity: 1;
}


/* --------------------------- new-twentieth SLIDE  ------------------------------- */
.new-twentieth-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;

}

.new-twentieth-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.new-twentieth-heading {
  font-size: 16vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.new-twentieth-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5vh 5vw;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    margin-top: 3vw;
}

/* Left Column Group */
.new-twentieth-left-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.new-twentieth-slide .spec-box1 {
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 30vw;
  text-align: center;
  text-transform: uppercase;
}

.new-twentieth-slide h2 {
  font-size: 1.2vw;
  font-weight: 700;
}


.white-placeholder-box {
  background-color: #FFFFFF;
  width: 14vw;
  height: 8vw;
}


.new-twentieth-description {
  background-color: #ffffff;
  color: black;
  max-width: 60vw;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

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

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6vw;
  margin-bottom: 1vh;
  font-size: .9vw;
  line-height: 2;
}

.feature-list img {
  width: 1vw;
  height: auto;
  margin-top: 0.5vw;
}

.new-twentieth-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.new-twentieth-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.new-twentieth-vertical-line2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.new-twentieth-vertical-line2.active {
  height: 100vh;
  opacity: 1;
}

.new-twentieth-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1.5vw;

}

.new-twentieth-right-column img {
  width: 22vw;
  max-width: 1200px;
  height: auto;
  background-color: white;
  padding: 2%;
}



/* --------------------------- twentiethone SLIDE  ------------------------------- */
.new-twentiethone-slide {
  width: 100vw;
  height: 100vh;
  padding: 10vh 5vw;
  background-color: #D6D6D6;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;

}

.new-twentiethone-slide.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.new-twentiethone-heading {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  position: absolute;
  z-index: -1;
  font-family: "Open Sans";
  font-weight: 800;
}

.new-twentiethone-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 5vw;
  width: 100vw;
  height: 100vh;
}

.new-twentiethone-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FFFFFF;
}

.new-twentiethone-left-group {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  justify-content: space-around;
}


.new-twentiethone-box {
  color: black;
  font-size: .8vw;
  padding: 1vw;
  font-weight: 600;
  max-width: 300px;
}

.new-twentiethone-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5vw;
}

.new-twentiethone-valve-img {
  position: relative;
}

.standard-diverter-text {
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  /* display: flex; */
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.red-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
}


.circle-slider {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item {
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}

.slider-item.active {
  display: flex;
}

.slider-item img {
  max-width: 150px;
  max-height: 150px;
  background-color: white;
  border-radius: 50%;
}

.slider-item-text {
  color: black;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 10px;
}

.new-twentiethone-vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6vw;
  height: 0;
  background-color: #1877F2;
  z-index: 1;
  transition: height 1.5s ease, opacity 1s ease;
  opacity: 0;
}

.new-twentiethone-vertical-line.active {
  height: 100vh;
  opacity: 1;
}

.details-right-column24 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 21.5vw;
}



.details-description24 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 1.5% 3%;
  min-width: 80%;
  width: 90%;
  height: 20%;
  border-radius: .5vw;
  display: flex;
  align-items: center;
  text-align: justify;
}

.details-description24 div {
  min-width: 15%;
  height: 60%;
  border-radius: .2vw;
  text-align: center;
  align-content: center;
  font-weight: 600;
  font-size: 1.8vw;
  font-family: 'Sansation';
  color: white;
}

.details-description24 p {
  font-weight: 500;
  font-size: 1.2vw;
  font-family: 'M PLUS Rounded 1c';
  margin-left: 5%;
  line-height: 1.5;
}

.spec-header-row3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


/* ---------------------By Pass */

.by-Application {
  position: relative;
  width: 450px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.by-center {
  position: absolute;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  user-select: none;
  color: #000;
  font-weight: 600;
  font-size: 1.8vw;
  font-family: 'Sansation';
}

.by-circle {
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 2.2vw solid #43BDEF;
}

.bypass {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
  transform: scale(1);
  transition: transform 0.3s ease;
  pointer-events: auto;
}


.bypass-black {
  background: conic-gradient(transparent 0deg, #A066A7 45deg, #A066A7 90deg, transparent 51deg 360deg);
  scale: 0.8;
}


.bypass-cyan {
  background: conic-gradient(#CD3391 0deg,
      #CD3391 45deg,
      transparent 45deg 360deg);
  scale: 0.9;
}

.bypass-purple {
  background: conic-gradient(transparent 0deg 270deg,
      #FA8F17 270deg,
      #FA8F17 360deg);
}

.bypass-orange {
  background: conic-gradient(transparent 0deg 180deg,
      #F15C24 180deg,
      #F15C24 270deg,
      transparent 270deg 360deg);
  /* scale: 1.1; */
}


.bypass-label {
  position: absolute;
  color: white;
  font-weight: bold;
  font-family: 'Sansation';
  text-align: center;
  z-index: 4;
  font-size: 1.7vw;
  padding: 40px 50px;
  background: transparent;
  border-radius: 30px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.bypass-01 {
  top: 38%;
  transform: translate(-50%, -50%);
  right: -8%;
  padding: 8% 11%;
}

.bypass-02 {
  top: 18%;
  right: 38%;
  transform: translate(50%, -50%);
  padding: 8% 9%;
}

.bypass-03 {
  top: 27%;
  left: 22%;
  transform: translate(-50%, -50%);
  padding: 19% 21%;
}

.bypass-04 {
  bottom: 21.5%;
  left: 23%;
  transform: translate(-50%, 50%);
  padding: 22% 21%;
}

.by-header-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 99;
  position: absolute;
  bottom: 4%;
  left: 39.8%;
  transform: translate(-50% -50%);
}

.by-header-row .spec-box1 {
  color: #FFFFFF;
  font-size: 1.5vw;
  padding: 2vw 1vw 2vw 1vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  width: 21vw;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width:1900px) {

  .by-Application {
    position: relative;
    width: 545px;
    height: 545px;
  }

  .by-center {
    position: absolute;
    width: 280px;
    height: 280px;

  }

  .by-circle {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 2.2vw solid #43BDEF;
  }

  .bypass-01 {
    top: 38%;
    transform: translate(-50%, -50%);
    right: -5%;
  }

}

/* --------------------------  Media Query----------------------------- */

@media (max-width: 1700px) {
  .text {
    font-size: 4rem;
  }

  .zoom-out .text:first-child {
    left: 3%;
  }

  .circle-container {
    position: relative;
    width: 450px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circle-bg {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }


  .circle-segment {
    position: absolute;
    width: 450px;
    height: 450px;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform-origin: center;
  }

  .valve-image1 {
    width: 200px;
    height: 200px;
  }

  .details-description2 {
    background-color: #FFFFFF;
    color: #000000;
    padding: 1vw;
    max-width: 28vw;
    border-radius: .5vw;
  }

  .feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6vw;
    margin-bottom: 1vh;
    font-size: .9vw;
    line-height: 1.8;
  }

  .details-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    gap: 5vh;
  }

  .details-right-column3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 45vw;
    justify-content: flex-start;
    margin-left: -13.5vw;
  }

  .ten-right-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    position: relative;
    gap: 5vh;
  }

  .details-images2 {
    width: 90%;
    gap: 3vw;
  }

  .details-right-column4 {
    width: 90%;
    margin-left: -8vw;
  }

  .eleven-content {
    margin-top: 5%;
  }

  .feature-list img {
    width: 1vw;
    height: auto;
    margin-top: 0.2vw;
  }

  .seventeenth-right-column img {
    width: 20.85vw;
  }
}

@media (max-width: 1500px) {
  .circle-container {
    position: relative;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circle-bg {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }


  .circle-segment {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform-origin: center;
  }

  .valve-image1 {
    width: 150px;
    height: 150px;
  }

  .valve-image {
    width: 100%;
    max-width: 300px;
    background-color: #FFFFFF;
    padding: .5vw;
  }

  .product-description {
    font-size: 1vw;
    color: white;
    line-height: 1.6;
    text-align: left;
    /* background-color: #1161C9; */
    max-width: 302px;
    padding: .5vw;
  }

  .details-description2 {
    background-color: #FFFFFF;
    color: #000000;
    padding: 1vw;
    max-width: 28vw;
    border-radius: .5vw;
  }

  .feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6vw;
    margin-bottom: 1vh;
    font-size: .9vw;
    line-height: 1.8;
  }

  .details-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    gap: 5vh;
  }

  .details-right-column3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 45vw;
    justify-content: flex-start;
    margin-left: -12vw;
  }

  .ten-right-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    position: relative;
    gap: 5vh;
  }

  .details-images2 {
    width: 90%;
    gap: 3vw;
  }

  .details-right-column4 {
    width: 90%;
    margin-left: -5vw;
  }

  .eleven-content {
    margin-top: 5%;
  }

  .feature-list img {
    width: 1vw;
    height: auto;
    margin-top: 0.2vw;
  }
}

@media (max-width: 1300px) {
  .text {
    font-size: 3rem;
  }

  .zoom-out .text:first-child {
    left: 3%;
  }

  .circle-container {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circle-bg {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }


  .circle-segment {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform-origin: center;
  }

  .valve-image1 {
    width: 150px;
    height: 150px;
  }

  .valve-image {
    width: 100%;
    max-width: 300px;
    background-color: #FFFFFF;
    padding: .5vw;
  }

  .product-description {
    font-size: 1vw;
    color: white;
    line-height: 1.6;
    text-align: left;
    /* background-color: #1161C9; */
    max-width: 302px;
    padding: .5vw;
  }

  .details-description2 {
    background-color: #FFFFFF;
    color: #000000;
    padding: 1vw;
    max-width: 28vw;
    border-radius: .5vw;
  }

  .feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6vw;
    margin-bottom: 1vh;
    font-size: .9vw;
    line-height: 1.8;
  }

  .details-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    gap: 5vh;
  }

  .details-right-column3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 45vw;
    justify-content: flex-start;
    margin-left: -12vw;
  }

  .ten-right-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    position: relative;
    gap: 5vh;
  }

  .details-images2 {
    width: 90%;
    gap: 3vw;
  }

  .details-right-column4 {
    width: 90%;
    margin-left: -5vw;
  }

  .eleven-content {
    margin-top: 5%;
  }

  .feature-list img {
    width: 1vw;
    height: auto;
    margin-top: 0.2vw;
  }

}

.slide-out {
  animation: slideOut 0.8s forwards;
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(100px);
  }
}

.DTDHolder,
.BVDHolder,
.SDTDHolder,
.SDTDCHolder,
.YTYPEHolder,
.BYPASSHolder,
.SCALEHolder,
.LSVHolder,
.thankyou {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


.homedivs,
.thank {
  width: 62%;
  min-width: 62%;
  max-width: 70%;
  height: 100%;
  font-size: 10vw;
  color: #1877F2;
  font-weight: 700;
  display: flex;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  font-family: 'Open Sans';
}

.homedivs {
  align-items: center;
}

.homedivs span,
.thankyou span {
  color: transparent;
  -webkit-text-stroke: 2px #969696;
  text-stroke: 100% #969696;
}

.homedivs1 {
  width: 38%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.homedivs1 img {
  width: 75%;
  height: auto;
}

.SDTDHolder .homedivs,
.SDTDCHolder .homedivs,
.LSVHolder .homedivs
 {
  width: 70%;
  font-size: 8vw;
  text-align: left;
  padding-left: 3%;
}

.LSVHolder .homedivs {
  line-height: 0.75;
}

.SDTDHolder .homedivs1,
.SDTDCHolder .homedivs1 {
  width: 30%;
}

.homedivs p {
  font-size: 2.8vw;
  font-weight: 600;
  color: #000;
}


.slide.fade-out {
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
}










/* ---------------------------cursor animation------------------------ */



.trail-segment {
  position: fixed;
  width: 22px;
  height: 22px;
  background: radial-gradient(circle, rgba(46, 253, 253, 0.5) 0%, rgb(2, 196, 255) 80%);
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 9998;
  opacity: 0;
}



.hide-custom-cursor .custom-cursor,
.hide-custom-cursor .trail-segment {
  display: none !important;
}


.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.9rem;
  animation: pulse 2s infinite;
}

.scroll-icon {
  width: 25px;
  height: 40px;
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  position: relative;
}

.scroll-icon::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  transform: translateX(-50%);
  animation: scrollDot 2s infinite;
}

@keyframes scrollDot {
  0% {
    top: 8px;
    opacity: 1;
  }

  50% {
    top: 16px;
    opacity: 0.5;
  }

  100% {
    top: 32px;
    opacity: 0;
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }
}

.segment {
  transition: background 1s ease-in-out;
}


.cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  background: rgba(5, 165, 240, 0.959);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.320, 1);
  box-shadow: 0 0 15px rgba(100, 149, 237, 0.3);
  animation: cursorPulse 3s ease-in-out infinite;
}
 
@keyframes cursorPulse {
 
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 15px rgba(100, 149, 237, 0.3);
  }
 
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(100, 149, 237, 0.5);
  }
}
 
.cursor-ring {
  position: fixed;
  width: 35px;
  height: 35px;
  border: 2px solid rgb(7, 151, 235);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  animation: ringRotate 12s linear infinite;
}
 
@keyframes ringRotate {
  from {
    transform: rotate(0deg) scale(1);
    opacity: 0.4;
  }
 
  50% {
    opacity: 0.6;
  }
 
  to {
    transform: rotate(360deg) scale(1);
    opacity: 0.4;
  }
}
 
.cursor-trail {
  position: fixed;
  width: 8px;
  height: 8px;
  background: rgb(2, 157, 247);
  box-shadow: 0 0 15px rgba(17, 92, 231, 0.3);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9997;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  animation: trailPulse 2s ease-in-out infinite alternate;
}
 
@keyframes trailPulse {
  from {
    opacity: 0.6;
    transform: scale(1);
  }
 
  to {
    opacity: 0.3;
    transform: scale(0.7);
  }
}
 
.cursor.hover {
  transform: scale(1.6);
  background: rgba(100, 149, 237, 0.95);
  box-shadow: 0 0 30px rgba(100, 149, 237, 0.6);
  animation: cursorHoverPulse 1.5s ease-in-out infinite;
}
 
@keyframes cursorHoverPulse {
 
  0%,
  100% {
    transform: scale(1.6);
  }
 
  50% {
    transform: scale(1.8);
  }
}
 
.cursor-ring.hover {
  transform: scale(1.8);
  border-color: rgba(100, 149, 237, 0.8);
  border-width: 2px;
  animation: ringHoverRotate 3s linear infinite;
}
 
@keyframes ringHoverRotate {
  from {
    transform: scale(1.8) rotate(0deg);
  }
 
  to {
    transform: scale(1.8) rotate(360deg);
  }
}
 
.cursor.click {
  transform: scale(0.8);
  background: rgba(255, 215, 0, 0.95);
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.7);
}
 






.active-btn::before,
.active-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 4px solid #00df95;
  box-sizing: border-box;
  border-radius: 6px;
  animation: borderFlow 1.5s linear infinite;
  pointer-events: none;
}

.active-btn::after {
  border-color: #00aeff;
  animation-delay: 0.75s;
}

@keyframes borderFlow {
  0% {
    clip-path: inset(0 100% 100% 0);
  }

  25% {
    clip-path: inset(0 0 100% 0);
  }

  50% {
    clip-path: inset(0 0 0 100%);
  }

  75% {
    clip-path: inset(100% 0 0 0);
  }

  100% {
    clip-path: inset(0 100% 0 0);
  }
}


/*  3d views  */
.ThreeD_image_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: center;
    width: 100%;
    height: 100%;
}
 
.ThreeD_image {
  max-width: 5vw;
  height: 20%;
}
 
.ThreeD_image img {
  height: auto;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
 
.modal_Image {
  max-width: 80vw;
  max-height: 80%
}
 
.modal_Image img {
  height: auto ;
  width: 100% ;
  max-height: 80% !important;
  cursor: pointer;
}
 


.model-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 1200px;
  position: relative;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal-content .close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 38px;
    cursor: pointer;
    z-index: 99;
    font-weight: bold;
}

.model-buttons {
  margin-top: 20px;
  text-align: center;
}

.model-buttons button {
  margin: 5px;
  padding: 8px 15px;
  font-size: 16px;
  cursor: pointer;
}


.model-modal {
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
    z-index: -9;

}
.model-modal.show {
  opacity: 1;
  pointer-events: auto;
    z-index: 999;

}

model-viewer {
  flex: 1;
  width: 100%;
  height: auto;
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
  transition: all .3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}

.cv-spinner.hide {
  opacity: 0;
  pointer-events: none;
}


.model-button-3d,
.model-button-3d *,
.model-button-3d :after,
.model-button-3d :before,
.model-button-3d:after,
.model-button-3d:before {
  border: 0 solid;
  box-sizing: border-box;
}
.model-button-3d {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #000;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  text-transform: uppercase;
}
.model-button-3d:disabled {
  cursor: default;
}
.model-button-3d:-moz-focusring {
  outline: auto;
}
.model-button-3d svg {
  display: block;
}
.model-button-3d [hidden] {
  display: none;
}
.model-button-3d {
  border-radius: 99rem;
  border-width: 2px;
  overflow: hidden;
  padding: 0.8rem 3rem;
  position: relative;
}
.model-button-3d span {
  mix-blend-mode: difference;
}
.model-button-3d:after,
.model-button-3d:before {
  background: linear-gradient(
    90deg,
    #fff 25%,
    transparent 0,
    transparent 50%,
    #fff 0,
    #fff 75%,
    transparent 0
  );
  content: "";
  inset: 0;
  position: absolute;
  transform: translateY(var(--progress, 100%));
  transition: transform 0.2s ease;
}
.model-button-3d:after {
  --progress: -100%;
  background: linear-gradient(
    90deg,
    transparent 0,
    transparent 25%,
    #fff 0,
    #fff 50%,
    transparent 0,
    transparent 75%,
    #fff 0
  );
  z-index: -1;
}
.model-button-3d:hover:after,
.model-button-3d:hover:before {
  --progress: 0;
}


#nineteenthSlide p {
  font-size: 0.9vw;
}


.animated_3D_button {
  background: linear-gradient(45deg, #3c9dda, #0b8cdb); /* Light sky blue to light green */
  color: white;
  padding: 15px 30px;
  font-size: 18px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  /* box-shadow: 0 5px 15px rgba(0,0,0,0.3); */
  transition: transform 0.2s ease;
  animation: pulseTilt 3s infinite ease-in-out;
}

/* Infinite animation keyframes */
@keyframes pulseTilt {
  0% {
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) scale(1);
    /* box-shadow: 0 5px 15px rgba(135, 206, 250, 0.4); */
  }
  25% {
    transform: perspective(500px) rotateX(5deg) rotateY(5deg) scale(1.05);
    /* box-shadow: 0 8px 20px rgba(144, 238, 144, 0.5); */
  }
  50% {
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) scale(1);
    /* box-shadow: 0 5px 15px rgba(135, 206, 250, 0.4); */
  }
  75% {
    transform: perspective(500px) rotateX(-5deg) rotateY(-5deg) scale(1.05);
    /* box-shadow: 0 8px 20px rgba(144, 238, 144, 0.5); */
  }
  100% {
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) scale(1);
    /* box-shadow: 0 5px 15px rgba(135, 206, 250, 0.4); */
  }
}

.animated_3D_button:hover {
  transform: scale(1.08);
}


/* questionnaire */

.questionnarieSec  .fourteen-content {
  flex-direction: column;
}

.questionnaireBlack {
  border-radius: 15px;
}

.questionnaireBlack .spec-text {
  border-radius: 15px;
}

.questionnaire-container {
    display: flex;
    max-height: 75vh;
    min-height: 65vh;
    width: 100vw;
    padding: 2vw;
    border-radius: 15px;
    z-index: 99;
}

    /* Left side button panel */
    .questionnaire-buttons {
      width: 20vw;
      background: #111;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: stretch;
      padding: 2vh;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
    }

    .questionnaire-button {
      background: #333;
      color: #fff;
      border: none;
      margin: 1vh 0;
      padding: 2vh;
      font-size: 2vh;
      cursor: pointer;      
      border-radius: 10px;
      transition: background 0.3s;
    }

    .questionnaire-button:hover {
      background: #555;
    }

    /* Right side image display */
    .questionnaire-image-area {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
    }

    .questionnaire-image-area img {
      max-width: 90%;
      max-height: 90%;
      /* border-radius: 1vh; */
      /* box-shadow: 0 0 2vh rgba(0,0,0,0.3); */
      object-fit: contain;
    }

    /* Responsive tweaks */
    @media (max-width: 768px) {
      .questionnaire-container {
        flex-direction: column;
      }
      .questionnaire-buttons {
        flex-direction: row;
        width: 100%;
        height: 15vh;
        overflow-x: auto;
      }
      .questionnaire-button {
        flex: 1;
        margin: 0 0.5vw;
        font-size: 1.8vh;
      }
    }