.doc-badge a,
.explore-btn,
.help-section a,
.learn-more-link {
  text-decoration: none;
}
.badge-primary,
.bg-primary,
.btn-primary {
  background-color: #6610f2 !important;
  border-color: #6610f2 !important;
}
.badge-secondary,
.bg-secondary,
.btn-secondary {
  background-color: silver !important;
  border-color: silver !important;
}
.badge-warning,
.bg-warning,
.btn-warning {
  background-color: gold !important;
  border-color: gold !important;
}
.navbar {
  font-family: Arial, sans-serif;
}
.nav-item.nav-link:hover {
  color: gold !important;
}
.nav-item.nav-link:last-child {
  padding: 5px 15px;
  border: 2px solid gold;
  border-radius: 20px;
}
.nav-item.nav-link:last-child:hover {
  background-color: gold;
  color: #6610f2 !important;
}
.nav-item.nav-link.get-pro {
  padding: 5px 15px;
  border: 2px solid gold;
  border-radius: 20px;
  background-color: gold;
  color: #3498db;
}
.nav-item.nav-link.get-pro:hover {
  background-color: #3498db;
  color: gold !important;
}
.module-container {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 20px 0;
  border-radius: 15px;
  background-color: #fff;
}
.module-container .filters .filter_container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.module-container .filters .filter_container h4 {
  margin-right: 20px;
  color: #3498db;
  font-size: 22px;
}
.module-container .filters .filter_container input,
.module-container .filters .filter_container select {
  border: 2px solid #3498db;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.module-box {
  background-color: #fff;
  border: 2px solid silver;
  border-radius: 15px;
  margin: 10px;
  position: relative;
  height: 200px;
  box-sizing: border-box;
}
.module-box:hover {
  border: 2px solid #3498db;
  box-shadow: 0 4px 8px rgba(102, 16, 242, 0.3),
    0 6px 20px rgba(102, 16, 242, 0.25);
}
.module-title {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #3498db;
  font-size: 1.1rem;
  max-width: 195px;
}
.learn-more-link,
.module-description {
  position: absolute;
  left: 10px;
  font-size: 0.9em;
}
.module-description {
  top: 40px;
  color: #666;
  max-width: 90%;
  margin-top: 15px;
}
.module-switch {
  position: absolute;
  top: 10px;
  right: -30px;
}
.learn-more-link {
  bottom: 10px;
  color: #3498db;
  border: 2px solid #3498db;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
.doc-badge,
.free-badge,
.pro-badge {
  border-radius: 8px;
  position: absolute;
  bottom: 10px;
}
.learn-more-link:hover {
  background-color: #3498db;
  color: #fff;
}
.pro-badge {
  background: linear-gradient(45deg, #6610f2, gold);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.form-check{
  padding-left: 0 !important;
}
.form-check-input:checked + .form-check-label::before,
.free-badge,
.pro-badge {
  background-color: #3498db;
}
.free-badge,
.pro-badge {
  right: 10px;
  color: #fff;
  padding: 2px 8px;
  font-size: 0.8em;
}
.doc-badge {
  right: 140px;
  color: #3498db;
  padding: 1px 5px;
  font-size: 0.9em;
  cursor: pointer;
}
.doc-badge a {
  color: #3498db;
}
.form-check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form-check-label {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  font-weight: 600;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.form-check-label::after,
.form-check-label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-check-label::before {
  left: 0;
  width: 30px;
  height: 16px;
  background-color: #ddd;
  border-radius: 8px;
  transition: background-color 0.3s;
}
.form-check-label::after {
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: left 0.3s;
}
.form-check-input:checked + .form-check-label::after {
  left: 16px;
}
.nav-tabs {
  border-bottom: 2px solid silver;
  margin-bottom: 15px;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link {
  border-radius: 8px 8px 0 0;
  border: 2px solid transparent;
  color: #3498db;
  padding: 10px 15px;
  transition: 0.3s;
  box-shadow: none;
}
.nav-tabs .nav-link:hover {
  background-color: #f2f2f2;
  border-color: silver;
  box-shadow: none;
}
.nav-tabs .nav-link.active {
  background-color: #fff;
  color: #3498db;
  border-color: silver silver #fff;
}
.tab-content {
  border: 2px solid silver;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 20px;
  margin-top: -17px;
}
.plugin-badge {
  position: absolute;
  bottom: 10px;
  right: 60px;
  color: #fff;
  background-color: #007bff;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 0.8em;
  z-index: 10;
}
.help-container,
.plugin-item {
  background-color: #f7f8fc;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.plugin-badge.woocommerce {
  background-color: #96588a;
}
.module-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.filter-controls {
  display: flex;
  gap: 10px;
}
.module-filters .form-control,
.module-filters .form-select {
  width: auto;
}
.search-control {
  width: 20%;
}
.search-control input {
  width: 100% !important;
}
.help-container {
  padding: 20px 30px;
}
.help-section {
  margin-bottom: 40px;
}
.faqs .faq-item {
  margin-bottom: 20px;
  border-left: 4px solid #3498db;
  padding-left: 15px;
}
.faqs h3 {
  color: #3498db;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.help-section h2 {
  border-bottom: 2px solid #e0e2e6;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.4em;
}
.help-section a {
  color: #007bff;
  transition: color 0.3s;
}
.help-section a:hover {
  color: #0056b3;
}
.plugins-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.plugin-item {
  flex: 1;
  max-width: calc(33.33% - 20px);
  padding: 20px;
  text-align: center;
}
.module-tag,
.stat-item {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.plugin-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.ultimakit-promo,
.ultimakit-promo .card {
  width: 100% !important;
  max-width: 100% !important;
}
.plugin-item h3 {
  font-size: 1.2em;
  color: #3498db;
  margin-bottom: 10px;
}
.explore-btn {
  background-color: #007bff;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  transition: background-color 0.3s;
}
.explore-btn:hover {
  background-color: #0056b3;
}
.ultimakit-promo .card {
  background: linear-gradient(135deg, #fdfbfb, #ebedee);
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.module-tag,
.ultimakit-promo .badge {
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}
.ultimakit-promo .badge {
  padding: 0.5em 1em;
}
.ultimakit-promo h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #dc3545;
}
.module-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.module-tag {
  padding: 0.5rem 1rem;
}
.stats-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  justify-content: center;
}
.stat-item {
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
}
.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}
.stat-label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.btn-danger {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 6px;
  background: #dc3545;
  border: none;
  transition: 0.3s;
}
.btn-danger:hover {
  background: #c82333;
  transform: translateY(-1px);
}
.feature-content .btn-lg {
  border-radius: 25px !important;
}
.install-plugin {
  padding: 10px 20px;
  background: #6610f2;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  min-width: 150px;
}
.install-plugin:disabled {
  background: #72aee6;
  cursor: not-allowed;
}
.loader-wrapper {
  display: none;
  position: relative;
  width: 100%;
  height: 4px;
  background: #e2e4e7;
  margin-top: 10px;
  border-radius: 2px;
  overflow: hidden;
}
.loader-bar {
  position: absolute;
  width: 0%;
  height: 100%;
  background: #6610f2;
  transition: width 0.3s;
  border-radius: 2px;
}
.progress-steps {
  display: none;
  margin-top: 15px;
  font-size: 13px;
  color: #50575e;
}
.step {
  margin: 5px 0;
  opacity: 0.7;
}
.step.active {
  opacity: 1;
  color: #6610f2;
  font-weight: 500;
}
.step i {
  margin-right: 5px;
}
.success-icon {
  display: none;
  color: #00a32a;
  margin-left: 8px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: 0.3s ease-in fadeIn;
}
@media (max-width: 991px) {
  .stats-container {
    flex-direction: row;
    margin-top: 1rem;
  }
  .stat-item {
    flex: 1;
  }
  .feature-content {
    text-align: center;
  }
  .module-highlights {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .stats-container {
    flex-direction: column;
  }
  .module-tag {
    width: 100%;
    text-align: center;
  }
}
