@charset "UTF-8";

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-out 0s
}

button {
  cursor: pointer
}

*:focus {
  outline: none
}

.site-header {
  width: 100%;
  z-index: 9
}

.header-top {
  padding: 30.5px 0;
  border-bottom: 1px solid #32323D
}

.header-top__right a {
  text-decoration: none
}

.header-top__right .tel {
  color: #fff;
  font-size: 18px
}

.header-top__right .tel i {
  color: #4A2574;
  padding-right: 15px;
  font-size: 19px
}

.header-top__right .site-btn {
  margin-left: 80px
}

@media (max-width:1199px) {
  .header-top__right .site-btn {
    margin-left: 40px
  }
}

@media (max-width:767px) {
  .header-top__right .site-btn {
    margin-left: 0;
    margin-top: 20px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .header-top__right .site-btn {
    margin-left: 40px;
    margin-top: 0
  }
}

@media (max-width:1199px) {
  .header-top__right--2 {
    margin-top: 20px
  }
}

.header-top__2 {
  border-color: #E2DFDD
}

.header-top__2 .site-btn {
  margin-left: 100px
}

@media (max-width:1199px) {
  .header-top__2 .site-btn {
    margin-left: 50px
  }
}

@media (max-width:767px) {
  .header-top__2 .site-btn {
    margin-left: 0
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .header-top__2 .site-btn {
    margin-left: 50px
  }
}

.header-top__infos {
  margin: 0
}

@media (max-width:991px) {
  .header-top__infos {
    padding-left: 0
  }
}

@media (max-width:767px) {
  .header-top__infos {
    flex-direction: column;
    margin-top: -10px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .header-top__infos {
    flex-direction: row;
    margin-top: 0
  }
}

.header-top__infos li {
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: 500
}

.header-top__infos li:not(:last-child) {
  margin-right: 65px
}

@media (max-width:767px) {
  .header-top__infos li:not(:last-child) {
    margin-right: 0
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .header-top__infos li:not(:last-child) {
    margin-right: 55px
  }
}

.header-top__infos li i {
  color: #4A2574;
  padding-right: 10px;
  font-size: 19px
}

.header-top__infos li a {
  color: #6c6c6c;
  text-decoration: none
}

@media (max-width:767px) {
  .header-top__infos li {
    margin-top: 10px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .header-top__infos li {
    margin-top: 0
  }
}

.logo img {
  max-width: 95px
}

.main-menu ul {
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 */
}

.main-menu ul li {
  position: relative
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 20px
  }
}

@media (max-width:1199px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 11px
  }
}

.main-menu ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 35px 19px;
  position: relative;
  font-weight: 500
}


.main-menu ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  left: 0
}

.main-menu ul li:hover>a {
  color: #4A2574
}

.main-menu ul li:hover>a::after {
  opacity: 1;
  visibility: visible;
  left: 0
}

.main-menu ul li:hover a {
  color: #f5bd20
}

.main-menu ul li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(100%);
  -ms-transform: scaleY(100%);
  transform: scaleY(100%);
  border: 2px solid #4a2574;
}

.main-menu ul li .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  min-width: 300px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 10px 3px rgb(0 0 0 / .05);
  box-shadow: 0 0 10px 3px rgb(0 0 0 / .05);
  z-index: 3;
  text-align: left;
  transform-origin: 50% 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  border-radius: 8px
}

.main-menu ul li .sub-menu li {
  margin-right: 0
}

.main-menu ul li a i {
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s all ease-in-out;
  margin-left: 2px;
}

.main-menu ul li a:hover i {
  transform: rotate(-180deg);
  margin-top: 2px;
  color: #f7c600;
}

.main-menu ul li .sub-menu li a {
  color: #010103;
  padding: 10px 20px
}

.main-menu ul li .sub-menu li a::after {
  left: 15px
}

.main-menu ul li .sub-menu li a:hover::after {
  left: 10px
}

.main-menu ul li .sub-menu li:hover>a {
  color: #4A2574;
}

.main-menu ul li .sub-menu li:hover>a::after {
  left: 10px
}

.main-menu ul li .sub-menu ul {
  left: 100%;
  top: 0
}

.main-menu ul li .sub-menu .active>a {
  color: #4A2574;
  letter-spacing: 1px
}

.main-menu ul li .sub-menu .active>a::after {
  left: 10px
}

.main-menu ul .active>a {
  color: #4A2574
}

.main-menu ul .active>a::after {
  opacity: 1;
  visibility: visible;
  left: 0
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
  .main-menu__2 ul li:not(:last-child) {
    margin-right: 20px
  }
}

.main-menu__2 ul li a {
  color: #000;
  font-weight: 500
}

@media (max-width:991px) {
  .main-menu__3 {
    display: none
  }
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
  .main-menu__3 ul li:not(:last-child) {
    margin-right: 13px
  }
}

@media (max-width:1250px) {
  .main-menu__3 ul li:not(:last-child) {
    margin-right: 2px
  }
}

@media (max-width:1199px) {
  .main-menu__3 ul li:not(:last-child) {
    margin-right: 5px
  }
}

@media (max-width:1199px) {
  .main-menu__3 ul li a {
    padding: 35px 18px
  }
}

.main-menu__4 ul li a {
  color: #000;
  font-weight: 500
}

.menu-area {
  position: relative;
  z-index: 99
}

@media (max-width:991px) {
  .menu-area {
    padding-top: 15px
  }
}

.menu-area__right .item {
  font-size: 27px;
  color: #fff
}

.menu-area__right .item i {
  color: #fff
}

.menu-area__right--2 .item {
  color: #000
}

.menu-area__right--2 .item i {
  color: #000
}

.menu-area__right--4 .item {
  color: #000
}

.menu-area__right--4 .item i {
  color: #000
}

@media (max-width:991px) {
  .menu-area__3 {
    padding-top: 0
  }
}

.menu-area.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: linear-gradient(137deg, #000000 0%, #7338a0 49%, #3f186c 100%);
  -webkit-box-shadow: 0 13px 25px -12px rgb(0 0 0 / .1);
  box-shadow: 0 13px 25px -12px rgb(0 0 0 / .1)
}

@media (max-width:991px) {
  .menu-area.sticky-header {
    padding-top: 10px;
    padding-bottom: 10px
  }
}

.menu-area-2.sticky-header {
  background-color: #fff
}

@media (max-width:991px) {
  .menu-area-2.sticky-header {
    padding-top: 10px;
    padding-bottom: 0
  }
}

.menu-area__4.sticky-header {
  background-color: #fff
}

.menu-area.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s
}

.mean-container .mean-nav ul li a:hover {
  color: #4A2574
}

.tp-menu-wrapper {
  padding: 30px 24px
}

.hamburger-trigger {
  margin-left: 0;
  padding: 0 0 0 12px;
  cursor: pointer
}

.side-info {
  padding-left: 20px;
  padding-right: 20px
}

.side-info .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px
}

.side-info .mb-5 {
  margin-bottom: 5px !important
}

.side-info p {
  font-size: 15px;
  line-height: 28px
}

.side-info__close {
  top: 0;
  left: 0;
  text-align: center
}

.side-info__close a {
  display: block;
  height: 100%;
  width: 100%;
  color: #000;
  font-size: 29px
}

.tp-offcanvas-contact p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0
}

.mean-nav {
  margin-bottom: 28px
}

.tp-offcanvas-contact {
  margin-top: 30px
}

.tp-offcanvas-social {
  margin-top: 0
}

.side-info__wrapper {
  margin-bottom: 24px
}

.side-info .social-links a:hover {
  color: #4A2574;
  border-color: #4A2574
}

.overlay {
  background-color: rgb(0 0 0 / .7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease
}

.overlay.active {
  opacity: .5;
  visibility: visible;
  cursor: url(../images/icons/cancel.png), auto
}

.side-info-wrapper,
.cart-bar-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -530px;
  width: 450px;
  height: 100vh;
  display: block;
  background-color: #fff;
  z-index: 9999999;
  box-shadow: -5px 0 20px -5px rgb(0 0 0 / .5);
  padding-top: 0;
  -webkit-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  -o-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  transition: all 600ms cubic-bezier(.785, .135, .15, .86)
}

.side-info-wrapper .nav,
.cart-bar-wrapper .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.side-info-wrapper .nav a,
.cart-bar-wrapper .nav a {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  font-size: 18px;
  color: #010103;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px
}

.side-info-wrapper .nav a.active,
.cart-bar-wrapper .nav a.active {
  background: #010103;
  color: #fff
}

.side-info-wrapper.show,
.cart-bar-wrapper.show {
  right: 0
}

.side-info-wrapper.mm-only.show {
  display: none
}

@media (max-width:991px) {
  .side-info-wrapper.mm-only.show {
    display: inline-block
  }
}

@media (max-width:991px) {
  .side-info-wrapper.show-all.show {
    display: none
  }
}

.side-info-wrapper .contact__info li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  align-items: flex-start
}

.side-info-wrapper .contact__info li span {
  margin-right: 10px;
  flex: 0 0 15px;
  -ms-flex: 0 0 15px;
  max-width: 15px;
  color: #4A2574;
  font-size: 15px
}

.side-info-wrapper .contact__info li p {
  flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  max-width: 85%
}

.side-info-wrapper .contact__info li:not(:last-child) {
  margin-bottom: 5px
}

.cart {
  margin-left: 10px;
  padding: 10px 12px;
  cursor: pointer
}

.cart__count {
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  background: #80A093;
  position: absolute;
  top: 10px;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 0
}

.cart-bar-wrapper {
  padding: 25px 20px;
  padding-top: 60px
}

.cart-bar-wrapper .site-btn {
  font-size: 12px;
  padding: 7px 18px
}

.cart-bar-wrapper .site-btn__borderd {
  color: #010103;
  margin-left: 15px
}

.cart-bar-wrapper .site-btn__borderd:hover {
  color: #fff
}

