:root {
  --av-color-primary: #4a4f62;
  --av-color-black: #000000;
  --av-color-text: #141b34;
  --av-color-primary-icon: #aaaaaa;
  --av-color-border-color: #e6e6e6;
  --av-color-input-color: #f6f6f6;
  --av-color-white-color: #ffffff;
  --av-color-bg: #fbf9f7;

  /* Theme Font Size */
  --av-font-size-12: 12px;
  --av-font-size-14: 14px;
  --av-font-size-16: 16px;
  --av-font-size-18: 18px;
  --av-font-size-20: 20px;
  --av-font-size-22: 22px;
  --av-font-size-24: 24px;
  --av-font-size-26: 26px;
  --av-font-size-28: 28px;
  --av-font-size-30: 30px;
  --av-font-size-32: 32px;
  --av-font-size-34: 34px;
  --av-font-size-36: 36px;
  --av-font-size-38: 38px;
  --av-font-size-40: 40px;
  --av-font-size-42: 42px;
  /* Theme Font Weight */
  --av-font-weight-400: 400;
  --av-font-weight-500: 500;
  --av-font-weight-600: 600;
  --av-font-weight-700: 700;
  /* Theme Radius */
  --av-radius-500: 500px;
  --av-radius-22: 22px;
  --av-radius-10: 10px;
}

html,
body {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;
}

.tickova-hero {
  position: relative;
  overflow: hidden;
}
.tickova-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/landing/images/hero-bg.png");
  z-index: 0;
  pointer-events: none;
}
.tickova-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 294px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.tickova-header {
  background-color: none;
  height: 76px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--av-radius-500);
  padding: 0px 20px 0px 30px;
}

.tickova-header .header-items ul {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style-type: none;
  margin-bottom: 0px;
}
.tickova-header .header-items ul li a {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-primary);
  text-decoration: none;
  position: relative;
}

.tickova-agents {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tickova-agents img {
  width: 13px;
  height: 13px;
}
.tickova-header .auth {
  display: flex;
  gap: 20px;
}
.auth a {
  width: 120px;
  height: 44px;
  border-radius: var(--av-radius-10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;

  text-decoration: none;
}
.auth .login {
  background: var(--av-color-white-color);
  border: 1px solid var(--av-color-border-color);
  color: var(--av-color-text);
}
.auth .signup {
  background: var(--av-color-text);
  color: var(--av-color-white-color);
}

.tickova-content {
  padding-top: 100px;
  padding-bottom: 71px;
}

.tk-hero-head {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 15px;
  align-items: center;
}
.tk-hero-head h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 46px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--av-color-text);
  margin-bottom: 0px;
}

.tickova-content .hero-text {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--av-color-primary);
  max-width: 992px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.tickova-content .hero-btns {
  position: relative;
  z-index: 10;
}

.hero-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
}
.hero-btns a {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: var(--av-radius-10);
}

.trial-btn {
  background: var(--av-color-text);
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 222px;
  height: 50px;
}
.demo-btn {
  background: var(--av-color-white-color);
  gap: 10px;
  color: var(--av-color-primary) !important;
  border: 0.5px solid #000000;
  width: 184px;
  height: 50px;
}

.phero-image img {
  display: block;
  margin: 0 auto;
  box-shadow: 0px 10px 50px 0px #00000012;
  /* border: 10px solid #f6f6f6; */
  border-radius: 15px;
}

.tickova-heroimgs {
  position: relative;
}

.robot-left {
  position: absolute;
  left: -36px;
  top: 38%;
  transform: translateY(-50%);
}

.robot-right {
  position: absolute;
  /* right: -253px; */
  right: calc((100vw - 100%) / -2);
  top: 15%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 1919px) and (max-width: 1920px) {
  .robot-right {
    right: calc((100vw - 101%) / -2);
  }
}

.strips {
  position: absolute;
  /* right: -135px; */
  right: calc((100vw - 100%) / -2 + 135px);
  top: 0px;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
  z-index: 1;
}

.strips div {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-text);
}

.strip1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d6c2f9;
  box-shadow: 0px 10px 50px 0px #00000014;
  width: 160px;
  height: 40px;
  border-radius: var(--av-radius-10);
}

.strip2 {
  display: flex;
  align-items: center;
  justify-content: end;
  background: #c3d5fd;
  box-shadow: 0px 10px 50px 0px #00000014;
  width: 196px;
  height: 40px;
  border-radius: var(--av-radius-10);
}
.strip2 span {
  position: relative;
  right: 20px;
}

