body {
  margin: 0px;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== Navbar css start ===== */

/* .fi-navbar {
  background-color: #000c14;
  padding: 18px 0;
}

.fi-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.fi-nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fi-nav-links .nav-link {
  color: var(--fi-white);
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  opacity: 0.9;
}

.fi-nav-links .nav-link.active {
  color: var(--fi-blue-light);
  border-bottom: 1px solid var(--fi-blue-light);
  padding-bottom: 6px;
  opacity: 1;
}

.fi-nav-links .nav-link:hover {
  color: var(--fi-blue-light);
  opacity: 1;
}

.fi-dropdown-toggle::after {
  vertical-align: 2px;
}

.fi-dropdown-menu {
  background-color: #0a1830;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.fi-dropdown-menu .dropdown-item {
  color: var(--fi-text-muted);
  font-size: 14px;
}

.fi-dropdown-menu .dropdown-item:hover {
  background-color: rgba(22, 170, 240, 0.12);
  color: var(--fi-white);
}

.fi-contact-btn {
  background: linear-gradient(90deg, #0d3a63, #1e93d8);
  color: var(--fi-white);
  border: none;
  border-radius: 30px;
  padding: 11px 30px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: filter 0.2s ease;
}

.fi-contact-btn:hover {
  filter: brightness(1.12);
  color: var(--fi-white);
}

.fi-navbar-toggler {
  border: none;
  color: var(--fi-white);
  background: none;
}

.fi-navbar-toggler:focus {
  box-shadow: none;
}

.fi-offcanvas {
  background-color: #061127;
  width: min(300px, 82vw);
}

.fi-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 18px 20px;
}

.fi-offcanvas .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.8;
}

.fi-offcanvas .fi-nav-links {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 10px 8px;
  width: 100%;
}

.fi-offcanvas .fi-nav-links .nav-item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.fi-offcanvas .fi-nav-links .nav-link {
  padding: 14px 12px;
  width: 100%;
  display: block;
  opacity: 0.9;
}

.fi-offcanvas .fi-nav-links .nav-link.active {
  color: var(--fi-blue-light);
  border-bottom: none;
  padding-bottom: 14px;
}

.fi-offcanvas .fi-dropdown-toggle::after {
  float: right;
  margin-top: 8px;
}

.fi-offcanvas .fi-dropdown-menu {
  position: static;
  display: none;
  background-color: transparent;
  border: none;
  padding-left: 12px;
  margin-top: 0;
  width: 100%;
}

.fi-offcanvas .fi-dropdown-menu.show {
  display: block;
}

.fi-offcanvas .fi-dropdown-menu .dropdown-item {
  padding: 10px 12px;
  border-left: 2px solid rgba(22, 170, 240, 0.3);
}

.fi-offcanvas .fi-contact-btn {
  width: 100%;
  margin-top: 16px;
}

@media (max-width: 991.98px) {
  .fi-navbar-collapse {
    display: none !important;
  }
  .fi-navbar-toggler {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .fi-navbar-toggler {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .fi-logo-text {
    font-size: 18px;
  }
  .fi-navbar .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
} */

/* ========== navbar css end =============== */

/* =========================================================
   MAIN SECTION
========================================================= */

.ai-webinar {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 78%, rgba(0, 52, 255, 0.32), transparent 30%),
    radial-gradient(
      circle at 12% 75%,
      rgba(94, 42, 190, 0.28),
      transparent 30%
    ),
    #020207;
  padding: 120px 0 45px;
}

/* =========================================================
   BACKGROUND GLOW
========================================================= */

.bg-glow {
  position: absolute;
  pointer-events: none;
  filter: blur(80px);
  border-radius: 50%;
}

.bg-glow-left {
  width: 350px;
  height: 300px;
  left: -180px;
  bottom: 50px;
  background: rgba(103, 58, 183, 0.2);
}

.bg-glow-right {
  width: 350px;
  height: 300px;
  right: -150px;
  bottom: 30px;
  background: rgba(0, 70, 255, 0.2);
}

/* =========================================================
   HERO
========================================================= */

.ai-hero-section {
  position: relative;
  z-index: 2;
}

/* =========================================================
   BADGE
========================================================= */

.ai-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 20px;
  background: transparent;
  border: none;
  border-radius: 50px;
  color: #ddd;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 0 12px rgba(142, 52, 255, 0.12);
  z-index: 0;
}

.ai-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 50px;

  background: linear-gradient(90deg, #3ad6f7 0%, #9148ed 100%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  z-index: -1;
}

.ai-badge span {
  color: #ffd000;
}

/* =========================================================
   HERO TITLE
========================================================= */

.hero-title {
  margin-top: 18px;

  font-size: clamp(34px, 52px, 52px);
  line-height: 60px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: #fff;
}

.hero-title span {
  color: #6d83f1;
}

