/* THICCCBOI Font Face Declarations */
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "THICCCBOI";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/staticfiles/fonts/THICCCBOI-Regular.woff2') format('woff2');
}

@font-face {
  font-family: "THICCCBOI";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2');
}

@font-face {
  font-family: "THICCCBOI";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: "THICCCBOI";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/THICCCBOI-Bold.woff2') format('woff2');
}

body,
html {
  font-family: "THICCCBOI";
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.all-main h1,
.all-main h2,
.all-main h3,
.all-main h4,
.all-main h5,
.all-main h6,
.all-main p,
.all-main ul,
.all-main li {
  margin: 0;
  padding: 0;
}

.all-main p {
  font-weight: 400;
}

.all-main h2 {
  text-transform: capitalize;
}

.all-main h1,
.all-main h2,
.all-main h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
}

.all-main h4,
.all-main h5,
.all-main h6 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
}

.all-main ul {
  list-style: none;
}

.all-main a {
  cursor: pointer;
  text-decoration: none;
}

.all-main img {
  width: 100%;
}

.all-main span {
  font-family: "THICCCBOI";
  font-weight: 700;
}

.all-main .custom-container {
  max-width: 74.375rem;
  margin: 0 auto;
  padding: 0 1.5625rem;
}

.all-main {
  overflow-x: hidden;
  width: 100%;
}

/* Generic Button */
.cta-section-buttons {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.bg-btn {
  background-color: #121229;
  font-family: "THICCCBOI";
  font-size: 1.0625rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #12122982;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 3rem;
  padding: 1.125rem 2.375rem;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
}

.without-bg-btn {
  background-color: transparent;
  color: #121229;
}

/* Hero Section */
.hero-section-column {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.hero-section-column-1 {
  width: 54%;
}

.hero-section-column-2 {
  width: 46%;
}

.hero-section-content h1 {
  font-size: 3.8rem;
  line-height: 4.5rem;
  color: #121229;
  text-transform: capitalize;
}

.hero-section-content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 1.425rem 0 2.1rem;
}

.hero-section {
  padding: 5.625rem 0;
}

.hero-section-tagline {
  padding-bottom: 0.925rem;
}

.hero-section-tagline span {
  color: #7C3AED;
  font-size: 1.0375rem;
  line-height: 1.25rem;
  letter-spacing: 0.0675rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 5.3rem;
}

.hero-section-tagline span::before {
  content: '';
  position: absolute;
  bottom: 0.54rem;
  left: 0;
  width: 5rem;
  height: 0.1563rem;
  background-color: #7C3AED;
}

/* Stats Section */

.stats-section .custom-container {
  max-width: 46.625rem;
  padding: 1.6rem 0 2.5rem;
  border-top: 0.0625rem solid #e0e0e0;
}

.stats-section-column {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.stats-section-item {
  width: 25%;
  text-align: center;
}

.stats-section-item span {
  font-size: 3rem;
  line-height: 3.5rem;
  display: block;
  padding-bottom: 0.5rem;
  color: #121229;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.stats-section-item p {
  color: #121229;
  font-size: 1.0813rem;
  font-weight: 500;
  line-height: 1.875rem;
}

/* Partner Logos Section – bordered grid, theme colours (no grey) */
.partner-logos-section {
  padding: 4rem 0;
}

.partner-logos-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.partner-logos-tagline {
  padding-bottom: 0.5rem;
}

.partner-logos-tagline span {
  color: #7C3AED;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-logos-header h2 {
  font-size: 3rem;
  line-height: 3.2rem;
  color: #121229;
  font-weight: 600;
  margin: 0;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.partner-logos-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  max-width: 75rem;
  margin: 0 auto;
  border: 0.0625rem solid rgba(180, 130, 255, 0.25);
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #fff;
}

.partner-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  min-height: 5rem;
  border-right: 0.0625rem solid rgba(180, 130, 255, 0.25);
  border-bottom: 0.0625rem solid rgba(180, 130, 255, 0.25);
  transition: background-color 0.2s ease;
  background-color: rgba(180, 130, 255, 0.06);
}

.partner-logos-grid .partner-logo-item:nth-child(6n) {
  border-right: none;
}

.partner-logos-grid .partner-logo-item:nth-last-child(-n+6) {
  border-bottom: none;
}

/* Vertical line between last col of row and first col of next row (6 cols) */
.partner-logos-grid .partner-logo-item:nth-child(6n+1):not(:first-child) {
  border-left: 0.0625rem solid rgba(180, 130, 255, 0.25);
}

.partner-logo-item:hover {
  background-color: rgba(180, 130, 255, 0.06);
}

.partner-logo-item img {
  max-height: 2.5rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  filter: brightness(0);
  opacity: 0.85;
  transition: opacity 0.25s ease;
}

.partner-logo-item:hover img {
  opacity: 1;
}

/* Services Section */
.services-section {
  padding: 5rem 0;
}

.services-section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.services-section-header-left {
  width: calc(100% - 8rem);
}

.services-section-tagline {
  padding-bottom: 0.925rem;
}

.services-section-tagline span {
  color: #7C3AED;
  font-size: 1.0375rem;
  line-height: 1.25rem;
  letter-spacing: 0.0675rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 5.3rem;
}

.services-section-tagline span::before {
  content: '';
  position: absolute;
  bottom: 0.54rem;
  left: 0;
  width: 5rem;
  height: 0.1563rem;
  background-color: #7C3AED;
}

.services-section-header-left h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #121229;
  font-weight: 600;
  max-width: 35rem;
}

