/* ── Feature section (solutions digitales + tabs) ── */
#feature.feture-area.style-two {
  position: relative;
  background: url(../images/resource/counterbg.jpg) center center / cover no-repeat !important;
  overflow: hidden;
  height: auto !important;
  padding: 100px 0 !important;
}

#feature.feture-area.style-two::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 43, 0.55);
  z-index: 0;
  pointer-events: none;
}

#feature.feture-area.style-two > .container {
  position: relative;
  z-index: 1;
}

#feature .dreamit-section-title.style-four h5 {
  color: var(--sdg-red) !important;
}

#feature .dreamit-section-title.style-four h5::before {
  background: var(--sdg-red) !important;
}

#feature .feature-eyebrow-accent {
  position: relative;
  display: inline-block;
  color: var(--sdg-red) !important;
}

#feature .feature-eyebrow-accent::after {
  content: "";
  position: absolute;
  left: -12px;
  top: -16px;
  background: url(../images/resource/section1.png);
  width: 63px;
  height: 63px;
  display: inline-block;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

#feature .dreamit-section-title.style-four::after {
  display: none !important;
}

#feature .dreamit-section-title h1 {
  color: #ffffff;
}

#feature .dreamit-section-title h1 span.color2 {
  background: var(--sdg-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

#feature .dreamit-section-title p {
  color: #bcc7cd;
  line-height: 1.7;
}

/* Tabs */
#feature ul#pills-tab {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 3px solid rgba(48, 128, 255, 0.2);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

#feature ul#pills-tab::-webkit-scrollbar {
  display: none;
}

#feature ul#pills-tab .nav-item {
  flex: 0 0 auto;
  padding-right: 0 !important;
  margin: 0;
}

#feature .dreamit-department-tab ul li a {
  color: #bcc7cd;
  transition: color 0.3s ease;
}

#feature .dreamit-department-tab ul li a:hover {
  color: #ffffff;
}

#feature .nav-pills .nav-link {
  color: #bcc7cd;
  background: transparent;
  border-radius: 8px 8px 0 0;
  padding: 12px 14px;
  font-size: clamp(11px, 2.6vw, 18px);
  white-space: nowrap;
  transition: background 0.3s ease, color 0.3s ease;
}

#feature .nav-pills .nav-link.active,
#feature .nav-pills .show > .nav-link {
  color: #ffffff !important;
  background: var(--sdg-gradient-btn) !important;
  box-shadow: 0 6px 18px rgba(48, 128, 255, 0.22);
  font-size: clamp(11px, 2.6vw, 18px);
  padding: 12px 14px;
}

/* Tab panel card */
#feature .dreamit-department-tab-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 28px 30px 24px;
  border: 1px solid rgba(48, 128, 255, 0.12);
  box-shadow:
    0 10px 30px rgba(48, 128, 255, 0.08),
    0 4px 12px rgba(162, 28, 175, 0.05);
}

#feature .tab-content-text p {
  color: var(--sdg-muted);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
}

#feature .dreamit-department-thumb img {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(48, 128, 255, 0.1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}

#feature .dreamit-department-thumb img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

#feature .dreamit-department-bottom-content-inner ul li {
  padding: 0 0 14px;
}

#feature .dreamit-department-bottom-content-inner ul li i {
  color: var(--sdg-blue) !important;
}

#feature .dreamit-department-bottom-content-inner ul li span {
  color: var(--sdg-dark);
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 991px) {
  #feature .nav-pills .nav-link {
    padding: 10px 10px;
    font-size: clamp(10px, 2.4vw, 16px);
  }

  #feature .dreamit-department-tab-box {
    margin-top: 8px;
  }
}

@media (max-width: 575px) {
  #feature ul#pills-tab {
    gap: 2px;
  }

  #feature .nav-pills .nav-link {
    padding: 8px 6px;
    font-size: clamp(9px, 2.8vw, 13px);
  }

  #feature .nav-pills .nav-link.active,
  #feature .nav-pills .show > .nav-link {
    padding: 8px 6px;
    font-size: clamp(9px, 2.8vw, 13px);
  }
}