@media (max-width:767px) {
  .cart-bar-wrapper .btns {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .cart-bar-wrapper .btns {
    flex-direction: row;
    justify-content: flex-start !important;
    align-items: center !important
  }
}

@media (max-width:767px) {
  .cart-bar-wrapper .btns .site-btn__borderd {
    margin-left: 0;
    margin-top: 20px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .cart-bar-wrapper .btns .site-btn__borderd {
    margin-left: 20px;
    margin-top: 0
  }
}

.cart-bar__close {
  position: absolute;
  top: 0;
  left: 0;
  background: #010103;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}

.cart-bar__close a {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 16px;
  left: 0;
  height: 100%;
  text-decoration: none
}

.cart-bar__title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #F4F1EE;
  margin-bottom: 15px
}

.cart-bar__title span {
  color: #000
}

.cart-bar__item .thumb {
  background: #fff;
  min-width: 70px
}

.cart-bar__item .thumb img {
  max-width: 60px
}

.cart-bar__item .content {
  padding-right: 25px;
  position: relative
}

.cart-bar__item .content .title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase
}

.cart-bar__item .content .title a {
  text-decoration: none;
  color: #010103
}

.cart-bar__item .content .price {
  color: #010103;
  font-weight: 600;
  font-size: 15px
}

.cart-bar__item .content .remove {
  top: 50%;
  right: 0;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #80A093;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.cart-bar__subtotal {
  border-bottom: 1px solid #F4F1EE;
  border-top: 1px solid #F4F1EE;
  padding: 7px 0;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px
}

.cart-bar__subtotal span {
  color: #010103;
  text-transform: uppercase;
  font-weight: 600
}

.cart-bar__lists .cart-bar__item:not(:last-child) {
  margin-bottom: 15px
}

.custom-nave {
  background: #0A001D;
  background: linear-gradient(90deg, #0a001d 0%, #7338a0 50%, #3f186c 100%);
  padding: 0 12px 0 23px;
  border-radius: 50px;
  margin-top: 30px
}

.tailredSeoEnterprise .section-heading {
  text-align: center
}

.tab-bx-track {
  background-color: #FBF4FF;
  padding: 10px 0;
  border-radius: 50px
}

.tab-bx-track .case-study-tab-item li button {
  color: #924DBF;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 15px;
  margin: 0 7px
}

.tab-bx-track .case-study-tab-item li button.nav-link.active {
  background-color: #924DBF;
  color: #fff;
  border-radius: 50px
}

.tab-bx-track .case-study-tab-item li button.nav-link {
  border-radius: 50px
}

:root {
  --bg: #ffffff;
  --ink: #0b0f1a;
  --muted: #5b6472;
  --brand: #6ee7b7;
  --brand-ink: #fff;
  --cta: #7c3aed;
  --cta-ink: #ffffff;
  --border: #e8ebf0;
  --radius-xl: 22px;
  --radius-sm: 12px;
  --shadow: 0 8px 28px rgba(11, 15, 26, .08), 0 2px 6px rgba(11, 15, 26, .06);
  --shadow-hover: 0 10px 36px rgba(11, 15, 26, .12), 0 4px 10px rgba(11, 15, 26, .08)
}

.case-study-card {
  background: #fff;
  border: 2px solid #70379d24;
  border-radius: 20px;
  overflow: clip;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  padding: 20px
}

.case-study-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover)
}

.case-study-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden
}

.case-study-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block
}

.case-study-badge {
  display: inline-flex;
  align-items: center;
  color: var(--brand-ink);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: .5rem .7rem;
  border-radius: 9px;
  margin-bottom: 1rem
}

.case-study-badge.green {
  background-color: #36BD76
}

.case-study-badge.yellow {
  background-color: #F5BD20
}

.case-study-badge.red {
  background-color: #EF3F2A
}

.case-study-badge.purple {
  background-color: #5C49D8
}

.case-study-badge.blue {
  background-color: #3978FB
}

.case-study-body {
  margin-top: 24px
}

.case-study-title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 10px
}

.case-study-excerpt {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 9px
}

.case-study-cta {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  color: #5b21b6;
  font-size: 15px;
  font-weight: 600;
  transition: background .2s ease, transform .2s ease, border-color .2s ease
}

.case-study-cta:hover {
  color: #5b21b6
}

.tab-content {
  margin-top: 50px
}

.case-study-cta svg {
  margin-left: 5px
}

.case-study-body a h3:hover {
  color: #5b21b6
}

.tailredSeoEnterprise {
  padding: 80px 0
}

.case-padding {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px
}

.section-heading h2 {
  font-weight: 700;
  margin-bottom: 20px
}

.section-heading p {
  color: #232323;
  line-height: 28px;
  margin-bottom: 0
}

.tailredSeoEnterprise .section-heading {
  text-align: center;
  width: 61%;
  margin: 0 auto
}

.tailredSeoEnterprise.smmPlatform .section-heading {
  text-align: center;
  width: 70%;
  margin: 0 auto
}

.section-head {
  background: #fff;
  border: 2px solid #70379d1c;
  border-radius: 20px;
  padding: 22px 40px
}

.section-title {
  margin: 0 0 10px 0;
  color: #924DBF;
  font-size: 30px
}

.section-lead {
  margin: 0 0 16px 0;
  color: #000;
  font-size: 16px;
  font-weight: 400
}

.section-note {
  margin: 0 0 0 0;
  font-weight: 700
}

.feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 26px 57px 26px 26px;
  height: 100%
}

.feature-card--lilac {
  background: #FBF4FF
}

.feature-card--cyan {
  background: #DDFEFF
}

.feature-card--mint {
  background: #E1F8DC
}

.feature-card--peach {
  background: #FFE7C7
}

.icon-wrap {
  margin-bottom: 14px
}

.icon-wrap img {
  width: 60px
}

.card-title {
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #000
}

.card-text {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 26px
}

.row-gap-28 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px
}

.tailredSeoEnterprise .tab-bx-track {
  margin: 45px auto 0
}

.tailredSeoEnterprise .tab-content {
  margin-top: 22px
}

.enterprise-section {
  background: #f5f0fb;
  padding: 80px 0;
  color: #0b0f1a
}

.content-enterprise p:not(:last-child) {
  margin-bottom: 35px
}

.content-enterprise p {
  padding-right: 14%;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 16px;
  color: #000
}

.enterprise-title {
  color: #924DBF;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: .2px;
  margin: 0 0 18px 0
}

.enterprise-lead,
.enterprise-text {
  font-size: 18px;
  line-height: 1.75;
  color: #2f3442;
  margin: 0 0 22px 0
}

.enterprise-media {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 34px rgb(15 20 32 / .12);
  background: #d9dde7
}

.enterprise-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover
}

.journey-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-position: bottom;
  background-size: cover;
  width: 100%
}

.journey-title {
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 13px 0
}

.journey-sub {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  padding-right: 60%
}

.phase-card {
  position: relative;
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 22px;
  overflow: hidden
}

.phase-card-top {
  padding: 28px 26px 0
}

.journey-grid {
  --bs-gutter-x: 90px;
  --bs-gutter-y: 30px;
  margin-top: -150px
}

.chart img {
  width: 100%
}

.phase-1 .phase-card {
  border-color: #ffa62b;
  box-shadow: 13px 13px 0 0 #ffa62b
}

.phase-2 .phase-card {
  border-color: #ff5a1f;
  box-shadow: 13px 13px 0 0 #ff5a1f
}

.phase-3 .phase-card {
  border-color: #12b886;
  box-shadow: 13px 13px 0 0 #12b886
}

.phase-3 .phase-card {
  margin-top: 0
}

.phase-title {
  margin: 0 0 6px 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2
}

.phase-1 .phase-title {
  color: #ff8a00
}

.phase-2 .phase-title {
  color: #ff5a1f
}

.phase-3 .phase-title {
  color: #12b886
}

.phase-text {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px
}

.chart {
  position: relative;
  height: auto;
  margin-top: -30px;
  border-radius: 0
}

.first-card-new .chart {
  position: relative;
  height: auto;
  margin-top: 5px;
  border-radius: 0
}

.cta-hero {
  background-image: url(../img/cta-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0
}

.chart svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%
}

.phase-1 .chart path {
  stroke: #ff8a00
}

.phase-1 .chart circle {
  fill: #fff;
  stroke: #ff8a00
}

.phase-2 .chart path {
  stroke: #ff5a1f
}

.phase-2 .chart circle {
  fill: #fff;
  stroke: #ff5a1f
}

.phase-3 .chart path {
  stroke: #12b886
}

.phase-3 .chart circle {
  fill: #fff;
  stroke: #12b886
}

.chart path {
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.chart polyline {
  fill: none;
  stroke-width: 2;
  opacity: .18
}

.bg-light-purtple {
  background-color: #FBF4FF
}

.cta-hero {
  position: relative;
  isolation: isolate;
  padding: 80px 0;
  color: #fff;
  overflow: hidden
}

.cta-wrap {
  max-width: 900px;
  margin: 0 auto;
  text-align: center
}

.cta-title {
  margin: 0 0 20px 0;
  font-weight: 700;
  color: #fff
}

.cta-sub {
  margin: 0 auto 26px auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #fff
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #f4c5a8;
  color: #40250f;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 26px rgb(0 0 0 / .25);
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgb(0 0 0 / .32);
  background: #f2b790
}

.cta-dots {
  display: inline-flex;
  gap: 6px
}

.cta-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff8a00;
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / .35)
}

.cta-dot:nth-child(2) {
  background: #14e3ff
}

.cta-dot:nth-child(3) {
  background: #ff4d4d
}

.cta-hero .button-row {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 30px
}

.brand-overview {
  padding: 80px 0
}

.brand-overview h2 {
  font-weight: 700;
  margin-bottom: 0
}

.brand-overview p {
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000
}

.services-section {
  background: #fff;
  padding: 0 0 80px 0
}

.services-section h2 {
  font-weight: 700;
  margin-bottom: 36px
}

.service-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 32px;
  border-radius: 14px
}

.bg-lilac {
  background: #f7efff
}

.bg-cyan {
  background: #d9fcff
}

.bg-mint {
  background: #e9fbe9
}

.bg-peach {
  background: #ffe8cc
}

.service-card img {
  width: 60px;
  height: 60px
}

.service-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700
}

.service-title a {
  text-decoration: none;
  color: #000
}

.yellow-table {
  padding: 100px 0 80px 0
}

.issues-box {
  margin: 0 auto;
  background: #fff;
  border: 2px solid #f2c336;
  border-radius: 16px;
  padding: 0;
  position: relative;
  box-shadow: 0 10px 22px rgb(0 0 0 / .04);
  list-style: none
}

.mainBX {
  position: relative
}

.mainBX .issues-box {
  position: relative;
  z-index: 2
}

.top-element img {
  position: absolute;
  top: -140px;
  left: 0;
  z-index: 1
}

.issues-box li {
  padding: 12px 0;
  border-bottom: 1px solid #eceef2;
  margin: 0 30px
}

.issues-box li:nth-child(1) {
  padding: 30px 0 12px 0;
  border-bottom: 1px solid #eceef2;
  margin: 0 30px
}

.issues-box li:nth-child(6) {
  padding: 12px 0 30px 0;
  border-bottom: 1px solid #eceef2;
  margin: 0 30px
}

.issues-box-green li:nth-child(1) {
  padding: 30px 0 12px 0
}

.issues-box-green li:nth-child(6) {
  padding: 12px 0 30px 0
}

.issues-box li:last-child {
  border-bottom: 0
}

.issue-inline {
  font-weight: 600;
  font-size: 20px;
  color: #e8a90b
}

.issue-text {
  margin: 0;
  color: #000;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400
}

.section-layout-image {
  padding: 0 0 80px 0
}

.box-1 {
  background: #000;
  border-radius: 14px;
  height: 500px
}

.mirabella-section {
  background: #f9f3fc;
  padding: 80px 0 230px 0
}

.mirabella-title {
  line-height: 1.13;
  color: #924DBF;
  margin-bottom: 20px;
  padding-right: 23%
}

.approachContent p:nth-child(2) {
  margin-bottom: 0
}

.mirabella-text {
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #000
}

.mirabella-image {
  background: #000;
  border-radius: 12px;
  width: 100%
}

.mera-content p {
  margin-bottom: 0;
  padding-right: 15%;
  line-height: 26px;
  font-size: 16px
}

.mera-content p:not(:last-child) {
  margin-bottom: 20px
}

.approach-section {
  margin-top: -145px;
  padding-bottom: 80px
}

.approach-box {
  background-color: #6c2ea3;
  background-image: linear-gradient(rgb(255 255 255 / .05) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / .05) 1px, transparent 1px);
  background-size: 40px 40px;
  color: #fff;
  border-radius: 20px;
  padding: 40px 40px
}

.approach-title {
  color: #f9b233;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 8px
}

.approachContent p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 400
}

.approachContent p:not(:last-child) {
  margin-bottom: 20px
}

.green-table {
  padding: 100px 0 80px 0
}