.services-section-cards {
  display: flex;
  gap: 2rem;
}

.service-card {
  min-width: 0;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 3.5rem 2.3rem 3.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card a img {
  width: 0.9375rem;
  height: 0.9375rem;
  transform: translate(-0.125rem, 0.1875rem);
}

.service-card-1 {
  background-color: #FFF3DD;
}

.service-card-2 {
  background-color: #E2F7FF;
}

.service-card-3 {
  background-color: #F5EEFF;
}

.service-card-icon {
  margin-bottom: 1.5rem;
}

.service-card-icon img {
  width: 11.25rem;
  height: 5.375rem;
  transform: translate(-2.5rem, 0rem);
}

.service-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #121229;
  margin-bottom: 1rem;
}

.service-card p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.service-card-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #121229;
  font-weight: 600;
  font-size: 1rem;
  transition: gap 0.3s ease;
}

.service-card-link:hover {
  gap: 0.75rem;
}

.services-section-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.services-section-cta .bg-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.services-section-cta .bg-btn span {
  font-weight: 700;
  font-size: 1.25rem;
}

/* Tech Stack Section – horizontal marquee, no cards */
.tech-stack-section {
  padding: 4rem 0 5rem;
  overflow: hidden;
  background: #fff;
  border-top: 0.0625rem solid rgba(180, 130, 255, 0.12);
  border-bottom: 0.0625rem solid rgba(180, 130, 255, 0.12);
}

.tech-stack-header {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  padding: 0 1.5625rem;
}

.tech-stack-tagline {
  padding-bottom: 0.925rem;
  display: flex;
  justify-content: center;
}

.tech-stack-tagline span {
  color: #7C3AED;
  font-size: 1.0375rem;
  line-height: 1.25rem;
  letter-spacing: 0.0675rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 5.3rem;
}

.tech-stack-tagline span::before {
  content: '';
  position: absolute;
  bottom: 0.54rem;
  left: 0;
  width: 5rem;
  height: 0.1563rem;
  background-color: #7C3AED;
}

.tech-stack-header h2 {
  font-size: 2.75rem;
  line-height: 3.2rem;
  color: #121229;
  font-weight: 600;
  margin: 0;
}

.tech-stack-marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.tech-stack-marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  mask-image: linear-gradient(to right,
      transparent,
      black 8%,
      black 92%,
      transparent);
  -webkit-mask-image: linear-gradient(to right,
      transparent,
      black 8%,
      black 92%,
      transparent);
}

.tech-stack-marquee-inner {
  display: flex;
  flex-shrink: 0;
  gap: 4rem;
}

.tech-stack-marquee-1 .tech-stack-marquee-inner {
  animation: tech-marquee 35s linear infinite;
}

.tech-stack-marquee-2 .tech-stack-marquee-inner {
  animation: tech-marquee-reverse 32s linear infinite;
}

.tech-stack-track {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 0.5rem 0;
}

.tech-stack-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

.tech-stack-item:hover {
  opacity: 1;
}

.tech-stack-item img {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
  display: block;
}

.tech-stack-item span {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #121229;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

@keyframes tech-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes tech-marquee-reverse {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .hero-section-image img {
    height: auto;
    width: 100%;
  }

  .tech-stack-header h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .tech-stack-item img {
    width: 1.875rem;
    height: 1.875rem;
  }

  .tech-stack-item span {
    font-size: 0.8125rem;
  }

  .tech-stack-track {
    gap: 3rem;
  }

  .tech-stack-marquee-inner {
    gap: 3rem;
  }
}

/* About Us Section */
.about-us-section {
  padding: 5rem 0;
}

.about-us-content {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto 3rem;
}

.about-us-tagline {
  padding-bottom: 0.925rem;
  display: flex;
  justify-content: center;
}

.about-us-tagline span {
  color: #7C3AED;
  font-size: 1.0375rem;
  line-height: 1.25rem;
  letter-spacing: 0.0675rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 5.3rem;
}

.about-us-tagline span::before {
  content: '';
  position: absolute;
  bottom: 0.54rem;
  left: 0;
  width: 5rem;
  height: 0.1563rem;
  background-color: #7C3AED;
}

.about-us-content h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #121229;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.about-us-content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #666;
  margin: 0 auto;
}

