:root {

  --font-primary: 'plusJakartaSans';

  --fs-h1: 65px;
  --fs-h2: 50px;
  --fs-h3: 34px;
  --fs-h4: 24px;
  --fs-h5: 20px;
  --fs-h6: 18px;
  --fs-p: 16px;
  --fs-prefix: 20px;

  --lh-h1: 90px;
  --lh-h2: 67px;
  --lh-h3: 50px;
  --lh-h4: 35px;
  --lh-h5: 30px;
  --lh-h6: 28px;
  --lh-p: 28px;
  --lh-prefix: 22px;

  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --fw-extra-bold: 800;

  --transition-fast: 0.25s ease-out;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: var(--font-primary);

}

body.menu-active {
  overflow: hidden;
}

body>* {
  transition: filter 0.4s ease;
}

body.menu-active>*:not(.side-menu):not(.custom-header) {
  filter: blur(8px);
}

.site-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
}

.scroll-shape-section .site-wrapper {
  max-width: 1350px;
}

h1 {
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  font-weight: var(--fw-regular);
  margin-bottom: 16px;
}

h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-regular);
}

h2 strong {
  font-weight: var(--fw-extra-bold);
}

h3 {
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  font-weight: var(--fw-extra-bold);
}

h4 {
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-weight: var(--fw-extra-bold);
}

h5 {
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
  font-weight: var(--fw-bold);
  margin: 0px;
}

h6 {
  font-size: var(--fs-h6);
  line-height: var(--lh-h6);
  font-weight: var(--fw-bold);
  font-style: italic;
}

p {
  font-size: var(--fs-p);
  line-height: var(--lh-p);
  font-weight: var(--fw-regular);
}

.prefix {
  font-size: var(--fs-prefix);
  line-height: var(--lh-prefix);
  font-weight: var(--fw-bold);
  letter-spacing: 1px;
  display: inline-flex !important;
  align-items: center;
}

.seven-step-card,
.how-we-work-pin,
.section-fourth-seo,
.wave-section {
  min-height: 100vh;
}

.wave-section,
.scroll-shape-section,
.four-five-wrapper,
.slide-container-section,
.seven-step-card,
.industries-section,
.how-we-work {
  overflow: hidden;
}

.scroll-shape-section,
.industries-section {
  background-color: #ffffff;
}

.custom-header {
  background: transparent;
  padding: 16px 28px;
  position: fixed;
  z-index: 50;
  transition: background .3s ease;
  top: 0;
  width: 100%;
}

.side-menu.active .header-submenu-hover a span {
  color: #ffffff !important;
}

.custom-header.active {
  background: #12255D;
}

body.menu-active .custom-header.active,
body.menu-active .custom-header {
  background: transparent !important;
}

.service-sub-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.brand-logo img {
  width: 245px;
}

.service-item a {
  line-height: 24px;
}

.consult-btn {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  padding: 8px 18px;
  border-radius: 12px;
  font-weight: 500;
}

.side-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  width: 500px;
  height: 100vh;
  background: url("../images/menu-bg.png") center/cover no-repeat;
  padding: 120px 40px 20px;
  transition: .4s ease;
  z-index: 40;
  overflow-y: auto;
}

.side-menu.active {
  right: 0;
}

.menu-list {
  list-style: none;
  padding: 0;
}

.menu-list>li {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #fff;
}

.header-submenu-hover .service-sub-title a:hover {
  color: #2E5CF7 !important;
}

.service-item a {
  color: #ffffff;
  text-decoration: none;
}

.services-row {
  display: flex;
  align-items: center;
}

.toggle-icon-img {
  width: 25px;
  height: 20px;
  margin-left: 20px;
  margin-bottom: 0px;
  transition: .3s ease;
}

.toggle-icon-img.rotate {
  transform: rotate(180deg);
}

span.service-item-dots {
  animation: none !important;
  font-size: 40px !important;
  line-height: 0px !important;
}

.header-submenu-hover .service-sub-title a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.sub-menu {
  display: none;
  margin-top: 20px;
}

.services-grid {
  display: flex;
  gap: 0px;
  width: 100%;
  flex-direction: column;
}

.sub-heading-tab-001 {
  width: 100%;
}

.service-sub-title:hover {
  color: #ffffff;
}

.sub-heading-tab-002 {
  width: 100%;
}

.service-item {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  opacity: .95;
  display: flex;
  align-items: start;
  gap: 8px;
  line-height: 25px;
  cursor: default;
}

.service-item span {
  font-size: 25px;
  line-height: 20px;
}

.menu-list>li a {
  text-decoration: none !important;
  color: #ffffff !important;
}

.wave-text {
  font-size: 56px;

  font-weight: 800;
  line-height: 60px;
}

.wave-text span {
  display: inline-block;
}

.wave-text:hover span {
  color: #ffffff !important;
  animation: textWave 0.8s ease-in-out 1;
}

.wave-text span:nth-child(1) {
  animation-delay: 0s;
}

.wave-text span:nth-child(2) {
  animation-delay: 0.05s;
}

.wave-text span:nth-child(3) {
  animation-delay: 0.1s;
}

.wave-text span:nth-child(4) {
  animation-delay: 0.15s;
}

.wave-text span:nth-child(5) {
  animation-delay: 0.2s;
}

.wave-text span:nth-child(6) {
  animation-delay: 0.25s;
}

.wave-text span:nth-child(7) {
  animation-delay: 0.3s;
}

.wave-text span:nth-child(8) {
  animation-delay: 0.35s;
}

.wave-text span:nth-child(9) {
  animation-delay: 0.4s;
}

.wave-text span:nth-child(10) {
  animation-delay: 0.45s;
}

.wave-text span:nth-child(11) {
  animation-delay: 0.5s;
}

.wave-text span:nth-child(12) {
  animation-delay: 0.55s;
}

.wave-text span:nth-child(13) {
  animation-delay: 0.6s;
}

.wave-text span:nth-child(14) {
  animation-delay: 0.65s;
}

.wave-text span:nth-child(15) {
  animation-delay: 0.7s;
}

.wave-text span:nth-child(16) {
  animation-delay: 0.75s;
}

.wave-text span:nth-child(17) {
  animation-delay: 0.8s;
}

.wave-text span:nth-child(18) {
  animation-delay: 0.85s;
}

.wave-text span:nth-child(19) {
  animation-delay: 0.9s;
}

.wave-text span:nth-child(20) {
  animation-delay: 0.95s;
}

@keyframes textWave {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);

  }
}

.header-submenu-hover {
  font-size: 56px;

  font-weight: 800;
  cursor: pointer;
  line-height: 40px;
}

.wave-text span {
  display: inline-block;
}

.top.effect {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  z-index: 1;
  position: relative
}

.top a {
  background: transparent !important;
  border: 2.5px solid #19CBFF;
  width: 30px !important;
  padding: 0 !important;
  height: 45px;
  border-radius: 10px
}

/* .top a:hover {
  height: 24px
} */

.top a:focus,
.top a:focus-visible {
  outline: none;
  border-radius: none
}

.top a i.fa-solid.fa-chevron-up {
  position: relative;
  font-size: 0 !important
}

.top a i.fa-solid.fa-chevron-up::after {
  position: absolute;
  content: "";
  background-color: #19CBFF;
  width: 8px;
  height: 2px;
  border-radius: 10px;
  bottom: -2px;
  right: -4px
}

.top a:hover i.fa-solid.fa-chevron-up::after {
  bottom: -12px;
  height: 4px;
  width: 14px;
  right: -20px;
  background: linear-gradient(359.93deg, #14D1FF .06%, #773CF4 46.5%, #C72EC9 99.94%)
}

.wave-text:hover span {
  color: #4f8cff;
  animation: textWave 0.8s ease-in-out 1;
}

.wave-text span:nth-child(1) {
  animation-delay: 0s;
}

.wave-text span:nth-child(2) {
  animation-delay: 0.05s;
}

.wave-text span:nth-child(3) {
  animation-delay: 0.1s;
}

.wave-text span:nth-child(4) {
  animation-delay: 0.15s;
}

.wave-text span:nth-child(5) {
  animation-delay: 0.2s;
}

@keyframes textWave {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.hero-title strong,
.hero-title span {
  color: #325DFE;
}

h2.section-heading strong {
  color: #325DFE;
}

.eight-content h2 strong {
  color: #325DFE;
}

.text-block h2 strong {
  color: #325DFE;
}

.mt-seo-slide-content strong {
  color: #325DFE;
}

.error-heading strong {
  color: #325DFE;
}

.hero-section {
  position: relative;

  padding: 250px 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;

}

.hero-section .site-wrapper {
  position: relative;
  z-index: 3;

  width: 100%;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.7) 50%,
      rgba(0, 0, 0, 0.6) 100%);
  z-index: 0;

}

.badge-custom h6 {
  font-size: 14px;
  line-height: normal;
  margin: 0;
  font-weight: 700;
}

.hero-title i {
  font-weight: 200;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/banner-image.png") center / cover no-repeat;
  transform: scale(1.15);
  animation: bgZoom 2.5s ease-in-out infinite alternate;
  filter: brightness(0.8) contrast(1.1) saturate(0.9);
  z-index: 1;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;

}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #020b1f, #081a3a, #020b1f);
  background-size: 300% 300%;
  animation: bgColorFlow 6s ease-in-out infinite;
  opacity: 0.85;
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-title {
  transform: translateY(14px);
  transition: 0.25s ease-out;
  color: #ffffff;
}

.hero-section p {
  color: #ffffff;
}

.hero-section .prefix {
  color: #ffffff;
}

.hero-title span,
.hero-title strong {
  font-weight: 800;
}

.hero-text {
  color: #ffffff;
  transform: translateY(12px);
  transition: 0.25s ease-out;
}

.hero-btn {
  padding: 14px 32px;
  border-radius: 12px;
  font-weight: 600;
  transform: scale(0.96);
  transition: 0.25s ease-out;
  border: none !important;
}

.btn.btn-light.hero-btn.mt-4 {
  background: #fff;
  color: #000;
  position: relative;
}

.btn.btn-light.hero-btn.mt-4::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
}

.btn.btn-light.hero-btn.mt-4:hover {
  background: #3F6BFF;
  color: #fff;
}

.hero-section-sub-heading {
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 951px;
}

.wave-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.wave-section .prefix {
  color: #ffffff;
}

.bg-image {
  position: absolute;
  inset: 0;
  background: url("../images/section-02-bg-images.png") center/cover no-repeat;
  filter: brightness(0.9);
  z-index: 1;
}

