:root {
  --primary: #002ccd;
  --bs-primary-rgb: #002ccd;
  --bs-link-hover-color: #002ccd;
  --secondary: #f3f3ffcc;
  --tertiary: #f1f1ff;
  --black: #000;
  --color: #3e414b;
  --bs-body-color: #3e414b;
  --bs-heading-color: #3e414b;
  --orange: #fc921f;
  --bs-navbar-toggler-icon: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/navBtn.svg");
  --white: #ffffff;
  --accordion-btn-icon-close: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/Accord-close.svg");
  --accordion-btn-icon: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/Accord-open.svg");
  --bs-accordion-body-padding-y: 0rem;
  --bg-70: #e8e8ff;
  --bg-50: #e4e4ff80;
  --bg-30: #e4e4ff4d;
  --bg-20: #e4e4ff33;
  --bg-10: #e4e4ff1a;
}

body {
  font-family: "futura-pt";
  overflow-x: hidden;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-secondary-70 {
  background-color: var(--bg-70) !important;
}
.bg-secondary-50 {
  background-color: var(--bg-50) !important;
}
.bg-secondary-30 {
  background-color: var(--bg-30) !important;
}
.bg-secondary-20 {
  background-color: var(--bg-20) !important;
}
.bg-secondary-10 {
  background-color: var(--bg-10) !important;
}
.bg-orange {
  background-color: var(--orange) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient1 {
  /* background: linear-gradient(180deg, #001668 0%, #002cce 100%),
    url("https://d1585q1wairh36.cloudfront.net/assets/LP/SMM/Vector (1).png")
      center/cover no-repeat; */
  background: url("https://d1585q1wairh36.cloudfront.net/assets/LP/SMM/Group 164651.png ")
      center/cover no-repeat,
    linear-gradient(180deg, #001668 0%, #002cce 100%);
  color: white !important;
  text-align: center;
}
a {
  text-decoration: none;
  color: inherit;
}
.text-white {
  color: var(--white) !important;
}
.text-orange {
  color: var(--orange) !important;
}

.bordered {
  border-radius: 20px;
  overflow: hidden;
}
.text-primary {
  color: var(--primary) !important;
}
.text-light {
  color: var(--color) !important;
}
.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.header-logo {
  max-width: 214px;
}
.navCTA {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 10px;
  color: var(--white);
  padding-inline: 32px;
  padding-block: 8px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.trust-slide {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.3s ease;
}
.trusted-slide-track.blck > .trust-slide {
  img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    filter: grayscale(1);
    border-radius: 20px;
  }
  &:hover {
    img {
      filter: grayscale(0);
      transform: translateY(-5px);
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
  }
}
.trusted-slider-logo {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.trusted-slider-logo .trusted-slide-track {
  animation: trustedScroll 40s linear infinite;
  display: flex;
  width: calc(350px * 14);
}
.trusted-slider-logo .trusted-slide-track-back {
  animation: trustedScrollR 40s linear infinite;
  display: flex;
  width: calc(350px * 14);
}

.trusted-slider-logo .trust-slide {
  height: 130px;
  border: none;
}
.FormCTA_bg {
  background-color: #022cee;
  color: #fff;
  padding: 0px 0px 0px 20px;
  border-radius: 10px;
  border-color: #022cee;
}
.FormCTA_bg:hover {
  background-color: #fff;
  color: #022cee;
  border-color: var(--orange);
}
.book_meeting_input {
  padding: 3px 30px;
  height: 40px;
  margin-bottom: 12px;
  border: #e7e7e7;
}
.FooterInputs {
  padding: 15px 30px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid rgba(231, 231, 231, 1);
}
.banner {
  background: url("https://d1585q1wairh36.cloudfront.net/assets/LP/SMM/backgroundbanner.png"),
    linear-gradient(180deg, #001668 0%, #002cce 100%);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
.top-rig {
  position: absolute;
  top: -2%;
  right: -2%;
  width: 250px;
  aspect-ratio: 1 / 1;
  background-image: url("https://d1585q1wairh36.cloudfront.net/assets/LP/BPO/cta-bg1.png.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.bluegraph {
  .bg-primary {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.orangeBtn {
  color: var(--white);
  background-color: var(--orange);
  border: none;
  padding-inline: 1.75rem;
  padding-block: 0.75rem;
  border-radius: 10px;
  max-height: 70px;
}
.headinLine {
  text-align: center;
  max-width: 1400px;
  margin-inline: auto;
  .font-48-30 {
    font-weight: 450 !important;
  }
  span {
    display: inline-block;
    padding-bottom: 8px;
    line-height: 1.2;
    font-weight: 500;
    &::after {
      content: "";
      display: block;
      height: 2px;
      width: min(400px, 100%);
      background: #fb923c;
      margin: 8px auto 0;
      border-radius: 2px;
    }
  }
}
.accordion-item {
  border-radius: 20px !important;
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}
.accordion-button {
  color: var(--primary);
}
.accordion-button:not(.collapsed) {
  color: var(--primary);
  background-color: var(--white);
  box-shadow: none;
}
.accordion-collapse.collapse.show,
.accordion-collapse.collapsing {
  /* color: var(--white); */
  background-color: var(--white);
  box-shadow: none;
}
.accordion-button::after {
  background-image: url("https://d1585q1wairh36.cloudfront.net/assets/LP/PPC1/orangePlusPPCicon%201.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  transform: none !important;
  width: 30px;
  height: 30px;
  content: "";
}
.accordion-button:not(.collapsed)::after {
  background-image: url("https://d1585q1wairh36.cloudfront.net/assets/LP/PPC1/orangeMinusPPCicon.png");
}
.tickUL {
  text-align: left;
  list-style: none;
  padding: 0;
  li {
    position: relative;
    padding-left: 25px; /* Space for the image */
  }
  li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 19px;
    height: 19px;
    background-image: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/blue-tick.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.minParra {
  width: min(1000px, 90%);
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}
.Pcard {
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  padding: 1rem;
  background-color: #ffffff;
  height: 100%;
  &:hover {
    box-shadow: 0px 4px 31px 0px #c7c7c740;
  }
}
.hoverEffect:hover .hoverImg {
  transform: rotateY(360deg);
}
.challangeIconcss {
  background-color: #0123a4;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.challangeIconcss.drop {
  background-image: url("https://d1585q1wairh36.cloudfront.net/assets/LP/VA/it_icon.png");
  background-color: transparent;
  margin-bottom: 8px;
}
.challangeIconcss.orange {
  background-color: var(--orange) !important;
}
.challangeIconcss img {
  padding: 10px;
  background-color: transparent;
  width: 60px;
  transition: transform 0.6s ease;
}
.orText {
  visibility: hidden;
}
.orCard:hover {
  .orText {
    visibility: visible;
  }
}
.cursor {
  cursor: pointer;
}
.hovermove {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  &:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 31px 0px #c7c7c740;
  }
}
.statsCardTop {
  position: relative;
  top: -26px;
}
.lineBelow::after {
  content: "";
  display: block;
  width: 30%; /* underline width */
  height: 7px; /* underline thickness */
  background-color: white;
  margin-top: 10px;
}
.whiteBtn {
  color: var(--primary);
  background-color: var(--white);
  border: none;
  padding-inline: 1.75rem;
  padding-block: 0.75rem;
  border-radius: 10px;
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  border-radius: 50%;
  vertical-align: middle;
}

.serviceCards {
  height: 100%;
  border: 1px solid var(--primary);
  border-radius: 10px 40px;
  background-color: var(--white);
  text-align: center;
  z-index: 1;
  position: relative;
  .card-title {
    color: var(--primary);
  }
  .card-text {
    color: var(--black);
  }
  strong {
    color: var(--primary) 45;
  }
  &:hover {
    background: linear-gradient(180deg, #002cee 0%, #000000 100%);
    .read-more-btn {
      opacity: 1;
    }
    .card-title {
      color: var(--white);
    }
    .card-text {
      color: var(--white);
    }
    strong {
      color: var(--orange);
    }
    img.mx-auto {
      filter: brightness(0) invert(1);
    }
  }
}

.scaleImg {
  animation: scaleGrow 2s ease-in-out infinite alternate;
  position: absolute;
  left: -20%;
}
@keyframes scaleGrow {
  0% {
    transform: scale(0.45);
  }
  100% {
    transform: scale(0.65);
  }
}

.ctaBack {
  background: url("https://d1585q1wairh36.cloudfront.net/assets/LP/DM2/ctaBack.png")
      center no-repeat,
    linear-gradient(180deg, #002cce 0%, #000000 100%);
}
.book_meeting_input {
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  background: transparent;
  padding-left: 0px;
  &:focus {
    color: #212529;
    background-color: transparent;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
  }
}
.form-check-label {
  font-size: 14px;
}
.footerInput {
  border: 1px solid #7d7d7d;
  border-radius: 10px;
  padding-block: 17px;
}
.contractDiv {
  div {
    height: 70px;
    align-content: center;
  }
  .tb-head {
    text-align: center;
    border-radius: 6px;
  }
  .tb-col:nth-child(even) {
    background-color: #f8f8ff;
  }
}
.ckBefore::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/blue-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: 10px;
  vertical-align: middle;
}
.ckBeforeblack::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/black-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: 10px;
  vertical-align: middle;
}
.ckBeforegreen::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("https://d1585q1wairh36.cloudfront.net/assets/Icon/green-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: 10px;
  vertical-align: middle;
}
.clientSays {
  text-align: left;
  background: var(--white);
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  position: relative;
  height: 100%;
  display: flex;
  margin-left: auto;
  width: 85%;
}
.clientParra {
  width: 90%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.clientImg {
  position: absolute;
  height: 74%;
  left: -20%;
  width: 30%;
  top: 50%;
  transform: translateY(-50%);
}
.clientSaysMob {
  text-align: left;
  background: var(--white);
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.animation-rotate {
  will-change: transform; /* Hint the browser about expected changes */
  animation: rotate 5s linear infinite; /* Apply rotation animation */
  margin-left: -100px;
}

.square_vector {
  width: 180px;
  position: absolute;
  left: 10px;
}

.Boxshadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blueBtn {
  padding-inline: 1.75rem;
  padding-block: 0.75rem;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  border: 1px solid var(--primary);
}
.circle-dot {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 5%;
  height: 75px;
  width: 75px;
}
.circle-dot-form {
  position: absolute;
  bottom: 11%;
  left: 2%;
  width: 75px;
  height: 75px;
}

@media only screen and (max-width: 768px) {
  .Client {
    text-align: center;
    margin-top: 20px;
  }
  .client-heading {
    display: none;
  }

  .client-img {
    width: 200px;
  }
  .stat-box {
    border-right: none;
  }
  .trust-slide {
    width: 200px;
    margin: 0px !important;
    margin-inline: 15px !important ;
  }
}
@media (max-width: 700px) {
  /* .banner {
    background: url("https://d1585q1wairh36.cloudfront.net/assets/LP/DM2/mob-banner1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  } */
  .clutch {
    width: 130px;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg); /* Start rotation from 0 degrees */
  }
  to {
    transform: rotate(90deg);
  }
}
@keyframes trustedScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes trustedScrollR {
  0% {
    transform: translateX(calc(-250px * 7));
  }

  100% {
    transform: translateX(0);
  }
}
.step {
  text-align: center;
}
.step-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.arrAfter {
  position: relative;
  text-align: center;
}
.arrAfter::after {
  background: url("https://d1585q1wairh36.cloudfront.net/assets/LP/SMM/up 1.png")
    no-repeat center/contain;
  content: "";
  position: absolute;
  top: 0px;
  right: -24px;
  width: 50px;
  height: 50px;
}

.arrAfter:last-child::after {
  content: none;
}
.smm-slider .slick-slide {
  padding: 0 10px;
}
.smm-slider .slick-list {
  margin: 0 -10px;
}

.smm-logo {
  max-height: 80px;
  width: auto;
  margin-inline: auto;
  display: block;
}
.case-study-section {
  position: relative;
  background: url("https://d1585q1wairh36.cloudfront.net/assets/LP/SMM/Rectangle 391.png")
    center/cover no-repeat;
  border-radius: 20px;
  min-height: 300px; /* adjust */
  display: flex;
  box-shadow: 0px 4px 31px 0px #c7c7c740;
  align-items: center;
}

.overlay {
  width: 100%;
  display: flex;
  justify-content: flex-end; /* push card to right */
  padding: 20px;
}

.case-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  max-width: 600px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.case-head::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fb923c;
  margin: 8px 0;
  border-radius: 1.7px;
}
.case-block {
  position: relative;
  padding-left: 36px; /* space for arrow */
  margin-bottom: 1.5rem;
}

.case-block::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -3px;
  width: 27px;
  height: 27px;
  background: url("https://d1585q1wairh36.cloudfront.net/assets/LP/SMM/double.png")
    no-repeat center/contain;
}

.ai-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  width: 100%;
  box-shadow: 0px 4px 31px 0px #c7c7c740;
  .smC {
    padding: 1.5rem 1rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    color: var(--primary);
  }
}
.case-head::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fb923c;
  margin: 8px 0;
  border-radius: 1.7px;
}
.case-block {
  position: relative;
  padding-left: 36px;
  margin-bottom: 1.5rem;
}
.movingcard {
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  animation: ai-float 6s ease-in-out infinite;
  will-change: transform, box-shadow;
}

.movingcard:hover,
.movingcard:focus-within {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

@keyframes ai-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .movingcard {
    animation: none;
  }
}
.testi-card {
  padding: 24px 24px 18px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.testi-slider .slick-track {
  display: flex !important; /* force slick track into flex */
}

.testi-slider .slick-slide {
  height: inherit !important; /* let flexbox control height */
  display: flex !important;
}

.testi-card {
  flex: 1; /* card grows to fill height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testi-quote {
  color: #1a1a1a;
  position: relative;
}

.testi-author {
  margin-top: 16px;
  font-weight: 600;
  color: #2a3a8f;
}

.testi-slider .slick-slide {
  padding: 0 20px;
}
.testi-slider .slick-list {
  margin: 0 -12px;
}

.slick-prev:before,
.slick-next:before {
  color: #2a3a8f;
  font-size: 28px;
}
.slick-dots li button:before {
  color: #a5b3de;
}
.slick-dots li.slick-active button:before {
  color: #2a3a8f;
}
