:root {
  --sa-bg: #06111f;
  --sa-bg-2: #0b1c31;
  --sa-panel: rgba(15, 23, 42, 0.78);
  --sa-panel-solid: #0f172a;
  --sa-text: #e5edf8;
  --sa-muted: #9fb0c7;
  --sa-heading: #f8fafc;
  --sa-primary: #38bdf8;
  --sa-primary-2: #7c3aed;
  --sa-accent: #22c55e;
  --sa-border: rgba(148, 163, 184, 0.22);
  --sa-shadow: 0 24px 70px rgba(2, 6, 23, 0.28);
  --sa-radius: 24px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f8fbff !important;
  color: #142033;
  font-family: Inter, Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), transparent 28rem),
    radial-gradient(circle at 85% 20%, rgba(124, 58, 237, 0.1), transparent 32rem),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}

a,
a:hover,
a:focus {
  transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.color-span,
.main-heading span,
.our-easy-process span,
.what-we-do h4,
.portfolio-meta h4,
.services-sec-meta h4,
.services-meta h4,
.inner-service-banner h4 {
  color: var(--sa-primary) !important;
}

.main-heading,
.what-we-do h2,
.services-sec-meta h2,
.services-meta h2,
.faqs h2,
.secndwrpr h2,
.reasonwrp .txtwrp h2,
.main-cta .cta-box h2,
.our-easy-process h2 {
  color: #0f172a;
  letter-spacing: -0.04em;
}

.main-pera,
p {
  line-height: 1.72;
}

.header-main.site-header {
  padding: 16px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  transform: translateY(0);
  transition: padding 0.28s ease, transform 0.28s ease, background 0.28s ease;
  will-change: transform;
}

.header-main.site-header .container {
  border: 1px solid rgba(226, 232, 240, 0.16);
  border-radius: 26px;
  background: rgba(6, 17, 31, 0.78);
  box-shadow: 0 22px 70px rgba(2, 6, 23, 0.36);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  padding: 10px 18px 14px;
  transition: max-width 0.28s ease, padding 0.28s ease, border-radius 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.header-main.site-header.is-sticky {
  position: fixed;
  padding: 8px 0;
  animation: stickyHeaderDrop 0.34s ease both;
}

.header-main.site-header.is-sticky .container {
  background: rgba(6, 17, 31, 0.94);
  box-shadow: 0 18px 55px rgba(2, 6, 23, 0.46);
  padding: 9px 18px;
}

.header-main.site-header.is-sticky .top-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 0 !important;
  margin-bottom: 0;
  border-bottom: 0 !important;
  transform: translateY(-6px);
  pointer-events: none;
}

@keyframes stickyHeaderDrop {
  from {
    transform: translateY(-120%);
  }

  to {
    transform: translateY(0);
  }
}

.top-menu {
  border-bottom: 1px solid rgba(226, 232, 240, 0.14) !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px;
  max-height: 80px;
  opacity: 1;
  overflow: visible;
  transform: translateY(0);
  transition: max-height 0.28s ease, opacity 0.22s ease, margin 0.28s ease, padding 0.28s ease, transform 0.28s ease;
}

.top-menu h5 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  background: rgba(56, 189, 248, 0.11) !important;
  color: #dff5ff !important;
  border: 1px solid rgba(56, 189, 248, 0.32);
  padding: 7px 14px 7px 18px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 700;
  position: relative;
}

.top-menu span {
  position: static !important;
  display: inline-block;
  flex: 0 0 8px;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background: var(--sa-accent) !important;
  color: transparent !important;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.15);
}

.site-nav {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.logo img,
.logo-ftr img {
  width: 210px !important;
  max-width: 100%;
  display: block;
}

.site-menu-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav.main-nav,
.nav.top-nav {
  gap: 4px;
  align-items: center;
}

a.nav-link {
  color: rgba(248, 250, 252, 0.86) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 10px 12px !important;
  border-radius: 999px;
  border-bottom: 0 !important;
  white-space: nowrap;
}

a.nav-link:hover,
a.nav-link:focus,
.active-link,
.dropdown-content a.active-dropdown {
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.22), rgba(124, 58, 237, 0.2));
}

.dropdown-content {
  min-width: 230px !important;
  padding: 10px;
  border: 1px solid var(--sa-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: var(--sa-shadow) !important;
  overflow: hidden;
  top: calc(100% + 10px);
}

.dropdown-content a {
  color: #0f172a !important;
  border-radius: 12px;
  padding: 11px 13px !important;
  font-weight: 700 !important;
}

.dropdown-content a:hover,
.dropdown-content a.active-dropdown {
  color: #0369a1 !important;
  background: rgba(56, 189, 248, 0.12) !important;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 1px solid rgba(226, 232, 240, 0.2);
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.08);
  padding: 9px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #f8fafc;
  border-radius: 2px;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

button.btn.global-btn,
.global-btn,
.home-bannerwrp .formwrp form .lable input.btn,
.btn-2,
.get-a-quote button {
  border: 0 !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--sa-primary), var(--sa-primary-2)) !important;
  box-shadow: 0 14px 30px rgba(56, 189, 248, 0.22) !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
}

button.btn.global-btn:hover,
.global-btn:hover,
.home-bannerwrp .formwrp form .lable input.btn:hover,
.btn-2:hover,
.get-a-quote button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(124, 58, 237, 0.28) !important;
}

.group-link a:not(.get-a-quote),
.cta-meta a,
.home-bannerwrp .txtwrp p a {
  color: #e0f2fe !important;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.36) !important;
  border-radius: 14px !important;
  padding: 8px 13px !important;
  text-decoration: none !important;
}

.group-link a:not(.get-a-quote):hover,
.home-bannerwrp .txtwrp p a:hover {
  color: #ffffff !important;
  background: rgba(56, 189, 248, 0.22);
}

.home-bannerwrp,
.home-bannerwrp.amazon-automation-banner,
.home-bannerwrp.amazon-automation-banner.walmart,
.home-bannerwrp.amazon-automation-banner.shopify,
.home-bannerwrp.amazon-automation-banner.ebay,
.home-bannerwrp.amazon-automation-banner.etsy,
.home-bannerwrp.amazon-automation-banner.tiktok,
.home-bannerwrp.amazon-automation-banner.keyword,
section.home-bannerwrp.inner-service-banner.keyword,
section.home-bannerwrp.inner-service-banner.testimonials-banner.about,
.home-bannerwrp.inner-service-banner.contact-banner {
  padding: 250px 0 230px !important;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(56, 189, 248, 0.28), transparent 23rem),
    radial-gradient(circle at 78% 26%, rgba(124, 58, 237, 0.28), transparent 27rem),
    linear-gradient(135deg, #06111f 0%, #0d2138 48%, #111827 100%) !important;
}

.home-bannerwrp::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.33;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.home-bannerwrp .ovrwrp {
  background: linear-gradient(180deg, rgba(6, 17, 31, 0.3), rgba(6, 17, 31, 0.75)) !important;
}

.home-bannerwrp .txtwrp,
.home-bannerwrp .formwrp,
.home-bannerwrp .container {
  position: relative;
  z-index: 4;
}

