:root {
  --light-gray: #f6f6f6;
  --black: #1f2328;
  --grey: #d4d7dc;
  --white: white;
  --grey-secondary: #535963;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--light-gray);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin: 0;
  font-family: Geist, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 140%;
}

h2 {
  color: var(--black);
  margin: 0;
  font-family: Geist, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 140%;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
}

p {
  color: var(--black);
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

a {
  color: var(--black);
  text-decoration: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Geist, sans-serif;
  font-weight: 500;
  line-height: 150%;
}

label {
  color: var(--black);
  margin-bottom: 5px;
  font-family: Geist, sans-serif;
  font-weight: 500;
  line-height: 150%;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Geist, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.section {
  border-bottom: 1px solid var(--grey);
  margin-top: 100px;
  overflow: clip;
}

.section.banner-section {
  margin-top: 0;
  padding: 20px 0;
}

.section.services-section {
  margin-top: 0;
  padding-top: 0;
}

.section.testimonial-section {
  margin-top: 0;
  position: relative;
}

.section.cta-section {
  background-color: #0874f70d;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.footer-section {
  margin-top: 0;
}

.section.bottom-section {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.project-page-section {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  max-width: 1240px;
  position: relative;
}

.container.services-container {
  border-right: 1px solid var(--grey);
  border-left: 1px solid var(--grey);
  padding: 100px 40px;
}

.container.help-container {
  border-right: 1px solid var(--grey);
  border-left: 1px solid var(--grey);
  padding-top: 100px;
  padding-bottom: 0;
}

.container.help-container.project-container {
  padding-top: 60px;
}

.container.footer-container {
  border-right: 1px solid var(--grey);
  border-left: 1px solid var(--grey);
  padding: 100px 40px;
}

.primary-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.primary-btn.form-btn {
  width: 100%;
  margin-top: 20px;
}

.secondary-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  box-shadow: 0 0 0 1px var(--grey);
  color: var(--black);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  overflow: clip;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.secondary-btn:hover .btn-circle-secondary {
  /* background-color: var(--white); */
  /* box-shadow: 0 0 0 1px var(--white); */
  transform: translateX(10px);
}

.secondary-btn .btn-circle-secondary {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-text {
  color: var(--black);
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.link-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.link-text-white {
  color: var(--white);
  font-family: Geist, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.btn-circle {
  z-index: 2;
  background-color: var(--white);
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  overflow: clip;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.primary-btn:hover .btn-circle {
  transform: translateX(10px);
}

.btn-circle-secondary {
  box-shadow: 0 0 0 1px var(--grey);
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  overflow: clip;
}

.txt-lg {
  font-size: 20px;
  line-height: 150%;
}

.txt-lg.txt-center.sm-padding-inline.md-width {
  margin-left: auto;
  margin-right: auto;
}

.txt-lg.txt-center.sm-padding-inline.md-width.lg-mb {
  margin-bottom: 100px;
}

.txt-lg.md-width {
  margin-left: auto;
  margin-right: auto;
}

.txt-body {
  font-size: 16px;
  line-height: 150%;
}

.txt-body.md-width {
  margin-left: auto;
  margin-right: auto;
}

.txt-body.md-width.sm-mt {
  margin-top: 24px;
}

.txt-body.md-width.sm-mt.sm-mb {
  margin-bottom: 24px;
}

.txt-center {
  text-align: center;
}

.txt-center.md-mb,
.txt-center.project-title {
  margin-bottom: 60px;
}

.flex-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-col.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-col.align-left.left-col {
  width: 45%;
}

.flex-col.align-left.card {
  border-top: 1px solid var(--grey);
  border-right: 1px solid var(--grey);
  justify-content: space-between;
  height: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: clip;
}

.flex-col.align-left.testimonial-flex-col {
  justify-content: flex-start;
  gap: 24px;
}

@keyframes testimonialScrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes testimonialScrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

.flex-col.align-left.footer-item-col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 25%;
}

.flex-col.align-left.project-flex-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
}

.flex-col.align-left._w-50 {
  justify-content: space-between;
  width: 50%;
}

.flex-col.align-left._w-50-project {
  justify-content: center;
  width: 50%;
}

.md-width {
  max-width: 750px;
}

.md-width.txt-center {
  margin-left: auto;
  margin-right: auto;
}

.hero-video {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
  height: 610px;
  max-height: 600px;
  margin-top: 80px;
  box-shadow: 0 7px 29px #64646f33;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video-slide-up {
    animation: none !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

.flex-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.flex-row.space-btwn.footer-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
}

.flex-row.space-btwn.stretch {
  align-items: stretch;
}

.flex-row.space-btwn.stretch.blog-hero-height {
  margin-bottom: 60px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  padding: 0;
  gap: 38px;
}

/* Hover effect only for blog cards (anchor tags), not project cards (div tags) */
a.flex-row.space-btwn.stretch.blog-hero-height:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin: -8px -8px 52px -8px;
}

a.flex-row.space-btwn.stretch.blog-hero-height:hover .blog-hero-img-inner {
  transform: scale(1.05);
}

/* Remove hover effect from project cards (div tags) */
div.flex-row.space-btwn.stretch.blog-hero-height {
  cursor: default;
}

div.flex-row.space-btwn.stretch.blog-hero-height:hover {
  transform: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 60px;
}

div.flex-row.space-btwn.stretch.blog-hero-height:hover .blog-hero-img-inner {
  transform: none;
}

/* Scale down content in blog hero section */
.blog-hero-height {
  align-items: flex-start !important;
}

.blog-hero-height h2 {
  font-size: 2.125rem !important;
  line-height: 140% !important;
  margin-bottom: 18px !important;
}

.blog-hero-height .txt-lg {
  font-size: 19px !important;
  line-height: 150% !important;
  margin-bottom: 22px !important;
}

.blog-hero-height .blog-tag {
  font-size: 12px !important;
  padding: 7px 13px !important;
  margin-bottom: 14px !important;
}

.blog-hero-height ._w-50 {
  gap: 18px !important;
}

.blog-hero-height .author-img {
  width: 60px !important;
  height: 60px !important;
}

.blog-hero-height .author-name {
  font-size: 18px !important;
}

.blog-hero-height .author-date {
  font-size: 16px !important;
}

.blog-hero-height .blog-hero-img {
  width: 47% !important;
  max-width: 480px !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: stretch !important;
}

.blog-hero-height .blog-hero-img-inner {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

.blog-hero-height ._w-50 {
  width: 50% !important;
  flex: 1 !important;
}

.flex-row.space-btwn.blog-flex {
  align-items: flex-start;
}

.flex-row.space-btwn.testimonial-card-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

/* Dropdown icon rotation - smooth transition */
.nav-link.w-dropdown .dropdown-icon,
.nav-link.w-dropdown .w-icon-dropdown-toggle {
  transition: transform 0.3s ease !important;
}

/* Rotate dropdown icon when dropdown is open */
.nav-link.w-dropdown.w--open .dropdown-icon,
.nav-link.w-dropdown.w--open .w-icon-dropdown-toggle,
.nav-link.w-dropdown:has(.nav-dropdown.w--open) .dropdown-icon,
.nav-link.w-dropdown:has(.nav-dropdown.w--open) .w-icon-dropdown-toggle {
  transform: rotate(180deg) !important;
}

.flex-row.bottom-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-row.align-left.align-center {
  align-items: center;
}

.flex-row.align-left.align-center.p-l {
  padding-left: 20px;
}

.img-wrapper {
  max-width: 120px;
}

.tab-w {
  width: 100%;
  margin-top: 40px;
}

.tab-menu {
  display: flex;
}

.tab-content {
  margin-top: 40px;
}

.tab-btn {
  opacity: 0.5;
  color: var(--black);
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  font-family: Geist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.tab-btn.w--current {
  border-bottom: 2px solid var(--black);
  background-color: var(--light-gray);
  opacity: 1;
}

.full-w {
  width: 100%;
}

.sm-mt {
  margin-top: 24px;
}

.sm-mt.md-width.img-blog-w {
  margin-left: auto;
  margin-right: auto;
}

.col {
  min-width: 45%;
  height: 320px;
}

.col.sm-radius {
  border-radius: 8px;
}

.align-left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.align-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.btn-wrapper {
  max-width: 280px;
}

@media screen and (min-width: 992px) {
  .btn-wrapper {
    margin: 0 auto;
  }
}

.lg-width {
  max-width: 1020px;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-subtext {
  color: var(--grey-secondary);
  margin-bottom: 8px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.sm-mb {
  margin-bottom: 12px;
}

.card-img {
  height: 410px;
  max-height: 410px;
  width: 100%;
}

.card-inner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-pagination {
  display: none;
}

.slider {
  background-color: var(--light-gray);
  height: 490px;
  margin-top: 60px;
  display: flex;
  position: static;
}

.slider-mask {
  max-width: 320px;
  overflow: visible;
}

.testimonial-name {
  color: var(--black);
  font-family: Geist, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.testimonial-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.grid-3.grid-projects {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-3.testimonial-grid {
  height: 750px;
  overflow: clip;
}

.testimonial-wrapper {
  gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  animation: testimonialScrollUp 50s linear infinite;
}

.testimonial-wrapper:nth-child(3) {
  animation: testimonialScrollUp 55s linear infinite;
}

.testimonial-middle {
  gap: 24px;
  flex-flow: column;
  display: flex;
  animation: testimonialScrollDown 52s linear infinite;
}

.testimonial-overlay {
  z-index: 100;
  background-image: linear-gradient(
    180deg,
    var(--light-gray),
    #f6f6f6cc 70%,
    #fff0
  );
  width: 100%;
  height: 110px;
  position: absolute;
  inset: 23% 0% auto;
}

.flex-row-btn {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.automaflow-logo {
  width: 25%;
}

.project-card {
  background-color: var(--white);
  padding: 20px;
}

.body {
  background-color: #f6f6f6;
}

.testimonial-overlay-bottom {
  z-index: 100;
  background-image: linear-gradient(
    0deg,
    var(--light-gray),
    #f6f6f6cc 70%,
    #fff0
  );
  width: 100%;
  height: 110px;
  position: absolute;
  inset: auto 0% 7%;
}

.automaflow-logo-nav {
  width: 19%;
}

.navbar {
  border-bottom: 1px solid var(--grey);
  background-color: var(--light-gray);
  position: sticky;
  top: 0;
}

.project-card-img-w {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.nav-items {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.nav-dropdown.w--open {
  background-color: var(--white);
  border-radius: 8px;
  width: 220px;
  padding-top: 16px;
  padding-bottom: 16px;
  inset: 83% 0% auto;
  box-shadow: 0 2px 8px #0003;
}

.nav-dropdown-item {
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: block;
}

.nav-dropdown-item:hover {
  background-color: #0874f70d;
}

.testimonial-arrow {
  background-color: var(--black);
  border-radius: 100px;
  width: 64px;
  height: 64px;
  inset: -145% 3% 0% auto;
}

.testimonial-arrow-left {
  background-color: var(--black);
  border-radius: 100px;
  width: 64px;
  height: 64px;
  inset: -145% 15% 0% auto;
}

.project-card-img {
  object-fit: cover;
}

.ai-hero-video {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
  height: 790px;
  margin-top: 80px;
  box-shadow: 0 7px 29px #64646f33;
}

.software-hero-video {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
  height: 780px;
  margin-top: 80px;
  box-shadow: 0 7px 29px #64646f33;
}

.blog-hero-img {
  width: 45%;
  overflow: clip;
}

.blog-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.blog-card:hover .blog-img-inner {
  transform: scale(1.15);
}

.blog-img {
  object-fit: cover;
  height: 200px;
  max-height: 200px;
  overflow: clip;
  width: 100%;
}

.author-img {
  width: 64px;
  height: 64px;
  margin-right: 16px;
}

.author-img-icon {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.author-name {
  color: var(--black);
  font-family: Geist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.author-date {
  color: var(--grey-secondary);
  margin-top: 8px;
  font-family: Geist, sans-serif;
  font-size: 16px;
  display: block;
}

.author-date.tag-title {
  margin: 0;
}

.blog-tag {
  color: var(--black);
  background-color: #53596333;
  border-radius: 5px;
  flex-flow: column;
  padding: 8px;
  font-family: Geist, sans-serif;
}

.blog-hero-img-inner {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-tab {
  background-color: #0000;
  border-radius: 5px;
}

.blog-tab.w--current {
  background-color: var(--grey);
  color: var(--white);
}

.blog-img-inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-card-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  cursor: pointer;
}

.project-card-inner:hover .blog-img-inner {
  transform: scale(1.15);
}

.project-card-inner:hover .primary-btn .btn-circle {
  transform: translateX(10px);
}

.footer-link {
  transition: all 0.2s;
}

.footer-link:hover {
  color: #1f232880;
}

.left-col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.right-col {
  max-width: 75%;
}

.img-blog {
  object-fit: cover;
  width: 100%;
}

.blog-cta {
  background-color: #0874f70d;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.form {
  width: 100%;
}

.right-col-contact {
  background-color: #0874f70d;
  border-radius: 15px;
  width: 50%;
  padding: 18px;
}

.left-col-contact {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.txt-field {
  border: 1px solid var(--light-gray);
  color: var(--black);
  border-radius: 5px;
  font-family: Geist, sans-serif;
  line-height: 150%;
}

.select-field {
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
}

.list-item {
  margin-bottom: 12px;
}

.testimonial-img {
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-right: 8px;
}

.testimonial-inner-img {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  h4 {
    color: var(--black);
    font-family: Geist, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 140%;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container.services-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .container.help-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.footer-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .primary-btn.header-btn {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .btn-circle {
    min-width: 20px;
    min-height: 20px;
  }

  .hero-video {
    aspect-ratio: 2 / 3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: 54vh;
  }

  .flex-row.space-btwn {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .card-img {
    height: 250px;
    max-height: 250px;
  }

  .grid-3.grid-blogs,
  .grid-3.grid-projects {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-overlay {
    top: 23%;
  }

  .automaflow-logo-nav.w--current {
    width: 25%;
  }

  .nav-link {
    padding: 10px;
  }

  .testimonial-arrow,
  .testimonial-arrow-left {
    opacity: 0;
    display: none;
  }

  .dropdown-icon {
    margin-right: -7px;
  }

  .ai-hero-video,
  .software-hero-video {
    aspect-ratio: 2 / 3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: 54vh;
  }

  .left-col-contact {
    min-width: 47%;
  }

  .dropdown-toggle {
    padding: 10px;
  }

  .flex-row.space-btwn.testimonial-card-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-row.space-btwn.testimonial-card-flex > div:nth-child(2) {
    display: none;
  }

  .btn-wrapper {
    max-width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  .section {
    margin-top: 40px;
  }

  .section.services-section {
    padding-top: 0;
  }

  .section.cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.bottom-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.project-page-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.services-container {
    padding: 40px 18px;
  }

  .container.help-container {
    padding: 40px 0 0;
  }

  .container.help-container.project-container {
    padding-top: 40px;
  }

  .container.footer-container {
    padding: 40px 18px;
  }

  .primary-btn.header-btn {
    margin-left: 20px;
    margin-right: 20px;
  }

  .txt-lg {
    font-size: 18px;
  }

  .txt-lg.txt-center.sm-padding-inline {
    padding-left: 18px;
    padding-right: 18px;
  }

  .txt-lg.txt-center.sm-padding-inline.md-width.lg-mb,
  .txt-center.md-mb,
  .txt-center.project-title {
    margin-bottom: 40px;
  }

  .flex-col.align-left.left-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .flex-col.align-left.card {
    border-right-style: none;
    border-right-width: 0;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .flex-col.align-left.footer-item-col {
    width: calc(50% - 12px);
  }

  .flex-col.align-left._w-50,
  .flex-col.align-left._w-50-project {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .hero-video {
    aspect-ratio: 2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .flex-row.space-btwn {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .flex-row.space-btwn.footer-flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-row.space-btwn.stretch.blog-hero-height {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: column;
    margin-bottom: 40px;
  }

  .blog-hero-height h2 {
    font-size: 1.875rem !important;
  }

  .blog-hero-height .txt-lg {
    font-size: 18px !important;
  }

  .blog-hero-height .blog-hero-img {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    align-items: normal !important;
  }

  .blog-hero-height .blog-hero-img-inner {
    height: auto !important;
    max-height: 300px !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .blog-hero-height ._w-50 {
    width: 100% !important;
  }

  a.flex-row.space-btwn.stretch.blog-hero-height:hover {
    transform: none;
    box-shadow: none;
    padding: 0;
    margin: 0 0 40px 0;
  }

  a.flex-row.space-btwn.stretch.blog-hero-height:hover .blog-hero-img-inner {
    transform: none;
  }

  .flex-row.space-btwn.blog-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  #projects-slider-mask {
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .flex-row.space-btwn.flex-contact,
  .flex-row.align-top {
    flex-flow: column;
  }

  .tab-menu {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .tab-btn {
    padding-left: 18px;
    padding-right: 18px;
  }

  .col {
    min-width: 100%;
    margin-top: 40px;
  }

  .col.sm-radius {
    height: 280px;
    margin-top: 0;
  }

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

  .card-img {
    height: auto;
    max-height: 320px;
  }

  .slider {
    height: auto;
    margin-top: 40px;
  }

  .grid-3,
  .grid-3.grid-blogs,
  .grid-3.grid-projects {
    grid-template-columns: 1fr;
  }

  .testimonial-wrapper {
    height: 100%;
    display: none;
  }

  .testimonial-middle {
    flex-flow: column;
  }

  .testimonial-overlay {
    height: 110px;
    inset: 19% 0% auto;
  }

  .automaflow-logo {
    order: -9999;
    align-self: flex-start;
    width: 50%;
  }

  .testimonial-overlay-bottom {
    inset: auto 0% 0%;
  }

  .automaflow-logo-nav {
    order: -9999;
    align-self: flex-start;
    width: 50%;
  }

  .automaflow-logo-nav.w--current {
    align-self: auto;
    width: 30%;
  }

  .nav-items {
    background-color: var(--grey);
    padding: 19px 10px 20px;
  }

  .btn-wrapper {
    max-width: 100%;
  }

  .project-carousel-nav {
    display: none;
    opacity: 0;
  }
}

/* Smooth opening animation for mobile menu */
.w-nav[data-collapse="small"] .w-nav-menu[data-nav-menu-open] {
  animation: slideDownMenu 0.4s ease forwards;
}

@keyframes slideDownMenu {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.nav-link {
  padding: 16px 20px;
  display: block;
}

/* Fix for desktop: Remove max-width restriction from dropdown on larger screens */
@media screen and (min-width: 768px) {
  /* Override any inline styles that might be applied by Webflow JS */
  .nav-link.w-dropdown[style*="max-width"] {
    max-width: none !important;
  }

  .nav-link.w-dropdown {
    max-width: none !important;
    z-index: 900 !important;
    width: auto !important;
    min-width: auto !important;
  }

  /* Fix dropdown toggle layout - ensure icon doesn't overlap text */
  .nav-link.w-dropdown .dropdown-toggle {
    position: relative;
    padding-right: 40px !important;
    display: inline-block;
    white-space: nowrap;
  }

  .nav-link.w-dropdown .dropdown-toggle > div:not(.dropdown-icon) {
    display: inline-block;
    white-space: nowrap;
    padding-right: 0;
    margin-right: 0;
  }

  .nav-link.w-dropdown .dropdown-icon,
  .nav-link.w-dropdown .w-icon-dropdown-toggle {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    margin-right: 20px !important;
    width: 1em !important;
    height: 1em !important;
    transition: transform 0.3s ease !important;
  }

  /* Rotate dropdown icon when dropdown is open - combine with translateY */
  .nav-link.w-dropdown.w--open .dropdown-icon,
  .nav-link.w-dropdown.w--open .w-icon-dropdown-toggle,
  .nav-link.w-dropdown:has(.nav-dropdown.w--open) .dropdown-icon,
  .nav-link.w-dropdown:has(.nav-dropdown.w--open) .w-icon-dropdown-toggle {
    transform: translateY(-50%) rotate(180deg) !important;
  }

  /* Fix dropdown positioning - should overlay, not expand nav */
  .nav-dropdown.w--open,
  .nav-link.w-dropdown .nav-dropdown.w--open {
    position: absolute !important;
    margin-top: 0 !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
  }
}

/* Mobile styles - dropdown expands inside nav */
@media screen and (max-width: 767px) {
  .nav-dropdown.w--open {
    margin-top: 20px;
    position: static;
  }

  .blog-img {
    height: 420px;
    max-height: 420px;
  }
}

.project-card-img {
  object-fit: cover;
}

.ai-hero-video,
.software-hero-video {
  aspect-ratio: 2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.blog-hero-img {
  width: 100%;
}

.author-date.tag-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.blog-tab {
  width: auto;
  padding: 9px;
}

.left-col {
  width: 100%;
}

.right-col {
  max-width: 100%;
}

.tabs {
  width: 100%;
}

.blog-cta {
  padding: 30px 8px;
}

.right-col-contact {
  width: 100%;
  max-width: 100%;
}

.left-col-contact {
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
  padding: 0;
}

.menu-btn {
  background-color: var(--light-gray);
}

.menu-btn.w--open {
  background-color: var(--grey);
}

@media screen and (max-width: 479px) {
  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .link-btn {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-circle {
    min-width: 20px;
    min-height: 20px;
  }

  .flex-col.align-left.footer-item-col {
    width: 100%;
  }

  .hero-video {
    width: 100%;
    height: auto;
  }

  .flex-row {
    flex-flow: column;
  }

  .flex-row.space-btwn {
    flex-direction: row;
  }

  .flex-row.space-btwn.footer-flex {
    flex-flow: column;
  }

  .flex-row.space-btwn.banner-flex {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    justify-content: center;
  }

  .flex-row.space-btwn.nav-flex,
  .flex-row.space-btwn.sm-mt.link-btn-flex {
    flex-flow: row;
  }

  .flex-row.space-btwn.stretch.blog-hero-height {
    height: auto;
  }

  .flex-row.bottom-flex {
    flex-flow: row;
  }

  .flex-row.align-left.align-center {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .img-wrapper {
    flex: 60px;
  }

  .tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col.sm-radius {
    margin-top: 0;
  }

  .btn-wrapper {
    max-width: 100%;
  }

  .tab-txt {
    font-size: 14px;
  }

  .slider-mask {
    max-width: 100%;
  }

  .testimonial-overlay {
    height: 90px;
    top: 22%;
  }

  .flex-row-btn {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .automaflow-logo,
  .automaflow-logo-nav {
    align-self: center;
    width: 60%;
  }

  .automaflow-logo-nav.w--current {
    width: 50%;
    padding-left: 0;
  }

  .project-card-img-w {
    height: auto;
    max-height: 150px;
  }

  .ai-hero-video,
  .software-hero-video {
    width: 100%;
    height: auto;
  }

  .right-col-contact {
    padding: 8px;
  }

  #projects-slider-mask .project-card.w-slide {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin-right: 0 !important;
  }

  .primary-btn.header-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .blog-img {
    height: auto;
    max-height: 220px;
  }
}
