:root {
  --primary-green: #76bc21;
  --primary-dark: #333333;
  --text-muted: #6c757d;
  --bg-light: #f8fcf5;
  --font-main: "Inter", sans-serif;
}

body {
  font-family: var(--font-main);
  color: var(--primary-dark);
  background-color: #fff;
  overflow-x: hidden;
}

/* Navbar */
.navbar {
  z-index: 1000;
}
.logo-text {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1;
}
.sem-s,
.sem-m {
  color: #000;
}
.sem-e {
  color: var(--primary-green);
}
.sub-logo {
  font-size: 0.75rem;
  margin-left: 10px;
  font-weight: 700;
  color: #333;
}
.nav-link.active {
  color: var(--primary-green) !important;
  position: relative;
}
.nav-indicator {
  width: 25px;
  height: 3px;
  background-color: var(--primary-green);
  margin: 0 auto;
  border-radius: 5px;
}
.btn-login {
  border: 1.5px solid var(--primary-green);
  color: var(--primary-green);
  font-weight: 600;
}
.btn-login:hover {
  background-color: var(--primary-green);
  color: #fff;
}
.btn-register {
  background-color: var(--primary-green);
  border: 1.5px solid var(--primary-green);
  color: #fff;
  font-weight: 600;
}


/* ============================================
Nav hover Active css
   ============================================ */
     /* Navbar active & hover indicator */
.navbar-nav .nav-item > a.nav-link {
    position: relative;
    padding-bottom: 6px;
    color: #333 !important;
    font-weight: 500;
    transition: color 0.2s ease;
}

.navbar-nav .nav-item > a.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #4CAF50; /* green */
    border-radius: 2px 2px 0 0;
    transition: width 0.25s ease;
}

/* Hover state */
.navbar-nav .nav-item > a.nav-link:hover::after,
.navbar-nav .nav-item > a.nav-link:focus::after {
    width: 100%;
}

/* Active / current page state */
.navbar-nav .nav-item > a.nav-link.active::after,
.navbar-nav .nav-item.current-menu-item > a.nav-link::after,
.navbar-nav .nav-item.current-menu-ancestor > a.nav-link::after,
.navbar-nav .nav-item.current-page-ancestor > a.nav-link::after {
    width: 100%;
}

/* Optional: color change on hover/active */
.navbar-nav .nav-item > a.nav-link:hover,
.navbar-nav .nav-item > a.nav-link.active,
.navbar-nav .nav-item.current-menu-item > a.nav-link {
    color: #2e7d32 !important;
}
   
   
/* ============================================
   HERO SECTION — FULLY RESPONSIVE
   Drop-in replacement for your existing CSS
   ============================================ */