.home-bannerwrp .txtwrp h1 {
  max-width: 980px;
  margin: 0 auto 16px;
  color: #ffffff !important;
  font-size: clamp(38px, 5vw, 66px) !important;
  line-height: 1.05;
  font-weight: 900 !important;
  letter-spacing: -0.055em;
}

.home-bannerwrp .txtwrp p {
  color: rgba(248, 250, 252, 0.86) !important;
  font-size: clamp(16px, 2vw, 20px) !important;
}

.home-bannerwrp .txtwrp img {
  max-height: 58px;
  width: auto !important;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
}

.banner-trust-logo {
  gap: 28px;
  flex-wrap: wrap;
}

.banner-trust-logo img {
  max-height: 52px;
  object-fit: contain;
  opacity: 0.9;
}

.home-bannerwrp .formwrp {
  margin: 30px auto 16px !important;
  padding: 8px;
  max-width: 1080px;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 28px 70px rgba(2, 6, 23, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.home-bannerwrp .formwrp form {
  display: flex !important;
  align-items: stretch;
  gap: 8px;
}

.home-bannerwrp .formwrp form .lable {
  width: auto !important;
  flex: 1 1 0;
  margin: 0 !important;
}

.home-bannerwrp .formwrp form .lable input {
  height: 56px !important;
  margin: 0 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  color: #0f172a !important;
  background: #ffffff !important;
}

.home-bannerwrp .formwrp form .lable input:focus,
.contact-us-wrp input:focus,
.contact-us-wrp textarea:focus,
input:focus,
textarea:focus {
  border-color: var(--sa-primary) !important;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.16) !important;
  outline: 0 !important;
}

.home-bannerwrp .formwrp form .lable input.btn {
  width: 100% !important;
}

.home-bannerwrp .main-bnr-hm {
  opacity: 0.14 !important;
  filter: saturate(0.85) contrast(1.12);
}

.home-bannerwrp .imgmain {
  opacity: 0.92;
  transform: translateY(24px);
}

.home-bannerwrp .imgmain img {
  filter: drop-shadow(0 28px 45px rgba(2, 6, 23, 0.35));
}

.future-logos,
.what-we-do,
.secndwrpr,
.our-easy-process,
.reasonwrp,
.portfolio-sec,
.services-sec,
.faqs,
.contact-us-wrp,
.clients-setis {
  position: relative;
  background: transparent !important;
}

.future-logos {
  margin-top: -74px;
  z-index: 5;
}

.future-logos .mainwrp,
.secndwrpr .mainwrp,
.services-sec .mainwrp,
.services-meta,
.services-sec-meta,
.what-we-do-meta,
.portfolio-meta,
.contact-us-wrp form,
.testimonials-box,
.clients-setis .main-cta-sec,
.cta-sec,
.tabwrp,
.tabs.current,
.boxwrp {
  border: 1px solid rgba(148, 163, 184, 0.18) !important;
  border-radius: var(--sa-radius) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.future-logos .mainwrp,
.what-we-do-meta,
.services-sec-meta,
.services-meta,
.portfolio-meta {
  padding: 32px !important;
}

.future-logos h4 {
  color: #0f172a !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
}

.logos-list img {
  filter: grayscale(1) contrast(1.2);
  opacity: 0.72;
  transition: filter 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.logos-list img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-3px);
}

.secndwrpr .mainwrp,
.services-sec .mainwrp,
.mainwrp {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.secndwrpr .mainwrp:hover,
.services-sec .mainwrp:hover,
.mainwrp:hover {
  transform: translateY(-7px);
  border-color: rgba(56, 189, 248, 0.36) !important;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.13) !important;
}

.secndwrpr .mainwrp img,
.services-sec .mainwrp img,
.mainwrp img {
  border-radius: 18px;
}

.secndwrpr .mainwrp a,
.services-sec .mainwrp a,
.tabs a,
.what-we-do-meta a,
.reasonwrp a {
  color: #0369a1;
  font-weight: 800;
}

.main-cta {
  background: transparent !important;
}

.main-cta .cta-sec,
.cta-sec {
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.28), transparent 22rem),
    linear-gradient(135deg, #06111f 0%, #0f172a 100%) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.main-cta .cta-box,
.main-cta .cta-box h2,
.main-cta .cta-box p,
.main-cta p,
.cta-sec h2,
.cta-sec p {
  color: #ffffff !important;
}

.main-cta .cta-img {
  opacity: 0.28;
}

.reasonwrp {
  overflow: hidden;
}

.reasonwrp:after {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.16), rgba(124, 58, 237, 0.14)) !important;
}

.reasonwrp .mainwrp {
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 0 34px 34px 0 !important;
}

.reasonwrp .imgwrp img,
.banner-img img,
.what-we-do img,
.contact-us-wrp img {
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
}

.our-easy-process {
  background:
    radial-gradient(circle at center, rgba(56, 189, 248, 0.12), transparent 35rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(226, 241, 255, 0.5)) !important;
}

.our-process-flex .circle-columns .position-relative {
  border-radius: 28px;
}

