body {
  font-family: 'Manrope', sans-serif;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  /* green background and padding for better visibility */
  background-color: #131313;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; /* arrow color */
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #131313;
}


[x-cloak] {
  display: none !important;
}

.faq-item {
  border: 1px solid rgb(226 232 240);
  border-radius: 1rem;
  background: white;
  overflow: hidden;
  transition: all 0.25s ease;
}

.faq-item:hover {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 700;
  color: rgb(15 23 42);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-inner {
  padding: 0 1.25rem 1.25rem;
  color: rgb(71 85 105);
  line-height: 1.8;
  font-size: 0.95rem;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-icon {
  transition: transform 0.25s ease;
  font-size: 1.25rem;
  color: rgb(100 116 139);
  flex-shrink: 0;
}

.faq-filter-btn.active {
  background: rgb(15 23 42);
  color: white;
  border-color: rgb(15 23 42);
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-content h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 800;
  color: rgb(15 23 42);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.article-content p {
  color: rgb(71 85 105);
  line-height: 1.9;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

.article-content ul {
  margin: 1rem 0 1.5rem;
  padding-left: 1.2rem;
  color: rgb(71 85 105);
}

.article-content li {
  margin-bottom: 0.8rem;
  line-height: 1.8;
}

.article-content blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid rgb(15 23 42);
  background: rgb(248 250 252);
  border-radius: 0 1rem 1rem 0;
  color: rgb(51 65 85);
  font-weight: 600;
  line-height: 1.8;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
