body {
  background-color: #fdfcff;
}

/* hero section  */

.heroSectionWrapper {
  padding: 7.67rem 20px 6.25rem 20px;
  background-image: url("../../assets/images/index/2024Nov/heroSectionBgImg.webp");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 77%;
}

.heroSection {
  max-width: 1194px;
  width: 100%;
  gap: 1rem;
}

.heroSectionLeft {
  width: 50%;
  margin-top: 2rem;
}

.heroSectionTitleWrapper {
  margin-bottom: 1.5rem;
}

.heroSectionTitle {
  color: #504ee4;
  font-weight: 600;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-left: 0.5rem;
}

.heroSectionHeading {
  color: #0e0d59;
  font-family: "Red Hat Text";
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: -1.08px;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.heroSectionDesc {
  color: #3b3a76;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.heroSectionBtn {
  padding: 14px 23.333px;
  border-radius: 4.667px;
  background: #504ee4;
  color: #fff;
  font-size: 1.03rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.327px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.heroSectionRight {
  width: 50%;
  position: relative;
}

.heroSectionFloatImg {
  position: absolute;
}

.heroSectionImgIconAni {
  transition: all 1s;
  opacity: 0;
}

@keyframes float1 {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(10px, 10px);
  }

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

  75% {
    transform: translate(-10px, 10px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes float2 {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(-10px, -10px);
  }

  50% {
    transform: translate(10px, 10px);
  }

  75% {
    transform: translate(10px, -10px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes float3 {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(-10px, 10px);
  }

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

  75% {
    transform: translate(10px, 10px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.heroSectionImgIconAni1 {
  transform: translate(-100px, -100px);
  transition-delay: 0.1s;
}

.heroSectionImgIconAni2 {
  transform: translate(-100px, -100px);
  transition-delay: 0.2s;
}

.heroSectionImgIconAni3 {
  transform: translate(100px, -100px);
  transition-delay: 0.3s;
}

.heroSectionImgIcon1 {
  top: 8%;
  left: -8%;
  width: 13%;
}

.heroSectionImgIcon2 {
  top: 27%;
  left: 3%;
  width: 13%;
}

.heroSectionImgIcon3 {
  top: 24%;
  right: 1%;
  width: 11%;
}

.heroSectionImgCard1 {
  right: 0;
  bottom: 17.9%;
  width: 39%;
  height: auto;
}

.heroSectionImgCard2 {
  left: 0;
  bottom: 18%;
  width: 40%;
  height: auto;
  border-radius: 6px;
}

.heroSectionImgCardAni {
  transform: translateX(-100px);
  transition: all 1s;
  opacity: 0;
}

.heroSectionImgCard3 {
  left: 0;
  bottom: 12.5%;
  width: 16%;
  transition-delay: 0.1s;
}

.heroSectionImgCard4 {
  left: 8%;
  bottom: 6%;
  width: 26.89%;
  transition-delay: 0.4s;
}

.heroSectionImgCard5 {
  left: 38%;
  bottom: 6%;
  width: 26.89%;
  transition-delay: 0.3s;
}

.heroSectionImgCard6 {
  right: 13%;
  bottom: 6%;
  width: 20.43%;
  transition-delay: 0.2s;
}

.heroSectionImgCard7 {
  left: 0;
  bottom: 0%;
  width: 32.34%;
  transition-delay: 0.7s;
}

.heroSectionImgCard8 {
  left: 36%;
  bottom: 0%;
  width: 24.51%;
  transition-delay: 0.6s;
}

.heroSectionImgCard9 {
  right: 0;
  bottom: 0%;
  width: 32.51%;
  transition-delay: 0.5s;
}

/* scrolling logo section */

.powering {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  text-transform: capitalize;
  color: #7c7bb0;
  margin-bottom: 24px;
  padding: 0 1rem;
}

/* feature section  */
.featureSection {
  /* height: 500vh; */
  background: #050111;
}

.featureSectionCardMainFold {
  padding: 10.25rem 20px 6.25rem;
  width: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
  background: url("../images/index/2024Nov/featureSectionBg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.featureSectionDotsUpWrapper {
  position: absolute;
  width: 100%;
  height: 35%;
  top: 0;
  left: 0;
  z-index: -1;
}

.featureSectionTabListWrap {
  max-width: 1006px;
  width: 100%;
  border-bottom: 1px solid #2E2D43;
  margin-bottom: 3rem;
  position: relative;
  overflow: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.featureSectionTabListWrap::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.featureSectionTabListWrap {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.featureSectionTabList {
  gap: 1rem;
}

.featureSectionTab {
  position: relative;
  padding: 0.75rem 0.5rem;
  cursor: pointer;
}

.featureSectionTabText {
  color: #717190;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.188rem;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  margin-bottom: 0px;
  min-width: max-content;
}

.featureSectionTab.active .featureSectionTabText {
  color: #5D57FF;
}

.featureSectionTabLine {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #5d57ff00;
  bottom: -1px;
  left: 0px;
}

.featureSectionTab.active .featureSectionTabLine {
  background: #5D57FF;
}

.featureSectionCard {
  /* position: absolute; */
  max-width: 1192px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #43446F;
  background: url("../images/index/2024Nov/featureSectionCardBg.svg"), #050111;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  gap: 1.875rem;
  overflow: hidden;
}

.featureSectionCardBottomList {
  padding: 0px 20px;
}

.featureSectionCardBottom {
  position: sticky;
  top: 15.938rem;
  margin-bottom: 6.25rem;
}

.featureSectionCardLeft {
  width: 50%;
  padding: 1.875rem;
  padding-left: 3.75rem;
}

.featureSectionCardTitleWrap {
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.featureSectionCardNewTag {
  padding: 0px 0.5rem;
  border-radius: 28.235px;
  background: #09A95C;
  color: #FFF;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.featureSectionCardTitle {
  color: #5675FF;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.featureSectionCardHeading {
  color: #FFF;
  font-family: "Red Hat Text";
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.625rem;
  letter-spacing: -1.52px;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}

.featureSectionCardDesc {
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: 2.25rem;
}

.featureSectionCardLM {
  text-decoration: none;
  cursor: pointer;
  padding: 0.625rem 1.125rem;
  border-radius: 4px;
  background: #504EE4;
  gap: 0.75rem;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  width: fit-content;
}

.featureSectionCardLM:hover {
  color: #FFF;
}

.featureSectionCardRight {
  width: 50%;
}

.featureSectionCardRight1 {
  padding-top: 5rem;
}

.featureSectionCardImgWrap {
  position: relative;
}

.featureSectionCardMainImg {
  width: 100%;
  transition: transform 0.4s ease-in-out;
  transition-delay: 0.2s;
  transform: translateY(100%);
}

.featureSectionCard.active .featureSectionCardMainImg {
  transform: translateY(0%);
}

.featureSectionCardImg {
  position: absolute;
  transition: scale 0.4s ease-in-out;
  transition-delay: 0.4s;
  scale: 0;
}

.featureSectionCard.active .featureSectionCardImg {
  scale: 1;
}

.featureSectionCard1Img {
  width: 53%;
  top: 32%;
  left: 40%;
}

.featureSectionCard2Img {
  width: 57%;
  top: 42%;
  left: 25%;
}

.featureSectionCard4Img1 {
  width: 40%;
  top: 24%;
  left: 43%;
}

.featureSectionCard4Img2 {
  width: 47%;
  top: 47%;
  right: 7%;
}

/* multiChannel */

.multiChannel {
  padding-top: 5.625rem;
}

.multiChannelTitle {
  color: #504ee4;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding: 0px 20px;
}

.multiChannelHeading {
  color: #0e0d59;
  text-align: center;
  font-family: "Red Hat Text";
  font-weight: 700;
  margin-bottom: 12px;
  padding: 0px 20px;
}

.multiChannelDesc {
  color: #2d2c76;
  text-align: center;
  margin-bottom: 4rem;
  max-width: 762px;
  padding: 0px 20px;
}

.multiChannelCardList {
  gap: 1.875rem;
  max-width: 1194px;
  width: 100%;
  margin-bottom: 3rem;
  padding: 0px 15px;
}

.multiChannelCardBox {
  width: 25%;
  padding: 1rem;
  border-radius: 10px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.multiChannelCardBox.active {
  background: linear-gradient(95deg, #fbf8ff 0%, #f6efff 78.95%, #ecddff 100%);
}

.multiChannelCardBox::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background: #ede9f3;
  z-index: -1;
  border-radius: 10px;
}

.multiChannelCardBox.active::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background: linear-gradient(
    90deg,
    rgba(58, 231, 255, 1),
    rgba(164, 100, 255, 1)
  );
  z-index: -1;
  border-radius: 10px;
}

.multiChannelCardBox.active::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  width: 70%;
  top: 45%;
  height: 35%;
  background: linear-gradient(
    270deg,
    rgba(58, 231, 255, 1),
    rgba(164, 100, 255, 1)
  );
  z-index: -1;
  border-radius: 10px;
  filter: blur(30px);
}

.multiChannelCardBoxHeadWrapper {
  margin-bottom: 1.5rem;
}

.multiChannelCardBoxHeading {
  color: #4f48a3;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  margin-left: 8px;
  margin-bottom: 0px;
}

.multiChannelCardBoxLineWrapper {
  position: relative;
}

.multiChannelCardBoxLine1 {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e8dcf8;
  top: 0.5px;
}

.multiChannelCardBoxLine2 {
  width: 0%;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(191, 171, 247, 0),
    rgba(153, 117, 255, 1)
  );
  position: relative;
}

.multiChannelCardBoxLine3 {
  width: 0%;
  height: 4px;
  background: linear-gradient(
    90deg,
    rgba(191, 171, 247, 0) 60%,
    rgba(153, 117, 255, 1)
  );
  position: absolute;
  top: -0.5px;
  filter: blur(3px);
}

.multiChannelCardBox.active .multiChannelCardBoxLine2,
.multiChannelCardBox.active .multiChannelCardBoxLine3 {
  animation: widthFull 8s linear;
}

@keyframes widthFull {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.multiChannelScrollCardListWrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1440px;
}

.multiChannelScrollCardList {
  width: 397%;
}

.multiChannelCard {
  margin: 0px 15px;
  width: 14.29%;
  padding: 3.125rem 2.5rem;
  border-radius: 12px;
  border: 1px solid #e7dffc;
  background: #f7f2ff;
}
/* 54.67 */

.multiChannelCardLeft {
  width: 50%;
}

.multiChannelCardHeading {
  color: #0e0d59;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.multiChannelCardDesc {
  color: #3b3a76;
  margin-bottom: 1.5rem;
}

.multiChannelCardBtn {
  border-radius: 4px;
  border: 1px solid #504ee4;
  padding: 10px 20px;
  color: #504ee4;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
}

.multiChannelCardRight {
  width: 50%;
}

.multiChannelCardRight img {
  width: 100%;
  height: auto;
}

.multiChannelCardRight1 img {
  max-width: 294px;
}

.multiChannelCardRight2 img,
.multiChannelCardRight3 img {
  max-width: 302px;
}

.multiChannelCardRight4 img {
  max-width: 286px;
}

.multiChannelScrollCardListLeftShadow {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 20.5%;
  background: linear-gradient(90deg, #fdfcff 0%, #fdfcff00 100%);
}

.multiChannelScrollCardListRightShadow {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 20.6%;
  background: linear-gradient(270deg, #fdfcff 0%, #fdfcff00 100%);
}

/* dialer section  */

.dialerSection {
  padding: 9.5rem 20px 8.5rem;
  background-image: url("../../assets/images/index/2024Nov/dialerSectionBg.webp");
  background-position: 50% 82%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.dialerSectionTitle, .talkTrackTitle {
  color: #504ee4;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.dialerSectionHeading, .talkTrackHeading {
  color: #0e0d59;
  text-align: center;
  font-family: "Red Hat Text";
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.dialerSectionDesc, .talkTrackDesc {
  color: #2d2c76;
  text-align: center;
  margin-bottom: 3rem;
}

.dialerSectionCardList {
  max-width: 990px;
  width: 100%;
  gap: 1.875rem;
  margin-bottom: 4.5rem;
}

.dialerSectionCard {
  width: 50%;
}

.dialerSectionCardIcon {
  width: 3.5rem;
  height: auto;
  margin-bottom: 13px;
}

.dialerSectionCardHeading {
  color: #0e0d59;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.dialerSectionCardDesc{
  color: #3B3A76;
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 12px;
}

.dialerSectionCardLmWrap{
  gap: 8px;
}

.dialerSectionCardLm{
  color: #504EE4;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.dialerSectionCardLmArrow{
  transition: all 0.3s;
}

.dialerSectionCardLmWrap:hover .dialerSectionCardLmArrow {
  transform: translateX(4px);
}

.dialerSectionImgWrap,
.talkTrackImgWrap {
  position: relative;
  z-index: 0;
}

.dialerSectionTempImg,
.talkTrackTempImg {
  max-width: 1074px;
  width: 100%;
  height: auto;
  opacity: 0;
}

.dialerSectionImg,
.talkTrackImg {
  position: absolute;
  height: auto;
  z-index: -1;
}

.dialerSectionImg1 {
  top: 0;
  left: 0;
  width: 18.6%;
}

.dialerSectionImg2 {
  top: 0;
  left: 24.1%;
  width: 24.5%;
}

.dialerSectionImg3 {
  top: 0;
  left: 51.4%;
  width: 24.4%;
}

.dialerSectionImg4 {
  top: 0;
  right: 0;
  width: 18.6%;
}

.dialerSectionLineSvgWrap,
.talkTrackLineSvgWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* talk track  */

.talkTrack {
  padding: 0px 20px 10.625rem;
}

.talkTrackDesc {
  max-width: 786px;
  margin-bottom: 4.5rem;
}

.talkTrackImg1 {
  top: 0;
  left: 0;
  width: 18.6%;
}

.talkTrackImg2 {
  top: 0;
  left: 23%;
  width: 57%;
}

.talkTrackImg3 {
  top: 0;
  right: 0%;
  width: 13%;
}

/* best sdrx */

.bestSdrx {
  padding: 5.94rem 20px 7rem 20px;
  background: #050111;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bestSdrxTopVideo {
  position: absolute;
  width: 100%;
  top: 0;
  left: -9px;
  margin: auto;
  right: 0;
  height: 23%;
  z-index: -1;
  mask-image: radial-gradient(330px circle at 50% 0%, #fff, transparent);
}

.bestSdrxIcon {
  margin-bottom: 3.5rem;
  width: 5rem;
  height: 5rem;
}

.bestSdrxTitle {
  color: #9858ff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.36px;
  margin-bottom: 1rem;
}

.bestSdrxHeading {
  color: #fff;
  text-align: center;
  font-family: "Red Hat Text";
  font-weight: 700;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: 5.5px;
}

.bestSdrxDesc {
  color: #b3a7d6;
  text-align: center;
  margin-bottom: 2.25rem;
  max-width: 870px;
}

.bestSdrxBtn {
  padding: 12px 20px;
  border-radius: 4px;
  background: #504ee4;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}

.bestSdrxImg {
  max-width: 1194px;
  margin-top: 5rem;
  position: relative;
}

.bestSdrxMainImg {
  visibility: hidden;
}

.bestSdrxBgImg {
  position: absolute;
  width: 118%;
  height: auto;
  top: -50%;
  left: -9%;
  z-index: -1;
}

.bestSdrxSepImg {
  position: absolute;
  height: auto;
}

.bestSdrxSepImg1 {
  height: auto;
  left: 0px;
  width: 22.5%;
  top: 10.5%;
}

.bestSdrxSepImg2 {
  left: 30.2%;
  height: auto;
  width: 8.6%;
  top: 20.5%;
}

.bestSdrxSepImg3 {
  left: 46.6%;
  top: 10.5%;
  width: 22.1%;
}

.bestSdrxSepImg4 {
  top: 0%;
  width: 26.9%;
  right: 0%;
}

.bestSdrxLineSvgWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dotsUpWrapper {
  position: absolute;
  width: 100%;
  height: 25%;
  top: 0;
  left: 0;
  z-index: -1;
}

/* integrations */

.integrations {
  padding: 13.69rem 20px 0px 20px;
}

.integrationsIconsOuterList {
  position: relative;
  margin-bottom: 10.125rem;
}

.integrationsIconsList {
  max-width: 848px;
  width: 100%;
  overflow: hidden;
}

.integrationsIconsInnerList {
  min-width: max-content;
  animation: moveLeft 30s infinite linear;
}

@keyframes moveLeft {
  0% {
    transform: translateX(-0%);
  }
  100% {
    transform: translateX(-50.1%);
  }
}

.integrationsIcons {
  padding: 0px 7.5px;
  width: 5.32rem;
  height: 4.375rem;
}

.integrationsKlentyIcon {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14.82rem;
  height: fit-content;
}

.integrationsInnerKlentyIcon {
  position: relative;
}

.integrationsKlentyIconTopDotWrapper,
.integrationsKlentyIconBottomDotWrapper {
  position: absolute;
  width: 18%;
  height: 23%;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
}

.integrationsKlentyIconTopDotWrapper {
  top: 0;
}

.integrationsKlentyIconBottomDotWrapper {
  bottom: 0;
}

.integrationsTitle {
  color: #504ee4;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.integrationsHeading {
  color: #0e0d59;
  text-align: center;
  font-family: "Red Hat Text";
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.integrationsDesc {
  color: #2d2c76;
  text-align: center;
  margin-bottom: 2.25rem;
  max-width: 645px;
}

.integrationsBtn {
  padding: 12px 20px;
  border-radius: 4px;
  background: #504ee4;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}

.integrationsIconsOuterListLeftShadow {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 10%;
  background: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
}

.integrationsIconsOuterListRightShadow {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 10%;
  background: linear-gradient(270deg, white, rgba(255, 255, 255, 0));
}

/* caseStudy */

.caseStudyWrapper {
  padding: 9rem 20px;
}

.caseStudy {
  max-width: 1194px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #d8cef3;
  background: #faf8fd;
  padding: 4.5rem;
}

.caseStudyHeadWrapper {
  gap: 2.5rem;
  margin-bottom: 6rem;
}

.caseStudyHeading1 {
  width: 50%;
  color: #0e0d59;
  font-family: "Red Hat Text";
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0px;
}

.caseStudyHeading2 {
  width: 50%;
  margin-bottom: 0px;
  color: #2d2c76;
  padding-left: 3rem;
}

.caseStudyCardListWrapper {
  margin-bottom: 4.5rem;
}

.caseStudyCardListArrow1,
.caseStudyCardListArrow2,
.mobileCaseStudyArrow1,
.mobileCaseStudyArrow2 {
  cursor: pointer;
}

.caseStudyCardListArrow2,
.mobileCaseStudyArrow2 {
  transform: rotate(180deg);
}

.mobileCaseStudyArrows {
  gap: 5rem;
  display: none;
}

.caseStudyCardList {
  width: 75%;
  position: relative;
}

.caseStudyCard {
  border-radius: 12px;
  border: 1px solid #e4def6;
  background: #f3ebfe;
  padding: 12px;
  padding-left: 2rem;
  /* gap: 4.375rem; */
  position: absolute;
  transition: all 0.8s ease;
}

.caseStudyCard.active {
  top: 0px;
  z-index: 2;
  scale: 1;
  opacity: 1;
  margin: auto;
  left: 0;
  right: 0;
}

.caseStudyCardBack1 {
  top: -6%;
  scale: 0.95;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.8;
}

.caseStudyCardBack2 {
  top: -11.5%;
  scale: 0.9;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0.6;
}

.caseStudyCardDown1,
.caseStudyCardDown2 {
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0;
}

.caseStudyCardDown1 {
  top: -11.5%;
  scale: 0.9;
  z-index: 0;
}

.caseStudyCardDown2 {
  z-index: 3;
  top: 6%;
  scale: 1.05;
  left: -2.5%;
  transition: all 0.6s ease;
  visibility: hidden;
}

.scale_1 {
  scale: 1;
}

.transition_none {
  transition: none;
}

.caseStudyCardLeft {
  width: 52%;
  padding-top: 1.25rem;
  position: relative;
  visibility: hidden;
}

.caseStudyCard.active .caseStudyCardLeft {
  visibility: visible;
}

.caseStudyCardDesc {
  color: #2e2d7b;
  font-size: 1.25rem;
  text-transform: capitalize;
  margin-bottom: 1.75rem;
}

.caseStudyCardDesc span {
  color: #2e2d7b;
  font-style: italic;
  font-weight: 700;
  text-transform: capitalize;
}

.caseStudyCardLine {
  height: 1px;
  background: #e0d9f2;
  margin-bottom: 8px;
}

.countBoxWrapper {
  gap: 1rem;
}

.countBox {
  width: 50%;
}

.countBoxTitle {
  color: #7271aa;
  font-size: 13px;
  margin-bottom: 2px;
}

.countBoxCount {
  color: #333273;
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 8px;
  margin-bottom: 0px;
}

.caseStudyCardRight {
  width: 40%;
  visibility: hidden;
}

.caseStudyCard.active .caseStudyCardRight {
  visibility: visible;
}

.caseStudyCardLinkWrapper {
  position: absolute;
  bottom: 1.25rem;
  cursor: pointer;
}

.caseStudyCardLink {
  color: #504ee4;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-right: 8px;
}

.caseStudyCard.active .caseStudyCardLinkArrow {
  transition: all 0.3s;
}

.caseStudyCardLinkWrapper:hover .caseStudyCardLinkArrow {
  transform: translateX(4px);
}

.caseStudyCardListBottomShadow {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #a127ff, #00c4ff);
  width: 80%;
  height: 20%;
  bottom: 13%;
  filter: blur(60px);
}

.caseStudyLine {
  height: 1px;
  background: #eae6f6;
  margin-bottom: 22px;
}

.caseStudyIcon {
  padding: 0px 8px;
  position: relative;
  cursor: pointer;
}

.caseStudyIcon img {
  position: relative;
  z-index: 1;
}

.caseStudyIcon1 img {
  max-width: 7.94rem;
}

.caseStudyIcon2 img {
  max-width: 6.875rem;
}

.caseStudyIcon3 img,
.caseStudyIcon5 img {
  max-width: 9.375rem;
}

.caseStudyIcon4 img {
  max-width: 2.125rem;
}

.caseStudyIconLineWrapper {
  position: absolute;
  height: 100%;
  top: -24px;
  width: 100%;
  left: 0;
  background: linear-gradient(rgba(216, 206, 243, 0.6), rgba(250, 248, 253, 1));
  visibility: hidden;
}

.caseStudyIcon.active .caseStudyIconLineWrapper {
  visibility: visible;
}

.caseStudyIconLine {
  height: 3px;
  background: #9975ff;
  border-radius: 3px;
}

.ctaSection {
  padding: 6.5rem 20px;
  background: linear-gradient(180deg, #5452be 0%, #161489 100%);
}

.ctaSectionHeading {
  color: #fff;
  text-align: center;
  font-size: 2.875rem;
  font-weight: 600;
  margin-bottom: 2rem;
  max-width: 995px;
  line-height: 4.32rem;
}

.ctaSectionBtn {
  padding: 14px 23.333px;
  border-radius: 4px;
  background: linear-gradient(
      93deg,
      #4f95ff -1.83%,
      #3686ff 62.21%,
      #649ff9 99.82%
    ),
    #fff;
  color: #fff;
  font-size: 1.17rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0.373px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 1150px) {
  .caseStudyCardLinkWrapper {
    position: static;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .heroSection {
    flex-direction: column;
  }

  .heroSection > div {
    width: 100%;
  }

  .heroSectionImgIcon1 {
    left: 0%;
  }

  .featureSectionCardMainFold {
    padding-top: 5.25rem;
  }

  .featureSectionCard {
    flex-direction: column;
    justify-content: space-between;
  }

  .featureSectionCardBottom {
    top: 10.938rem;
  }

  .featureSectionCard>div {
    width: 100%;
  }

  .featureSectionCardLeft {
    padding-left: 1.875rem;
    padding-bottom: 0px;
  }

  .featureSectionCardRight1 {
    padding-top: 0px;
  }

  .bestSdrxTopVideo {
    height: auto;
    left: -6px;
  }

  .bestSdrxImg,
  .dialerSectionImgWrap,
  .talkTrackImgWrap {
    margin-left: -8px;
    margin-right: -8px;
  }

  .bestSdrxSepImg1 {
    width: 25.5%;
  }

  .bestSdrxSepImg2 {
    width: 9.6%;
  }

  .bestSdrxSepImg3 {
    width: 24.1%;
  }

  .bestSdrxSepImg4 {
    width: 29.9%;
  }

  .bestSdrxLineSvgPath1,
  .dialerSectionLineSvgPath1,
  .talkTrackLineSvgPath1 {
    stroke-width: 0.5px;
  }

  .bestSdrxLineSvgPath2,
  .dialerSectionLineSvgPath2,
  .talkTrackLineSvgPath2 {
    stroke-width: 0.75px;
  }

  .dialerSection, .talkTrack {
    padding-bottom: 6rem;
  }

  .dialerSectionHeading, .talkTrackHeading{
    font-size: 2rem;
  }

  .dialerSectionCardList {
    flex-direction: column;
    gap: 1rem;
  }

  .dialerSectionCardList > div {
    width: 100%;
  }

  .multiChannelCardList {
    display: none !important;
  }

  .dialerSectionImg1 {
    top: 0;
    left: 0;
    width: 20.1%;
  }

  .dialerSectionImg2 {
    top: 0;
    left: 23.1%;
    width: 26%;
  }

  .dialerSectionImg3 {
    top: 0;
    left: 51.4%;
    width: 25.9%;
  }

  .dialerSectionImg4 {
    top: 0;
    right: 0;
    width: 20.1%;
  }

  .talkTrackDesc{
    margin-bottom: 2.5rem;
  }

  .talkTrackImg1 {
    top: 0;
    left: 0;
    width: 20.6%;
  }
  
  .talkTrackImg2 {
    top: 0;
    left: 23%;
    width: 59%;
  }
  
  .talkTrackImg3 {
    top: 0;
    right: 0%;
    width: 14%;
  }

  .multiChannelCardList {
    display: none !important;
  }

  .multiChannelScrollCardListWrapper {
    padding: 0px 20px;
    overflow: auto;
  }

  .multiChannelScrollCardList {
    width: 100%;
    flex-direction: column;
    gap: 2rem;
  }

  .multiChannelCard {
    flex-direction: column;
    width: 100%;
    gap: 2rem;
    margin: 0px;
  }

  .multiChannelCardCopy {
    display: none !important;
  }

  .multiChannelCard > div {
    width: 100%;
  }

  .multiChannelScrollCardListLeftShadow,
  .multiChannelScrollCardListRightShadow {
    display: none;
  }

  .integrationsIconsList {
    max-width: 100vw;
  }

  .caseStudy {
    padding: 1rem;
    overflow: hidden;
  }

  .caseStudyHeadWrapper {
    flex-direction: column;
  }

  .caseStudyHeadWrapper > p {
    width: 100%;
  }

  .caseStudyHeading2 {
    padding: 0px;
  }

  .caseStudyCard {
    flex-direction: column;
    gap: 2rem;
  }

  .caseStudyCard > div {
    width: 100%;
  }

  .caseStudyCardListWrapper {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 0px;
  }

  .caseStudyCardList {
    width: 100%;
  }

  .caseStudyCardListArrow1,
  .caseStudyCardListArrow2 {
    display: none;
  }

  .mobileCaseStudyArrows {
    display: flex;
  }

  .caseStudyLine {
    display: none;
  }

  .caseStudyIconList {
    display: none !important;
  }
}