/* Hero Section */
.hero-section {
  min-height: 90vh;
  background: radial-gradient(circle at center, #def5c8 0%, #ffffff 80%);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-title {
  font-weight: 800;
  font-size: clamp(2.2rem, 6vw, 6rem);
  color: var(--primary-green);
  letter-spacing: clamp(-1px, -0.05em, -3px);
  line-height: 0.85;
}

.search-container {
  max-width: 650px;
  margin-top: 30px;
}
.search-container input {
  font-size: 1.1rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
}

/* ─── Bg Edge Circles ─── */
.bg-edge-circle {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 70%
  );
}
.edge-circle-1 {
  width: 600px;
  height: 600px;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.edge-circle-2 {
  width: 900px;
  height: 900px;
  left: -350px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.edge-circle-3 {
  width: 1200px;
  height: 1200px;
  left: -500px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.edge-circle-4 {
  width: 600px;
  height: 600px;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.edge-circle-5 {
  width: 900px;
  height: 900px;
  right: -350px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.edge-circle-6 {
  width: 1200px;
  height: 1200px;
  right: -500px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ─── Bg Glows ─── */
.bg-glow {
  position: absolute;
  border-radius: 50%;
  border: 80px solid rgba(118, 188, 33, 0.04);
  z-index: 1;
  pointer-events: none;
}
.ring-1 {
  width: 500px;
  height: 500px;
  top: 10%;
  left: -150px;
}
.ring-2 {
  width: 700px;
  height: 700px;
  bottom: -100px;
  right: -250px;
}
.ring-3 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: 5%;
  border-color: rgba(118, 188, 33, 0.02);
}

/* ─── Orbit System ─── */
.orbit-container {
  width: clamp(320px, 65vw, 900px);
  height: clamp(320px, 65vw, 900px);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.orbit-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px dashed rgba(118, 188, 33, 0.15);
}
.orbit-inner {
  width: 61%; /* 550/900 */
  height: 61%;
}
.orbit-outer {
  width: 89%; /* 800/900 */
  height: 89%;
}

/* ─── Nodes ─── */
.orbit-node {
  position: absolute;
  width: clamp(6px, 1vw, 10px);
  height: clamp(6px, 1vw, 10px);
  background-color: var(--primary-green);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(118, 188, 33, 0.6);
  z-index: 5;
}
.node-1 {
  top: 15%;
  left: 15%;
}
.node-2 {
  bottom: 20%;
  right: 20%;
}
.node-3 {
  top: 65%;
  left: 2%;
}
.node-4 {
  top: 8%;
  right: 12%;
}
.node-5 {
  bottom: 8%;
  left: 25%;
}
.node-6 {
  top: 45%;
  right: -5px;
}

/* ─── Items ─── */
.hero-item {
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 10;
}
.hero-item:hover {
  transform: scale(1.1);
  z-index: 20;
}

/* ─── Profile Cards ─── */
.profile-card {
  background: #fff;
  padding: clamp(6px, 1vw, 10px) clamp(14px, 2vw, 25px) clamp(6px, 1vw, 10px)
    clamp(6px, 1vw, 10px);
  border-radius: 100px;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1.5px solid #fff;
  white-space: nowrap;
}
.profile-card .avatar {
  width: clamp(34px, 4vw, 50px);
  height: clamp(34px, 4vw, 50px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.85rem, 1.2vw, 1.2rem);
  margin-right: clamp(8px, 1.2vw, 15px);
  flex-shrink: 0;
}
.profile-card .name {
  font-weight: 800;
  font-size: clamp(0.8rem, 1vw, 1.1rem);
  line-height: 1;
}
.profile-card .role {
  font-size: clamp(0.65rem, 0.75vw, 0.8rem);
  color: var(--text-muted);
}

/* ─── Positioning (percentage-based so they scale with orbit) ─── */
.item-top-center {
  top: 8%;
  left: 45%;
}
.item-left {
  top: 40%;
  left: -30px;
}
.item-bottom-left {
  top: 72%;
  left: 5%;
}
.item-bottom {
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}
.item-right {
  top: 30%;
  right: -20px;
}
.item-mid-right {
  top: 62%;
  right: 5%;
}
.orb-1 {
  top: 50%;
  right: 15%;
}
.orb-2 {
  top: 65%;
  left: 15%;
}
.orb-3 {
  bottom: 0;
  left: 40%;
}
.badge-1 {
  top: 8%;
  left: 28%;
}
.badge-2 {
  top: 2%;
  right: 45%;
}
.badge-3 {
  top: 20%;
  right: 20%;
}
.badge-4 {
  bottom: 15%;
  right: 28%;
}

/* ─── Stats ─── */
.stat-badge {
  background: #fff;
  padding: clamp(3px, 0.5vw, 5px) clamp(8px, 1.2vw, 15px);
  border-radius: 50px;
  font-size: clamp(0.7rem, 0.85vw, 0.85rem);
  font-weight: 700;
  color: #555;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  border: 1px solid #f0f0f0;
}

/* ─── Deco ─── */
.deco-left {
  top: 40%;
  left: -120px;
  opacity: 0.8;
}
.deco-right {
  bottom: 10%;
  right: -100px;
  opacity: 0.8;
}

/* ─── Avatar Orbs ─── */
.avatar-orb {
  width: clamp(32px, 3.5vw, 45px);
  height: clamp(32px, 3.5vw, 45px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(0.75rem, 1vw, 1rem);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.bg-purple {
  background-color: #7d3cff;
}
.bg-pink {
  background-color: #ff3e8d;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* ─── Large Desktop (≤ 1400px) ─── */
@media (max-width: 1400px) {
  .orbit-container {
    width: clamp(480px, 58vw, 780px);
    height: clamp(480px, 58vw, 780px);
  }
}

/* ─── Tablet Landscape (≤ 1200px) ─── */
@media (max-width: 1200px) {
  .orbit-container {
    width: clamp(400px, 55vw, 660px);
    height: clamp(400px, 55vw, 660px);
  }
  .deco-left,
  .deco-right {
    display: none;
  }
}

/* ─── Tablet Portrait (≤ 992px) ─── */
@media (max-width: 992px) {
  .hero-section {
    min-height: auto;
    padding: 60px 0;
  }
  .hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    letter-spacing: -1px;
  }

  /* Stack layout: content on top, orbit below */
  .hero-section .container > .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .search-container {
    margin-left: auto;
    margin-right: auto;
  }

  .orbit-container {
    width: clamp(340px, 80vw, 560px);
    height: clamp(340px, 80vw, 560px);
    margin: 0 auto;
  }

  /* Scale down card text */
  .profile-card .name {
    font-size: 0.8rem;
  }
  .profile-card .role {
    font-size: 0.65rem;
  }

  .bg-glow,
  .bg-edge-circle {
    display: none;
  }
}

/* ─── Mobile Landscape / Small Tablet (≤ 768px) ─── */
@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
    padding: 40px 0 60px;
  }
  .hero-title {
    font-size: clamp(1.8rem, 7vw, 2.8rem);
    letter-spacing: -0.5px;
  }

  .search-container {
    max-width: 100%;
  }
  .search-container input {
    font-size: 0.95rem;
  }

  .orbit-container {
    width: min(85vw, 440px);
    height: min(85vw, 440px);
  }

  /* Hide less essential items */
  #card-parker,
  #card-maverick {
    display: none;
  }
  .orb-3,
  .badge-2,
  .badge-3 {
    display: none;
  }

  /* Bring edge cards inside the safe zone */
  .item-left {
    left: -10px;
  }
  .item-right {
    right: -10px;
  }
}

/* ─── Mobile Portrait (≤ 480px) ─── */
@media (max-width: 480px) {
  .hero-section {
    padding: 32px 0 48px;
  }
  .hero-title {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  .orbit-container {
    width: min(92vw, 340px);
    height: min(92vw, 340px);
  }

  /* Only keep the most essential cards */
  #card-parker,
  #card-maverick,
  #card-sorino,
  #card-jeffery {
    display: none;
  }

  .orb-1,
  .orb-2,
  .orb-3 {
    display: none;
  }
  .badge-1,
  .badge-2,
  .badge-3,
  .badge-4 {
    display: none;
  }

  /* Tighten remaining cards */
  .profile-card {
    padding: 5px 10px 5px 5px;
  }
  .profile-card .role {
    display: none;
  }
  .profile-card .avatar {
    margin-right: 8px;
  }

  .item-left {
    left: -5px;
  }
  .item-right {
    right: -5px;
  }
}

/* ─── Very Small Phones (≤ 360px) ─── */
@media (max-width: 360px) {
  .orbit-container {
    width: 94vw;
    height: 94vw;
  }
  .hero-title {
    font-size: 1.5rem;
  }
  .item-top-center,
  .item-bottom {
    left: 50%;
  }

  /* Only Wade card remains */
  #card-wade .role {
    display: none;
  }
}
/* Forum Directory Section */
.forum-directory {
  background-color: #ffffff;
}

.forum-directory .section-title {
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--primary-dark);
}

.btn-new-post {
  background-color: var(--primary-green);
  color: #fff;
  font-weight: 700;
  padding: 10px 28px;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-new-post:hover {
  background-color: #64a01c;
  color: #fff;
}

.forum-card {
  border: 1px solid #f2f2f2 !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  background: #fbfdf9;
}

.forum-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06) !important;
}

.forum-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: rgba(118, 188, 33, 0.08);
  border: 1px solid rgba(118, 188, 33, 0.25);
  color: var(--primary-green);
  font-size: 1.8rem;
}

