/** COLOR SCHEMES **/
:root {
	--smoke-white: #f8f8f8;
	--main-black: #110c22;
	--gray-light: #110c22;
	--white: white;
	--gray: #4f4b5c;
	--teal: #0d9488;

	--md-text-font: Generalsans;
	--md-code-font: roboto mono;

	--md-primary-bg-color: #f8f8f8;
	--md-primary-bg-color--light: white;
	--md-primary-fg-color: #110c22;
}

[data-md-color-scheme="default"] {

	--md-footer-bg-color: white;
	--md-footer-fg-color: charcoal;
	--md-default-bg-color: white;
	--md-footer-fg-color--light: charcoal;
	--md-footer-fg-color--lighter: charcoal;

	.md-footer, .md-footer__inner, .md-footer-meta {
	  background-color: white;
	}
	h1, h2, h3, label {
		color: var(--main-black) !important;
	}
	.md-main {
		background-color: var(--smoke-white);
	}
	.md-nav__link, .md-nav__link>.md-ellipsis {
		background-color: var(--smoke-white) !important;
	}
}

[data-md-color-scheme="slate"] {
	
	--md-footer-bg-color: black;
	--md-default-bg-color: black;

	.md-sidebar__scrollwrap, .md-sidebar__inner {
		background-color: black !important;
	}
	label {
		background-color: black !important;
	}
	.md-nav--secondary {
		background-color: black !important;
	}
	.md-footer, .md-footer__inner, .md-footer-meta {
	  background-color: black !important;
	}
	h1, h2, h3, label, p {
		color: var(--smoke-white) !important;
	}
	.hero-subtext {
		color: var(--smoke-white) !important;
	}
	.grid-item {
		background-color: #1a1a1a !important;
	}
	.section-wrapper {
		border-bottom: 1px solid #333;
	}
	.flex-card-child, .home-feature-card {
		background-color: #1a1a1a;
	}
	.md-icon {
		color: var(--teal);
	}
	.flex-card-item:hover {
		background-color: #2a2a2a !important;
		color: var(--teal) !important;
	}
	.flex-card-item.header-item:hover {
		background-color: #2a2a2a !important;
		color: var(--smoke-white) !important;
	}
	.home-feature-card:hover {
		background-color: #2a2a2a !important;
		color: var(--teal) !important;
	}

	/* Fix gray text colors for dark theme */
	.feature-paragraph {
		color: #e5e7eb !important;
	}
	
	div.main p {
		color: #e5e7eb !important;
	}
	
	div.main div.flexbox a {
		color: #e5e7eb !important;
	}
	
	div.main .nav-link {
		color: #e5e7eb !important;
	}
	
	div.main .nav-link:hover {
		color: var(--teal) !important;
	}
	
	/* Fix tab navigation for dark theme */
	.md-tabs {
		background-color: #1a1a1a !important;
		border-bottom: 1px solid #333 !important;
	}
	
	.md-tabs__link {
		color: #e5e7eb !important;
	}
	
	.md-tabs__link:hover {
		color: var(--teal) !important;
	}
	
	.md-tabs__item--active .md-tabs__link {
		color: var(--teal) !important;
	}
	
	/* Fix header and navigation for dark theme */
	.md-header {
		background-color: #1a1a1a !important;
	}
	
	.md-header__title {
		color: #e5e7eb !important;
	}
	
	.md-header__source {
		color: #e5e7eb !important;
	}
	
	/* Fix tab navigation area for dark theme */
	.md-tabs__list {
		background-color: #1a1a1a !important;
	}
	
	.md-tabs__item {
		background-color: #1a1a1a !important;
	}
	
	/* Ensure logo and site name are visible in dark theme */
	.md-header__button {
		color: #e5e7eb !important;
	}
	
	.md-header__button:hover {
		color: var(--teal) !important;
	}
	
	/* Fix any remaining gray text in dark theme */
	.text-gray-600,
	.text-gray-700,
	.text-gray-800 {
		color: #e5e7eb !important;
	}
}
/** END OF COLOR SCHEMES **/



