.progress-bar1 {
  width: 97%;
  height: 5px;
  background-color: #f2f2f2;
  border-radius: 5px;
  position: relative;
  display: flex;
}

.step {
  width: 25%;
  height: 5px;
  margin-top: 0px;
  float: left;
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: 10px;
}

.step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #f2f2f2;
  z-index: 2;
}
#step4 {
  margin-left: 15px;
}

.step p {
  position: absolute;
  top: -30px;
  left: 100%;
  transform: translateX(-50%);
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.011em;
  margin-left: -14px;
}

.fill {
  background: linear-gradient(
    90deg,
    rgba(117, 11, 251, 1) 0%,
    rgba(249, 1, 254, 1) 28%,
    rgba(255, 25, 10, 1) 55%,
    rgba(254, 196, 1, 1) 80%
  );
  margin-left: 0px;
}
#step4.step.fill {
  margin-left: 0px;
}

.fill::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translate(1px, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(90deg, #750cfc 0%, #fb09b1 47.4%, #ff8205 100%);
  z-index: 2;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block !important;
}

button {
  margin-top: 10px;
}

.ourJourneyContent h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #000000;
  margin-top: 35px;
}

.ourJourneyContent p {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-top: 22px;
}

.my-carousel {
  width: 100%;
  height: 400px;
}

.my-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
}

.my-slide img {
  max-width: 100%;
  max-height: 100%;
}

.my-slide-active {
  font-size: 48px;
}

.USP-Heading h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  background: linear-gradient(
    180deg,
    #750cfc 0%,
    #fa04e2 32.29%,
    #ff1e0a 66.15%,
    #ff9d04 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.uspCard {
  padding: 28px;
  filter: drop-shadow(0px 20px 50px rgba(0, 255, 178, 0.08));
  border-radius: 16px;
  height: 300px;
}
.uspCard img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.uspCard p {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  margin-top: 20px;
}