.hero-title span.txt-gradient {
  background: linear-gradient(to bottom, #3c00fe 0%, #a78cff 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =========================================================
   DESCRIPTION
========================================================= */

.hero-description {
  margin-top: 15px;
  color: #c0b7b7;
  font-size: 17px;
  line-height: 28px;
}

/* =========================================================
   BUTTONS
========================================================= */

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 18px;
}

.btn-ai {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 14px 35px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 0 12px rgba(142, 52, 255, 0.12);
  z-index: 0;
  transition: 0.5s ease;
}

.btn-ai i {
  font-size: 13px;
}

.btn-primary-ai {
  color: #fff;

  background: linear-gradient(100deg, #7138dd, #159de9);

  box-shadow: 0 0 15px rgba(85, 60, 255, 0.2);
}

.btn-primary-ai:hover {
  color: #fff;

  transform: translateY(-2px);

  box-shadow: 0 5px 25px rgba(94, 67, 255, 0.4);
}

.btn-outline-ai::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 8px;
  background: linear-gradient(90deg, #3ad6f7 0%, #9148ed 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.btn-outline-ai:hover {
  color: #fff;

  border-color: #3c9bff;

  box-shadow: 0 0 15px rgba(74, 130, 255, 0.25);

  transform: translateY(-2px);
}

/* =========================================================
   TRUST STATS
========================================================= */

.trust-stats {
  display: flex;
  gap: 45px;
  margin-top: 28px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trust-item div:last-child {
  display: flex;
  flex-direction: column;
  line-height: 26px;
}

.trust-item small {
  color: #fff;
  font-size: 15px;
}

.trust-item strong {
  background: linear-gradient(to bottom, #1a83e3 0%, #6b3dd3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
  font-weight: bold;
}

.trust-item span {
  color: #fff;
  font-size: 18px;
}

/* =========================================================
   AI IMAGE
========================================================= */

.ai-visual {
  position: relative;

  width: 100%;
  height: 390px;

  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.ai-hero-image {
  width: min(100%, 490px);

  object-fit: contain;

  filter: drop-shadow(0 0 18px rgba(81, 42, 255, 0.25));

  animation: aiFloat 5s ease-in-out infinite;
}

@keyframes aiFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* =========================================================
   WEBINAR SECTION
========================================================= */

.webinar-section {
  position: relative;

  max-width: 600px;

  margin: 0 auto 0;

  text-align: center;
  padding: 120px 0px 0px;
}
.webinar-section h2 {
  position: relative;
  z-index: 2;

  margin-bottom: 18px;

  font-size: 36px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
}

.webinar-section h2 span {
  -webkit-text-fill-color: transparent;
  /* font-size: 28px; */
  font-weight: bold;
  background: linear-gradient(#86fbff 0%, #059bf7 100%) text;
}
.webinar-section img {
  margin-top: -100px;
}
.webinar-section a img {
  margin: 0px;
}
.webinar-section p {
  color: #999393;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 12px;
}

/* =========================================================
   MAIN SECTION
========================================================= */

.ai-experience-section {
  position: relative;
  overflow: hidden;

  min-height: 100vh;

  padding: 30px 0 40px;

  background:
    radial-gradient(
      ellipse at 10% 70%,
      rgba(73, 42, 180, 0.16),
      transparent 32%
    ),
    radial-gradient(
      ellipse at 90% 45%,
      rgba(0, 72, 255, 0.16),
      transparent 30%
    ),
    #030308;
}

/* =========================================================
   LEFT CONTENT
========================================================= */

.experience-content {
  position: relative;
  z-index: 2;

  padding-top: 4px;
}

.experience-title {
  margin: 0;

  max-width: 570px;

  font-size: clamp(36px);
  line-height: 1.08;

  font-weight: 600;

  letter-spacing: -1.3px;

  color: #f5f5f7;
}

.experience-title span {
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  background: linear-gradient(#3c00fe 0%, #a78cff 100%) text;
}

/* =========================================================
   LEFT BOTTOM
========================================================= */

.experience-bottom {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 40px;

  max-width: 680px;

  margin-top: 24px;
}

/* =========================================================
   CTA ACTION CARDS
========================================================= */

.experience-actions {
  display: flex;
  flex-direction: column;

  gap: 20px;
}

.experience-action {
  position: relative;

  display: flex;
  align-items: center;

  min-height: 56px;

  padding: 8px 13px;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.experience-action:hover {
  transform: translateY(-2px);

  border-color: #874bff;

  box-shadow: 0 8px 25px rgba(85, 44, 220, 0.2);
}

.experience-action::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 25px;
  background: linear-gradient(90deg, #3c00fe 0%, #a78cff 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

/* ACTION ICON */

/* ACTION CONTENT */

.action-content {
  min-width: 0;

  display: flex;
  flex-direction: column;

  margin-left: 10px;
}

.action-content strong {
  color: #ffffff;

  font-size: 16px;
  line-height: 1.25;

  font-weight: 500;
}

.action-content small {
  margin-top: 2px;

  color: #b4b1b1;

  font-size: 14px;
  line-height: 1.2;
}

/* ACTION ARROW */

.action-arrow {
  margin-left: auto;

  color: #814aff;

  font-size: 12px;
}

/* =========================================================
   TESTIMONIAL
========================================================= */

.testimonial-block {
  padding-top: 1px;
}

.testimonial-block h3 {
  margin: 0 0 13px;
  color: #f1f1f3;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 600;
}

/* RATING */

.testimonial-rating {
  display: flex;
  align-items: center;

  gap: 7px;
}

/* AVATARS */

.avatars {
  display: flex;
}

.avatars span {
  /* overflow: hidden; */

  margin-left: -9px;

  border-radius: 50%;

  border: 2px solid #07070c;

  background: #222;
}

.avatars span:first-child {
  margin-left: 0;
}

.avatars img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* RATING INFO */

.rating-info {
  display: flex;
  flex-direction: column;
}

.stars {
  color: #f5c400;

  font-size: 9px;

  letter-spacing: 1px;

  line-height: 1;
}

.rating-info span {
  margin-top: 2px;

  color: #fff;

  font-size: 15px;
}

/* TESTIMONIAL BUTTON */

.testimonial-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 19px;
  padding: 6px 14px;
  border-radius: 4px;
  color: #00caed;
  font-size: 18px;
  transition: all 0.3s ease;
}

.testimonial-button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 9px;
  background: linear-gradient(90deg, #86fbff 0%, #059bf7 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.testimonial-button:hover {
  color: #ffffff;

  background: rgba(0, 180, 220, 0.08);

  box-shadow: 0 0 15px rgba(0, 190, 255, 0.15);
}

/* =========================================================
   RIGHT IMAGE
========================================================= */

.experience-visual {
  position: relative;

  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.experience-image {
  width: 450px;

  height: auto;

  object-fit: contain;

  animation: experienceFloat 6s ease-in-out infinite;
}

@keyframes experienceFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

/* =========================================================
   AI REVOLUTION
========================================================= */

.revolution-section {
  position: relative;

  max-width: 930px;

  margin: 35px auto 0;
}

/* =========================================================
   HEADING
========================================================= */

.revolution-heading {
  text-align: center;

  margin-bottom: 25px;
}

.revolution-heading h2 {
  margin: 0;

  color: #f4f4f7;

  font-size: clamp(25px, 2.4vw, 34px);

  line-height: 1.2;

  font-weight: 500;

  letter-spacing: -0.6px;
}

.revolution-heading span {
  color: #7650ff;
}

/* =========================================================
   REVOLUTION CARD
========================================================= */

.revolution-card {
  position: relative;

  overflow: hidden;

  padding: 18px 28px;

  border-radius: 16px;

  background: linear-gradient(
    135deg,
    rgba(27, 17, 60, 0.62),
    rgba(5, 5, 19, 0.75)
  );

  border: 1px solid transparent;

  background-clip: padding-box;
}

/* GRADIENT BORDER */

.revolution-card::before {
  content: "";

  position: absolute;

  inset: 0;

  z-index: 1;

  padding: 1px;

  border-radius: 16px;

  background: linear-gradient(120deg, #3ad6f7, #9148ed, #9148ed, #3ad6f7);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;

  mask-composite: exclude;
}

/* INNER GLOW */

/* =========================================================
   REVOLUTION ITEMS
========================================================= */

.revolution-item {
  position: relative;

  z-index: 2;

  min-height: 130px;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  text-align: center;

  padding: 15px 10px;
}

/* =========================================================
   ICON
========================================================= */

.revolution-icon {
  width: 72px;
  height: 72px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 10px;
}

.revolution-icon img {
  width: 100%;
  height: 100%;

  object-fit: contain;

  filter: drop-shadow(0 0 8px rgba(137, 48, 255, 0.3));

  transition: transform 0.3s ease;
}

.revolution-item:hover .revolution-icon img {
  transform: translateY(-4px) scale(1.05);
}

/* =========================================================
   ITEM TITLE
========================================================= */

.revolution-item h3 {
  margin: 0;

  color: #fff;

  font-size: 16px;

  line-height: 1.45;

  font-weight: 400;
}

/* =========================================================
   info AI WORKFLOW SECTION
========================================================= */

.info-ai-workflow {
  position: relative;

  overflow: hidden;

  padding: 10px 0 70px;

  color: #ffffff;

  background: #020207;

  font-family: "Inter", sans-serif;
}

/* =========================================================
   BACKGROUND GLOW
========================================================= */

.info-ai-workflow::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 350px;

  left: -250px;
  bottom: -150px;

  border-radius: 50%;

  background: rgba(92, 44, 220, 0.12);

  filter: blur(100px);

  pointer-events: none;
}

.info-ai-workflow::after {
  content: "";

  position: absolute;

  width: 450px;
  height: 300px;

  right: -250px;
  bottom: -100px;

  border-radius: 50%;

  background: rgba(0, 98, 255, 0.12);

  filter: blur(100px);

  pointer-events: none;
}

/* =========================================================
   CONNECT BANNER
========================================================= */

.info-ai-connect {
  position: relative;

  overflow: hidden;

  min-height: 145px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;

  background: linear-gradient(105deg, #6542d4 0%, #6542d4 48%, #3570de 100%);

  box-shadow: 0 15px 50px rgba(59, 52, 210, 0.16);
}

/* subtle shine */

.info-ai-connect::before {
  content: "";

  position: absolute;

  width: 350px;
  height: 350px;

  top: -250px;
  left: 20%;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.08);

  filter: blur(50px);

  pointer-events: none;
}

/* =========================================================
   CONNECT CONTENT
========================================================= */

.info-ai-connect-content {
  position: relative;
  z-index: 2;

  width: 100%;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
}

/* =========================================================
   CONNECT TITLE
========================================================= */

.info-ai-connect-title {
  margin: 0 0 18px;

  color: #ffffff;

  font-size: clamp(25px, 2.5vw, 32px);

  line-height: 1.2;

  font-weight: 600;

  letter-spacing: -0.5px;

  text-align: center;
}

/* =========================================================
   CALL BUTTON
========================================================= */

.info-ai-call-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 9px;

  width: 235px;
  height: 42px;

  color: #09090d;

  background: #ffffff;

  border-radius: 5px;

  font-size: 12px;

  font-weight: 600;

  transition: all 0.3s ease;
}

.info-ai-call-btn i {
  font-size: 14px;
}

.info-ai-call-btn:hover {
  color: #4e39d5;

  transform: translateY(-2px);

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* =========================================================
   HOW IT WORKS
========================================================= */

.info-ai-howworks {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}

/* =========================================================
   HEADING
========================================================= */

.info-ai-howworks-heading {
  text-align: center;

  margin-bottom: 56px;
}

.info-ai-howworks-heading h2 {
  margin: 0;

  color: #fff;

  font-size: clamp(28px, 3vw, 38px);

  line-height: 1.2;

  font-weight: 600;

  letter-spacing: -0.7px;
}

.info-ai-howworks-heading p {
  margin: 13px 0 0;

  color: #767474;

  font-size: 16px;

  line-height: 1.5;

  font-weight: 400;
}

/* =========================================================
   WORKFLOW ROW
========================================================= */

.info-ai-workflow-row {
  display: grid;

  grid-template-columns:
    minmax(180px, 1fr)
    minmax(80px, 0.5fr)
    minmax(180px, 1fr)
    minmax(80px, 0.5fr)
    minmax(180px, 1fr);

  align-items: center;

  max-width: 950px;

  margin: 0 auto;
}

/* =========================================================
   STEP
========================================================= */

.info-ai-step {
  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;
}

/* =========================================================
   STEP ICON
========================================================= */

.info-ai-step-icon {
  width: 80px;
  height: 80px;

  margin-bottom: 15px;
  border-radius: 50%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.info-ai-step:hover .info-ai-step-icon {
  transform: translateY(-4px);

  box-shadow:
    0 0 30px rgba(144, 51, 255, 0.3),
    inset 0 0 20px rgba(120, 43, 255, 0.2);
}

/* =========================================================
   STEP TITLE
========================================================= */

.info-ai-step h3 {
  margin: 0 0 8px;

  color: #fff;

  font-size: 20px;

  line-height: 1.3;

  font-weight: 500;
}

/* =========================================================
   STEP DESCRIPTION
========================================================= */

.info-ai-step p {
  margin: 0;

  color: #878787;

  font-size: 16px;

  line-height: 1.55;

  font-weight: 400;
}

/* =========================================================
   CONNECTOR
========================================================= */

.info-ai-connector {
  position: relative;

  height: 30px;

  display: flex;

  align-items: center;
}

.info-ai-connector span {
  display: block;

  width: 100%;

  height: 1px;

  background: linear-gradient(
    90deg,
    rgba(120, 46, 220, 0.7),
    rgba(0, 191, 255, 0.6)
  );

  box-shadow: 0 0 8px rgba(109, 51, 255, 0.25);
}

/* =========================================================
   START BUTTON
========================================================= */

.info-ai-start-wrapper {
  display: flex;

  justify-content: center;

  margin-top: 54px;
}

.info-ai-start-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 12px;

  min-width: 190px;

  height: 43px;

  padding: 0 18px;

  color: #ffffff;

  border-radius: 5px;

  background: linear-gradient(100deg, #6b3dd3, #188ae4);

  font-size: 17px;

  font-weight: 500;

  box-shadow: 0 0 20px rgba(82, 64, 255, 0.16);

  transition: all 0.3s ease;
}

.info-ai-start-btn i {
  font-size: 16px;
}

.info-ai-start-btn:hover {
  color: #ffffff;

  transform: translateY(-3px);

  box-shadow: 0 8px 30px rgba(73, 70, 255, 0.3);
}

.fie-section {
  padding: 80px 16px 80px;
  background:
    radial-gradient(
      ellipse 80% 60% at 20% 20%,
      rgba(59, 109, 246, 0.18),
      transparent 60%
    ),
    radial-gradient(
      ellipse 80% 60% at 80% 30%,
      rgba(139, 59, 246, 0.16),
      transparent 60%
    ),
    #050508;
}

.fie-heading {
  font-size: clamp(2rem, 4vw, 40px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  color: #fff;
}

.fie-subheading {
  text-align: center;
  color: #a9a8a8;
  font-size: 1.05rem;
  max-width: 480px;
  margin: 0 auto 56px;
  line-height: 1.6;
}

.fie-card {
  position: relative;
  border-radius: 20px;
  padding: 32px 28px 28px;
  height: 100%;
  background: #0d0e17;
  border: 1px solid var(--fie-border);
  overflow: hidden;
  isolation: isolate;
}

.fie-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.fie-card--gradient-blue {
  background:
    radial-gradient(
      65% 55% at 100% 0%,
      rgba(59, 109, 246, 0.85) 0%,
      rgba(59, 109, 246, 0.25) 30%,
      rgba(5, 6, 8, 0) 65%
    ),
    #050608;
  box-shadow:
    0 0 0 1px rgba(59, 109, 246, 0.35),
    0 0 40px 4px rgba(59, 109, 246, 0.35),
    0 0 90px 10px rgba(59, 109, 246, 0.18);
  box-shadow: 0 0 60px -20px rgba(59, 109, 246, 0.35);
}

.fie-card--gradient-purple {
  background:
    radial-gradient(
      65% 55% at 100% 0%,
      rgba(139, 59, 246, 0.85) 0%,
      rgba(139, 59, 246, 0.25) 30%,
      rgba(5, 6, 8, 0) 65%
    ),
    #050608;
  box-shadow:
    0 0 0 1px rgba(139, 59, 246, 0.35),
    0 0 40px 4px rgba(139, 59, 246, 0.35),
    0 0 90px 10px rgba(139, 59, 246, 0.18);
  box-shadow: 0 0 60px -20px rgba(139, 59, 246, 0.35);
}

.fie-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  position: relative;
  z-index: 3;
}

.fie-card-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  line-height: 1.25;
  color: #fff;
}

.fie-card-subtitle {
  font-size: 18px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(#86fbff 0%, #059bf7 100%) text;
  font-weight: 400;
}

.fie-card--gradient-purple .fie-card-subtitle {
  color: #c99bff;
}

.fie-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  position: relative;
  z-index: 3;
}

.fie-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 0;
}

.fie-check-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: var(--fie-check-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fie-check-icon svg {
  width: 11px;
  height: 11px;
}

.fie-feature-text {
  font-size: 0.98rem;
  color: #e8e8ee;
  font-weight: 400;
}

.fie-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #6b3dd3, #188ae4);
  position: relative;
  z-index: 3;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.fie-cta-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  color: #fff;
}

.fie-cta-btn svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.fie-cta-btn:hover svg {
  transform: translateX(3px);
}

.aiw-section {
  position: relative;
  background:
    radial-gradient(
      ellipse 800px 500px at 15% 20%,
      rgba(103, 67, 212, 0.3),
      transparent 65%
    ),
    radial-gradient(
      ellipse 600px 500px at 100% 80%,
      rgba(30, 127, 224, 0.15),
      transparent 65%
    ),
    linear-gradient(180deg, #0d0a1a 0%, #090612 100%);
  overflow: hidden;
  padding: 5rem 1rem;
}

.aiw-inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

/* Badge */
.aiw-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  border-radius: 50px;
  border: 1px solid rgba(255, 90, 90, 0.45);
  background: rgba(255, 60, 60, 0.08);
  color: #ff6b6b;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.aiw-badge .aiw-pulse-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d4d;
  display: inline-block;
}

.aiw-badge .aiw-pulse-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: rgba(255, 77, 77, 0.5);
  animation: pulse 1.6s ease-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.6);
    opacity: 0.9;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

/* Heading */
.aiw-title {
  color: #fff;
  font-weight: 400;
  font-size: clamp(1.9rem, 4.2vw, 40px);
  letter-spacing: -0.01em;
  margin-top: 1.6rem;
}

.aiw-subtitle {
  color: #938b8b;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  max-width: 480px;
  margin: 1rem auto 0;
  line-height: 1.6;
}

.webiner img {
  margin-bottom: 40px;
  margin-top: 40px;
}

.webiner img.web-mob-img {
  display: none;
}

/* CTA */
.aiw-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.75rem 4.1rem;
  border-radius: 10px;
  border: none;
  background: linear-gradient(90deg, #6b3dd3, #188ae4);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 10px 30px -8px rgba(123, 63, 228, 0.55);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.aiw-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px -6px rgba(123, 63, 228, 0.7);
  color: #fff;
}

.aiw-cta-btn i {
  transition: transform 0.2s ease;
}

.aiw-cta-btn:hover i {
  transform: translateX(3px);
}

.aiw-seats-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #928c8c;
  font-size: 0.82rem;
  margin-top: 1.1rem;
}

.faq-section {
  background-color: #07060d;
  color: #f4f2fb;
  padding: 4rem 1rem;
}

.faq-title {
  text-align: center;
  font-weight: 300;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: 0.5px;
  margin-bottom: 3rem;
  color: #f4f2fb;
}

.faq-container {
  max-width: 760px;
  margin: 0 auto;
}

/* Accordion item: no border on the item itself, gradient lives on the header pill only */
.accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 1.4rem;
}

.accordion-item .inner {
  background: transparent;
}

.accordion-header {
  margin: 0;
  border-radius: 999px;
  line-height: 22px;
  padding: 1.5px;
  background-image: linear-gradient(90deg, #3c00fe, #a78cff);
}

.accordion-button {
  background: #0b0a14;
  color: #f4f2fb;
  font-weight: 500;
  font-size: 1rem;
  padding: 1.1rem 1.6rem;
  box-shadow: none !important;
  border: none;
  border-radius: 999px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: #0b0a14;
  color: #f4f2fb;
}

.accordion-button::after {
  display: none;
}

.toggle-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  position: relative;
  transition: transform 0.3s ease;
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  background: #f4f2fb;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.toggle-icon::before {
  width: 10px;
  height: 1.5px;
}

.toggle-icon::after {
  width: 1.5px;
  height: 10px;
}

.accordion-button:not(.collapsed) .toggle-icon::after {
  opacity: 0;
  transform: rotate(90deg);
}

.accordion-body {
  color: #b9b6c9;
  font-size: 0.92rem;
  line-height: 1.7;
  padding: 1rem 1.8rem 0.5rem 1.8rem;
}

.accordion-collapse {
  transition: all 0.3s ease;
}

/* =========================================
   ENQUIRY MODAL
========================================= */

.fih-enquiry-dialog {
  max-width: 620px;
  width: calc(100% - 30px);
}

/* =========================================
   MODAL CONTENT
========================================= */

.fih-enquiry-content {
  position: relative;

  background: #070c1d;

  border: 1px solid rgba(130, 115, 255, 0.55);

  border-radius: 18px;

  overflow: hidden;

  color: #ffffff;

  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.55),
    0 0 35px rgba(110, 70, 255, 0.15);
}

/* Gradient border glow */

.fih-enquiry-content::before {
  content: "";

  position: absolute;

  inset: 0;

  padding: 1px;

  border-radius: 18px;

  background: linear-gradient(135deg, #c25cff 0%, #774cff 45%, #168fff 100%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;

  mask-composite: exclude;

  pointer-events: none;
}

/* =========================================
   BODY
========================================= */

.fih-enquiry-body {
  position: relative;

  padding: 30px 32px 25px;
}

/* =========================================
   CLOSE BUTTON
========================================= */

.fih-enquiry-close {
  position: absolute;

  top: 13px;
  right: 13px;

  width: 30px;
  height: 30px;

  padding: 0;

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.06);

  color: #ffffff;

  font-size: 15px;

  z-index: 20;

  cursor: pointer;

  transition: 0.25s ease;
}

.fih-enquiry-close:hover {
  background: rgba(255, 255, 255, 0.14);

  transform: rotate(90deg);
}
.fih-enquiry-close span {
  width: 13px;
  display: inline-block;
}

/* =========================================
   HEADER
========================================= */

.fih-enquiry-header {
  margin-bottom: 22px;

  padding-right: 35px;
}

.fih-enquiry-header h2 {
  margin: 0 0 5px;

  font-size: 25px;

  line-height: 1.3;

  font-weight: 700;

  color: #ffffff;
}

.fih-enquiry-header p {
  margin: 0;

  color: #9299ae;

  font-size: 13px;

  line-height: 1.5;
}

/* =========================================
   TWO COLUMN ROW
========================================= */

.fih-enquiry-row {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 15px;
}

/* =========================================
   FIELD
========================================= */

.fih-enquiry-field {
  margin-bottom: 15px;
}

.fih-enquiry-field label {
  display: block;

  margin-bottom: 6px;

  color: #eeeef5;

  font-size: 13px;

  font-weight: 500;
}

.fih-enquiry-field label span {
  color: #ff4d68;
}

.fih-enquiry-field label small {
  color: #7f879d;

  font-size: 11px;

  font-weight: 400;
}

/* =========================================
   INPUT WRAPPER
========================================= */

.fih-enquiry-input-wrap {
  position: relative;

  display: flex;

  align-items: center;
}

/* =========================================
   INPUT ICON
========================================= */

.fih-enquiry-input-wrap > img {
  position: absolute;

  left: 13px;

  top: 50%;

  transform: translateY(-50%);

  color: #9ca9d0;

  font-size: 14px;

  z-index: 2;

  pointer-events: none;
}

/* =========================================
   INPUT
========================================= */

.fih-enquiry-input {
  width: 100%;

  height: 46px;

  padding: 10px 12px 10px 37px;

  border: 1px solid rgba(120, 130, 165, 0.35);

  border-radius: 9px;

  outline: none;

  background: rgba(4, 9, 25, 0.75);

  color: #747c94;

  font-size: 13px;

  box-shadow: none;

  transition: all 0.25s ease;

}

.fih-enquiry-input::placeholder {
  color: #747c94 !important;
}

.fih-enquiry-input:focus {
  border-color: #7165ff;

  background: rgba(5, 10, 28, 0.95);

  box-shadow: 0 0 0 3px rgba(113, 101, 255, 0.1);
}

/* =========================================
   TEXTAREA
========================================= */

.fih-enquiry-textarea-wrap {
  align-items: flex-start;
}

.fih-enquiry-textarea-wrap > img {
  top: 14px;

  transform: none;
}

.fih-enquiry-textarea {
  height: 90px;

  resize: none;

  line-height: 1.5;
}

/* =========================================
   CHECKBOX
========================================= */

.fih-enquiry-check {
  margin: 3px 0 17px;
}

.fih-enquiry-check label {
  display: flex;

  align-items: flex-start;

  gap: 9px;

  cursor: pointer;

  color: #a7adbf;

  font-size: 12px;

  line-height: 1.5;
}

.fih-enquiry-check input {
  width: 17px;

  height: 17px;

  min-width: 17px;

  margin-top: 1px;

  accent-color: #6d5cff;

  cursor: pointer;
}

.fih-enquiry-check a {
  color: #4d9aff;

  text-decoration: none;
}

.fih-enquiry-check a:hover {
  text-decoration: underline;
}

/* =========================================
   SUBMIT BUTTON
========================================= */

.fih-enquiry-submit {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  width: 100%;

  height: 48px;

  border: 0;

  border-radius: 9px;

  background: linear-gradient(90deg, #6425dc 0%, #316de8 100%);

  color: #ffffff;

  font-size: 16px;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.3s ease;
}

.fih-enquiry-submit i {
  font-size: 20px;

  transition: transform 0.3s ease;
}

.fih-enquiry-submit:hover {
  transform: translateY(-1px);

  box-shadow: 0 8px 25px rgba(74, 63, 220, 0.3);
}

.fih-enquiry-submit:hover i {
  transform: translateX(4px);
}

#enquiryViewSuccess {
  padding: 10px 4px;
}

.check-wrap {
  margin: 0 auto 10px;
}
.check-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

#enquiryViewSuccess .title {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 12px;
  text-align: center;
}
#enquiryViewSuccess .subtitle {
  color: #b8b9c9;
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0 0 24px;
  text-align: center;
}

.status-card {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 22px;
}
.status-icon {
  flex: none;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.status-text h4 {
  margin: 0 0 3px;
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
}
.status-text p {
  margin: 0;
  color: #9a9baa;
  font-size: 13px;
  line-height: 1.4;
}

.back-home-btn {
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #7c3aed, #2563eb);
  color: #fff;
  font-size: 15.5px;
  font-weight: 700;
  cursor: pointer;
}
.back-home-btn:hover {
  filter: brightness(1.1);
}
/* =========================================
   SAFE INFORMATION
========================================= */

.fih-enquiry-safe {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  margin-top: 15px;

  color: #7f879d;

  font-size: 11px;

  text-align: center;
}

.fih-enquiry-safe i {
  color: #a3acc5;

  font-size: 15px;
}
/* =========================================================
   LARGE 
========================================================= */

@media (max-width: 1199.98px) {
  .experience-visual {
    margin-top: -10px;
  }

  .revolution-section {
    max-width: 850px;
  }
  .info-ai-workflow-row {
    max-width: 900px;

    grid-template-columns:
      minmax(170px, 1fr)
      minmax(60px, 0.35fr)
      minmax(170px, 1fr)
      minmax(60px, 0.35fr)
      minmax(170px, 1fr);
  }
}
@media (max-width: 1114.98px) {
  .hero-title {
    font-size: 42px;
    line-height: 53px;
  }
}

@media (max-width: 1024px) {
  .hero-title {
    font-size: 40px;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {
  .ai-webinar {
    padding-top: 35px;
  }

  .ai-hero-section > .row {
    min-height: auto;
  }

  .hero-title {
    font-size: 42px;
    line-height: 48px;
  }

  .ai-visual {
    height: 330px;
  }

  .ai-hero-image {
    max-width: 100%;
    margin-top: 30px;
  }

  .webinar-section {
    margin-top: 15px;
  }

  .experience-visual {
    order: -1;

    height: auto;

    margin: -25px auto 15px;
  }

  .experience-image {
    max-width: 520px;
  }

  .revolution-section {
    margin-top: 35px;
  }

  .revolution-heading {
    margin-bottom: 22px;
  }

  .revolution-card {
    padding: 15px 20px;
  }
  .info-ai-workflow {
    padding-top: 15px;
  }

  .info-ai-connect {
    min-height: 140px;
  }

  .info-ai-howworks {
    padding-top: 50px;
  }

  .info-ai-howworks-heading {
    margin-bottom: 42px;
  }
  .aiw-section {
    padding: 3rem 1rem;
  }

  /* .info-ai-workflow-row {
    grid-template-columns: 1fr 1fr 1fr;

    gap: 30px 10px;

    max-width: 750px;
  } */

  /* .info-ai-connector {
    display: none;
  } */

  .info-ai-step-icon {
    width: 58px;
    height: 58px;
  }

  .info-ai-step h3 {
    font-size: 14px;
  }

  .info-ai-step p {
    font-size: 10px;
  }
  .fie-section {
    padding: 50px 0px 50px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

/* =========================================================
   TABLET ONLY
   768px - 991.98px

   Desktop remains completely unchanged.
========================================================= */

@media (min-width: 768px) and (max-width: 991.98px) {
  .ai-experience-section {
    padding: 30px 0 45px;
    min-height: 100vh;
  }

  /* Keep the two main columns side-by-side */
  .ai-experience-section > .container > .row:first-child {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  /* =====================================================
       LEFT HEADING
    ===================================================== */

  .experience-title {
    max-width: 100%;
    font-size: 31px;
    line-height: 1.12;
    letter-spacing: -0.8px;
  }

  /* =====================================================
       LEFT CONTENT

       Keep CTA cards on the LEFT.
       Testimonial will be moved to the RIGHT.
    ===================================================== */

  .experience-bottom {
    position: relative;

    display: block;

    width: 100%;
    max-width: none;

    margin-top: 24px;
  }

  /* =====================================================
       CTA CARDS
    ===================================================== */

  .experience-actions {
    width: 100%;
    max-width: 285px;

    display: flex;
    flex-direction: column;

    gap: 18px;
  }

  .experience-action {
    width: 100%;
    min-height: 54px;

    padding: 8px 12px;
  }

  .action-icon {
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
  }

  .action-content {
    margin-left: 9px;
  }

  .action-content strong {
    font-size: 13px;
    line-height: 1.25;
  }

  .action-content small {
    font-size: 11px;
    line-height: 1.2;
  }

  .action-arrow {
    font-size: 13px;
  }

  /* =====================================================
       TESTIMONIAL

       Move testimonial from LEFT column
       to the TOP-RIGHT area.
    ===================================================== */

  .testimonial-block {
    position: absolute;

    top: -130px;
    left: calc(100% + 35px);

    width: 280px;
    max-width: 280px;

    padding-top: 0;
  }

  .testimonial-block h3 {
    margin-bottom: 12px;

    font-size: 20px;
    line-height: 1.2;
  }

  .testimonial-rating {
    gap: 7px;
  }

  .avatars span {
    width: 30px;
    height: 30px;
  }

  .rating-info span {
    font-size: 12px;
  }

  .testimonial-button {
    margin-top: 15px;

    padding: 6px 11px;

    font-size: 13px;
    white-space: nowrap;
  }

  /* =====================================================
       RIGHT AI IMAGE

       Keep image on RIGHT and underneath testimonial.
    ===================================================== */

  .experience-visual {
    position: relative;

    display: flex;
    align-items: flex-start;
    justify-content: center;

    padding-top: 190px;
  }

  .experience-image {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .webinar-section {
    padding: 70px 0px 0px;
  }
  .ai-webinar {
    padding: 25px 15px 40px;
  }

  .desktop-break {
    display: none;
  }

  .hero-title {
    margin-top: 15px;

    font-size: clamp(31px, 8vw, 40px);

    letter-spacing: -0.8px;
  }

  .hero-buttons {
    gap: 14px;
    flex-direction: column;
    align-items: start;
  }
  .btn-ai {
    width: 100%;
    justify-content: center;
  }

  .trust-stats {
    gap: 25px;
    margin-top: 22px;
  }

  .ai-visual {
    display: none;
  }
  .webinar-section {
    padding: 20px 0px 0px;
  }

  .webinar-section h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .experience-visual {
    margin-top: -10px;
  }
  .ai-experience-section {
    position: relative;
    min-height: 100vh;
    padding: 18px 0 30px;
    overflow: hidden;
  }

  /* =====================================================
       MAIN ROW
    ===================================================== */

  .ai-experience-section > .container > .row:first-child {
    position: relative;
    display: block;
  }

  .ai-experience-section > .container > .row:first-child > .col-lg-7,
  .ai-experience-section > .container > .row:first-child > .col-lg-5 {
    width: 100%;
    flex: 0 0 100%;
  }

  /* =====================================================
       HEADING
    ===================================================== */

  .experience-content {
    padding-top: 0;
    position: relative;
    z-index: 5;
  }

  .experience-title {
    width: 100%;
    max-width: 100%;

    margin: 0 auto;

    text-align: center;
    line-height: 1.35;
    letter-spacing: -0.2px;

    font-weight: 600;
  }

  .experience-title span {
    font-weight: 700;
  }

  /* =====================================================
       CTA + TESTIMONIAL AREA
    ===================================================== */

  .experience-bottom {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 100%;

    margin-top: 17px;

    gap: 0;
  }

  /* =====================================================
       CTA CARDS
    ===================================================== */

  .experience-actions {
    width: 100%;
    max-width: 100%;

    display: flex;
    flex-direction: column;

    gap: 12px;
  }

  .experience-action {
    width: 100%;

    min-height: 51px;

    padding: 7px 11px;

    border-radius: 22px;
  }

  .experience-action::before {
    border-radius: 22px;
  }

  /* CONTENT */

  .action-content {
    margin-left: 9px;
  }

  .action-content small {
    margin-top: 2px;

    font-size: 10px;
    line-height: 1.15;
  }

  /* ARROW */

  .action-arrow {
    margin-left: auto;

    font-size: 13px;
  }

  /* =====================================================
       TESTIMONIAL
       
       Creates the large gap visible in your screenshot.
    ===================================================== */

  .testimonial-block {
    position: relative;

    z-index: 10;

    width: 100%;
    max-width: 100%;

    margin-top: 47px;

    padding-top: 0;
  }

  .testimonial-block h3 {
    margin: 0 0 10px;

    color: #f1f1f3;

    line-height: 1.08;

    font-weight: 600;
  }

  /* =====================================================
       RATING
    ===================================================== */

  .testimonial-rating {
    display: flex;
    align-items: center;

    gap: 7px;
  }

  /* AVATARS */

  .avatars {
    display: flex;
    flex-shrink: 0;
  }

  .avatars span {
    margin-left: -4px;

    border-width: 2px;
  }

  .avatars span:first-child {
    margin-left: 0;
  }

  /* STARS */

  .rating-info {
    display: flex;
    flex-direction: column;
  }

  .stars img {
    display: block;
    height: auto;
  }

  .rating-info span {
    margin-top: 1px;
    line-height: 1.1;

    white-space: nowrap;
  }

  .testimonial-button::before {
    border-radius: 5px;
  }

  .testimonial-button i {
    font-size: 11px;
  }

  /* =====================================================
       AI IMAGE
       
       Image moves behind testimonial to bottom-right,
       matching your mobile screenshot.
    ===================================================== */

  .experience-visual {
    position: absolute;

    z-index: 1;

    right: -25px;
    bottom: 0;

    width: 62%;

    margin: 0;
    padding: 0;

    /* display: flex; */
    display: none;
    justify-content: flex-end;
    align-items: flex-end;

    pointer-events: none;
  }

  .experience-image {
    width: 100%;
    max-width: none;
    height: auto;

    opacity: 0.9;

    animation: experienceFloat 6s ease-in-out infinite;
  }

  /* =====================================================
       MAKE TESTIMONIAL AREA TALL ENOUGH FOR IMAGE
    ===================================================== */

  .experience-content {
    padding-bottom: 25px;
  }

  .experience-image {
    max-width: 450px;
  }

  .revolution-section {
    margin-top: 45px;
  }

  .revolution-heading h2 {
    font-size: 27px;
  }

  .revolution-card {
    padding: 10px 8px;

    border-radius: 14px;
  }

  .revolution-card::before {
    border-radius: 14px;
  }

  .revolution-item {
    padding: 20px 5px;
  }

  .revolution-icon {
    width: 46px;
    height: 46px;

    margin-bottom: 9px;
  }

  .info-ai-workflow {
    padding: 10px 15px 35px;
  }

  .info-ai-connect {
    min-height: 135px;

    padding: 25px 15px;

    border-radius: 9px;
  }

  .info-ai-connect-title {
    font-size: 25px;

    margin-bottom: 17px;
  }

  .info-ai-call-btn {
    width: 190px;

    height: 42px;

    font-size: 12px;
  }

  .info-ai-howworks {
    padding-top: 45px;
  }

  .info-ai-howworks-heading {
    margin-bottom: 38px;
  }

  .info-ai-howworks-heading h2 {
    font-size: 29px;
    text-align: left;
  }

  .info-ai-howworks-heading p {
    text-align: left;
  }

  .info-ai-workflow-row {
    width: 100%;
    max-width: 100%;

    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
  }
  .info-ai-step {
    position: relative;

    width: 100%;
    min-height: 95px;

    display: block;

    padding-left: 80px;

    text-align: left;
  }

  .info-ai-step-icon {
    position: absolute;

    top: 0;
    left: 0;
    width: 62px;
    height: 62px;

    font-size: 26px;

    margin: 0px;
  }

  .info-ai-step h3 {
    margin: 0 0 8px;

    padding: 0;

    color: #ffffff;

    font-size: 18px;
    line-height: 1.25;

    font-weight: 500;

    text-align: left;
  }

  .info-ai-step p {
    margin: 0;

    padding: 0;

    color: #858585;

    font-size: 14px;
    line-height: 1.55;

    font-weight: 400;

    text-align: left;
  }

  .info-ai-start-wrapper {
    margin-top: 45px;
  }
  .info-ai-step p br {
    display: none;
  }
  .info-ai-connector {
    position: relative;

    width: 54px;
    height: 48px;

    margin: 0;

    /* display: flex; */
    display: none;

    align-items: center;
    justify-content: center;
  }

  .info-ai-connector span {
    display: block;

    width: 1px;
    height: 100%;

    background: linear-gradient(
      180deg,
      rgba(120, 46, 220, 0.9),
      rgba(0, 191, 255, 0.7)
    );

    box-shadow: 0 0 7px rgba(109, 51, 255, 0.25);
  }

  .info-ai-start-btn {
    min-width: 205px;

    height: 45px;

    font-size: 12px;
  }
  .fie-section {
    padding: 35px 12px 60px;
  }
  .fie-heading {
    font-size: 1.75rem;
  }
  .fie-subheading {
    font-size: 0.95rem;
    margin-bottom: 40px;
  }
  .fie-card {
    padding: 26px 22px 22px;
  }
  .fie-card-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .aiw-section {
    padding: 3rem 1rem 3.5rem;
  }
  .aiw-cta-btn {
    padding: 0.75rem 1.6rem;
    font-size: 0.92rem;
    width: 100%;
    justify-content: center;
  }
  .accordion-button {
    font-size: 0.9rem;
    padding: 1rem 1.2rem;
  }
  .accordion-body {
    padding: 1rem 1rem 1.2rem 1.2rem;
    font-size: 0.85rem;
  }
  .toggle-icon {
    width: 22px;
    height: 22px;
  }
  .fih-enquiry-dialog {
    width: calc(100% - 20px);

    margin: 10px auto;
  }

  .fih-enquiry-body {
    padding: 25px 20px 20px;
  }

  .fih-enquiry-row {
    grid-template-columns: 1fr;

    gap: 0;
  }

  .fih-enquiry-header h2 {
    font-size: 22px;
  }

  .fih-enquiry-safe {
    align-items: flex-start;
  }
  .webiner img.web-dsk-img {
    display: none;
  }
  .webiner img.web-mob-img {
    display: block;
  }
}

@media (max-width: 480px) {
  .experience-image {
    max-width: 390px;
  }

  .revolution-heading h2 {
    font-size: 24px;
  }

  .revolution-card {
    padding: 8px 5px;
  }

  .info-ai-workflow {
    padding-left: 12px;
    padding-right: 12px;
  }

  .info-ai-connect {
    min-height: 125px;
  }

  .info-ai-connect-title {
    font-size: 22px;

    line-height: 1.25;
  }

  .info-ai-call-btn {
    width: 180px;

    height: 40px;

    font-size: 11px;
  }

  .info-ai-howworks {
    padding-top: 40px;
  }

  .info-ai-howworks-heading h2 {
    font-size: 24px;
  }
  .fie-heading {
    font-size: 24px;
  }

  .info-ai-step h3 {
    font-size: 15px;
  }
  .webinar-section img {
    margin-top: -75px;
  }
  .webinar-section h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .action-content small {
    margin-top: 2px;
    font-size: 12px;
    line-height: normal;
  }
}
/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
  .hero-title {
    font-size: 30px;
    line-height: 41px;
  }
  .revolution-section {
    margin-top: 30px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-ai {
    width: 100%;
    justify-content: center;
  }

  .trust-stats {
    gap: 30px;
  }
  .trust-item strong {
    font-size: 24px;
  }

  .ai-visual {
    min-height: 235px;
  }
  .webinar-section h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .ai-webinar {
    padding: 25px 10px 40px;
  }
  .aiw-title {
    font-size: 24px;
  }
  .faq-section {
    padding: 40px 12px;
  }
  .faq-title {
    font-size: 24px;
    margin-bottom: 2.5rem;
  }
  .accordion-button {
    padding: 11px 15px;
    font-size: 14px;
  }
  .info-ai-step {
    min-height: 80px;
    padding-left: 70px;
  }
}

@media (max-width: 380px) {
  .ai-experience-section {
    padding-top: 16px;
  }
  .trust-stats {
    gap: 20px;
  }

  .experience-title {
    font-size: 22px;
    line-height: 27px;
  }

  .experience-action {
    min-height: 50px;
  }

  .action-content strong {
    font-size: 11.5px;
  }

  .testimonial-block {
    margin-top: 44px;
  }

  .testimonial-block h3 {
    font-size: 15px;
  }

  .testimonial-button {
    font-size: 11.5px;
  }

  .experience-visual {
    right: -30px;
    width: 65%;
  }
  .ai-badge {
    padding: 11px 13px;
  }
  .webinar-section h2 {
    font-size: 20px;
    line-height: 27px;
  }
  .hero-title {
    font-size: 29px;
    line-height: 36px;
  }
}

@media (max-width: 360px) {
  .experience-image {
    max-width: 330px;
  }

  .revolution-heading h2 {
    font-size: 22px;
  }

  .revolution-icon {
    width: 38px;
    height: 38px;
  }
  .info-ai-connect-title {
    font-size: 20px;
  }

  .info-ai-howworks-heading h2 {
    font-size: 24px;
  }

  .info-ai-step-icon {
    width: 58px;
    height: 58px;

    font-size: 24px;
  }
}
