.elementor-5340 .elementor-element.elementor-element-93dc9c2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-355d5da */:root {
  --primary: #4f46e5;
  --secondary: #06b6d4;
  --accent: #8b5cf6;
  --highlight: #38bdf8;
  --bg: #081028;
  --text: #ffffff;
  --text-muted: #bfc7d5;
  --card-bg: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.12);
}

.website-hero-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(79, 70, 229, 0.24), transparent 31%),
    radial-gradient(circle at 100% 84%, rgba(6, 182, 212, 0.17), transparent 30%),
    var(--bg);
  color: var(--text);
}

.hero-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  align-items: center;
  gap: 72px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hero-copy {
  max-width: 650px;
  animation: websiteHeroFadeUp 0.8s ease both;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: 24px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--highlight);
  font: 600 13px/1 Inter, sans-serif;
}

.hero-copy h2 {
  margin: 0;
  color: var(--text) !important;
  font: 700 clamp(40px, 5vw, 68px)/1.12 Poppins, sans-serif;
  letter-spacing: -0.045em;
}

.hero-copy h2 span {
  display: block;
  background: linear-gradient(90deg, #4f46e5 0%, #38bdf8 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy p {
  max-width: 580px;
  margin: 26px 0 0;
  color: var(--text-muted);
  font: 400 17px/1.75 Inter, sans-serif;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 54px;
  padding: 0 23px;
  margin-top: 36px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 14px 30px rgba(79, 70, 229, 0.35);
  color: var(--text);
  font: 600 15px/1 Inter, sans-serif;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-button:hover {
  box-shadow: 0 18px 38px rgba(79, 70, 229, 0.55);
  transform: translateY(-3px) scale(1.02);
}

.hero-visual {
  position: relative;
  min-height: 500px;
  animation: websiteHeroFadeLeft 0.9s 0.15s ease both;
}

.hero-screen {
  position: absolute;
  inset: 20px 25px 20px 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--card-bg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  transform: rotate(2.5deg);
}

.hero-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-screen-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 34%, rgba(8, 16, 40, 0.9) 100%),
    linear-gradient(135deg, rgba(79, 70, 229, 0.26), transparent 55%);
}

.hero-screen-content {
  position: absolute;
  right: 30px;
  bottom: 29px;
  left: 30px;
}

.hero-screen-content span {
  display: block;
  margin-bottom: 8px;
  color: #b7f3ff;
  font: 600 11px/1 Inter, sans-serif;
  letter-spacing: 0.15em;
}

.hero-screen-content strong {
  display: block;
  color: var(--text);
  font: 700 clamp(20px, 2vw, 28px)/1.25 Poppins, sans-serif;
}

.hero-floating-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(16, 27, 57, 0.72);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  animation: websiteHeroFloat 4s ease-in-out infinite;
}

.hero-floating-card-top {
  top: 0;
  right: 0;
}

.hero-floating-card-bottom {
  bottom: 0;
  left: -35px;
  animation-delay: -2s;
}

.hero-card-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--text);
  font: 700 16px/1 Inter, sans-serif;
}

.hero-floating-card strong,
.hero-floating-card small {
  display: block;
  font-family: Inter, sans-serif;
}

.hero-floating-card strong {
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
}

.hero-floating-card small {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 11px;
}

.hero-orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(14px);
  opacity: 0.28;
}

.hero-orb-left {
  top: -200px;
  left: -170px;
  width: 480px;
  height: 480px;
  background: var(--primary);
}

.hero-orb-right {
  right: -220px;
  bottom: -260px;
  width: 560px;
  height: 560px;
  background: var(--secondary);
}

@keyframes websiteHeroFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes websiteHeroFadeLeft {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes websiteHeroFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 980px) {
  .website-hero-section {
    padding: 96px 24px;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-visual {
    width: min(620px, 100%);
    min-height: 470px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .website-hero-section {
    padding: 78px 18px;
  }

  .hero-copy h2 {
    font-size: 40px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-button {
    width: 100%;
    justify-content: center;
  }

  .hero-visual {
    min-height: 375px;
  }

  .hero-screen {
    inset: 15px 10px 15px 0;
    border-radius: 22px;
  }

  .hero-floating-card {
    padding: 11px 12px;
  }

  .hero-floating-card-bottom {
    bottom: -8px;
    left: 2px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c72f9e */:root {
  --primary: #4f46e5;
  --secondary: #06b6d4;
  --accent: #8b5cf6;
  --highlight: #38bdf8;
  --bg: #081028;
  --text: #ffffff;
  --text-muted: #bfc7d5;
  --card-bg: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.12);
}

.website-about-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 100% 80%, rgba(6, 182, 212, 0.15), transparent 30%),
    radial-gradient(circle at 0% 10%, rgba(79, 70, 229, 0.12), transparent 27%),
    var(--bg);
  color: var(--text);
}

.about-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 86px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.about-visual {
  position: relative;
  min-height: 500px;
  animation: websiteAboutFadeRight 0.9s ease both;
}

.about-image-card {
  position: absolute;
  inset: 15px 0 20px 35px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--card-bg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  transform: rotate(-2.5deg);
}

.about-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(8, 16, 40, 0.9) 100%),
    linear-gradient(135deg, rgba(79, 70, 229, 0.25), transparent 50%);
}