/** TEXT ELEMENTS **/
h1 {
	margin-top: 0;
	margin-bottom: 0 !important;
	font-size: 38px;
	font-weight: 600 !important;
	line-height: 44px;
	font-family: Generalsans, sans-serif !important;
}

h2 {
	margin-top: 0;
	margin-bottom: 0 !important;
	font-size: 32px;
	font-weight: 600 !important;
	line-height: 36px;
	font-family: Generalsans, sans-serif !important;
}

div.main h1 {
	margin-top: 0 !important;
}

div.main h2 {
	margin-top: 0 !important;
}

h3 {
	margin-bottom: 0 !important;
	margin-top: 0px;
	font-size: 24px;
	margin-block-start: 0px;
	margin-block-end: 0px;
	font-weight: 600 !important;
	line-height: 1.2;
	color: var(--main-black) !important;
	font-family: Generalsans, sans-serif !important;
}

h4, h5 {
	font-family: Generalsans, sans-serif !important;
}

div.main p {
	color: var(--gray);
	margin-bottom: 0;
	font-weight: 500;
	line-height: 1.6;
}
/** END OF TEXT ELEMENTS **/


/** PAGE ELEMENTS **/
.md-tabs__item--active {
	color: var(--teal) !important;
	font-weight: 800 !important;
}

.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link {
	box-shadow: none;
}

.md-nav__item .md-nav__link--active,
.md-nav__item .md-nav__link--active code {
  color:var(--teal) !important;
}
.md-sidebar__scrollwrap, .md-sidebar__inner, .md-nav--secondary, .md-nav__title {
	box-shadow: none !important;
	background-color: var(--smoke-white) !important;

}
/** END OF PAGE ELEMENTS **/



/** MAIN FRONT PAGE AND SECTION FRONT PAGES **/
img.figure {
	margin: 0 auto;
	display: block;
}

div.flex-figure {
	display: flex;
}

div.flex-figure div.flex-figure-left {
	flex-grow: 1;
	flex-shrink: 5;
}

div.flex-figure div.flex-figure-right {
	flex-grow: 2;
}

.feature-paragraph {
	text-align: left;
	margin-block-start: 0px;
    margin-block-end: 0px;
}

.md-header--shadow {
	box-shadow: none !important;
}

div.main div.flexbox a {
	color: var(--main-black) !important;
}

div.main .nav-bar {
	background-color: var(--smoke-white);
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	padding: 10px 108px;
}

div.main .container-global {
	width: 100%;
	max-width: 1224px;
	margin-left: auto;
	margin-right: auto;
}

div.main .nav-menu {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	align-items: center;
	display: flex;
}

div.main .nav-link {
	color: var(--gray);
	padding: 2px 0;
	font-weight: 500;
	transition: color .2s;
}

div.main .nav-link:hover {
	color: var(--gray-light);
}

div.main .nav-link.w--current {
	color: var(--teal);
	font-weight: 600;
}

div.main .nav-content {
	grid-row-gap: 20px;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
}

.hero-content-flex {
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;
	justify-content: space-between;
	align-items: stretch;
	display: flex;
	position: relative;
	bottom: 50px;
}

.hero-content-flex.product-hero-flex {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
}

.hero-left {
	max-width: 580px;
}

.hero-right {
	flex: 0 auto;
	position: relative;
	overflow: hidden;
	min-height: 300px;
	width: 50%;
}

.hero-right.is-big {
	min-width: 50%;
}

.hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-heading {
	color: var(--main-black) !important;
	margin-bottom: 16px !important;
	font-size: 48px !important;
	line-height: 1.3 !important;
	font-weight: 1000;
	max-width: 400px;
}

.hero-subtext {
	color: var(--gray);
	font-weight: 500;
}

.hero-subtext-bold {
	font-weight: 700 !important;
	font-size: 18px;
}

.flexbox-2-col {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	justify-content: space-between;
	display: flex;
}

.flex-card-child {
	width: 100%;
	background-color: var(--white);
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(17, 12, 34, .1);
}

