* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

.container {
  max-width: 1468px;
  margin: 0 auto;
  padding: 0 20px;
}
button,
input,
select {
  padding: 0;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  border: none;
  background: transparent;
}
/* Header */
.header {
  position: relative;
  z-index: 1000;
  background: transparent;
  padding: 48px 0 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.logo-img {
  height: 45px;
  width: auto;
  object-fit: scale-down;
}
.logo {
  display: flex;
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #f0f0f0;
}

.btn-primary {
  background: #ffffff;
  color: rgba(18, 0, 54, 1);
  border: none;
  padding: 10px 21.5px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover {
  background: rgb(84, 25, 202);
  color: #ffffff;
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 831px;
  display: flex;
  align-items: center;
}

.hero-bg {
  position: absolute;
  top: -132px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  height: calc(100% + 132px);
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 130px;
  position: relative;
  z-index: 2;
}

.hero-text {
  max-width: 981px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.hero-title {
  font-size: 64px;
  font-weight: 300;
  line-height: 80px;
  color: #ffffff;
}
.highlight {
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
  background: url(images/headline.png) no-repeat;
  background-size: 146px 17px;
  background-position: 31% 100%;
  padding-bottom: 11px;
  display: block;
}

.hero-description {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 760px;
}

.btn-cta {
  background: #ffffff;
  color: rgba(0, 11, 51, 1);
  border: 1px solid #ffffff;
  padding: 19.5px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-cta:hover {
  background: transparent;
  color: #ffffff;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 30px;
}

.stats-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rating-img {
  width: 198px;
  height: 65px;
}

.stats-text {
  text-align: left;
}

.stats-number {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: normal;
  padding-bottom: 5px;
}

.stats-label {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: normal;
}

.hero-devices {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.device-1 {
  position: absolute;
  left: 88px;
  top: 261px;
  width: 502.18px;
  height: 744.05px;
}

.device-2 {
  position: absolute;
  right: 0;
  top: 300px;
  width: 624px;
  height: 1013.52px;
}

.hero-decorations {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.decoration-1 {
  position: absolute;
  right: 396px;
  top: 200px;
  width: 87px;
  height: 122px;
}

.decoration-2 {
  position: absolute;
  left: 503px;
  bottom: 200px;
  width: 174px;
  height: 121px;
}

.hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 540px;
  z-index: 1;
}

.hero-wave img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Features Intro Section */
.features-intro {
  padding: 131px 0 100px;
  background-image: url(images/wave.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  margin-top: -118px;
  background-size: 100% 300px;
}

.section-title {
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  color: rgba(18, 0, 54, 1);
  text-align: center;
  margin-bottom: 16px;
}

.section-description {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(84, 84, 101, 1);
  text-align: center;
  max-width: 973px;
  margin: 0 auto 94px;
}

.features-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: calc(20% - 20px);
  width: 100%;
}

.feature-icon {
  position: relative;
  margin-bottom: 19px;
}

.icon-bg {
  width: 140px;
  height: 140px;
}

.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 63px;
  object-fit: scale-down;
}

.feature-title {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: rgba(0, 11, 51, 1);
  text-align: center;
}

/* Solutions Section */
.solutions {
  padding: 0 0 78px;
  background: #ffffff;
}

.solutions-content {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  margin: 0 auto;
}

.solutions-image {
  flex: 1;
  max-width: 605px;
}

.solutions-image img {
  width: 100%;
  height: auto;
}

.solutions-text {
  flex: 1;
  max-width: 747px;
  width: 100%;
}

.solutions-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: rgba(18, 0, 54, 1);
  margin-bottom: 30px;
}

.solutions-description {
  font-size: 18px;
  font-weight: 400;
  color: rgba(84, 84, 101, 1);
  margin-bottom: 43px;
  line-height: 26px;
}

.benefits-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: rgba(18, 0, 54, 1);
  margin-bottom: 36px;
}

.benefits-list {
  list-style: none;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 2px;
  color: rgba(18, 0, 54, 1);
}

.check-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}

/* Platform Demo Section */

.platform-inner {
  padding: 93px 0 0;
  background: rgba(240, 234, 246, 1);
  border-radius: 50px;
}
.platform-demo .section-title {
  font-size: 50px;
  line-height: 60px;
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
}
.platform-demo .section-description {
  max-width: 973px;
  width: 100%;
  margin: 0 auto 50px;
}
.demo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
}

.nav-arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 61px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-arrow img {
  width: 100%;
  height: 100%;
}
* {
  box-sizing: border-box;
}
.demo-content {
  position: relative;
  max-width: 1073px;
  width: 100%;
}

