/* scroll seciton  */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-223.19rem);
  }
}

.slider {
  background: transparent;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 15%;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: 223.19rem;
}

.slider .slide {
  padding: 1rem 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
}

/* ------------------- */

.dialiqBanner{
  position: sticky;
  top: 0;
  background-image: url("../images/calliq/calliq-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px 20px;
  z-index: 1000;
  flex-wrap: wrap;

}

.dialiqBannerImg{
  margin-right: 4px;
}

.dialiqBannerText{
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: center;
  color: #fff;
  margin: 0;
}

.dialiqBannerLink{
  background: linear-gradient(to bottom right, #00c4ff, #892efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #53E0FF;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  text-decoration-line: underline;
  margin-left: 4px;
}

.dialiqBannerLink img{
  margin-left: 6px;
  transition: all 0.2s;
}

.dialiqBannerLink:hover img{
  transform: translateX(4px);
}

.dialiqBannerClose {
  position: absolute;
  margin: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.hero-section {
  background-image: url("../../assets/images/lp-power-dialer/Ellipse\ 28.png");
}

.heroSectionImgWrap{
  z-index: 0;
}

.dialiq_hero_section .hero_subHead {
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #504ee4;
  margin-bottom: 12px;
}

.dialiq_hero_section h1 {
  font-size: 2.75rem;
}

.dialiq_hero_section .hero_desc {
  font-size: 18px;
  color: #3b3a76;
  margin-bottom: 32px;
}
.dialiq_hero_section .logo-scrolling {
  padding-top: 7.062rem;
  padding-bottom: 1rem;
}

/* action ai seciton start  */

.actionAiSectionWrap {
  padding: 0rem 10px 7.5rem;
}

.actionAiSection {
  max-width: 1242px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #D5D1FF;
  background: linear-gradient(180deg, #E3DCFF 0%, rgba(215, 205, 255, 0.00) 90.24%), #F2EFFF;
  margin: auto;
}

.actionAiSectionTop {
  padding: 4rem 20px 2.5rem;
  max-width: 1150px;
  width: 100%;
  margin: auto;
  gap: 1.875rem;
}

.actionAiSectionTopLeft {
  width: 50%;
}

.actionAiSectionTitle {
  gap: 0.625rem;
  margin-bottom: 2rem;
}

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

.actionAiSectionTitleText {
  color: #4640F3;
  text-align: center;
  font-family: "Red Hat Text";
  font-weight: 700;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.actionAiSectionHeading {
  color: #0E0D59;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.75rem;
  margin-bottom: 0.75rem;
}

.actionAiSectionDesc {
  color: #3B3A76;
  margin-bottom: 475px;
  margin-bottom: 2rem;
}

.actionAiSectionLink {
  display: inline-block;
  padding: 0.625rem 1.75rem;
  border-radius: 4px;
  background: #504EE4;
  color: #FFF;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.actionAiSectionLink:hover {
  color: #FFF;
}

.actionAiSectionTopRight {
  width: 50%;
}

.actionAiSectionImg {
  width: 100%;
  height: auto;
}

.actionAiSectionCardList {
  border-top: 1px solid #CAC6F3;
}

.actionAiSectionCard {
  padding: 1.5rem 10px;
  width: 25%;
  border-right: 1px solid #CAC6F3;
  gap: 6px;
}

.actionAiSectionCard4 {
  border: none;
}

.actionAiSectionCardIcon {
  width: 2.5rem;
}

.actionAiSectionCardText {
  color: #585780;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.12px;
  margin-bottom: 0px;
}

/* action ai seciton end  */

.multi_mode {
  padding: 8rem 10px;
  background-image: url("../../assets/images/dialiq/multi_mode_bg.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.mm_heading {
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #504ee4;
  text-align: center;
  margin-bottom: 12px;
}

.mm_desc {
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: #0e0d59;
  margin-bottom: 8px;
}

.mm_message {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #3d3c7d;
  max-width: 901px;
  margin-bottom: 5.125rem;
}

.dialiq_mm_left_container .tab_icon {
  display: none;
}

.cardContainerHead_block {
  gap: 16px;
}

.dialiq_mm_left_container .cardContainer.active .cardContainerHead {
  font-size: 22px;
}

.dialiq_mm_left_container .cardContainer .cardContainerHead {
  font-size: 18px;
  font-weight: 600;
}

.sp-mb11 {
  margin-bottom: 11px;
}

.dialiq_mm_left_container .cardContainer .cardContainerPara {
  color: #3d3c7d;
  margin-bottom: 16px;
}

.dialiq_mm_left_container .btn-container {
  margin-bottom: 0rem;
}

.dialiq_mm_left_container hr {
  margin: 0;
}

.dialiq_mm_left_container .cardContainer {
  padding-top: 24px;
  padding-bottom: 8px;
  padding-right: 0px;
}

.dialiq_mm_left_container .cardContainer.active .cardContent {
  height: 0px;
}

.dialiq_mm_left_container .progressBarCont {
  height: 2px;
}

.dialiq_mm_left_container .progressBar {
  height: 3px;
}

.dialiq_mm_left_container
  .cardContainer.active
  + .progressBarCont
  .progressBar {
  animation: widthFull 8s linear;
}

.dialiq_mm_right_container .first-section-img {
  position: static;
  display: none;
}

.dialiq_mm_right_container .first-section-img.active {
  position: static;
  display: block;
}

.dialiq_improve {
  margin-bottom: 8rem;
}

.dialiq_improve h2 {
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: #0e0d59;
  margin-bottom: 4rem;
}

.auto_v {
  background: linear-gradient(180deg, #f9f9ff 0%, #d9d9ff 100%);
  border: 1px solid #ebeaff;
}

.auto_v_box {
  padding: 24px 0px 38px 24px;
}

.box_heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  color: #353470;
  margin-bottom: 4px;
}

.box_content {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #555490;
  margin-bottom: 0px;
}

.box_wrapper {
  height: 360px;
  border-radius: 8px;
}

.call {
  border: 1px solid #ebeaff;
  background: #f9f9ff;
  border-radius: 8px;
}

.dialiq_improve_box {
  gap: 30px;
}

.local,
.auto_t {
  border: 1px solid #ebeaff;
  background: #f9f9ff;
}

.pazcare {
  padding: 6rem 10px 10rem 10px;
  background: linear-gradient(180deg, #f3f1ff 0%, rgba(243, 241, 255, 0) 100%);
}

.pazcare h1 {
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  color: #0e0d59;
  margin-bottom: 5rem;
}

.pazcare_box {
  background: linear-gradient(180deg, #e5e5ff 0%, #d9d9ff 100%);
  border-radius: 12px;
  height: 341px;
}

.pazcare .case {
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #504ee4;
  margin-bottom: 12px;
}

.case_details {
  font-weight: 600;
  line-height: 42px;
  text-align: left;
  color: #120155;
  margin-bottom: 16px;
}

.case_details span {
  font-weight: 700;
}

.pazcare .line {
  border: 1px solid #d8d7f5;
  margin-bottom: 12px;
  width: 100%;
}

.num_left {
  padding-right: 40px;
}

.num_right {
  padding-left: 40px;
}

.num_count {
  font-size: 33px;
  font-weight: 600;
  line-height: 49.5px;
  text-align: left;
  color: #6236d2;
}

.num_detail {
  color: #3d3c7d;
}

.num_wrapper {
  margin-bottom: 44px;
}

.pazcare_learnm {
  font-size: 18px !important;
}

.pazcare .btn-container {
  margin-bottom: 0px;
}

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

.cta_section h1 {
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  color: white;
  max-width: 707px;
  margin-bottom: 40px;
}

.cta_section button {
  padding: 14px 24px;
  border-radius: 4px;
  background: linear-gradient(
    93.44deg,
    #4f95ff -1.83%,
    #3686ff 62.21%,
    #649ff9 99.82%
  );
  color: white;
  font-size: 18.67px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  cursor: pointer;
}

.hero-play-icon {
  width: 112px;
}

.dialiq_video_box {
  background-color: #c6dcf1;
}

@media only screen and (max-width: 786px) {
  .hero-section2 {
    padding-top: 18.125rem;
  }
  
  .hero-section {
    padding-bottom: 2rem;
  }

  .actionAiSectionWrap {
    padding-top: 0px;
    padding-bottom: 5rem;
  }

  .actionAiSectionTop {
    padding-top: 3rem;
    flex-direction: column;
    gap: 3rem;
  }

  .actionAiSectionTop>div {
    width: 100%;
  }

  .actionAiSectionHeading {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }

  .actionAiSectionCard {
    width: 50%;
  }

  .actionAiSectionCard1, .actionAiSectionCard2 {
    border-bottom: 1px solid #CAC6F3;
  }

  .actionAiSectionCard2 {
    border-right: none;
  }

  .progressBarCont {
    display: block !important;
  }
}

@media only screen and (max-width: 425px) {
  .hero-section2 {
    padding-top: 20.125rem;
  }
}