.flex-card-item {
	color: var(--gray);
	border-bottom: 1px solid #ececed;
	flex-direction: column;
	align-items: flex-start;
	padding: 18px 24px;
	text-decoration: none;
	transition: background-color .2s, color .2s;
	display: flex;
}

.flex-card-item:hover {
	color: var(--teal);
	background-color: #f8f8f8;
}

.flex-card-item.header-item {
	padding-top: 24px;
	padding-bottom: 24px;
}

.flex-card-item.header-item:hover {
	color: var(--gray);
	background-color: #fff;
}

.flex-card-item.last-item {
	border: 1px #000;
}

.heading-h3 {
	margin-bottom: 8px;
	font-size: 22px;
	margin-block-start: 0px;
	margin-block-end: 0px;
}

.heading-h3.margin-none {
	margin-bottom: 0;
	margin-block-start: 0px;
	margin-block-end: 0px;
}

.feature-paragraph {
	color: var(--gray-light);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}

.feature-card-heading {
	color: var(--teal);
	font-size: 18px;
	font-weight: 600;
}

.section-wrapper {
	border-bottom: 1px solid #ececed;
	padding-top: 48px;
	padding-bottom: 48px;
}

.section-wrapper.product-section-head {
	padding-top: 0;
}

.section-header-wrapper {
	margin-bottom: 48px;
}

.heading-h2 {
	margin-bottom: 8px;
	line-height: 1.3;
}

.heading-h2.product {
	color: var(--main-black);
	margin-bottom: 16px;
}

.home-section-subtext.max-width-applied {
	max-width: 72%;
}

.flexbox {
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	display: flex;
}

.flexbox.items-4 {
	margin-top: 24px;
}

.home-feature-card {
	width: 100%;
	min-height: 200px;
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	background-color: var(--white);
	color: var(--main-black);
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 12px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 24px;
	text-decoration: none;
	transition: color .2s, border-color .2s;
	display: flex;
	box-shadow: 0 6px 16px -2px rgba(17, 12, 34, .1);
}

.home-feature-card:hover {
	color: var(--teal);
	border: 1px solid #c6c5ca;
}

.feature-icon {
	width: 32px;
	height: auto;
}

.feature-content-name {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	display: inline;
}

.paragraph-small {
	font-size: 14px;
}

.feature-content-wrapper {
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	margin-bottom: 8px;
}


.site-wrapper {
	padding-left: 108px;
	padding-right: 108px;
}

.product-page-flex {
	grid-column-gap: 48px;
	grid-row-gap: 48px;
	justify-content: space-between;
	display: flex;
}

.product-sidebar {
	width: 25%;
	align-self: flex-start;
	position: -webkit-sticky;
	position: sticky;
	top: 32px;
}

.product-content {
	width: 75%;
	border-left: 1px solid #ececed;
	padding-left: 48px;
}

.side-bar-link {
	width: 100%;
	color: var(--main-black);
	border-radius: 8px;
	margin-bottom: 8px;
	padding: 8px 12px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	transition: all .25s;
}

.side-bar-link:hover {
	background-color: rgba(217, 216, 220, .25);
}

.side-bar-link.w--current {
	background-color: #d9d8dc;
	font-weight: 600;
}

.product-info {
	color: var(--gray);
}

.product-link-span {
	color: #0d9488;
}

.code-label {
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	color: var(--gray);
	align-items: center;
	margin-top: 16px;
	font-size: 14px;
	font-weight: 500;
	display: flex;
}

.teal-circle {
	width: 8px;
	height: 8px;
	background-color: var(--teal);
	border-radius: 50%;
}

.nav-menu-btn {
	padding: 8px;
}

.search-trigger {
	justify-content: space-between;
	align-items: center;
	display: none;
}

.mobile-search-close {
	display: none;
}

.nav-content-left {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	flex-direction: column;
	display: flex;
}

.product-list-header {
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	align-items: center;
	margin-bottom: 8px;
	display: flex;
}

.status-tag {
	color: var(--teal);
	background-color: #ccfbf1;
	border-radius: 4px;
	margin-left: 26px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
	font-weight: 600;
}