.footer_section {
  background:
    radial-gradient(circle at 12% 20%, rgba(56, 189, 248, 0.18), transparent 26rem),
    linear-gradient(135deg, #06111f, #0f172a) !important;
  padding: 80px 0 28px !important;
  color: rgba(248, 250, 252, 0.82) !important;
}

.footer_section_container {
  background: transparent !important;
  max-width: 1296px !important;
}

.footer_section .footer_ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.footer_h1 {
  color: #ffffff !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em;
}

.footer_ul {
  padding-left: 0 !important;
}

.footer_ul li,
.footer_social_links_p,
.footer_reserved_p {
  color: rgba(226, 232, 240, 0.76) !important;
}

.footer_ul li a,
.footer_ul li a span {
  color: rgba(226, 232, 240, 0.84) !important;
}

.footer_ul li a:hover,
.footer_ul li a:hover span {
  color: var(--sa-primary) !important;
}

.footer_reserved_p {
  border-top: 1px solid rgba(226, 232, 240, 0.12);
  padding-top: 22px;
  text-align: center;
}

.contact-us-wrp input,
.contact-us-wrp textarea,
input,
textarea {
  border-radius: 14px !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1199px) {
  .site-nav {
    grid-template-columns: 190px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .logo img,
  .logo-ftr img {
    width: 185px !important;
  }

  a.nav-link {
    font-size: 12px !important;
    padding: 9px 8px !important;
  }

  .nav-cta .global-btn {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .home-bannerwrp,
  .home-bannerwrp.amazon-automation-banner,
  .home-bannerwrp.amazon-automation-banner.walmart,
  .home-bannerwrp.amazon-automation-banner.shopify,
  .home-bannerwrp.amazon-automation-banner.ebay,
  .home-bannerwrp.amazon-automation-banner.etsy,
  .home-bannerwrp.amazon-automation-banner.tiktok,
  .home-bannerwrp.amazon-automation-banner.keyword,
  section.home-bannerwrp.inner-service-banner.keyword,
  section.home-bannerwrp.inner-service-banner.testimonials-banner.about,
  .home-bannerwrp.inner-service-banner.contact-banner {
    padding-top: 230px !important;
  }
}

@media (max-width: 991px) {
  .header-main.site-header {
    padding: 10px 0;
  }

  .header-main.site-header .container {
    max-width: calc(100% - 24px);
    border-radius: 22px;
    padding: 12px;
  }

  .top-menu {
    display: none !important;
  }

  .site-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 12px;
  }

  .logo img {
    width: 176px !important;
  }

  .menu-toggle {
    display: inline-block;
    order: 3;
  }

  .nav-cta {
    display: none;
  }

  .site-menu-wrap {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: none;
    justify-content: flex-start;
    border: 1px solid rgba(226, 232, 240, 0.16);
    border-radius: 20px;
    background: rgba(6, 17, 31, 0.97);
    box-shadow: 0 22px 55px rgba(2, 6, 23, 0.36);
    padding: 12px;
  }

  .site-menu-wrap.is-open {
    display: block;
  }

  .nav.main-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .nav.main-nav .nav-item {
    width: 100%;
  }

  .nav.main-nav a.nav-link {
    display: block;
    width: 100%;
    padding: 12px 14px !important;
  }

  .dropdown-content {
    display: block !important;
    position: static !important;
    width: 100%;
    min-width: 0 !important;
    margin-top: 6px;
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(226, 232, 240, 0.1) !important;
    box-shadow: none !important;
  }

  .dropdown-content a {
    color: rgba(248, 250, 252, 0.88) !important;
  }

  .dropdown-content a:hover,
  .dropdown-content a.active-dropdown {
    color: #ffffff !important;
    background: rgba(56, 189, 248, 0.16) !important;
  }

  .home-bannerwrp,
  .home-bannerwrp.amazon-automation-banner,
  .home-bannerwrp.amazon-automation-banner.walmart,
  .home-bannerwrp.amazon-automation-banner.shopify,
  .home-bannerwrp.amazon-automation-banner.ebay,
  .home-bannerwrp.amazon-automation-banner.etsy,
  .home-bannerwrp.amazon-automation-banner.tiktok,
  .home-bannerwrp.amazon-automation-banner.keyword,
  section.home-bannerwrp.inner-service-banner.keyword,
  section.home-bannerwrp.inner-service-banner.testimonials-banner.about,
  .home-bannerwrp.inner-service-banner.contact-banner {
    padding: 170px 0 120px !important;
  }

  .home-bannerwrp .formwrp form {
    flex-wrap: wrap;
  }

  .home-bannerwrp .formwrp form .lable {
    flex: 1 1 calc(50% - 8px);
  }

  .what-we-do,
  .secndwrpr,
  .our-easy-process,
  .reasonwrp,
  .main-cta,
  .future-logos,
  .services-sec,
  .contact-us-wrp,
  .portfolio-sec {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .row > [class*="col-"] {
    margin-bottom: 22px;
  }

  .reasonwrp .mainwrp {
    border-radius: 28px !important;
  }

  .footer_section .services {
    gap: 26px;
  }
}

@media (max-width: 767px) {
  .logo img {
    width: 160px !important;
  }

  .home-bannerwrp .txtwrp h1 {
    font-size: 36px !important;
  }

  .home-bannerwrp .txtwrp p {
    font-size: 16px !important;
  }

  .home-bannerwrp .formwrp {
    padding: 10px;
  }

  .home-bannerwrp .formwrp form {
    display: block !important;
  }

  .home-bannerwrp .formwrp form .lable {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .home-bannerwrp .formwrp form .lable:last-child {
    margin-bottom: 0 !important;
  }

  .banner-trust-logo img {
    max-width: 42%;
    max-height: 44px;
  }

  .future-logos {
    margin-top: -46px;
  }

  .future-logos .mainwrp,
  .what-we-do-meta,
  .services-sec-meta,
  .services-meta,
  .portfolio-meta,
  .cta-sec {
    padding: 24px !important;
  }

  .group-link {
    flex-wrap: wrap;
  }

  .group-link a,
  .group-link button {
    width: 100%;
    text-align: center;
  }

  .main-cta .cta-sec,
  .cta-sec {
    border-radius: 24px !important;
  }

  .footer_section {
    padding-top: 56px !important;
  }
}

@media (max-width: 519px) {
  .header-main.site-header .container {
    max-width: calc(100% - 14px);
    border-radius: 18px;
  }

  .logo img {
    width: 142px !important;
  }

  .menu-toggle {
    width: 42px;
    height: 40px;
  }

  .home-bannerwrp,
  .home-bannerwrp.amazon-automation-banner,
  .home-bannerwrp.amazon-automation-banner.walmart,
  .home-bannerwrp.amazon-automation-banner.shopify,
  .home-bannerwrp.amazon-automation-banner.ebay,
  .home-bannerwrp.amazon-automation-banner.etsy,
  .home-bannerwrp.amazon-automation-banner.tiktok,
  .home-bannerwrp.amazon-automation-banner.keyword,
  section.home-bannerwrp.inner-service-banner.keyword,
  section.home-bannerwrp.inner-service-banner.testimonials-banner.about,
  .home-bannerwrp.inner-service-banner.contact-banner {
    padding: 150px 0 90px !important;
  }

  .home-bannerwrp .txtwrp h1 {
    font-size: 31px !important;
    line-height: 1.12;
  }

  .main-heading,
  .what-we-do h2,
  .services-sec-meta h2,
  .services-meta h2,
  .faqs h2,
  .secndwrpr h2,
  .reasonwrp .txtwrp h2,
  .main-cta .cta-box h2,
  .our-easy-process h2 {
    font-size: 30px !important;
    line-height: 1.12 !important;
  }

  .future-logos .mainwrp,
  .what-we-do-meta,
  .services-sec-meta,
  .services-meta,
  .portfolio-meta,
  .cta-sec,
  .secndwrpr .mainwrp,
  .services-sec .mainwrp,
  .mainwrp {
    border-radius: 20px !important;
  }

  .footer_section .services {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .home-bannerwrp .imgmain {
    opacity: 0.18;
    transform: none;
  }

  .home-bannerwrp .main-bnr-hm {
    opacity: 0.08 !important;
  }
}


/* --- Refinements requested after review --- */
.logo img,
.logo-ftr img {
  height: auto;
}

button.btn.global-btn,
.global-btn,
.home-bannerwrp .formwrp form .lable input.btn,
.btn-2,
.get-a-quote button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px;
  padding: 12px 24px !important;
  font-size: 16px !important;
}

.group-link {
  row-gap: 12px;
}

.group-link a:not(.get-a-quote) {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px !important;
  font-weight: 800 !important;
}

/* Better button visibility on light sections */
.what-we-do .group-link a:not(.get-a-quote),
.secndwrpr .group-link a:not(.get-a-quote),
.reasonwrp .group-link a:not(.get-a-quote),
.portfolio .group-link a:not(.get-a-quote),
.contact-us-wrp .group-link a:not(.get-a-quote),
.services-sec .group-link a:not(.get-a-quote),
.services-meta .group-link a:not(.get-a-quote),
.services-sec-meta .group-link a:not(.get-a-quote) {
  color: #0f172a !important;
  background: #eef6ff !important;
  border: 1px solid #c7dcff !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.what-we-do .group-link a:not(.get-a-quote):hover,
.secndwrpr .group-link a:not(.get-a-quote):hover,
.reasonwrp .group-link a:not(.get-a-quote):hover,
.portfolio .group-link a:not(.get-a-quote):hover,
.contact-us-wrp .group-link a:not(.get-a-quote):hover,
.services-sec .group-link a:not(.get-a-quote):hover,
.services-meta .group-link a:not(.get-a-quote):hover,
.services-sec-meta .group-link a:not(.get-a-quote):hover {
  color: #0369a1 !important;
  background: #e0f2fe !important;
  border-color: #7dd3fc !important;
}

/* Keep secondary buttons bright on dark sections */
.home-bannerwrp .group-link a:not(.get-a-quote),
.main-cta .group-link a:not(.get-a-quote),
.footer_section .group-link a:not(.get-a-quote),
.testimonialwrp .group-link a:not(.get-a-quote) {
  color: #f8fafc !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}


/* Our Stats redesign */
.portfolio.portfolio-achievement {
  padding: 110px 0 !important;
  background: linear-gradient(135deg, #080d1e 0%, #0d1535 55%, #080d1e 100%) !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.portfolio.portfolio-achievement::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.55), transparent);
  pointer-events: none;
}

.portfolio.portfolio-achievement::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 8%, rgba(99, 102, 241, 0.12), transparent 30rem);
  pointer-events: none;
}

.portfolio-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
}

.portfolio-orb-1 {
  width: 500px;
  height: 500px;
  background: rgba(99, 102, 241, 0.07);
  top: -120px;
  left: -100px;
}

.portfolio-orb-2 {
  width: 360px;
  height: 360px;
  background: rgba(245, 158, 11, 0.055);
  right: -60px;
  bottom: -80px;
}

.portfolio.portfolio-achievement .container {
  max-width: 1280px;
  position: relative;
  z-index: 2;
}

.portfolio.portfolio-achievement .portfolio-meta {
  max-width: 780px;
  margin: 0 auto 72px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.portfolio.portfolio-achievement .portfolio-meta h4 {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: auto !important;
  margin: 0 0 28px !important;
  padding: 8px 20px !important;
  border-radius: 999px !important;
  background: rgba(99, 102, 241, 0.14) !important;
  border: 1px solid rgba(99, 102, 241, 0.3) !important;
  color: #a5b4fc !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.portfolio.portfolio-achievement .portfolio-meta h4 i {
  color: #6366f1;
  font-size: 12px;
}

.portfolio.portfolio-achievement .portfolio-meta h2 {
  margin: 0 0 14px !important;
  color: #ffffff !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: -1px;
}

.portfolio.portfolio-achievement .portfolio-meta h2 .color-span {
  color: #f59e0b !important;
  background: none !important;
  -webkit-text-fill-color: #f59e0b !important;
}

.portfolio.portfolio-achievement .portfolio-meta p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.44) !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}

.portfolio-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 52px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 24px;
  overflow: hidden;
}

.portfolio-stat-card {
  position: relative;
  min-height: 216px;
  padding: 44px 28px;
  text-align: center;
  transition: background 0.3s ease, transform 0.3s ease;
}

.portfolio-stat-card:hover {
  background: rgba(99, 102, 241, 0.09);
}

.portfolio-stat-card + .portfolio-stat-card {
  border-left: 1px solid rgba(255, 255, 255, 0.065);
}

.portfolio-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #f59e0b;
  font-size: 22px;
}

.portfolio-stat-value {
  margin-bottom: 8px;
  color: #f59e0b;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
}

.portfolio-stat-label {
  color: rgba(255, 255, 255, 0.38);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.portfolio-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 52px;
}

.portfolio-service-card {
  position: relative;
  overflow: hidden;
  min-height: 322px;
  padding: 36px 30px;
  text-align: left;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 20px;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.portfolio-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #6366f1, #f59e0b);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-service-card:hover,
.portfolio-service-card.is-featured {
  background: rgba(99, 102, 241, 0.06);
  border-color: rgba(99, 102, 241, 0.4);
}

.portfolio-service-card:hover {
  transform: translateY(-5px);
}

.portfolio-service-card:hover::before,
.portfolio-service-card.is-featured::before {
  opacity: 1;
}

.portfolio-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 14px;
  font-size: 22px;
}

.portfolio-service-icon.purple {
  color: #a5b4fc;
  background: rgba(99, 102, 241, 0.15);
}

.portfolio-service-icon.amber {
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.15);
}