.about-us-illustration {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us-illustration img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 60rem;
}

.about-us-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.about-us-cta .bg-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.about-us-cta .bg-btn span {
  font-weight: 700;
  font-size: 1.25rem;
}

/* Contact Us Section */
.contact-us-section {
  padding: 5rem 0;
}

.contact-us-wrapper {
  background-color: #F5EEFF;
  border-radius: 2rem;
  padding: 0rem 4rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
}

.contact-us-content {
  width: 56%;
  padding: 6.25rem 0 4rem;
}

.contact-us-tagline {
  padding-bottom: 0.925rem;
}

.contact-us-tagline span {
  color: #7C3AED;
  font-size: 1.0375rem;
  line-height: 1.25rem;
  letter-spacing: 0.0675rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 5.3rem;
  font-weight: 600;
}

.contact-us-tagline span::before {
  content: '';
  position: absolute;
  bottom: 0.54rem;
  left: 0;
  width: 5rem;
  height: 0.1563rem;
  background-color: #7C3AED;
}

.contact-us-content h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #121229;
  font-weight: 600;
  margin-bottom: 2rem;
  max-width: 35rem;
}

.contact-us-cta {
  margin-top: 2rem;
}

.contact-us-cta .bg-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-us-cta .bg-btn span {
  font-weight: 700;
  font-size: 1.25rem;
}

.contact-us-illustration {
  width: 44%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -4.875rem;
}

.contact-us-illustration img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* Case Studies Section */
.case-studies-section {
  padding: 5rem 0;
}

.case-studies-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.case-studies-header-left {
  width: calc(100% - 25rem);
}

.case-studies-tagline {
  padding-bottom: 0.925rem;
}

.case-studies-tagline span {
  color: #7C3AED;
  font-size: 1.0375rem;
  line-height: 1.25rem;
  letter-spacing: 0.0675rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 5.3rem;
}

.case-studies-tagline span::before {
  content: '';
  position: absolute;
  bottom: 0.54rem;
  left: 0;
  width: 5rem;
  height: 0.1563rem;
  background-color: #7C3AED;
}

.case-studies-header-left h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #121229;
  font-weight: 600;
  max-width: 35rem;
}

.case-studies-header-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.case-studies-header-buttons .bg-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.case-studies-header-buttons .bg-btn span {
  font-weight: 700;
  font-size: 1.25rem;
}

.case-studies-cards {
  display: flex;
  gap: 2rem;
}

.case-study-card {
  width: calc(50% - 1rem);
  border-radius: 2rem;
  padding: 2.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.case-study-card-1 {
  background-color: #E8F0F5;
}

.case-study-card-2 {
  background-color: #F0E8F5;
}

.case-study-illustration {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.case-study-illustration img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.case-study-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #121229;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.case-study-link {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #121229;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: all 0.3s ease;
}

.case-study-link:hover {
  background-color: #2a2a3e;
  transform: scale(1.05);
}

.case-study-link svg {
  color: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
}

/* Testimonials Section - 3 Column Scrolling */
.testimonials-section {
  padding: 5rem 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 74.375rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5625rem;
}

.testimonials-tagline {
  padding-bottom: 0.925rem;
  display: flex;
  justify-content: center;
}

.testimonials-tagline span {
  color: #7C3AED;
  font-size: 1.0375rem;
  line-height: 1.25rem;
  letter-spacing: 0.0675rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 5.3rem;
}

.testimonials-tagline span::before {
  content: '';
  position: absolute;
  bottom: 0.54rem;
  left: 0;
  width: 5rem;
  height: 0.1563rem;
  background-color: #7C3AED;
}

.testimonials-header h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #121229;
  font-weight: 600;
}

/* 3-column grid */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 74.375rem;
  margin: 0 auto;
  padding: 0 1.5625rem;
}

.testimonials-column {
  height: 26.25rem;
  overflow: hidden;
  mask-image: linear-gradient(to bottom,
      transparent,
      black 20%,
      black 80%,
      transparent);
  -webkit-mask-image: linear-gradient(to bottom,
      transparent,
      black 20%,
      black 80%,
      transparent);
}