.product-list-item-header {
	grid-row-gap: 12px;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 8px;
	display: flex;
	position: relative;
}

.hidden {
	display: none;
}

.arrow-embed {
	width: 16px;
	min-width: 16px;
	margin-left: 8px;
	margin-right: -16px;
	display: inline-block;
}
* {
	box-sizing: border-box;
}
.grid-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 10px;
	align-items: stretch;
}
.grid-item {
	background-color: white;
	border-radius: 8px;
	-webkit-box-shadow: 0 8px 16px 0 rgb(17 17 17 / 8%);
	box-shadow: 0 8px 16px 0 rgb(17 17 17 / 8%);
	padding: 33px;
	margin: 5px;
	text-align: center;
	align-items: center;
	flex: 32%;
	width: 32%;  
}
@media screen and (max-width: 1000px) {
	.grid-item {
	flex: 32%;
	max-width: 32%;
	}
}
@media screen and (max-width: 800px) {
	.grid-item {
	flex: 48%;
	max-width: 48%;
	}
}
@media screen and (max-width: 600px) {
	.grid-item {
	flex: 100%;
	max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.nav-bar {
		padding-left: 32px;
		padding-right: 32px;
	}

	.nav-menu {
		width: 90vw;
		background-color: var(--smoke-white);
		flex-direction: column;
		padding: 80px 24px 24px;
	}

	.nav-link {
		margin-bottom: 12px;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 24px;
	}

	.nav-content {
		flex-direction: row;
		align-items: center;
	}

	.section {
		padding-left: 32px;
		padding-right: 32px;
	}

	.hero-content-flex {
		grid-row-gap: 24px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.hero-left {
		width: 100%;
		max-width: none;
		order: 1;
	}

	.hero-right {
		width: 100%;
		order: 2;
		min-height: 250px;
	}

	.hero-heading {
		font-size: 36px !important;
		line-height: 1.2 !important;
		margin-bottom: 12px !important;
	}

	.hero-subtext {
		font-size: 16px;
		line-height: 1.5;
	}

	.hero-subtext-bold {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.flexbox-2-col {
		grid-column-gap: 12px;
	}

	.section-wrapper {
		padding-top: 16px;
		padding-bottom: 32px;
	}

	.section-header-wrapper {
		margin-bottom: 32px;
	}

	.flexbox {
		grid-column-gap: 12px;
		grid-row-gap: 12px;
	}

	.flexbox.items-4 {
		margin-top: 12px;
	}

	.site-wrapper {
		padding-left: 32px;
		padding-right: 32px;
	}

	.product-page-flex {
		padding-top: 0;
	}

	.product-sidebar {
		display: none;
	}

	.product-content {
		width: 100%;
		border-left-style: none;
		padding-left: 0;
	}

	.nav-menu-btn {
		color: var(--white);
	}

	.nav-menu-btn.w--open {
		z-index: 5;
		background-color: var(--smoke-white);
	}

	.menu-icon {
		width: 24px;
		height: 24px;
	}

	.nav-content-left {
		grid-column-gap: 8px;
		grid-row-gap: 8px;
		flex-direction: row;
		align-items: center;
	}

	.nav-closer {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.nav-bar {
		padding-left: 12px;
		padding-right: 12px;
	}

	.nav-menu {
		-webkit-backdrop-filter: blur(6px);
		backdrop-filter: blur(6px);
		padding-left: 12px;
	}

	.nav-brand.w--current {
		padding-left: 0;
	}

	.nav-content {
		grid-row-gap: 8px;
	}

	.section {
		padding-left: 12px;
		padding-right: 12px;
	}

	.hero-content-flex {
		grid-row-gap: 20px;
		padding: 0 8px;
	}

	.hero-heading {
		font-size: 28px !important;
		line-height: 1.1 !important;
		margin-bottom: 10px !important;
	}

	.hero-subtext {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 8px;
	}

	.hero-subtext-bold {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.hero-right {
		min-height: 200px;
		order: 2;
	}

	.flexbox-2-col {
		flex-direction: column;
	}

	.section-wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.heading-h2.product {
		margin-bottom: 8px;
		font-size: 24px;
	}

	.flexbox {
		grid-column-gap: 24px;
		grid-row-gap: 24px;
		flex-direction: column;
	}

	.search-wrapper {
		top: 0%;
	}

	.search-block {
		width: 100%;
		height: 100%;
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
		background-color: rgba(255, 255, 255, .32);
		padding-top: 24px;
		display: none;
		position: fixed;
		top: 6%;
		bottom: 0%;
		left: 0%;
		right: 0%;
	}

	.search-form {
		height: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.search-bar {
		max-width: none;
		min-width: 0;
	}

	.site-wrapper {
		padding-left: 12px;
		padding-right: 12px;
	}

	.nav-menu-btn {
		padding: 2px;
	}

	.search-icon-mobile {
		width: 24px;
		height: auto;
	}

	.mobile-search-icon {
		padding: 8px;
	}

	.search-trigger {
		cursor: pointer;
		justify-content: space-between;
		display: flex;
	}

	.mobile-search-close {
		padding: 8px;
		display: none;
	}

	.nav-content-left {
		grid-column-gap: 4px;
		grid-row-gap: 4px;
	}

	.search-close-mobile {
		width: 20px;
		height: auto;
	}

	.nav-hamburger,
	.nav-closer {
		width: 28px;
		height: 28px;
	}
}

@media screen and (max-width: 479px) {
	.nav-brand.w--current {
		padding-left: 0;
	}

	.hero-heading {
		font-size: 24px !important;
		line-height: 1.1 !important;
	}

	.hero-subtext {
		font-size: 13px;
		line-height: 1.3;
	}

	.hero-subtext-bold {
		font-size: 13px;
	}

	.hero-right {
		min-height: 180px;
	}

	.hero-content-flex {
		grid-row-gap: 16px;
		padding: 0 4px;
	}

	.section {
		padding-left: 8px;
		padding-right: 8px;
	}
}
/** END OF SECTION FRONT PAGES **/

/* Custom styles for animated hero in homepage */
.hero-right .animated-hero-section {
	height: 300px !important;
	min-height: 300px !important;
	background: transparent !important;
	position: relative;
	display: block;
}

/* Mobile optimizations for animated hero */
@media screen and (max-width: 767px) {
	.hero-right .animated-hero-section {
		height: 200px !important;
		min-height: 200px !important;
	}
}

@media screen and (max-width: 479px) {
	.hero-right .animated-hero-section {
		height: 180px !important;
		min-height: 180px !important;
	}
}

/* Reduce margin below hero section */
header.section .section-wrapper {
	padding-bottom: 16px !important;
}

.hero-right .animated-hero-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
	display: block;
}

.hero-right .animated-hero-vignette {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, transparent 50%, rgba(0,0,0,0.2) 100%);
	z-index: 5;
	pointer-events: none;
}

/* Statistics Section Styles */
.stats-section {
	text-align: center;
	padding: 12px 0;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 16px;
	margin-top: 16px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.stat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 12px 8px;
	background: linear-gradient(135deg, rgba(13, 148, 136, 0.1) 0%, rgba(13, 148, 136, 0.05) 100%);
	border-radius: 8px;
	border: 1px solid rgba(13, 148, 136, 0.2);
	transition: all 0.3s ease;
}

.stat-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(13, 148, 136, 0.15);
	border-color: rgba(13, 148, 136, 0.4);
}

.stat-number {
	font-size: 1.8rem;
	font-weight: 800;
	color: var(--teal);
	line-height: 1;
	margin-bottom: 4px;
	text-shadow: 0 1px 2px rgba(13, 148, 136, 0.2);
	transition: all 0.1s ease-out;
}

.stat-number.counting {
	color: #ff6b35;
	transform: scale(1.02);
}

.stat-number.final {
	color: var(--teal);
	transform: scale(1);
}

.stat-label {
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--gray-light);
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

/* Dark mode adjustments */
[data-md-color-scheme="slate"] .stat-item {
	background: linear-gradient(135deg, rgba(13, 148, 136, 0.15) 0%, rgba(13, 148, 136, 0.08) 100%);
	border-color: rgba(13, 148, 136, 0.3);
}

[data-md-color-scheme="slate"] .stat-item:hover {
	box-shadow: 0 20px 40px rgba(13, 148, 136, 0.25);
	border-color: rgba(13, 148, 136, 0.5);
}

[data-md-color-scheme="slate"] .stat-label {
	color: var(--gray);
}

/* Mobile responsiveness */
@media screen and (max-width: 767px) {
	.stats-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 12px;
	}
	
	.stat-item {
		padding: 10px 8px;
	}
	
	.stat-number {
		font-size: 1.5rem;
	}
	
	.stat-label {
		font-size: 0.7rem;
	}
}

/* Trusted Clients Section Styles */
.clients-section {
	text-align: center;
	padding: 5px 0;
}

/* Further reduce space above the "Trusted By" heading */
.clients-section .section-header-wrapper {
	margin-top: -8px;
}

/* Remove the border line above the Trusted By section */
.clients-section .section-wrapper {
	border-bottom: none !important;
}

/* Reduce the bottom padding of the previous section to bring Trusted By closer */
.clients-section .section-wrapper {
	padding-top: 0 !important;
}

/* Reduce space between the previous section and Trusted By by targeting the previous section */
.clients-section {
	margin-top: -16px;
}

/* Reduce space above the "Auditium by the Numbers" section */
.stats-section .section-wrapper {
	padding-top: 0 !important;
	border-bottom: none !important;
}

.stats-section .section-header-wrapper {
	margin-top: -8px;
}

.stats-section {
	margin-top: -16px;
}

/* Reduce top margin for the trusted clients section specifically */
.clients-section .section-wrapper {
	padding-top: 4px !important;
}

.clients-logo-scroll {
	overflow: hidden;
	position: relative;
	margin-top: 8px;
	padding: 5px 0;
	background: linear-gradient(90deg, 
		rgba(255,255,255,0) 0%, 
		rgba(255,255,255,0.8) 10%, 
		rgba(255,255,255,0.8) 90%, 
		rgba(255,255,255,0) 100%);
}

.clients-track {
	display: flex;
	align-items: center;
	animation: scroll-logos 25s linear infinite;
	width: max-content;
}

/* Individual logo styling with unique identifiers */
.clients-track .client-logo {
	flex-shrink: 0;
	margin: 0 20px;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	transition: all 0.3s ease;
	border: none;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

/* Hover effect for individual logos only */
.clients-track .client-logo:hover,
.clients-track .client-logo.hover-active {
	transform: translateY(-2px);
	box-shadow: none;
	z-index: 10;
	border: none;
	background: transparent;
}

/* Logo images */
.clients-track .client-logo img {
	height: 42px;
	width: auto;
	max-width: 100px;
	object-fit: contain;
	filter: grayscale(100%);
	transition: all 0.3s ease;
	pointer-events: none;
}

/* Hover effect for images only */
.clients-track .client-logo:hover img,
.clients-track .client-logo.hover-active img {
	filter: grayscale(0%);
	transform: scale(1.05);
}

@keyframes scroll-logos {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-33.333%);
	}
}

/* Dark mode adjustments */
[data-md-color-scheme="slate"] .clients-logo-scroll {
	background: linear-gradient(90deg, 
		rgba(0,0,0,0) 0%, 
		rgba(0,0,0,0.8) 10%, 
		rgba(0,0,0,0.8) 90%, 
		rgba(0,0,0,0) 100%);
}

[data-md-color-scheme="slate"] .clients-track .client-logo {
	background: transparent;
	border: none;
}

[data-md-color-scheme="slate"] .clients-track .client-logo:hover {
	box-shadow: none;
	border: none;
	background: transparent;
}

/* Mobile responsiveness */
@media screen and (max-width: 767px) {
	.clients-track .client-logo {
		margin: 0 15px;
		padding: 8px;
	}
	
	.clients-track .client-logo img {
		height: 35px;
		max-width: 80px;
	}
	
	.clients-track {
		animation-duration: 20s;
	}
}