:root {
  --theme: #32013a;
  --light: #fff8f6;
  --mid: #faf1f4;
  /* Half the title height in pixels for margin calculation.
     Title is 3 lines at ~4.2rem * 1.25 line-height ≈ 240px total, so half = 120px */
  --title-half-height: 120px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: var(--theme);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

.header {
  color: #fff;
  background-image: url('../images/ng-bg.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  min-height: 100vh;
  position: relative;
}

.container-outer {
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6vw;
}

.container-outer.header-container {
  max-width: 2500px;
  height: 100vh;
  padding: 50px 6vw;
  transition: opacity .2s;
  position: relative;
}

.container-outer.top-bar-container {
  z-index: 100;
}

.container-outer.top-bar {
  max-width: 2500px;
  margin-top: 5vw;
  padding-left: 6vw;
  padding-right: 6vw;
  position: sticky;
}

.container-outer.container-theme {
  background-color: #32003a;
  border-radius: 25px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-bar {
  z-index: 100;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: sticky;
  top: 50px;
}

.btn {
  color: #fff;
  border-radius: 10px;
  padding: 1em 2em;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.btn.btn-white {
  color: #751560;
  background-color: #fff;
  padding-top: .8em;
  padding-bottom: .8em;
  font-weight: 600;
}

.btn.btn-white.navbar-btn {
  align-items: center;
  height: 50px;
  display: flex;
}

.btn.btn-outline-theme {
  background-color: #ffffff1a;
  border: 2px solid #fff;
}

.btn.btn-outline-theme.btn-header {
  padding: .65em 3.3em;
}

.btn.btn-outline-theme.btn-header.btn-h-std,
.btn.btn-h-std {
  height: 2.8em;
}

.btn.btn-h-std.btn-dark {
  background-color: var(--theme);
}

.btn.btn-h-std.btn-dark.btn-show-more {
  margin-top: 40px;
}

.btn.btn-dark {
  background-color: var(--theme);
}

.btn.btn-dark.submit {
  line-height: 16px;
}

.btn.btn-dark.back-btn {
  margin-top: 1em;
}

.body {
  color: var(--theme);
  background-color: #fff9f8;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  display: flex;
}

.hb-btn {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 12px;
  display: flex;
}

.hb-btn.btn-outline {
  z-index: 110;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  transition: border-color .15s, background-color .15s;
  position: relative;
}

.hb-btn.btn-outline.w--open {
  z-index: 1000;
  background-color: var(--theme);
  transition: color .15s, background-color .15s, opacity .15s;
}

.navbar {
  background-color: #0000;
}

.header-title {
  margin-bottom: 5vw;
  font-size: 72px;
  font-weight: 400;
  line-height: 87px;
}

.header-title._2 {
  display: none;
}

.header-container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.p {
  font-size: 16px;
}

.p.header-p {
  color: #fff;
  max-width: 350px;
  margin-bottom: 40px;
}

.p.why-ai-p {
  min-height: 8ch;
}

.btn-content {
  margin-top: auto;
  display: flex;
}

.btn-content.btn-content-w-right {
  margin-right: 20px;
}

.btn-content.btn-content-w-right.btn-content-w-right-lg {
  margin-right: 40px;
}

.btn-right {
  position: absolute;
  top: 2px;
  right: -2px;
}

.btn-right.btn-right-outline {
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  top: -2px;
}

.btn-right.btn-right-outline.btn-right-std {
  width: 2.8em;
  height: 2.8em;
}

.btn-right.btn-right-outline.btn-right-std.btn-right-std-2 {
  width: 3em;
  height: 3em;
}

.what-we-do {
  padding-top: 170px;
}

.container-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-inner.why-ai-container-inner {
  margin-bottom: -2ch;
}

.container-inner.form-container {
  margin-bottom: 150px;
}

.container-inner.case-footer-container {
  width: 100%;
}

.h1-st {
  color: #32013a;
  font-size: 32px;
  font-weight: 600;
}

.h1-st.work-title {
  margin-bottom: 40px;
}

.p-lg {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.25;
  color: var(--theme, #32013a);
}

.p-lg.wwd-p {
  margin-top: 25px;
}

.p-lg.contact-footer-paragraph {
  max-width: 600px;
  margin-top: 45px;
  margin-bottom: 90px;
}

.p-lg.container-theme-p {
  max-width: 940px;
  margin-top: 20px;
  margin-bottom: 100px;
}

.p-lg.case-footer-p {
  max-width: 500px;
  margin-bottom: 50px;
}

.wwd-title {
  z-index: 3;
  max-width: 800px;
  margin-bottom: 100px;
  position: relative;
}

.header-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.grain {
  filter: contrast(200%);
  mix-blend-mode: soft-light;
  background-image: url('../images/grain.png');
  background-position: 0 0;
  background-size: 250px 250px;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hb-icon {
  flex-direction: column;
  width: 20px;
  height: .45em;
  margin: 17px auto auto;
  display: block;
}

.hb-line {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 3px;
  transition: background-color .15s;
}

.hb-line.hb-tl {
  border-radius: 2px;
}

.hb-line.hb-bl {
  margin-top: 6px;
}

.nav-container {
  display: flex;
}

.nav-logo {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  width: 140px;
  margin-top: 7px;
  margin-left: -5px;
  position: relative;
}

.nav-logo.w--current {
  z-index: 1000;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  transform: none;
}

.accordian.accordian-flat {
  margin-left: -2em;
  margin-right: -2em;
  display: flex;
}

.accordian.accordian-flat.wwd-accordian {
  min-height: 206px;
}

.accordian-item {
  z-index: 3;
  border-radius: 5px;
  width: 100%;
}

.accordian-toggle {
  justify-content: space-between;
  margin-left: -.5em;
  margin-right: -.5em;
  padding: 1.5em 1.5em 1em;
  display: flex;
}

.accordian-toggle.w--open {
  justify-content: space-between;
  width: 100%;
}

.accordian-icon {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
}

.accordian-title {
  display: flex;
}

.accordian-content {
  padding: 10px 2em 2em;
}

.accordian-content.w--open {
  background-color: #0000;
  position: relative;
}

.heading {
  color: var(--theme);
}

.service-heading {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15px;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
}

.nav-menu {
  z-index: 900;
  background-color: var(--light);
  color: var(--theme);
  justify-content: space-between;
  padding-left: 110px;
  padding-right: 200px;
  position: fixed;
}

.nav-link {
  opacity: .7;
  color: var(--theme);
  padding: 20px;
  font-size: 40px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .15s;
  display: flex;
}

.nav-link:hover {
  opacity: 1;
}

.nav-links-title {
  color: var(--theme);
  text-align: left;
  margin-bottom: 30px;
  padding-left: 20px;
}

.nav-links-title.hide {
  display: none;
}

.nav-link-icon {
  opacity: 0;
  margin-left: 10px;
  transition: transform .15s, opacity .15s;
  transform: translate(-14px);
}

.nav-spacer {
  height: 40px;
  display: none;
}

.top-bar-container {
  z-index: 100;
  width: 100vw;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.top-bar-bg {
  z-index: 2;
  background-color: var(--light);
  opacity: 0;
  width: 100%;
  height: 140px;
  transition: opacity .2s;
  position: fixed;
  top: 0;
}

.nav-logo-img {
  transition: opacity .1s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: 0;
  left: 0;
}

.nav-logo-img.dark,
.nav-logo-img.globe {
  opacity: 0;
}

.accordian-toggle-btn {
  background-color: #32013a17;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-top: auto;
  margin-left: 15px;
  transition: color .15s linear, background-color .15s linear;
  display: flex;
}

.accordian-title-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.accordian-title-img {
  white-space: nowrap;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.accordian-title-img.accordian-title-img-light {
  opacity: 0;
  position: absolute;
  left: 0;
}

.accordian-title-img-wrapper {
  position: absolute;
}

.our-work {
  z-index: 3;
  margin-top: 150px;
  position: relative;
}

.work-grid {
  grid-column-gap: 0px;
  grid-row-gap: 70px;
  grid-template: "img-1 . text-1 text-1" minmax(auto, 328px) "text-2 text-2 . img-2" minmax(auto, 328px) "img-3 . text-3 text-3" minmax(auto, 320px) / 1fr 70px 70px 1fr;
  margin-top: 40px;
}

.work-grid.work-grid-extra {
  grid-template-rows: minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 320px) minmax(auto, 320px) minmax(auto, 320px);
}

.case-item-img {
  border-radius: 25px;
  overflow: hidden;
}

.case-item-text {
  background-color: #faf1f4;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  padding: 3em;
  display: flex;
}

.case-item-text.elm-case-text {
  overflow: visible;
}

.text-block {
  line-height: 15px;
}

.rotate90 {
  transform: rotate(-90deg);
}

.rotate90.down {
  transform: none;
}

.case-item-img-fit {
  object-fit: cover;
}

.why-ai {
  margin-top: 250px;
}

.why-ai-title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.contact-footer {
  margin-top: 250px;
  margin-bottom: 250px;
}

.page-h1 {
  font-size: 64px;
  font-weight: 400;
  line-height: 76px;
}

.footer {
  background-color: #faf1f4;
  margin-top: auto;
  padding-top: 3em;
  padding-bottom: 2em;
}

.footer-top {
  border-bottom: 1px solid #32013a1a;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.footer-top-left {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-links {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 300px;
  margin-top: .75em;
  margin-bottom: .75em;
  margin-left: 2em;
  display: flex;
}

.flex {
  display: flex;
}

.flex.footer-links-row {
  justify-content: space-between;
}

.social {
  margin-right: -1.5em;
  display: flex;
}

.social-link {
  color: var(--theme);
  background-color: #ece3e7;
  border-radius: .5em;
  justify-content: center;
  width: 2em;
  height: 2em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.5em;
  transition: color .15s, background-color .15s;
  display: flex;
}

.social-link:hover {
  background-color: var(--theme);
  color: #fff;
}

.social-link.team-text-link {
  width: 2.5em;
  height: 2.5em;
  margin-top: .5em;
  margin-right: 0;
}

.social-link.hide {
  display: none;
}

.social-ink-img {
  margin: auto;
  padding-top: 6px;
}

.social-ink-img.role-link-img {
  transform: scale(1.2);
}

.footer-link {
  opacity: .7;
  color: var(--theme);
  font-weight: 600;
  text-decoration: none;
  transition: opacity .15s;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.footer-links-co {
  margin-left: 1em;
}

.email-link {
  border-bottom: 1px solid var(--theme);
  opacity: .9;
  color: var(--theme);
  border-radius: 1px;
  margin-top: 2em;
  padding-bottom: 1px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .15s;
  display: inline-block;
}

.email-link:hover {
  opacity: 1;
}

.email-link.email-link-inline {
  margin-top: 0;
}

.email-link.email-link-block {
  margin-top: .5em;
}

.copyright {
  opacity: .5;
  margin-top: 1.5em;
}

.footer-logo {
  margin-right: 2em;
}

.nav-social-links {
  padding-left: 20px;
}

.nav-menu-container {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 220px;
  padding-bottom: 110px;
  display: flex;
}

.page-cover {
  opacity: 0;
  background-color: #32013a1a;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.logo-svg.white {
  z-index: 1000;
  position: relative;
}

.section-title {
  color: var(--theme);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.section-title.about-wws {
  margin-top: 0;
  margin-bottom: auto;
}

.section-subhead-lg {
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 60px;
}

.section-subhead-lg.about-desc {
  max-width: 950px;
  margin-bottom: 60px;
}

.grid-main {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template: "img1 . im2" minmax(auto, 400px) "text1 text2 text2"
    / 1.5fr 70px 3fr;
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 200px;
}

.about-hero-text {
  display: flex;
  align-items: center;
}

.about-hero-text .section-subhead-lg {
  margin-bottom: 24px;
}

.about-hero-tagline {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.25;
  color: var(--theme, #32013a);
  margin: 0;
}

.about-why-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
  margin-bottom: 120px;
}

.about-belief-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-bottom: 120px;
}

.about-belief-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme, #32013a);
}

.about-belief-content {
  max-width: 100%;
}

.about-belief-title {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.25;
  color: var(--theme, #32013a);
  margin: 0 0 30px;
}

.about-belief-text {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--theme, #32013a);
  margin: 0;
}

.about-section-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(50, 1, 58, 0.2);
  margin-top: 60px;
}

/* Team Section Title - matches homepage hero headline */
.team-section-title {
  font-family: "Poppins", sans-serif;
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 1.25;
  color: #32013a;
  /* When title is centered (50vh from top/bottom), subtract half the title height
     so adjacent content is EXACTLY at the viewport edges */
  margin: calc(50vh - var(--title-half-height)) 0 calc(50vh - var(--title-half-height));
  text-align: center;
}

/* Pinned state for team section title */
.team-section-title.is-pinned {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0;
}

/* Team Intro - matches homepage intro-tagline section */
.team-intro {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 6rem;
  align-items: center;
  margin-bottom: 80px;
}

.team-intro__image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
}

.team-intro__image {
  width: 100%;
  aspect-ratio: 5 / 3.5;
  object-fit: cover;
  border-radius: 2px;
}

.team-intro__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-intro__text {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.25;
  color: var(--theme, #32013a);
  margin: 0;
}

/* Team Cards - Accenture Style */
.team-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  margin-top: 60px;
}

.team-card {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 28px;
  align-items: stretch;
}

.team-card-image-wrapper {
  width: 135px;
  height: 189px;
  overflow: hidden;
  border-radius: 2px;
}

.team-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.team-card-content {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  min-height: 189px;
}

.team-card-name {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--theme, #32013a);
  margin: 0 0 6px;
}

.team-card-role {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(50, 1, 58, 0.6);
  margin: 0;
  flex: 1;
}

.team-card-bio {
  display: none;
}

.team-card-link {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme, #32013a);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  transition: opacity 0.2s ease;
}

.team-card-link:hover {
  opacity: 0.7;
}

.team-card-arrow {
  font-size: 18px;
  line-height: 1;
}

.about-header-img-wrapper {
  border-radius: 2px;
  height: 100%;
  overflow: hidden;
}

.about-header-img-wrapper.about-img-1 {
  height: 400px;
}

.about-header-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.about-header-img.offset {
  object-position: 50% 60%;
}

.image-4 {
  object-fit: cover;
}

.team-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: 250px 250px 250px 250px;
  grid-template-columns: 220px 1fr;
  grid-auto-rows: 220px;
  place-items: center stretch;
  margin-top: 60px;
}

.team-img {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.card-text {
  background-color: #faf1f4;
  border-radius: 2px;
  padding: 2em 2.5em;
  transition: background-color .15s;
  overflow: visible;
}

.card-text.position-text:hover {
  background-color: #f6edf0;
}

.card-text.success {
  color: #32013acc;
  text-align: left;
  margin-top: 100px;
  margin-left: -2.5em;
  font-weight: 500;
}

.card-text-top {
  margin-bottom: 10px;
}

.team-text-role {
  color: #32013a80;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.team-text-name {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.link-block {
  float: right;
}

.position-link {
  float: right;
  opacity: .5;
  font-weight: 600;
  transition: opacity .15s;
  display: flex;
}

.top-bar-spacer {
  height: 200px;
}

.top-bar-spacing {
  margin-top: 200px;
}

.about-header {
  z-index: 3;
  position: relative;
}

.container-theme {
  background-color: var(--theme);
  color: #fff;
  background-image: url('../images/theme-bg-min.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 125px 50px;
}

.cutting-edge {
  margin-top: 250px;
  margin-bottom: 150px;
}

.team {
  z-index: 3;
  margin-top: 50px;
  position: relative;
}

.careers-desc {
  max-width: 650px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.categories {
  justify-content: flex-start;
  display: flex;
}

.op_title {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 25px;
}

.radio-button-field {
  margin-bottom: 0;
  margin-right: 1.5em;
  padding-left: 0;
}

.radio-button,
.radio-button.w--redirected-checked {
  display: none;
}

.radio-button-label {
  border: 1px solid var(--theme);
  border-radius: 17px;
  justify-content: center;
  min-width: 100px;
  margin-bottom: 0;
  padding: 12px 30px;
  font-weight: 500;
  transition: background-color .2s, color .2s;
  display: flex;
}

.radio-button-label:hover {
  background-color: #faf1f4;
}

.radio-button-label.radio-select-label {
  background-color: #faf1f4;
  border-color: #32013a80;
  transition: border-color .15s, background-color .15s, color .15s;
}

.radio-button-label.radio-select-label:hover {
  border-color: var(--theme);
  background-color: #f6edf0;
}

.divider {
  background-color: var(--theme);
  opacity: .1;
  flex: 1;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
}

.careers-listings {
  margin-bottom: 150px;
  padding-top: 1em;
}

.position-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}

.position {
  color: var(--theme);
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-decoration: none;
}

.position-footer {
  margin-top: 2em;
  margin-right: -2em;
  display: flex;
}

.position-stat {
  align-items: center;
  margin-right: 2em;
  font-weight: 500;
  display: flex;
}

.position-stat-icon,
.position-link-text {
  margin-right: .5em;
}

.empty-text {
  margin-right: 5px;
  display: inline-block;
}

.empty {
  background-color: #0000;
  max-width: 630px;
  margin-top: 2em;
}

.label {
  font-weight: 500;
}

.role-link {
  float: right;
  display: inline-block;
}

.input {
  color: var(--theme);
  background-color: #faf1f4;
  border: 1px solid #32013a1a;
  border-radius: 10px;
  padding: 1.5em 1.25em;
}

.input:focus {
  background-color: #f6edf0;
  border-color: #32013a4d;
}

.input::placeholder {
  color: #32013a99;
}

.input.textarea {
  min-height: 120px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.input.date {
  cursor: pointer;
}

.row {
  margin-top: 3em;
  margin-bottom: 3em;
  margin-right: -3em;
  display: flex;
}

.row.why-ai-points {
  margin-left: -1em;
  margin-right: -1em;
}

.input-wrapper {
  flex: 1;
  margin-right: 3em;
  position: relative;
}

.budget {
  display: flex;
}

.contact-form {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.contact-form-wrapper {
  flex: 1;
  max-width: 810px;
  margin-right: 2em;
}

.email-instead {
  margin-top: 3em;
}

.email-instead-text {
  font-weight: 500;
}

.rotate45 {
  transform: rotate(-135deg);
}

.calendar-icon {
  position: absolute;
  bottom: 1.5em;
  right: 1em;
}

.error {
  color: #32013ab3;
  border-radius: 15px;
  margin-top: 0;
  padding: 1em 2.5em;
  font-weight: 500;
  position: relative;
  top: 0;
}

.m2m-grid {
  grid-column-gap: 0px;
  grid-row-gap: 1.6em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "top top top top top top top"
    "img1 img1 img1 img1 text1 text1 text1"
    "text2 text2 text2 img2 img2 img2 img2"
    "bottom bottom bottom bottom bottom bottom bottom";
}

.p-md {
  font-size: 20px;
  line-height: 28px;
}

.p-md.m2m-p1 {
  max-width: 880px;
}

.p-md.p-case-right {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1.5em;
}

.p-md.p-case-left {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 25px;
}

.h2-lg {
  font-size: 36px;
  font-weight: 500;
}

.h2-lg.m2m-content-title {
  margin-bottom: .5em;
}

.case-img {
  border-radius: 25px;
  width: 100%;
}

.case-img.m2m-img-3 {
  margin-top: 50px;
}

.case-footer {
  padding-top: 200px;
  padding-bottom: 200px;
}

.ugentum-grid {
  grid-column-gap: 0px;
  grid-row-gap: 6em;
  grid-template: "top top"
    "img1 text1"
    "text2 img2"
    / 1fr;
}

.farmstream-grid {
  grid-column-gap: 0em;
  grid-row-gap: 6em;
  grid-template-columns: 1fr;
  grid-template-areas: "top top top"
    "text1 text1 img1"
    "text2 text2 text2"
    "img2 text3 text3";
}

.why-ai-item {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.why-ai-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.container-wrapper {
  padding-left: 6vw;
  padding-right: 6vw;
}

.top-bar-spacer-home {
  height: 74px;
  padding-bottom: 0;
  display: none;
}

.top-bar-spacer-home.active {
  display: block;
}

.case-item-title {
  font-weight: 600;
}

.why-ai-img-wrapper {
  min-height: 63px;
}

.back-btn {
  color: #32013a;
  background-color: #0000;
  margin-top: 0;
  margin-left: -15px;
  text-decoration: underline;
}

.phone-number-text {
  margin-top: 15px;
  font-weight: 500;
}

.call-contact-text {
  margin-top: 20px;
  font-weight: 500;
}

.phone-number {
  margin-top: .5em;
  font-weight: 500;
}

.featured-block {
  margin-top: 10px;
}

.seach-bar {
  color: #9899ad;
  border: 1px #000;
  border-radius: 15px;
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 15px;
  box-shadow: 0 12px 14px #0000000f;
}

.content-section {
  background-color: #fff9f8;
  padding: 132px 3%;
}

.title-large {
  color: #202146;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

.blog-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.next-button {
  background-color: #32013a;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px 36px;
}

.title-medium {
  color: #fff;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
}

.container {
  width: 100%;
  max-width: 1110px;
  height: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.stick-wrapper {
  position: sticky;
  top: 60px;
}

.image-2 {
  position: absolute;
}

.search-button-wrapper {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-grid {
  grid-column-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.form {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.submit-button {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-detials-small.white-50 {
  color: #32013a;
}

.categories-block {
  margin-top: 40px;
}

.search-icon {
  position: absolute;
  inset: 22px 0% 0% 22px;
}

.profile-block {
  align-items: center;
  display: flex;
}

.blog-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.search-button {
  background-color: #32013a;
  border-radius: 15px;
  width: 60px;
  height: 100%;
  position: static;
  inset: 0% 0% auto auto;
}

.feature-image {
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 22px 34px #00000029;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.subscription {
  background-color: #fff;
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.search {
  position: relative;
}

.blog-image {
  width: 100%;
}

.title-small {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

.title-small.pink {
  color: #fb9acf;
  margin-bottom: 0;
}

.title-small.white {
  color: #32013a;
}

.categories-pill {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 6px 16px;
  text-decoration: none;
}

.content-right {
  border-radius: 20px;
  position: sticky;
}

.content-left {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #faf1f4;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 20px;
  display: grid;
  box-shadow: 0 22px 34px #0000000f;
}

.paragraph-detials-medium {
  color: #9899ad;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

.heading-h2 {
  color: #202146;
  margin-top: 0;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 60px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.title-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h1 {
  text-align: center;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.1;
}

.bar-big {
  background-color: #ffffff1a;
  border-radius: 100px;
  width: 220px;
  height: 5px;
  margin-top: 32px;
}

.bar-small {
  background-image: linear-gradient(to right, #fb9ac100, #fb9acf);
  border-radius: 100px;
  width: 180px;
  height: 5px;
}

.navigation-button {
  color: #5c4ebd;
  background-color: #fb9acf;
  border-radius: 10px;
  margin-left: 40px;
  padding: 18px 30px;
  font-size: 17px;
  font-weight: 700;
}

.profile-block-header {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.navigation {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  position: absolute;
  inset: 0% 0% auto;
}

.header-blog {
  background-color: #5c4ebd;
  background-image: url('../images/BG-Shape-01.svg'), url('../images/BG-Shape-02.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 745px;
  padding: 162px 3% 40px;
  display: flex;
}

.navigation-link {
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
  font-weight: 700;
}

.navigation-menu {
  align-items: center;
  display: flex;
}

.navigation-container-full {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 140%;
}

.blog-section {
  padding-bottom: 132px;
  padding-left: 3%;
  padding-right: 3%;
}

.blog-hero-image {
  border-radius: 15px;
  margin-top: -220px;
  margin-bottom: 80px;
  box-shadow: 0 22px 34px #0000000f;
}

.blog-grid-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr;
}

.paragraph-detials-large {
  color: #202146;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 17px;
  line-height: 30px;
}

.blog-h2 {
  color: #202146;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
}

.content-left_blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.header-blog-2 {
  background-color: #fff9f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  padding: 162px 3% 0;
  display: flex;
}

.body-2 {
  background-color: #fff9f8;
}

.image-5,
.image-6,
.image-7,
.image-8 {
  border-radius: 15px;
}

.body-3 {
  color: #32013a;
  background-color: #fff9f8;
  font-size: 16px;
}

.main-content-wrapper {
  margin-left: 25px;
  margin-right: 25px;
}

.heading-3 {
  font-weight: 600;
}

.grid {
  grid-template: "Area Area . Area-2" minmax(auto, 328px) "Area-4 . Area-3 Area-3" minmax(auto, 328px) "Area-5 Area-5 . Area-6" minmax(auto, 328px) "Area-8 . Area-7 Area-7" minmax(auto, 328px) "Area-9 Area-9 . Area-10" minmax(auto, 328px) ". . Area-11 Area-11" minmax(auto, 328px) / 1fr 70px 70px 1fr;
}

.grid.work-grid-extra {
  grid-column-gap: 0px;
  grid-row-gap: 70px;
  grid-template-rows: minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px);
  margin-top: 40px;
}

.container-3 {
  display: block;
}

.grid-2 {
  grid-template: "Area Area . Area-2" minmax(auto, 328px) "Area-3 . Area-4 Area-4" minmax(auto, 328px) "Area-5 Area-5 . Area-6" minmax(auto, 328px) ". . . ." minmax(auto, 328fr) "Area-7 . Area-8 Area-8" minmax(auto, 328px) "Area-9 Area-9 . Area-10" minmax(auto, 328px) "Area-11 . Area-12 Area-12" minmax(auto, 328px) / 1fr 70px 70px 1fr;
}

.grid-2.work-grid-extra {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  margin-top: 40px;
}

.grid-3 {
  grid-row-gap: 61px;
  grid-template-rows: minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 1px) auto auto;
  grid-template-columns: 1fr 70px 70px 1fr;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 70px;
  grid-template: "Area Area . Area-2" minmax(auto, 328px) "Area-3 . Area-4 Area-4" minmax(auto, 328px) "Area-5 Area-5 . Area-6" minmax(auto, 328px) "Area-7 . Area-8 Area-8" minmax(auto, 328px) "Area-9 Area-9 . Area-10" minmax(auto, 328px) "Area-11 . Area-12 Area-12" minmax(auto, 328px) / 1fr 70px 70px 1fr;
}

.grid-4.work-grid-extra {
  grid-column-gap: 0px;
  grid-row-gap: 70px;
  grid-template-rows: minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 1px);
  grid-template-columns: 1fr 70px 70px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.clients-section {
  border-bottom: 0 #000;
  margin-top: 0;
  padding: 150px 0 0;
  position: relative;
}

.container-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.clients-title {
  color: var(--theme);
  text-align: left;
  font-size: 32px;
  line-height: 36px;
}

.clients-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.client-logo-container,
.div-block {
  margin-left: 6vw;
  margin-right: 6vw;
  padding-left: 15px;
  padding-right: 15px;
}

.fs-cookie-popup {
  z-index: 999999;
  background-color: #faf7f2;
  border: 2px #000;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 90vw;
  height: auto;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.cookie-tag {
  color: #27313d;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cookie-paragraph {
  color: #050505;
  width: auto;
  max-width: 400px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  position: static;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.button {
  background-color: #27313d;
  border: 2px solid #27313d;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.button:hover {
  color: #27313d;
  background-color: #fff;
  border: 2px solid #27313d;
}

.button.accept {
  float: left;
  text-align: center;
  background-color: #32013a;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  position: relative;
}

.button.deny {
  float: left;
  color: #27313d;
  text-align: center;
  background-color: #faf7f2;
  padding-left: 15px;
  padding-right: 15px;
  font-family: PT Sans, sans-serif;
}

.button.deny:hover {
  color: #faf7f2;
  background-color: #27313d;
}

.preferences-link {
  color: #27313d;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  display: block;
}

.preferences-link:hover {
  opacity: .5;
}

.bold-text {
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .h1-st.work-title {
    padding-left: 0;
  }

  .accordian-toggle {
    margin-left: 0;
    margin-right: 0;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .service-heading {
    font-size: 24px;
  }

  .team-grid {
    grid-row-gap: 33px;
    grid-template-rows: 220px 220px 220px;
  }

  .grid-4.work-grid-extra {
    grid-column-gap: 0px;
    grid-row-gap: 70px;
    grid-template-rows: minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) auto;
    grid-template-columns: 1fr 70px 70px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .clients-wrapper {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .client-logo-container,
  .div-block {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .container-outer.header-container {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .top-bar {
    display: flex;
    top: 25px;
  }

  .top-bar.detached {
    top: 25px;
  }

  .btn.btn-white.navbar-btn {
    display: none;
  }

  .p.why-ai-p {
    max-width: 400px;
  }

  .what-we-do {
    padding-top: 100px;
  }

  .p-lg {
    font-size: 22px;
    line-height: 1.25;
  }

  .p-lg.wwd-p {
    font-size: 16px;
    line-height: 1.25;
  }

  .p-lg.contact-footer-paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .wwd-title {
    margin-bottom: 2em;
  }

  .accordian.accordian-flat.wwd-accordian {
    flex-direction: column;
    align-items: stretch;
    min-height: 320px;
    margin-left: -1.5em;
    margin-right: -1.5em;
    display: block;
  }

  .accordian-item.wwd-item {
    overflow: hidden;
  }

  .accordian-toggle {
    margin-left: 0;
    margin-right: 0;
  }

  .accordian-toggle.wwd-toggle {
    height: 76px;
  }

  .accordian-content {
    background-color: #0000;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: block;
  }

  .nav-menu {
    width: 100%;
    padding-right: 110px;
    left: 0;
  }

  .top-bar-bg {
    background-color: var(--mid);
    height: 100px;
  }

  .top-bar-bg.detached {
    height: 100px;
  }

  .our-work {
    margin-top: 1em;
  }

  .work-grid {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template: "." 1fr
      / 1fr;
    display: flex;
  }

  .case-item-img {
    border-radius: 15px 15px 0 0;
    min-width: 15%;
    max-height: 200px;
  }

  .case-item-text {
    border-radius: 0 0 15px 15px;
    margin-bottom: 3em;
    padding: 1em 2em 2em;
  }

  .case-item-text-top {
    margin-bottom: 2em;
  }

  .case-item-img-fit {
    object-fit: none;
    object-position: 50% 180%;
  }

  .why-ai {
    margin-top: 80px;
  }

  .why-ai-title {
    margin-bottom: 60px;
  }

  .page-h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
  }

  .footer {
    background-color: var(--mid);
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
  }

  .footer-top-left {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-links {
    width: 100%;
    margin-top: 2em;
    margin-left: 0;
  }

  .flex.footer-links-row {
    margin-bottom: 1em;
  }

  .flex.footer-top-left-top {
    justify-content: space-between;
    width: 100%;
  }

  .nav-menu-container {
    padding-top: 160px;
  }

  .section-subhead-lg {
    font-size: 3rem;
    line-height: 1.25;
    margin-bottom: 50px;
  }

  .section-subhead-lg.about-desc {
    margin-bottom: 50px;
    font-size: 3rem;
    line-height: 1.25;
  }

  .grid-main {
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }

  .about-header-img-wrapper.about-img-1 {
    height: 300px;
  }

  .about-hero-tagline {
    font-size: 22px;
  }

  .about-why-section {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
  }

  .about-belief-section {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
  }

  .about-belief-content {
    max-width: 100%;
  }

  .about-belief-title {
    font-size: 22px;
  }

  .about-belief-text {
    font-size: 18px;
  }

  .team-section-title {
    font-size: 3rem;
    /* Tablet: 3rem * 1.25 * 3 / 2 = ~5.625em */
    --title-height-offset: 5.625em;
  }

  .team-intro {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }

  .team-intro__text {
    font-size: 22px;
  }

  .team-cards-grid {
    gap: 30px 60px;
  }

  .team-card {
    grid-template-columns: 110px 1fr;
    gap: 20px;
  }

  .team-card-image-wrapper {
    width: 110px;
    height: 154px;
  }

  .team-card-content {
    min-height: 154px;
  }

  .team-card-name {
    font-size: 18px;
  }

  .team-card-role {
    font-size: 13px;
  }

  .team-card-link {
    font-size: 13px;
  }

  .about-header-img-wrapper {
    width: 40%;
    max-width: 400px;
    height: auto;
    margin-bottom: 4em;
  }

  .about-header-img {
    aspect-ratio: 5 / 3.5;
  }

  .about-header-img-wrapper.about-img-1,
  .about-header-img-wrapper.ugentum-img-1,
  .about-header-img-wrapper.m2m-img-2 {
    display: block;
  }

  .team-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    margin-bottom: -1.5em;
    display: flex;
  }

  .team-img {
    border-radius: 2px;
    flex: 0 auto;
  }

  .card-text {
    background-color: #faf1f400;
    border-radius: 2px;
    margin-bottom: 1.5em;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card-text.position-text {
    background-color: #faf1f4;
    margin-bottom: 0;
    padding: 1.5em;
  }

  .top-bar-spacing.about-header {
    margin-top: 160px;
  }

  .container-theme {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .cutting-edge {
    margin-top: 160px;
    margin-bottom: 100px;
  }

  .radio-button-field {
    margin-right: .5em;
  }

  .divider {
    display: none;
  }

  .row {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .row.why-ai-points {
    flex-direction: column;
    align-items: center;
    margin-bottom: -4em;
  }

  .input-wrapper {
    margin-bottom: 1.5em;
    margin-right: 0;
  }

  .budget {
    margin-top: .5em;
  }

  .m2m-grid {
    flex-direction: column;
    display: flex;
  }

  .case-img.m2m-img {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-ai-item {
    margin-bottom: 4em;
  }

  .team-img-wrapper {
    max-width: 150px;
  }

  .budgets {
    margin-bottom: 2em;
  }

  .form-block {
    margin-top: 3em;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .blog-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .navigation-button {
    margin-left: 0;
  }

  .menu-button {
    color: #fb9acf;
    border: 1px solid #fb9acf;
    border-radius: 15px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-menu {
    background-color: #202146;
  }

  .blog-grid-2 {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .grid-4.work-grid-extra {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) auto;
    grid-template-columns: 1fr 70px 70px 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .clients-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-around;
  }

  .client-logo-container {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .fs-cookie-popup {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    max-width: 95%;
    display: flex;
  }

  .cookie-paragraph {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-lg.container-theme-p {
    font-size: 16px;
  }

  .nav-menu {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-footer {
    margin-top: 125px;
    margin-bottom: 125px;
  }

  .copyright {
    text-align: center;
  }

  .nav-menu-container {
    padding-top: 120px;
  }

  .section-subhead-lg {
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 40px;
  }

  .section-subhead-lg.about-desc {
    margin-bottom: 40px;
    font-size: 2.4rem;
    line-height: 1.25;
  }

  .position-link {
    display: none;
  }

  .top-bar-spacing.about-header {
    margin-top: 130px;
  }

  .categories {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .op_title {
    width: 100%;
    margin-bottom: 20px;
  }

  .radio-button-label.team-category-label {
    border-style: none;
    border-radius: 0;
    min-width: 0;
    margin-right: 5px;
    padding: 5px 2px 3px;
  }

  .radio-button-label.team-category-label:hover {
    background-color: #0000;
  }

  .position-footer {
    flex-direction: column;
    margin-top: .5em;
  }

  .position-stat {
    margin-bottom: .25em;
  }

  .position-stat-icon {
    position: absolute;
    transform: scale(.9);
  }

  .contact-form-wrapper {
    margin-right: 0;
  }

  .email-instead {
    display: none;
  }

  .position-stat-text {
    padding-left: 20px;
    font-size: 15px;
  }

  .content-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .heading-h1 {
    font-size: 55px;
  }

  .header-blog {
    justify-content: center;
    padding-bottom: 162px;
  }

  .blog-hero-image {
    margin-top: -100px;
  }

  .blog-grid-2 {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .header-blog-2 {
    justify-content: center;
    padding-bottom: 162px;
  }

  .grid-4.work-grid-extra {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) auto;
    grid-template-columns: 1fr 70px 70px 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .clients-section {
    padding: 60px 15px;
  }

  .clients-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-cookie-popup {
    flex-direction: column;
    margin-bottom: 2%;
    padding: 15px;
  }

  .cookie-paragraph {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .about-hero-tagline {
    font-size: 19px;
  }

  .team-cards-grid {
    grid-template-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .team-section-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .team-intro {
    gap: 24px;
    margin-bottom: 40px;
  }

  .team-intro__text {
    font-size: 19px;
  }

  .team-card {
    grid-template-columns: 100px 1fr;
    gap: 18px;
  }

  .team-card-image-wrapper {
    width: 100px;
    height: 140px;
  }

  .team-card-content {
    min-height: 140px;
  }

  .team-card-name {
    font-size: 16px;
  }

  .team-card-role {
    font-size: 12px;
  }

  .team-card-link {
    font-size: 12px;
  }

  .container-outer.why-ai-container {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-outer.container-theme-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .btn.btn-outline-theme.btn-header.btn-h-std {
    font-size: 15px;
    font-weight: 600;
  }

  .btn.btn-h-std.btn-dark {
    font-size: 15px;
  }

  .hb-btn.btn-outline {
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }

  .p {
    font-size: 15px;
    line-height: 18px;
  }

  .p.why-ai-p {
    font-size: 15px;
  }

  .h1-st {
    font-size: 28px;
    line-height: 42px;
  }

  .p-lg {
    font-size: 19px;
    line-height: 1.25;
  }

  .p-lg.wwd-p {
    font-size: 15px;
    line-height: 1.25;
  }

  .p-lg.contact-footer-paragraph {
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 24px;
  }

  .hb-icon {
    width: 18px;
    height: 6px;
    margin-top: 12px;
  }

  .nav-logo {
    transform: translate(0, -4px)scale(.9);
  }

  .nav-logo.w--current {
    transform: scale(.9)translate(0, -4px);
  }

  .accordian-text {
    font-size: 15px;
    line-height: 19px;
  }

  .service-heading {
    font-size: 20px;
    line-height: 23px;
  }

  .nav-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-bar-bg,
  .top-bar-bg.detached {
    height: 88px;
  }

  .accordian-title-container {
    transform: scale(.85);
  }

  .case-item-img {
    border-radius: 15px;
  }

  .case-item-text {
    background-color: #0000;
    margin-bottom: 5em;
    padding: 0 8px;
  }

  .case-item-img-fit {
    max-width: 100%;
  }

  .page-h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex.footer-top-left-top {
    flex-direction: column;
    align-items: center;
  }

  .copyright {
    font-size: 14px;
  }

  .footer-logo {
    margin-bottom: 2em;
  }

  .nav-menu-container {
    padding-top: 100px;
  }

  .section-subhead-lg.about-desc {
    margin-bottom: 30px;
    font-size: 1.9rem;
    line-height: 1.25;
  }

  .grid-main {
    margin-bottom: 60px;
  }

  .about-header-img-wrapper {
    width: 55%;
    max-width: 280px;
    border-radius: 2px;
    height: auto;
  }

  .about-header-img {
    height: auto;
  }

  .container-theme {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .categories {
    overflow: auto;
  }

  .radio-button-label.radio-select-label {
    border-radius: 15px;
    min-width: 90px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 15px;
  }

  .budget {
    max-width: 100%;
  }

  .contact-form {
    overflow: auto;
  }

  .p-md,
  .p-md.m2m-p1 {
    font-size: 16px;
    line-height: 22px;
  }

  .p-md.p-case-right {
    margin-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .p-md.p-case-left {
    margin-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .h2-lg.m2m-content-title {
    font-size: 30px;
  }

  .case-img.farmstream-img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .ugentum-grid,
  .farmstream-grid {
    grid-row-gap: 3em;
    flex-direction: column;
    display: flex;
  }

  .paragraph,
  .p-std {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 19px;
  }

  .case-item-title {
    font-size: 20px;
    line-height: 30px;
  }

  .budgets {
    width: 100%;
  }

  .container-2 {
    max-width: none;
  }

  .heading-h1 {
    font-size: 44px;
  }

  .header-blog,
  .header-blog-2 {
    min-height: 680px;
  }

  .grid-4.work-grid-extra {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) minmax(auto, 328px) auto;
    grid-template-columns: 1fr 70px 70px 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .container-4 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fs-cookie-popup {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px;
    display: grid;
  }

  .cookie-tag {
    margin-bottom: 2px;
  }

  .cookie-paragraph {
    max-width: 200px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .button-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .button.accept,
  .button.deny,
  .preferences-link {
    margin-right: 0;
  }
}

#w-node-_616d765d-ccdb-f47d-889a-92ab963b8fcd-e676b365 {
  grid-area: img-1;
}

#w-node-_6e73ee70-968b-bc7c-b11b-82999355896b-e676b365 {
  grid-area: text-1;
}

#w-node-_9f8d137e-863c-f77c-b030-f1d19a1731cf-e676b365 {
  grid-area: img-2;
}

#w-node-e2c4bdcd-5275-46c9-ac4e-678e8c7f0648-e676b365 {
  grid-area: text-2;
}

#w-node-_78979a10-57ab-efe2-1034-7a690c892e6e-e676b365 {
  grid-area: img-3;
}

#w-node-_58606a1b-5dad-256d-4fd6-696d7d58ee70-e676b365 {
  grid-area: text-3;
}

#w-node-_25e845de-7bd4-30ce-eb20-c9e7cb0df882-e676b365 {
  grid-area: Area-2;
}

#w-node-_25e845de-7bd4-30ce-eb20-c9e7cb0df892-e676b365 {
  grid-area: Area-3;
}

#w-node-_25e845de-7bd4-30ce-eb20-c9e7cb0df894-e676b365 {
  grid-area: Area-4;
}

#w-node-_25e845de-7bd4-30ce-eb20-c9e7cb0df8a2-e676b365 {
  grid-area: Area-10;
}

#w-node-_25e845de-7bd4-30ce-eb20-c9e7cb0df8a4-e676b365 {
  grid-area: Area-5;
}

#w-node-_25e845de-7bd4-30ce-eb20-c9e7cb0df8b2-e676b365 {
  grid-area: Area-6;
}

#w-node-_25e845de-7bd4-30ce-eb20-c9e7cb0df8b4-e676b365 {
  grid-area: Area-8;
}

#w-node-_25e845de-7bd4-30ce-eb20-c9e7cb0df8c2-e676b365 {
  grid-area: Area-7;
}

#w-node-_25e845de-7bd4-30ce-eb20-c9e7cb0df8c4-e676b365 {
  grid-area: Area-9;
}

#w-node-_25e845de-7bd4-30ce-eb20-c9e7cb0df8d2-e676b365 {
  grid-area: Area-11;
}

#w-node-_25e845de-7bd4-30ce-eb20-c9e7cb0df8d4-e676b365 {
  grid-area: Area-12;
}

#w-node-_25a4789b-32a9-cfad-3799-fa8710d49528-e676b365 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_25a4789b-32a9-cfad-3799-fa8710d4952a-e676b365 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7eaf8216-6eff-7f41-71cd-ec5f58eb3e31-e676b366 {
  grid-area: img1;
}

#w-node-_7eaf8216-6eff-7f41-71cd-ec5f58eb3e32-e676b366 {
  grid-area: im2;
}

#w-node-_7eaf8216-6eff-7f41-71cd-ec5f58eb3e33-e676b366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7eaf8216-6eff-7f41-71cd-ec5f58eb3e34-e676b366 {
  grid-area: text1;
}

#w-node-_7eaf8216-6eff-7f41-71cd-ec5f58eb3e36-e676b366 {
  grid-area: text2;
}

#w-node-_5d7d198c-4d12-27f4-470c-ace58ff9b69c-e676b366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69406f7d-3041-f826-9e08-5d4c7ed5f2d8-e676b379 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a7f60313-5542-a4eb-1fa7-04f4af050fdd-e676b379 {
  grid-area: text1;
}

#w-node-_8ba55ae0-be6a-f1db-1d85-689f633d2131-e676b379 {
  grid-area: text2;
}

#w-node-eabed77b-36b3-794a-468f-047d122426ea-e676b379 {
  grid-area: top;
}

#w-node-_09026973-1746-29af-48b5-394ee808b9c8-e676b379,
#w-node-fa7fd8ae-a488-fb7f-a5bd-83cdeae43ea9-e676b379 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c234dcb-740c-b00a-b3ed-94f372a67693-e676b379 {
  grid-area: img1;
}

#w-node-_7fedb26f-1ec2-171f-2e67-d57294f55bf8-e676b379 {
  grid-area: text1;
}

#w-node-e1eb541e-959a-9ad3-91e6-78cfabe79fb1-e676b379 {
  grid-area: img2;
}

#w-node-_330c9305-dcc7-ac27-8e96-c2fd5b40c38c-e676b379 {
  grid-area: text2;
}

#w-node-f6971a48-7a46-b296-6c8a-9274eedfd691-e676b379 {
  grid-area: text3;
}

#w-node-_69406f7d-3041-f826-9e08-5d4c7ed5f2d8-e676b37a {
  grid-area: img1;
}

#w-node-_734aa442-01c9-9a79-9f65-7fd14a9f8d4c-e676b37a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a924ce4e-c4d2-7455-5abc-1441a8aabf69-e676b37a {
  grid-area: im2;
}

#w-node-a924ce4e-c4d2-7455-5abc-1441a8aabf6a-e676b37a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7f60313-5542-a4eb-1fa7-04f4af050fdd-e676b37a {
  grid-area: text1;
}

#w-node-_8ba55ae0-be6a-f1db-1d85-689f633d2131-e676b37a {
  grid-area: text2;
}

#w-node-eabed77b-36b3-794a-468f-047d122426ea-e676b37a {
  grid-area: top;
}

#w-node-_09026973-1746-29af-48b5-394ee808b9c8-e676b37a,
#w-node-fa7fd8ae-a488-fb7f-a5bd-83cdeae43ea9-e676b37a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c234dcb-740c-b00a-b3ed-94f372a67693-e676b37a {
  grid-area: img1;
}

#w-node-_7fedb26f-1ec2-171f-2e67-d57294f55bf8-e676b37a {
  grid-area: text1;
}

#w-node-e1eb541e-959a-9ad3-91e6-78cfabe79fb1-e676b37a {
  grid-area: img2;
}

#w-node-_330c9305-dcc7-ac27-8e96-c2fd5b40c38c-e676b37a {
  grid-area: text2;
}

#w-node-_69406f7d-3041-f826-9e08-5d4c7ed5f2d8-49336e90 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a7f60313-5542-a4eb-1fa7-04f4af050fdd-49336e90 {
  grid-area: text1;
}

#w-node-_8ba55ae0-be6a-f1db-1d85-689f633d2131-49336e90 {
  grid-area: text2;
}

#w-node-_90b7f14c-f5d2-0cad-2306-a647d2c3375a-49336e90 {
  grid-area: top;
}

#w-node-_90b7f14c-f5d2-0cad-2306-a647d2c3375b-49336e90,
#w-node-_90b7f14c-f5d2-0cad-2306-a647d2c3375d-49336e90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90b7f14c-f5d2-0cad-2306-a647d2c3375f-49336e90 {
  grid-area: img1;
}

#w-node-_90b7f14c-f5d2-0cad-2306-a647d2c33760-49336e90 {
  grid-area: text1;
}

