/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Solid Background */
body {
	background-color: #1D2018;
}

/* Ensure content remains readable on background */
#wrapper {
	background-color: transparent;
}

/* White background for main content area only */
.content-wrap .container {
	background-color: rgba(255, 255, 255, 0.95);
	padding: 40px;
	border-radius: 8px;
}

/* Navigation Menu Improvements */
#header {
	--cnvs-primary-menu-font-size: 0.875rem !important; /* 14px instead of 13px */
	--cnvs-primary-menu-ls: 0px !important; /* remove letter spacing */
}

/* Align translator with menu */
.header-misc {
	display: flex;
	align-items: center;
}


.tparrows {display:none!important;
}
