/* ==========================================
   KYLAS.IO STYLE PREMIUM LEAD FORM
   ========================================== */

/* Modal Container Adjustments */

/* Sidebar Styles */
.popup-sidebar .sidebar-logo {
  width: 150px;
  margin-bottom: 40px;
}

.popup-sidebar h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #fff;
}

.popup-sidebar h3 span {
  color: #fdc800;
  /* Yellow accent */
}

.sidebar-features {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.sidebar-features li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.sidebar-features li img {
  width: 24px;
}

.gold-btn {
  background: #fdc800 !important;
  color: #000 !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  padding: 12px 30px !important;
  font-size: 16px !important;
}

/* Form Styles */