#w-node-_90b7f14c-f5d2-0cad-2306-a647d2c33762-49336e90 {
  grid-area: img2;
}

#w-node-_90b7f14c-f5d2-0cad-2306-a647d2c33763-49336e90 {
  grid-area: text2;
}

#w-node-_90b7f14c-f5d2-0cad-2306-a647d2c33765-49336e90 {
  grid-area: bottom;
}

#w-node-_69406f7d-3041-f826-9e08-5d4c7ed5f2d8-284b2079 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a7f60313-5542-a4eb-1fa7-04f4af050fdd-284b2079 {
  grid-area: text1;
}

#w-node-_8ba55ae0-be6a-f1db-1d85-689f633d2131-284b2079 {
  grid-area: text2;
}

#w-node-_6e0b0e52-6460-48af-816b-b33bdc6f84e4-284b2079 {
  grid-area: top;
}

#w-node-_6e0b0e52-6460-48af-816b-b33bdc6f84e5-284b2079,
#w-node-_6e0b0e52-6460-48af-816b-b33bdc6f84e7-284b2079 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e0b0e52-6460-48af-816b-b33bdc6f84e9-284b2079 {
  grid-area: text1;
}

#w-node-_6e0b0e52-6460-48af-816b-b33bdc6f84eb-284b2079 {
  grid-area: text2;
}