.uspbg1 {
  background: linear-gradient(
    141.37deg,
    #e7daff 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.uspbg2 {
  background: linear-gradient(
    141.37deg,
    #daeeff 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.uspbg3 {
  background: linear-gradient(
    141.37deg,
    #ffebda 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.uspInnerContainer {
  /* padding: 0px 170px; */
  /* max-width: 1300px; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.FAQContainer {
  padding: 0px 230px;
  z-index: 99;
}

.faqAcord {
  background-color: transparent !important;
  box-shadow: none !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0px !important;
}

.faqAcord:not(.collapsed) {
  color: rgba(0, 0, 0, 0.8) !important;
}

.FaqContent p {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
}

.FaqCard {
  border-bottom: 0.4px solid rgba(0, 0, 0, 0.4);
}

.accordion-item {
  border-radius: 0px !important;
}

.faqSection {
  position: relative;
  overflow: hidden;
}

.faqpurpleCircleRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background: linear-gradient(
    140.81deg,
    #ff5d5d 8%,
    #c04cad 54.79%,
    #1857d1 101.59%
  );
  opacity: 0.45;
  filter: blur(149px);
  pointer-events: none;
}

.faqGreenCircleLeft {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: linear-gradient(
    139.26deg,
    rgba(147, 225, 111, 0.8) -10.77%,
    rgba(34, 162, 108, 0.8) 99.35%
  );
  opacity: 0.4;
  filter: blur(300px);
  z-index: 10;
  pointer-events: none;
}

.faqOrangeCircleCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 192, 130, 0.22) 0%,
    rgba(249, 236, 193, 0.22) 100%
  );
  opacity: 0.6;
  filter: blur(144px);
  pointer-events: none;
}

.faqHeading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faqHeading h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 150%;
  background: linear-gradient(0deg, #44ecf7 -1.47%, #1667e1 93.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 16px;
  margin-bottom: 100px;
}

.faqfloatingImg1 {
  position: absolute;
  top: 20%;
  left: 0;
}

.faqFloatingImg2 {
  position: absolute;
  bottom: 10%;
  right: 0;
}

.ourstoryBG {
  background: linear-gradient(100deg, #ceffe7 0%, #cdfff6 16.15%, #fff 31.77%);
  border-radius: 40px;
  z-index: 99;
  position: relative;
  padding: 0px 0px 0px 50px;
  /* height: 709px; */
  height: 650px;
  overflow: hidden;
}

.storyleft {
  width: 55%;
  position: relative;
  /* padding-right: 60px; */
  padding-right: 0px;
}

.storyLogo {
  background-color: white;
  position: relative;
  overflow: hidden;
  /* width: 40%; */
  height: 100%;
  /* height: 75%; */
}

.storyLogo img {
  object-fit: contain;
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
}

.storyLogo .storyLogo_right_img {
  height: 100vh;
  border-radius: 46% 0% 0% 41% / 49% 49% 51% 51%;
  margin-right: -30%;
}

.storySideheading p {
  font-weight: 700;
  font-size: 21.3616px;
  line-height: 150%;
  letter-spacing: -0.011em;
  color: #1e1e1e;
}

.step-filled p {
  background: linear-gradient(
    90deg,
    #770bfc 2.67%,
    #fd106c 51.33%,
    #ff9804 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.initialStepFill {
  background: linear-gradient(
    90deg,
    #770bfc 2.67%,
    #fd106c 51.33%,
    #ff9804 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.previousStepBtn {
  transform: rotate(180deg);
}

.storyNextPreBtn {
  background: none;
  border: none;
  margin-bottom: 45px;
}

.puzzleContainer {
  position: relative;
}

.puzzlepiece {
  position: absolute;
  bottom: 0;
  right: 0;
}

.droparea {
  width: 35%;
  height: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.puzzleInnerContainer {
  position: relative;
}

.puzzleImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-hwc h3 {
  font-weight: 800;
  font-size: 38px;
  line-height: 52px;
  color: #ff3f25;
  margin-bottom: 0px;
}

.about-hwc {
  margin-bottom: 60px;
}

.about-hwc-section {
  margin-bottom: 130px;
  position: relative;
}

.uspH2 {
  margin-top: 50px;
}

.aboutFloat1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  animation: floatingSpace 5s ease-in-out infinite;
}
.actionsBoxOpen .action-button-content {
  z-index: 100;
}

@keyframes floatingSpace {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 40px);
  }
}

.aboutFloat2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  animation: floatingSpace2 5s ease-in-out infinite;
  mix-blend-mode: multiply;
}

@keyframes floatingSpace2 {
  0%,
  100% {
    transform: translate(0, 40px);
  }
  50% {
    transform: translate(0, 0);
  }
}

.aboutearth {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.reviewNewcontainer {
  padding: 0px 70px;
}

.aboutreviewtree {
  position: absolute;
  top: 0;
  left: 0;
}

.aboutreviewcamera {
  position: absolute;
  bottom: 0;
  right: 0;
}

.AUblurcirclePinkleft {
  position: absolute;
  top: 0;
  left: -10%;
  border-radius: 50%;
  width: 708px;
  height: 710px;
  background: linear-gradient(
    140.81deg,
    #ff5d5d 8%,
    #c04cad 48.81%,
    #1857d1 101.59%
  );
  opacity: 0.17;
  filter: blur(106.5px);
  z-index: -5;
}

.talktoOurexpertsSection {
  position: relative;
}

.auBlurCirclePinkRight {
  position: absolute;
  top: 0;
  right: -10%;
  border-radius: 50%;
  width: 508px;
  height: 508px;
  background: linear-gradient(140.81deg, #ff2929 8%, #1b3fff 101.59%);
  opacity: 0.4;
  filter: blur(175px);
  z-index: -5;
}

.threeUSPSection {
  position: relative;
}

.aublurcircleGreenRight {
  position: absolute;
  top: 0;
  right: -10%;
  border-radius: 50%;
  width: 508px;
  height: 508px;
  background: linear-gradient(0deg, #00ff75, #00ff75);
  opacity: 0.2;
  filter: blur(175px);
  z-index: -1;
}

.puzzleSection {
  position: relative;
}

.auBlurCircleGreenleft {
  position: absolute;
  top: 0;
  left: -10%;
  border-radius: 50%;
  width: 508px;
  height: 508px;
  background: linear-gradient(130.43deg, #00ffd1 -1.47%, #00b2ff 93.13%);
  opacity: 0.16;
  filter: blur(175px);
  z-index: -1;
}

.auBlurCirclePinkRight {
  position: absolute;
  bottom: 0;
  right: -10%;
  border-radius: 50%;
  width: 508px;
  height: 508px;
  background: linear-gradient(130.43deg, #ff5c00 -1.47%, #ff9900 93.13%);
  opacity: 0.16;
  filter: blur(175px);
  z-index: -1;
}

.aureviews {
  position: relative;
}

.aublurcirclebluereviewLeft {
  position: absolute;
  top: 0;
  left: -10%;
  border-radius: 50%;
  width: 508px;
  height: 508px;
  background: linear-gradient(130.43deg, #44ecf7 -1.47%, #00a3ff 93.13%);
  opacity: 0.15;
  filter: blur(47px);
  z-index: -1;
}

.companyPresentation h2 {
  background: linear-gradient(to right, #ff5d5d, #c04cad, #1857d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
  margin-bottom: 26px;
  margin-top: 15px;
}

.companyPresentation p {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 28px;
}

.companyPresentation button {
  border-radius: 6px;
  background: linear-gradient(90deg, #780bfd 0%, #cc0fa2 50.52%, #ff9607 100%);
  font-size: 18px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -0.198px;
  color: white;
  padding: 12px 20px;
  border: none;
}

.valueBox {
  padding: 18px 28px;
  flex: 1;
  flex-basis: 0;
  min-width: 300px;
  width: 100%;
  max-width: 350px;
}

.valueBoxContent h2 {
  font-size: 22px;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 0px;
}

.valueBox p {
  color: #000;
  font-size: 18px;
  font-family: Nunito Sans;
  font-weight: 600;
  line-height: 30px;
  margin-top: 10px;
}

.value1 {
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, #ebfff9 100%);
  box-shadow: 0px 20px 50px 0px rgba(0, 255, 178, 0.08);
}

.value2 {
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, #fff4eb 100%);
  box-shadow: 0px 20px 50px 0px rgba(0, 255, 178, 0.08);
}

.value3 {
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, #ffebfd 100%);
  box-shadow: 0px 20px 50px 0px rgba(0, 255, 178, 0.08);
}

.value4 {
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, #ebf3ff 100%);
  box-shadow: 0px 20px 50px 0px rgba(0, 255, 178, 0.08);
}

.value1 div h2 {
  background: linear-gradient(to right, #019dde, #0038ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.value2 div h2 {
  background: linear-gradient(to right, #8f01de, #ff5400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.value3 div h2 {
  background: linear-gradient(to right, #de7801, #ff0800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.value4 div h2 {
  background: linear-gradient(to right, #e129ff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ourValuesTxt {
  margin-bottom: 46px;
  font-size: 36px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -0.396px;
  background: linear-gradient(#2400ff, #ff00b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-top: 30px;
}

/* vikas  */
.companyPresentation_btn {
  width: max-content;
}
.ReviewHeader img {
  position: static !important;
}

.container.puzzleContainer {
  margin-top: -20px;
  padding-top: 0px;
}
/* vikas  */

@media screen and (max-width: 1400px) {
  .ourJourneyContent p {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .storyleft {
    width: 60%;
  }

  .storyLogo .storyLogo_right_img {
    margin-right: -30%;
  }
  .step p {
    left: 87%;
  }
}

@media screen and (max-width: 1200px) {
  .ourstoryBG {
    height: 709px;
  }
}
@media screen and (max-width: 1100px) {
  .ourstoryBG {
    flex-direction: column;
    height: auto;
    background: linear-gradient(to left, #ceffe7, #fff);
  }
  .storyleft {
    width: 100%;
  }

  .storyLogo {
    margin-top: 0%;
    margin-left: -15%;
    overflow: hidden;
    width: 125%;
    background: linear-gradient(to left, #ceffe7, #fff);
  }
  .storyLogo .storyLogo_right_img {
    height: auto;
    border-radius: 50%;
    margin-right: 0px;
    width: 100%;
    height: 800px;
    margin-bottom: -300px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .storyLogo {
    background-color: transparent;
  }
  .storyLogo .storyLogo_right_img {
    margin-bottom: -100px;
    height: 500px;
  }

  .value1 div h2 {
    font-size: 20px;
  }
  .valueBox p,
  .companyPresentation p {
    font-size: 14px;
    padding-left: 8px;
    line-height: 24px;
  }
  .valueBox {
    padding: 8px 10px;
  }
  .ourValuesTxt,
  .USP-Heading h2 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .ourValuesTxt {
    margin-top: 35px;
    margin-bottom: 10px;
  }

  .companyPresentation h2 {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
  }
  .companyPresentation p {
    padding-left: 0px;
  }
  .companyPresentation button {
    margin-top: 0;
    font-size: 16px;
    padding: 8px 16px;
  }
  .USP-Heading h2 {
    margin-bottom: 0;
  }
  .ourJourneyContent p {
    width: 100% !important;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .ourJourneyContent h2 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .step p {
    font-size: 12px;
  }
  .ourstoryBG {
    padding-left: 10px;
  }
  .storyleft {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .step p {
    left: 82%;
  }
  .ourstoryBG {
    margin-bottom: 18px;
  }

  .testinomial h2 {
    margin-top: 0px !important;
  }
  .testinomial-container .testinomial p {
    font-size: 10px;
  }

  .reviewImg {
    display: none;
  }
  .puzzlepiece {
    width: 200px;
    height: 150px;
    object-fit: contain;
  }
  .aboutFloat2,
  .aboutFloat1 {
    width: 100px;
    height: 100px;
  }
  .uspH2 {
    margin-top: 30px;
  }
  .aboutFloat1 {
    top: -60px;
  }

  .innerPage.innerPageAboutUs {
    margin-top: 10px;
  }
  .storySideheading {
    margin-top: 15px !important;
  }
  .step {
    width: 25%;
  }
  .step::after {
    right: 0px;
  }
  .storySideheading p,
  .valueBoxContent h2,
  .uspCard p {
    font-size: 20px;
  }
  .USP-Heading {
    margin-bottom: 10px !important;
  }

  .uspCard {
    height: auto;
  }
  .relativeOr .faqHeading h2 {
    font-size: 25px;
  }
  .FAQContainer .faqAcord {
    font-size: 16px;
  }
  .faqSection .faqfloatingImg1 img {
    max-width: 80px;
  }

  .faqHeading {
    margin-top: 20px;
  }
  .container.puzzleContainer {
    margin-top: 0px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  .valueBox {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .storyLogo {
    object-fit: fill;
    margin-left: -13%;
  }
  .storyLogo .storyLogo_right_img {
    margin-bottom: -136px;
    height: 400px;
  }
}