.portfolio-service-icon.teal {
  color: #5eead4;
  background: rgba(20, 184, 166, 0.15);
}

.portfolio-service-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.portfolio-service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  line-height: 1.75;
}

.portfolio-service-metric {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.portfolio-service-metric strong {
  flex: 0 0 auto;
  color: #f59e0b;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}

.portfolio-service-metric span:last-child {
  color: rgba(255, 255, 255, 0.34);
  font-size: 12px;
  line-height: 1.45;
}

.portfolio-platforms-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.portfolio-platform-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 128px;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 700;
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.portfolio-platform-pill i {
  color: #f59e0b;
  font-size: 18px;
}

.portfolio-platform-pill:hover {
  color: rgba(255, 255, 255, 0.86);
  border-color: rgba(245, 158, 11, 0.35);
  background: rgba(245, 158, 11, 0.05);
}

.portfolio.portfolio-achievement .portfolio-cta {
  margin-top: 52px !important;
}

.portfolio.portfolio-achievement .portfolio-cta .get-a-quote,
.portfolio.portfolio-achievement .portfolio-cta .get-a-quote button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.portfolio.portfolio-achievement .portfolio-cta .get-a-quote button {
  min-width: 194px;
  padding: 16px 36px !important;
}

.portfolio.portfolio-achievement .portfolio-cta > a:not(.get-a-quote) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 198px;
  padding: 15px 30px;
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 999px;
  color: #ffffff !important;
  background: transparent !important;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.portfolio.portfolio-achievement .portfolio-cta > a:not(.get-a-quote):hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.48) !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

@media (max-width: 1100px) {
  .portfolio-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-stat-card:nth-child(3) {
    border-left: 0;
  }

  .portfolio-stat-card:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.065);
  }

  .portfolio-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .portfolio.portfolio-achievement {
    padding: 70px 0 !important;
  }

  .portfolio.portfolio-achievement .portfolio-meta {
    margin-bottom: 44px !important;
  }

  .portfolio-stats-grid,
  .portfolio-services-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-stat-card,
  .portfolio-stat-card:nth-child(3) {
    border-left: 0;
  }

  .portfolio-stat-card + .portfolio-stat-card,
  .portfolio-stat-card:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.065);
  }

  .portfolio-service-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .portfolio-service-metric {
    align-items: flex-start;
    flex-direction: column;
  }

  .portfolio-platform-pill {
    min-width: calc(50% - 10px);
  }
}