#w-node-_6e0b0e52-6460-48af-816b-b33bdc6f84ed-284b2079 {
  grid-area: bottom;
}

#w-node-_6e0b0e52-6460-48af-816b-b33bdc6f84f0-284b2079,
#w-node-_6e0b0e52-6460-48af-816b-b33bdc6f84f1-284b2079 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6e0b0e52-6460-48af-816b-b33bdc6f84f2-284b2079 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_69406f7d-3041-f826-9e08-5d4c7ed5f2d8-1f2c0c92 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a7f60313-5542-a4eb-1fa7-04f4af050fdd-1f2c0c92 {
  grid-area: text1;
}

#w-node-_8ba55ae0-be6a-f1db-1d85-689f633d2131-1f2c0c92 {
  grid-area: text2;
}

#w-node-e59e250d-5e1e-eb5d-303e-94f8f1359cb6-1f2c0c92 {
  grid-area: top;
}

#w-node-e59e250d-5e1e-eb5d-303e-94f8f1359cb7-1f2c0c92,
#w-node-e59e250d-5e1e-eb5d-303e-94f8f1359cb9-1f2c0c92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e59e250d-5e1e-eb5d-303e-94f8f1359cbb-1f2c0c92 {
  grid-area: img1;
}

#w-node-e59e250d-5e1e-eb5d-303e-94f8f1359cbc-1f2c0c92 {
  grid-area: img2;
}