.testimonials-track {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: testimonials-scroll 22s linear infinite;
}

.testimonials-column:hover .testimonials-track {
  animation-play-state: paused;
}

.testimonials-track-reverse {
  animation-direction: reverse;
}

@keyframes testimonials-scroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

.testimonial-card-scroll {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1.125rem;
  border-radius: 0.5rem;
}

/* Same 3 colours as service cards – column 1: warm, 2: purple (center), 3: blue */
.testimonials-column-1 .testimonial-card-scroll {
  background-color: #FFF3DD;
}

.testimonials-column-2 .testimonial-card-scroll {
  background-color: #F5EEFF;
}

.testimonials-column-3 .testimonial-card-scroll {
  background-color: #E2F7FF;
  border-radius: 0.875rem;
  flex-shrink: 0;
}

.testimonial-card-scroll h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #121229;
}

.testimonial-card-scroll .testimonial-role {
  font-size: 0.8125rem;
  color: #666;
}

.testimonial-stars {
  color: #7C3AED;
  margin: 0.375rem 0;
  font-size: 0.875rem;
}

.testimonial-card-scroll p {
  font-size: 0.875rem;
  color: #121229;
  line-height: 1.5;
  margin: 0;
}

/* Blog Section */
.blog-section {
  padding: 5rem 0;
}

.blog-section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.blog-section-header-left {
  width: calc(100% - 15rem);
}

.blog-section-tagline {
  padding-bottom: 0.925rem;
}

.blog-section-tagline span {
  color: #7C3AED;
  font-size: 1.0375rem;
  line-height: 1.25rem;
  letter-spacing: 0.0675rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 5.3rem;
}

.blog-section-tagline span::before {
  content: '';
  position: absolute;
  bottom: 0.54rem;
  left: 0;
  width: 5rem;
  height: 0.1563rem;
  background-color: #7C3AED;
}

.blog-section-header-left h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  color: #121229;
  font-weight: 600;
  max-width: 35rem;
}

.blog-section-header-button {
  display: flex;
  align-items: center;
}

.blog-section-cards {
  display: flex;
  gap: 2rem;
}

.blog-card {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
}

.blog-card-illustration {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-card-illustration img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.blog-card-category {
  background-color: #7C3AED;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.575rem 1rem;
  border-radius: 1.5rem;
  text-transform: capitalize;
}

.blog-card-date {
  font-size: 0.875rem;
  color: #121229;
  font-weight: 500;
}

.blog-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #121229;
  line-height: 1.75rem;
  margin: 0;
  font-family: "THICCCBOI";
}

/* CTA Section (bottom) – light lavender, text left, black pill button right, decorative outlines */
.cta-bottom-section {
  padding: 4rem 0 5rem;
}

.cta-bottom-wrapper {
  background-color: #F5EEFF;
  border-radius: 2rem;
  padding: 8.0949rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  overflow: hidden;
}

.cta-bottom-content {
  position: relative;
}

.cta-bottom-content::after {
  content: '';
  position: absolute;
  top: -4.5625rem;
  right: -0.375rem;
  width: 4.625rem;
  height: 4.875rem;
  background-image: url('/staticfiles/images/about-us-hero-decor-tl.svg');
}

.cta-bottom-wrapper::after {
  content: '';
  position: absolute;
  bottom: 5rem;
  right: 1.8rem;
  width: 5.1875rem;
  height: 4.2719rem;
  background-image: url('/staticfiles/images/cta-shape.svg');
}

.cta-bottom-content::before {
  content: '';
  position: absolute;
  left: -1.1875rem;
  width: 4.625rem;
  height: 4.875rem;
  background-image: url('/staticfiles/images/about-us-hero-decor-tr.svg');
  bottom: -5.3125rem;
}

.cta-bottom-content h2 {
  font-size: 2.6563rem;
  line-height: 2.75rem;
  color: #121229;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
  max-width: 43rem;
}

.cta-bottom-content p {
  font-size: 2.25rem;
  line-height: 2.75rem;
  color: #121229;
  font-weight: 700;
  margin: 0;
}

.cta-bottom-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #121229;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1rem 1.75rem;
  border-radius: 2rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.cta-bottom-btn:hover {
  opacity: 0.9;
}

.cta-bottom-arrow {
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 1300px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1150px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 11px;
  }
}

