.hero-sec:not(.min-vh-50) {
  min-height: 65vh;
  padding-bottom: 0px !important;
}

.pct-offcanvas .list-group-item {
  padding: 20px 0;
}

.pc-icon:not([class*=hei-]) {
  height: 22px;
}

.pc-icon:not([class*=wid-]) {
  width: 22px;
}

.theme-toggle {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  padding: 8px 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

[data-bs-theme="light"] .theme-toggle {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}

.theme-toggle:hover {
  background: rgba(255, 255, 255, 0.18);
}

[data-bs-theme="light"] .theme-toggle:hover {
  background: rgba(0, 0, 0, 0.08);
}