.strip3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a5e49e;
  box-shadow: 0px 10px 50px 0px #00000014;
  width: 165px;
  height: 40px;
  border-radius: var(--av-radius-10);
}

.strips div {
  animation: slideLeftRight 3s ease-in-out infinite;
}
@keyframes slideLeftRight {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
}
.strips div:nth-child(1) {
  animation-delay: 0s;
}
.strips div:nth-child(2) {
  animation-delay: 0.5s;
}
.strips div:nth-child(3) {
  animation-delay: 1s;
}

.project-companies {
  margin-top: 100px;
}

.partner-company {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 30px;
  color: var(--av-color-text);
}
.carousel-container {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 100px;
}

.ccard {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 45px;
}
.carousel-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

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

.features-head {
  font-family: Inter;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  color: var(--av-color-text);
}
.features-text {
  margin: 0 auto;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--av-color-primary);
}

.assistant-section {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}

.assistant-content .features-head {
  text-align: start;
  margin: 0px;
  font-size: 32px;
}

.powered-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.powered-text p {
  margin-bottom: 0px;
  font-family: Inter;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0%;
  color: var(--av-color-primary);
}

.checklist li {
  list-style: none;
  padding-left: 40px;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;
  color: var(--av-color-text);
}

.assistant-img img {
  /* border: 10px solid #f6f6f6; */
  box-shadow: 0px 10px 50px 0px #0000000d;
  border-radius: 20px;
}

.rcheck {
  grid-template-columns: repeat(1, 1fr) !important;
}
.assistant-content .rcheck li {
  background: url("/landing/images/check.png") no-repeat left center;
}

.support-section {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.support-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--av-color-input-color);
  opacity: 50%;
  z-index: 0;
  pointer-events: none;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 70px;
}

.support-grid .feature-card {
  background: var(--av-color-white-color);
  border: 0.5px solid #e6e6e6;
}

.fcard-img {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  margin-bottom: 15px;
  border-radius: 10px;
}

.feature-card:hover {
  animation: shadowPop 0.35s ease forwards;
}

@keyframes shadowPop {
  from {
    box-shadow: 0 0 0 0 rgb(0, 0, 0);
  }
  to {
    box-shadow: 0px 4px 0 0px rgb(0, 0, 0);
  }
}

.feature-card:not(:hover) {
  animation: shadowOut 0.35s ease forwards;
}

@keyframes shadowOut {
  from {
    box-shadow: 0px 4px 0 0px rgb(0, 0, 0);
  }
  to {
    box-shadow: 0 0 0 0 rgb(0, 0, 0);
  }
}

.feature-card:hover img {
  transform: rotate(360deg);
}
.feature-card img {
  transition: transform 0.6s ease;
}

.feature-card {
  background: var(--av-color-white-color);
  padding: 20px 27px 20px 25px;
  border-radius: 22px;
  z-index: 1;
  box-shadow: 0px 13px 100px 0px #c7c7c740;
}

.feature-card h4 {
  font-family: Inter;
  font-weight: 600;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 10px;
  color: var(--av-color-text);
}
.feature-card p {
  font-family: Inter;
  font-weight: 500;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0%;
  color: var(--av-color-primary);
  margin-bottom: 0px;
}

.integration-section {
  padding-top: 100px;
  margin-bottom: 100px;
}

.customers {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  position: relative;
}

.customers::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--av-color-input-color);
  opacity: 50%;
  z-index: 0;
  pointer-events: none;
}

.customers .assistant-img img {
  border: none;
  box-shadow: none;
}

.customers .assistant-section {
  position: relative;
}

.testimonial-section {
  position: absolute;
  top: 21%;
  right: 6%;
  width: 460px;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px 15px 20px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 3;
}

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

.profiling .info {
  display: flex;
  align-items: center;
  gap: 14px;
}

.profiling .name {
  font-family: Inter;
  font-weight: var(--av-font-weight-700);
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}

.message-info {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.message {
  font-family: Inter;
  font-weight: var(--av-font-weight-500);
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
  color: var(--av-color-text);
  margin-bottom: 0px;
}

.customer-robot {
  position: absolute;
  top: -95%;
  right: -7px;
  z-index: 2;
}

.toolsassistant-section {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}

.step-card:hover {
  border-left: 1px solid #000000;
}
.step-card.active:hover {
  border-left: none;
}

.step-card.active {
  border-left: none;
}

.step-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 12px;
  background: var(--av-color-white-color);
  box-shadow: 12px 12px 50px 0px #00000014;
  border: 1px solid var(--av-color-white-color);
  margin-bottom: 25px;
  cursor: pointer;
  transition: 0.5s all;
}