.issues-box-green {
  margin: 0 auto;
  background: #fff;
  border: 2px solid #00A767;
  border-radius: 16px;
  padding: 0;
  position: relative;
  box-shadow: 0 10px 22px rgb(0 0 0 / .04);
  list-style: none
}

.mainBX {
  position: relative
}

.mainBX .issues-box-green {
  position: relative;
  z-index: 2
}

.top-element img {
  position: absolute;
  top: -88px;
  left: 0;
  z-index: 1;
  width: 20%
}

.issues-box-green li {
  padding: 12px 0;
  border-bottom: 1px solid #eceef2;
  margin: 0 30px
}

.issues-box-green li:last-child {
  border-bottom: 0
}

.issue-inline-green {
  color: #00A767;
  font-weight: 600;
  font-size: 20px
}

.issue-text-green {
  margin: 0;
  color: #000;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400
}

.testimonial-section {
  background: #fff;
  padding: 80px 0
}

.testimonial .quote-mark {
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
  color: #f59f00;
  margin-right: 20px
}

.quote-content {
  position: relative
}

.quote-content .quote-icon {
  position: absolute;
  left: -80px;
  top: 11px
}

.quote-content p {
  font-size: 20px;
  color: #0b0b0b;
  margin-bottom: 0;
  font-weight: 500;
  padding-right: 20%
}

.quote-intro {
  margin-top: 4px
}

.quote-content .text-2 {
  font-weight: 700
}

.quote-outro {
  font-size: 1.15rem
}

.testimonial-footer .author-name {
  color: #924DBF;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 6px
}

.testimonial-footer .author-role {
  font-size: 14px;
  font-weight: 500;
  color: #000
}

.quote-content p:not(:last-child) {
  margin-bottom: 35px
}

.testimonial-footer .vr {
  opacity: .2
}

.testimonial-footer .rating li.star-badge img {
  width: 25px;
  height: 25px
}

.testimonial-footer .rating li.star-badge:nth-child(4) img {
  width: 35px;
  height: 35px
}

.similar-case-study {
  padding: 80px 0;
  background-color: #FBF4FF
}

.similar-case-study h2 {
  font-weight: 700;
  margin-bottom: 35px
}

.caseStudyDetailBanner {
  padding: 100px 0 0 0
}

.caseDetailsTitle h1.caseTit {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  line-height: 58px;
  margin-bottom: 55px;
  color: #000;
  padding: 0 17%
}

.videoSection img {
  width: 100%
}

.videoSection {
  transform: scale(1.03);
  position: relative;
  margin-top: 90px
}

.videoSection .laptop-frame {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: inline-block
}

.cd-element-1 img,
.cd-element-2 img,
.cd-element-3 img,
.cd-element-4 img,
.cd-element-5 img,
.cd-element-6 img,
.cd-element-7 img,
.cd-element-8 img,
.cd-element-9 img,
.cd-element-10 img,
.cd-element-11 img,
.cd-element-12 img {
  position: absolute
}

.cd-element-1 img {
  left: 100px
}

.cd-element-2 img {
  left: 80px;
  top: 510px
}

.cd-element-3 img {
  left: 140px;
  bottom: 220px
}

.cd-element-4 img {
  left: 0;
  bottom: 140px
}

.cd-element-5 img {
  left: 160px;
  top: 360px
}

.cd-element-6 img {
  left: 280px;
  top: 600px
}

.cd-element-7 img {
  right: 280px;
  top: 860px;
  z-index: -1
}

.cd-element-8 img {
  right: 280px;
  top: 370px
}

.cd-element-9 img {
  right: 160px;
  top: 100px
}

.cd-element-10 img {
  right: 60px;
  top: 240px;
  width: 6%
}

.cd-element-11 img {
  right: 130px;
  top: 710px
}

.cd-element-12 img {
  right: 0;
  bottom: 140px
}

:root {
  --blue: #204fb3;
  --blue-200: #cfe3ff;
  --bar-h: 37px;
  --radius: 9px;
  --border: 2px;
  --gap: 12px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"
}

.address-wrap {
  display: grid;
  place-items: center;
  padding: 24px;
  position: relative
}

.address-bar {
  display: flex;
  align-items: center;
  gap: var(--gap);
  height: var(--bar-h);
  background: var(--blue-200);
  border: var(--border) solid var(--blue);
  border-radius: var(--radius);
  padding: 0 14px;
  min-width: 320px;
  width: min(721px, 92vw);
  box-sizing: border-box;
  color: var(--blue);
  font-family: var(--font);
  z-index: 2
}

.bar-wrap img {
  position: absolute
}

.url-text {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.icon-lock,
.icon-menu {
  display: inline-grid;
  place-items: center
}

.lock,
.menu {
  width: 22px;
  height: 22px;
  stroke: var(--blue);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

.icon-menu {
  margin-left: auto;
  background: #fff0;
  border: 0;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  border-radius: 8px
}

.icon-menu:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px
}

.bar-wrap img {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -40px;
  right: 0;
  margin: 0 auto;
  bottom: 0
}

ul.nav.nav-pills.case-study-tab-item {
  justify-content: center
}

#tabDropdown {
  background-color: #f9f2ff;
  border: 2px solid #6a5acd;
  color: #6a5acd;
  border-radius: 10px;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: capitalize
}

#tabDropdown:hover {
  background-color: #efe3ff
}

#discTabDropdown {
  background-color: #f9f2ff;
  border: 2px solid #6a5acd;
  color: #6a5acd;
  border-radius: 10px;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: capitalize
}

#discTabDropdown:hover {
  background-color: #efe3ff
}

#smmTabDropdown {
  background-color: #f9f2ff;
  border: 2px solid #6a5acd;
  color: #6a5acd;
  border-radius: 10px;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: capitalize
}

#smmTabDropdown:hover {
  background-color: #efe3ff
}

#tabDropdownone {
  background-color: #f9f2ff;
  border: 2px solid #6a5acd;
  color: #6a5acd;
  border-radius: 10px;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: capitalize
}

#tabDropdownone:hover {
  background-color: #efe3ff
}

#tabDropdownMenu {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgb(0 0 0 / .1);
  border: none;
  padding: 5px 0
}

#tabDropdownMenuone {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgb(0 0 0 / .1);
  border: none;
  padding: 5px 0
}

#tabDropdownMenu .dropdown-item {
  padding: 9px 15px;
  font-weight: 500;
  color: #222;
  transition: all 0.2s ease
}

#tabDropdownMenu .dropdown-item:hover {
  background-color: #f4e9ff;
  color: #6a5acd
}

#tabDropdownMenu .dropdown-item.active {
  background-color: #6a5acd;
  color: #fff
}

#discTabDropdownMenu .dropdown-item.active {
  background-color: #6a5acd;
  color: #fff
}

#smmTabDropdownMenu .dropdown-item.active {
  background-color: #6a5acd;
  color: #fff
}

#tabDropdownMenuone .dropdown-item {
  padding: 9px 15px;
  font-weight: 500;
  color: #222;
  transition: all 0.2s ease
}

#tabDropdownMenuone .dropdown-item:hover {
  background-color: #f4e9ff;
  color: #6a5acd
}

#tabDropdownMenuone .dropdown-item.active {
  background-color: #6a5acd;
  color: #fff
}

.menu-area.menu-area__3.sticky-header .custom-nave {
  margin-top: 0;
  background: #fff0
}

.middleIUmg {
  padding: 0 0 80px 0
}

.middleIUmg img {
  border-radius: 20px;
  width: 100%
}

.case-details {
  overflow-x: hidden
}

.buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px
}

.enterpriseBanner .buttons {
  display: flex;
  gap: 10px;
  justify-content: start;
  margin-bottom: 30px
}

.btn-pill {
  background-image: linear-gradient(oklch(.12 .07 296.61), oklch(.12 .07 296.61)), conic-gradient(from var(--angle-to-the-dangle), #fff0 0deg, #ffffff 20deg, oklch(1 0 0 / .05) 40deg);
  background-clip: padding-box, border-box;
  background-position: center center;
  background-size: 170px 500px;
  animation: rotateColors 2s linear infinite;
  border-radius: 50px;
  color: #FF9E00;
  padding: 7px 20px;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 15px;
  border: 1px solid #fff0;
  text-transform: uppercase
}

.btn-pill.home-pill {
  background-image: linear-gradient(oklch(.47 .2 305.53), oklch(.49 .2 307.83)), conic-gradient(from var(--angle-to-the-dangle), #fff0 0deg, #ffffff 20deg, oklch(1 0 0 / .05) 40deg);
  background-clip: padding-box, border-box;
  background-position: center center;
  background-size: 170px 500px;
  animation: rotateColors 2s linear infinite;
  border-radius: 50px;
  color: #FF9E00;
  padding: 7px 20px;
  letter-spacing: 2px;
  font-size: 15px;
  border: 1px solid #fff0;
  text-transform: uppercase
}

.tailredSeoEnterprise .tab-bx-track {
  width: 1021px
}

.tailredSeoEnterprise.smmPlatform .tab-bx-track {
  width: 825px
}

.tailredSeoEnterprise.smmPlatform {
  background: #d9d9d95c
}

.case-study-listing .tab-bx-track {
  width: 1276px;
  margin: 0 auto 0
}

.logoSldier {
  margin-top: 40px
}

.c-logos-container-2 {
  overflow: hidden;
  display: flex;
  margin: 0
}

.c-logos-slider-2 {
  display: flex;
  white-space: nowrap;
  animation: slidess 80s linear infinite
}

@keyframes slidess {
  from {
    transform: translateX(0%)
  }

  to {
    transform: translateX(-100%)
  }
}

.c-logo {
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  box-shadow: 0 0 0 0 rgb(226 215 255 / .4);
  margin-right: 30px
}

.tab-item .tp-btn-black-radius.btn-blue-bg.remobe-pad {
  padding: 0
}

.tab-item .tp-btn-black-radius.btn-blue-bg.remobe-pad i {
  height: 35px;
  width: 35px;
  line-height: 39px
}

.mind-blowinng-seo .tab-item .tabBx .tp-btn-black-radius.btn-blue-bg.remobe-pad i {
  height: 30px;
  width: 30px;
  line-height: 30px
}

.mind-blowinng-seo .tab-item .tabBx .tp-btn-black-radius.btn-blue-bg.remobe-pad i span {
  position: relative;
  overflow: hidden;
  width: 12px;
  height: 12px;
  display: inline-flex
}

.mind-blowinng-seo .tab-item .tabBx .tp-btn-black-radius.btn-blue-bg.remobe-pad i span svg {
  width: 12px;
  height: 12px
}

.tab-container {
  display: flex;
  align-items: center
}

.tab-images {
  position: relative;
  height: 671px;
  background: #f7f7f7;
  border-radius: 12px;
  overflow: hidden
}

.tab-container {
  margin-top: 0
}

.tabBx {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.tab-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease
}

.tab-images img.active {
  opacity: 1;
  transform: scale(1)
}

.tab-item {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  cursor: pointer;
  transition: all 0.3s ease
}

.tab-item.active {
  border-bottom: 1px solid #eee;
  padding: 22px 0 22px 0;
  cursor: pointer;
  transition: all 0.8s ease;
}

.tab-item-number {
  color: #b7a8d7;
  font-weight: 600;
  margin-right: 10px
}

.tab-item-title {
  font-weight: 600;
  color: #000;
  margin-bottom: 0
}

.tab-item.active .tab-item-title {
  color: #6F369D;
  margin-bottom: 0
}

.tab-listBx {
  padding-left: 40px
}

.tab-item-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  padding-right: 60px
}

.tab-item.active .tab-item-content {
  height: auto;
  opacity: 1;
  margin-top: 10px
}

.tab-item-content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px
}