.grid {
  position: absolute;
  bottom: -120px;
  left: -50%;
  width: 200%;
  height: 70%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 45px 45px;
  transform: perspective(900px) rotateX(65deg);
  opacity: 0.45;
  z-index: 2;
}

.slide-section {
  position: absolute;
  inset: 0;
  transform: translateX(100%);
  transition: 0.4s ease-in-out;
  background: rgba(10, 25, 50, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  will-change: transform, background;
  z-index: 5;
  padding: 250px 20px;
}

.wave-section .site-wrapper {
  max-width: 1700px;
}

.wave-section.scroll-active .slide-section {
  transform: translateX(0);
}

.slide-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.text-block {
  max-width: 1200px;
}

.badge-custom {
  display: inline-flex;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 25px;
  align-items: center;
}

.cta-btn {
  padding: 16px 36px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
}

.badge-slide-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: right 1s ease;
  z-index: 10;
  display: flex;
  align-items: unset;
  transform: translateX(100%);
  pointer-events: none;
}

.wave-section.scroll-active .badge-slide-wrapper {
  transform: translateX(0);
}

.badge-slide-inner {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 500px 20px 200px;
}

.badge-item {
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.badge-item.show {
  opacity: 1;
  transform: translateY(0);
}

.badge-item img {
  width: 166px;
  height: 190px;
  margin-bottom: 12px;
}

.margin-layout {
  margin-top: 60px;
}

@keyframes badgeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card-section h2 {
  text-align: center;
  margin-bottom: 0px;
  padding-top: 16px;
}

.card-section {
  position: relative;
  height: auto;
}

.scroll-shape-section .dots-content.prefix {
  color: #325DFE;
}

.scroll-shape-section .section-heading.ultra-heading {
  color: #000000;
}

.scroll-shape-section .card-section {
  background-color: #ffffff;
  padding: 120px 20px;
  position: relative;
  height: auto;
  min-height: 110vh;

  clip-path: circle(100% at 50% 50%);
  transition: clip-path 0.3s ease;
  box-sizing: border-box;
}

.dots-content h6 {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
}

.mt-seo-section.mt-seo-step-1 .mt-seo-text-block {
  padding-top: 40px !important;
}

.service-section {
  position: relative;
  border-radius: 16px;
  padding-left: 40px;
  min-height: 320px;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(1.1) contrast(1.15) saturate(1.1);
}

.container {
  max-width: 1350px !important;
}

.service-number {
  font-size: 60px;
  font-weight: 800;
  opacity: 0.10;
  line-height: 60px;
  margin-bottom: -17px !important;
}

.service-title .service-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.hero-section-sub-heading p {
  text-align: center;
}

.service-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.service-text {
  color: #E1E1E1;
  max-width: 572px;
}

.image-card.d-inline-block {
  width: 100%;
}

.image-card img {
  width: 100%;
  height: 320px;
}

.stack-card {
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: transform 0.6s ease, opacity 0.6s ease;
  position: relative;
  margin: 0 auto;
}

.stack-card.active {
  opacity: 1;
}

.step-card-main {
  display: flex;
  flex-direction: row;
}

.step-card-left {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-card-right {
  width: 45%;
  padding: 0px;
}

.stack-card:nth-child(1) {
  z-index: 1;
  background-color: #1c2be2;
}

.stack-card:nth-child(2) {
  z-index: 2;
  background-color: #1c2be2;
}

.stack-card:nth-child(3) {
  z-index: 3;
  background-color: #1c2be2;
}

@keyframes bgZoom {
  from {
    transform: scale(1.15);
  }

  to {
    transform: scale(1);
  }
}

@keyframes bgColorFlow {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 0% 0%;
  }
}

.scroll-shape-section {
  background: #000000;
  padding: 0px;
  position: relative;
  min-height: auto;
}

.four-five-wrapper {
  position: relative;
  min-height: auto;
}

.wave-section,
.logo-marquee {
  overflow-x: hidden;
}

.four-five-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

.four-five-wrapper .prefix {
  color: #ffffff;
  margin-bottom: 16px;
}

.why-choose {
  min-height: max-content;
  padding: 120px 20px;
  background: linear-gradient(180deg, #000000 13.12%, #090F25 100%);
}

.choose-title {
  color: #ffffff;
}

.four-five-wrapper .choose-subtitle {
  margin-top: 0px;
  color: #ffffff;
  font-size: 18px;
}

.card-container-section {
  gap: 0px;
  background: linear-gradient(180deg, #000000 13.12%, #090F25 100%);
  padding: 120px 20px;
  z-index: 1;
  position: relative;
  top: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.presence-section {
  gap: 60px;
  padding-top: 40px;
}

.presence-card {
  width: 420px;
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
}

.presence-card:hover .image-wrapper:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 88.93%);
  transition: transform 0.7s ease !important;
  height: 100px;
  top: auto;
  bottom: 0;
}

.image-wrapper {
  position: relative;
  z-index: 50;
  height: auto;
}

.presence-card img {
  width: 100%;
  display: block;
  transition: opacity 0.4s ease;
  height: 100%;
  object-fit: cover;
}

.hover-content {
  position: relative;
  background: #fff;
  z-index: 100;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hover-inner {
  transition: transform 0.7s ease;
}

.presence-card:hover .hover-inner {
  /* transform: translateY(-35px); */
}

a.hover-btn {
  display: inline-block;
  margin-top: 12px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
  position: relative;
}

.presence-card:hover a.hover-btn {
  opacity: 1;
  transform: translateY(0);
}

.image-wrapper img {
  width: 100%;
  object-fit: cover;
}

.search-box {
  position: absolute;
  top: 22px;
  left: 22px;
  background: #fff;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.search-icon {
  color: #2563eb;
}

.business-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  padding: 12px 14px;
  border-radius: 12px;
  width: 200px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.business-card h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.stars {
  font-size: 12px;
  color: #fbbf24;
  margin: 4px 0;
}

.icons {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: #2563eb;
}

.content h4 {
  margin-bottom: 10px;
}

.content p {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trusted-section-five {
  padding: 324px 20px;
  background: linear-gradient(180deg, #031a5b 0%, #041f6e 100%);

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 2;

  opacity: 1;
  transition: none;

  pointer-events: none;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  will-change: transform;
}

.trusted-section-five .prefix {
  color: #ffffff;
}

.logo-marquee {
  padding: 80px 0px;
  border-top: 1px solid #ffffff50;
  border-bottom: 1px solid #ffffff50;
  overflow: hidden;
  mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1) 40%,
      rgba(0, 0, 0, 1) 60%,
      rgba(0, 0, 0, 0));
  width: 70%;
  display: flex;
}

.trusted-section-five .container.text-center {
  padding-bottom: 70px;
}

.trusted-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.trusted-title {
  font-size: 44px;
  font-weight: 300;
}

.trusted-title span {
  font-weight: 700;
}

.trusted-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 70px 0;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: marquee 16.5s linear infinite;
}

.google-partner-badge {
  display: inline-block;
  width: 140px;
  height: 140px;
  position: relative;
  z-index: 15;
}

.logo-item {
  padding: 0 60px;
  display: flex;
  align-items: center;
}

.logo-item img {
  height: auto;
  opacity: 0.7;
  transition: 0.3s ease;
}

.logo-item img:hover {
  opacity: 1;
  transform: scale(1.05);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.slide-container-section {
  background: #000000;
  padding: 100px 20px;
  background-image: url("../images/sliders-section-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 70px
}

.portfolio-info-left-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  width: 100%;
}

#portfolioSlider {
  scroll-margin-top: 10vh;
}

.portfolio-swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.portfolio-swiper .swiper-slide {
  width: 700px !important;
  max-width: 100%;
  height: 430px;
  min-height: 430px;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.portfolio-swiper .swiper-slide-active {
  opacity: 1;
}

.slider-outer .prefix {
  color: #ffffff;
}

.portfolio-info-wrapper {
  max-width: 1920px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 0;
}

.footer-container .row.pb-4 p.mb-2 a:hover {
  color: #335efb;
}

.portfolio-info-left {
  max-width: 520px;
}

.portfolio-info-left h4 {
  margin-bottom: 12px;
}

.portfolio-info-left p {
  color: #cbd5e1;
  margin-bottom: 24px;
  text-align: center;
}

.visit-link {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  padding: 7px 15px;
  background: linear-gradient(120deg, #2d5cff, #b326cf);
  border-radius: 50px;
}

.visit-link:hover {
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(120deg, #b326cf, #2d5cff);
}

.slider-dots-wrapper {
  display: none;
  justify-content: center;
  margin-bottom: 25px;
}

.slider-dots {
  display: flex;
  gap: 10px;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cfcfcf;
  transition: transform 0.3s ease, background 0.3s ease;
}

.slider-dot.active {
  background: #325DFE;
  transform: scale(1.4);
}

section.main-seven-section-card {
  background: #ffffff;
}

.seven-step-card {
  background: #001049;
  padding: 120px 20px;
  clip-path: circle(100% at 50% 50%);
  transition: background-color 0.6s ease-in-out;
}

.seven-step-card .prefix {
  color: #ffffff;
}

.sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: unset;
  align-items: center;
  width: 100%;
}

.seven-step-button {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;

}

.seven-step-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0px 0px;
}

.left,
.right {
  width: 35%;
  padding: 20px;
}

.center {
  width: 30%;
  position: relative;
  height: 350px;

  display: flex;
  align-items: center;
  justify-content: center;
}

p.choose-title-subheading {
  margin-top: 16px;
  text-align: center;
  color: #ffffff;
  max-width: 770px;
}

.step {
  display: none;
  flex-direction: column;
  align-items: flex-start;
}

.step.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.seven-step-card .content {
  display: none;
  color: #ffffff;
}

.seven-step-card .content.active {
  display: block;
  max-width: 384px;
}

.image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  border-radius: 50%;
  overflow: hidden;
  opacity: 0;

}

.bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fontez {
  color: #ffffff;
}

.fontez h3 {
  max-width: 230px;
}

.optical {
  opacity: 30%;
  font-size: 42px;
  font-weight: 500;
  line-height: 55px;
  color: #ffffff;
}

.sticky .left {
  display: flex;
  justify-content: flex-start;
}

.step-1 {
  width: 300px;
  height: 300px;
}

.step-1 .icon {
  width: 80px;
  height: 80px;
}

.step-2 {
  width: 280px;
  height: 280px;
}

.step-2 .icon {
  width: 80px;
  height: 80px;
}

.step-3 {
  width: 260px;
  height: 260px;
}

.step-3 .icon {
  width: 80px;
  height: 80px;
}

.seven-step-card .container {
  padding-bottom: 0px;
}

.industries-section {
  min-height: 100vh !important;
  height: auto !important;
  padding: 120px 0px 50px;
  background: #ffffff url('../images/eight-section-bg-images.png') center/cover no-repeat;
  position: relative;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
}

.eight-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}

.eight-content {
  max-width: 602px;
}

.industries-section .prefix {
  color: #325DFE;
  margin-bottom: 16px;
  padding: 0px;
}

.services-grid-section .row.g-4 {
  justify-content: center;
}

h1 span {
  font-weight: 800;
}

.industry-card-wrapper {
  width: 648px;
  min-height: 400px;
}

.industry-card {
  padding: 32px;
  color: #fff;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.industries-section .eight-wrapper .industry-card-wrapper .testimonial-card-001 {
  background-color: #0c278a;
}

.industries-section .eight-wrapper .industry-card-wrapper .testimonial-card-002 {
  background-color: #1840d8;
}

.industries-section .eight-wrapper .industry-card-wrapper .testimonial-card-003 {
  background-color: #325dfe;
}

.industries-section .eight-wrapper .industry-card-wrapper .testimonial-card-004 {
  background-color: #001d89;
}

.industries-section .eight-wrapper .industry-card-wrapper .testimonial-card-005 {
  background-color: #1840d8;
}

.top a:hover i.fa-solid.fa-chevron-up::after {
  bottom: -3px;
  right: -7px;
}

.card-number {
  font-size: 60px;
  font-weight: 800;
  opacity: 0.25;
  margin-bottom: -40px;
}

.industry-card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.industry-card h3 {
  margin-bottom: 0px;
}

.card-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}