.latest-post-badge {
  color: #9aa5b1;
  font-size: 0.65rem;
  letter-spacing: 0.2px;
}

.text-light-gray {
  color: #d1d5db;
}

.avatar-img {
  background: url("https://ui-avatars.com/api/?name=Raymond&background=random&color=fff&size=50")
    center/cover;
}

/* What's New Section */
.whats-new-section {
  background-color: #dcf3c4; /* Very light aesthetic green */
}
.whats-new-bg-1 {
  width: 1000px;
  height: 1000px;
  top: -100px;
  left: -300px;
  border: 120px solid rgba(255, 255, 255, 0.25);
  background: transparent;
}
.whats-new-bg-2 {
  width: 1200px;
  height: 1200px;
  bottom: -400px;
  right: -500px;
  border: 150px solid rgba(255, 255, 255, 0.15);
  background: transparent;
}
.whats-new-bg-3 {
  width: 600px;
  height: 600px;
  top: 40%;
  left: -200px;
  border: 80px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.active-tab {
  background-color: var(--primary-green) !important;
  color: #fff !important;
}

.avatar-circle {
  border-radius: 50%;
}
.bg-orange {
  background-color: #ff5722 !important;
}
.bg-blue {
  background-color: #2196f3 !important;
}
.bg-light-green {
  background-color: #8bc34a !important;
}
.bg-purple {
  background-color: #673ab7 !important;
}

.stacked-avatar {
  margin-left: -20px;
  transition: transform 0.2s ease;
  cursor: pointer;
}
.stacked-avatar:first-child {
  margin-left: 0;
}
.stacked-avatar:hover {
  transform: translateY(-5px);
  z-index: 20 !important;
}
.stacked-border {
  border: 4px solid #fff;
}

.speech-bubble-box {
  width: 65px;
  padding: 12px 5px;
  border: 1px solid rgba(118, 188, 33, 0.4);
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.speech-bubble-box::after {
  content: "";
  position: absolute;
  top: 22px;
  right: -6px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid rgba(118, 188, 33, 0.4);
  border-right: 1px solid rgba(118, 188, 33, 0.4);
  transform: rotate(45deg);
}

.trending-border {
  border-bottom: 1px solid #f0f0f0;
}

.social-icon-btn {
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.social-icon-btn:hover {
  transform: translateY(-3px);
  background-color: var(--primary-green) !important;
  color: #fff !important;
}

/* ///HOme page whats new section/// */

/* Segmented Tab Controls */
.whats-new-tabs {
  background: #fff;
  border-radius: 50px;
}

.whats-new-tab {
  border: none;
  background: transparent;
  color: #6c757d;
  transition: all 0.2s ease;
  font-size: 0.85rem;
}

.whats-new-tab:hover {
  color: #333;
}

.whats-new-tab.active {
  background-color: #2d5a1b !important;
  color: #fff !important;
  border-radius: 50px;
}

/* Trending Topics – square user card */
.trending-user-card {
  border-color: #e8e8e8 !important;
  border-radius: 10px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Stacked avatars first item fix */
.stacked-avatar:first-child {
  margin-left: 0 !important;
}

/* Footer Section */
.footer-section {
  background-color: #1a1a1a; /* Dark background matching the image */
  color: #ffffff;
}

.footer-link {
  color: #d0d0d0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: var(--primary-green);
}

.footer-links li.footer-divider:last-child {
    display: none !important;
}
/* =============================================
   SEM Auth Modal — auth-modal.css
   ============================================= */

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=DM+Sans:wght@300;400;500&display=swap");

/* ── Overlay ─────────────────────────────────── */
.sem-auth-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.45);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: opacity 0.2s ease;
}

.sem-auth-overlay.active {
  display: flex;
}

/* ── Modal Box ───────────────────────────────── */
.sem-auth-box {
  font-family: "DM Sans", sans-serif;
  background: #ffffff;
  border-radius: 18px;
  width: 420px;
  max-width: calc(100% - 40px);
  padding: 40px 40px 36px;
  position: relative;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.15);
  animation: semModalIn 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes semModalIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ── Close Button ────────────────────────────── */
.sem-auth-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: #f4f4f4;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition:
    background 0.2s,
    color 0.2s;
}

.sem-auth-close:hover {
  background: #e8e8e8;
  color: #1a1a1a;
}

/* ── Logo ────────────────────────────────────── */
.sem-auth-logo {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
  line-height: 1;
}

.sem-auth-logo .sem-s {
  color: #c0392b;
}
.sem-auth-logo .sem-e {
  color: #e67e22;
}
.sem-auth-logo .sem-m {
  color: #2980b9;
}

.sem-auth-tagline {
  text-align: center;
  font-size: 11px;
  color: #aaa;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

/* ── Tab Pills ───────────────────────────────── */
.sem-auth-tabs {
  display: flex;
  background: #f4f4f0;
  border-radius: 50px;
  padding: 4px;
  margin-bottom: 28px;
  gap: 2px;
}

.sem-auth-tab {
  flex: 1;
  text-align: center;
  padding: 9px 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #888;
  transition: all 0.2s;
  letter-spacing: 0.02em;
}

.sem-auth-tab.active {
  background: #fff;
  color: #1a1a1a;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

/* ── Form Panels ─────────────────────────────── */
.sem-auth-panel {
  display: none;
}

.sem-auth-panel.active {
  display: block;
}

/* ── Form Elements ───────────────────────────── */
.sem-form-group {
  margin-bottom: 14px;
}

.sem-form-row {
  display: flex;
  gap: 10px;
}

.sem-form-row .sem-form-group {
  flex: 1;
}

.sem-form-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}

.sem-form-input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #e8e8e8;
  border-radius: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  background: #fafafa;
  box-sizing: border-box;
  transition:
    border-color 0.2s,
    background 0.2s,
    box-shadow 0.2s;
  outline: none;
  -webkit-appearance: none;
}

.sem-form-input:focus {
  border-color: #c0392b;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.08);
}

.sem-form-input::placeholder {
  color: #c0bdb8;
}

/* ── Password Toggle ─────────────────────────── */
.sem-pw-wrap {
  position: relative;
}

.sem-pw-wrap .sem-form-input {
  padding-right: 44px;
}

.sem-pw-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #bbb;
  font-size: 15px;
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}