#w-node-e59e250d-5e1e-eb5d-303e-94f8f1359cbd-1f2c0c92 {
  grid-area: bottom;
}

#w-node-e59e250d-5e1e-eb5d-303e-94f8f1359cc0-1f2c0c92 {
  grid-area: text1;
}

#w-node-e59e250d-5e1e-eb5d-303e-94f8f1359cc2-1f2c0c92 {
  grid-area: text2;
}

#w-node-_69406f7d-3041-f826-9e08-5d4c7ed5f2d8-285fbf72 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a7f60313-5542-a4eb-1fa7-04f4af050fdd-285fbf72 {
  grid-area: text1;
}

#w-node-_8ba55ae0-be6a-f1db-1d85-689f633d2131-285fbf72 {
  grid-area: text2;
}

#w-node-e401ffb8-645a-5366-a4a3-3bd133bcd0d9-285fbf72 {
  grid-area: top;
}

#w-node-e401ffb8-645a-5366-a4a3-3bd133bcd0da-285fbf72,
#w-node-e401ffb8-645a-5366-a4a3-3bd133bcd0dc-285fbf72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e401ffb8-645a-5366-a4a3-3bd133bcd0de-285fbf72 {
  grid-area: img1;
}

#w-node-e401ffb8-645a-5366-a4a3-3bd133bcd0df-285fbf72 {
  grid-area: img2;
}