.section.mind-blowinng-seo.third-faq-block.gradient-third-block.home-benefit .tab-item-content p {
  margin-bottom: 0
}

.btn-custom {
  background: #f5a623;
  border-radius: 25px;
  padding: 8px 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  border: none;
  color: #000
}

.btn-custom i {
  margin-left: 6px
}

.tp-hero-title-box h5 {
  color: #FFAA20;
  font-size: 24px;
  font-weight: 700;
  padding-right: 28%
}

.tp-hero-title-box p.tagline {
  color: #FFAA20;
  font-size: 24px;
  font-weight: 700;
  padding-right: 18%;
  margin-bottom: 15px
}

.seo-Banner .tp-hero-title-box p.tagline {
  color: #FFAA20;
  font-size: 24px;
  font-weight: 700;
  padding-right: 0%
}

.enterpriseBanner .button-row {
  justify-content: start
}

.enterpriseBanner .tp-hero-para {
  padding-right: 7%
}

.whatsapp-link img {
  max-width: 85px
}

.whatsapp-link {
  bottom: 2%;
  left: 1%;
  z-index: 9999999999
}

.seo-results-banner-section .seo-hero-desc.seo-hero-desc.main-desc {
  font-size: 16px;
  font-weight: 600
}

.seo-results-banner-section .seo-hero-desc {
  font-size: 14px;
  font-weight: 600
}

.marketing-subtitle {
  margin-bottom: 30px
}

.tp-hero-area .footer-rating {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  justify-content: center
}

.rotator {
  border-right: 2px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  height: 72px;
  color: #F5BD20;
  font-size: 70px;
  display: inline-block;
  animation: blink 0.7s infinite;
  line-height: 70px
}

.buy-links .card-padding {
  --bs-gutter-y: 30px
}

.casino-seo-services .card-padding {
  --bs-gutter-y: 30px
}

@keyframes blink {

  0%,
  50% {
    border-color: #f4bc20
  }

  51%,
  100% {
    border-color: #fff0
  }
}

@property --angle-to-the-dangle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: true
}

@keyframes rotateColors {
  0% {
    --angle-to-the-dangle: 0deg
  }

  100% {
    --angle-to-the-dangle: 360deg
  }
}

.contactWrapper {
  background-color: #faf6ff;
  padding: 80px 0 80px 0;
  display: flex;
  align-items: center
}

.form-wrapper {
  position: relative;
  background: rgb(74 37 116 / 21%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 20px 20px #0000001a
}

.form-wrapper::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 794px;
  height: 400px;
  background: radial-gradient(circle at bottom left, #aa60ff 0%, #5800bd 50%, transparent 100%);
  filter: blur(60px);
  z-index: 0
}

.form-wrapper>* {
  position: relative;
  z-index: 1
}

.form-control,
.form-control:focus,
textarea.form-control {
  background-color: #0d0d0d !important;
  color: #fff !important;
  border: none !important;
  border-bottom: 1px solid #444 !important;
  border-radius: 0;
  box-shadow: none
}

.file-drop {
  padding: 20px;
  background-color: #111;
  cursor: pointer
}

.file-drop:hover {
  background-color: #222
}

.contact-pointer img {
  width: 22px;
  height: 22px;
  margin-right: 2px
}

.contact-pointer {
  margin-top: 10px
}

.contact-pointer li {
  margin-bottom: 23px;
  font-size: 16px;
  color: #000;
  font-weight: 500
}

.form-wrapper h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
  padding-right: 20%;
  line-height: 1.1
}

.form-wrapper h4 {
  display: block;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px
}

.form-wrapper h4.lets {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px
}

.form-wrapper p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 12px
}

.strategist-box {
  background-color: #f5bd20;
  border-radius: 10px;
  padding: 15px 24px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 11px 0 0 0
}

.form-cta {
  margin-top: 33px
}

.form-wrapper .small-text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #000;
  padding-bottom: 0;
  margin-bottom: 4px;
  line-height: 1.1
}

.phone-number {
  font-size: 28px;
  font-weight: 700;
  margin: 5px 0 0;
  line-height: 1;
  color: #000
}

.phone-number a {
  color: #000;
  text-decoration: none
}

.phone-number a:hover {
  text-decoration: underline
}

.strategist-avatars {
  display: flex;
  gap: 10px;
  margin-top: 0
}

.avatar-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -20px
}

.avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 30px
}

.padding-right-form {
  padding-right: 40px;
  border-radius: 10px
}

.padding-right-form p {
  color: #000;
  margin-bottom: 30px
}

.padding-right-form p.small-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 0;
  margin-bottom: 4px
}

h4.prefer-title {
  font-size: 24px;
  font-weight: 600
}

#customers-testimonials .shadow-effect p {
  font-size: 16px;
  line-height: 27px;
  margin: 0 0 19px 0;
  color: #fff;
  padding-bottom: 0;
  font-weight: 400
}

#customers-testimonials .shadow-effect p.name {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin: 0 0 0 0
}

#customers-testimonials .shadow-effect p.title {
  font-size: 14px;
  line-height: 13px;
  color: #fff;
  margin: 0 0 0 0;
  font-weight: 300
}

#customers-testimonials .item {
  padding: 0 0;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
  position: relative
}

.shadow-effect {
  padding: 25px 29px;
  border-radius: 16px;
  background: #6a34ab;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  position: relative
}

#customers-testimonials img {
  height: 43px;
  transform-style: preserve-3d;
  max-width: 100px;
  width: max-content;
  object-fit: contain
}

.star i {
  color: #fff;
  font-size: 14px
}

#customers-testimonials {
  margin-top: 26px
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  width: 40px
}

#customers-testimonials.owl-carousel .owl-dots {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  display: none
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: flex;
  justify-content: center
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #ccc;
  display: inline-block;
  height: 7px;
  margin: 0 5px 0;
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 7px;
  border-radius: 25px
}

.client__name {
  margin-top: 16px
}

.client__name .client__name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0
}

#customers-testimonials .client__name p.comp__name {
  font-size: 15px;
  font-weight: 400
}

.profile-card {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  width: fit-content
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover
}

.profile-info {
  display: flex;
  flex-direction: column
}

.name {
  font-size: 15px;
  font-weight: 600;
  margin: 0
}

.title {
  font-size: 13px;
  color: #aaa;
  margin: 0
}

#customers-testimonials .next_btn {
  right: 22px;
  bottom: 46px
}

#customers-testimonials .prev_btn {
  right: 74px;
  bottom: 46px
}

#customers-testimonials .next_btn,
#customers-testimonials .prev_btn {
  position: absolute;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

#customers-testimonials .prev_btn,
#customers-testimonials .next_btn {
  width: 43px;
  height: 43px;
  line-height: 43px;
  margin: 0 8px;
  border-radius: 60px;
  color: #fff;
  background-color: #ffffff2e;
  border: 0 solid rgb(33 33 45 / .1);
  display: flex;
  font-size: 22px;
  align-items: center;
  justify-content: center
}

.contact-form {
  border-radius: 10px;
  width: 100%;
  padding: 45px 40px 40px 40px;
  background-color: #fff
}

p.file-name {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 9px
}

.contact-form .form-group.service-bottm {
  display: flex
}

.form-group {
  display: flex;
  align-items: center
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #222;
  margin-bottom: 0;
  margin-right: 15px
}

input,
textarea {
  width: 100%;
  padding: 20px 0;
  border: 0 solid #ccc;
  border-radius: 0;
  font-size: 16px;
  color: #222
}

::placeholder {
  color: #222
}

input:focus,
textarea:focus {
  outline: none
}

.submit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5BD20;
  padding: 6px 8px 6px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  position: relative;
  width: 100%;
  border-radius: 50px
}

.button span {
  font-weight: 500;
  color: #000
}

.btn-right {
  color: #fff;
  height: 38px;
  width: 38px;
  line-height: 31px;
  background-color: #4A2574;
  font-weight: 500;
  padding: 4px 10px;
  margin-left: 14px;
  font-size: 18px;
  border-radius: 50px
}

.contact__form {
  padding: 0;
  border-radius: 16px
}

.cta-section-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  background-image: url(../img/pattern-team.png);
  background-position: center;
  width: 100%
}

.cta-box {
  text-align: center;
  width: 100%
}

.cta-box h2 {
  font-weight: 700;
  margin-bottom: 7px;
  color: #fff;
  line-height: 1
}

.cta-box p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff
}

.cta-box .cta-phone {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #000
}

.cta-box .cta-phone:hover {
  text-decoration: underline
}

.pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.pill-group input[type="checkbox"],
.pill-group input[type="radio"] {
  display: none
}

.pill-group label {
  padding: 2px 16px;
  border: 1px solid #4440;
  border-radius: 100px;
  cursor: pointer;
  background: #f7f7f7;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #141414;
  font-size: 12px;
  transition: all 0.2s ease;
  margin-right: 0
}

.pill-group label:hover {
  border: 1px solid #00000030;
  color: #222
}

.pill-group input[type="checkbox"]:checked+label,
.pill-group input[type="radio"]:checked+label {
  background: #fff0;
  border: 1px dashed #cbcbcb;
  color: #222;
  font-weight: 400
}

.service-bottm-1 {
  margin-bottom: 24px
}

.service-bottm {
  margin-bottom: 18px
}

.contact-section {
  background-position: center;
  background-size: cover;
  padding: 80px 0 80px 0
}

.contact-info {
  display: flex;
  flex-direction: column;
  color: #fff
}

.contact-info .contact-para {
  font-size: 16px;
  line-height: 28px;
  padding-right: 4%
}

.contact-info h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0
}

.con-bx {
  margin-left: 20px
}

.contact-info .address {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  padding-right: 13%
}

.contact-info .email {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0
}

.contact-info .phone {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0
}

.contact-info .time {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0
}

.mapWrapper {
  overflow: hidden;
  border-radius: 10px
}

.mapWrapper iframe {
  width: 100%;
  filter: blur(4px);
  -webkit-mask-image: radial-gradient(circle, rgb(0 0 0) 95%, #fff0 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  mask-image: radial-gradient(circle, rgb(0 0 0) 95%, #fff0 100%);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  height: 505px
}

.mapWrapper iframe:hover {
  filter: blur(0)
}

.office-card {
  background: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgb(0 0 0 / .1);
  width: 85%;
  position: absolute;
  bottom: 58px;
  margin: 0 auto;
  left: 0;
  right: 0
}

.office-card h3 {
  margin: 0 0 9px;
  font-size: 24px;
  font-weight: 600
}

.office-card .address {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000;
  margin-bottom: 14px;
  line-height: 23px
}

.location-icon {
  font-size: 20px;
  color: #1a73e8;
  margin-right: 8px
}

.direction-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease
}

.direction-btn:hover {
  border-color: #1a73e8;
  color: #1a73e8
}

.iconBx img {
  width: 60px;
  height: 60px;
  margin-bottom: 0
}

.enterpriseBanner {
  background-image: none !important
}

.upload-wrapper {
  width: 100%;
  margin-bottom: 60px
}

.upload-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border: 1px dashed #22222236;
  border-radius: 10px;
  background: #f7f7f7;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  padding: 10px
}

.upload-box:hover {
  border-color: #a252ff;
  color: #a252ff
}

.upload-box span {
  font-size: 14px;
  color: #222
}

.upload-heading {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #222
}

.cta-Bx {
  text-align: start
}

