.elementor-1186 .elementor-element.elementor-element-05a5fef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1186 .elementor-element.elementor-element-1df2965 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1186 .elementor-element.elementor-element-9d0df6b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-1186{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-1186 .elementor-element.elementor-element-05a5fef{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1186 .elementor-element.elementor-element-1df2965 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1186 .elementor-element.elementor-element-9d0df6b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-9d0df6b *//* END-TO-END DIGITAL SOLUTIONS SECTION */
.ai-services-section {
  position: relative;
  overflow: hidden;
  padding: 92px 20px 96px;
  background:
    radial-gradient(circle at 12% 20%, rgba(99, 102, 241, 0.08), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(139, 92, 246, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ai-services-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ai-section-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.ai-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6366f1;
}

.ai-eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6366f1, #a855f7);
  box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.12);
}

.ai-section-heading h2 {
  margin: 0;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.ai-section-heading h2 span {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 70%, #a855f7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ai-section-heading p {
  max-width: 640px;
  margin: 16px auto 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.75;
}

.ai-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ai-service-card {
  position: relative;
  min-height: 254px;
  padding: 26px 24px 24px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  overflow: hidden;
}

.ai-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(99, 102, 241, 0.11), transparent 36%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.ai-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(99, 102, 241, 0.32);
  box-shadow:
    0 26px 70px rgba(15, 23, 42, 0.09),
    0 10px 26px rgba(99, 102, 241, 0.08);
}

.ai-service-card:hover::before {
  opacity: 1;
}

.ai-service-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
}

.ai-service-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.ai-service-icon--blue {
  color: #2563eb;
  background: linear-gradient(135deg, #dbeafe, #eef2ff);
}

.ai-service-icon--purple {
  color: #7c3aed;
  background: linear-gradient(135deg, #ede9fe, #f5f3ff);
}

.ai-service-icon--pink {
  color: #db2777;
  background: linear-gradient(135deg, #fce7f3, #fff1f2);
}

.ai-service-icon--orange {
  color: #f59e0b;
  background: linear-gradient(135deg, #fef3c7, #fff7ed);
}

.ai-service-icon--green {
  color: #16a34a;
  background: linear-gradient(135deg, #dcfce7, #f0fdf4);
}

.ai-service-icon--cyan {
  color: #0284c7;
  background: linear-gradient(135deg, #e0f2fe, #ecfeff);
}

.ai-service-icon--teal {
  color: #0d9488;
  background: linear-gradient(135deg, #ccfbf1, #ecfeff);
}

.ai-service-icon--shop {
  color: #22c55e;
  background: linear-gradient(135deg, #dcfce7, #f7fee7);
}

.ai-service-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.ai-service-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.ai-service-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2563eb;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.ai-service-card a span {
  transition: transform 0.2s ease;
}

.ai-service-card:hover a span {
  transform: translateX(4px);
}

.ai-services-bg-shape {
  position: absolute;
  border-radius: 999px;
  filter: blur(6px);
  pointer-events: none;
  opacity: 0.7;
}

.ai-services-bg-shape--one {
  width: 220px;
  height: 220px;
  left: -92px;
  top: 140px;
  background: rgba(99, 102, 241, 0.08);
}

.ai-services-bg-shape--two {
  width: 260px;
  height: 260px;
  right: -110px;
  bottom: 60px;
  background: rgba(168, 85, 247, 0.08);
}

/* Responsive */
@media (max-width: 1100px) {
  .ai-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ai-services-section {
    padding: 72px 16px 76px;
  }

  .ai-services-grid {
    grid-template-columns: 1fr;
  }

  .ai-service-card {
    min-height: auto;
    padding: 24px 22px;
    border-radius: 22px;
  }

  .ai-section-heading {
    margin-bottom: 32px;
  }

  .ai-section-heading p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b27095 *//* PRODUCTS THAT POWER YOUR BUSINESS */
.ai-products-section {
  position: relative;
  overflow: hidden;
  padding: 92px 20px 100px;
  background:
    radial-gradient(circle at 18% 15%, rgba(37, 99, 235, 0.08), transparent 30%),
    radial-gradient(circle at 84% 70%, rgba(124, 58, 237, 0.1), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.ai-products-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ai-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ai-product-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 18px 50px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.ai-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(99, 102, 241, 0.14), transparent 38%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.ai-product-card:hover {
  transform: translateY(-9px);
  border-color: rgba(99, 102, 241, 0.34);
  box-shadow:
    0 28px 76px rgba(15, 23, 42, 0.1),
    0 12px 28px rgba(99, 102, 241, 0.08);
}

.ai-product-card:hover::before {
  opacity: 1;
}

.ai-product-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 28px 28px 20px 20px;
  background: #eef2ff;
}

.ai-product-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.35s ease;
}

.ai-product-card:hover .ai-product-thumb img {
  transform: scale(1.06);
}

.ai-product-content {
  position: relative;
  z-index: 2;
  padding: 22px 22px 24px;
}

.ai-product-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ai-product-content h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.ai-product-content p {
  margin: 0 0 20px;
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.ai-product-content a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #2563eb;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.ai-product-content a span {
  transition: transform 0.2s ease;
}

.ai-product-card:hover .ai-product-content a span {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1100px) {
  .ai-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ai-products-section {
    padding: 72px 16px 78px;
  }

  .ai-products-grid {
    grid-template-columns: 1fr;
  }

  .ai-product-card {
    border-radius: 24px;
  }

  .ai-product-thumb {
    border-radius: 24px 24px 18px 18px;
  }

  .ai-product-content {
    padding: 20px 20px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e112c0 *//* HOW WE WORK SECTION */
.ai-work-section {
  position: relative;
  overflow: hidden;
  padding: 94px 20px 104px;
  background:
    radial-gradient(circle at 12% 18%, rgba(99, 102, 241, 0.08), transparent 30%),
    radial-gradient(circle at 88% 34%, rgba(14, 165, 233, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ai-work-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ai-work-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.ai-work-timeline::before {
  content: "";
  position: absolute;
  top: 66px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    rgba(99, 102, 241, 0.3) 0 10px,
    transparent 10px 18px
  );
}

.ai-work-step {
  position: relative;
  z-index: 2;
  padding: 0 4px;
  opacity: 0;
  transform: translateY(26px);
  animation: aiStepFadeUp 0.8s ease forwards;
}

.ai-work-step:nth-child(1) {
  animation-delay: 0.05s;
}

.ai-work-step:nth-child(2) {
  animation-delay: 0.18s;
}

.ai-work-step:nth-child(3) {
  animation-delay: 0.31s;
}

.ai-work-step:nth-child(4) {
  animation-delay: 0.44s;
}

.ai-work-step:nth-child(5) {
  animation-delay: 0.57s;
}

.ai-work-count {
  width: max-content;
  margin: 0 auto 16px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ai-work-icon {
  position: relative;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 26px;
  box-shadow:
    0 18px 44px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  animation: aiIconFloat 4.2s ease-in-out infinite;
}

.ai-work-icon::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 30px;
  background: inherit;
  opacity: 0.28;
  filter: blur(14px);
  z-index: -1;
}

.ai-work-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.ai-work-icon--blue {
  color: #2563eb;
  background: linear-gradient(135deg, #dbeafe, #eef2ff);
}

.ai-work-icon--purple {
  color: #7c3aed;
  background: linear-gradient(135deg, #ede9fe, #f5f3ff);
  animation-delay: 0.2s;
}

.ai-work-icon--pink {
  color: #db2777;
  background: linear-gradient(135deg, #fce7f3, #fff1f2);
  animation-delay: 0.4s;
}

.ai-work-icon--green {
  color: #16a34a;
  background: linear-gradient(135deg, #dcfce7, #f0fdf4);
  animation-delay: 0.6s;
}

.ai-work-icon--orange {
  color: #f59e0b;
  background: linear-gradient(135deg, #fef3c7, #fff7ed);
  animation-delay: 0.8s;
}

.ai-work-content {
  min-height: 210px;
  padding: 24px 20px 22px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  text-align: center;
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.ai-work-step:hover .ai-work-content {
  transform: translateY(-8px);
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow:
    0 26px 70px rgba(15, 23, 42, 0.09),
    0 12px 30px rgba(99, 102, 241, 0.08);
}

.ai-work-content h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  color: #0f172a;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.ai-work-content p {
  margin: 0;
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

/* Animations */
@keyframes aiStepFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aiIconFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .ai-work-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-work-timeline::before {
    display: none;
  }

  .ai-work-content {
    min-height: 180px;
  }
}

@media (max-width: 640px) {
  .ai-work-section {
    padding: 74px 16px 82px;
  }

  .ai-work-timeline {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 42px;
  }

  .ai-work-step {
    padding: 0;
  }

  .ai-work-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    margin-bottom: 18px;
  }

  .ai-work-icon svg {
    width: 30px;
    height: 30px;
  }

  .ai-work-content {
    min-height: auto;
    padding: 22px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-work-step,
  .ai-work-icon {
    animation: none;
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f879fd *//* READY TO START YOUR NEXT PROJECT */
.ai-final-cta-section {
  position: relative;
  overflow: hidden;
  padding: 94px 20px 104px;
  background:
    radial-gradient(circle at 14% 18%, rgba(99, 102, 241, 0.09), transparent 30%),
    radial-gradient(circle at 88% 68%, rgba(168, 85, 247, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ai-final-cta-container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.ai-final-cta-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: grid;
  grid-template-columns: 0.85fr 1.6fr;
  gap: 40px;
  align-items: center;
  padding: 56px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.96), rgba(124, 58, 237, 0.95) 48%, rgba(168, 85, 247, 0.94)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 38%);
  box-shadow:
    0 34px 90px rgba(37, 99, 235, 0.24),
    0 16px 42px rgba(124, 58, 237, 0.16);
}

.ai-final-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.24;
}

.ai-final-cta-glow {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(8px);
}

.ai-final-cta-glow--one {
  width: 260px;
  height: 260px;
  left: -90px;
  top: -90px;
  background: rgba(255, 255, 255, 0.2);
}

.ai-final-cta-glow--two {
  width: 300px;
  height: 300px;
  right: -110px;
  bottom: -130px;
  background: rgba(255, 255, 255, 0.18);
}

.ai-final-cta-visual,
.ai-final-cta-content,
.ai-final-cta-contact {
  position: relative;
  z-index: 2;
}

.ai-final-cta-visual {
  display: flex;
  justify-content: center;
}

.ai-final-rocket-card {
  width: 230px;
  height: 230px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 24px 60px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(14px);
  animation: aiRocketFloat 4.2s ease-in-out infinite;
}

.ai-final-rocket {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  font-size: 48px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
  animation: aiRocketPulse 2.6s ease-in-out infinite;
}

.ai-final-screen {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  display: grid;
  gap: 8px;
}

.ai-final-screen span {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}

.ai-final-screen span:nth-child(1) {
  width: 78%;
}

.ai-final-screen span:nth-child(2) {
  width: 58%;
}

.ai-final-screen span:nth-child(3) {
  width: 88%;
}

.ai-final-cta-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-final-cta-content h2 {
  max-width: 720px;
  margin: 0;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.ai-final-cta-content p {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.75;
}

.ai-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ai-final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 16px;
  font-size: 14.5px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.ai-final-cta-btn--primary {
  background: #ffffff;
  color: #2563eb;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
}

.ai-final-cta-btn--ghost {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
}

.ai-final-cta-btn:hover {
  transform: translateY(-4px);
}

.ai-final-cta-btn--primary:hover {
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.22);
}

.ai-final-cta-btn span {
  transition: transform 0.2s ease;
}

.ai-final-cta-btn:hover span {
  transform: translateX(4px);
}

.ai-final-cta-contact {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.ai-final-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
}

.ai-final-contact-item span {
  opacity: 0.95;
}

.ai-final-contact-item a {
  color: inherit;
  text-decoration: none;
}

.ai-final-contact-item:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* Animations */
@keyframes aiRocketFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-12px) rotate(2deg);
  }
}

@keyframes aiRocketPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }
}

/* Responsive */
@media (max-width: 900px) {
  .ai-final-cta-card {
    grid-template-columns: 1fr;
    padding: 44px 28px;
    text-align: center;
  }

  .ai-final-cta-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .ai-final-cta-actions,
  .ai-final-cta-contact {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .ai-final-cta-section {
    padding: 74px 16px 84px;
  }

  .ai-final-cta-card {
    padding: 34px 20px;
    border-radius: 28px;
  }

  .ai-final-rocket-card {
    width: 190px;
    height: 190px;
    border-radius: 28px;
  }

  .ai-final-rocket {
    width: 82px;
    height: 82px;
    font-size: 42px;
    border-radius: 26px;
  }

  .ai-final-cta-actions {
    flex-direction: column;
  }

  .ai-final-cta-btn {
    width: 100%;
  }

  .ai-final-contact-item {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-final-rocket-card,
  .ai-final-rocket {
    animation: none;
  }
}/* End custom CSS */