#w-node-e401ffb8-645a-5366-a4a3-3bd133bcd0e0-285fbf72 {
  grid-area: bottom;
}

#w-node-e401ffb8-645a-5366-a4a3-3bd133bcd0e3-285fbf72 {
  grid-area: text2;
}

#w-node-e401ffb8-645a-5366-a4a3-3bd133bcd0e5-285fbf72 {
  grid-area: text1;
}

#w-node-_69406f7d-3041-f826-9e08-5d4c7ed5f2d8-abbd1994 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a7f60313-5542-a4eb-1fa7-04f4af050fdd-abbd1994 {
  grid-area: text1;
}

#w-node-_8ba55ae0-be6a-f1db-1d85-689f633d2131-abbd1994 {
  grid-area: text2;
}

#w-node-addaf7c9-7c27-6f4a-9000-4f14ceb4d334-abbd1994 {
  grid-area: top;
}

#w-node-addaf7c9-7c27-6f4a-9000-4f14ceb4d335-abbd1994,
#w-node-addaf7c9-7c27-6f4a-9000-4f14ceb4d337-abbd1994 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-addaf7c9-7c27-6f4a-9000-4f14ceb4d339-abbd1994 {
  grid-area: img2;
}

#w-node-addaf7c9-7c27-6f4a-9000-4f14ceb4d33a-abbd1994 {
  grid-area: bottom;
}