.sem-pw-toggle:hover {
  color: #555;
}

/* ── Forgot Link ─────────────────────────────── */
.sem-forgot {
  text-align: right;
  margin-top: -6px;
  margin-bottom: 14px;
}

.sem-forgot a {
  font-size: 12px;
  color: #c0392b;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.sem-forgot a:hover {
  opacity: 0.75;
}

/* ── Submit Button ───────────────────────────── */
.sem-btn-submit {
  width: 100%;
  padding: 13px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 6px;
  letter-spacing: 0.04em;
  transition:
    background 0.2s,
    transform 0.1s;
}

.sem-btn-submit:hover {
  background: #2d2d2d;
}

.sem-btn-submit:active {
  transform: scale(0.99);
}

/* ── Divider ─────────────────────────────────── */
.sem-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  color: #ccc;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
}

.sem-divider::before,
.sem-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ebebeb;
}

/* ── Google Button ───────────────────────────── */
.sem-btn-google {
  width: 100%;
  padding: 11px;
  background: #fff;
  border: 1.5px solid #e8e8e8;
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition:
    border-color 0.2s,
    background 0.2s;
  text-decoration: none;
}

.sem-btn-google:hover {
  border-color: #ccc;
  background: #fafafa;
}

.sem-btn-google img,
.sem-btn-google svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ── Footer Text ─────────────────────────────── */
.sem-auth-footer {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #aaa;
  margin-top: 20px;
}