/* Why choose us section refinement */
.reasonwrp {
  padding: 90px 0 !important;
  background:
    radial-gradient(circle at left top, rgba(56, 189, 248, 0.16), transparent 18rem),
    linear-gradient(180deg, #f7fbff 0%, #edf5ff 100%) !important;
}

.reasonwrp:after {
  display: none !important;
}

.reasonwrp .container-fluid {
  max-width: 1320px;
  padding-left: 18px;
  padding-right: 18px;
}

.reasonwrp .row {
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.reasonwrp .mainwrp {
  width: 100% !important;
  float: none !important;
  height: 100%;
  padding: 46px 42px;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reasonwrp .txtwrp h2 {
  color: #0f172a !important;
  margin-bottom: 24px;
}

.reasonwrp .txtwrp h4 {
  color: #0f172a !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  padding: 0 0 10px 34px !important;
}

.reasonwrp .txtwrp h4:after {
  content: "\f058" !important;
  color: var(--sa-primary) !important;
  font-size: 20px;
  top: 2px !important;
}

.reasonwrp .txtwrp p {
  color: #475569 !important;
  font-size: 16px;
  line-height: 1.76;
  padding: 0 0 24px 34px !important;
}

.reasonwrp .imgwrp {
  height: 100%;
  padding: 18px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.14), rgba(124, 58, 237, 0.14));
}

.reasonwrp .imgwrp img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 28px !important;
}

/* Fix testimonial legibility */
.testimonialwrp {
  background:
    radial-gradient(circle at top, rgba(56, 189, 248, 0.15), transparent 18rem),
    linear-gradient(135deg, #111827 0%, #0f172a 100%) !important;
  padding: 88px 0 80px !important;
}

.testimonialwrp .txtwrp {
  padding-bottom: 36px !important;
}

.testimonialwrp .txtwrp h2 {
  color: #ffffff !important;
}

.testimonialwrp .tabwrp ul li.current {
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.testimonialwrp .tabwrp ul li span {
  box-shadow: 0 10px 20px rgba(2, 6, 23, 0.2);
}

.testimonialwrp .testiwrp {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 28px;
  padding: 38px 42px;
}

.testimonialwrp .testiwrp p {
  color: rgba(248, 250, 252, 0.92) !important;
}

.testimonialwrp .testiwrp h6,
.testimonialwrp .testiwrp span {
  color: #ffffff !important;
}

/* Slightly cleaner content blocks */
.what-we-do-meta,
.services-meta,
.services-sec-meta,
.secndwrpr .mainwrp,
.services-sec .mainwrp {
  background: rgba(255, 255, 255, 0.9) !important;
}

.what-we-do-meta .main-heading,
.services-meta .main-heading {
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .portfolio {
    padding: 72px 0 !important;
  }

  .reasonwrp {
    padding: 72px 0 !important;
  }

  .reasonwrp .row {
    border-radius: 28px;
  }

  .reasonwrp .mainwrp {
    padding: 32px 24px;
  }

  .reasonwrp .imgwrp {
    padding: 16px 16px 0;
  }

  .reasonwrp .imgwrp img {
    min-height: 320px;
  }

  .testimonialwrp .testiwrp {
    width: 100% !important;
    padding: 30px 22px;
  }
}

@media (max-width: 767px) {
  .portfolio-meta {
    padding: 24px 18px !important;
  }

  .portfolio .port-box ul li {
    padding: 4px;
    margin: 0 6px !important;
  }

  .group-link a:not(.get-a-quote),
  .group-link .get-a-quote,
  .group-link .get-a-quote button {
    width: 100%;
  }

  .reasonwrp .txtwrp h4 {
    font-size: 20px !important;
  }

  .reasonwrp .txtwrp p {
    padding-left: 30px !important;
  }
}


/* --- Testimonial section hotfix --- */
.testimonialwrp,
.testimonialwrp .tabwrp,
.testimonialwrp .tabs,
.testimonialwrp .tabs.current {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.testimonialwrp {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px !important;
  background:
    linear-gradient(rgba(22, 18, 22, 0.84), rgba(22, 18, 22, 0.84)),
    url('../images/fade-img.png') center/cover no-repeat,
    linear-gradient(135deg, #1b1620 0%, #241f21 100%) !important;
}

.testimonialwrp::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.06), transparent 30%, transparent 70%, rgba(124, 58, 237, 0.06));
  pointer-events: none;
}

.testimonialwrp .container {
  position: relative;
  z-index: 2;
}

.testimonialwrp .txtwrp {
  width: min(100%, 1040px) !important;
  margin: 0 auto !important;
  padding: 0 0 28px !important;
}

.testimonialwrp .txtwrp h2,
.testimonialwrp .txtwrp .main-heading {
  color: #ff9f1c !important;
  font-size: clamp(38px, 4vw, 58px) !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em;
  margin: 0 !important;
}

.testimonialwrp .tabwrp {
  width: 100%;
  margin: 0;
  padding: 0 !important;
}

.testimonialwrp .tabwrp ul {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.testimonialwrp .tabwrp ul li {
  margin: 0 !important;
}

.testimonialwrp .tabwrp ul li span {
  width: 46px !important;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,0.38) !important;
  background: #ff9f1c !important;
  color: #ffffff !important;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.testimonialwrp .tabwrp ul li.current {
  border: 0 !important;
}

.testimonialwrp .tabwrp ul li.current span {
  box-shadow: 0 0 0 4px rgba(255,255,255,0.20), 0 10px 24px rgba(0,0,0,0.18);
}

.testimonialwrp .testiwrp {
  width: min(100%, 980px) !important;
  margin: 28px auto 0 !important;
  text-align: center;
}

.testimonialwrp .testiwrp p {
  color: #ffffff !important;
  font-style: italic;
  font-size: clamp(20px, 2.1vw, 26px) !important;
  line-height: 1.55 !important;
  margin-bottom: 20px;
}

.testimonialwrp .testiwrp h6 {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 6px;
}

.testimonialwrp .testiwrp span {
  color: #ffffff !important;
  font-size: 16px !important;
}

.testimonialwrp .tabs.current {
  display: block !important;
  padding: 0 !important;
}

@media (max-width: 991px) {
  .testimonialwrp {
    padding: 72px 0 78px !important;
  }

  .testimonialwrp .txtwrp {
    width: 100% !important;
  }

  .testimonialwrp .testiwrp {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .testimonialwrp .txtwrp h2,
  .testimonialwrp .txtwrp .main-heading {
    font-size: 34px !important;
  }

  .testimonialwrp .tabwrp ul {
    gap: 10px;
  }

  .testimonialwrp .tabwrp ul li span {
    width: 42px !important;
    height: 42px !important;
  }

  .testimonialwrp .testiwrp p {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }
}

/* Fix contrast for the service CTA card used below the service intro cards. */
.clients-setis .main-cta-sec .txtdiv h2,
.clients-setis .main-cta-sec .txtdiv .main-heading {
  color: #0f172a !important;
}

.clients-setis .main-cta-sec .txtdiv p {
  color: #334155 !important;
}

/* Fix the Walmart/Amazon/Shopify/Ebay process list hover: the global .mainwrp hover was creating a large pale block behind these inline service rows. */
.processwrp .mainwrp,
.processwrp .mainwrp:hover,
.processwrp .mainwrp:focus-within {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.processwrp .mainwrp:hover,
.processwrp .mainwrp:focus-within {
  transform: none !important;
}

.processwrp .mainwrp .txtdiv a:hover,
.processwrp .mainwrp .txtdiv a:focus {
  background: linear-gradient(90deg, #38bdf8 0%, #6d42f5 100%) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Fix invisible text in the Etsy "Take Your E-Commerce" feature boxes. */
.secndwrpr .btm-sec .mainwrp h5 {
  color: #0f172a !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.secndwrpr .btm-sec .mainwrp:hover h5,
.secndwrpr .btm-sec .mainwrp:focus-within h5 {
  color: #0f172a !important;
}

/* Fix Etsy feature cards: equal height and proper inner spacing. */
.secndwrpr .btm-sec > [class*="col-"] {
  display: flex !important;
}

.secndwrpr .btm-sec .mainwrp {
  width: 100% !important;
  height: auto !important;
  min-height: 120px !important;
  margin: 60px 0 0 !important;
  padding: 26px 22px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  box-sizing: border-box !important;
}

.secndwrpr .btm-sec .mainwrp img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}

.secndwrpr .btm-sec .mainwrp h5 {
  margin: 0 !important;
  line-height: 1.35 !important;
}

@media (max-width: 767px) {
  .secndwrpr .btm-sec > [class*="col-"] {
    display: block !important;
  }

  .secndwrpr .btm-sec .mainwrp {
    min-height: 0 !important;
    margin-top: 24px !important;
  }
}


/* Homepage: replace the product marquee with a static shopping-bags image. */
.home-approach-image-wrap {
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
}

.home-approach-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .home-approach-image-wrap {
    height: auto;
  }

  .home-approach-image {
    height: auto;
  }
}

/* Our Simple Process: Final 1.html inspired layout, adjusted to Store Automations theme. */
.our-easy-process.process-redesign {
  padding: 105px 0 115px !important;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 42%, rgba(56, 189, 248, 0.14), transparent 30rem),
    radial-gradient(circle at 82% 18%, rgba(124, 58, 237, 0.11), transparent 28rem),
    linear-gradient(135deg, #f8fbff 0%, #edf7ff 52%, #f4f0ff 100%) !important;
}

.our-easy-process.process-redesign::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.22), transparent) top center / 100% 1px no-repeat,
    radial-gradient(circle at center, rgba(255, 255, 255, 0.58), transparent 34rem);
}

.our-easy-process.process-redesign .container {
  position: relative;
  z-index: 1;
}

.process-redesign-header {
  max-width: 760px;
  margin: 0 auto 70px;
  text-align: center;
}

.process-redesign-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 9px 21px;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.09);
  color: #4f46e5 !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.process-redesign-label i {
  font-size: 7px;
  color: #6d42f5;
}