#w-node-addaf7c9-7c27-6f4a-9000-4f14ceb4d33d-abbd1994 {
  grid-area: text2;
}

#w-node-addaf7c9-7c27-6f4a-9000-4f14ceb4d342-abbd1994 {
  grid-area: text1;
}

#w-node-addaf7c9-7c27-6f4a-9000-4f14ceb4d344-abbd1994 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_69406f7d-3041-f826-9e08-5d4c7ed5f2d8-4ec1daa2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a7f60313-5542-a4eb-1fa7-04f4af050fdd-4ec1daa2 {
  grid-area: text1;
}

#w-node-_8ba55ae0-be6a-f1db-1d85-689f633d2131-4ec1daa2 {
  grid-area: text2;
}

#w-node-_2746206b-18ca-9207-7907-5d5623741a63-4ec1daa2 {
  grid-area: top;
}

#w-node-_2746206b-18ca-9207-7907-5d5623741a64-4ec1daa2,
#w-node-_2746206b-18ca-9207-7907-5d5623741a66-4ec1daa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2746206b-18ca-9207-7907-5d5623741a68-4ec1daa2 {
  grid-area: img2;
}

#w-node-_2746206b-18ca-9207-7907-5d5623741a69-4ec1daa2 {
  grid-area: bottom;
}

#w-node-_2746206b-18ca-9207-7907-5d5623741a6c-4ec1daa2 {
  grid-area: text2;
}

#w-node-_2746206b-18ca-9207-7907-5d5623741a6e-4ec1daa2 {
  grid-area: text1;
}

#w-node-_2746206b-18ca-9207-7907-5d5623741a70-4ec1daa2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_69406f7d-3041-f826-9e08-5d4c7ed5f2d8-2debc0c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a7f60313-5542-a4eb-1fa7-04f4af050fdd-2debc0c2 {
  grid-area: text1;
}

#w-node-_8ba55ae0-be6a-f1db-1d85-689f633d2131-2debc0c2 {
  grid-area: text2;
}

#w-node-_298bca8f-43b4-0b28-2029-4c86c4b5fff1-2debc0c2 {
  grid-area: top;
}

#w-node-_298bca8f-43b4-0b28-2029-4c86c4b5fff2-2debc0c2,
#w-node-_298bca8f-43b4-0b28-2029-4c86c4b5fff4-2debc0c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_298bca8f-43b4-0b28-2029-4c86c4b5fff6-2debc0c2 {
  grid-area: img2;
}

#w-node-_298bca8f-43b4-0b28-2029-4c86c4b5fff7-2debc0c2 {
  grid-area: bottom;
}

#w-node-_298bca8f-43b4-0b28-2029-4c86c4b5fffa-2debc0c2 {
  grid-area: text2;
}

#w-node-_298bca8f-43b4-0b28-2029-4c86c4b5fffc-2debc0c2 {
  grid-area: text1;
}

#w-node-_298bca8f-43b4-0b28-2029-4c86c4b5fffe-2debc0c2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (min-width: 1280px) {
  #w-node-_25e845de-7bd4-30ce-eb20-c9e7cb0df884-e676b365 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_012dd4b3-caaa-0903-d9d4-5f97a727c344-e676b366 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_25a4789b-32a9-cfad-3799-fa8710d49527-e676b365 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_25a4789b-32a9-cfad-3799-fa8710d49528-e676b365 {
    place-self: auto;
  }
}

/* ===== CASE STUDY TEMPLATE ===== */

/* Hero Section - Edge-to-edge image on left, content on right */
.case-hero {
  display: flex;
  flex-direction: column;
  padding-top: 140px;
  /* Fixed navbar height */
}

.case-hero-image {
  width: 100%;
}

.case-hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Tablet/smaller screens - constrain hero image when stacked */
@media (max-width: 991px) {
  .case-hero-image {
    width: 40%;
    max-width: 400px;
  }

  .case-hero-image img {
    aspect-ratio: 5 / 3.5;
    border-radius: 2px;
  }
}

.case-hero-content {
  padding: 2rem 5vw;
}

.case-title {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: inherit;
}

.case-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.9;
}