.card-icon img {
  width: 80px;
}

.industry-card p {
  margin: 0;
}

.testimonial-card-003 {
  position: relative;
  z-index: 3;
}

.testimonial-card-002 {
  position: relative;
  z-index: 2;
}

.testimonial-card-001 {
  position: relative;
  z-index: 1;
}

.eight-content,
.industry-card {
  opacity: 1;
  transform: translateX(80px);
  pointer-events: none;
  transition: all 0.6s ease;
}

.show {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.eight-content.show {
  opacity: 1;
  transform: translateX(0);
}

.industry-card.show {
  opacity: 1;
  transform: translateX(0);
}

div#footer {
  width: 100%;
}

.how-we-work {
  background-image: url("../images/how-we-work-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px 60px;
}

.how-we-work .prefix {
  color: #000;
}

.steps-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  height: 100%;
  justify-content: center;
}

.step-parent {
  width: 735px;
  text-align: center;
  display: flex;
  align-items: center;
  column-gap: 63px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

.maintent-container-01 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -30px;
}

.maintent-container-02 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: -30px;
}

.nine-content-left-right {
  display: flex;
  flex-direction: column;
  align-items: unset;
}

.maintent-container-02 .step-title {
  text-align: right;
}

.maintent-container-02 .step-text {
  text-align: right;
}

.maintent-container-01 .step-title {
  text-align: left;
}

.maintent-container-01 .step-text {
  text-align: left;
}

.step-image {
  max-width: 160px;
  max-height: 160px;
}

.step-title {
  margin-bottom: 10px;
}

.step-text {
  margin: 0px;
  color: #313131;
}

.step-parent-left {
  flex-direction: row-reverse;
}

.step-image-04 {
  margin-right: 30px;
}

.step-parent img {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

.step-parent-right .nine-content-left-right {
  opacity: 0;
  transform: translateX(140px);
  transition: all 0.9s ease;
}

.step-parent-left .nine-content-left-right {
  opacity: 0;
  transform: translateX(-140px);
  transition: all 0.9s ease;
}

.step-parent.active {
  opacity: 1;
  transform: translateY(0);
}

.step-parent.active img {
  opacity: 1;
  transform: translateY(0);
}

.step-parent.active .nine-content-left-right {
  opacity: 1;
  transform: translateX(0);
}

.sticky-step {
  position: sticky;
  top: 100px;

  z-index: 5;
  background: transparent;
}

.how-we-work .choose-title {
  color: #000000;
  margin-bottom: 100px;
}

.how-we-work.sticky-active {
  position: sticky;
  top: 0;
  z-index: 10;
}

.how-we-work-pin {
  position: relative;
  height: 100vh !important;

}

.cta-box h2.fw-bold .text-primary {
  color: #ffffff !important;
  font-weight: 900;
}

.footer-container .row.pb-4 a {
  display: flex;
  gap: 10px;
}

.footer-container .row.pb-4 .social-icons {
  display: flex;
  flex-direction: row;
}

.footer-container .col-lg-8 {
  width: 60%;
}

.footer-container .text-lg-end {
  width: 40%;
  text-align: left !important;
}

.logo-icon {
  background: #0d6efd;
  color: #fff;
  padding: 12px;
  border-radius: 14px;
  font-size: 18px;
}

.footer-links p {
  margin-bottom: 8px;
  opacity: 0.8;
  transition: 0.3s;
}

.footer-links p:hover {
  opacity: 1;
  cursor: pointer;
  transform: translateX(4px);
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  margin-right: 8px;
  transition: 0.3s;
  text-decoration: none;
}

.social-icons a:hover {
  background: #0d6efd;
  transform: translateY(-4px);
}

.media-footer {
  position: relative;
  z-index: 20;
  overflow: hidden;
  color: #fff;
  background: url("../images/footer-bg-images.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0px 0px;
}

.cta-box {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 80px 120px;
  background: rgba(255, 255, 255, 0.04);
  z-index: 1;
  margin-bottom: 70px;
}

.cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  border-radius: 22px;
  background: linear-gradient(173deg, rgba(255, 255, 255, 0) 0%, #ffffff9e 100%);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.footer-container {
  max-width: 1590px !important;
}

.footer-container .prefix {
  background-color: transparent !important;
  color: #ffffff;
}

.footer-logo img {
  max-width: 220px;

  height: auto;
  display: block;
}

.row.pb-4 .footer-logo {
  width: 25%;
}

.footer-container .row.pb-4 {
  justify-content: center;
  padding-bottom: 120px !important;
}

.footer-copyright {
  min-width: 100%;
  height: auto;
  background: #325DFE;
  text-align: center;
}

.footer-copyright p {
  color: #ffffff;
  text-align: center;
  padding: 10px 0px;
  margin: 0px;
}

.row.pb-4 .fw-bold {
  margin-bottom: 16px;
}

.footer-container p.mb-2 a {
  color: #ffffff;
  text-decoration: none;
}

.footer-container .row.pb-4 .list-unstyled a {
  color: #ffffff;
  text-decoration: none;
}

.main-button {
  position: relative;
  max-width: 223px;
}

.main-button a {
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 2;
  padding: 14px 27px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  transition: background 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease;
  outline: 4px solid #ffffff69;
  outline-offset: 4px;
  background: linear-gradient(120deg, #2d5cff, #b326cf);
}

.main-button::before,
.main-button::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  transition: all 0.4s ease;
}

.main-button::before {
  top: -21px;
  left: -8px;
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  border-top-left-radius: 20px;
}

.main-button::after {
  bottom: -20px;
  right: -8px;
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  border-bottom-right-radius: 20px;
}

.main-button a:hover {
  background: linear-gradient(120deg, #b326cf, #2d5cff);
  color: #ffffff;
  border-color: transparent;
}

.main-button:hover::before {
  left: 50% !important;
  transform: translateX(-50%);
  width: 90px;
  border-left-color: transparent;
  border-radius: 0;
}

.main-button:hover::after {
  right: 50%;
  transform: translateX(50%);
  width: 90px;
  border-right-color: transparent;
  border-radius: 0;
}

.seven-step-card .main-button::before {
  top: -21px;
}

.eight-content .main-button a {
  background: #325DFE;
  border: 4px solid #325DFE;
  outline: 4px solid #325dfe33;
  color: #ffffff;
}

.industries-section .main-button {
  padding-top: 42px;
}

.eight-content .main-button::before {
  border-top: 4px solid #325DFE;
  border-left: 4px solid #325DFE;
  top: 21px;
}

.eight-content .main-button:hover::before {
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  border-left-color: transparent;
  border-radius: 0;
}

.eight-content .main-button:hover::after {
  right: 50%;
  transform: translateX(50%);
  width: 90px;
  border-right-color: transparent;
  border-radius: 0;
}

.eight-content .main-button::after {
  border-bottom: 4px solid #325DFE;
  border-right: 4px solid #325DFE;
  bottom: -20px;
  right: -4px;
}

.eight-content .main-button a:hover {
  background: #1b3aaa;
  color: #ffffff;
  border-color: #1b3aaa;
}

.media-footer .main-button {
  padding-top: 40px;
}

.media-footer .main-button::before {
  top: 19px;
}

.media-footer .main-button:hover::after {
  right: 50%;
}

.media-footer .main-button::after {
  right: 4px;
}

.scroll-parent {
  height: 100vh;
  position: relative;
}

.sticky-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-one {
  z-index: 2;
}

.section-two {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;

}

.section-two.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}

.circle-reveal {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;

  clip-path: ellipse(0% 0% at 50% 100%);

}

.circle-reveal video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-content {
  position: relative;
  z-index: 2;
  color: white;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.3);

}

.menu-button {
  position: relative;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.35);
  border: 3px solid transparent;
  border-radius: 14px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease, border-color 0.4s ease;
  outline: 3px solid #ffffff69;
  outline-offset: 3px;
}

.menu-button::before,
.menu-button::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  transition: all 0.4s ease;
}

.menu-button::before {
  top: -9px;
  left: -9px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-top-left-radius: 18px;
}

.menu-button::after {
  bottom: -9px;
  right: -9px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-bottom-right-radius: 18px;
}

.menu-button:hover {
  background: #325DFE;
  border-color: #325DFE;
}

.menu-button:hover::before {
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  border-left-color: transparent;
  border-radius: 0;
}

.menu-button:hover::after {
  right: 50%;
  transform: translateX(50%);
  width: 40px;
  border-right-color: transparent;
  border-radius: 0;
}

.menu-icon {
  position: relative;
  z-index: 2;
}

.container-fluid .align-items-center {
  gap: 40px;
}