.our-easy-process.process-redesign h2 {
  margin: 0 0 16px !important;
  color: #071426 !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.06em !important;
}

.our-easy-process.process-redesign h2 span {
  color: var(--sa-primary) !important;
}

.process-redesign-header p {
  max-width: 560px;
  margin: 0 auto;
  color: #536a85;
  font-size: 18px;
  line-height: 1.48;
}

.process-redesign-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.process-redesign-steps::before {
  content: "";
  position: absolute;
  top: 48px;
  left: calc(12.5% + 44px);
  right: calc(12.5% + 44px);
  height: 2px;
  background: linear-gradient(90deg, rgba(99, 102, 241, 0.18), rgba(56, 189, 248, 0.42), rgba(99, 102, 241, 0.18));
  z-index: 0;
}

.process-redesign-step {
  position: relative;
  z-index: 1;
  padding: 0 24px;
  text-align: center;
}

.process-redesign-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 38px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #6366f1;
  font-size: 30px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.process-redesign-step:nth-child(2) .process-redesign-icon {
  color: #3b82f6;
}

.process-redesign-step:nth-child(3) .process-redesign-icon {
  color: #8b5cf6;
}

.process-redesign-step:nth-child(4) .process-redesign-icon {
  color: #06b6d4;
}

.process-redesign-step:hover .process-redesign-icon {
  transform: translateY(-7px);
  border-color: rgba(56, 189, 248, 0.34);
  box-shadow: 0 26px 62px rgba(15, 23, 42, 0.16);
}

.process-redesign-number {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -21px;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9900, #ffb03a);
  color: #071426 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, Poppins, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  text-shadow: none;
  box-shadow: 0 14px 30px rgba(255, 153, 0, 0.34);
  z-index: 5;
}

.process-redesign-step:nth-child(2) .process-redesign-number,
.process-redesign-step:nth-child(3) .process-redesign-number,
.process-redesign-step:nth-child(4) .process-redesign-number {
  background: linear-gradient(135deg, #ff9900, #ffb03a);
  color: #071426 !important;
}

.process-redesign-arrow {
  position: absolute;
  top: 39px;
  right: -10px;
  z-index: 2;
  color: #ff9900;
  font-size: 20px;
  line-height: 1;
  text-shadow: 0 8px 22px rgba(255, 153, 0, 0.34);
}

.process-redesign-step:last-child .process-redesign-arrow {
  display: none;
}

.process-redesign-step h3 {
  margin: 0 0 13px;
  color: #071426;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.process-redesign-step p {
  max-width: 292px;
  margin: 0 auto;
  color: #536a85;
  font-size: 15px;
  line-height: 1.72;
}

@media (max-width: 991px) {
  .our-easy-process.process-redesign {
    padding: 80px 0 !important;
  }

  .process-redesign-header {
    margin-bottom: 44px;
  }

  .process-redesign-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .process-redesign-steps::before,
  .process-redesign-arrow {
    display: none;
  }

  .process-redesign-step {
    padding: 32px 24px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  }
}

@media (max-width: 575px) {
  .our-easy-process.process-redesign {
    padding: 64px 0 !important;
  }

  .process-redesign-header p {
    font-size: 16px;
  }

  .process-redesign-steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .process-redesign-icon {
    width: 84px;
    height: 84px;
    font-size: 26px;
  }

  .process-redesign-step {
    padding: 28px 20px;
  }

  .process-redesign-number {
    width: 40px;
    height: 40px;
    bottom: -20px;
    font-size: 13px;
  }
}

/* --- Testimonial redesign based on Final 1 layout, adapted to current theme --- */
.testimonialwrp.testimonial-redesign,
.testimonialwrp.testimonial-redesign .tabwrp,
.testimonialwrp.testimonial-redesign .tabs,
.testimonialwrp.testimonial-redesign .tabs.current {
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.testimonialwrp.testimonial-redesign {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 105px 0 100px !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(56, 189, 248, 0.10), transparent 26rem),
    radial-gradient(circle at 82% 84%, rgba(255, 153, 0, 0.10), transparent 28rem),
    linear-gradient(135deg, #1d1d1d 0%, #181818 48%, #111111 100%) !important;
}

.testimonialwrp.testimonial-redesign::before,
.testimonialwrp.testimonial-redesign::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.035);
  pointer-events: none;
  z-index: -1;
}

.testimonialwrp.testimonial-redesign::before {
  top: -150px;
  left: -130px;
  transform: rotate(31deg);
}