.about-image-caption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
}

.about-image-caption span {
  display: block;
  margin-bottom: 8px;
  color: #b7f3ff;
  font: 600 11px/1 Inter, sans-serif;
  letter-spacing: 0.15em;
}

.about-image-caption strong {
  display: block;
  color: var(--text);
  font: 700 clamp(20px, 2vw, 27px)/1.25 Poppins, sans-serif;
}

.about-floating-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(16, 27, 57, 0.72);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  animation: websiteAboutFloat 4s ease-in-out infinite;
}

.about-floating-card-top {
  top: 0;
  left: 0;
}

.about-floating-card-bottom {
  right: -18px;
  bottom: 0;
  animation-delay: -2s;
}

.about-card-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--text);
  font: 700 16px/1 Inter, sans-serif;
}

.about-floating-card strong,
.about-floating-card small {
  display: block;
  font-family: Inter, sans-serif;
}

.about-floating-card strong {
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
}

.about-floating-card small {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 11px;
}

.about-copy {
  max-width: 620px;
  animation: websiteAboutFadeUp 0.9s 0.15s ease both;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: 24px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--highlight);
  font: 600 13px/1 Inter, sans-serif;
}

.about-copy h2 {
  margin: 0;
  color: var(--text) !important;
  font: 700 clamp(38px, 4.5vw, 58px)/1.15 Poppins, sans-serif;
  letter-spacing: -0.045em;
}

.about-copy h2 span {
  display: block;
  background: linear-gradient(90deg, #4f46e5 0%, #38bdf8 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-copy p {
  max-width: 580px;
  margin: 26px 0 0;
  color: var(--text-muted);
  font: 400 17px/1.75 Inter, sans-serif;
}

.about-orb {
  position: absolute;
  right: -200px;
  bottom: -220px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: var(--accent);
  filter: blur(16px);
  opacity: 0.16;
}

@keyframes websiteAboutFadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes websiteAboutFadeRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes websiteAboutFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 980px) {
  .website-about-section {
    padding: 96px 24px;
  }

  .about-container {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .about-copy {
    max-width: 720px;
  }

  .about-visual {
    order: 2;
    width: min(620px, 100%);
    min-height: 470px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .website-about-section {
    padding: 78px 18px;
  }

  .about-copy h2 {
    font-size: 38px;
  }

  .about-copy p {
    font-size: 16px;
  }

  .about-visual {
    min-height: 370px;
  }

  .about-image-card {
    inset: 15px 5px 15px 20px;
    border-radius: 22px;
  }

  .about-floating-card {
    padding: 11px 12px;
  }

  .about-floating-card-bottom {
    right: 0;
    bottom: -8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1d7414 */:root {
  --primary: #4f46e5;
  --secondary: #06b6d4;
  --accent: #8b5cf6;
  --highlight: #38bdf8;
  --bg: #081028;
  --text: #ffffff;
  --text-muted: #bfc7d5;
  --card-bg: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.12);
}

.website-services-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 0% 20%, rgba(79, 70, 229, 0.18), transparent 29%),
    radial-gradient(circle at 100% 85%, rgba(6, 182, 212, 0.13), transparent 28%),
    var(--bg);
  color: var(--text);
}

.website-services-container {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.website-services-heading {
  max-width: 710px;
  margin: 0 auto 58px;
  text-align: center;
}

.website-services-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 17px;
  margin-bottom: 22px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--highlight);
  font: 600 13px/1 Inter, sans-serif;
}

.website-services-heading h2 {
  margin: 0;
  color: var(--text) !important;
  font: 700 clamp(38px, 4.5vw, 58px)/1.14 Poppins, sans-serif;
  letter-spacing: -0.045em;
}