.sem-auth-footer a {
  color: #c0392b;
  text-decoration: none;
  cursor: pointer;
}

.sem-auth-footer a:hover {
  text-decoration: underline;
}

/* ── Terms Line ──────────────────────────────── */
.sem-terms {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  color: #bbb;
  text-align: center;
  margin-top: 14px;
  line-height: 1.6;
}

.sem-terms a {
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}

/* ── Body blur when modal open ───────────────── */
body.sem-modal-open > *:not(.sem-auth-overlay) {
  filter: blur(3px);
  transition: filter 0.25s ease;
  pointer-events: none;
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 480px) {
  .sem-auth-box {
    padding: 32px 24px 28px;
    border-radius: 14px;
  }

  .sem-form-row {
    flex-direction: column;
    gap: 0;
  }
}

/* =============================================
   Whats New page — custom.css
   ============================================= */

:root {
  --green: #63ac1e;
  --green-dark: #4e8f17;
  --border: #e5e7eb;
  --text-main: #111827;
  --text-muted: #6b7280;
  --white: #ffffff;
}

/* OUTER */
.outer {
  max-width: 1060px;
  margin: 0 auto;
  padding: 32px 16px;
}

/* TITLE */
.page-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* TOP BAR */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tab {
  padding: 7px 16px;
  font-size: 13px;
  border: 1px solid var(--border);
  border-radius: 20px;
  cursor: pointer;
}

.tab.active {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

/* SEARCH */
.search-watch {
  display: flex;
  gap: 10px;
}

.search-wrap {
  border: 1px solid var(--border);
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}

.search-wrap input {
  border: none;
  padding: 7px 10px;
  width: 160px;
}

.search-wrap button {
  border: none;
  padding: 7px 10px;
  background: none;
}

.btn-watch {
  background: var(--green);
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
}

/* GRID */
.body-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 25px;
}

/* THREAD CARD */
.thread-card {
  display: flex;
  gap: 15px;
  padding: 15px;
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 10px;
}

.avatar {
  width: 40px;
  height: 40px;
  background: #ff7043;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.thread-info {
  flex: 1;
}

.thread-title {
  font-size: 14px;
  font-weight: 600;
}

.thread-meta {
  font-size: 12px;
  color: var(--text-muted);
}

/* SIDEBAR */
.sidebar-card {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}

.sidebar-heading {
  font-weight: 600;
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .body-grid {
    grid-template-columns: 1fr;
  }

  .search-wrap input {
    width: 120px;
  }
}

/* ============================================================
   SEM Auth Modal — sem-auth-modal.css
   ============================================================ */

.sem-auth-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 20, 35, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 99999;
}
.sem-auth-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.sem-auth-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 36px 32px;
  width: 100%;
  max-width: 440px;
  position: relative;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.18),
    0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(20px) scale(0.97);
  opacity: 0;
  transition:
    transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.25s ease;
}
.sem-auth-overlay.active .sem-auth-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.sem-auth-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: #999;
  transition:
    background 0.15s,
    color 0.15s;
}
.sem-auth-close:hover {
  background: #f0f0f0;
  color: #333;
}

.sem-auth-logo {
  text-align: center;
  margin-bottom: 12px;
}
.sem-auth-logo img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.sem-auth-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin: 0 0 4px;
  letter-spacing: -0.3px;
}
.sem-auth-sub {
  text-align: center;
  font-size: 13.5px;
  color: #888;
  margin: 0 0 22px;
}