.step-card p {
  margin-bottom: 0px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    opacity 0.2s ease-in-out,
    max-height 0.4s ease-in-out;
}

.step-card.active p {
  max-height: 1000px;
  opacity: 1;
  transition:
    opacity 0.9s ease-in-out,
    max-height 0.9s ease-in-out;
}

.step-content {
  display: flex;
  gap: 13px;
  align-items: center;
}
.step-card.active {
  border-top: 1px solid #000000;
  gap: 16px;
}
.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--av-color-input-color);
  flex-shrink: 0;
  font-family: Roboto;
  font-weight: var(--av-font-weight-600);
  font-size: var(--av-font-size-18);
  line-height: 0px;
  letter-spacing: -0.24px;
  vertical-align: middle;
  color: #555555;
}
.step-card.active .step-number {
  font-family: Roboto;
  font-weight: var(--av-font-weight-600);
  font-size: var(--av-font-size-18);
  line-height: 0px;
  letter-spacing: -0.24px;
  vertical-align: middle;
}
.step-content {
  display: flex;
  align-items: center;
}
.step-card.active p {
  margin-bottom: 0px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  color: var(--av-color-text);
}
.step-content h4 {
  margin: 0;
  font-family: Inter;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.32px;
  color: #555555;
}

.integration-section .tickova-section {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 80px;
  background: url("/landing/images/wavy.png") center center no-repeat;
}

.integration-section .center-node {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.integration-section .center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.integration-section .center-circle {
  width: 494px;
  height: 494px;
}

.integration-section .profile {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background: #ffffff;
  border: 1.5px solid #d9dade;
  text-align: center;
  align-content: center;
}

.integration-section .p1 {
  top: -10%;
}
.integration-section .p2 {
  top: 40%;
  left: 1%;
}
.integration-section .p3 {
  bottom: -10%;
}
.integration-section .p4 {
  top: -10%;
  right: 0%;
}
.integration-section .p5 {
  top: 40%;
  right: 1%;
}
.integration-section .p6 {
  bottom: -10%;
  right: 0%;
}

.integration-section .cta-btn {
  transform: translateX(0%);
  border-radius: var(--av-radius-500);
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--av-color-primary);
  text-decoration: none;
  margin: 0 auto;
  margin-top: 112px;
}

.integration-section .cta-btn span {
  font-weight: 700;
}

.tickova-questions {
  margin-bottom: 100px;
}

.transform-section .free-text {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-primary);
  margin-top: 42px;
  text-align: center;
}

.copyright {
  padding: 20px 0px;
  text-align: center;
}

.copyright span {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0%;
  color: var(--av-color-primary);
}

.footer-brand .logo {
  width: 220px;
  height: 65px;
  margin-bottom: 10px;
}

.footer-brand .logo img {
  width: 100%;
  height: 100%;
}