.website-services-heading h2 span {
  display: block;
  background: linear-gradient(90deg, #4f46e5 0%, #38bdf8 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.website-services-heading p {
  max-width: 630px;
  margin: 23px auto 0;
  color: var(--text-muted);
  font: 400 17px/1.75 Inter, sans-serif;
}

.website-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.website-service-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 31px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--card-bg);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.website-service-card::before {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--primary);
  content: "";
  filter: blur(45px);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.website-service-card:hover {
  border-color: rgba(56, 189, 248, 0.38);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24);
  transform: translateY(-8px);
}

.website-service-card:hover::before {
  opacity: 0.2;
}

.website-service-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 10px 22px rgba(79, 70, 229, 0.3);
  color: var(--text);
  font: 700 21px/1 Inter, sans-serif;
}

.website-service-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--text) !important;
  font: 700 21px/1.3 Poppins, sans-serif;
}

.website-service-card p {
  position: relative;
  z-index: 1;
  margin: 13px 0 20px;
  color: var(--text-muted);
  font: 400 14px/1.7 Inter, sans-serif;
}

.website-service-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--highlight);
  font: 600 13px/1 Inter, sans-serif;
  text-decoration: none;
  transition: gap 0.3s ease, color 0.3s ease;
}

.website-service-card a:hover {
  gap: 13px;
  color: var(--text);
}

.website-services-orb {
  position: absolute;
  z-index: 0;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.13;
}

.website-services-orb-left {
  top: 45%;
  left: -285px;
  background: var(--accent);
}

.website-services-orb-right {
  top: -220px;
  right: -220px;
  background: var(--secondary);
}

@media (max-width: 980px) {
  .website-services-section {
    padding: 96px 24px;
  }

  .website-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .website-services-section {
    padding: 78px 18px;
  }

  .website-services-heading {
    margin-bottom: 40px;
    text-align: left;
  }

  .website-services-heading p {
    margin-right: 0;
    margin-left: 0;
    font-size: 16px;
  }

  .website-services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .website-service-card {
    min-height: auto;
    padding: 27px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f684a4 */:root {
  --primary: #4f46e5;
  --secondary: #06b6d4;
  --accent: #8b5cf6;
  --highlight: #38bdf8;
  --bg: #081028;
  --text: #ffffff;
  --text-muted: #bfc7d5;
  --card-bg: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.12);
}

.website-why-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 100% 4%, rgba(79, 70, 229, 0.18), transparent 30%),
    radial-gradient(circle at 0% 92%, rgba(6, 182, 212, 0.12), transparent 28%),
    var(--bg);
  color: var(--text);
}

.website-why-container {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.website-why-intro {
  max-width: 720px;
  margin-bottom: 60px;
}

.website-why-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 17px;
  margin-bottom: 22px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--highlight);
  font: 600 13px/1 Inter, sans-serif;
}

.website-why-intro h2 {
  margin: 0;
  color: var(--text) !important;
  font: 700 clamp(38px, 4.5vw, 58px)/1.14 Poppins, sans-serif;
  letter-spacing: -0.045em;
}

.website-why-intro h2 span {
  display: block;
  background: linear-gradient(90deg, #4f46e5 0%, #38bdf8 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.website-why-intro p {
  max-width: 640px;
  margin: 22px 0 0;
  color: var(--text-muted);
  font: 400 17px/1.75 Inter, sans-serif;
}

.website-why-layout {
  display: grid;
  grid-template-columns: minmax(350px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: 70px;
}

.website-why-visual {
  position: relative;
  min-height: 500px;
}

.website-why-image-card {
  position: absolute;
  inset: 10px 20px 16px 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: var(--card-bg);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
  transform: rotate(-2deg);
}

.website-why-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.website-why-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(8, 16, 40, 0.9) 100%),
    linear-gradient(135deg, rgba(79, 70, 229, 0.22), transparent 50%);
}

.website-why-image-content {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
}

.website-why-image-content span {
  display: block;
  margin-bottom: 8px;
  color: #b7f3ff;
  font: 600 11px/1 Inter, sans-serif;
  letter-spacing: 0.14em;
}

.website-why-image-content strong {
  display: block;
  color: var(--text);
  font: 700 clamp(21px, 2vw, 28px)/1.25 Poppins, sans-serif;
}

.website-why-metric {
  position: absolute;
  right: -20px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 17px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(16, 27, 57, 0.74);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  animation: websiteWhyFloat 4s ease-in-out infinite;
}

.website-why-metric-icon,
.website-why-feature-icon {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--text);
}

.website-why-metric-icon {
  width: 35px;
  height: 35px;
  border-radius: 11px;
  font: 700 16px/1 Inter, sans-serif;
}