.demo-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: flex;
}

.demo-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.demo-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

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

.play-circle {
  position: relative;
  width: 144px;
  height: 144px;
  cursor: pointer;
}

.play-bg {
  width: 100%;
  height: 100%;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

/* Future Enhancements Section */
.future-enhancements {
  padding: 130px 0 144px;
  background: #ffffff;
}

.enhancements-content {
  display: flex;
  gap: 64px;
  margin: 0 auto;
  align-items: center;
}

.enhancements-text {
  flex: 1;
  max-width: 605px;
  width: 100%;
}

.enhancements-text .section-title {
  text-align: left;
  margin-bottom: 78px;
  font-size: 50px;
  line-height: 60px;
}

.enhancement-list {
  display: flex;
  flex-direction: column;
}

.enhancement-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 23px;
  position: relative;
}

.enhancement-number {
  position: relative;
  flex-shrink: 0;
  display: flex;
}
.enhancement-item::after {
  content: "";
  position: absolute;
  background: rgba(100, 53, 185, 1);
  width: 1px;
  height: calc(100% - 49px);
  top: 45px;
  left: 20px;
}
.enhancement-item:last-child:after {
  display: none;
}
.number-bg {
  width: 40px;
  height: 40px;
}

.number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 60px;
}

.enhancement-content {
  flex: 1;
}

.enhancement-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: rgba(18, 0, 54, 1);
  margin-bottom: 7px;
}

.enhancement-description {
  font-size: 18px;
  font-weight: 400;
  color: rgba(84, 84, 101, 1);
  line-height: 26px;
}

.enhancements-image {
  flex: 1;
  max-width: 747px;
  width: 100%;
}

.enhancements-image img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}

/* Challenges Section */
.challenges {
}
.challenge-bg {
  padding: 92px 67px 238px 97px;
  background: #ffffff;
  border: 1px solid #663cab;
  border-radius: 50px 50px 0 0;
  margin-bottom: -45px;
}
.challenges .section-title {
  margin-bottom: 91px;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
}
.challenges .section-title .highlight {
  display: block;
  background: none;
  color: rgba(100, 53, 185, 1);
  font-size: 70px;
  font-weight: 700;
  line-height: 85px;
  padding-bottom: 0;
}
.challenges-content {
  display: flex;
  gap: 130px;
  margin: 0 auto;
  position: relative;
}
.challenge-column {
  position: relative;
}
.challenge-column:nth-child(odd):after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dotted rgba(100, 53, 185, 1);
  position: absolute;
  right: -65px;
  top: 0;
}
.challenge-column,
.solution-column {
  flex: 1;
}

.column-title {
  font-size: 28px;
  font-weight: 700;
  color: rgba(18, 0, 54, 1);
  margin-bottom: 51px;
}

.challenge-list,
.solution-list {
  display: flex;
  flex-direction: column;
}

.challenge-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-size: 22px;
  line-height: 50px;
  font-weight: 400;
  line-height: 50px;
  color: rgba(18, 0, 54, 1);
}

.challenge-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 15px;
}

.solution-item {
  font-size: 22px;
  font-weight: 400;
  line-height: 50px;
  color: rgba(18, 0, 54, 1);
  padding-left: 40px;
  position: relative;
}

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

.divider img {
  height: 358px;
  width: auto;
}

/* User Interface Section */

.ui-content {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  padding: 0 20px;
  background: linear-gradient(180deg, #6c48a8 0%, #5b29b0 100%);
  border-radius: 50px;
}

.ui-image {
  flex: 1;
  max-width: 548px;
}

.ui-text {
  flex: 1;
  max-width: 600px;
  padding: 94px 0;
}

.ui-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 21px;
}

.ui-description {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 26px;
}

.steps-title {
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}

.steps-list {
  display: flex;
  flex-direction: column;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 22px;
}

.step-number {
  position: relative;
  flex-shrink: 0;
  display: flex;
}

.step-bg {
  width: 45px;
  height: 45px;
}

.step-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 60px;
}

.step-text {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
}

/* Footer */
.footer {
  padding: 80px 0 40px;
  background: #ffffff;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.footer-right {
  display: flex;
  flex-wrap: wrap;
  gap: 96px;
  row-gap: 20px;
}
.footer-brand {
  flex: 1;
  max-width: 412px;
}

.footer-logo {
  max-width: 281px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}

.footer-description {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 11, 51, 1);
  line-height: 1.6;
}

.footer-contact {
  flex: 2;
  display: flex;
  gap: 60px;
}

.contact-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: rgba(0, 11, 51, 1);
  margin-bottom: 5px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 11, 51, 1);
}