.testimonialwrp.testimonial-redesign::after {
  right: -120px;
  bottom: -170px;
  transform: rotate(16deg);
}

.testimonialwrp.testimonial-redesign > .fade-img {
  display: none !important;
}

.testimonialwrp.testimonial-redesign .container {
  position: relative;
  z-index: 2;
}

.testimonialwrp.testimonial-redesign .txtwrp {
  width: min(100%, 910px) !important;
  margin: 0 auto 34px !important;
  padding: 0 !important;
  text-align: center !important;
}

.testimonialwrp.testimonial-redesign .txtwrp h2,
.testimonialwrp.testimonial-redesign .txtwrp .main-heading {
  margin: 0 !important;
  color: #ff9900 !important;
  font-size: clamp(38px, 4.25vw, 62px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.045em !important;
  text-align: center !important;
}

.testimonialwrp.testimonial-redesign .tabwrp {
  width: 100% !important;
  margin: 0 auto 38px !important;
  padding: 0 !important;
  position: relative;
  z-index: 4;
}

.testimonialwrp.testimonial-redesign .tabwrp ul {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0 !important;
  list-style: none !important;
}

.testimonialwrp.testimonial-redesign .tabwrp ul li {
  margin: 0 0 0 -8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer;
}

.testimonialwrp.testimonial-redesign .tabwrp ul li:first-child {
  margin-left: 0 !important;
}

.testimonialwrp.testimonial-redesign .tabwrp ul li span {
  width: 52px !important;
  height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 3px solid #151515 !important;
  background: linear-gradient(135deg, #ff9900, #ffb03a) !important;
  color: #101010 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.42), 0 16px 34px rgba(0, 0, 0, 0.22) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonialwrp.testimonial-redesign .tabwrp ul li:hover span,
.testimonialwrp.testimonial-redesign .tabwrp ul li.current span {
  transform: translateY(-5px) scale(1.07);
  box-shadow: 0 0 0 4px rgba(255, 153, 0, 0.22), 0 22px 45px rgba(0, 0, 0, 0.28) !important;
}

.testimonialwrp.testimonial-redesign .tabs {
  display: none;
  background: transparent !important;
  padding: 0 !important;
}

.testimonialwrp.testimonial-redesign .tabs.current {
  display: block !important;
}

.testimonialwrp.testimonial-redesign .testiwrp {
  width: min(100%, 820px) !important;
  margin: 0 auto !important;
  padding: 58px 58px 50px !important;
  position: relative;
  text-align: center !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid rgba(255, 153, 0, 0.26) !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22) !important;
}

.testimonialwrp.testimonial-redesign .testimonial-redesign-quote {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #111111;
  background: linear-gradient(135deg, #ff9900, #ffb03a);
  box-shadow: 0 15px 42px rgba(255, 153, 0, 0.38);
  font-size: 18px;
}

.testimonialwrp.testimonial-redesign .testimonial-redesign-stars {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 24px;
  color: #ff9900;
  font-size: 15px;
  letter-spacing: 1px;
}

.testimonialwrp.testimonial-redesign .testiwrp p {
  width: min(100%, 720px);
  margin: 0 auto 30px !important;
  color: rgba(255, 255, 255, 0.90) !important;
  font-size: clamp(17px, 1.45vw, 20px) !important;
  line-height: 1.85 !important;
  font-style: italic !important;
  font-weight: 500 !important;
}

.testimonialwrp.testimonial-redesign .testiwrp h6 {
  position: relative;
  margin: 0 0 6px !important;
  padding-top: 28px;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.testimonialwrp.testimonial-redesign .testiwrp h6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #ff9900, transparent);
}

.testimonialwrp.testimonial-redesign .testiwrp span {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.testimonialwrp.testimonial-redesign .testimonial-redesign-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 34px;
}

.testimonialwrp.testimonial-redesign .testimonial-redesign-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.20);
}

.testimonialwrp.testimonial-redesign .testimonial-redesign-dots span.active {
  background: #ff9900;
  transform: scale(1.22);
}

@media (max-width: 991px) {
  .testimonialwrp.testimonial-redesign {
    padding: 82px 0 86px !important;
  }

  .testimonialwrp.testimonial-redesign .testiwrp {
    padding: 52px 34px 44px !important;
  }
}

@media (max-width: 767px) {
  .testimonialwrp.testimonial-redesign {
    padding: 70px 0 76px !important;
  }

  .testimonialwrp.testimonial-redesign .txtwrp h2,
  .testimonialwrp.testimonial-redesign .txtwrp .main-heading {
    font-size: 34px !important;
  }

  .testimonialwrp.testimonial-redesign .tabwrp ul li span {
    width: 46px !important;
    height: 46px !important;
    font-size: 13px !important;
  }

  .testimonialwrp.testimonial-redesign .testiwrp {
    padding: 48px 22px 38px !important;
    border-radius: 22px !important;
  }

  .testimonialwrp.testimonial-redesign .testiwrp p {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }
}


/* Homepage hero: themed SVG background and marquee logos. */
.home-bannerwrp:not(.amazon-automation-banner):not(.inner-service-banner) {
  padding: 250px 0 155px !important;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(41, 182, 255, 0.28), transparent 18rem),
    radial-gradient(circle at 88% 14%, rgba(118, 87, 255, 0.34), transparent 23rem),
    radial-gradient(circle at 50% 105%, rgba(255, 153, 0, 0.23), transparent 25rem),
    linear-gradient(135deg, #061421 0%, #0a1d34 45%, #15133a 100%) !important;
}

.home-bannerwrp:not(.amazon-automation-banner):not(.inner-service-banner)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 20, 33, 0.08) 0%, rgba(6, 20, 33, 0.52) 100%),
    url('../images/hero-theme-bg.svg') center top / cover no-repeat;
  opacity: 0.46;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
}

.home-bannerwrp:not(.amazon-automation-banner):not(.inner-service-banner)::after {
  content: "";
  position: absolute;
  top: 125px;
  right: -240px;
  z-index: 1;
  width: 860px;
  height: 340px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 76% 24%, rgba(255, 153, 0, 0.42), transparent 44%),
    radial-gradient(ellipse at 36% 66%, rgba(41, 182, 255, 0.22), transparent 46%),
    linear-gradient(116deg, transparent 0 27%, rgba(255, 153, 0, 0.27) 38%, rgba(118, 87, 255, 0.20) 51%, transparent 66%);
  filter: blur(0.5px);
  opacity: 0.84;
  transform: rotate(-12deg);
}

.home-bannerwrp:not(.amazon-automation-banner):not(.inner-service-banner) .ovrwrp {
  z-index: 2;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.08), transparent 34rem),
    linear-gradient(180deg, rgba(6, 20, 33, 0.04) 0%, rgba(6, 20, 33, 0.68) 100%) !important;
}

.home-bannerwrp:not(.amazon-automation-banner):not(.inner-service-banner) .container,
.home-bannerwrp:not(.amazon-automation-banner):not(.inner-service-banner) .txtwrp,
.home-bannerwrp:not(.amazon-automation-banner):not(.inner-service-banner) .formwrp {
  z-index: 4;
}

