:root {
  --charcoal-black: #1E1E1E;
  --smoky-black: #0C0C0C;
  --montserrat-font-family: "Montserrat", sans-serif;
  --anti-flash-white: #F0F0F0;
  --roboto-font-family: "Roboto", sans-serif;
}

.type-of-posting-holder {
  background: #010206;
  padding-top: 13rem;
  padding-bottom: 5rem;
  position: relative;
}
.type-of-posting-holder .bg-effect {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.type-of-posting-holder .icon-top-right {
  position: absolute;
  top: -27%;
  right: -5%;
  width: 274px;
  height: 268px;
  z-index: 1;
}
.type-of-posting-holder .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
}
.type-of-posting-holder .content h2 {
  font-family: var(--family-jakarta);
  font-weight: 600;
  font-size: 60px;
  line-height: 120%;
  color: var(--white);
  margin: 0;
}
.type-of-posting-holder .content p {
  font-family: var(--family-urbanist);
  font-weight: 500;
  font-size: 26.87px;
  line-height: 160%;
  color: var(--white);
  margin: 0;
}
.type-of-posting-holder .content span {
  font-family: var(--family-urbanist);
  font-weight: 600;
  font-size: 24px;
  line-height: 39.09px;
  color: var(--white);
}
.type-of-posting-holder .content a:not(.btn) {
  font-family: var(--family-urbanist);
  font-weight: 700;
  font-size: 24px;
  line-height: 39.09px;
  color: var(--app-theme);
  text-decoration: none;
}
.type-of-posting-holder .card-container {
  padding-left: 4rem;
  position: relative;
  margin-left: 5rem;
}
.type-of-posting-holder .card-container .card {
  box-shadow: 0px 4px 15.6px 0px rgba(0, 0, 0, 0.0117647059);
  background: #FFFFFF;
  border-radius: 20px;
  min-height: 120px;
  position: relative;
  margin-bottom: 21px;
}
.type-of-posting-holder .card-container .card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -65px;
  transform: translateY(-50%);
  height: 1px;
  width: 35px;
  background: var(--app-theme);
  box-shadow: 0px 4px 15.6px 0px rgba(0, 0, 0, 0.0117647059);
}
.type-of-posting-holder .card-container .card:after {
  content: "";
  position: absolute;
  top: 0;
  left: -65px;
  height: calc(100% + 21px + 2px);
  width: 1px;
  background: var(--app-theme);
}
.type-of-posting-holder .card-container .card:last-child::after {
  bottom: 50%;
  top: auto;
}
.type-of-posting-holder .card-container .card:nth-child(1)::after {
  top: 50%;
}
.type-of-posting-holder .card-container .card .card-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 40px;
  position: relative;
  flex-wrap: wrap;
}
.type-of-posting-holder .card-container .card .card-body p {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  color: #1E1E1E;
  font-weight: 500;
}
.type-of-posting-holder .card-container .card .card-body::after, .type-of-posting-holder .card-container .card .card-body::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.type-of-posting-holder .card-container .card .card-body::before {
  left: -12px;
  height: 24px;
  width: 24px;
  background: var(--app-theme);
  z-index: 1;
}
.type-of-posting-holder .card-container .card .card-body::after {
  left: -23px;
  height: 48px;
  width: 48px;
  background: #000;
  box-shadow: 0px 4px 15.6px 0px rgba(0, 0, 0, 0.0117647059);
}
.type-of-posting-holder .card-container .card .card-body h6 {
  font-family: var(--family-urbanist);
  font-weight: 600;
  font-size: 29px;
  line-height: 39px;
  color: #1E1E1E;
  width: 100%;
  margin: 0;
}
@media (max-width: 1749px) {
  .type-of-posting-holder .card-container .card .card-body p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1499px) {
  .type-of-posting-holder .icon-top-right {
    top: -22%;
    width: 200px;
    height: auto;
  }
}
@media (max-width: 1399px) {
  .type-of-posting-holder {
    padding-top: 13rem;
  }
  .type-of-posting-holder .content h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .type-of-posting-holder .content p {
    font-size: 23px;
    line-height: 32px;
  }
  .type-of-posting-holder .content span:not(.btn),
  .type-of-posting-holder .content a:not(.btn) {
    font-size: 20px;
    line-height: 30px;
  }
  .type-of-posting-holder .card-container {
    margin-left: 2rem;
  }
  .type-of-posting-holder .card-container::before {
    height: 83.5%;
  }
  .type-of-posting-holder .card-container .card {
    min-height: 100px;
  }
  .type-of-posting-holder .card-container .card .card-body::before {
    height: 20px;
    width: 20px;
  }
  .type-of-posting-holder .card-container .card .card-body::after {
    height: 44px;
    width: 44px;
  }
  .type-of-posting-holder .card-container .card .card-body h6 {
    font-size: 24px;
    line-height: 34px;
  }
  .type-of-posting-holder .card-container .card .card-body p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .type-of-posting-holder {
    padding-top: 5rem;
  }
  .type-of-posting-holder .content {
    margin-bottom: 2rem;
    align-items: center;
  }
  .type-of-posting-holder .content h2 {
    font-size: 40px;
    text-align: center;
    line-height: 50px;
  }
  .type-of-posting-holder .content p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .type-of-posting-holder .content span {
    font-size: 18px;
    line-height: 28px;
  }
  .type-of-posting-holder .content a.btn {
    padding: 10px 20px;
  }
  .type-of-posting-holder .content a:not(.btn) {
    font-size: 18px;
    line-height: 28px;
  }
  .type-of-posting-holder .card-container {
    margin-left: 0;
  }
  .type-of-posting-holder .card-container .card {
    min-height: 95px;
  }
}
@media (max-width: 767px) {
  .type-of-posting-holder {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .type-of-posting-holder .icon-top-right,
  .type-of-posting-holder .bg-effect {
    display: none;
  }
  .type-of-posting-holder .card-container {
    padding-left: 2.5rem;
  }
  .type-of-posting-holder .card-container .card {
    min-height: 85px;
  }
  .type-of-posting-holder .card-container .card .card-body {
    padding-left: 30px;
    padding-right: 0;
  }
  .type-of-posting-holder .card-container .card .card-body::after {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .type-of-posting-holder .card-container {
    padding-left: 0.5rem;
  }
  .type-of-posting-holder .card-container .card {
    min-height: 80px;
  }
  .type-of-posting-holder .card-container .card::after, .type-of-posting-holder .card-container .card::before {
    display: none;
  }
  .type-of-posting-holder .card-container .card .card-body {
    padding-left: 25px;
  }
}

.technologies-platforms-holder-new.client-logo-holder {
  background: rgba(217, 217, 217, 0.1);
}
.technologies-platforms-holder-new.client-logo-holder .technologies-platforms-card-container .swiper-wrapper {
  justify-content: space-evenly;
}
.technologies-platforms-holder-new.client-logo-holder .technologies-platforms-card-container .swiper-wrapper .technologies-platforms-card {
  border: 0;
}
.technologies-platforms-holder-new.client-logo-holder .technologies-platforms-card-container .swiper-wrapper .technologies-platforms-card img {
  filter: grayscale(1);
}

.custom-software-solutions-holder-revamp.get-full-team-holder {
  padding-top: 5.5rem;
}
.custom-software-solutions-holder-revamp.get-full-team-holder .custom-software-solutions-content .custom-software-solutions-heading-sec {
  margin-bottom: 6.125rem;
}
.custom-software-solutions-holder-revamp.get-full-team-holder .custom-software-solutions-content .custom-software-solutions-heading-sec h2 strong {
  display: block;
}
.custom-software-solutions-holder-revamp.get-full-team-holder .custom-software-solutions-content .get-full-team-slider .swiper-wrapper .swiper-slide:first-of-type .custom-software-solutions-card {
  border-left: 0;
}
.custom-software-solutions-holder-revamp.get-full-team-holder .custom-software-solutions-content .get-full-team-slider .custom-software-solutions-card {
  background: transparent;
  padding: 0 1.25rem;
  border-radius: 0;
  width: 350px;
  border: 0;
  border-left: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s;
  min-height: 185px;
}
.custom-software-solutions-holder-revamp.get-full-team-holder .custom-software-solutions-content .get-full-team-slider .custom-software-solutions-card .card-icon img {
  width: 50px;
  height: 50px;
}
.custom-software-solutions-holder-revamp.get-full-team-holder .custom-software-solutions-content .get-full-team-slider .custom-software-solutions-card h5 {
  font-family: var(--family-urbanist);
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #1E1E1E;
  margin: 1rem 0 0 0;
}
.custom-software-solutions-holder-revamp.get-full-team-holder .custom-software-solutions-content .get-full-team-slider .custom-software-solutions-card p {
  font-family: var(--family-urbanist);
  font-weight: 500;
  font-size: 19px;
  line-height: 29px;
  color: rgba(31, 22, 15, 0.6392156863);
  margin: 0;
}
.custom-software-solutions-holder-revamp.get-full-team-holder .main-image {
  margin-bottom: -4%;
}
.custom-software-solutions-holder-revamp.get-full-team-holder .main-image.space {
  padding: 0 7rem;
}
.custom-software-solutions-holder-revamp.get-full-team-holder .main-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-software-solutions-holder-revamp.get-full-team-holder .single-line-cta .cta-inner {
  padding: 90px 80px 90px 80px;
}
.custom-software-solutions-holder-revamp.get-full-team-holder .single-line-cta .cta-inner h2 {
  font-size: 70px;
  line-height: 80px;
}
@media (max-width: 1749px) {
  .custom-software-solutions-holder-revamp.get-full-team-holder .main-image.space {
    padding: 0 2rem;
  }
  .custom-software-solutions-holder-revamp.get-full-team-holder .single-line-cta .container {
    max-width: 100%;
  }
  .custom-software-solutions-holder-revamp.get-full-team-holder .single-line-cta .cta-inner {
    padding: 70px 50px 70px 60px;
  }
}
@media (max-width: 1399px) {
  .custom-software-solutions-holder-revamp.get-full-team-holder .single-line-cta .cta-inner h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1199px) {
  .custom-software-solutions-holder-revamp.get-full-team-holder .single-line-cta .cta-inner h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .custom-software-solutions-holder-revamp.get-full-team-holder .custom-software-solutions-content .custom-software-solutions-heading-sec h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .custom-software-solutions-holder-revamp.get-full-team-holder .custom-software-solutions-content .custom-software-solutions-heading-sec h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .custom-software-solutions-holder-revamp.get-full-team-holder .single-line-cta .cta-inner {
    flex-direction: column;
    justify-content: center;
    padding: 50px 40px 50px 40px;
  }
  .custom-software-solutions-holder-revamp.get-full-team-holder .single-line-cta .cta-inner h2 {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .custom-software-solutions-holder-revamp.get-full-team-holder .single-line-cta .cta-inner {
    padding: 25px;
  }
  .custom-software-solutions-holder-revamp.get-full-team-holder .single-line-cta .cta-inner h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.business-growth-holder-new.free-perks-holder {
  padding-bottom: 2rem;
}
.business-growth-holder-new.free-perks-holder .bg-image {
  inset: 8% 0 0 0;
}
.business-growth-holder-new.free-perks-holder .bg-image img {
  -o-object-position: left;
     object-position: left;
}
.business-growth-holder-new.free-perks-holder .content-wrapper {
  margin-bottom: 3rem;
}
.business-growth-holder-new.free-perks-holder .content-wrapper .heading-sec {
  color: #FFFFFF;
  font-family: var(--family-jakarta);
  font-weight: 500;
  font-size: 21.49px;
  line-height: 180%;
  text-align: left;
}
.business-growth-holder-new.free-perks-holder .content-wrapper .card {
  margin-bottom: 0;
  border-radius: 20px;
  position: relative;
}
.business-growth-holder-new.free-perks-holder .content-wrapper .card .emoji-icon {
  position: absolute;
  bottom: 75%;
  right: -6%;
  height: 152px;
  z-index: 1;
}
.business-growth-holder-new.free-perks-holder .content-wrapper .card .thum-icon {
  position: absolute;
  bottom: -17%;
  left: -11%;
  width: 150px;
}
.business-growth-holder-new.free-perks-holder .content-wrapper .card .card-body {
  padding: 29px 33px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  height: 300px;
  overflow-y: auto;
}
.business-growth-holder-new.free-perks-holder .content-wrapper .card .card-body.column-2 {
  grid-template-columns: 1fr 1fr;
}
.business-growth-holder-new.free-perks-holder .content-wrapper .card .card-body::-webkit-scrollbar {
  background: transparent;
  width: 0px;
}
.business-growth-holder-new.free-perks-holder .content-wrapper .card .card-body::-webkit-scrollbar-thumb {
  background: var(--app-theme);
}
.business-growth-holder-new.free-perks-holder .content-wrapper .card .card-body span {
  font-family: var(--font-family-roboto);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  color: #536174;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.business-growth-holder-new.free-perks-holder .content-wrapper .card .card-body span::before {
  content: "";
  display: inline-block;
  min-width: 28px;
  height: 28px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m9.55 18l-5.7-5.7l1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4z'/%3E%3C/svg%3E");
  background-color: var(--app-theme);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media (max-width: 1749px) {
  .business-growth-holder-new.free-perks-holder .img-wrapper img {
    width: 100%;
  }
  .business-growth-holder-new.free-perks-holder .content-wrapper {
    margin-bottom: 0;
  }
  .business-growth-holder-new.free-perks-holder .content-wrapper .card .emoji-icon {
    right: -5%;
    height: 95px;
  }
  .business-growth-holder-new.free-perks-holder .content-wrapper .card .thum-icon {
    bottom: -10%;
    left: -12%;
    width: 130px;
  }
  .business-growth-holder-new.free-perks-holder .content-wrapper .card .card-body.column-2,
  .business-growth-holder-new.free-perks-holder .content-wrapper .card .card-body {
    height: 285px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1499px) {
  .business-growth-holder-new.free-perks-holder .content-wrapper .card .emoji-icon {
    height: 90px;
  }
  .business-growth-holder-new.free-perks-holder .content-wrapper .card .thum-icon {
    width: 122px;
  }
  .business-growth-holder-new.free-perks-holder .content-wrapper .card .card-body {
    height: 270px;
  }
  .business-growth-holder-new.free-perks-holder .content-wrapper .card .card-body::-webkit-scrollbar {
    width: 3px;
  }
}
@media (max-width: 1199px) {
  .business-growth-holder-new.free-perks-holder {
    padding-top: 0;
  }
  .business-growth-holder-new.free-perks-holder .bg-image {
    inset: 5% 0 0 0;
  }
  .business-growth-holder-new.free-perks-holder .img-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .business-growth-holder-new.free-perks-holder .img-wrapper img {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .business-growth-holder-new.free-perks-holder .content-wrapper .card .emoji-icon,
  .business-growth-holder-new.free-perks-holder .content-wrapper .card .thum-icon {
    display: none;
  }
  .business-growth-holder-new.free-perks-holder .content-wrapper .card .card-body {
    height: 400px;
  }
}
@media (max-width: 779px) {
  .business-growth-holder-new.free-perks-holder .content-wrapper .heading-sec {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
  .business-growth-holder-new.free-perks-holder .content-wrapper .card .card-body.column-2,
  .business-growth-holder-new.free-perks-holder .content-wrapper .card .card-body {
    grid-template-columns: 1fr;
    padding: 12px;
  }
}

.real-result-seo-services-holder-new.no-top-bottom-padding.portfolio-slider-section {
  padding: 1.8rem 0 !important;
}

.tell-us-holder {
  padding-top: 3rem;
  position: relative;
}
.tell-us-holder:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: black;
  height: 25%;
}
.tell-us-holder .tell-us-sec {
  background-color: var(--app-theme);
  padding: 90px 120px 57px;
  border-radius: 68px;
  overflow: hidden;
  position: relative;
}
.tell-us-holder .tell-us-sec .object-img img {
  position: absolute;
  z-index: 2;
  height: 210px;
  width: auto;
}
.tell-us-holder .tell-us-sec .object-img img:nth-child(1) {
  left: 90px;
  top: 40px;
}
.tell-us-holder .tell-us-sec .object-img img:nth-child(2) {
  right: 33px;
  top: 40px;
}
.tell-us-holder .tell-us-sec .object-img img:nth-child(3) {
  left: 70px;
  bottom: 100px;
}
.tell-us-holder .tell-us-sec .object-img img:nth-child(4) {
  right: 38px;
  bottom: 180px;
}
.tell-us-holder .tell-us-sec .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tell-us-holder .tell-us-sec .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content {
  position: relative;
  z-index: 2;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .section-title {
  width: 60%;
  margin: 0 auto;
  z-index: 2;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .section-title h2 {
  font-family: var(--family-jakarta);
  font-weight: 600;
  font-style: var(--weight-600);
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .section-title p {
  font-family: var(--family-urbanist);
  font-weight: 500;
  font-size: 26px;
  line-height: 160%;
  text-align: center;
  color: var(--white);
  margin: 0;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content {
  margin-top: 20px;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .tell-us-card {
  background-color: var(--white);
  box-shadow: 0px 3.29px 12.85px 0px rgba(0, 0, 0, 0.0784313725);
  border: 0.82px solid #FAFAFA;
  border-radius: 24px;
  padding: 35px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .tell-us-card img {
  width: 75px;
  height: auto;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .tell-us-card h4 {
  font-family: var(--family-urbanist);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card {
  background-color: var(--smoky-black);
  width: -moz-fit-content;
  width: fit-content;
  padding: 35.13px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  margin: 50px auto 0;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card p {
  font-family: var(--family-urbanist);
  font-weight: 600;
  font-size: 24px;
  line-height: 39px;
  color: var(--white);
  margin: 0;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link {
  margin-left: 43px;
  display: flex;
  align-items: center;
  gap: 72px;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .link-theme-btn {
  font-family: var(--family-urbanist);
  font-weight: 700;
  font-size: 24px;
  line-height: 39px;
  color: var(--bs-link-color);
  border: 0;
  display: flex;
  align-items: center;
  gap: 11.55px;
  padding: 0;
  position: relative;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .link-theme-btn svg {
  width: 30px;
  height: 30px;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .link-theme-btn:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 55%;
  transform: translateY(-50%);
  height: 33px;
  background: var(--white);
  width: 1px;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .app-theme-btn {
  background-color: var(--app-theme);
  padding: 14px 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  color: var(--white);
  font-family: var(--DM-sans-font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 21.5px;
  position: relative;
}
.tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .app-theme-btn:after {
  content: "";
  position: absolute;
  left: -44px;
  top: 55%;
  transform: translateY(-50%);
  height: 33px;
  background: var(--white);
  width: 1px;
}
@media (max-width: 1749px) {
  .tell-us-holder .tell-us-sec .object-img img {
    position: absolute;
    z-index: 2;
    height: 150px;
    width: auto;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .section-title {
    width: 80%;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .tell-us-card {
    padding: 30px 20px;
    gap: 10px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .tell-us-card img {
    width: 60px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .tell-us-card h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1399px) {
  .tell-us-holder .tell-us-sec .object-img img {
    height: 130px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .section-title h2 {
    font-size: 45px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .section-title p {
    font-size: 22px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .tell-us-card img {
    width: 45px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .tell-us-card h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card {
    padding: 22px 35px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card p {
    font-size: 18px;
    line-height: 28px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link {
    margin-left: 28px;
    gap: 40px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .link-theme-btn {
    font-size: 18px;
    line-height: 28px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .link-theme-btn svg {
    width: 20px;
    height: 20px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .link-theme-btn:after {
    height: 22px;
    left: -12px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .app-theme-btn {
    padding: 12px 30px;
    font-size: 14px;
    line-height: 18px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .app-theme-btn:after {
    left: -22px;
    height: 22px;
  }
}
@media (max-width: 1199px) {
  .tell-us-holder .tell-us-sec {
    padding: 60px;
    border-radius: 45px;
  }
  .tell-us-holder .tell-us-sec .object-img img {
    height: 100px;
  }
  .tell-us-holder .tell-us-sec .object-img img:nth-child(1) {
    left: 50px;
  }
  .tell-us-holder .tell-us-sec .object-img img:nth-child(3) {
    left: 50px;
    bottom: 80px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .section-title {
    width: 65%;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .section-title h2 {
    font-size: 36px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .section-title p {
    font-size: 16px;
    line-height: 130%;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .tell-us-card {
    padding: 18px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .tell-us-card h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .tell-us-holder .tell-us-sec .object-img img {
    height: 80px;
  }
  .tell-us-holder .tell-us-sec .object-img img:nth-child(4) {
    bottom: 220px;
  }
  .tell-us-holder .tell-us-sec .object-img img:nth-child(3) {
    bottom: 180px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .section-title h2 {
    font-size: 28px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .tell-us-card {
    border-radius: 20px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card {
    padding: 18px 30px;
    border-radius: 20px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card p {
    font-size: 14px;
    line-height: 20px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .link-theme-btn {
    font-size: 14px;
    line-height: 20px;
    gap: 6px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .link-theme-btn svg {
    width: 15px;
    height: 15px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .app-theme-btn {
    padding: 10px 22px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .tell-us-holder:before {
    height: 15%;
  }
  .tell-us-holder .tell-us-sec .object-img img:nth-child(1) {
    left: 20px;
  }
  .tell-us-holder .tell-us-sec .object-img img:nth-child(2) {
    right: 15px;
    top: 30px;
  }
  .tell-us-holder .tell-us-sec .object-img img:nth-child(3) {
    bottom: 240px;
    left: 30px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .section-title {
    width: 85%;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link {
    margin: 0;
    flex-direction: column;
    gap: 8px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .app-theme-btn:after,
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card .support-link .link-theme-btn:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .tell-us-holder .tell-us-sec {
    padding: 50px 25px;
    border-radius: 30px;
  }
  .tell-us-holder .tell-us-sec .object-img {
    display: none;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .section-title {
    width: 100%;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .section-title h2 {
    font-size: 26px;
  }
  .tell-us-holder .tell-us-sec .tell-us-sec-content .tell-us-content .support-card {
    margin-top: 40px;
  }
}

.seeing-growth-holder {
  padding-block: 60px;
}
.seeing-growth-holder .seeing-growth-sec .section-title {
  font-family: var(--family-jakarta);
  width: 55%;
}
.seeing-growth-holder .seeing-growth-sec .section-title h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 130%;
  color: var(--black-400);
}
.seeing-growth-holder .seeing-growth-sec .section-title p {
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  color: var(--black-dallas-p);
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol {
  display: flex;
  align-items: end;
  padding: 0;
  justify-content: center;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li {
  list-style: none;
  position: relative;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:hover .step-content h6 {
  color: var(--app-theme);
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:hover .steps-img-holder svg .svgPathToChangeColor {
  fill: var(--app-theme);
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li .step-content {
  position: absolute;
  font-family: var(--montserrat-font-family);
  color: var(--text-default);
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li .step-content h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  transition: all 0.3s;
  margin: 0;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li .step-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26.59px;
  margin-top: 10px;
  margin-bottom: 0;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li .steps-img-holder svg {
  width: 283px;
  height: 183px;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li .steps-img-holder svg .svgPathToChangeColor {
  transition: all 0.3s;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li::after {
  content: "";
  background-image: url(../images/linesDots.webp);
  position: absolute;
  right: 18%;
  top: 20%;
  width: 68px;
  height: 31px;
  background-repeat: no-repeat;
  background-size: cover;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:first-child {
  margin: 0;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(n+2) {
  margin-bottom: calc(var(--i) * 100px);
  margin-left: -35px;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:last-child::after {
  display: none;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(1) {
  --i: 0;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(1) .step-content {
  left: -80%;
  width: 300px;
  top: -60%;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(2) {
  --i: 1;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(2) .step-content {
  left: -55%;
  width: 330px;
  top: -65%;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(3) {
  --i: 2;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(3) .step-content {
  left: 0;
  width: 400px;
  bottom: -75%;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(4) {
  --i: 3;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(4) .step-content {
  left: -60%;
  width: 370px;
  top: -70%;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(5) {
  --i: 4;
}
.seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(5) .step-content {
  left: 0;
  width: 380px;
  top: -90%;
}
@media (max-width: 1749px) {
  .seeing-growth-holder .seeing-growth-sec .section-title h2 {
    font-size: 50px;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:after {
    right: 20%;
    top: 15%;
    width: 60px;
    height: 27px;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li .steps-img-holder svg {
    width: 230px;
    height: 150px;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li .step-content h6 {
    font-size: 18px;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li .step-content p {
    font-size: 16px;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(1) .step-content {
    left: -88%;
    top: -85%;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(2) .step-content {
    top: -85%;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(3) .step-content {
    bottom: -90%;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(4) .step-content {
    top: -90%;
  }
}
@media (max-width: 1399px) {
  .seeing-growth-holder .seeing-growth-sec .section-title h2 {
    font-size: 42px;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:after {
    right: 22%;
    top: 5%;
    width: 45px;
    height: 20px;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li .steps-img-holder svg {
    width: 200px;
    height: 130px;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li .step-content h6 {
    font-size: 16px;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li .step-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(1) .step-content {
    width: 250px;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(2) .step-content {
    width: 300px;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(3) .step-content {
    bottom: -75%;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(4) .step-content {
    left: -70%;
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .seeing-growth-holder .seeing-growth-sec .section-title {
    width: 65%;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-block: 20px;
    row-gap: 50px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol > *:last-child:nth-child(odd) {
    grid-column: 1/-1;
    justify-self: center;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:nth-child(n+2) {
    margin: 0;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li:after {
    display: none;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol li .step-content {
    position: initial;
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .seeing-growth-holder .seeing-growth-sec .section-title {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .seeing-growth-holder .seeing-growth-sec .section-title h2 {
    font-size: 38px;
  }
  .seeing-growth-holder .seeing-growth-sec .seeing-growth-content ol {
    grid-template-columns: 1fr;
    padding: 0;
    row-gap: 40px;
  }
}

.happy-clients-holder {
  padding-block: 80px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content h2 {
  font-family: var(--family-jakarta);
  font-weight: 600;
  font-size: 64px;
  line-height: 130%;
  text-transform: capitalize;
  color: var(--black-400);
  margin-bottom: 35px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .overview .case-study {
  color: var(--text-default);
  margin-bottom: 30px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .overview .case-study span {
  font-family: var(--montserrat-font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .overview .case-study p {
  margin-top: 16px;
  font-family: var(--family-urbanist);
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .overview .case-study p strong {
  font-weight: 600;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container {
  padding-left: 22px;
  border-left: 2px solid var(--scroll-track);
  padding-bottom: 8px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container span {
  font-family: var(--montserrat-font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--text-default);
  margin-bottom: 25px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent {
  display: flex;
  gap: 5.54px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent .metrics-card {
  flex: 1;
  border-radius: 22px;
  box-shadow: 0px 2.99px 6.27px 2.24px rgba(0, 0, 0, 0.0705882353);
  background-color: var(--white);
  padding: 5.23px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent .metrics-card:hover .metrics {
  background-color: var(--app-theme);
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent .metrics-card .metrics {
  background-color: var(--anti-flash-white);
  height: 100%;
  border-radius: 20px;
  padding: 11.67px 8px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent .metrics-card .metrics h3 {
  font-family: var(--family-jakarta);
  font-weight: 600;
  font-size: 53px;
  line-height: 130%;
  color: var(--black-400);
  margin: 0;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent .metrics-card .metrics p {
  font-family: var(--family-);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--text-default);
  margin: 0;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container {
  width: 100%;
  position: relative;
  margin-top: auto;
  padding: 0 73px 0 57px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  text-align: left;
  height: 275px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card video,
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card .testimonial-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 27px 14px 22px;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, #121212 100%);
  border-radius: 0 0 16px 16px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card .testimonial-overlay .client-name {
  font-family: var(--inter);
  font-weight: 400;
  font-size: 15.38px;
  line-height: 120%;
  color: var(--white);
  margin-bottom: 3.11px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card .testimonial-overlay p {
  font-family: var(--roboto-font-family);
  font-weight: 400;
  font-size: 7.69px;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 3px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card .testimonial-overlay .stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card .testimonial-overlay .stars svg {
  width: 10px;
  height: 10px;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  cursor: pointer;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card .play-btn svg {
  width: 100%;
  height: 100%;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-next::after,
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-prev::after {
  display: none !important;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-next,
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-prev {
  top: 50%;
  transform: translateY(50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-next svg,
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-next svg path,
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-prev svg path {
  fill: var(--app-theme);
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-disabled {
  opacity: 1;
  top: 50%;
  transform: translateY(50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-disabled svg {
  width: 21px;
  height: auto;
  transition: all 0.3s;
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-disabled svg path {
  fill: var(--black);
}
.happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-prev svg {
  transform: rotate(180deg);
}
.happy-clients-holder .happy-clients-sec .client-video-container {
  background-color: var(--white);
  box-shadow: 0px 4px 8.4px 3px rgba(0, 0, 0, 0.0705882353);
  border-radius: 42px;
  height: 100%;
  padding: 16px 20px;
  position: relative;
  margin-left: 2rem;
}
.happy-clients-holder .happy-clients-sec .client-video-container .client-video-play {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 23px;
}
.happy-clients-holder .happy-clients-sec .client-video-container .client-video-play video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.happy-clients-holder .happy-clients-sec .client-video-container .client-video-play .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 124px;
  height: 124px;
  cursor: pointer;
}
.happy-clients-holder .happy-clients-sec .client-video-container .client-video-play .play-btn svg {
  width: 100%;
  height: 100%;
}
.happy-clients-holder .happy-clients-sec .client-video-container .client-video-play .testimonial-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 51px 150px 41px 27px;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, #121212 100%);
  border-radius: 0 0 16px 16px;
}
.happy-clients-holder .happy-clients-sec .client-video-container .client-video-play .testimonial-overlay .client-name {
  font-family: var(--inter);
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: var(--white);
  margin-bottom: 4.5px;
}
.happy-clients-holder .happy-clients-sec .client-video-container .client-video-play .testimonial-overlay p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  font-family: var(--roboto-font-family);
  font-weight: 400;
  color: var(--white);
  margin-bottom: 5.5px;
}
.happy-clients-holder .happy-clients-sec .client-video-container .client-video-play .testimonial-overlay .stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.happy-clients-holder .happy-clients-sec .client-video-container .client-video-play .testimonial-overlay .stars svg {
  width: 18px;
  height: 18px;
}
.happy-clients-holder .happy-clients-sec .client-video-container .dartboard {
  position: absolute;
  right: -86px;
  bottom: -4px;
  z-index: 2;
  width: 242px;
  height: auto;
}
.happy-clients-holder .happy-clients-sec .client-video-container .dartboard img {
  width: 100%;
}
@media (max-width: 1749px) {
  .happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent {
    flex-direction: column;
  }
  .happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent .metrics-card .metrics {
    padding: 12px 8px 10px 8px;
    min-height: 130px;
  }
  .happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent .metrics-card .metrics h3 {
    font-size: 42px;
  }
}
@media (max-width: 1399px) {
  .happy-clients-holder .happy-clients-sec .happy-clients-content h2 {
    font-size: 45px;
  }
  .happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card .play-btn {
    width: 65px;
    height: 65px;
  }
  .happy-clients-holder .happy-clients-sec .client-video-container {
    height: 650px;
  }
  .happy-clients-holder .happy-clients-sec .client-video-container .client-video-play .play-btn {
    width: 90px;
    height: 90px;
  }
  .happy-clients-holder .happy-clients-sec .client-video-container .client-video-play .testimonial-overlay {
    padding: 50px 90px 30px 30px;
  }
  .happy-clients-holder .happy-clients-sec .client-video-container .client-video-play .testimonial-overlay .client-name {
    font-size: 24px;
  }
  .happy-clients-holder .happy-clients-sec .client-video-container .dartboard {
    width: 175px;
  }
}
@media (max-width: 1199px) {
  .happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent {
    flex-direction: row;
  }
  .happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container {
    padding: 0 60px 0 60px;
  }
  .happy-clients-holder .happy-clients-sec .client-video-container {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .happy-clients-holder .happy-clients-sec .happy-clients-content h2 {
    font-size: 38px;
  }
  .happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .testimonial-slider .swiper-wrapper .swiper-slide .testimonial-card .play-btn {
    width: 50px;
    height: 50px;
  }
  .happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-next,
  .happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .happy-clients-holder .happy-clients-sec .happy-clients-content .testimonial-container .swiper-button-disabled svg {
    width: 16px;
  }
  .happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent .metrics-card {
    border-radius: 16px;
  }
  .happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent .metrics-card .metrics {
    border-radius: 14px;
    min-height: 100px;
  }
  .happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent .metrics-card .metrics h3 {
    font-size: 28px;
  }
  .happy-clients-holder .happy-clients-sec .client-video-container .client-video-play .play-btn {
    width: 70px;
    height: 70px;
  }
  .happy-clients-holder .happy-clients-sec .client-video-container .dartboard {
    width: 130px;
    right: -40px;
  }
}
@media (max-width: 575px) {
  .happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container {
    padding-left: 15px;
  }
  .happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent .metrics-card .metrics {
    min-height: 80px;
  }
  .happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent .metrics-card .metrics h3 {
    font-size: 22px;
  }
  .happy-clients-holder .happy-clients-sec .happy-clients-content .metrics-container .metrics-card-parent .metrics-card .metrics p {
    font-size: 12px;
    line-height: 18px;
  }
  .happy-clients-holder .happy-clients-sec .client-video-container .client-video-play .testimonial-overlay .client-name {
    font-size: 20px;
  }
  .happy-clients-holder .happy-clients-sec .client-video-container .dartboard {
    width: 100px;
    right: 0;
    bottom: 25px;
  }
}

.real-result-seo-services-holder-new.portfolio-slider-section.big-image-card .portfolio-slider-list .swiper-slide {
  width: 742px;
  height: 720px;
}
.real-result-seo-services-holder-new.portfolio-slider-section.big-image-card .portfolio-slider-list .swiper-slide img {
  border-radius: 16px;
}
@media (max-width: 1599px) {
  .real-result-seo-services-holder-new.portfolio-slider-section.big-image-card .portfolio-slider-list .swiper-slide {
    width: 642px;
    height: 620px;
  }
}
@media (max-width: 1399px) {
  .real-result-seo-services-holder-new.portfolio-slider-section.big-image-card .portfolio-slider-list .swiper-slide {
    width: 542px;
    height: 520px;
  }
}
@media (max-width: 1199px) {
  .real-result-seo-services-holder-new.portfolio-slider-section.big-image-card .portfolio-slider-list .swiper-slide {
    width: 492px;
    height: 470px;
  }
}
@media (max-width: 676px) {
  .real-result-seo-services-holder-new.portfolio-slider-section.big-image-card .portfolio-slider-list .swiper-slide {
    width: 350px;
    height: 320px;
  }
}

header.header-2 {
  background: transparent !important;
  box-shadow: none !important;
}
header.header-2 .navbar .btn-app-circle {
  background: var(--app-theme);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border: 0;
}
header.header-2 .navbar .btn-app-circle img {
  width: 20px;
  height: 20px;
}
header.header-2 .navbar .card-wrapper {
  display: flex;
  gap: 14px;
  width: 100%;
}
header.header-2 .navbar .card-wrapper .card {
  box-shadow: 10px 2px 50px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 18.09px;
  margin: 0;
  width: calc(100% - 560px);
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.6px);
  -webkit-backdrop-filter: blur(6.6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
header.header-2 .navbar .card-wrapper .card .card-body {
  height: 67px;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header-2 .navbar .card-wrapper .card .card-body .navbar-brand {
  margin-left: 2rem;
}
header.header-2 .navbar .card-wrapper .card .card-body .navbar-brand img {
  max-width: 158.89px;
}
header.header-2 .navbar .card-wrapper .card .card-body .btn {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  border-radius: 0;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
header.header-2 .navbar .card-wrapper .card .card-body .btn img {
  width: 20px;
  height: 20px;
}
header.header-2 .navbar .card-wrapper .card .card-body .btn.app-btn {
  font-size: 14px;
  line-height: 140%;
  padding: 10px 22px;
  height: 40px;
  font-weight: 400;
  border-radius: 94px;
  background-color: var(--app-theme);
  border-color: var(--app-theme);
  color: var(--white);
}
header.header-2 .navbar .card-wrapper .card .card-body .btn.app-btn img {
  width: 12px;
  height: 12px;
}
header.header-2 .navbar .card-wrapper .card .card-body .btn-services {
  background: var(--app-theme-light);
  color: var(--black);
  border-radius: 101px;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--family-jakarta);
  border: 0;
}
header.header-2 .navbar .card-wrapper .card .card-body .btn-services i {
  font-weight: 900;
}
header.header-2 .navbar .card-wrapper .card .card-body .btn-services i::before {
  transition: all 0.3s;
  transform: rotate(180deg);
}
header.header-2 .navbar .card-wrapper .card .card-body .btn-services.collapsed i::before {
  transform: rotate(0deg);
}
header.header-2 .navbar .card-wrapper .card:last-of-type {
  width: 560px;
}
header.header-2 .navbar .main-links-container {
  background: var(--white);
  position: fixed;
  height: 100vh !important;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  width: 400px;
  visibility: visible;
  opacity: 1;
  transition: all 0.8s;
  padding: 2rem 1rem;
  box-shadow: 10px 2px 50px 0 rgba(0, 0, 0, 0.2);
}
header.header-2 .navbar .main-links-container.collapse:not(.show) {
  transition: all 0.8s;
  width: 0;
  visibility: hidden;
  opacity: 0;
}
header.header-2 .navbar .main-links-container .navbar-nav {
  flex-direction: column;
}
header.header-2 .navbar .main-links-container .navbar-nav .menu-item {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: var(--callout-border);
}
header.header-2 .navbar .main-links-container .navbar-nav .menu-item .nav-link {
  font-size: 16px;
  line-height: 26px;
}
header.header-2 .navbar .main-links-container .navbar-nav .menu-item-has-children {
  flex-wrap: wrap;
}
header.header-2 .navbar .main-links-container .navbar-nav .menu-item-has-children .dropdown-menu {
  position: relative;
  width: 100%;
  margin: 0;
  flex-direction: column;
  border: 0;
  padding: 0;
  border-radius: 0;
}
header.header-2 .navbar .main-links-container .navbar-nav .menu-item-has-children .dropdown-menu::after {
  transform: rotate(0deg);
}
header.header-2 .navbar .main-links-container .navbar-nav .menu-item-has-children .dropdown-menu li:nth-child(3n+1)::before {
  display: none;
}
header.header-2 .navbar .main-links-container .navbar-nav .menu-item-has-children:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}
header.header-2 .navbar .main-links-container .navbar-nav .menu-item-has-children:hover .dropdown-menu {
  display: flex;
}
header.header-2 .navbar .main-links-container .navbar-nav .menu-item-has-children .dropdown-toggle {
  height: 40px;
  width: 40px;
  justify-content: center;
  border-left: 1px solid var(--callout-border);
  display: flex;
  align-items: center;
}
header.header-2 .navbar .main-links-container .btn-app-circle {
  width: 30px;
  height: 30px;
}
header.header-2 .navbar .main-links-container .sidebar-action-buttons .btn {
  padding: 8px 15px;
}
header.header-2 .navbar .main-links-container .sidebar-action-buttons .btn .white-filter {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(191deg) brightness(109%) contrast(101%);
}
header.header-2 .navbar .mega-menu-container {
  background-color: var(--white);
  padding: 1rem;
  box-shadow: 10px 2px 50px 0 rgba(0, 0, 0, 0.25);
  border-radius: 18px;
}
header.header-2 .navbar .mega-menu-container .services-megamenu {
  display: flex;
  gap: 1rem;
  min-height: 382px;
}
header.header-2 .navbar .mega-menu-container .services-megamenu nav {
  background: #e4ebd8;
  padding: 1rem 2rem 1rem 1rem;
  border-radius: 18px;
  width: 355px;
}
header.header-2 .navbar .mega-menu-container .services-megamenu nav .nav-tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
header.header-2 .navbar .mega-menu-container .services-megamenu nav .nav-tabs .nav-link {
  font-size: 17px;
  line-height: 27px;
  color: var(--black);
  font-weight: 400;
  width: 100%;
  text-align: left;
  border-radius: 0;
  padding: 0 7px;
  min-height: 35px;
  border-bottom: 1px solid #949494;
}
header.header-2 .navbar .mega-menu-container .services-megamenu nav .nav-tabs .nav-link.active {
  background: var(--app-theme);
  color: var(--white);
}
header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content {
  width: calc(100% - 355px);
  padding: 2rem 2rem 1rem 0rem;
  overflow-y: auto;
  max-height: calc(100vh - 300px);
}
header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content::-webkit-scrollbar {
  width: 3px;
}
header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content::-webkit-scrollbar-track {
  background-color: #949494;
}
header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content::-webkit-scrollbar-thumb {
  background-color: var(--app-theme);
}
header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content .tab-pane .grid-4-column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content .tab-pane .grid-4-column .column {
  margin-left: 3rem;
  border-right: 1.01px solid #949494;
  height: 100%;
  padding-right: 1rem;
}
header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content .tab-pane .grid-4-column .column:last-of-type {
  border-right: 0;
}
header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content .tab-pane .grid-4-column .column h2 {
  font-size: 16px;
  line-height: auto;
  font-weight: bold;
  margin-bottom: 1rem;
  color: var(--black);
  font-family: var(--family-jakarta);
}
header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content .tab-pane .grid-4-column .column ul {
  padding: 0;
}
header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content .tab-pane .grid-4-column .column ul li {
  list-style: none;
}
header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content .tab-pane .grid-4-column .column ul li a {
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  color: #949494;
  text-decoration: none;
}
header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content .tab-pane .grid-4-column .column ul li a:hover {
  color: var(--black);
}
@media (max-width: 1499px) {
  header.header-2 .navbar .mega-menu-container .services-megamenu nav {
    width: 310px;
  }
  header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content {
    width: calc(100% - 310px);
  }
  header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content .tab-pane .grid-4-column .column {
    margin-left: 2rem;
  }
}
@media (max-width: 1399px) {
  header.header-2 .navbar .mega-menu-container .services-megamenu {
    flex-direction: column;
  }
  header.header-2 .navbar .mega-menu-container .services-megamenu nav {
    width: 100%;
    padding-bottom: 10px;
  }
  header.header-2 .navbar .mega-menu-container .services-megamenu nav .nav-tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    min-height: 40px;
  }
  header.header-2 .navbar .mega-menu-container .services-megamenu nav .nav-tabs .nav-link {
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    border-bottom: 0;
  }
  header.header-2 .navbar .mega-menu-container .services-megamenu nav .nav-tabs::-webkit-scrollbar {
    height: 3px;
    width: 0;
  }
  header.header-2 .navbar .mega-menu-container .services-megamenu nav .nav-tabs::-webkit-scrollbar-track {
    background-color: #949494;
  }
  header.header-2 .navbar .mega-menu-container .services-megamenu nav .nav-tabs::-webkit-scrollbar-thumb {
    background-color: var(--app-theme);
  }
  header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  header.header-2 .navbar .card-wrapper {
    flex-direction: column;
  }
  header.header-2 .navbar .card-wrapper .card {
    width: 100%;
  }
}
@media (max-width: 991px) {
  header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content {
    padding: 1rem;
  }
  header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content .tab-pane .grid-4-column {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content .tab-pane .grid-4-column .column:nth-child(2) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content .tab-pane .grid-4-column {
    grid-template-columns: 1fr;
  }
  header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content .tab-pane .grid-4-column .column {
    border-right: 0;
  }
}
@media (max-width: 574px) {
  header.header-2 .card-wrapper .card .card-body .navbar-brand {
    margin-left: 0 !important;
  }
  header.header-2 .navbar .main-links-container {
    width: 100%;
  }
  header.header-2 .navbar .mega-menu-container .services-megamenu .tab-content .tab-pane .grid-4-column .column {
    margin-left: 0;
  }
}
header.header-2 .btn.app-btn {
  border-radius: 94px;
  background-color: var(--app-theme);
  border-color: var(--app-theme);
  color: var(--white);
}

.revamp-footer.new-footer .footerSec .footerAboutSec {
  max-width: calc(100% - 338px);
  flex: 0 0 calc(100% - 338px);
  margin-right: 74px;
  position: relative;
}
.revamp-footer.new-footer .footerSec .footerAboutSec .quick-links {
  margin-bottom: 3rem;
}
.revamp-footer.new-footer .footerSec .footerAboutSec .quick-links ul.quick-links-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 3.8rem;
}
.revamp-footer.new-footer .footerSec .footerAboutSec .quick-links ul.quick-links-list li a {
  font-size: 16px;
  line-height: 24px;
}
.revamp-footer.new-footer .footerSec .footerAboutSec .quick-links ul.quick-links-list li.custom-dropdown a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.revamp-footer.new-footer .footerSec .footerAboutSec .quick-links ul.quick-links-list li.custom-dropdown a i {
  transition: all 0.5s;
  flex: 0 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transform: rotate(0deg);
  padding: 0;
}
.revamp-footer.new-footer .footerSec .footerAboutSec .quick-links ul.quick-links-list li.custom-dropdown:hover a i {
  transform: rotate(180deg);
}
.revamp-footer.new-footer .footerSec .footerAboutSec .areas-serve {
  display: none;
  position: absolute;
  z-index: 999999;
  box-shadow: 10px 2px 50px 0px rgba(0, 0, 0, 0.2);
  padding: 17px 23px;
  border-radius: 18px;
  background: var(--white);
}
.revamp-footer.new-footer .footerSec .footerAboutSec .areas-serve .tab-content {
  margin-top: 24px;
}
.revamp-footer.new-footer .footerSec .footerAboutSec .areas-serve .tab-content .cities-list .city-card {
  font-size: 16px;
  line-height: 26px;
}
.revamp-footer.new-footer .footerSec .footerAboutSec .location-sec .footer-location-card {
  padding: 12px 0;
  padding: 14px 18px 13px 18px;
}
.revamp-footer.new-footer .footerSec .footerAboutSec .location-sec .footer-location-card .location-header .dot {
  width: 10px;
  height: 10px;
}
.revamp-footer.new-footer .footerSec .footerAboutSec .location-sec .footer-location-card .location-header .location-text {
  font-size: 12px;
  line-height: 21px;
}
.revamp-footer.new-footer .footerSec .footerAboutSec .location-sec .footer-location-card h2 {
  font-size: 16px;
  line-height: 24px;
}
.revamp-footer.new-footer .footerSec .footerAboutSec .location-sec .footer-location-card p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.revamp-footer.new-footer .footerSec .footerAboutSec .location-sec .footer-location-card:hover {
  background: var(--app-theme);
}
.revamp-footer.new-footer .footerSec .footerAboutSec .location-sec .footer-location-card:hover .location-header .dot {
  background: var(--white);
}
.revamp-footer.new-footer .footerSec .footerAboutSec .location-sec .footer-location-card:hover .location-header .location-text {
  color: var(--white);
}
.revamp-footer.new-footer .footerSec .footerAboutSec .location-sec .footer-location-card:hover h2,
.revamp-footer.new-footer .footerSec .footerAboutSec .location-sec .footer-location-card:hover p {
  color: var(--white);
}
.revamp-footer.new-footer .footerSec .footer-right-sec {
  width: 338px;
  flex: 0 0 338px;
}
.revamp-footer.new-footer .footerSec .footer-right-sec .footerContactSec h4 {
  margin-bottom: 20px;
}
.revamp-footer.new-footer .footerSec .footer-right-sec .footerFollowUs {
  margin-top: 2rem;
}
.revamp-footer.new-footer .footerSec .footer-right-sec .footerFollowUs .social-icons li a {
  background: #F2F2F2;
}
.revamp-footer.new-footer .footerSec .footer-right-sec .footerFollowUs .social-icons li a img {
  fill: var(--app-theme);
}
.revamp-footer.new-footer .footerSec .footer-right-sec .footerFollowUs .social-icons li a:hover {
  background: var(--app-theme);
}
.revamp-footer.new-footer .footerSec .footer-right-sec .footerFollowUs .social-icons li a:hover img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
  .revamp-footer.new-footer .footerSec .footerAboutSec {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .revamp-footer.new-footer .footerSec .footer-right-sec {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .revamp-footer.new-footer .footerSec .footer-right-sec .footerContactSec {
    max-width: 100%;
  }
  .revamp-footer.new-footer .footerSec .footer-right-sec .footerContactSec .contact-list {
    flex-direction: row;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .revamp-footer.new-footer .footerSec .footerAboutSec .quick-links ul.quick-links-list {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .revamp-footer.new-footer .footerSec .footerAboutSec .logos {
    margin-bottom: 2rem;
  }
  .revamp-footer.new-footer .footerSec .footer-right-sec .footerContactSec .contact-list {
    flex-wrap: wrap;
  }
}
.revamp-footer.new-footer .footerBottomSec {
  margin-top: 0;
}

.grid-cards-section .heading-sec h2 {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: var(--black);
  font-weight: var(--weight-700);
  font-family: var(--family-jakarta);
  margin-bottom: 3.5rem;
}
.grid-cards-section .card {
  border-radius: 30px;
  border: 1px solid #DBEFCF;
  margin-bottom: 1.7rem;
}
.grid-cards-section .card .card-body {
  padding: 3rem 3.4rem;
  min-height: 221px;
}
.grid-cards-section .card .card-body h3 {
  font-family: var(--family-jakarta);
  color: var(--text-default);
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.grid-cards-section .card .card-body p {
  font-family: var(--family-jakarta);
  color: var(--grey-70);
  font-weight: 500;
  font-size: 21px;
  line-height: 31px;
}
@media (max-width: 1499px) {
  .grid-cards-section .card .card-body {
    padding: 2.5rem 2.4rem;
  }
}
@media (max-width: 1199px) {
  .grid-cards-section .heading-sec h2 {
    margin-bottom: 2rem;
  }
  .grid-cards-section .card .card-body {
    min-height: auto;
  }
  .grid-cards-section .card .card-body h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .grid-cards-section .card .card-body p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .grid-cards-section .heading-sec h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .grid-cards-section .heading-sec h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 1rem;
  }
  .grid-cards-section .card .card-body {
    padding: 2rem 1.5rem;
  }
  .grid-cards-section .card .card-body h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .grid-cards-section .card .card-body p {
    font-size: 16px;
    line-height: 26px;
  }
}

.social-media-marketing-grid-section .heading-sec {
  width: 100%;
  max-width: 900px;
}
.social-media-marketing-grid-section .heading-sec h2 {
  font-family: var(--family-jakarta);
  font-size: 40px;
  line-height: 50px;
  color: var(--black-400);
  text-align: start;
  margin-bottom: 60px;
  font-weight: var(--weight-600);
}
.social-media-marketing-grid-section .heading-sec h2:after {
  content: "";
  display: inline-block;
  width: 30%;
  height: 4px;
  background: var(--app-theme);
  margin-bottom: 10px;
  margin-left: 10px;
}
.social-media-marketing-grid-section .card {
  border-radius: 10px;
  background: var(--anti-flash-white);
  border: 0;
  min-height: 216px;
  margin-bottom: 1.7rem;
}
.social-media-marketing-grid-section .card .card-body {
  padding: 6px 10px 8px 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.social-media-marketing-grid-section .card .card-body .image-wrapper {
  overflow: hidden;
  border-radius: 10px;
  max-width: 164px;
  width: 100%;
  flex: 0 0 164px;
  height: 100%;
}
.social-media-marketing-grid-section .card .card-body .image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.social-media-marketing-grid-section .card .card-body .content h3 {
  font-family: var(--family-jakarta);
  font-size: 20px;
  line-height: 147%;
  color: var(--black-400);
  font-weight: 600;
}
.social-media-marketing-grid-section .card .card-body .content p {
  font-family: var(--family-jakarta);
  font-size: 16px;
  line-height: 21px;
  color: var(--grey-70);
  font-weight: 500;
}
.social-media-marketing-grid-section .card .card-body .content a {
  font-family: var(--family-jakarta);
  font-size: 18px;
  line-height: 10.5px;
  color: var(--app-theme);
  font-weight: 700;
}
@media (max-width: 1199px) {
  .social-media-marketing-grid-section .heading-sec h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .social-media-marketing-grid-section .heading-sec h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .social-media-marketing-grid-section .heading-sec h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 1rem;
  }
  .social-media-marketing-grid-section .card .card-body {
    flex-direction: column;
    align-items: flex-start;
  }
  .social-media-marketing-grid-section .card .card-body .image-wrapper {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
}

.partner-logo-slider-section .partner-logo-slider-container .partner-logo-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  min-height: 100px;
}
.partner-logo-slider-section .partner-logo-slider-container .partner-logo-slide img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  transition: all 0.3s;
}
.partner-logo-slider-section .partner-logo-slider-container .partner-logo-slide img:hover {
  filter: unset;
  transform: scale(1.1);
}/*# sourceMappingURL=revamp.css.map */