/* Desktop: Two-column hero - image flush left to viewport edge */
@media (min-width: 992px) {
  .case-hero {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 0;
    max-width: none;
    margin: 0;
    padding: 0;
    padding-top: 180px;
    /* More space from navbar */
    align-items: start;
  }

  .case-hero-image {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .case-hero-image img {
    width: 100%;
    aspect-ratio: 5 / 3.5;
    object-fit: cover;
    border-radius: 2px;
  }

  .case-hero-content {
    padding: 1.5rem 6rem 0 7.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .case-title {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.1;
    padding-right: 1rem;
  }

  .case-subtitle {
    padding-right: 2rem;
  }
}

/* Large screens (4K etc) - add horizontal padding */
@media (min-width: 1800px) {
  .case-hero {
    max-width: 1800px;
    margin: 0 auto;
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

/* Small mobile - slightly wider image for visibility */
@media (max-width: 479px) {
  .case-hero-image {
    width: 55%;
    max-width: 280px;
  }
}

/* Case Container - responsive padding */
.case-container {
  padding: 0 5vw;
}

@media (min-width: 992px) {
  .case-container {
    max-width: none;
    margin: 0;
    padding: 0 5vw;
  }
}

@media (min-width: 1800px) {
  .case-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 calc(3vw + 5vw);
  }
}

/* Stats section - LEFT side under the image */
.case-stats-wrapper {
  padding: 0 5vw;
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .case-stats-wrapper {
    width: 75%;
    margin-left: 0;
    margin-right: auto;
    padding: 0;
    padding-left: 5vw;
    padding-top: 5rem;
  }
}

@media (min-width: 1800px) {
  .case-stats-wrapper {
    max-width: 1800px;
    margin: 0 auto;
    padding-left: calc(3vw + 5vw);
    width: 100%;
  }

  .case-stats {
    max-width: 70%;
  }
}

.case-stats-title {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 3.1rem;
}

.case-stats {
  display: flex;
  flex-wrap: nowrap;
  gap: 6.5rem;
  padding: 0 0 2.5rem 0;
}

.case-stat-item {
  flex: 1 1 0;
  min-width: 0;
  padding-top: 1rem;
  position: relative;
}

.case-stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 4px;
  background-color: #751560;
}

/* Number container */
.case-stat-number {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #32013a;
  margin-bottom: 0.5rem;
  line-height: 1;
  height: 3.5rem;
  overflow: hidden;
  transition: color 0.3s ease;
}

.case-stat-item:hover .case-stat-number {
  color: #751560;
}

.case-stat-number-inner {
  display: inline-flex;
  align-items: baseline;
}

.case-stat-digits {
  display: inline-flex;
  align-items: baseline;
}

/* Digit slot machine */
.case-stat-digit-slot {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 1.15em;
  width: 0.6em;
  vertical-align: baseline;
}

.case-stat-digit-track {
  display: flex;
  flex-direction: column;
}

.case-stat-digit-value {
  display: block;
  height: 1.15em;
  line-height: 1.15;
  text-align: center;
}

/* Prefix/suffix */
.case-stat-affix {
  display: inline-block;
  overflow: hidden;
  height: 1.15em;
  vertical-align: baseline;
  opacity: 0;
  transform: translateY(100%);
}

.case-stat-affix.visible {
  animation: caseAffixIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes caseAffixIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Decimal point */
.case-stat-decimal {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: baseline;
  width: 0;
  opacity: 0;
}

/* Label - starts hidden, fades in after number animation */
.case-stat-label {
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #32013a;
  opacity: 0;
  line-height: 1.4;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.case-stat-label.visible {
  opacity: 0.7;
  transform: translateY(0);
}

/* Stats responsive - tablet/small screens */
@media (max-width: 767px) {
  .case-stats-title {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }

  .case-stats {
    gap: 3rem;
  }

  .case-stat-number {
    font-size: 2.2rem;
    height: 2.8rem;
  }

  .case-stat-label {
    font-size: 1rem;
  }

  .case-stat-digit-slot {
    width: 0.55em;
  }
}

/* Stats responsive - small mobile */
@media (max-width: 479px) {
  .case-stats-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .case-stats {
    gap: 1.8rem;
  }

  .case-stat-number {
    font-size: 1.7rem;
    height: 2.2rem;
  }

  .case-stat-label {
    font-size: 0.9rem;
  }

  .case-stat-digit-slot {
    width: 0.5em;
  }

  .case-stat-item::before {
    width: 35px;
    height: 3px;
  }
}

/* Content wrapper with sidebar */
.case-content-wrapper {
  padding: 0 5vw;
}

@media (min-width: 992px) {
  .case-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 4rem;
    align-items: start;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media (min-width: 1800px) {
  .case-content-wrapper {
    max-width: 1800px;
    margin: 0 auto;
    padding-left: calc(3vw + 5vw);
    padding-right: calc(3vw + 5vw);
  }
}

/* Sidebar */
.case-sidebar {
  padding-top: 0.6rem;
}

.case-sidebar .case-related-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.case-related-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.case-related-list .case-related-item {
  display: block;
  padding: 1rem;
  border-radius: 2px;
  background: rgba(139, 92, 246, 0.05);
}

/* Sidebar animation */
.case-sidebar .case-related-item {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.case-sidebar.in-view .case-related-item {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.case-sidebar.in-view .case-related-item:nth-child(1) {
  transition-delay: 0.1s;
}

.case-sidebar.in-view .case-related-item:nth-child(2) {
  transition-delay: 0.2s;
}

.case-sidebar.in-view .case-related-item:nth-child(3) {
  transition-delay: 0.3s;
}

.case-sidebar.in-view .case-related-item:nth-child(4) {
  transition-delay: 0.4s;
}

.case-related-list .case-related-item h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
}

.case-related-list .case-related-item p {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  opacity: 0.7;
  margin: 0 0 0.75rem 0;
  line-height: 1.4;
}

/* Read more button - matches intro tagline CTA */
.case-read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--theme, #32013a);
  text-decoration: none;
  transition: opacity 0.2s;
}

.case-read-more-link:hover {
  opacity: 1;
}

.case-read-more-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--theme, #32013a);
  border-radius: 4px;
  color: #fff;
  transition: transform 0.25s ease;
  overflow: hidden;
}

.case-read-more-arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #4a1050;
  transition: left 0.3s ease;
}

.case-read-more-arrow svg {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  transition: transform 0.25s ease;
}

.case-read-more-link:hover .case-read-more-arrow {
  transform: scale(1.05) translateX(2px);
}

.case-read-more-link:hover .case-read-more-arrow::before {
  left: 0;
}

.case-read-more-link:hover .case-read-more-arrow svg {
  animation: case-arrow-slide 0.3s ease forwards;
}

@keyframes case-arrow-slide {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(3px);
  }

  100% {
    transform: translateX(1px);
  }
}

/* Article content */
.case-article {
  max-width: 820px;
}

.case-article h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin: 0.6rem 0 1.5rem;
}

.case-article p {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.case-article img {
  width: 100%;
  border-radius: 20px;
  margin: 2rem 0;
}

/* Quote section - contained width with background image */
.case-quote-section {
  padding: 5rem 4rem;
  text-align: center;
  background-image: url('../images/theme-bg-min.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
  border-radius: 30px;
  /* Animation */
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.case-quote-section.in-view {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.case-quote-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  border-radius: 30px;
}

.case-quote-text {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
  z-index: 1;
  border-left: none;
  padding-left: 0;
}

/* Line-by-line animation */
.case-quote-line {
  display: block;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.case-quote-section.in-view .case-quote-line {
  opacity: 1;
  transform: translateY(0);
}

.case-quote-section.in-view .case-quote-line:nth-child(1) {
  transition-delay: 0.15s;
}

.case-quote-section.in-view .case-quote-line:nth-child(2) {
  transition-delay: 0.25s;
}

.case-quote-section.in-view .case-quote-line:nth-child(3) {
  transition-delay: 0.35s;
}

.case-quote-section.in-view .case-quote-line:nth-child(4) {
  transition-delay: 0.45s;
}

@media (min-width: 992px) {
  .case-quote-text {
    font-size: 1.85rem;
  }
}

.case-quote-attribution {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 1;
  /* Animation */
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.5s,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}

.case-quote-section.in-view .case-quote-attribution {
  opacity: 0.9 !important;
  transform: translateY(0) !important;
}

.case-quote-attribution-name {
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
}

.case-quote-attribution-title {
  font-weight: 400;
  opacity: 0.85;
}

/* Related Case Studies section */
.case-related {
  padding: 4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.case-related-title {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.case-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.case-related-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 1.5rem;
  transition: background 0.2s;
  text-decoration: none;
  color: inherit;
  display: block;
}

.case-related-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.case-related-item h3 {
  font-family: "Poppins", sans-serif;
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.case-related-item p {
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-weight: 300;
  opacity: 0.8;
  font-size: 0.9rem;
}

/* Case footer CTA */
.case-footer {
  padding: 4rem 0;
  text-align: center;
}

.case-footer .case-footer-p {
  margin-bottom: 2rem;
}

/* ===== BLOG POST REDESIGN ===== */

/* Hero Section */
.blog-post-hero {
  padding-top: 140px;
  padding-left: 5vw;
  padding-right: 5vw;
}

@media (min-width: 992px) {
  .blog-post-hero {
    padding-top: 180px;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1800px) {
  .blog-post-hero {
    max-width: 1400px;
  }
}

/* Category Label */
.blog-post-category {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #751560;
  margin-bottom: 1.5rem;
}

/* Title */
.blog-post-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: #32013a;
  line-height: 1.15;
  margin: 0 0 1.5rem 0;
}

@media (min-width: 992px) {
  .blog-post-title {
    font-size: 3.5rem;
    max-width: 85%;
  }
}

@media (min-width: 1200px) {
  .blog-post-title {
    font-size: 4rem;
  }
}

/* Subtitle */
.blog-post-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #32013a;
  line-height: 1.5;
  opacity: 0.85;
  margin: 0 0 2rem 0;
  max-width: 700px;
}

@media (min-width: 992px) {
  .blog-post-subtitle {
    font-size: 1.35rem;
  }
}

/* Meta (author and read time) */
.blog-post-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.blog-post-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.blog-post-author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-post-author-info {
  display: flex;
  flex-direction: column;
}

.blog-post-author-name {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #32013a;
}

.blog-post-author-date {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #32013a;
  opacity: 0.6;
}

.blog-post-read-time {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #32013a;
  opacity: 0.7;
}

/* Gradient Bar */
.blog-post-gradient-bar {
  height: 4px;
  background: linear-gradient(90deg,
    #ff6b6b 0%,
    #ffd93d 25%,
    #6bcb77 50%,
    #4d96ff 75%,
    #9b59b6 100%
  );
  margin: 2.5rem 0;
  border-radius: 2px;
}

/* Hero Image */
.blog-post-hero-image {
  width: 100%;
  border-radius: 12px;
  margin-top: 1rem;
  object-fit: cover;
}

@media (min-width: 992px) {
  .blog-post-hero-image {
    border-radius: 20px;
  }
}

/* Content Wrapper - Two Column Layout */
.blog-post-content-wrapper {
  padding: 2rem 5vw 4rem;
}

@media (min-width: 992px) {
  .blog-post-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 4rem;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 15px 5rem;
  }
}

@media (min-width: 1800px) {
  .blog-post-content-wrapper {
    max-width: 1400px;
  }
}

/* Article Content */
.blog-post-article {
  max-width: 100%;
}

.blog-post-article h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  color: #32013a;
  margin: 2.5rem 0 1rem;
}

.blog-post-article h2:first-child {
  margin-top: 0;
}

.blog-post-article p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #32013a;
  margin-bottom: 1.5rem;
}

.blog-post-article strong {
  font-weight: 600;
}

.blog-post-article img {
  max-width: 100%;
  width: auto;
  max-height: 400px;
  border-radius: 4px;
  margin: 2rem 0;
  display: block;
  object-fit: contain;
}

@media (min-width: 992px) {
  .blog-post-article h2 {
    font-size: 2rem;
  }

  .blog-post-article p {
    font-size: 1.15rem;
  }

  .blog-post-article img {
    max-width: 600px;
    max-height: 450px;
    border-radius: 4px;
  }
}

/* Sidebar */
.blog-post-sidebar {
  display: none;
}

@media (min-width: 992px) {
  .blog-post-sidebar {
    display: block;
    position: sticky;
    top: 140px;
  }
}

.blog-post-sidebar-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #32013a;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(50, 1, 58, 0.1);
}

.blog-post-sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.blog-post-sidebar-item {
  display: flex;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  padding: 0.75rem;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.blog-post-sidebar-item:hover {
  background: rgba(50, 1, 58, 0.05);
}

.blog-post-sidebar-item-image {
  width: 70px;
  height: 50px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

.blog-post-sidebar-item-title {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #32013a;
  line-height: 1.4;
}

/* Blog Related Articles - Text-only cards (matching case study style) */
.blog-related-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.blog-related-item {
  display: block;
  padding: 1rem;
  border-radius: 2px;
  transition: background 0.2s ease;
}

.blog-related-item:hover {
  background: rgba(50, 1, 58, 0.05);
}

.blog-related-item h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  color: #32013a;
}

.blog-related-item p {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #666;
  margin: 0 0 0.75rem 0;
  line-height: 1.5;
}

.blog-read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #32013a;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.blog-read-more-link:hover {
  gap: 0.75rem;
}

.blog-read-more-arrow {
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}

.blog-read-more-link:hover .blog-read-more-arrow {
  transform: translateX(3px);
}

/* Blog sidebar animation */
.blog-post-sidebar .blog-related-item {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-post-sidebar.in-view .blog-related-item {
  opacity: 1;
  transform: translateX(0);
}

.blog-post-sidebar.in-view .blog-related-item:nth-child(1) {
  transition-delay: 0.1s;
}

.blog-post-sidebar.in-view .blog-related-item:nth-child(2) {
  transition-delay: 0.2s;
}

.blog-post-sidebar.in-view .blog-related-item:nth-child(3) {
  transition-delay: 0.3s;
}

.blog-post-sidebar.in-view .blog-related-item:nth-child(4) {
  transition-delay: 0.4s;
}

.blog-post-sidebar.in-view .blog-related-item:nth-child(5) {
  transition-delay: 0.5s;
}

/* Mobile Related Articles (shown below content on mobile) */
.blog-post-related-mobile {
  display: block;
  padding: 2rem 5vw;
  background: rgba(50, 1, 58, 0.03);
}

@media (min-width: 992px) {
  .blog-post-related-mobile {
    display: none;
  }
}

.blog-post-related-mobile-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #32013a;
  margin-bottom: 1.5rem;
}

.blog-post-related-mobile-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.blog-post-related-mobile-item {
  display: flex;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  padding: 1rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.blog-post-related-mobile-item-image {
  width: 80px;
  height: 60px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

.blog-post-related-mobile-item-title {
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #32013a;
  line-height: 1.4;
}

/* Mobile Related Articles - Text-only cards */
.blog-post-related-mobile .blog-related-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.blog-post-related-mobile .blog-related-item {
  display: block;
  padding: 1rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.blog-post-related-mobile .blog-related-item h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  color: #32013a;
}

.blog-post-related-mobile .blog-related-item p {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #666;
  margin: 0 0 0.75rem 0;
  line-height: 1.5;
}

.blog-post-related-mobile .blog-read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #32013a;
  line-height: 1.4;
}

/* =============================================================
   BLOG HOMEPAGE REDESIGN - Angular, Professional Style
   ============================================================= */

/* Blog Homepage Header */
.blog-homepage-header {
  margin-bottom: 4rem;
}

.blog-homepage-header .section-title {
  font-family: "Poppins", sans-serif;
  font-size: 4.2rem;
  font-weight: 300;
  color: var(--theme, #32013a);
  margin-bottom: 1.5rem;
  line-height: 1.25;
}

.blog-homepage-header .section-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--theme, #32013a);
  max-width: 700px;
  line-height: 1.25;
}

/* Blog Homepage Grid - Modern Layout */
.blog-homepage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  padding: 2rem;
}

/* Featured Article - Borderless Style with Hover Highlight */
.blog-featured-article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  padding: 2rem;
  margin: -2rem;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.blog-featured-article:hover {
  background-color: rgba(50, 1, 58, 0.06);
}

.blog-featured-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.blog-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-featured-article:hover .blog-featured-image img {
  transform: scale(1.02);
}

.blog-featured-content {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}

.blog-featured-tag {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #32013a;
  margin-bottom: 1rem;
  display: inline-block;
}

.blog-featured-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.3rem;
  font-weight: 300;
  color: var(--theme, #32013a);
  margin: 0 0 1rem 0;
  line-height: 1.25;
}

.blog-title-arrow {
  font-weight: 300;
  margin-left: 0.25rem;
  transition: transform 0.2s ease;
  display: inline-block;
}

.blog-featured-article:hover .blog-title-arrow,
.blog-card:hover .blog-title-arrow {
  transform: translateX(4px);
}

.blog-featured-excerpt {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--theme, #32013a);
  line-height: 1.5;
  margin-bottom: 0;
}

/* Blog Articles Grid */
.blog-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
  padding: 1.5rem;
}

/* Individual Blog Card - Borderless Style with Hover Highlight */
.blog-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  padding: 1.5rem;
  margin: -1.5rem;
  margin-bottom: 0;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.blog-card:hover {
  background-color: rgba(50, 1, 58, 0.06);
}

.blog-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.02);
}