.menu-btn-3 span,
.menu-btn-3 span::before,
.menu-btn-3 span::after {
  background: #ffffff;
  content: '';
  position: absolute;
  width: 25px;
  height: 4px;
  margin-top: 2px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(deg);
  transform: rotate(180deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.menu-btn-3 span::before {
  margin-top: -12px;
}

.menu-btn-3 span::after {
  margin-top: 12px;
}

.menu-btn-3.active span {
  background: transparent;
}

.menu-btn-3.active span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-btn-3.active span::after {
  transform: rotate(-45deg);
  margin-top: 0;
}

.animate-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ultra-heading {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
}

.ultra-heading span,
.ultra-heading strong {
  display: inline-block;
}

.ultra-heading .reveal-line {
  display: block;
  overflow: hidden;
}

.ultra-heading .reveal-text {
  display: inline-block;
  transform: translateY(130%) scale(1.05);
  filter: blur(10px);
  opacity: 0;
}

.ultra-heading.active .reveal-text {
  animation: ultraReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ultra-heading strong .reveal-text {
  animation-delay: 0.25s;
}

@keyframes ultraReveal {
  0% {
    transform: translateY(130%) scale(1.05);
    filter: blur(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0%) scale(1);
    filter: blur(0);
    opacity: 1;
  }
}

.scroll-parent.seo-page {
  height: 100vh;
  position: relative;
  overflow: visible;
}

.mt-seo-section {
  width: 100%;
  background: #000;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  position: sticky;
  height: auto;
  top: 0;

}

.mt-seo-scroll-wrapper {
  position: relative;
}

.mt-seo-slide-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mt-seo-site-wrapper {
  width: 100%;
  height: 100%;
}

.mt-seo-slide-content {
  display: flex;
  width: 100%;
  height: auto;
}

.mt-seo-text-block {
  width: 40%;
  padding: 120px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  transform: translateX(0);
  opacity: 1;
}

.mt-seo-section.mt-seo-step-1 .mt-seo-text-block {
  transform: translateX(0);
  opacity: 1;
}

.mt-seo-prefix {
  margin: 0 auto 0 0;
}

.mt-seo-desc {
  max-width: 570px;
}

.mt-seo-info-box {
  background: linear-gradient(180deg, #0c1630, #050a18);
  border-radius: 14px;
  padding: 22px 26px !important;
  margin-bottom: 50px !important;
}

.mt-seo-info-box p {
  font-style: unset;
  font-weight: 600;
  padding-left: 28px;
  text-indent: -20px;
  line-height: 1.65;
  margin-bottom: 12px;
}

.mt-seo-info-box p img {
  margin-right: 5px;
}

.mt-seo-info-box p:last-child {
  margin-bottom: 0;
}


.mt-seo-image {
  width: 60%;
  height: auto;
  position: relative;
  transform: translateX(0);
  opacity: 1;
}

.mt-seo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;

}

.mt-seo-section .main-button::after {
  right: 4px;
}

.mt-seo-section .main-button:hover::after {
  right: 50%;
}

.mt-seo-info-item {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  max-width: 506px;
  flex-direction: column;
}

.mt-seo-section.mt-seo-step-3 .mt-seo-image {
  width: 100%;
  opacity: 1;
  transform: translateX(0);
}

.mt-seo-section.mt-seo-step-3 .mt-seo-text-block {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.mt-seo-section.mt-seo-step-1 .mt-seo-text-block,
.mt-seo-section.mt-seo-step-1 .mt-seo-image {
  opacity: 1;
  transform: translateX(0);
}

.mt-seo-section.image-fixed .mt-seo-image {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.mt-seo-section.image-fixed .mt-seo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-feature-card {
  width: 593px;
  background: linear-gradient(180deg, #3a63ff, #2f55e6);
  border-radius: 12px;
  padding: 32px;
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 57%;
  right: 0;
  transform: translate(0, -50%);
  opacity: 1;
  z-index: 3;
  margin-right: 158px;
}

.mt-seo-section.mt-seo-step-3 .seo-feature-card {
  transform: translate(0, -50%);
  opacity: 1;
}

.seo-feature-card h3 {
  margin-bottom: 22px;
}

.seo-feature-list {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 22px;
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
}

.seo-feature-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-feature-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
}

.seo-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url("../images/mediatune-seo-second-card-icon.svg");

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5px;
}

.seo-feature-list li:last-child {
  margin-bottom: 0;
}

.mt-seo-image:after {
  content: "";
  height: 100%;
  width: 100%;
  inset: 0;
  position: absolute;
  background: linear-gradient(90deg, rgba(9, 15, 36, 0) 0%, #090F24 103.55%);
  z-index: 0;
}

.specialist-item {
  display: flex;
  gap: 50px;
  width: 100%;
}

.industry-card-wrapper .seo h3 {
  margin-bottom: 30px;
}

.seo-card .industry-card-002-3 {
  margin-top: -140px;
}

.industry-card-wrapper .industry-card-002-3 {
  margin-top: -140px;
}


.testimonial-card-004 {
  position: relative;
  z-index: 4;
}

.testimonial-card-005 {
  position: relative;
  z-index: 5;
}

.industries-section .eight-content h2 {
  max-width: 440px;
}

.section-fourth-seo {
  background: linear-gradient(180deg, #000000 13.12%, #090F25 100%);
  position: relative;
  padding: 100px 0;
  overflow: hidden !important;
  min-height: 100vh;
  width: 100%;
}

.section-fourth-seo .container-fluid {
  max-width: 1440px;
}

.seo-fourth-card-size .card-body {
  padding: 14px 24px;
}

.seo-fourth-card-animation {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.seo-fourth-card-size .card-animate .card-body h4.card-title {
  font-size: 20px;
  margin-bottom: 0px;
}

.seo-fourth-card-size {
  width: calc(33.33% - 20px);
  padding: 0px !important;
  margin: 0px !important;
  min-width: 300px;
}

.card {
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.box {
  opacity: 1;
  visibility: visible;
}

.dots-content {
  color: #ffffff;
}

.seo-sticky-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.seo-case-section {
  background: radial-gradient(circle at top, #0a0a0a, #000);
  color: #fff;
  position: relative;
  height: 100vh;
  padding: 120px 20px;
  justify-content: center;
  overflow: visible;
}

.case-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(0, 132, 255, 0.15);
  color: #4da3ff;
  font-size: 14px;
  margin-bottom: 12px;
}

.case-title {
  font-size: 42px;
  font-weight: 700;
}

.case-card {
  background: #111;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
}

.case-card-header {
  background: #2f5cff;
  padding: 14px 20px;
  font-weight: 600;
}

.case-card-body {
  padding: 24px 40px;
}

.case-card-body h6 {
  margin-top: 18px;
  font-style: normal;
}

.case-card-body ul {
  list-style: none;
  padding-left: 0;
}

.case-card-body ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 26px;
}

.case-card-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url("../images/seo-fifth-section-slider-svg-001.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.case-result {
  margin-top: 30px;
}

.case-result span {
  font-size: 42px;
  font-weight: 800;
  color: #2f5cff;
}

.case-result.blue span {
  color: #4da3ff;
}

.case-result p {
  margin: 0;
  opacity: 0.8;
}

.seo-case-section .animate-section {
  text-align: center;
  margin-bottom: 40px;
}

.seo-sliders-001:after {
  content: "";
  top: 260px;
  bottom: 0;
  left: 380px;
  right: 0;
  width: 245px;
  height: 245px;
  position: absolute;
  background-image: url("../images/seo-fifth-section-slider-svg-002.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.seo-sliders-001 {
  position: relative;
  max-width: 660px;
}

.seo-case-section .dots-content.prefix {
  margin-bottom: 20px;
}

.case-card-header h5 {
  margin: 0;
}

.seo-case-slider {
  width: 100%;
  position: relative;
}

.seo-case-slider .swiper-wrapper {
  display: flex;
}

.seo-sliders-001 {
  flex-shrink: 0;
}

.seo-swiper-prev,
.seo-swiper-next {
  position: absolute;
  top: 53%;
  width: 65px;
  height: 65px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(120deg, #2d5cff, #b326cf);
  transition: background 0.35s ease, outline 0.35s ease;
}

.seo-swiper-prev:hover,
.seo-swiper-next:hover {
  background: linear-gradient(120deg, #b326cf, #2d5cff);
}

.seo-swiper-prev::after,
.seo-swiper-next::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.seo-swiper-prev::after {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.seo-swiper-next::after {
  transform: rotate(45deg);
  margin-right: 4px;
}

.seo-swiper-prev {
  left: 8%;
}

.seo-swiper-next {
  right: 8%;
}

/* slider-outer section next/prev buttons hover - reverse gradient */
.slider-outer .seo-swiper-next.custom-responsive-btn:hover,
.slider-outer .seo-swiper-prev.custom-responsive-btn:hover {
  background: linear-gradient(300deg, #2d5cff, #b326cf) !important;
}

.section-fourth-seo.Seosection p.seo-fourth-subheading {
  color: #ffffff;
}

.seo-case-section .case-card-body h5 {
  margin-bottom: 16px;
}

.web-dev-slider {
  z-index: 10;
}

.seo-faq-section {
  background-image: url("../images/how-we-work-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  position: relative;
  min-height: 110vh;
}

.faq-heading-anim .ultra-heading {
  color: #000000;
}

.seo-faq-accordion .accordion-item {
  border: none;
  margin-bottom: 16px;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.seo-faq-accordion .accordion-button {
  background: #fff;
  padding: 20px 36px;
  border-radius: 50px;
  box-shadow: none;
  pointer-events: auto !important;
  cursor: pointer !important;
  position: relative;
  z-index: 10;
}

.seo-faq-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: #000;
}

.seo-faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.seo-faq-accordion .accordion-button::after {
  background-size: 20px;
  transform: rotate(0deg);
  transition: transform 350ms ease;
}

.seo-faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.seo-faq-accordion .accordion-collapse {
  display: none;
}

.seo-faq-accordion .accordion-collapse.show {
  display: block;
}

.seo-faq-accordion .accordion-body {
  padding: 0 28px 24px;
  color: #222;
}

.assistance-section .accordion-body {
  color: #ffffff;
}

.seo-faq-section .animate-section {
  margin-bottom: 50px;
}

.seo-faq-section .dots-content.prefix {
  margin-bottom: 16px;
}

.faq-heading-anim,
.faq-content-anim {
  opacity: 1;
  transform: none;
  transition: all 0.9s ease;
}

.faq-heading-anim.active,
.faq-content-anim.active {
  opacity: 1;
  transform: translateX(0);
}

.specialist-subpart {
  padding: 24px 0px;
  border-top: 1px solid #ffffff66;
}

.section-title {
  color: #ffffff;
  font-weight: 600;
}

.specialist-item img {
  width: auto;
  margin-bottom: 10px;
}

.specialist-item p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}

.industry-card {
  opacity: 0;
  transform: translateX(200px);
}

.differentiation-section {
  background-color: #000;

  color: #fff;
  padding: 120px 20px;
}

.diff-image-container img {
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 400px;
}

.process-card {
  background: #0a0a0a;

  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
}

.process-list p {
  color: #ffffffba !important;
}

.process-list i {
  color: #ffffff !important;
  font-weight: 700;
}

.text-primary {
  color: #0d6efd !important;

}

.diff-video-container {
  position: relative;
  overflow: hidden;
  min-height: auto;

  height: 100%;
  display: flex;
}

.diff-video-container video {
  width: 100%;
  height: 100% !important;
  object-fit: cover;

  border-radius: 16px;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.row.align-items-stretch {
  display: flex;
}

.differentiation-section .container {
  max-width: 1800px !important;
}

.differentiation-section .text-secondary {
  color: #ffffff !important;
}

.founders-section {
  overflow: hidden;
  background-image: url("../images/eight-section-bg-images.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}

.founder-grid-row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 100px;
}

.founder-grid-row .founder-visual-side {
  flex: 1.1;
}

.founder-grid-row .founder-text-side {
  flex: 0.9;
}

.founder-grid-row.mirror .founder-visual-side {
  order: 2;
  flex: 1.1;
}

.founder-grid-row.mirror .founder-text-side {
  order: 1;
  text-align: right;
  flex: 0.9;
}

.founder-grid-row.mirror .follow-pill {
  margin-left: auto;
}

.founder-card-wrapper {
  position: relative;
  height: 350px;
  width: 100%;
}

.layer {
  position: absolute;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  top: 56%;
  transform: translateY(-50%);
}

.bg-dark-blue {
  left: 0;
  z-index: 1;
}

.bg-pattern-blue {
  background-image: url('../images/about-thired-first-back-001.png');
  background-size: contain;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.founder-card-wrapper.reverse .bg-dark-blue {
  left: auto;
  right: 0;
}

.founder-card-wrapper.reverse .bg-pattern-blue {
  right: auto;
  left: 0;
  justify-content: flex-start;
  padding-left: 40px;
}

.founder-main-img {
  position: absolute;
  bottom: -21px;

  left: 45%;
  transform: translateX(-50%);
  z-index: 5;
  height: 120%;

  width: auto;
}

.founder-card-wrapper.reverse .founder-main-img {
  left: 55%;
}

.pattern-content {
  color: white;
  z-index: 10;
  position: relative;
  text-align: center;
}

.pattern-text {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.pattern-text h4 {
  margin-bottom: 5px;
}

.pattern-text p {
  margin-bottom: 0;
}

.mini-logo {
  width: 350px;
  margin-bottom: 100px;
  height: 350px;
}

.follow-pill {
  background: #eef2ff;
  padding: 10px 25px;
  border-radius: 50px;
  width: fit-content;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
}

.seo-faq-section .dots-content.prefix {
  margin-bottom: 16px;
  color: #000000;
}

.service-card {
  transition: transform 0.3s ease;
  border: none;
}

.services-grid-section {
  padding: 120px 20px;
}

.service-card:hover {
  transform: translateY(-5px);
}

.card-image-box img {
  display: block;
}

.services-grid-section .card-content {
  display: flex;
  flex-direction: column;
  padding: 20px 25px 40px;
}

.card-content .main-button {
  margin-top: auto;
}

.services-grid-section .main-button a {
  background: linear-gradient(120deg, #2d5cff, #b326cf);
  color: #ffffff;
  outline: 4px solid #325dfe52;
  outline-offset: 3px;
}

.services-grid-section .main-button a:hover {
  background: linear-gradient(120deg, #b326cf, #2d5cff);
}

.services-grid-section .main-button::before {
  top: -20px;
  left: -7px;
  border-top: 4px solid #325DFE;
  border-left: 4px solid #325DFE;
}

.services-grid-section .main-button::after {
  bottom: -19px;
  right: 5px;
  border-bottom: 4px solid #325DFE;
  border-right: 4px solid #325DFE;
}

.services-grid-section .main-button:hover::before {
  left: 50%;
  height: 0px;
}

.services-grid-section .main-button:hover::after {
  right: 50% !important;
  height: 0px;
}

.gallery-tabs-container {
  background: #e9efff;
  border-radius: 50px;
  padding: 5px;
  display: inline-block;
}

.gallery-section {
  padding: 120px 20px;
  background-image: url('../images/eight-section-bg-images.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.masonry-wrapper {
  column-count: 3;
  column-gap: 20px;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.gallery-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #f8f8f8;
  cursor: pointer;
}

.gallery-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-tab-btn {
  border: none;
  background: transparent;
  padding: 10px 25px;
  border-radius: 40px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 500;
}

.gallery-tab-btn.active {
  background-color: #3166ff;
  color: white;
  box-shadow: 0 4px 15px rgba(49, 102, 255, 0.3);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.clients-marquee-section {
  background-color: #00145D;
  overflow: hidden;
  padding: 60px 0;
}

.clients-marquee-section .clients-marquee-section-prefix {
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 1px;
}

.clients-marquee-section .clients-marquee-section-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}

.clients-marquee-section .clients-marquee-section-track {
  display: flex;
  width: max-content;
  animation: scrollClientsMarquee 30s linear infinite;
}

.clients-marquee-section .clients-marquee-section-item {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

.clients-marquee-section .clients-marquee-section-item img {
  max-width: 180px;
  height: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.clients-marquee-section .clients-marquee-section-item img:hover {
  opacity: 1;
  transform: scale(1.1);
}

@keyframes scrollClientsMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 10));
  }
}

.clients-marquee-section .clients-marquee-section-wrapper:hover .clients-marquee-section-track {
  animation-play-state: paused;
}


.projects-section {
  background-color: #000;
  overflow: visible;
  padding: 120px 20px 0px;
}

.projects-section .container {
  max-width: 1800px !important;
}

.projects-section .prefix {
  color: #ffffff;
}

.projects-section .projects-sticky-content {
  position: sticky;
  top: 120px;

  height: fit-content;
}

.projects-section .projects-filter-list .projects-filter-item {
  color: #888;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 25px;
}

.projects-section .projects-filter-list .projects-filter-item:hover,
.projects-section .projects-filter-list .projects-filter-item.active {
  color: #fff;
}

.projects-section .projects-filter-list .projects-filter-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: #3166ff;

}

.projects-section .project-card-wrapper {
  transition: transform 0.4s ease;
}

.projects-section .project-card-item:hover .project-card-wrapper {
  transform: translateY(-10px);
}

.projects-section .project-img-box {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.projects-section .project-img-box img {
  transition: transform 0.5s ease;
  width: 100%;
}

.projects-section .project-card-item:hover .project-img-box img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .projects-section .projects-sticky-content {
    position: relative;
    top: 0;
    margin-bottom: 50px;
  }

  .search-widget {
    margin-top: 40px;
  }

  .blog-section {
    padding: 70px 20px 0px !important;
  }

  .media-footer {
    padding: 40px 0px 0px;
  }

  .assistance-section .container .row.g-4 {
    display: flex;
  }
}

.assistance-section .container .row.g-4 {
  display: flex;
  gap: 50px;

}

.assistance-section .assistance-box-wrapper .assistance-box {
  gap: 200px;
}

.assistance-section .assistance-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.assistance-section {
  background-color: #000;
  padding: 50px 0px 0px;
}

.assistance-section .bg-dark-card {
  background-color: #111111;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.assistance-section .assistance-box {
  background: linear-gradient(90deg, #000822 0%, #001a4d 100%);
  border: 1px solid #3166ff;
}

.assistance-section .assistance-accordion .accordion-button {
  background-color: #1a1a1a;
  color: #fff;
  border: none;
  padding: 15px 25px;
  font-size: 17px;
  line-height: 30px;
}

.assistance-section .assistance-accordion .accordion-button:not(.collapsed) {
  background-color: #222;
  color: #fff;
  box-shadow: none;
}

.assistance-section .assistance-accordion .accordion-button:not(.collapsed)::after {
  filter: invert(34%) sepia(98%) saturate(3015%) hue-rotate(219deg) brightness(101%) contrast(103%);
}

.assistance-section .assistance-accordion .accordion-button::after {
  filter: invert(1);
}

.assistance-section .assistance-accordion .accordion-item {
  overflow: hidden;
}

.assistance-section .form-control,
.assistance-section .form-select {
  padding: 12px;
  border-radius: 8px;
}

.assistance-section .form-control:focus {
  background-color: #1a1a1a;
  box-shadow: 0 0 0 2px #3166ff;
  color: #fff;
}

.assistance-section .main-button a {
  color: #ffffff;
  transition: all 0.3s ease;
}

.assistance-section .main-button a {
  border-radius: 10px;
}

.assistance-section .contact-form-card .main-button {
  min-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.assistance-section .contact-form-card .main-button::before {
  top: -8px;
  left: 94px;
}

.bg-black {
  background-color: #000 !important;
}

.blog-section {
  padding: 120px 20px 0px;
}

.custom-badge {
  background-color: rgba(60, 60, 60, 0.8);
  backdrop-filter: blur(5px);
  font-weight: 400;
  padding: 8px 15px;
}

.date-text {
  color: #4a90e2;
  font-size: 0.85rem;
}

.post-title {
  font-size: 1.1rem;
  line-height: 1.4;
  cursor: pointer;
  transition: color 0.3s ease;
}

.post-title:hover {
  color: #4a90e2;
}

.widget-box {
  background-color: #0f0f0f;
  border: 1px solid #1f1f1f;
}

.widget-title {
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

.category-list li {
  padding: 8px 0;
  color: #bbb;
  border-bottom: 1px solid #1a1a1a;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-list li:hover {
  color: #fff;
  padding-left: 5px;
}

.tag-item {
  background-color: #325DFE33 !important;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 0.75rem;
  color: #fff !important;
  cursor: pointer !important;
  transition: background-color 0.3s, color 0.3s;
}

.tag-item:hover {
  background-color: #2b5efc !important;
  color: #fff !important;
}

.blog-item img {
  transition: transform 0.5s ease;
}

.blog-item:hover img {
  transform: scale(1.05);
}

.blog-item a {
  text-decoration: none;
  color: #ffffff;
}

.blog-item .post-title {
  text-align: start;
}

aside.sidebar .small.fw-bold {
  text-align: start;
}

.mt-seo-scroll-wrapper:nth-of-type(3) .mt-seo-slide-content {
  display: flex;
  flex-direction: row-reverse
}

.mt-seo-scroll-wrapper:nth-of-type(3) .seo-feature-card {
  left: 0;
  right: auto;
  margin-left: 158px;
  margin-right: 0;
  transform: translate(-50vw, -50%);
}

.mt-seo-scroll-wrapper:nth-of-type(3) .mt-seo-step-3 .seo-feature-card {
  transform: translate(0, -50%);
}

section.section-fourth-seo.Seosection:nth-of-type(5) {
  background: #f7f7f7 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

section.section-fourth-seo.Seosection:nth-of-type(5) .dots-content {
  color: #000000 !important;
}

section.section-fourth-seo.Seosection:nth-of-type(5) .ultra-heading {
  color: #000000 !important;
}

section.section-fourth-seo.Seosection:nth-of-type(5) p.seo-fourth-subheading {
  color: #000000 !important;
}

.page-id-952 .slider-outer .portfolio-info-wrapper {
  display: none;
}

.nx-lead-hero-wrap {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 290px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
}

.nx-lead-left-col {
  position: relative;
  width: 55%;
  background-color: #2b59ff;

  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8%;
  z-index: 2;

  clip-path: url(#nx-lead-mask-curve);
  -webkit-clip-path: url(#nx-lead-mask-curve);
}

.nx-lead-text-box {
  max-width: 500px;
}

.nx-lead-text-box h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 2rem;
  font-weight: 800;
}

.nx-lead-right-col {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;

  height: 100%;
  z-index: 1;
}

.nx-lead-right-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

div#blogContainer {
  row-gap: 25px;
}

.nx-lead-hero-wrap .main-button {
  position: relative;
  max-width: 235px;
  margin-top: 40px;
}

@media (max-width: 992px) {
  .nx-lead-hero-wrap {
    flex-direction: column-reverse;
    height: auto;
  }

  .nx-lead-left-col,
  .nx-lead-right-col {
    width: 100%;
    position: relative;
    clip-path: none;
  }

  .nx-lead-left-col {
    padding: 60px 20px;
  }

  .nx-lead-right-col {
    height: 300px;
  }
}

.nx-lead-svg-shape {
  position: absolute;
  width: 0;
  height: 0;
}

.btn-container {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

h2.error-heading {
  margin-bottom: 30px;
}

.error-section {
  background-image: url("../images/mediatune-404-bg-imags.png");
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 20px;
  text-align: center;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.error-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 350px !important;
  line-height: 400px;
  font-weight: 300;
}

.error-image img {
  max-width: 100%;
  height: 400px;
  display: inline-block;
}

.error-wrapper p {
  max-width: 600px;
  margin: 0 auto 30px auto;
}

.default-section {
  padding: 140px 20px;
}

.p-p-pages-heading {
  padding: 20px 0px;
}

.mediatune-p-p-main-heading {
  padding-bottom: 20px;
}


@media (max-height:900px) {

  .seo-fourth-card-size .card-animate .card-body p.card-text {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .seo-fourth-card-size .card-animate .card-body h4.card-title {
    font-size: 18px !important;
    line-height: 30px;
  }


  .card-img-top {
    height: 130px;
  }
}

@media (max-width: 1600px) {
  .card-container-section {
    gap: 0px;
  }

  .specialist-item {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  .specialist-item img {
    width: max-content;
    margin-bottom: 0px;
  }

  .portfolio-info-wrapper {
    margin: 30px 20px;
  }

  .seo-swiper-prev {
    left: 3.5%;
  }

  .seo-swiper-prev,
  .seo-swiper-next {
    top: 57%;
  }

  .seo-swiper-next {
    right: 3.5%;
  }

  .seo-case-section {
    padding: 70px 20px;
  }

}

@media (max-width: 1440px) {

  .seo-swiper-prev {
    left: 42%;
  }

  .seo-faq-section {
    padding: 100px 20px;
  }

  section .industries-section .container {
    padding: 0 40px;
  }

  .seo-swiper-prev,
  .seo-swiper-next {
    top: 90%;
  }

  .seo-swiper-next {
    right: 42%;
  }

  .seo-case-section {
    padding: 40px 20px;
  }

  .presence-section {
    gap: 20px;
    padding: 0px 0px;
  }

  .card-container-section {
    gap: 0px;
  }

}


@media (max-width: 1100px) {

  .step-parent {
    width: 639.5px;
  }

}

@media (max-width: 1370px) {
  .step-parent {
    width: 723.5px;
  }

  .portfolio-info-wrapper {
    margin: 20px 0;
  }

  .media-footer {
    padding: 100px 0px 0px;
  }

  .assistance-section {
    padding: 50px 0px 0px;
  }

}

@media (max-width: 1300px) {

  .step-parent {
    width: 679.5px;
  }

  .mt-seo-text-block {
    width: 50%;
    padding: 100px 20px !important;
  }

  .mt-seo-image {
    width: 50%;
  }

  .seo-card .industry-card-002-3 {
    margin-top: -170px;
  }

  .industry-card-wrapper .industry-card-002-3 {
    margin-top: -170px;
  }

}

@media (max-width: 1200px) {

  .text-block {
    max-width: 700px;
  }

  .badge-item img {
    width: 140px;
    height: 150px;
  }

  .step-parent {
    width: 640px;
  }

  .assistance-section .assistance-box-wrapper .assistance-box {
    gap: 40px;
  }

  .assistance-section .assistance-box {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .assistance-section .assistance-box .main-button {
    margin-bottom: 30px;
  }
}

@media (max-width: 1100px) {

  .step-parent {
    width: 100%;
  }

  .seo-case-section {
    height: 120vh;
  }

}

@media (max-width: 1024px) {

  :root {

    --fs-h1: 30px;
    --fs-h2: 28px;
    --fs-h3: 24px;
    --fs-h4: 20px;
    --fs-h5: 18px;
    --fs-h6: 16px;
    --fs-p: 15px;
    --fs-prefix: 18px;

    --lh-h1: 40px;
    --lh-h2: 38px;
    --lh-h3: 34px;
    --lh-h4: 30px;
    --lh-h5: 26px;
    --lh-h6: 24px;
    --lh-p: 26px;
    --lh-prefix: 20px;
  }

  .assistance-section .assistance-box {
    flex-direction: unset;
    gap: unset;
    align-items: center !important;
  }

  .seo-case-section {
    height: 100vh;
  }

  .mt-seo-info-item {
    max-width: 100%;
  }

  .section-fourth-seo {
    padding: 70px 20px;
  }

  .seo-faq-section {
    padding: 70px 20px;
  }

  .seo-sticky-wrapper {
    height: auto !important;
  }

  .seo-case-section .container {
    padding: 0px !important;
  }

  .media-footer {
    padding: 70px 0px 0px;
  }

  .scroll-shape-section .card-section {
    padding: 70px 20px;
  }

  .card-container-section {
    padding: 70px 20px;
  }

  .slide-container-section {
    padding: 70px 20px;
  }

  .seo-fourth-card-size .card-body {
    padding: 10px 10px;
  }

  .projects-section .row.g-5 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .projects-section .row.g-5 .col-lg-4,
  .projects-section .row.g-5 .col-lg-8 {
    width: 100%;
    padding: 0px !important;
  }

  .projects-section .container {
    display: flex;
    justify-content: center;
    padding: 0px !important;
  }

  .assistance-section {
    padding: 70px 0px 0px;
  }

  .blog-section {
    padding: 70px 20px 0px;
  }

  .assistance-section .assistance-box .main-button {
    margin-bottom: 0px;
  }

  .step-card-main {
    width: 100%;
  }

  .step-card-left {
    width: 60%;
    margin-top: 10px;
  }

  .step-card-right {
    width: 40%;
  }

  .image-card img {
    height: 260px;
  }

  .service-section {
    min-height: 260px;
  }

  .mt-seo-slide-content {
    flex-direction: column;
  }

  .mt-seo-slide-section .mt-seo-text-block {
    width: 100% !important;
    height: 100%;
    padding: 70px 20px !important;
  }

  .mt-seo-slide-section .mt-seo-image {
    width: 100% !important;
    height: 100%;
  }

  .projects-section {
    padding: 70px 20px 0px;
  }

  .eight-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
  }

  .industries-section .eight-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .industry-card-wrapper.seo-card .industry-card {
    padding: 15px;
  }

  .industries-section .eight-content h2 {
    width: 100%;
    max-width: 100%;
  }

  .industry-card-wrapper {
    max-width: 100%;
    width: 100%;
  }

  /* Industries cards: no negative margin, fully stacked on tablet */
  .seo-card .industry-card-002-3,
  .industry-card-wrapper .industry-card-002-3,
  .industry-card-002-3 {
    margin-top: 0px !important;
  }

  /* Force remove large pin-spacer gaps on tablet/mobile */
  .pin-spacer {
    padding: 0 !important;
    height: auto !important;
    min-height: auto !important;
  }

  /* Industries section: no pinning, static layout, all cards visible */
  .industries-section {
    position: relative !important;
    height: auto !important;
    overflow: visible !important;
    padding: 70px 20px !important;
  }

  .industry-card-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  .industries-section .industry-card {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  .industries-section .eight-content {
    opacity: 1 !important;
    transform: none !important;
  }

  .seo-fourth-card-animation {
    gap: 20px;
  }

  .seo-swiper-prev {
    left: 40%;
  }

  .seo-swiper-next {
    right: 40%;
  }

  .presence-section {
    gap: 20px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .eight-wrapper {
    align-items: center;
  }

  .step-parent {
    width: 100%;
    column-gap: 30px;
  }

  .row.pb-4 .footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .media-footer .col-md-6 {
    flex: 0 0 auto;
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-container .row.pb-4 .col-lg-2 {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .footer-container .row.pb-4 {
    padding-bottom: 50px !important;
  }

  .media-footer .list-unstyled {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .specialist-item {
    gap: 0px;
    width: fit-content;
    flex-direction: column;
  }

  .specialist-item img {
    width: max-content;
  }

  .mt-seo-scroll-wrapper:nth-of-type(3) .mt-seo-slide-content {
    display: flex;
    flex-direction: column !important;
  }

  /* Home page Why Choose & Trusted sections visibility fix */
  .card-container-section,
  .trusted-section-five {
    position: relative !important;
    height: auto !important;
    min-height: 100vh !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 100px 20px !important;
    top: 0 !important;
    left: 0 !important;
    display: flex !important;
  }

  .four-five-wrapper {
    height: auto !important;
    overflow: visible !important;
  }
}

@media (max-width: 900px) {

  .scroll-shape-section .card-section {
    clip-path: none !important;
    padding: 50px 20px;
  }

  .hero-section-sub-heading {
    padding-bottom: 30px;
  }

  .error-image img {
    height: 300px;
  }

  .error-title {
    font-size: 250px !important;
    line-height: 300px;
  }

  .services-grid-section {
    padding: 50px 0px;
  }

  .scroll-shape-section .site-wrapper {
    width: 100% !important;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px !important;
  }

  .step-card-main {
    display: flex;
    flex-direction: column;
  }

  .step-card-left {
    width: 100%;
    padding: 30px !important;
    margin-top: 0px !important;
  }

  .step-1 {
    width: 250px;
    height: 250px;
  }

  .step-2 {
    width: 230px;
    height: 230px;
  }

  .step-3 {
    width: 210px;
    height: 210px;
  }

  .step-1 .icon {
    width: 70px;
    height: 70px;
  }

  .step-2 .icon {
    width: 70px;
    height: 70px;
  }

  .step-3 .icon {
    width: 70px;
    height: 70px;
  }

  .seven-step-flex-wrapper {
    padding: 0px;
  }

  .step-card-right {
    width: 100%;
  }

  .service-section.stack-card {
    min-height: 320px;
    padding: 0px !important;
    height: auto;
    margin-bottom: 0px !important;
  }

  .slide-content {
    flex-wrap: wrap;
    gap: 40px;
  }

  .badge-item img {
    width: 160px;
    height: 160px;
    margin-bottom: 12px;
  }

  .badge-slide-inner {
    align-items: end;
    padding: 360px 20px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .margin-layout {
    margin-top: 0px;
  }

  .slide-section {
    padding: 70px 40px;
  }

  .service-number {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: -20px !important;
  }

  .service-title {
    margin-bottom: 20px;
  }

  .presence-section {
    gap: 10px;
    padding: 0px;
  }

  .hover-content {
    padding: 15px !important;
  }

  .presence-card {
    width: 100%;
    height: 490px;
  }

  .card-container-section {
    gap: 0px;
  }

  .horizontal-item {
    max-width: 500px;
    height: 360px;
  }

  .horizontal-item img {
    width: 100%;
    height: 360px;
  }

  .portfolio-info-wrapper {
    margin: 50px auto 0;
    gap: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .industry-card-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  .eight-wrapper {
    gap: 20px;
  }

  .mt-seo-scroll-wrapper,
  .mt-seo-section,
  .mt-seo-slide-section {
    height: auto !important;
    position: relative !important;
  }

  .mt-seo-slide-content {
    flex-direction: column;
    height: auto !important;
  }

  .mt-seo-text-block {
    transform: none !important;
    opacity: 1 !important;
  }

  .mt-seo-image {
    width: 100%;
    height: 100% !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .mt-seo-section.image-fixed .mt-seo-image {
    position: relative !important;
    width: 100%;
    height: auto;
  }

  .seo-feature-card {
    position: relative;
    top: auto;
    right: auto;
    transform: none !important;
    margin-right: 0;
    width: 100%;
    margin-top: 30px;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .mt-seo-info-item {
    width: 100%;
  }

  .seven-step-card {
    clip-path: none !important;
    height: 100vh;
  }

  .seven-step-card .content.active {
    max-width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
  }

  .seven-step-flex-wrapper {
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }

  .fontez {
    text-align: center;
  }

  .left,
  .right {
    width: 100%;
    padding-top: 0px;
  }

  .center {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
  }

  .optical {
    font-size: 30px;
    line-height: 32px;
    writing-mode: unset;
    transform: unset;
  }

  .sticky .left {
    justify-content: center;
  }

  .sticky .right {
    justify-content: center;
  }

  .step.active {
    align-items: center;
    gap: 0px;
    flex-direction: column;
    text-align: center;
  }

  .step {
    flex-direction: column;
  }

  .seven-step-card .content {
    text-align: center;
  }

  .industry-card-wrapper .industry-card-002-3,
  .industry-card-002-3,
  .testimonial-card-001,
  .testimonial-card-002,
  .testimonial-card-003,
  .testimonial-card-004,
  .testimonial-card-005 {
    margin-top: 0px;
    margin-left: 0px !important;
  }

  .industry-card-wrapper.seo-card .industry-card {
    margin-left: 0px !important;
  }

  .industries-section {
    padding: 100px 0px 100px !important;
  }

  .card-number {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: -25px;
  }

  .slide-container-section {
    padding: 50px 20px;
    gap: 20px;
  }

  .seven-step-card {
    padding: 80px 20px !important;
  }

  .eight-content .main-button {
    margin: 0px !important;
  }

  .badge-item {
    transform: translate(0px);
  }

  .fontez h3 {
    max-width: 300px;
  }

  .mt-seo-scroll-wrapper .mt-seo-section.mt-seo-step-3.image-fixed {
    width: 100%;
    height: 100%;
  }

  .seo-fourth-card-size {
    width: calc(100% - 20px);
  }

  .section-fourth-seo .seo-sticky-wrapper {
    align-items: center;
  }

  .industries-section .eight-content {
    transform: translate(0px, 0px) !important;
  }

  section.industries-section .industry-card-wrapper.seo-card .seo {
    transform: translate(0px, 0px) !important;
  }

  .founder-grid-row {
    flex-direction: column;
  }

  .founder-card-wrapper.reverse .bg-pattern-blue {
    padding-left: 0px;
    left: -240px;
  }

  .mini-logo {
    width: 250px;
    margin-bottom: 0px;
    height: 250px;
  }

  .founder-main-img {
    bottom: 29px;
    height: 80%;
  }

  .bg-pattern-blue {
    background-image: none;
    padding-right: 0px;
  }

  .founder-grid-row.mirror .founder-visual-side {
    order: 1;
  }

  .founder-grid-row.mirror .founder-text-side {
    order: 2;
  }

  .founder-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .founder-text-box p {
    text-align: center;
  }

  .founder-grid-row.mirror .follow-pill {
    margin-left: unset;
  }

  .founder-grid-row {
    gap: 0px;
  }

  .media-footer .cta-box {
    padding: 50px 30px;
    margin-bottom: 40px;
  }

  .media-footer .footer-container .row.pb-4 {
    justify-content: center;
    padding-bottom: 40px !important;
    row-gap: 60px;
    column-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .media-footer .row.pb-4 .footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .media-footer .col-md-6 {
    flex: 0 0 auto;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .media-footer .list-unstyled {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .media-footer .col-lg-2 {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .portfolio-swiper .swiper-slide {
    height: 250px;
    min-height: 250px;
  }

  .mt-seo-scroll-wrapper:nth-of-type(3) .seo-feature-card {
    margin: 0px !important;
  }

  section.slider-outer {
    height: auto;
  }

  .service-text {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .default-section {
    padding: 70px 20px;
  }

  .section-fourth-seo {
    padding: 50px 0px;
  }

  .seo-faq-section {
    padding: 50px 20px;
  }

  .industries-section {
    padding: 50px 0px 50px !important;
  }

  .mt-seo-slide-section .mt-seo-text-block {
    padding: 50px 20px !important;
  }

  .content p {
    -webkit-line-clamp: 6;
  }

  .mt-seo-scroll-wrapper:nth-of-type(3) .seo-feature-card {
    margin-left: 0px;
  }

  .seo-card .industry-card-002-3 {
    margin-top: -10px !important;
  }

  .col-md-6 {
    width: 100%;
  }

  .clients-marquee-section .clients-marquee-section-item {
    width: 180px;
  }

  @keyframes scrollClientsMarquee {
    100% {
      transform: translateX(calc(-180px * 10));
    }
  }

  .media-footer {
    padding: 50px 0px 0px;
  }

  .assistance-section {
    padding: 50px 0px 0px;
  }

  .industries-section .eight-wrapper .industry-card-wrapper .industry-card {
    transform: translate(0px, 0px) !important;
  }
}

@media (max-width: 650px) {

  .custom-header .main-button {
    display: none;
  }

  .error-image img {
    height: 200px;
  }

  .industries-section {
    padding: 50px 0px 50px !important;
  }

  .error-title {
    font-size: 150px !important;
    line-height: 200px;
  }

  .col-lg-8 {
    display: flex;
    justify-content: center;
  }

  .services-grid-section .main-button::before {
    top: -16px !important;
    left: -7px !important;
  }

  div#blogContainer {
    row-gap: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .slider-outer .seo-swiper-next.custom-responsive-btn,
  .slider-outer .seo-swiper-prev.custom-responsive-btn {
    width: 50px !important;
    height: 50px !important;

  }

  .col-md-6.blog-post-card {
    width: 100%;
  }

  section.industries-section .container {
    padding: 0px 10px;
  }

  .badge-item img {
    width: 100px;
    height: 110px;
    margin-bottom: 0;
  }

  .margin-layout {
    margin-top: 0px;
  }

  .badge-slide-inner {
    align-items: end;
    padding: 300px 20px 100px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .image-card img {
    height: 200px;
  }

  .slide-section {
    padding: 100px 30px;
  }

  .main-button a {
    padding: 10px 10px;
  }

  .badge-item {
    transform: translate(0px);
  }

  .four-five-wrapper {
    position: relative;
    overflow: visible;
  }

  .trusted-section-five {
    height: auto !important;
    padding-top: 64px !important;
    padding-bottom: 64px !important;
    position: relative;
    min-height: auto;
  }

  .card-container-section {
    position: relative;
    min-height: auto;
    height: auto;
    padding: 100px 20px;
  }

  .presence-section {
    gap: 24px;
    padding: 0px;
    flex-wrap: wrap;
  }

  .presence-card {
    width: 100%;
    height: auto;
  }

  .card-container-section {
    padding: 64px 20px;
  }

  .logo-marquee {
    width: 100%;
  }

  .service-title {
    margin-bottom: 10px;
  }

  .stack-card:nth-child(1),
  .stack-card:nth-child(2),
  .stack-card:nth-child(3) {
    position: relative !important;
    top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }

  .horizontal-item {
    max-width: 360px;
    max-height: 360px;
    display: flex;
    align-items: center;
  }

  .horizontal-item img {
    width: 100%;
    height: 220px;
  }

  .slide-container-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .portfolio-info-left p {
    margin-bottom: 18px;
    text-align: center;
  }

  .trusted-section-five .container.text-center {
    padding-bottom: 20px;
  }

  .logo-marquee {
    padding: 40px 0px;
  }

  .horizontal-track {
    padding: 0px !important;
  }

  .portfolio-info-wrapper {
    margin: 0px auto !important;
  }

  .custom-header {
    padding: 15px 6px 15px 0px;
  }

  .brand-logo img {
    width: 200px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .menu-button:hover::before {
    width: 20px;
  }

  .menu-btn-3 span::before {
    margin-top: -8px;
  }

  .menu-btn-3 span::after {
    margin-top: 8px;
  }

  .menu-button:hover::after {
    width: 20px;
  }

  .side-menu {
    width: 100%;
  }

  .services-grid {
    flex-direction: column;
    gap: 10px;
  }

  .sub-heading-tab-001 {
    width: 100%;
  }

  .sub-heading-tab-002 {
    width: 100%;
  }

  .sub-heading-tab-003 {
    width: 100%;
  }

  .service-sub-title {
    margin-bottom: 0px;
  }

  .sub-menu {
    margin-top: 20px;
  }

  .menu-list>li {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 600;
  }

  .toggle-icon-img {
    width: 20px;
    height: 16px;
    margin-left: 12px;
    margin-bottom: 0px;
    transition: .3s ease;
    margin-top: 5px;
  }

  .header-submenu-hover {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
  }

  .custom-responsive-btn {
    top: 80% !important;
    right: 200px !important;
  }

  .site-wrapper {
    padding-top: 0px;
  }

  .hero-section-sub-heading {
    padding-bottom: 10px;
  }

  .logo-track {
    animation: marquee 22.5s linear infinite;
  }

  .slider-dots-wrapper {
    display: flex;
  }

  .fontez h3 {
    max-width: 300px;
  }

  .industries-section .main-button {
    padding-top: 20px;
  }

  .eight-content .main-button::before {
    border-top: 3px solid #325DFE;
    border-left: 3px solid #325DFE;
    top: 1px;
    left: -6px;
  }

  .eight-content .main-button::after {
    border-bottom: 3px solid #325DFE;
    border-right: 3px solid #325DFE;
    bottom: -18px;
    right: 32px;
  }

  .eight-content .main-button a {
    outline: 3px solid #325dfe33;
  }

  .main-button a {
    outline-offset: 3px;
  }

  .seven-step-card {
    padding: 60px 20px 0px !important;
  }

  .step-image {
    max-width: 100px;
    max-height: 100px;
  }

  .step-parent {
    width: 100%;
    column-gap: 20px;
  }

  .step-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 900;
  }

  .nine-content-left-right p.step-text {
    line-height: 15px;
    font-size: 13px;
  }

  .eight-wrapper {
    gap: 20px;
  }

  .steps-row {
    justify-content: space-evenly;
  }

  .how-we-work .container {
    padding: 0px;
  }

  .how-we-work {
    padding: 70px 20px;
  }

  .step-image-04 {
    margin-right: 0px;
  }

  .how-we-work .choose-title {
    margin-bottom: 0px;
  }

  .seven-step-flex-wrapper {
    gap: 0px;
  }

  .section-fourth-seo .seo-sticky-wrapper {
    height: auto !important;
    padding: 0px;
  }

  .seo-fourth-card-animation {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .seo-fourth-card-size {
    width: 100% !important;
    max-width: 100%;
  }

  .case-card-body ul li {
    font-size: 14px;
  }

  .case-card-body {
    padding: 20px 10px;
  }

  .seo-case-section {
    height: auto !important;
    padding: 60px 20px;
  }

  .differentiation-section {
    padding: 60px 0px;
  }

  .diff-image-container img {
    min-height: auto;
  }

  .founders-section {
    padding: 40px 0;
  }

  section.mt-seo-scroll-wrapper .mt-seo-section.step-1 {
    width: 100%;
    height: 100vh;
  }

  .mt-seo-section .main-button::after {
    left: 150px;
  }

  section.industries-section .industry-card-wrapper.seo-card .seo {
    max-width: 550px;
    height: 210px;
    margin-left: 0px;
  }

  .seo-swiper-next {
    right: 30%;
  }

  .seo-swiper-prev {
    left: 30%;
  }

  .seo-swiper-prev,
  .seo-swiper-next {
    top: 91%;
  }

  .founder-main-img {
    transform: translateX(-30%);
  }

  .founder-card-wrapper.reverse .bg-pattern-blue {
    left: -200px;
  }

  .founder-card-wrapper .bg-pattern-blue {
    left: 50px;
  }

  .gallery-tabs {
    display: none !important;
  }

  .gallery-dropdown {
    display: block !important;
  }

  .gallery-tabs-container {
    display: block;
    width: 100%;
    max-width: 300px;
  }

  .gallery-dropdown {
    width: 100%;
    padding: 0px !important;
  }

  .gallery-dropdown select {
    width: 100%;
    text-align: center;
    text-align-last: center;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 50px !important;
  }

  .masonry-wrapper {
    column-count: 1;

  }

  .services-grid-section .main-button::after {
    right: 39px !important;
    bottom: -15px;
  }

  .media-footer .col-md-6 {
    width: 100%;
  }

  .media-footer .col-lg-2 {
    width: 100% !important;
  }

  .media-footer .list-unstyled {
    margin: 0px;
  }

  .media-footer .footer-container .row.pb-4 {
    row-gap: 20px;
  }

  .media-footer .row.pb-4 .footer-logo {
    margin-bottom: 0px;
  }

  div#footer {
    width: 100%;
    z-index: unset;
    height: auto;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-container .col-lg-8 {
    width: 100%;
  }

  .footer-container .text-lg-end {
    width: 100%;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .media-footer .main-button::after {
    right: 66px;
  }

  .fw-bold {
    text-align: center;
  }

  .footer-container .col-lg-8 {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .col-lg-4.text-lg-end.mt-4.mt-lg-0 p.mb-3 {
    text-align: center;
  }

  .media-footer .main-button::before {
    top: 24px;
    left: 66px;
  }

  .media-footer .main-button {
    max-width: 100%;
    width: 323px;
  }

  .assistance-section .assistance-box {
    flex-wrap: wrap;
    gap: 60px;
    padding: 30px 30px 50px !important;
  }

  .assistance-section .bg-dark-card {
    padding: 20px !important;
  }

  .main-button::before {
    top: -16px;
    left: -7px;
  }

  .main-button::before,
  .main-button::after {
    width: 32px;
    height: 32px;
  }

  .main-button::after {
    bottom: -15px;
    right: -7px;
  }

  div#projectGrid {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  div#projectGrid .project-card-item {
    width: 100%;
  }

}

@media (min-width: 769px) {
  .gallery-dropdown {
    display: none !important;
  }

  .gallery-tabs {
    display: flex !important;
  }
}

.creative-production-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: block !important;
}

.creative-production-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.creative-production-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
  opacity: 1;
  border-radius: 20px;
  pointer-events: auto;
}

.creative-project-title {
  color: #ffffff !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}

.creative-watch-video-btn {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.creative-watch-video-btn i {
  font-size: 18px;
}

.creative-watch-video-btn:hover {
  background: rgba(255, 255, 255, 1);
  color: #000000 !important;
}

/* Fix Blog Search Button Color */
.search-widget .input-group .btn {
  background-color: #ffffff !important;
  color: #000000 !important;
  opacity: 1 !important;
  border-left: none !important;
}

.search-widget .input-group .btn i {
  color: #000000 !important;
}

/* Blog Single Page H3 Color Fix */
.single-post-wrapper h3,
.nx-lead-hero-wrap h3 {
  color: #ffffff !important;
}

/* Blog Single Page P Tag Color Fix */
.single-post-wrapper p,
.single-post-wrapper li {
  color: #E1E1E1 !important;
}

/* About Page Differentiation Section - Bullet Point Fix */
.process-list-wrapper p {
  padding-left: 10px !important;
  text-indent: -18px !important;
  margin-bottom: 12px !important;
  line-height: 1.6 !important;
}

/* Disable icon/link interaction within the list */
.process-list-wrapper a,
.process-list-wrapper i,
.process-list-wrapper img {
  pointer-events: none !important;
  cursor: default !important;
}

.process-list-wrapper p a {
  margin-right: 8px;
}

section.thankyou-section {
  color: #fff !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
}

/* Scroll Shape Section Height Fix for Mobile */
@media (max-width: 650px) {

  .scroll-shape-section .card-section {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .scroll-shape-section,
  .scroll-shape-section .site-wrapper {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    padding-bottom: 0px !important;
  }
}

/* ================================================================
   RESPONSIVE ANIMATION CARD FIX — ALL SCREENS BELOW 1024px
   Ensures .box (seo fourth section) and .industry-card (benefits
   section) are always visible on tablet + mobile, overriding GSAP
   initial opacity:0 / transform states that are only meant for desktop.
================================================================ */

@media (max-width: 1024px) {

  /* Section-fourth-seo animated cards (Built To Rank) */
  .section-fourth-seo .box,
  .section-fourth-seo .card-animate {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    will-change: auto !important;
  }

  /* Benefits section industry cards */
  .industries-section .industry-card {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  /* Eight-content (left text block in benefits section) */
  .industries-section .eight-content {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  /* Disable sticky pinning heights on tablet/mobile */
  .seo-sticky-wrapper {
    height: auto !important;
    position: relative !important;
  }

  /* Stack cards vertically on tablet */
  .seo-fourth-card-animation {
    flex-wrap: wrap !important;
  }

  .seo-fourth-card-size {
    width: calc(50% - 20px) !important;
  }
}

@media (max-width: 768px) {

  /* Full-width cards on mobile */
  .seo-fourth-card-size {
    width: 100% !important;
    max-width: 100% !important;
  }

  .seo-fourth-card-animation {
    flex-direction: column !important;
    align-items: center !important;
  }

  /* Ensure industry cards completely reset on mobile */
  .industries-section .industry-card,
  .industries-section .industry-card-002-3 {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    margin-top: 0px !important;
  }

  .industries-section .testimonial-card-001 {
    margin-top: 0px !important;
  }
}