.btnWrap {
  text-align: end
}

.form-wrapper p.file-name {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  word-wrap: break-word;
  margin-bottom: 0;
  padding-bottom: 0
}

.blog-banner {
  background-image: url(../img/blog-details-banner.png);
  padding: 200px 0 163px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover
}

.breadcrumb-text {
  font-size: 16px;
  opacity: 1;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.2
}

.blog-title {
  font-weight: 700;
  line-height: 61px;
  color: #fff;
  margin-bottom: 25px;
  padding-right: 10%
}

.author-meta {
  font-size: 14px;
  margin-bottom: 10px
}

.author-img img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover
}

.author-name {
  font-weight: 500
}

.updated-date {
  opacity: .9
}

.social-links a {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
  transition: 0.3s all ease;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff30;
  border-radius: 50px;
  text-align: center;
  line-height: 33px;
  font-weight: 400
}

.social-links a i {
  color: #fff
}

.social-links a:hover {
  color: #F5BD20;
  border: 1px solid #F5BD20
}

.social-links a:hover i {
  color: #F5BD20
}

.divider-space {
  margin: 0 20px
}

.social-links {
  margin-top: 0
}

.social-links a:nth-child(4) {
  margin-right: 0
}

.social-links .social-heading {
  font-size: 14px;
  margin-right: 7px
}

.social-links a:hover {
  color: #f0f0f0
}

.banner-image {
  position: absolute;
  top: 27px;
  right: 0;
  height: 100%;
  max-height: none !important;
  z-index: auto;
  aspect-ratio: unset;
  width: unset;
  display: flex;
  align-items: center
}

.banner-image img {
  width: 735px;
  height: 392px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 0 0 10px
}

.arrow-div {
  margin: 0 16px
}

.blogBodyWrapper {
  padding: 120px 0 100px 0;
  background-color: #faf6ff
}

.toc {
  margin: 0 auto;
  background: #fff;
  border: 2px solid #f2c336;
  padding: 22px 22px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 10px 22px rgb(0 0 0 / .04);
  list-style: none;
  z-index: 2;
  margin-right: 14%
}

.toc ul {
  padding: 0;
  margin: 0
}

.toc ul li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  line-height: 20px;
  position: relative;
  transition: 0.3s all ease
}

.toc ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  transition: 0.3s all ease;
  bottom: 0;
  background-color: #eceef2
}

.toc ul li:last-child:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  transition: 0.3s all ease;
  bottom: 0;
  background-color: #eceef2
}

.toc ul li:hover:last-child:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  transition: 0.3s all ease;
  bottom: 0;
  background-color: #eceef2
}

.toc ul li:hover::before {
  height: 2px;
  background-color: #4A2574
}

.toc ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0 solid #eceef2;
  padding-bottom: 0
}

.toc ul li a {
  font-size: 14px;
  line-height: 1;
  font-weight: 500
}

.label-toc img {
  position: absolute;
  top: -43px;
  left: 0;
  width: 42%;
  z-index: 1
}

.blogBodyWrapper .sticky-top {
  top: 135px;
  z-index: 9
}

.summarize-section h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 0
}

.contentWrapper h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 24px
}

.summarize-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.summarize-buttons a {
  text-decoration: none
}

.pill {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  transition: all 0.2s ease-in-out
}

.pill:hover {
  transform: translateY(-2px);
  color: #fff
}

.chatgpt {
  background-color: #f5bd20;
  color: #fff
}

.perplexity {
  background-color: #FF5A16;
  color: #fff
}

.grok {
  background-color: #64b5f6;
  color: #fff
}

.google {
  background-color: #4A2574;
  color: #fff
}

.claude {
  background-color: #6F369D;
  color: #fff
}

.summarize-buttons a:focus {
  color: #fff
}

.contentWrapper {
  margin-top: 30px
}

.contentWrapper p {
  font-size: 16px
}

.contentWrapper h2 {
  margin-top: 30px
}

.contentWrapper h4 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: 600;
  margin-bottom: 10px
}

.contentWrapper ul li {
  font-size: 16px;
  margin-bottom: 10px
}

.contentWrapper ul li:last-child {
  font-size: 16px;
  margin-bottom: 0
}

.contentWrapper ul {
  padding-left: 20px
}

.contentWrapper img {
  width: 100%;
  border-radius: 20px;
  margin: 33px 0 0 0
}

.blog-banner {
  position: relative;
  color: #fff
}

.banner-slide {
  min-height: 50vh;
  display: flex;
  align-items: end;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 0;
  padding: 50px 70px;
  overflow: hidden;
  transition: 0.3s all ease;
  border-radius: 20px
}

.banner-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / .55)
}

.banner-slide .container {
  position: relative;
  z-index: 2
}

.breadcrumb-text {
  font-size: 14px;
  opacity: .85;
  margin-bottom: 10px
}

.blog-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px
}

.author-meta {
  font-size: 14px;
  margin-bottom: 10px
}

.author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px
}

.author-name {
  font-weight: 500
}

.updated-date {
  opacity: .9
}

.social-links a:hover {
  color: #f0f0f0
}

#blog-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%)
}

#blog-slider .owl-nav button {
  background: rgb(0 0 0 / .5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  transition: all 0.3s ease
}

#blog-slider .owl-nav button:hover {
  background: #fff;
  color: #000
}

#blog-slider .next_btn {
  right: 289px;
  bottom: -28px
}

#blog-slider .prev_btn {
  left: 289px;
  bottom: -28px
}

#blog-slider .next_btn,
#blog-slider .prev_btn {
  position: absolute;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 999;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

#blog-slider .prev_btn,
#blog-slider .next_btn {
  width: 43px;
  height: 43px;
  line-height: 43px;
  margin: 0 8px;
  border-radius: 60px;
  background-color: #ffffff2e;
  border: 0 solid rgb(33 33 45 / .1);
  display: flex;
  font-size: 22px;
  align-items: center;
  justify-content: center
}

#blog-slider .owl-item {
  transition: 1s all ease
}

#blog-slider .owl-item,
#blog-slider .owl-item.active {
  transform: scale(.87)
}

#blog-slider .owl-item.active.center {
  transform: scale(1)
}

.sidebar-item {
  background-color: #FFF;
  padding: 30px 25px;
  text-align: center;
  border-radius: 10px
}

.sidebar-item {
  width: 86%;
  margin-bottom: 40px;
  margin-left: auto
}

.sidebar-item p.widget-title {
  max-width: 207px;
  margin-left: auto;
  color: #4A2574;
  font-weight: 700;
  margin-right: auto;
  font-size: 22px
}

.sidebar-item p.sde-para {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px
}

.left-spacing {
  margin-left: 10px
}

.post_sidebar_wp .dmt-ctas {
  cursor: pointer;
  background-color: #ddd;
  text-align: center;
  width: 86%;
  margin-left: auto;
  margin-bottom: 40px;
  border-radius: 10px
}

.post_sidebar_wp .dmt-ctas img {
  width: 80%;
  margin: 0 auto
}

.social-media-wrapper {
  display: flex;
  justify-content: space-between
}

.InnerBanner {
  background-image: url(../img/dsl-banner.svg);
  background-position: center;
  background-size: cover;
  padding: 180px 0 150px 0
}

.seo-trust-heading p:not(:last-child) {
  margin-bottom: 16px
}

.seo-trust-heading p {
  margin-bottom: 0
}

.solutionTitle p:not(:last-child) {
  margin-bottom: 16px
}

.solutionTitle p {
  margin-bottom: 0
}

.seo-trust-heading p:not(:last-child) {
  margin-bottom: 16px
}

.seo-trust-heading p {
  margin-bottom: 0
}

.stack-heading p:not(:last-child) {
  margin-bottom: 16px
}

.stack-heading p {
  margin-bottom: 0
}

.mt20 {
  margin-top: 20px
}

#benefits .sticky-top {
  z-index: 1
}

.our-link-building-techniques.casino p.audit-card-desc {
  padding-right: 30%
}

.our-link-building-techniques.casino.proven-strat p.audit-card-desc {
  padding-right: 0;
  margin-bottom: 0
}

.CounterTextBanner .rotator {
  border-right: 2px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  height: 72px;
  color: #9a42d5;
  font-size: 70px;
  display: inline-block;
  animation: blink 0.7s infinite;
  line-height: 70px
}

.tailredSeoEnterprise p.section-lead {
  margin-bottom: 0
}

.smmBx p {
  margin-bottom: 0;
  font-size: 16px;
  padding-right: 6%
}

.smmBx p:not(:last-child) {
  margin-bottom: 25px
}

.smmBx h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px
}

.smmBx h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px
}

.smmImg img {
  border-radius: 10px;
  height: 400px;
  width: 100%;
  object-fit: cover
}

.benefitsSec {
  background: #faf6ff
}

.marketing-channels-section.ecom-niche {
  background: #fff
}

.agency-comparison-section.gencomp {
  background: #faf6ff
}

.agency-comparison-section.gencomp .agency-comparison-subtitle {
  color: #000;
  margin-bottom: 100px;
  padding: 0 8% 40px 8%
}

.card-padding-1 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px
}

.startup-help .startup-padding {
  --bs-gutter-y: 30px
}

.faqs-pointer {
  padding-left: 20px
}

.baclinks-solutions .solution-card {
  height: 425px
}

.proven-backlinks .solution-card {
  height: 371px !important;
}

.casino-backlinks .solution-card {
  height: 400px
}

.section.our-link-building-techniques.proven-strat .audit-card-left {
  padding-right: 34%
}

.casino-igaming .solution-card {
  height: 425px
}

.section.mind-blowinng-seo.ecoomer-hover-height .tab-item.active .tab-item-content {
  height: auto;
  opacity: 1;
  margin-top: 10px
}

.section.mind-blowinng-seo.small-business-hover-height .tab-item.active .tab-item-content {
  height: auto;
  opacity: 1;
  margin-top: 10px
}

.link-building-strategies h2 img {
  width: 50%
}

h2.lets {
  color: #6a34ab
}

.add-bx {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px 20px;
  margin-bottom: 15px;
  border-radius: 12px;
  transition: 0.3s all ease-in;
  border: 2px solid #fff0;
  margin-right: 15%
}

.add-bx:nth-child(3) {
  margin-bottom: 0
}

.add-bx:hover {
  box-shadow: 0 8px 20px 0 #924dbf1a;
  border: 2px solid #924dbf21
}

.contactInnerBanner .tp-hero-title {
  font-size: 60px
}

.about-Banner.tp-image-distortion {
  height: 100%
}

.about-Banner.tp-image-distortion.tp-hero-ptb {
  padding-top: 140px;
  padding-bottom: 127px;
}

.story-content p {
  margin-bottom: 0
}

.story-content p:not(:last-child) {
  margin-bottom: 20px
}

.story-content h2 {
  margin-bottom: 20px
}

.story-content {
  margin-bottom: 50px
}

.autoplayStrip {
  background-color: #F5BD20;
  padding: 0 0
}

.c-text-container {
  overflow: hidden;
  display: flex;
  padding: 1px 0
}

.c-text-slider {
  display: flex;
  white-space: nowrap;
  animation: slide 40s linear infinite
}

@keyframes slide {
  from {
    transform: translateX(0%)
  }

  to {
    transform: translateX(-100%)
  }
}

.c-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  box-shadow: 0 0 0 0 rgb(226 215 255 / .4);
  margin-left: 15px;
  position: relative;
  margin-right: 15px
}

.c-text p {
  text-decoration: none;
  color: #0000001a;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: .7
}