.sem-auth-tabs {
  display: flex;
  background: #f1f3f7;
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 26px;
  gap: 4px;
}
.sem-auth-tab {
  flex: 1;
  border: none;
  background: transparent;
  padding: 9px 0;
  border-radius: 9px;
  font-size: 13.5px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition:
    background 0.18s,
    color 0.18s,
    box-shadow 0.18s;
}
.sem-auth-tab.active {
  background: #fff;
  color: #111;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.sem-auth-panel {
  display: none;
}
.sem-auth-panel.active {
  display: block;
}

.sem-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.sem-form-group {
  margin-bottom: 15px;
}

.sem-form-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #444;
  margin-bottom: 6px;
}

.sem-form-input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #e2e6ee;
  border-radius: 10px;
  font-size: 14.5px;
  color: #111;
  background: #fafbfd;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    background 0.2s;
  -webkit-appearance: none;
  appearance: none;
}
.sem-form-input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  background: #fff;
}
.sem-form-input::placeholder {
  color: #bbb;
}

.sem-pw-wrap {
  position: relative;
}
.sem-pw-wrap .sem-form-input {
  padding-right: 46px;
}
.sem-pw-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
  color: #bbb;
  padding: 2px;
  transition: color 0.15s;
}
.sem-pw-toggle:hover {
  color: #555;
}

.sem-strength {
  height: 4px;
  border-radius: 4px;
  background: #eaedf3;
  overflow: hidden;
  margin-top: 7px;
}
.sem-strength-bar {
  height: 100%;
  border-radius: 4px;
  width: 0;
  transition:
    width 0.3s ease,
    background 0.3s ease;
}

.sem-forgot {
  text-align: right;
  margin: -4px 0 14px;
}
.sem-forgot a {
  font-size: 12.5px;
  color: #2563eb;
  text-decoration: none;
}
.sem-forgot a:hover {
  text-decoration: underline;
}

.sem-btn-submit {
  width: 100%;
  padding: 13px;
  /* background: linear-gradient(135deg, #2563eb, #1d4ed8); */
  background: #76bc21;
  color: #fff;
  border: none;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  margin-top: 4px;
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    opacity 0.15s;
}
.sem-btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35);
}
.sem-btn-submit:active {
  transform: translateY(0);
  box-shadow: none;
}
.sem-btn-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.sem-form-error {
  font-size: 13px;
  color: #b91c1c;
  text-align: center;
  padding: 9px 14px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  margin: 0 0 14px;
}

.sem-auth-footer {
  text-align: center;
  margin-top: 18px;
  font-size: 13.5px;
  color: #888;
}
.sem-auth-footer a {
  color: #2563eb;
  font-weight: 500;
  text-decoration: none;
}
.sem-auth-footer a:hover {
  text-decoration: underline;
}

.sem-terms {
  font-size: 11.5px;
  color: #aaa;
  text-align: center;
  margin-top: 14px;
  line-height: 1.6;
}
.sem-terms a {
  color: #888;
  text-decoration: none;
}
.sem-terms a:hover {
  text-decoration: underline;
}

body.sem-modal-open {
  overflow: hidden;
}

@media (max-width: 480px) {
  .sem-auth-box {
    padding: 32px 20px 24px;
    border-radius: 16px;
  }
  .sem-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ============================================================
   SEM Profile Dropdown - FULL RESPONSIVE VERSION
   ============================================================ */

/* ── Wrapper ─────────────────────────────────────────────── */
.sem-profile-wrap {
  position: relative;
}

/* ── Trigger button ──────────────────────────────────────── */
.sem-profile-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px 5px 6px;
  background: #fff;
  border: 1.5px solid #e2e6ee;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 500;
  color: #222;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.sem-profile-btn:hover,
.sem-profile-btn.active {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.sem-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.sem-profile-name {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sem-caret {
  color: #999;
  transition: transform 0.2s;
}

.sem-profile-btn.active .sem-caret {
  transform: rotate(180deg);
}

/* ── Dropdown panel ──────────────────────────────────────── */
.sem-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: clamp(280px, 90vw, 340px);
  max-height: 80vh;
  overflow-y: auto;

  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.14),
    0 2px 8px rgba(0, 0, 0, 0.07);
  border: 1px solid #eaedf3;
  z-index: 9999;

  /* Hidden state */
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 0.2s ease,
    transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sem-dropdown.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0) scale(1);
}

/* Scrollbar */
.sem-dropdown::-webkit-scrollbar {
  width: 6px;
}
.sem-dropdown::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

/* ── User card ───────────────────────────────────────────── */
.sem-dd-card {
  display: flex;
  gap: 12px;
  padding: 16px;
  background: #f8f9fc;
  border-bottom: 1px solid #eaedf3;
}

.sem-dd-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e2e6ee;
}

.sem-dd-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sem-dd-info strong {
  font-size: 14.5px;
  font-weight: 700;
}