.home-bannerwrp:not(.amazon-automation-banner):not(.inner-service-banner) .imgmain,
.home-bannerwrp:not(.amazon-automation-banner):not(.inner-service-banner) .main-bnr-hm {
  display: none !important;
}

.banner-logo-marquee {
  width: min(720px, 100%);
  margin: 18px auto 0;
  overflow: hidden;
  display: block !important;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.banner-logo-track {
  display: flex;
  align-items: center;
  gap: 46px;
  width: max-content;
  will-change: transform;
  animation: banner-logo-marquee 18s linear infinite;
}

.banner-logo-set {
  display: flex;
  align-items: center;
  gap: 46px;
  flex: 0 0 auto;
}

.banner-logo-set img,
.banner-trust-logo.banner-logo-marquee img {
  width: auto !important;
  max-width: none !important;
  height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  object-fit: contain;
  flex: 0 0 auto;
  filter: grayscale(0) drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
  opacity: 0.95;
}

.banner-logo-marquee:hover .banner-logo-track {
  animation-play-state: paused;
}

@keyframes banner-logo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 23px), 0, 0);
  }
}

@media (max-width: 767px) {
  .home-bannerwrp:not(.amazon-automation-banner):not(.inner-service-banner) {
    padding: 200px 0 105px !important;
  }

  .home-bannerwrp:not(.amazon-automation-banner):not(.inner-service-banner)::before {
    background-size: auto 100%;
    opacity: 0.36;
  }

  .banner-logo-track,
  .banner-logo-set {
    gap: 34px;
  }

  .banner-logo-set img,
  .banner-trust-logo.banner-logo-marquee img {
    height: 42px !important;
    max-height: 42px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .banner-logo-track {
    animation: none;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .banner-logo-set[aria-hidden="true"] {
    display: none;
  }
}


/* Apply the same homepage dotted SVG hero background to all inner and service pages. */
.home-bannerwrp.home-bannerwrp.home-bannerwrp.home-bannerwrp {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(41, 182, 255, 0.28), transparent 18rem),
    radial-gradient(circle at 88% 14%, rgba(118, 87, 255, 0.34), transparent 23rem),
    radial-gradient(circle at 50% 105%, rgba(255, 153, 0, 0.23), transparent 25rem),
    linear-gradient(135deg, #061421 0%, #0a1d34 45%, #15133a 100%) !important;
}

.home-bannerwrp.home-bannerwrp.home-bannerwrp.home-bannerwrp::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 20, 33, 0.08) 0%, rgba(6, 20, 33, 0.52) 100%),
    url('../images/hero-theme-bg.svg') center top / cover no-repeat !important;
  opacity: 0.46;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
}

.home-bannerwrp.home-bannerwrp.home-bannerwrp.home-bannerwrp::after {
  content: "";
  position: absolute;
  top: 125px;
  right: -240px;
  z-index: 1;
  width: 860px;
  height: 340px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 76% 24%, rgba(255, 153, 0, 0.42), transparent 44%),
    radial-gradient(ellipse at 36% 66%, rgba(41, 182, 255, 0.22), transparent 46%),
    linear-gradient(116deg, transparent 0 27%, rgba(255, 153, 0, 0.27) 38%, rgba(118, 87, 255, 0.20) 51%, transparent 66%);
  filter: blur(0.5px);
  opacity: 0.84;
  transform: rotate(-12deg);
}

.home-bannerwrp.home-bannerwrp.home-bannerwrp.home-bannerwrp .ovrwrp {
  z-index: 2;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.08), transparent 34rem),
    linear-gradient(180deg, rgba(6, 20, 33, 0.04) 0%, rgba(6, 20, 33, 0.68) 100%) !important;
}

.home-bannerwrp.home-bannerwrp.home-bannerwrp.home-bannerwrp .container,
.home-bannerwrp.home-bannerwrp.home-bannerwrp.home-bannerwrp .txtwrp,
.home-bannerwrp.home-bannerwrp.home-bannerwrp.home-bannerwrp .formwrp,
.home-bannerwrp.home-bannerwrp.home-bannerwrp.home-bannerwrp .banner-img {
  position: relative;
  z-index: 4;
}

.thank-you-page.thank-you-page {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(41, 182, 255, 0.28), transparent 18rem),
    radial-gradient(circle at 88% 14%, rgba(118, 87, 255, 0.34), transparent 23rem),
    radial-gradient(circle at 50% 105%, rgba(255, 153, 0, 0.23), transparent 25rem),
    linear-gradient(135deg, #061421 0%, #0a1d34 45%, #15133a 100%) !important;
}

.thank-you-page.thank-you-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 20, 33, 0.08) 0%, rgba(6, 20, 33, 0.52) 100%),
    url('../images/hero-theme-bg.svg') center top / cover no-repeat;
  opacity: 0.46;
  mix-blend-mode: screen;
}

.thank-you-page.thank-you-page .container {
  position: relative;
  z-index: 2;
}


/* Banner right-side lead form */
.home-bannerwrp > .container > .row.align-items-center {
  align-items: stretch !important;
}

.home-bannerwrp > .container > .row.align-items-center > .col-md-6 {
  display: flex;
  flex-direction: column;
}

.home-bannerwrp > .container > .row.align-items-center > .col-md-6:first-child {
  justify-content: center;
}

.home-bannerwrp .hero-form-col {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: stretch;
}

.home-bannerwrp .banner-side-form {
  width: 100% !important;
  max-width: none !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 34px 32px !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.34) !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.home-bannerwrp .banner-side-form .banner-form-copy {
  margin: 0 0 24px !important;
  text-align: left;
}

.home-bannerwrp .banner-side-form .banner-form-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px !important;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.home-bannerwrp .banner-side-form .banner-form-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.14);
}

.home-bannerwrp .banner-side-form h2 {
  margin: 0 0 12px !important;
  color: #061421 !important;
  font-size: clamp(28px, 2.4vw, 40px) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em;
}

.home-bannerwrp .banner-side-form p {
  margin: 0 !important;
  color: #475569 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 500;
}

.home-bannerwrp .banner-side-form form {
  display: block !important;
  width: 100%;
  text-align: left;
}

.home-bannerwrp .banner-side-form form .lable {
  display: block !important;
  width: 100% !important;
  flex: none !important;
  margin: 0 0 14px !important;
}

.home-bannerwrp .banner-side-form form .lable:last-child {
  margin-bottom: 0 !important;
}

.home-bannerwrp .banner-side-form form .lable input {
  width: 100% !important;
  height: 62px !important;
  margin: 0 !important;
  border-radius: 15px !important;
}

.home-bannerwrp .banner-side-form form .lable input.btn {
  height: 62px !important;
  padding: 0 22px !important;
  background: linear-gradient(135deg, #38bdf8 0%, #7c3aed 100%) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
}

@media (max-width: 991px) {
  .home-bannerwrp > .container > .row.align-items-center {
    align-items: center !important;
  }

  .home-bannerwrp > .container > .row.align-items-center > .col-md-6,
  .home-bannerwrp .hero-form-col {
    display: block;
  }

  .home-bannerwrp .banner-side-form {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    margin: 28px auto 0 !important;
    padding: 26px 20px !important;
  }
}