.vision-mission-section {
  background-color: #FBF4FF;
  padding: 80px 0
}

.card-section {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  transition: all 0.3s ease
}

.image-box {
  margin-bottom: 20px
}

.image-box img {
  height: 220px
}

.msion-vision-text {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  margin: 0 auto
}

.proven-strategies {
  width: 100%;
  overflow: hidden;
  color: #fff;
  font-family: 'Poppins', sans-serif
}

.left-section {
  background: url(../img/proven-bg.png);
  padding: 80px 60px 80px 0;
  border-right: 2px solid #FFF
}

.left-section .content-wrapper h2 {
  font-weight: 700;
  margin-bottom: 15px
}

.right-section .content-wrapper {
  z-index: 2;
  width: 63%;
  margin-right: auto;
  margin-left: inherit
}

.content-wrapper {
  width: 673px;
  margin-left: auto
}

.left-section .content-wrapper p {
  color: #fff;
  font-size: 1rem
}

.stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
  max-width: 950px;
  margin: 0 auto
}

.stats-grid {
  max-width: 900px;
  margin: 23px auto 0 auto
}

.stat-box {
  background: rgb(255 255 255 / .1);
  border-radius: 18px;
  text-align: center;
  padding: 40px 60px;
  color: #fff;
  transition: all 0.3s ease;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto
}

.stat-box h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1
}

.stat-box p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 500
}

.stat-box {
  background: rgb(255 255 255 / .1);
  border-radius: 18px;
  text-align: left;
  padding: 30px 20px;
  color: #fff;
  transition: all 0.3s ease;
  flex: 0 0 auto
}

.stat-box:nth-child(1) {
  width: 42%
}

.stat-box:nth-child(2) {
  width: 53%
}

.stat-box:nth-child(3) {
  width: 52%
}

.stat-box:nth-child(4) {
  width: 43%
}

.left-section .content-wrapper .stat-box p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  line-height: 1.5
}

.right-section {
  position: relative;
  background: url(../img/transformed-bg.png);
  padding: 80px 60px;
  overflow: hidden;
  border-left: 2px solid #FFF
}

.right-section .content-wrapper h2 {
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 25px
}

.cta-btn {
  background-color: #f5c400;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease
}

.cta-btn:hover {
  background-color: #ffda2f
}

.image-wrapper {
  position: absolute;
  bottom: 0;
  right: -100px;
  width: 540px
}

.image-wrapper img {
  width: 100%;
  height: auto
}

.content-wrapper h2 {
  color: #fff
}

.team-section {
  background-color: #fff;
  font-family: 'Poppins', sans-serif
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000
}

.team-card {
  border-radius: 20px;
  padding: 25px;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
  position: relative;
  height: 300px
}

.team-img {
  border-radius: 16px;
  margin-bottom: 0;
  position: absolute
}

.team-info h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000
}

.team-info p {
  font-size: .9rem;
  color: #4a4a4a;
  margin: 0
}

.purple-bg {
  background-color: #4a257430;
  color: #fff
}

.lightpurple-bg {
  background-color: #4a257430;
  color: #000
}

.lightpurple-bg h5,
.lightpurple-bg p {
  color: #4A2574 !important
}

.team-yellow-bg {
  background-color: #F5BD20;
  color: #000
}

.cream-bg {
  background-color: #f7edcf;
  color: #000
}

.cream-bg h5,
.cream-bg p {
  color: #000 !important
}

.team-section h2 {
  margin-bottom: 30px
}

.team-1 {
  bottom: -270px;
  right: 10px;
  min-width: 480px
}

.team-2 {
  bottom: -200px;
  right: 50px;
  min-width: 380px;
  width: 300px
}

.team-3 {
  bottom: -210px;
  right: 40px;
  min-width: 410px;
  width: 330px
}

.team-4 {
  bottom: -384px;
  right: 20px;
  min-width: 380px;
  width: 300px
}

.team-5 {
  bottom: -171px;
  right: 60px;
  min-width: 380px;
  width: 300px
}

.team-6 {
  bottom: -200px;
  right: 27px;
  min-width: 306px;
  width: 370px
}

.team-card-padding {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px
}

.team-card h5 {
  color: #fff;
  font-size: 22px;
  text-align: start;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 9px
}

.team-card p {
  color: #fff;
  font-size: 15px;
  text-align: start;
  line-height: 1;
  margin-bottom: 0
}

.abt.journey-section {
  background-color: #f8f3ff;
  font-family: 'Poppins', sans-serif;
  position: relative
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000
}

.section-subtitle {
  color: #555;
  font-size: 1rem;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6
}

.timeline {
  position: relative;
  margin-top: 50px;
  padding-left: 20px
}

.timeline-item {
  position: relative
}

.timeline .middle-lin img {
  position: absolute;
  top: 310px;
  left: 32%
}

.timeline-process img.process-element-1 {
  position: absolute;
  top: 330px;
  left: 42%;
  width: 260px;
  z-index: 1
}

.timeline-process img.process-element-2 {
  position: absolute;
  top: 510px;
  left: 44%;
  width: 263px;
  z-index: 1
}

.timeline-process img.process-element-3 {
  position: absolute;
  top: 490px;
  left: 36%;
  width: 260px;
  z-index: 1
}

.timeline-process img.process-element-4 {
  position: absolute;
  top: 530px;
  left: 48%;
  width: 200px;
  z-index: 1
}

.timeline-process img.process-element-5 {
  position: absolute;
  top: 501px;
  left: 34%;
  width: 292px;
  z-index: 1
}

.timeline-process img.process-element-6 {
  position: absolute;
  top: 490px;
  left: 48%;
  width: 300px;
  z-index: 1;
  transform: rotate(336deg)
}

.timeline-content {
  position: relative
}

.timeline-content h5 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px
}

.timeline-content p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin: 0
}

.row:nth-child(2) .timeline-content {
  padding-left: 20%
}

.row:nth-child(4) .timeline-content {
  padding-left: 20%
}

.row:nth-child(6) .timeline-content {
  padding-left: 20%
}

.year-badge {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: 700;
  font-size: .9rem;
  color: #fff;
  margin-bottom: 10px;
  position: relative
}

.left-img {
  margin-right: auto
}

.right-img {
  margin-left: auto
}

.timeline-img img {
  width: 100%;
  z-index: 2;
  position: relative
}

.timeline-padding {
  --bs-gutter-x: 160px;
  --bs-gutter-y: 70px
}

p.timeline-subtitle {
  margin-bottom: 0;
  color: #000
}

.year-badege .year-1 {
  position: absolute;
  top: 150px;
  right: -56px;
  width: 24%;
  z-index: 2
}

.year-badege .year-2 {
  position: absolute;
  top: 70px;
  left: -56px;
  width: 24%;
  z-index: 2
}

.year-badege .year-3 {
  position: absolute;
  top: 114px;
  right: -26px;
  width: 24%;
  z-index: 2
}

.year-badege .year-4 {
  position: absolute;
  top: 80px;
  left: -17px;
  width: 24%;
  z-index: 2
}

.year-badege .year-5 {
  position: absolute;
  top: 110px;
  right: -56px;
  width: 24%;
  z-index: 2
}

.year-badege .year-6 {
  position: absolute;
  top: 100px;
  left: -26px;
  width: 24%;
  z-index: 2
}

.custom-margin-100 {
  margin-top: 30px
}

.milestone-card {
  background-color: #8a45c7;
  border-radius: 16px;
  padding: 25px;
  color: #fff;
  box-shadow: 0 8px 20px rgb(0 0 0 / .1);
  margin-top: 50px;
  z-index: 2;
  position: relative
}

.year-text {
  font-size: 5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px
}

.milestone-content h4 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px
}

.milestone-content p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.7;
  margin: 0;
  padding-right: 8%
}

.impact-section {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden
}

.section-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #111
}

.impact-text {
  font-weight: 700
}

.flip-card {
  height: 480px
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(.4, .2, .2, 1);
  transform-style: preserve-3d;
  border-radius: 20px
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg)
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  backface-visibility: hidden;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 92px 20px 0 20px;
  transform-style: preserve-3d
}

.flip-front {
  padding: 92px 0 0 0
}

.flip-front {
  transform: rotateY(0deg) translateZ(1px)
}

.flip-back {
  transform: rotateY(180deg) translateZ(1px)
}

.flip-front h3 {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 10px;
  transform: translateZ(60px);
  line-height: 60px
}

.flip-front h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  transform: translateZ(60px)
}

.flip-back h3 {
  font-size: 80px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  transform: translateZ(60px);
  line-height: 60px
}

.flip-back h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  transform: translateZ(60px)
}

.flip-front p {
  font-size: .9rem;
  line-height: 1.5;
  transform: translateZ(60px);
  color: #fff;
  text-align: center
}

.flip-back p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  transform: translateZ(60px);
  text-align: center;
  padding: 0;
  margin-bottom: 0
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg)
}

.bottom-img {
  transform: translateZ(60px);
  width: 170px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto
}

.light-purple-abt {
  background-color: #f8f0ff;
  color: #7b3fe4
}

.light-purple-abt h3,
.light-purple-abt h5 {
  color: #7b3fe4
}

.flip-back.light-purple-abt h3,
.flip-back.light-purple-abt h5 {
  color: #fff
}

.flip-back.light-purple-abt {
  background-color: #7b3fe4
}

.cyan {
  background-color: #d9fbff;
  color: #00bcd4
}

.cyan h3,
.cyan h5 {
  color: #00bcd4
}

.flip-back.cyan h3,
.flip-back.cyan h5 {
  color: #fff
}

.flip-back.cyan {
  background-color: #00bcd4
}

.blue {
  background-color: #e6f2ff;
  color: #fff
}

.blue h3,
.blue h5 {
  color: #007AFD
}

.flip-back.blue h3,
.flip-back.blue h5 {
  color: #fff
}

.flip-back.blue {
  background-color: #007AFD
}

.peach {
  background-color: #FFE7C7;
  color: #FF5715
}

.peach h3,
.peach h5 {
  color: #FF5715
}

.flip-back.peach h3,
.flip-back.peach h5 {
  color: #fff
}

.flip-back.peach {
  background-color: #FF5715
}

.light-green-abt {
  background-color: #dcf6e3;
  color: #36BD76
}

.light-green-abt h3,
.light-green-abt h5 {
  color: #36BD76
}

.flip-back.light-green-abt h3,
.flip-back.light-green-abt h5 {
  color: #fff
}

.flip-back.light-green-abt {
  background-color: #36BD76
}

.cream {
  background-color: #fff9e6;
  color: #F5BD20
}

.cream h3,
.cream h5 {
  color: #F5BD20
}

.flip-back.cream h3,
.flip-back.cream h5 {
  color: #fff
}

.flip-back.cream {
  background-color: #F5BD20
}

.impact-text span.text-I {
  color: #7b3fe4
}

.impact-text span.text-M {
  color: #00CAD0
}

.impact-text span.text-P {
  color: #007AFD
}

.impact-text span.text-A {
  color: #FF5715
}

.impact-text span.text-C {
  color: #36BD76
}

.impact-text span.text-T {
  color: #F5BD20
}

section.first-faq-block.gradient-first-block.abt-faq {
  padding: 80px 0 80px 0
}

section.seo-hero-section.abt-hero .team-photo img {
  position: absolute;
  bottom: 0;
  right: 0%;
  max-width: 35%
}

#processSlider .processImg img.home-process-img-1 {
  width: 98%
}

