#fw-section-collection-template-collection-default {

a {  font-family: Quantico;}
}







#fw-section-sidebar {

/* Smooth Sidebar Text Hover Effect - Enhanced */
.sidebar-nav a, 
.sidebar-menu a, 
.sidebar-link,
.nav-item,
.menu-item,
[class*="sidebar"] a,
[class*="nav"] a,
[class*="menu"] a,
.sidebar a, 
.navigation a, 
.menu a,
#sidebar a,
.sidebar-container a,
.nav-container a {
  transition: all 0.3s ease-in-out !important;
  display: inline-block !important;
  transform-origin: left center !important; /* Better scaling origin */
}

.sidebar-nav a:hover, 
.sidebar-menu a:hover, 
.sidebar-link:hover,
.nav-item:hover,
.menu-item:hover,
[class*="sidebar"] a:hover,
[class*="nav"] a:hover,
[class*="menu"] a:hover,
.sidebar a:hover, 
.navigation a:hover, 
.menu a:hover,
#sidebar a:hover,
.sidebar-container a:hover,
.nav-container a:hover {
  transform: scale(1.05) !important;
  color: #b22d64 !important;
  text-shadow: 0 0 10px rgba(178, 45, 100, 0.3) !important; /* Added glow effect */
}

/* More specific targeting for Fourthwall */
body [data-section="sidebar"] a,
body [data-widget="navigation"] a,
body .sidebar-wrapper a,
body .nav-wrapper a {
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out !important;
  display: inline-block !important;
}

body [data-section="sidebar"] a:hover,
body [data-widget="navigation"] a:hover,
body .sidebar-wrapper a:hover,
body .nav-wrapper a:hover {
  transform: scale(1.05) !important;
  color: #b22d64 !important;
}

/* Make sidebar scroll naturally with page */
.sidebar,
.sidebar-wrapper,
[data-section="sidebar"],
#sidebar {
  position: relative !important; /* remove fixed/sticky behavior */
  top: auto !important;
  height: auto !important;
}

}