.website-why-metric strong,
.website-why-metric small {
  display: block;
  font-family: Inter, sans-serif;
}

.website-why-metric strong {
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
}

.website-why-metric small {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 11px;
}

.website-why-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.website-why-feature {
  display: flex;
  gap: 14px;
  min-height: 142px;
  padding: 22px 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card-bg);
  backdrop-filter: blur(15px);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.website-why-feature:hover {
  border-color: rgba(56, 189, 248, 0.36);
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-6px);
}

.website-why-feature-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  font: 700 16px/1 Inter, sans-serif;
}

.website-why-feature h3 {
  margin: 1px 0 7px;
  color: var(--text) !important;
  font: 700 15px/1.35 Poppins, sans-serif;
}

.website-why-feature p {
  margin: 0;
  color: var(--text-muted);
  font: 400 12px/1.65 Inter, sans-serif;
}

.website-why-orb {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  filter: blur(16px);
  opacity: 0.13;
}

.website-why-orb-one {
  top: -250px;
  left: -210px;
  background: var(--accent);
}

.website-why-orb-two {
  right: -220px;
  bottom: -220px;
  background: var(--secondary);
}

@keyframes websiteWhyFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 980px) {
  .website-why-section {
    padding: 96px 24px;
  }

  .website-why-layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .website-why-visual {
    width: min(610px, 100%);
    min-height: 470px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .website-why-section {
    padding: 78px 18px;
  }

  .website-why-intro {
    margin-bottom: 42px;
  }

  .website-why-intro p {
    font-size: 16px;
  }

  .website-why-features {
    grid-template-columns: 1fr;
  }

  .website-why-visual {
    min-height: 370px;
  }

  .website-why-image-card {
    inset: 10px 8px 15px 0;
    border-radius: 22px;
  }

  .website-why-metric {
    right: 0;
    bottom: -7px;
    padding: 12px 14px;
  }

  .website-why-feature {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-105788a */:root {
  --primary: #4f46e5;
  --secondary: #06b6d4;
  --accent: #8b5cf6;
  --highlight: #38bdf8;
  --bg: #081028;
  --text: #ffffff;
  --text-muted: #bfc7d5;
  --card-bg: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.12);
}

.faq-section {
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 0% 12%, rgba(79, 70, 229, 0.17), transparent 28%),
    radial-gradient(circle at 100% 90%, rgba(6, 182, 212, 0.13), transparent 28%),
    var(--bg);
  color: var(--text);
}

.faq-container {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  margin: 0 auto;
}

.faq-heading {
  margin-bottom: 52px;
  text-align: center;
}

.faq-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 17px;
  margin-bottom: 22px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--highlight);
  font: 600 13px/1 Inter, sans-serif;
}

.faq-heading h2 {
  margin: 0;
  color: var(--text) !important;
  font: 700 clamp(38px, 4.5vw, 58px)/1.14 Poppins, sans-serif;
  letter-spacing: -0.045em;
}

.faq-heading h2 span {
  background: linear-gradient(90deg, #4f46e5 0%, #38bdf8 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card-bg);
  backdrop-filter: blur(16px);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.faq-item:hover,
.faq-item.is-open {
  border-color: rgba(56, 189, 248, 0.38);
  background: rgba(255, 255, 255, 0.1);
}

.faq-item:hover {
  transform: translateY(-3px);
}

.faq-item h3 {
  margin: 0;
}

.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 23px 25px;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font: 600 17px/1.4 Poppins, sans-serif;
  text-align: left;
}

.faq-icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--text);
  font: 500 22px/1 Inter, sans-serif;
  transition: transform 0.3s ease;
}

.faq-item.is-open .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 76px 23px 25px;
}

.faq-answer p {
  margin: 0;
  color: var(--text-muted);
  font: 400 15px/1.7 Inter, sans-serif;
}

.faq-orb {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.13;
}

.faq-orb-one {
  top: -250px;
  right: -210px;
  background: var(--accent);
}

.faq-orb-two {
  bottom: -260px;
  left: -220px;
  background: var(--secondary);
}

@media (max-width: 600px) {
  .faq-section {
    padding: 78px 18px;
  }

  .faq-heading {
    margin-bottom: 40px;
    text-align: left;
  }

  .faq-question {
    padding: 20px 18px;
    font-size: 15px;
  }

  .faq-icon {
    flex-basis: 31px;
    width: 31px;
    height: 31px;
    font-size: 20px;
  }

  .faq-answer {
    padding: 0 18px 20px;
  }

  .faq-answer p {
    font-size: 14px;
  }
}/* End custom CSS */