@media (max-width: 899px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 11px;
  }

  .all-main .custom-container {
    padding: 0 1.875rem;
  }

  .hero-section-column,
  .contact-us-wrapper {
    flex-direction: column;
  }

  .hero-section-column-1 {
    width: 100%;
  }

  .hero-section-column-2 {
    width: 82%;
  }

  .hero-section-tagline span,
  .services-section-tagline span {
    font-size: 1.1375rem;
  }

  .hero-section-content p {
    font-size: 1.75rem;
    line-height: 2.55rem;
  }

  .bg-btn {
    font-size: 1.2625rem;
    padding: 1.125rem 2.575rem;
  }

  .hero-section {
    padding: 3.625rem 0;
  }

  .stats-section-column {
    flex-wrap: wrap;
    padding-top: 2rem;
    justify-content: center;
  }

  .hero-section-column {
    gap: 3rem;
  }

  .stats-section-item {
    width: unset;
  }

  .services-section-cards {
    flex-wrap: wrap;
    padding-top: 3rem;
  }

  .service-card {
    width: 60%;
    margin: 0 auto;
  }

  .services-section-header-left {
    width: unset;
  }

  .services-section-header {
    display: unset;
    text-align: center;
  }

  .services-section-header-left h2 {
    margin: 0 auto;
  }

  /* Partner logos: 4 columns + border grid (right on 4n + last, bottom on last 4, left on row starts) */
  .partner-logos-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .partner-logos-grid .partner-logo-item:nth-child(6n) {
    border-right: 0.0625rem solid rgba(180, 130, 255, 0.25);
  }

  .partner-logos-grid .partner-logo-item:nth-child(4n) {
    border-right: none;
  }

  .partner-logos-grid .partner-logo-item:nth-last-child(-n+6) {
    border-bottom: 0.0625rem solid rgba(180, 130, 255, 0.25);
  }

  .partner-logos-grid .partner-logo-item:nth-child(6n+1):not(:first-child) {
    border-left: none;
  }

  .partner-logos-grid .partner-logo-item:nth-child(4n+1):not(:first-child) {
    border-left: 0.0625rem solid rgba(180, 130, 255, 0.25);
  }

  /* Mobile: show only 8 logos (2 rows × 4) */
  .partner-logos-grid .partner-logo-item:nth-child(n+9) {
    display: none;
  }

  .partner-logos-grid .partner-logo-item:nth-child(5),
  .partner-logos-grid .partner-logo-item:nth-child(6),
  .partner-logos-grid .partner-logo-item:nth-child(7),
  .partner-logos-grid .partner-logo-item:nth-child(8) {
    border-bottom: none;
  }

  .contact-us-section {
    padding: 0;
  }

  .contact-us-content {
    width: 100%;
    padding: 3rem 0 4rem;
  }

  .contact-us-illustration {
    display: none;
  }

  .partner-logos-section {
    padding-bottom: 0;
    padding-top: 0;
  }

  .tech-stack-section {
    padding: 4rem 0 4rem;
  }

  .case-studies-header,
  .blog-section-header {
    flex-direction: column;
  }

  .case-studies-header-left h2,
  .blog-section-header-left h2 {
    max-width: unset;
    padding-bottom: 2rem;
  }

  .case-studies-header-left,
  .blog-section-header-left {
    width: 100%;
    text-align: center;
  }

  .case-studies-header-buttons,
  .blog-section-header-button {
    width: 100%;
    justify-content: center;
  }

  .blog-section .blog-section-cards {
    flex-wrap: wrap;
  }

  .blog-section .blog-card {
    flex: unset;
    width: 47.5%;
  }

  .blog-section .blog-card-3 {
    display: none;
  }

  .blog-section {
    padding: 5rem 0 0;
  }

  .cta-bottom-wrapper {
    padding: 4.0949rem 4rem;
  }

  .cta-bottom-content h2 {
    font-size: 2.1563rem;
    line-height: 2.45rem;
    color: #121229;
  }

  .cta-bottom-content::after,
  .cta-bottom-wrapper::after,
  .cta-bottom-content::before {
    content: none;
  }
}

/* Contact Us Page – form & details (parent-child) */
@media (max-width: 529px) {

  .hero-section-content h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .hero-section-content p {
    font-size: 1.4rem;
    line-height: 2.05rem;
  }

  .stats-section-item span {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .services-section-header-left h2,
  .partner-logos-header h2,
  .about-us-content h2,
  .contact-us-content h2 {
    font-size: 2.7rem;
  }

  .service-card p {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .case-studies-cards {
    flex-direction: column;
  }

  .case-study-card {
    width: calc(74% - 1rem);
    margin: 0 auto;
  }

  .blog-section .blog-card {
    width: 46.5%;
  }

  .blog-section .blog-section-cards {
    justify-content: center;
  }

  .cta-bottom-wrapper {
    padding: 2.5949rem 4rem;
    flex-direction: column;
    text-align: center;
  }
}