.sem-dd-info span {
  font-size: 12px;
  color: #888;
}

.sem-dd-stats {
  margin-top: 4px;
}

.sem-dd-stats span {
  display: block;
  font-size: 12px;
  color: #666;
}

/* ── Tabs ────────────────────────────────────────────────── */
.sem-dd-tabs {
  display: flex;
  border-bottom: 1px solid #eaedf3;
}

.sem-dd-tab {
  flex: 1;
  border: none;
  background: none;
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
  color: #888;
}

.sem-dd-tab.active {
  color: #2563eb;
  border-bottom: 2px solid #2563eb;
}

/* ── Panels ──────────────────────────────────────────────── */
.sem-dd-panel {
  display: none;
}
.sem-dd-panel.active {
  display: block;
}

/* ── Grid links ──────────────────────────────────────────── */
.sem-dd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 8px;
}

.sem-dd-item {
  padding: 8px 10px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.12s;
}

.sem-dd-item:hover {
  background: #f0f4ff;
  color: #2563eb;
}

.sem-dd-spacer {
  pointer-events: none;
}

/* ── Footer ─────────────────────────────────────────────── */
.sem-dd-footer {
  padding: 10px 14px;
  border-top: 1px solid #eaedf3;
}

.sem-dd-logout {
  color: #e53e3e;
  font-size: 13px;
  text-decoration: none;
}

.sem-dd-logout:hover {
  background: #fff5f5;
  padding: 6px 8px;
  border-radius: 6px;
}

/* ── Empty state ─────────────────────────────────────────── */
.sem-dd-empty {
  text-align: center;
  padding: 25px;
}

.sem-dd-empty p {
  font-size: 13px;
  color: #aaa;
}

.sem-dd-empty a {
  color: #2563eb;
  text-decoration: none;
}

/* ── Overlay (mobile UX) ─────────────────────────────────── */
.sem-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}

.sem-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet */
@media (max-width: 1024px) {
  .sem-profile-name {
    max-width: 90px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .sem-dropdown {
    position: fixed;
    top: 70px;
    left: 12px;
    right: 12px;
    width: auto;
    max-height: calc(100vh - 90px);
    border-radius: 14px;
  }

  .sem-dd-grid {
    grid-template-columns: 1fr;
  }

  .sem-dd-item {
    font-size: 14px;
    padding: 12px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .sem-profile-name,
  .sem-caret {
    display: none;
  }

  .sem-avatar {
    width: 26px;
    height: 26px;
  }

  .sem-dd-avatar {
    width: 46px;
    height: 46px;
  }
}

/* Touch devices */
@media (hover: none) {
  .sem-dd-item {
    padding: 12px;
  }
}

/* ============================================================
      Member Profile CSS - FULL RESPONSIVE VERSION
       ============================================================ */

/* ── Page background ── */
.member-profile-page {
  background: #f4f3fb;
  min-height: 100vh;
  padding: 40px 20px;
}

/* ── Breadcrumb ── */
.mp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}
.mp-breadcrumb .bc-root {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
  text-decoration: none;
}
.mp-breadcrumb .bc-root:hover {
  color: #3c3489;
}
.mp-breadcrumb .bc-sep {
  color: #ccc;
  display: flex;
  align-items: center;
}
.mp-breadcrumb .bc-current {
  font-size: 13px;
  color: #888;
}

/* ── Profile card ── */
.mp-profile-card {
  background: #fff;
  border-radius: 16px;
  border: 0.5px solid #e4e2f5;
  padding: 28px 32px;
  margin-bottom: 16px;
}
.mp-profile-inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

/* ── Avatar ── */
.mp-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7f77dd, #534ab7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  letter-spacing: -1px;
}

/* ── User main info ── */
.mp-user-main {
  flex: 1;
  min-width: 200px;
}
.mp-username {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}
.mp-location {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}
.mp-location strong {
  color: #3c3489;
  font-weight: 600;
}
.mp-bio {
  font-size: 13px;
  color: #777;
  line-height: 1.6;
  max-width: 400px;
  margin-bottom: 14px;
}
.mp-find-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 0.5px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  transition: all 0.15s;
}
.mp-find-btn:hover {
  background: #ebeaf8;
  border-color: #b0aae8;
  color: #3c3489;
}

/* ── Stats block ── */
.mp-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  padding-left: 28px;
  border-left: 0.5px solid #ede9f9;
  min-width: 160px;
}
.mp-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.mp-stat-label {
  font-size: 12px;
  color: #aaa;
}
.mp-stat-val {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
}

