.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;
  will-change: opacity;
}

.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;
  will-change: opacity;
}

.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;
  will-change: transform, opacity;
}

.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;
  will-change: opacity;
}

.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;
  will-change: opacity;
}

.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;
  will-change: opacity;
}

.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;
  will-change: opacity;
}

.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;
  will-change: opacity;
}

.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;
  will-change: opacity;
}

.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  */

/* Pricing & Discounts  */

.innerHeading1 p.p_d_banner_subHeading {
  color: #778088;
  font-weight: 800;
  font-size: 20px;
  font-family: Nunito Sans;
}

.fee_cost_container {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 32px;
  border: 2px solid white;
  max-width: 90%;
  margin: auto;
  padding: 30px;
  margin-top: -30px;
}

#bannerSubTitle.p_d_bannerSubTitle {
  margin-bottom: 80px;
}

.fee_cost_container h3 {
  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.fee_cost_container_inner {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-top: 30px;
}

.fee_cost_container_inner div {
  width: 100%;
  border-radius: 20px;
  color: #fff;
  padding: 20px;
}

.fee_cost_container_inner div div {
  display: flex;
  padding: 0px;
  align-items: center;
  padding-bottom: 16px;
  gap: 8px;
}

.fee_cost_container_inner div div p {
  font-size: 20px;
  font-weight: 800;
}

.fee_cost_container_inner div.p_d_box_pink {
  background: linear-gradient(77.12deg, #ff466c 3.45%, #ff6a89 97.55%);
}

.fee_cost_container_inner div.p_d_box_purple {
  background: linear-gradient(77.46deg, #6856d5 1.21%, #7260e4 97.61%);
}

.fee_cost_container_inner div.p_d_box_green {
  background: linear-gradient(76.15deg, #429da2 -3.91%, #4fc0c5 109.57%);
}

.p_d_travel_and_stay_container {
  width: 100%;
  background: linear-gradient(177.49deg,
      rgba(210, 232, 250, 0.1) 1.27%,
      rgba(210, 232, 250, 0.5) 37.86%,
      rgba(210, 232, 250, 0.3) 53.04%);
  margin-top: 30px !important;
  padding: 26px 60px !important;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.p_d_golden_circle_club_container {
  margin-top: 30px !important;
}

.p_d_golden_circle_club_inner {
  backdrop-filter: blur(4px);
  border-radius: 32px;
  background-color: white;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.p_d_golden_circle_club_inner_left,
.p_d_golden_circle_club_inner_right {
  width: 50%;
  position: relative;
}

.p_d_golden_circle_club_inner_right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p_d_golden_circle_club_inner_right img.p_d_g_party {
  position: absolute;
  right: -30px;
  top: -10px;
}

.p_d_golden_circle_club_inner_right img.p_d_payment_image {
  object-fit: contain;
  max-width: 350px;
}

.p_d_travel_and_stay {
  display: flex;
  align-items: start;
  gap: 40px;
  justify-content: space-between;
}

.p_d_travel_and_stay .p_d_travel_and_stay_left,
.p_d_travel_and_stay .p_d_travel_and_stay_right {
  width: 100%;
}

.p_d_travel_and_stay_left h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
}

.p_d_travel_and_stay_left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27.52px;
  letter-spacing: 0%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.p_d_travel_and_stay_right {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.p_d_travel_and_stay_right .p_d_travel_and_stay_right_location {
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  background-color: white;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
}

.p_d_travel_and_stay_right .p_d_travel_and_stay_right_location div p {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  color: rgba(34, 34, 34, 1);
}

.p_d_travel_and_stay_right .p_d_travel_and_stay_right_location div h3 {
  font-family: Nunito;
  font-weight: 900;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;

  background: linear-gradient(130.15deg, #002f59 25.69%, #000000 128.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.p_d_g_sub_up_title {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 21.12px;
  letter-spacing: 0%;
  color: #1e1e1e;
}

.p_d_g_sub_down_title {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 27.52px;
  letter-spacing: 0%;
  color: #252525;
  margin-bottom: 24px;
}

.p_d_g_title {
  font-family: Nunito;
  font-weight: 900;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #1e1e1e;
}

.p_d_note_text {
  margin-top: 50px;
}

.p_d_note_text p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 27.52px;
  letter-spacing: 0%;
  color: #252525;
  opacity: 0.5;
}

.p_d_note_text p:last-child {
  margin-top: 25px;
}

.p_d_swiper_heading_text {
  font-family: Nunito;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #1e1e1e;
}

.p_d_program_container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  /* Ensures the content stays rounded */
  border: 1px solid #2b2a2914;
  width: 100%;
  gap: 8px;
  border-width: 1px;
  padding: 32px;
  margin-top: 30px;
  min-height: 570px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p_d_program_container:hover {
  border: 1px solid transparent;
  background: linear-gradient(136.42deg, #ef8a58 -91.71%, #fffaf3 73.33%);
}

.p_d_program_container:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  /* Border thickness */
  border-radius: 20px;
  /* Ensures border-radius applies */
  background: linear-gradient(216.28deg, #ed8b59 9.44%, #fff7e6 29.35%);
  -webkit-mask: linear-gradient(white 0 0) content-box,
    linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  /* Ensures it doesn't interfere with content */
}

.p_d_program_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #1e1e1e;
}

.p_d_program_price {
  display: flex;
  margin-top: 8px;
  align-items: flex-end;
}

.p_d_program_price h2 {
  margin-bottom: 0px;
  font-family: Nunito;
  font-weight: 900;
  font-size: 44px;
  line-height: 52.8px;
  letter-spacing: 0%;
  color: #1e1e1e;
}

.p_d_program_price p {
  font-family: Nunito;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #252525;
  margin-bottom: 10px;
  margin-left: 4px;
}

.p_d_program_sub_title {
  font-family: Nunito;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
  margin-top: 8px;
}

.p_d_feature {
  border-top: 1px solid #7d5f6733;
  margin-top: 16px;
  flex-grow: 1;
}

.p_d_feature_item {
  display: flex;
  align-items: start;
  gap: 4px;
  margin-top: 16px;
}

.p_d_feature_item svg {
  width: 24px;
  height: 24px;
}

.p_d_feature_item p {
  margin-top: -1px;
}

.p_d_feature_note {
  font-family: Nunito;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #252525;
  opacity: 0.5;
  margin-top: 16px;
  margin-bottom: 24px;
}

/* Pricing & Discounts  */
.gratitude-tree {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gratitude-tree img {
  max-width: 600px;
  object-fit: contain;
}

@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;
  }

  .gratitude-tree img {
    max-width: 350px;
    object-fit: contain;
    padding: 20px;
  }

  .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: 65px;
    margin-bottom: 10px;
  }

  .companyPresentation h2 {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
  }

  .companyPresentation p {
    padding-left: 0px;
    text-align: center;
  }

  .companyPresentation button {
    margin-top: 0;
    font-size: 16px;
    padding: 8px 16px;
  }

  .USP-Heading h2 {
    margin-bottom: 0;
    margin-top: 60px;
  }

  .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;
  }
}