.contact-icon {
  width: 24px;
  height: 24px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.links-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: rgba(0, 11, 51, 1);
  margin-bottom: 20px;
}

.links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-link {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 11, 51, 1);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #6435b9;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 69px 0 30px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  row-gap: 20px;
}

.copyright {
  font-size: 17px;
  font-weight: 400;
  color: #2d3552;
  line-height: 30.43px;
}

.footer-legal {
  display: flex;
  gap: 40px;
}

.legal-link {
  font-size: 17px;
  font-weight: 400;
  color: #2d3552;
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-link:hover {
  color: #6435b9;
}
.popup-overlay {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

.contact-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 100%;
  /* background: #424FFA; */
  background: #fff;
  border-radius: 24px;
  min-height: 380px;
  z-index: 1000;
  display: none;
}

.contact-form-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.contact-form-wrapper-in {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 20px 20px;
}

.contact-form-group {
  width: 100%;
}

.contact-form-wrapper-in h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.contact-form-wrapper-in form {
  width: 100%;
}

.contact-form-group-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.contact-form-wrapper-in input[type="text"],
.contact-form-wrapper-in input[type="email"],
.contact-form-wrapper-in input[type="password"] {
  width: 100%;
  font-family: "Plus Jakarta Sans";
  background: #fff;
  box-shadow: none;
  border: solid 1px #ccc;
  outline: none;
  height: 34px;
  border-radius: 8px;
  padding: 8px 17px;
}

.contact-form-wrapper-in textarea {
  width: 100%;
  font-family: "Plus Jakarta Sans";
  background: #fff;
  box-shadow: none;
  border: solid 1px #ccc;
  outline: none;
  height: 100px;
  border-radius: 8px;
  padding: 8px 17px;
  resize: none;
}

.popup-overlay.show,
.contact-popup.show {
  display: flex;
}

.btn-submit {
  background: #01236f;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  font-size: 14px;
  height: 34px;
  border-radius: 18px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  border: solid 1px transparent;
  text-transform: uppercase;
  width: 100%;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.contact-popup-close {
  position: absolute;
  top: 8px;
  right: 15px;
  background: url(images/cancel.png) no-repeat 0 0;
  background-size: 100%;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: auto !important;
}
.platform-inner .slick-slide img {
  height: 500px !important;
  object-fit: cover;
  object-position: top left;
}
.slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.demo-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.frame-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 5;
  display: none;
}
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.nav-arrow-left {
  left: -7%;
}
.nav-arrow-left img {
  transform: scaleX(-1);
}
.disabled {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(93deg) brightness(103%) contrast(103%);
  opacity: 0.9;
}
.nav-arrow {
  transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}
.nav-arrow-right {
  right: -7%;
}
.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.video-popup iframe {
  width: 80%;
  max-width: 960px;
  height: 45vw;
  max-height: 540px;
  border: none;
  border-radius: 8px;
}
.video-popup .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 30;
}
.ui-slider-wrapper {
  position: relative;
  max-width: 500px;
  margin: auto;
  height: calc(100% + 76px);
  margin-top: -76px;
}
.ui-slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ui-slider img {
  width: 100%;
  height: auto;
  display: block;
  height: 758px;
  max-width: 476px;
  width: 100%;
  margin: 0 auto;
  border-radius: 77px 70px 0 0;
  margin-top: 11px;
}
.ui-nav-arrow.disabled {
  filter: none;
  opacity: 0.5;
}
.ui-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

@media (max-width: 768px) {
  .video-popup iframe {
    width: 90%;
    height: 50vw;
  }
}

/* Responsive Design */
@media (min-width: 2000px) {
  .hero-bg-img {
    object-position: bottom;
  }
}