.footer-container {
  padding: 100px 0px 61px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  position: relative;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-brand p {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0%;
  color: var(--av-color-primary);
  margin-bottom: 0px;
}

.footer-col h4 {
  font-family: Inter;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-text);
  margin-bottom: 0px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-col a {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-primary);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-col a:hover {
  color: var(--av-color-primary);
  transform: translateX(4px);
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.social-links {
  display: flex;
  gap: 25px;
  padding-left: 0px;
  margin-bottom: 0px;
}

.social-links li {
  list-style-type: none;
}

.social-links li a {
  width: 50px;
  height: 50px;
  background: var(--av-color-white-color);
  border: 0.5px solid var(--av-color-primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}
.hamburger span {
  width: 26px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s;
}
.mobile-menu {
  display: none;
}

@media (min-width: 1399.98px) {
  .footer-brand p {
    min-width: 700px;
  }
}

@media (max-width: 1199px) {
  .tickova-header {
    position: relative;
    z-index: 1000;
    background: white;
  }

  .hamburger {
    display: flex;
  }
  .header-items {
    display: none;
  }
  .auth {
    display: none !important;
  }
  .mobile-menu .header-items {
    display: flex;
  }
  .header-items ul {
    flex-direction: column;
    text-align: center;
    padding-left: 0px;
  }
  .mobile-menu .auth {
    display: flex !important;
  }

  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transition: 0.5s all;
  }

  .tickova-header:has(.mobile-menu.active) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .mobile-menu {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 15px;
    padding-bottom: 30px;
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    width: 100%;
    background: #fff;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 1399.98px) {
  .assistant-img img {
    width: 100%;
  }
  .phero-image img {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .integration-section .cta-btn {
    margin-top: 62px;
  }
  .robot-right {
    display: none;
  }
  .strips {
    right: 0%;
  }
  .tools-img img {
    width: 100%;
  }
  .tickova-hero::after {
    height: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tools-img img {
    width: 100%;
  }
}

.assistant-content .checklist {
  gap: 10px;
}

.checklist {
  padding-left: 0px;
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .tickova-section {
    background-size: 93% 90% !important;
  }
}

@media (max-width: 991.98px) {
  .integration-section .tickova-section {
    background: none;
    display: grid;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    row-gap: 30px;
    height: unset;
  }
  .integration-section .tickova-section .center-node {
    display: none;
  }
  .integration-section .profile {
    position: unset;
  }
}

@media (max-width: 499.98px) {
  .integration-section .tickova-section {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .testimonial-section {
    width: auto;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .integration-section .tickova-section {
    width: 80%;
    margin: 60px auto 0px;
  }
}
.transform-img {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .features-head {
    font-size: 32px;
  }
  .features-text {
    font-size: 18px;
  }
  .transform-img {
    margin-top: 30px;
  }
  .integration-section {
    margin-bottom: 50px;
  }
  .toolsassistant-section {
    margin-top: 30px;
  }
  .assistant-section {
    margin-bottom: 50px;
  }
  .customers .assistant-section {
    margin-bottom: 0px;
  }
  .powered-text p {
    font-size: 18px;
    text-align: center;
  }
  .assistant-content .features-head {
    text-align: center;
  }
  .partner-company {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .tickova-content {
    padding-top: 50px;
  }
  .tk-hero-head h1 {
    font-size: 32px;
    text-align: center;
  }
  .tickova-content .hero-text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .hero-btns {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .tickova-content {
    padding-bottom: 30px;
  }
  .companies-list {
    margin-bottom: 50px;
  }
}

@media (max-width: 992.98px) {
  .toolsassistant-section {
    flex-direction: column;
  }
  .assistant-section {
    flex-direction: column;
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  .tickova-content {
    padding-top: 90px;
  }
  .tk-hero-head h1 {
    font-size: 38px;
  }
  .tickova-content .hero-text {
    font-size: 18px;
  }
}
@media (max-width: 576.98px) {
  .feature-card {
    padding: 40px 30px;
  }
}
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-brand {
    grid-column: span 1;
  }
}
@media (min-width: 1400px) {
  .integration-steps {
    max-width: 700px;
  }
}

.trial-btn,
.demo-btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.trial-btn::before,
.demo-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.25),
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.trial-btn:hover::before,
.demo-btn:hover::before {
  transform: translateX(100%);
}

@media (min-width: 1600px) {
  .container {
    max-width: 1420px !important;
  }
}

a.signup,
a.login {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

a.signup::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.25),
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
a.login::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(76, 114, 85, 0.25),
    transparent 70%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

a.signup:hover,
a.login:hover {
  animation: gradientMoves 3s ease infinite;
}

a.signup:hover::before,
a.login:hover::before {
  transform: translateX(100%);
}

@keyframes gradientMoves {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.signup span,
.trial-btn span {
  z-index: 1;
}

.demo-btn:hover img,
.cta-btn:hover img {
  animation: iconBounce 0.6s ease-in-out infinite;
}
@keyframes iconBounce {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

.user-dropdown.open .user-dropdown-menu { display: block !important; }
.user-dropdown.open button svg:last-child { transform: rotate(180deg); }

.phero-image {
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .support-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.first-images .assistant-img {
  position: relative;
  display: flex;
  justify-content: center;
}
.first-images .assistant-inner-image1 {
  position: absolute;
  top: 18%;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
.first-images .assistant-inner-image2 {
  position: absolute;
  bottom: 9%;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
.second-images .assistant-img {
  position: relative;
}
.second-images .support-robo {
  position: absolute;
  left: 15%;
  bottom: 5%;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
.support-robo {
  position: relative;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

.blink {
  animation: blinkPulse 2s ease-in-out infinite;
}
@keyframes blinkPulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Customers Love Section - Motion Graphics */
.rotating-img {
  animation: rotate360 20s linear infinite;
  transform-origin: center;
}

@keyframes rotate360 {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.customer-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.customer1 {
  position: absolute;
  top: 17%;
  right: 35%;
  animation: orbitLR 6s ease-in-out infinite;
}
.customer2 {
  position: absolute;
  top: 37%;
  left: 17%;
  animation: floatUpDown 4s ease-in-out infinite;
}
.customer3 {
  position: absolute;
  right: 30%;
  bottom: 20%;
  animation: scalePulse 3s ease-in-out infinite;
}
.customer-feed {
  position: absolute;
  border-radius: 0px !important;
}
.customer-feed1 {
  top: 16%;
  left: 13%;
  animation: move1 6s ease-in-out infinite;
}
.customer-feed2 {
  top: 12%;
  right: 7%;
  animation: move2 7s ease-in-out infinite;
}
.customer-feed3 {
  bottom: 21%;
  left: 7%;
  animation: move3 5.5s ease-in-out infinite;
}
.customer-feed4 {
  top: 45%;
  right: 10%;
  animation: move4 6.5s ease-in-out infinite;
}

@keyframes orbitLR {
  0% { transform: translateX(-20px); }
  50% { transform: translateX(20px); }
  100% { transform: translateX(-20px); }
}
@keyframes floatUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(25px); }
}
@keyframes scalePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}
@keyframes move1 {
  0% { transform: translate(0, 0); }
  25% { transform: translate(10px, -15px); }
  50% { transform: translate(-15px, 10px); }
  75% { transform: translate(10px, 15px); }
  100% { transform: translate(0, 0); }
}
@keyframes move2 {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-20px, 10px); }
  50% { transform: translate(15px, -10px); }
  75% { transform: translate(-10px, -15px); }
  100% { transform: translate(0, 0); }
}
@keyframes move3 {
  0% { transform: translate(0, 0); }
  25% { transform: translate(12px, 12px); }
  50% { transform: translate(-12px, -8px); }
  75% { transform: translate(8px, -12px); }
  100% { transform: translate(0, 0); }
}
@keyframes move4 {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-10px, -10px); }
  50% { transform: translate(15px, 5px); }
  75% { transform: translate(-5px, 15px); }
  100% { transform: translate(0, 0); }
}

/* Questions Section - Motion Graphics */
.customers-robo {
  position: absolute;
  top: 38%;
  left: 57%;
  transform: translate(-50%, -50%);
}
.questions {
  position: absolute;
}
.question1 {
  top: 7%;
  left: 24%;
  animation: move4 5.5s ease-in-out infinite;
}
.question2 {
  top: 28%;
  right: 6%;
  animation: move1 5.5s ease-in-out infinite;
}
.question3 {
  top: 40%;
  left: 4%;
  animation: move2 5.5s ease-in-out infinite;
}
.question4 {
  left: 24%;
  bottom: 24%;
  animation: move3 5.5s ease-in-out infinite;
}
.question5 {
  bottom: 16%;
  right: 16%;
  animation: move1 5.5s ease-in-out infinite;
}

/* Responsive adjustments for motion graphics */
@media (max-width: 1399.98px) {
  .assistant-img .customer-center,
  .customer1, .customer2, .customer3,
  .customer-feed, .customer-feed1, .customer-feed2,
  .customer-feed3, .customer-feed4,
  .customers-robo {
    width: auto !important;
  }
}
@media (max-width: 1199.98px) {
  .question1, .question2, .question3,
  .question4, .question5 {
    width: auto !important;
  }
}

.auto-text {
  position: absolute;
  top: 47%;
  max-width: 629px;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  color: var(--av-color-primary);
  text-align: left !important;
  display: inline-block;
  width: 100%;
}

.second-images .assistant-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1399.98px) {
  .assistant-img .assistant-inner-image1,
  .assistant-img .assistant-inner-image2 {
    width: 90%;
  }
  .second-images .support-robo {
    width: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .auto-text {
    font-size: 13px;
    line-height: unset;
    width: 95%;
  }
  .second-images .support-robo {
    width: 56px;
  }
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .auto-text {
    font-size: 11px;
    line-height: unset;
    width: 95%;
  }
  .second-images .support-robo {
    width: 56px;
  }
}

@media (min-width: 550.98px) and (max-width: 767.98px) {
  .auto-text {
    font-size: 14px;
    width: 95%;
  }
}

@media (min-width: 455px) and (max-width: 550px) {
  .auto-text {
    font-size: 13px;
    width: 95%;
    line-height: unset;
  }
  .second-images .support-robo {
    width: 56px;
  }
}
@media (max-width: 454.98px) {
  .auto-text {
    font-size: 9px;
    width: 95%;
    line-height: unset;
  }
  .second-images .support-robo {
    width: 56px;
  }
}