/* ── Tabs card ── */
.mp-tabs-card {
  background: #fff;
  border-radius: 16px;
  border: 0.5px solid #e4e2f5;
  overflow: hidden;
}
.mp-tabs-nav {
  display: flex;
  padding: 0 24px;
  border-bottom: 0.5px solid #ede9f9;
  overflow-x: auto;
  gap: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mp-tabs-nav::-webkit-scrollbar {
  display: none;
}

.mp-tab-btn {
  padding: 16px 18px;
  font-size: 13px;
  font-weight: 500;
  color: #aaa;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition:
    color 0.15s,
    border-color 0.15s;
  position: relative;
  top: 0.5px;
  text-decoration: none;
  display: inline-block;
}
.mp-tab-btn:hover {
  color: #534ab7;
}
.mp-tab-btn.active {
  color: #3c3489;
  border-bottom-color: #3c3489;
  font-weight: 600;
}

/* ── Tab content ── */
.mp-tab-content {
  padding: 28px;
}
.mp-tab-pane {
  display: none;
}
.mp-tab-pane.active {
  display: block;
}

/* ── Post item ── */
.mp-post-item {
  display: flex;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 0.5px solid #f3f1fb;
}
.mp-post-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.mp-post-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ebeaf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #534ab7;
  flex-shrink: 0;
}
.mp-post-body {
  flex: 1;
  min-width: 0;
}
.mp-post-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.mp-post-author {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
}
.mp-post-time {
  font-size: 11px;
  color: #bbb;
}
.mp-post-text {
  font-size: 13px;
  color: #666;
  line-height: 1.55;
}
.mp-post-actions {
  display: flex;
  gap: 14px;
  margin-top: 8px;
}
.mp-post-action {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #bbb;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: color 0.12s;
}
.mp-post-action:hover {
  color: #7f77dd;
}
.mp-post-action svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Empty state ── */
.mp-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 24px;
  gap: 12px;
  text-align: center;
}
.mp-empty-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #ebeaf8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mp-empty-icon svg {
  width: 22px;
  height: 22px;
  stroke: #7f77dd;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mp-empty-title {
  font-size: 14px;
  font-weight: 500;
  color: #444;
}
.mp-empty-sub {
  font-size: 12px;
  color: #aaa;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .mp-profile-card {
    padding: 20px;
  }
  .mp-stats {
    padding-left: 0;
    border-left: none;
    border-top: 0.5px solid #ede9f9;
    padding-top: 16px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  .mp-stat-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 80px;
  }
  .mp-tab-content {
    padding: 20px;
  }
}

\n\n/* ==========================================================================
   Member Lists Page Specific Styles
   ========================================================================== */
   
   /* Search Box Form Control */
   .search-box-input {
  background-color: #fafafa;
  border: 1px solid var(--border-color);
  font-size: 0.9rem;
}
.search-box-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(103, 179, 54, 0.25);
  border-color: var(--primary-green);
  background-color: #ffffff;
}
.search-divider {
  height: 18px;
  width: 2px;
  background-color: #dfdfdf;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.search-icon {
  right: 15px;
}

/* Cards & Layout */
.sidebar-card,
.main-list-card {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.02) !important;
}
.fs-15 {
  font-size: 0.93rem;
}
.fs-14 {
  font-size: 0.88rem;
}
.text-underline-offset {
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.transition-all {
  transition: all 0.2s ease;
}
.hover-dark:hover {
  color: var(--text-dark) !important;
  font-weight: 500;
}
.hover-success:hover {
  color: var(--primary-green) !important;
}

/* Small Avatars */
.small-avatar {
  width: 44px;
  height: 44px;
  font-size: 1.15rem;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.bg-purple {
  background-color: #5b2c90 !important;
}
.bg-orange {
  background-color: #e84d2b !important;
} /* Deeper orange for S */
.bg-info {
  background-color: #26bfa1 !important;
} /* Bright teal for B */
.bg-success {
  background-color: var(--primary-green) !important;
}

/* Buttons & Elements */
.btn-white {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  transition: all 0.2s ease;
}
.btn-white:hover {
  background-color: #f6f6f6;
  border-color: #dcdcdc;
}
.hover-dark-btn:hover {
  background-color: var(--primary-green-hover);
}

.divider-line {
  border-top: 1.5px solid var(--border-color);
  opacity: 1;
}

/* Borders between columns on desktop */
@media (min-width: 768px) {
  .border-end-md {
    border-right: 1px solid var(--border-color);
  }
}

/* ==========================================================================
     hero banner Search bar Styles
     ========================================================================== */

#search-results {
  max-height: 400px;
  overflow-y: auto;
}

.search-item {
  transition: all 0.2s ease;
  cursor: pointer;
}

.search-item:hover {
  background-color: #f8f9fa;
}

.search-title {
  font-size: 0.95rem;
  line-height: 1.3;
}

.search-item a:hover .search-title {
  color: #0d6efd;
}