@media (max-width: 1500px) and (min-width: 1025px) {
  .demo-container {
    max-width: 90%;
    margin: 0 auto;
  }
  .container {
    max-width: 90%;
  }
  .demo-content {
    width: 78%;
    margin: 0 auto;
  }
  .platform-inner .slick-slide img {
    width: 96%;
    margin: 0 auto;
  }
.ui-content{
  padding: 0 80px;
}
.ui-text{
  max-width: 400px;
}
.ui-title{
  font-size: 40px;
  line-height: normal;
}
.ui-slider-wrapper{
  max-width: 367px;
}
}
@media (max-width: 1024px) {
  .solutions-content {
    flex-direction: column;
    gap: 30px;
  }

  .enhancements-content {
    flex-direction: column;
    gap: 30px;
  }

  .challenges-content {
    flex-direction: column;
    gap: 30px;
  }

  .ui-content {
    flex-direction: column;
    gap: 30px;
  }

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

  .footer-contact {
    flex-direction: column;
    gap: 30px;
  }
  .features-intro {
    background: none;
    margin-top: 0;
  }
  .hero-content {
    padding: 80px 0;
  }
  .hero {
    min-height: auto;
  }
  .highlight {
    background-image: none;
  }
  .highlight,
  .hero-title {
    font-size: 36px;
    line-height: 44px;
  }

  .header,
  .hero {
    background: #7252ad;
  }
  p {
    font-size: 17px !important;
    line-height: 21px !important;
  }
  .hero-text {
    gap: 15px;
    padding: 0;
  }
  h2,
  .challenges .section-title .highlight {
    font-size: 33px !important;
    line-height: 43px !important;
  }
  .features-intro {
    padding: 60px 0;
  }
  .section-description {
    margin-bottom: 20px;
  }
  .features-grid {
    flex-wrap: wrap;
    gap: 20px;
  }
  .feature-item {
    max-width: 150px;
  }
  .stats-item {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .stats-text {
    text-align: center;
  }
  .icon-bg {
    width: 80px;
    height: 80px;
  }
  .icon {
    width: 40px;
    height: 40px;
  }
  .feature-icon {
    margin-bottom: 15px;
  }
  .feature-title {
    font-size: 16px;
    line-height: normal;
  }
  .solutions-title,
  .benefits-title {
    margin-bottom: 20px;
  }
  .check-icon {
    width: 20px;
    height: 20px;
  }
  .benefit-item {
    gap: 20px;
  }
  li {
    font-size: 16px !important;
    line-height: 35px !important;
  }
  .platform-inner {
    padding-top: 60px;
  }
  .nav-arrow {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .demo-container {
    margin: 0 auto;
  }
  .future-enhancements {
    padding: 60px 0 60px;
  }
  .enhancements-text .section-title {
    margin-bottom: 30px;
  }
  .number-bg {
    width: 30px;
    height: 30px;
  }
  .enhancement-item::after {
    top: 39px;
    left: 15px;
  }
  .enhancements-image img {
    border-radius: 20px;
  }

  .challenge-bg {
    padding: 30px 20px;
    border-radius: 20px;
    margin: 0;
    margin-bottom: 60px;
  }
  .challenges .section-title {
    margin-bottom: 40px;
  }
  .column-title {
    margin-bottom: 20px;
  }
  .challenge-item {
    font-size: 18px;
    line-height: 28px;
  }
  .column-title {
    font-size: 23px;
    line-height: normal;
  }
  .ui-image img {
    height: 100%;
    margin: 0;
  }
  .ui-content {
    border-radius: 0;
    flex-direction: column-reverse;
  }
  .user-interface .container {
    padding: 0;
  }
  .ui-text {
    padding: 30px 0 30px;
  }
  .steps-title {
    font-size: 22px;
    line-height: normal;
  }
  .step-text {
    font-size: 18px;
    line-height: 50px;
  }
  .step-bg {
    width: 30px;
    height: 30px;
  }
  .step-num {
    font-size: 14px;
  }
  .footer-right {
    flex-direction: column;
  }
  .footer-legal {
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 10px;
  }
  .footer-divider {
    margin-top: 30px;
  }
  .header {
    padding: 20px 0;
  }
  .nav-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  .logo {
    max-width: 150px;
    width: 100%;
  }
  .logo img {
    height: 30px;
    width: 100%;
  }
  .nav {
    gap: 20px;
  }
  .nav-link,
  .btn-primary {
    font-size: 15px;
  }
  .btn-cta {
    height: 47px;
  }
  .platform-inner {
    border-radius: 0;
    padding: 60px 20px 0;
  }
  .platform-demo .container {
    padding: 0;
  }
  .contact-form-group > div {
    flex-direction: column;
  }
  select {
    width: 100%;
  }
  .contact-popup {
    width: 90%;
  }
  .ui-slider-wrapper{
    height: 100%;
    margin-top: 0;
  }


.play-icon{
  width: 40px;
  height: 40px;
}
.play-circle{
  width: 100px;
  height: 100px;
}
.demo-slider{
  width: 100%;
}
.demo-content{
  width: 86%;
  margin: 0 auto;
}
.ui-content{
  width: 100%;
}
.ui-slider-wrapper{
  width: 80%;
  margin: 0 auto;
}
.ui-slider img{
  width: 98%;
}
.ui-slider img{
  height: 400px;
  border-radius: 27px 27px 0 0;
}
}
@media (max-width: 550px) {
  .nav-wrapper {
    justify-content: center;
  }
}
