.plugin-hero-section {
  background-color: #f7f2e9;
  border-bottom: 2px solid #e2d3c3;
}

.plugin-title {
  font-size: 28px;
  color: #6b4423;
  font-weight: bold;
}

.plugin-icon {
  width: 120px;
  height: 120px;
}

.plugin-meta {
  font-size: 16px;
  color: #555;
}

.plugin-features-section {
  background-color: #ffffff;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  color: #6b4423;
}

.feature-card {
  border: 1px solid #d98830;
  border-radius: 10px;
  background-color: #f7f2e9;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.feature-icon {
  max-width: 100%;
}

.feature-title {
  color: #6b4423;
  font-size: 22px;
  font-weight: 600;
}

.feature-desc {
  color: #3e3e3e;
  font-size: 16px;
}
.row-featured{
align-items: stretch;
}
.row-featured


.plugin-overview-section {
  background-color: #ffffff;
}

.gallery-box img {
  object-fit: cover;
}

.gallery-main img {
width: 100%;
}

.gallery-thumbnails {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 8px;
  gap: 12px;
}

.gallery-thumbnails img {
  width: 100px;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  border-radius: 6px;
  transition: transform 0.2s;
}

.gallery-thumbnails img:hover {
  transform: scale(1.05);
  border: 2px solid #d98830;
}


.overview-text .section-title {
  color: #6b4423;
  font-weight: bold;
  font-size: 22px;
}

.overview-paragraph {
  color: #3e3e3e;
  font-size: 18px;
  line-height: 2rem;
}

.overview-points {
  list-style: disc;
  padding-right: 1rem;
  color: #6b4423;
  font-size: 18px;
}
.overview-points li{
  margin-bottom: 14px;
}


.gallery-thumbnails img.active {
  border: 2px solid #d98830;
  transform: scale(1.05);
}

.plugin-docs-section {
  background-color: #f7f2e9;
}

.accordion-button {
  background-color: #f5e9d2;
  color: #6b4423;
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  background-color: #d98830;
  color: #ffffff;
}

.accordion-body {
  background-color: #ffffff;
  border-top: 1px solid #d98830;
  color: #3e3e3e;
  line-height: 1.8;
}
.btn-custom i{
  font-size: 24px;
  margin-left: 5px;
}
.btn-custom:hover{
  border-color: transparent;
}