#processSlider .processImg img.home-process-img-2 {
  width: 100%
}

#processSlider .processImg img.home-process-img-3 {
  width: 100%;
  margin-left: -36px
}

#processSlider .processImg img.home-process-img-4 {
  width: 98%;
  margin-left: 24px
}

#processSlider .processImg img.home-process-img-5 {
  width: 98%;
  margin-left: -14px
}

#processSlider .processImg img.small-busiess-process-img-1 {
  width: 98%;
  margin-left: -14px
}

#processSlider .processImg img.small-busiess-process-img-2 {
  width: 98%;
  margin-left: 17px
}

#processSlider .processImg img.small-busiess-process-img-3 {
  width: 98%;
  margin-left: -14px
}

#processSlider .processImg img.small-busiess-process-img-4 {
  width: 98%;
  margin-left: 11px
}

#processSlider .processImg img.small-busiess-process-img-5 {
  width: 98%;
  margin-left: -14px
}

#processSlider .processImg img.small-busiess-process-img-6 {
  width: 98%;
  margin-left: 11px
}

#processSlider .processImg img.small-busiess-process-img-7 {
  width: 98%;
  margin-left: -14px
}

#processSlider .processImg img.small-busiess-process-img-8 {
  width: 98%;
  margin-left: 21px
}

#processSlider .processImg img.enterprise-process-img-1 {
  width: 98%;
  margin-left: 21px
}

#processSlider .processImg img.enterprise-process-img-2 {
  width: 98%;
  margin-left: 53px
}

#processSlider .processImg img.enterprise-process-img-3 {
  width: 98%;
  margin-left: 21px
}

#processSlider .processImg img.enterprise-process-img-4 {
  width: 98%;
  margin-left: 53px
}

#processSlider .processImg img.enterprise-process-img-5 {
  width: 98%;
  margin-left: 21px
}

#processSlider .processImg img.enterprise-process-img-6 {
  width: 98%;
  margin-left: 53px
}

#processSlider .processImg img.enterprise-process-img-7 {
  width: 98%;
  margin-left: 21px
}

#processSlider .processImg img.enterprise-process-img-8 {
  width: 98%;
  margin-left: 53px
}

#processSlider .processImg img.enterprise-process-img-9 {
  width: 98%;
  margin-left: 21px
}

#processSlider .processImg img.enterprise-process-img-10 {
  width: 98%;
  margin-left: 53px
}

#processSlider .processImg img.enterprise-process-img-11 {
  width: 98%;
  margin-left: 21px
}

#processSlider .processImg img.casino-process-img-1 {
  width: 98%;
  margin-left: 21px
}

#processSlider .processImg img.casino-process-img-2 {
  width: 98%;
  margin-left: 51px
}

#processSlider .processImg img.casino-process-img-3 {
  width: 98%;
  margin-left: 21px
}

#processSlider .processImg img.casino-process-img-4 {
  width: 98%;
  margin-left: 51px
}

#processSlider .processImg img.casino-process-img-5 {
  width: 98%;
  margin-left: 21px
}

#processSlider .processImg img.casino-process-img-6 {
  width: 98%;
  margin-left: 51px
}

#processSlider .processImg img.casino-process-img-7 {
  width: 98%;
  margin-left: 21px
}

#processSlider .processImg img.casino-process-img-8 {
  width: 98%;
  margin-left: 51px
}

#processSlider .processImg img.smms-process-img-1 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.smms-process-img-2 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.smms-process-img-3 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.smms-process-img-4 {
  width: 98%;
  margin-left: 40px
}

.smms-process #processSlider {
  overflow: hidden;
  height: 1540px;
  margin-bottom: 290px;
  padding: 0 60px
}

#processSlider .processImg img.sss-process-img-1 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.sss-process-img-2 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.sss-process-img-3 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.sss-process-img-4 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.sss-process-img-5 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.sss-process-img-6 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.sss-process-img-7 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.sss-process-img-8 {
  width: 98%;
  margin-left: 40px
}

.sss-process #processSlider {
  overflow: hidden;
  height: 1410px;
  margin-bottom: 300px;
  padding: 0 60px
}

#processSlider .processImg img.ecom-process-img-1 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.ecom-process-img-2 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.ecom-process-img-3 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.ecom-process-img-4 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.ecom-process-img-5 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.ecom-process-img-6 {
  width: 98%;
  margin-left: 40px
}

.ecom-process #processSlider {
  overflow: hidden;
  height: 1360px;
  margin-bottom: 270px;
  padding: 0 60px
}

#processSlider .processImg img.financial-process-img-1 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.financial-process-img-2 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.financial-process-img-3 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.financial-process-img-4 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.financial-process-img-5 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.financial-process-img-6 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.financial-process-img-7 {
  width: 98%;
  margin-left: 0
}

.financial-process #processSlider {
  overflow: hidden;
  height: 1410px;
  margin-bottom: 270px;
  padding: 0 60px
}

#processSlider .processImg img.geo-process-img-1 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.geo-process-img-2 {
  width: 98%;
  margin-left: 30px
}

#processSlider .processImg img.geo-process-img-3 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.geo-process-img-4 {
  width: 98%;
  margin-left: 30px
}

#processSlider .processImg img.geo-process-img-5 {
  width: 98%;
  margin-left: 0
}

.geo-process #processSlider {
  overflow: hidden;
  height: 1370px;
  margin-bottom: 230px;
  padding: 0 60px
}

#processSlider .processImg img.casino-backlinks-process-img-1 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.casino-backlinks-process-img-2 {
  width: 98%;
  margin-left: 30px
}

#processSlider .processImg img.casino-backlinks-process-img-3 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.casino-backlinks-process-img-4 {
  width: 98%;
  margin-left: 30px
}

#processSlider .processImg img.casino-backlinks-process-img-5 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.casino-backlinks-process-img-6 {
  width: 98%;
  margin-left: 30px
}

.casino-backlinks-process #processSlider {
  overflow: hidden;
  height: 1430px;
  margin-bottom: 230px;
  padding: 0 60px
}

#processSlider .processImg img.sass-process-img-1 {
  width: 98%;
  margin-left: 30px
}

#processSlider .processImg img.sass-process-img-2 {
  width: 98%;
  margin-left: 60px
}

#processSlider .processImg img.sass-process-img-3 {
  width: 98%;
  margin-left: 30px
}

#processSlider .processImg img.sass-process-img-4 {
  width: 98%;
  margin-left: 60px
}

#processSlider .processImg img.sass-process-img-5 {
  width: 98%;
  margin-left: 30px
}

.sass-process #processSlider {
  overflow: hidden;
  height: 1430px;
  margin-bottom: 260px;
  padding: 0 60px
}

#processSlider .processImg img.ivf-process-img-1 {
  width: 98%;
  margin-left: 30px
}

#processSlider .processImg img.ivf-process-img-2 {
  width: 98%;
  margin-left: 68px
}

#processSlider .processImg img.ivf-process-img-3 {
  width: 98%;
  margin-left: 30px
}

#processSlider .processImg img.ivf-process-img-4 {
  width: 98%;
  margin-left: 68px
}

#processSlider .processImg img.ivf-process-img-5 {
  width: 98%;
  margin-left: 30px
}

#processSlider .processImg img.ivf-process-img-6 {
  width: 98%;
  margin-left: 68px
}

#processSlider .processImg img.ivf-process-img-7 {
  width: 98%;
  margin-left: 30px
}

.ivf-process #processSlider {
  overflow: hidden;
  height: 1430px;
  margin-bottom: 260px;
  padding: 0 60px
}

.seo-Banner.tp-image-distortion {
  height: 100%
}

.seo-Banner.tp-image-distortion.tp-hero-ptb {
  padding-top: 140px;
  padding-bottom: 127px
}

.solutionTabs.packages-solutions {
  padding: 80px 0 80px 0;
  background-image: none;
  background-color: #FBF4FF
}

.solutionTabs.packages-solutions .solutionTitle h2 {
  color: #000;
  margin-bottom: 18px;
  line-height: 1.13
}

.solutionTabs.packages-solutions .solutionTitle p {
  color: #000
}

.solutionTabs.packages-solutions .it-project-arrow button.swiper-button-disabled {
  width: 50px;
  height: 50px;
  line-height: 1;
  margin: 0 8px;
  border-radius: 60px;
  display: inline-block;
  background-color: #a67ad280;
  border: 0 solid rgb(33 33 45 / .1)
}

.solutionTabs.packages-solutions .it-project-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  margin: 0 8px;
  border-radius: 60px;
  display: inline-block;
  background-color: #a473d5;
  border: 0 solid rgb(33 33 45 / .1)
}

.solutionTabs.packages-solutions .solution-title h3 {
  font-weight: 700;
  color: #151515;
  font-size: 22px;
  margin-bottom: 8px;
  padding-right: 0;
  text-align: start
}

.solutionTabs.packages-solutions .solution-card {
  border: 2px solid #f2eefb;
  border-radius: 20px;
  background: #fff;
  margin: 0 auto;
  padding: 23px 23px;
  height: 400px
}

.solutionTabs.packages-solutions .solution-text p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 25px;
  text-align: start
}

.text-purple {
  color: #7b3fc6
}

.text-blue {
  color: #0070ff
}

.text-green {
  color: #319c61
}

.custom-tabs {
  display: inline-flex;
  background: #f6e8ff;
  border-radius: 40px;
  padding: 6px;
  border: none
}

.custom-tabs .nav-link.active {
  background: #fff0;
  color: #7b3fc6;
  box-shadow: 0 2px 6px #fff0
}

.pricing-card {
  border-radius: 16px;
  padding: 25px
}

.pricing-card.blue {
  background: #eaf1fd
}

.pricing-card.green {
  background: #E1F8DC
}

.pricing-card.purple {
  background: #F5E5FF
}

.btn-warning {
  border-radius: 30px;
  font-weight: 600;
  background-color: #fbc02d;
  color: #fff
}

.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
  margin: 0 8px
}

.switch input {
  display: none
}

.slider-packages {
  position: absolute;
  cursor: pointer;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  border: 3px solid #007afd33
}

.slider-packages.green-slider {
  position: absolute;
  cursor: pointer;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  border: 3px solid #4bbc7633
}

.slider-packages.purple-slider {
  position: absolute;
  cursor: pointer;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  border: 3px solid #914ebe33
}

.slider-packages:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 2.5px;
  background-color: #0070ff;
  transition: .3s;
  border-radius: 50%
}

.slider-packages.green-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 2.5px;
  background-color: #4BBC77;
  transition: .3s;
  border-radius: 50%
}

.slider-packages.purple-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 2.5px;
  background-color: #914EBE;
  transition: .3s;
  border-radius: 50%
}

input:checked+.slider-packages {
  background-color: #fff0;
  border: 3px solid #0070ff
}

input:checked+.slider-packages.green-slider {
  background-color: #fff0;
  border: 3px solid #4BBC77
}

input:checked+.slider-packages:before {
  transform: translateX(18px);
  background-color: #007AFD
}

input:checked+.slider-packages.green-slider:before {
  transform: translateX(18px);
  background-color: #4BBC77
}

input:checked+.slider-packages.purple-slider:before {
  transform: translateX(18px);
  background-color: #914EBE
}

input:checked+.slider-packages.purple-slider {
  background-color: #fff0;
  border: 3px solid #914EBE
}

.custom-tabs {
  position: relative;
  display: inline-flex;
  background: #f6e8ff;
  border-radius: 40px;
  padding: 6px;
  border: none;
  overflow: hidden;
  width: 100%
}

