.demo-page-bg {
  background: linear-gradient(180deg, #fafbf9 0%, #effae5 100%);
}
.demo-page-container {
  max-width: 1200px;
  margin: 0 auto;
}

.demo-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.demo-page-header-left img {
  height: 60px;
}

.demo-page-header-right {
  display: flex;
  gap: 20px;
}

.demo-page-header-right-btn {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
.demo-page-header-right-btn:hover {
  text-decoration: underline;
}

.demo-page-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 70px 64px;
}
.demo-page-left {
  width: 495px;
}
.demo-page-left h1 {
  font-weight: bold;
  font-size: 48px;
  color: #333333;
  line-height: 58px;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.demo-intro {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}

.benefits-section {
  margin: 40px 0;
}

.benefits-title,
.benefits-list li {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  margin-bottom: 24px;
  font-style: normal;
}

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

.benefits-list li {
  padding-left: 30px;
  position: relative;
}

.benefits-list li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/demoPage/tick@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.members-section {
  margin: 40px 0;
}

.members-section h3 {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
}

.members-logo {
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 12px;
  margin-top: 24px;
}

.members-logo img {
  max-width: 100%;
  height: auto;
}

.demo-video-section {
  margin: 40px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.demo-video-section p {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.watch-demo-btn {
  display: inline-block;
  padding: 8px 16px;
  background-color: #82c91e;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.watch-demo-btn:hover {
  background-color: #74b816;
}

.contact-info {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}

.contact-info a {
  text-decoration: underline;
}
.demo-page-right {
  padding: 30px;

  background: #ffffff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

/* Form Styles */
.demo-form {
}

.demo-form h2 {
  margin-bottom: 25px;
  color: #333;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-weight: 500;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

.form-group input:focus {
  outline: none;
  border-color: #82c91e;
}

.schedule-demo-btn {
  width: 100%;
  padding: 12px;
  background-color: #82c91e;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.schedule-demo-btn:hover {
  background-color: #74b816;
}

/* FAQs Section */
.faqs-section {
  padding: 50px 0 100px;
}

.faqs-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  color: #333333;
  line-height: 48px;
  font-style: normal;
}

.faq-items {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 16px;
  padding: 16px 30px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.faq-item h3 {
  margin-bottom: 8px;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}

.faq-item p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.request-demo-modal {
  background: transparent;
  border: none;
  justify-content: space-between;
  width: auto;
}
.request-demo-modal .col-md-12,
.request-demo-modal .col-12 {
  margin-top: 20px;
}
.request-demo-modal .btn-close {
  position: absolute;
  right: 37px;
  top: 0;
  z-index: 999;
}
.modal-body-left {
  display: flex;
  align-items: center;
}
.modal-body-left video {
  width: 800px;
  min-height: 288px;
  background: #d4d4d4;
  border-radius: 2px;
}

.request-demo-dialog {
  display: flex;
  height: 90%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