.blog-card-content {
  padding: 1.25rem 0 0 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: transparent;
}

.blog-card-tag {
  font-family: "Poppins", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #32013a;
  margin-bottom: 0.75rem;
  opacity: 0.7;
}

.blog-card-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--theme, #32013a);
  margin: 0 0 0.75rem 0;
  line-height: 1.25;
}

.blog-card-excerpt {
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--theme, #32013a);
  line-height: 1.5;
  margin-bottom: 1.25rem;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Search Bar - Angular Style */
.blog-search-wrapper {
  margin-bottom: 3rem;
}

.blog-search {
  display: flex;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(50, 1, 58, 0.06);
  overflow: hidden;
  max-width: 400px;
}

.blog-search-input {
  flex: 1;
  border: none;
  padding: 1rem 1.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  color: #32013a;
  background: transparent;
  outline: none;
}

.blog-search-input::placeholder {
  color: #999;
}

.blog-search-btn {
  background: #32013a;
  border: none;
  padding: 1rem 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.blog-search-btn:hover {
  background: #4a0156;
}

.blog-search-btn svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

/* Responsive - Tablet */
@media (max-width: 991px) {
  .blog-homepage-header .section-title {
    font-size: 3rem;
  }

  .blog-homepage-header .section-subtitle {
    font-size: 1.25rem;
  }

  .blog-featured-article {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .blog-featured-content {
    padding: 0;
  }

  .blog-featured-title {
    font-size: 1.75rem;
  }

  .blog-articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }

  .blog-homepage-grid {
    padding: 1rem;
  }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
  .blog-homepage-header .section-title {
    font-size: 2.4rem;
  }

  .blog-homepage-header .section-subtitle {
    font-size: 1.1rem;
  }

  .blog-featured-content {
    padding: 0;
  }

  .blog-featured-title {
    font-size: 1.5rem;
  }

  .blog-articles-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 1rem;
  }

  .blog-card-content {
    padding: 1rem 0 0 0;
  }

  .blog-homepage-grid {
    gap: 2rem;
    padding: 0;
  }

  .blog-card {
    padding: 1rem;
    margin: -1rem;
    margin-bottom: 0;
  }

  .blog-featured-article {
    padding: 1rem;
    margin: -1rem;
  }
}

@media (max-width: 479px) {
  .blog-homepage-header {
    margin-bottom: 2rem;
  }

  .blog-homepage-header .section-title {
    font-size: 1.9rem;
  }

  .blog-homepage-header .section-subtitle {
    font-size: 1rem;
  }

  .blog-featured-image {
    aspect-ratio: 16/9;
  }
}