.bubble {
  background-color: #ff5a16;
  border-radius: 50px;
  font-size: 12px;
  padding: 2px 10px;
  color: #fff;
  margin-left: 2px
}

.two-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.discount-price p {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  color: #a9abb6;
  font-family: var(--tp-ff-heading)
}

.discount-price p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #999;
  transform: translateY(-50%)
}

.custom-tabs::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 2px 6px rgb(0 0 0 / .1);
  transition: transform 0.35s ease-in-out;
  z-index: 1
}

.custom-tabs .nav-link {
  position: relative;
  border: none;
  background: #fff0;
  color: #b38fd7;
  font-weight: 600;
  border-radius: 40px;
  padding: 8px 22px;
  z-index: 2;
  width: 100%;
  transition: color 0.3s ease
}

.custom-tabs .nav-item {
  width: 50%
}

.custom-tabs .nav-link.active {
  color: #7b3fc6;
  font-weight: 600
}

.custom-tabs.active-annual::before {
  transform: translateX(0)
}

.custom-tabs.active-monthly::before {
  transform: translateX(100%)
}

.small-met {
  font-size: 15px
}

.select-plain-title {
  font-size: 28px;
  color: #924DBF;
  font-weight: 700
}

.select-plain-para {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  margin-bottom: 20px
}

.toggle-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px
}

.currency-toggle {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}

.blue-box-pricing {
  background-color: #E8F2FF
}

.price-amount {
  margin-bottom: 0px;
  font-size: 20px
}

.billed-monthly {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}

.billed-annually {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}

#starter-annual-price.price-amount {
  margin-bottom: 0
}

#growth-annual-price.price-amount {
  margin-bottom: 0
}

#enterprise-annual-price.price-amount {
  margin-bottom: 0
}

.currency-toggle span {
  font-weight: 600;
  font-size: 16px
}

.pricing-card .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  margin: 0 10px
}

.comparison-table {
  background: #FAFAFA;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px
}

.category-header {
  background-color: #380D75;
  padding: 20px 25px;
  border-radius: 20px;
  margin: 0 0 20px 13px
}

.category-header h5 {
  font-size: 25px
}

.light-blue {
  background: #eaf1fd !important;
  border-radius: 20px
}

.light-green {
  background: #eaf9ea !important;
  border-radius: 20px
}

.light-purple {
  background: #f2e9fa !important;
  border-radius: 20px
}

.table td {
  padding: 13px 20px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  border-color: #fff;
  line-height: 1
}

.table td.plan.light-green {
  font-size: 14px;
  font-weight: 500
}

.table td.plan.light-green img {
  margin-left: 10px
}

.table td.plan.light-purple {
  font-size: 14px;
  font-weight: 500
}

.table td.plan.light-purple img {
  margin-left: 10px
}

.table td.plan.light-blue {
  font-size: 14px;
  font-weight: 500
}

.table td.plan.light-blue img {
  margin-left: 10px
}

.plan {
  text-align: center;
  width: 180px
}

.pricing-card .tp-btn-black-radius {
  width: 100%
}

.bx-header h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px
}

.bx-header p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1
}

.package-table {
  border-collapse: separate;
  border-spacing: 12px 0;
  width: 100%
}

.bx-header {
  border: 1px solid #EFEFEF;
  border-radius: 20px;
  padding: 20px 25px;
  box-shadow: -2px 2px 16px 0 #0000000d;
  margin-bottom: 50px
}

.ai-seo.package-table tr:nth-child(8) td {
  border-bottom-width: 0;
  box-shadow: inset 0 0 0 9999px #0000
}

.on-page-table.package-table tr:nth-child(12) td {
  border-bottom-width: 0;
  box-shadow: inset 0 0 0 9999px #0000
}

.off-page-table.package-table tr:nth-child(9) td {
  border-bottom-width: 0;
  box-shadow: inset 0 0 0 9999px #0000
}

.technical-table.package-table tr:nth-child(13) td {
  border-bottom-width: 0;
  box-shadow: inset 0 0 0 9999px #0000
}

.feature-Title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px
}

.package-table tr:nth-child(1) td.plan.light-blue {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.package-table tr:nth-child(2) td.plan.light-blue {
  border-radius: 0
}

.package-table tr:nth-child(3) td.plan.light-blue {
  border-radius: 0
}

.package-table tr:nth-child(4) td.plan.light-blue {
  border-radius: 0
}

.package-table tr:nth-child(5) td.plan.light-blue {
  border-radius: 0
}

.package-table tr:nth-child(6) td.plan.light-blue {
  border-radius: 0
}

.package-table tr:nth-child(7) td.plan.light-blue {
  border-radius: 0
}

.package-table tr:nth-child(8) td.plan.light-blue {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.package-table.on-page-table tr:nth-child(8) td.plan.light-blue {
  border-radius: 0
}

.package-table.on-page-table tr:nth-child(9) td.plan.light-blue {
  border-radius: 0
}

.package-table.on-page-table tr:nth-child(10) td.plan.light-blue {
  border-radius: 0
}

.package-table.on-page-table tr:nth-child(11) td.plan.light-blue {
  border-radius: 0
}

.package-table.on-page-table tr:nth-child(12) td.plan.light-blue {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.package-table.technical-table tr:nth-child(8) td.plan.light-blue {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(9) td.plan.light-blue {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(10) td.plan.light-blue {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(11) td.plan.light-blue {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(12) td.plan.light-blue {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(13) td.plan.light-blue {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.package-table.technical-table tr:nth-child(8) td.plan.light-green {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(9) td.plan.light-green {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(10) td.plan.light-green {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(11) td.plan.light-green {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(12) td.plan.light-green {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(13) td.plan.light-green {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.package-table.technical-table tr:nth-child(8) td.plan.light-purple {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(9) td.plan.light-purple {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(10) td.plan.light-purple {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(11) td.plan.light-purple {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(12) td.plan.light-purple {
  border-radius: 0
}

.package-table.technical-table tr:nth-child(13) td.plan.light-purple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.package-table.off-page-table tr:nth-child(8) td.plan.light-blue {
  border-radius: 0
}

.package-table.off-page-table tr:nth-child(9) td.plan.light-blue {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.package-table.off-page-table tr:nth-child(8) td.plan.light-purple {
  border-radius: 0
}

.package-table.off-page-table tr:nth-child(9) td.plan.light-purple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.package-table tr:nth-child(1) td.plan.light-green {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.package-table tr:nth-child(2) td.plan.light-green {
  border-radius: 0
}

.package-table tr:nth-child(3) td.plan.light-green {
  border-radius: 0
}

.package-table tr:nth-child(4) td.plan.light-green {
  border-radius: 0
}

.package-table tr:nth-child(5) td.plan.light-green {
  border-radius: 0
}

.package-table tr:nth-child(6) td.plan.light-green {
  border-radius: 0
}

.package-table tr:nth-child(7) td.plan.light-green {
  border-radius: 0
}

.package-table tr:nth-child(8) td.plan.light-green {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.package-table.on-page-table tr:nth-child(8) td.plan.light-green {
  border-radius: 0
}

.package-table.on-page-table tr:nth-child(9) td.plan.light-green {
  border-radius: 0
}

.package-table.on-page-table tr:nth-child(10) td.plan.light-green {
  border-radius: 0
}

.package-table.on-page-table tr:nth-child(11) td.plan.light-green {
  border-radius: 0
}

.package-table.on-page-table tr:nth-child(12) td.plan.light-green {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.package-table.off-page-table tr:nth-child(8) td.plan.light-green {
  border-radius: 0
}

.package-table.off-page-table tr:nth-child(9) td.plan.light-green {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.package-table tr:nth-child(1) td.plan.light-purple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.package-table tr:nth-child(2) td.plan.light-purple {
  border-radius: 0
}

.package-table tr:nth-child(3) td.plan.light-purple {
  border-radius: 0
}

.package-table tr:nth-child(4) td.plan.light-purple {
  border-radius: 0
}

.package-table tr:nth-child(5) td.plan.light-purple {
  border-radius: 0
}

.package-table tr:nth-child(6) td.plan.light-purple {
  border-radius: 0
}

.package-table tr:nth-child(7) td.plan.light-purple {
  border-radius: 0
}

.package-table tr:nth-child(8) td.plan.light-purple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.package-table.on-page-table tr:nth-child(8) td.plan.light-purple {
  border-radius: 0
}

.package-table.on-page-table tr:nth-child(9) td.plan.light-purple {
  border-radius: 0
}

.package-table.on-page-table tr:nth-child(10) td.plan.light-purple {
  border-radius: 0
}

.package-table.on-page-table tr:nth-child(11) td.plan.light-purple {
  border-radius: 0
}

.package-table.on-page-table tr:nth-child(12) td.plan.light-purple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.package-table tr:nth-child(1) td.plan.light-blue {
  width: 20%
}

.package-table tr:nth-child(1) td.plan.light-green {
  width: 20%
}

.package-table tr:nth-child(1) td.plan.light-purple {
  width: 20%
}

.pricing-tabs-right-toggle {
  padding-left: 77px
}

#processSlider .processImg img.pakages-process-img-1 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.pakages-process-img-2 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.pakages-process-img-3 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.pakages-process-img-4 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.pakages-process-img-5 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.pakages-process-img-6 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.pakages-process-img-7 {
  width: 98%;
  margin-left: 0
}

.pakages-process #processSlider {
  overflow: hidden;
  height: 1410px;
  margin-bottom: 270px;
  padding: 0 60px
}

.link-building-strategies.pakages-process h2 img {
  width: 59%
}

.mb-packages-header {
  background-color: #380D75;
  border-radius: 10px;
  padding: 10px 25px
}

.mb-packages-header h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600
}

.package-list-mb {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}

.package-list-mb .tick-img img {
  max-width: 30px
}

.packge-approve {
  background-color: #FAFAFA;
  border-radius: 10px;
  margin-top: 15px;
  padding: 20px
}

.mobile-seo-packages.technical-page-seo {
  margin-top: 30px
}

.mobile-seo-packages.off-page-seo {
  margin-top: 30px
}

.mobile-seo-packages.on-page-seo {
  margin-top: 30px
}

.package-text p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 15px
}

.scroll-padding-blog-details {
  padding-top: 20px
}

.toc a.active {
  color: #f5bd20
}

.link-building-process #processSlider {
  overflow: hidden;
  height: 1740px;
  margin-bottom: 300px;
  padding: 0 60px
}

#processSlider .processImg img.link-building-process-1 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.link-building-process-2 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.link-building-process-3 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.link-building-process-4 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.link-building-process-5 {
  width: 98%;
  margin-left: 0
}

#processSlider .processImg img.link-building-process-6 {
  width: 98%;
  margin-left: 40px
}

#processSlider .processImg img.link-building-process-7 {
  width: 98%;
  margin-left: 0
}

.faq-style li {
  font-size: 16px !important
}

.two-coll {
  display: flex;
  justify-content: space-between;
  align-items: start
}

.testimonial-brand img {
  width: 134px;
  margin-bottom: 15px
}

.testimonial-brand img.deu {
  width: 54px;
  margin-bottom: 15px
}

.ecom-plat-height .swiper-wrapper {
  align-items: flex-start !important
}

.ecom-plat-height .swiper-slide {
  height: auto !important
}

.ecom-plat-height .it-project-item {
  height: auto;
  transition: height 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}


.pricing-left-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}


.blog-btn {
  margin-top: 50px;
}


.testimonial-img.deu-img {
  width: 17%;
}



