:root {
	--primary-color:#4361ee;
	--secondary-color:#3a0ca3;
	--accent-color:#c99c1c;
	--success-color:#10b981;
	--dark-color:#1f2937;
	--light-bg:#f8fafc;
	--card-bg:#ffffff;
	--text-color:#374151;
	--border-color:#e5e7eb;
	--shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
	--transition:all 0.3s ease;
	--container-width:1200px;
	--border-radius:12px;
	--gradient-primary:linear-gradient(135deg,var(--primary-color),var(--secondary-color));
	--gradient-accent:linear-gradient(135deg,var(--accent-color),#6366f1);
}
pre {
	display:block;
	padding:9.5px;
	font-size:15px;
	line-height:1.42857143;
	color:#333;
	word-break:break-all;
	word-wrap:break-word;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border-radius:4px;
	margin-top:15;
	margin-right:0;
	margin-bottom:15px;
	margin-left:0;
	max-height:400px;
	overflow:scroll;
}
pre code {
	padding:0;
	font-size:inherit;
	color:inherit;
	white-space:pre-wrap;
	background-color:transparent;
	border-radius:0
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body {
	font-family:'Montserrat',sans-serif;
	color:var(--dark-color);
	line-height:1.6;
	background-color:var(--border-color);
}
a {
	text-decoration:none;
	color:var(--primary-color);
}
a:hover {
	color:var(--success-color);
	text-decoration:underline;
}
ul {
	list-style:none;
}
img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5 {
	font-family:'Playfair Display',serif;
	font-weight:700;
	color:var(--primary-color);
}
.container {
	width:100%;
	max-width:var(--container-width);
	margin:0 auto;
	padding:0 15px;
}
.row {
	display:flex;
	flex-wrap:wrap;
	margin:0 -15px;
}
.col {
	flex:1;
	padding:0 15px;
}
@media (min-width:576px) {
	.col-sm-1 {
	flex:0 0 8.333333%;
	max-width:8.333333%;
}
.col-sm-2 {
	flex:0 0 16.666667%;
	max-width:16.666667%;
}
.col-sm-3 {
	flex:0 0 25%;
	max-width:25%;
}
.col-sm-4 {
	flex:0 0 33.333333%;
	max-width:33.333333%;
}
.col-sm-5 {
	flex:0 0 41.666667%;
	max-width:41.666667%;
}
.col-sm-6 {
	flex:0 0 50%;
	max-width:50%;
}
.col-sm-7 {
	flex:0 0 58.333333%;
	max-width:58.333333%;
}
.col-sm-8 {
	flex:0 0 66.666667%;
	max-width:66.666667%;
}
.col-sm-9 {
	flex:0 0 75%;
	max-width:75%;
}
.col-sm-10 {
	flex:0 0 83.333333%;
	max-width:83.333333%;
}
.col-sm-11 {
	flex:0 0 91.666667%;
	max-width:91.666667%;
}
.col-sm-12 {
	flex:0 0 100%;
	max-width:100%;
}
}@media (min-width:768px) {
	.col-md-1 {
	flex:0 0 8.333333%;
	max-width:8.333333%;
}
.col-md-2 {
	flex:0 0 16.666667%;
	max-width:16.666667%;
}
.col-md-3 {
	flex:0 0 25%;
	max-width:25%;
}
.col-md-4 {
	flex:0 0 33.333333%;
	max-width:33.333333%;
}
.col-md-5 {
	flex:0 0 41.666667%;
	max-width:41.666667%;
}
.col-md-6 {
	flex:0 0 50%;
	max-width:50%;
}
.col-md-7 {
	flex:0 0 58.333333%;
	max-width:58.333333%;
}
.col-md-8 {
	flex:0 0 66.666667%;
	max-width:66.666667%;
}
.col-md-9 {
	flex:0 0 75%;
	max-width:75%;
}
.col-md-10 {
	flex:0 0 83.333333%;
	max-width:83.333333%;
}
.col-md-11 {
	flex:0 0 91.666667%;
	max-width:91.666667%;
}
.col-md-12 {
	flex:0 0 100%;
	max-width:100%;
}
}
@media (min-width:992px) {
	.col-lg-1 {
	flex:0 0 8.333333%;
	max-width:8.333333%;
}
.col-lg-2 {
	flex:0 0 16.666667%;
	max-width:16.666667%;
}
.col-lg-3 {
	flex:0 0 25%;
	max-width:25%;
}
.col-lg-4 {
	flex:0 0 33.333333%;
	max-width:33.333333%;
}
.col-lg-5 {
	flex:0 0 41.666667%;
	max-width:41.666667%;
}
.col-lg-6 {
	flex:0 0 50%;
	max-width:50%;
}
.col-lg-7 {
	flex:0 0 58.333333%;
	max-width:58.333333%;
}
.col-lg-8 {
	flex:0 0 66.666667%;
	max-width:66.666667%;
}
.col-lg-9 {
	flex:0 0 75%;
	max-width:75%;
}
.col-lg-10 {
	flex:0 0 83.333333%;
	max-width:83.333333%;
}
.col-lg-11 {
	flex:0 0 91.666667%;
	max-width:91.666667%;
}
.col-lg-12 {
	flex:0 0 100%;
	max-width:100%;
}
}
@media (min-width:1200px) {
	.col-xl-1 {
	flex:0 0 8.333333%;
	max-width:8.333333%;
}
.col-xl-2 {
	flex:0 0 16.666667%;
	max-width:16.666667%;
}
.col-xl-3 {
	flex:0 0 25%;
	max-width:25%;
}
.col-xl-4 {
	flex:0 0 33.333333%;
	max-width:33.333333%;
}
.col-xl-5 {
	flex:0 0 41.666667%;
	max-width:41.666667%;
}
.col-xl-6 {
	flex:0 0 50%;
	max-width:50%;
}
.col-xl-7 {
	flex:0 0 58.333333%;
	max-width:58.333333%;
}
.col-xl-8 {
	flex:0 0 66.666667%;
	max-width:66.666667%;
}
.col-xl-9 {
	flex:0 0 75%;
	max-width:75%;
}
.col-xl-10 {
	flex:0 0 83.333333%;
	max-width:83.333333%;
}
.col-xl-11 {
	flex:0 0 91.666667%;
	max-width:91.666667%;
}
.col-xl-12 {
	flex:0 0 100%;
	max-width:100%;
}
}
header {
	background:var(--dark-color);
	box-shadow:var(--shadow);
	padding:15px 0;
}
header a {
	color:#c99c1c;
}
.header-content {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:40px;
}
.logo {
	display:flex;
	align-items:center;
	margin-top:0px;
}
.logo .site-title {
	font-size:1.3rem;
	color:white;
	margin-left:10px;
	text-shadow:1px 1px 3px rgba(0,0,0,0.2);
	font-weight:bolder;
}
.logo-icon {
	width:40px;
	height:40px;
	background:var(--secondary-color);
	border-radius:5px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:white;
	font-weight:bold;
	font-size:1.2rem;
}
nav ul {
	display:flex;
	list-style:none;
	margin-top:3px;
	margin-left:0;
}
nav ul li {
	margin-left:25px;
	position:relative;
}
nav ul li:first-child {
	margin-left:0;
}
nav ul li a {
	color:white;
	font-size:1rem;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	padding-top:5px;
	padding-right:0;
	padding-bottom:5px;
	padding-left:0;
}
nav li a:hover,nav li.current-menu-item a,nav li.current_page_item a,nav li.current-menu-parent a,nav li.current-videos-ancestor a {
	color:var(--primary-color);
}
nav ul li a:after {
	content:'';
	position:absolute;
	width:0;
	height:3px;
	bottom:-5px;
	left:0;
	background-color:var(---primary-color);
	transition:var(--transition);
	border-radius:2px;
}
nav ul li a:hover:after {
	width:100%;
}
.header-actions {
	display:flex;
	align-items:center;
	gap:15px;
	margin-left:auto;
}
.search-box {
	position:relative;
	margin-top:2px;
}
.search-box input {
	padding:8px 15px;
	padding-right:40px;
	border:none;
	border-radius:20px;
	background:rgba(255,255,255,0.2);
	color:white;
	width:180px;
	transition:var(--transition);
}
.search-box input:focus {
	outline:none;
	background:rgba(255,255,255,0.3);
	width:220px;
}
.search-box input::placeholder {
	color:rgba(255,255,255,0.7);
}
.search-icon {
	position:absolute;
	right:12px;
	top:50%;
	transform:translateY(-50%);
	color:white;
	cursor:pointer;
}
.auth-buttons {
	display:flex;
	gap:10px;
}
.auth-btn {
	padding:3px 15px;
	border-radius:20px;
	background:var(--secondary-color);
	color:white;
	font-weight:normal;
	cursor:pointer;
	transition:var(--transition);
	font-size:14px;
}
.auth-btn:hover {
	background:white;
	color:var(--primary-color);
}
.auth-btn.primary {
	background:#c99c1c;
}
.auth-btn.primary:hover {
	background:#c99c1c;
	border-color:#c99c1c;
}
.mobile-menu-btn {
	display:none;
	font-size:1.5rem;
	cursor:pointer;
	color:white;
	margin-top:-4px;
}
.breadcrumb {
	padding-top:15px;
	padding-right:0;
	padding-bottom:15px;
	padding-left:0;
}
.breadcrumb-list {
	display:flex;
	align-items:center;
}
.breadcrumb-item {
	margin-right:5px;
	display:flex;
	align-items:center;
}
.breadcrumb-item:not(:last-child):after {
	content:'/';
	margin-left:5px;
	color:var(--text-color);
	opacity:0.5;
}
.breadcrumb-link {
	color:var(--primary-color);
}
.breadcrumb-link:hover {
	text-decoration:underline;
}
.hero-section,.hero {
	background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));
	color:white;
	padding:3rem 0;
	margin-bottom:3rem;
	border-radius:0 0 var(--border-radius) var(--border-radius);
	text-align:center;
}
.hero-content {
	text-align:center;
}
.hero-badge {
	display:inline-block;
	background:rgba(255,255,255,0.2);
	color:white;
	padding:5px 15px;
	border-radius:20px;
	font-size:0.8rem;
	margin-bottom:15px;
}
.hero-title,.hero h2 {
	font-size:2.5rem;
	font-weight:700;
	margin-bottom:1rem;
	color:white;
}
.hero-description,.hero p {
	font-size:1.2rem;
	margin-bottom:1rem;
	opacity:0.9;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.hero-search {
	max-width:700px;
	margin:0 auto;
}
.hero-section .input-group {
	display:flex;
	margin-bottom:1rem;
}
.hero-section .input-group input {
	flex:1;
	padding:15px;
	border:none;
	border-radius:var(--border-radius) 0 0 var(--border-radius);
	font-size:1rem;
}
.hero-section .input-group input:focus {
	outline:none;
	box-shadow:0 0 0 3px rgba(255,255,255,0.3);
}
.hero-section .input-group button {
	background:white;
	color:var(--primary-color);
	border:none;
	border-radius:0 var(--border-radius) var(--border-radius) 0;
	font-weight:600;
	cursor:pointer;
	transition:var(--transition);
	overflow:hidden;
}
.hero-search button input:hover {
	background:#ccc;
}
.hero-tags {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:10px;
}
.hero-section .tag {
	background:rgba(255,255,255,0.2);
	color:white;
	border-radius:15px;
	font-size:0.8rem;
	transition:var(--transition);
	line-height:2em;
	padding-top:1px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:10px;
}
.hero-section .tag:hover {
	background:rgba(255,255,255,0.3);
}
.btn,.favorite-button-container .btn {
	background:var(--gradient-primary);
	color:white;
	padding:12px 28px;
	border-radius:var(--border-radius);
	font-weight:500;
	transition:var(--transition);
	text-transform:none;
	letter-spacing:normal;
	border:none;
	cursor:pointer;
	box-shadow:0 4px 6px rgba(37,99,235,0.2);
}
.hero-section .btn:hover {
	background:linear-gradient(135deg,var(--secondary-color),#1e3a8a);
	transform:translateY(-2px);
	box-shadow:0 6px 12px rgba(37,99,235,0.3);
}
.stats-section {
	margin-bottom:3rem;
}
.stats-grid {
	display:grid;
	grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
	gap:20px;
}
.stats-card {
	background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));
	color:#c99c1c;
	border-radius:var(--border-radius);
	padding:25px;
	text-align:center;
	box-shadow:var(--shadow);
}
.stats-number {
	font-size:2.5rem;
	font-weight:700;
	margin-bottom:0.5rem;
}
.stats-text {
	opacity:0.9;
	font-size:0.9rem;
}
.category-filter {
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin-bottom:30px;
}
.filter-btn {
	padding:8px 20px;
	border-radius:20px;
	font-weight:500;
	transition:var(--transition);
	background:transparent;
	border:1px solid var(--primary-color);
	color:var(--primary-color);
	cursor:pointer;
	font-size:14px;
}
.filter-btn.active,.filter-btn:hover {
	background:var(--primary-color);
	color:white;
}
.carousel {
	position:relative;
	border-radius:var(--border-radius);
	overflow:hidden;
	box-shadow:var(--shadow);
	margin-bottom:3rem;
}
.carousel-inner {
	display:flex;
	transition:transform 0.5s ease;
}
.carousel-item {
	min-width:100%;
	position:relative;
}
.carousel-image {
	width:100%;
	height:400px;
	object-fit:cover;
}
.carousel-caption {
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translateX(-50%);
	background:rgba(0,0,0,0.5);
	border-radius:10px;
	padding:20px;
	width:80%;
	color:white;
	text-align:center;
}
.carousel-control {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	background:rgba(0,0,0,0.3);
	color:white;
	border:none;
	width:40px;
	height:40px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	transition:var(--transition);
	z-index:100;
}
.carousel-control:hover {
	background:rgba(0,0,0,0.6);
}
.carousel-control.prev {
	left:15px;
}
.carousel-control.next {
	right:15px;
}
.carousel-indicators {
	position:absolute;
	bottom:15px;
	left:50%;
	transform:translateX(-50%);
	display:flex;
	gap:10px;
}
.carousel-indicator {
	width:12px;
	height:12px;
	border-radius:50%;
	background:rgba(255,255,255,0.5);
	cursor:pointer;
	transition:var(--transition);
}
.carousel-indicator.active {
	background:white;
}
.main-content {
	display:flex;
	gap:30px;
	margin-bottom:60px;
}
.articles {
	flex:2;
}
.section-title {
	position:relative;
	padding-bottom:15px;
	margin-bottom:30px;
	font-weight:600;
	font-size:1.5rem;
}
.section-title:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:60px;
	height:4px;
	background:var(--primary-color);
	border-radius:2px;
}
.card {
	background-color:var(--card-bg);
	border-radius:var(--border-radius);
	overflow:hidden;
	box-shadow:var(--shadow);
	transition:var(--transition);
	height:100%;
	display:flex;
	flex-direction:column;
}
.card:hover {
	transform:translateY(-5px);
	box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);
}
.card-body {
	padding:20px;
	flex:1;
}
.card-title {
	font-size:1.2rem;
	font-weight:600;
	margin-bottom:1rem;
	display:flex;
	align-items:center;
}
.card-title i {
	margin-right:10px;
	font-size:1.3rem;
}
.card-text {
	margin-bottom:1rem;
	color:var(--text-color);
	opacity:0.8;
}
.card-footer {
	padding:20px 20px;
	background-color:rgba(0,0,0,0.03);
	border-top:1px solid var(--border-color);
}
.card-blog {
	border-top:5px solid var(--primary-color);
}
.card-resources {
	border-top:5px solid var(--accent-color);
}
.card-dev {
	border-top:5px solid var(--success-color);
}
.article-card {
	background:white;
	border-radius:10px;
	overflow:hidden;
	box-shadow:0 5px 25px rgba(0,0,0,0.08);
	margin-bottom:40px;
	transition:var(--transition);
}
.article-img {
	width:30%;
	height:210px;
	overflow:hidden;
	position:relative;
	float:left;
	margin-right:20px;
}
.article-img img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:var(--transition);
}
.article-card:hover .article-img img {
	transform:scale(1.05);
}
.article-category {
	position:absolute;
	top:20px;
	right:20px;
	background:var(--secondary-color);
	color:white;
	padding:5px 15px;
	border-radius:20px;
	font-size:0.8rem;
	font-weight:500;
}
.article-content {
	padding:15px;
}
.article-content .list-title {
	font-size:22px;
}
img.alignleft {
	float:left;
	margin:0 1em 1em 0;
	display:inline;
}
img.aligncenter {
	display:block;
	clear:both;
	margin-right:auto;
	margin-bottom:1em;
	margin-left:auto;
}
img.alignright {
	float:right;
	margin:0 0 1em 1em;
	display:inline;
}
.article-content p {
	line-height:1.8em;
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px;
	clear:both;
}
.article-content blockquote {
	color:#FFFFFF;
	background-color:var(--primary-color);
	text-align:center;
	padding:20px;
	margin-bottom:20px;
}
.page .article-content h3 {
	font-size:20px;
}
.article-content img {
	height:auto;
	max-width:100%;
	clear:both;
	margin-top:25px;
}
.article-content ul {
	color:#009900;
}
.article-content ol {
	color:#669900;
}
.article-tags a {
	margin-right:15px;
}
.article-content li {
	display:block;
}
.panel ul li {
	width:auto;
	margin-right:15px;
	float:left;
	border:thin solid #ddd;
	margin-bottom:15px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
}
.page-content li,section {
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
}
.article-content ul,.article-content ol {
	white-space:normal;
	margin-bottom:20px;
	clear:both;
	margin-left:20px;
}
.page h1,.page h2,.page h3,.page h4,.page h5,.page h6 {
	clear:both;
}
.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6,.pge-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6 {
	margin-top:10px;
	margin-bottom:10px;
}
.favorite-button-container {
	margin:10px;
	text-align:center;
}
.favorite-button-container .success {
	color:var(--success);
}
#favorite-message {
	margin-top:10px;
	display:none;
}

.favorite-button-container .error {
	color:var(--danger);
}
.article-content table {
	width:100%;
	border-collapse:collapse;
	margin:1.5rem 0;
	font-family:'Segoe UI',Roboto,'Helvetica Neue',sans-serif;
	box-shadow:0 2px 10px rgba(0,0,0,0.05);
	overflow:hidden;
}
.article-content table thead {
	background-color:#2c3e50;
	color:white;
}
.article-content table th {
	padding:1rem;
	text-align:left;
	font-weight:600;
}
.article-content table td {
	padding:1rem;
	border-bottom:1px solid #e0e0e0;
	vertical-align:top;
	line-height:1.5;
}
.article-content table tbody tr:nth-child(even) {
	background-color:#f8f9fa;
}
.related-posts {
	width:100%;
	padding:15px;
	background:#fff;
	border-radius:12px;
	box-shadow:0 5px 20px rgba(0,0,0,0.05);
	margin-top:20px;
	margin-right:auto;
	margin-bottom:20px;
	margin-left:auto;
}
.related-post {
	margin-bottom:10px;
	color:#777;
	padding-bottom:10px;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#ddd;
}
.related-post a {
	font-size:18px;
	clear:both;
}
.related-post p {
	font-size:14px;
	margin-top:5px;
}
.media-frame-menu,.media-frame-title,.media-frame-menu-heading,.media-frame-actions-heading {
	display:none !important;
}
.media-modal-content .media-frame .media-frame-content .attachments-browser .media-toolbar,.media-modal-content .media-frame .media-frame-content .attachments-browser .search {
	display:none !important;
}
.media-modal-content .media-frame .media-frame-content .attachments-browser {
	top:0 !important;
}
.membership-restricted-content {
	position:relative;
	margin-bottom:30px;
}
.membership-restricted-content .content-excerpt {
	position:relative;
	opacity:0.8;
	filter:blur(0px);
	user-select:none;
	pointer-events:none;
}
.membership-restricted-content .content-excerpt p {
	padding:20px;
}
.membership-restricted-content .membership-lock {
	text-align:center;
	margin:30px 0;
	padding:30px;
	background:rgba(255,255,255,0.9);
	border-radius:5px;
	border:1px solid #eee;
	box-shadow:0 2px 10px rgba(0,0,0,0.05);
}
.membership-restricted-content .lock-icon,.members-only-content {
	font-size:24px;
	color:#ff7e67;
	margin-bottom:15px;
}
.membership-restricted-content .lock-message {
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	color:#333;
}
.membership-restricted-content .upgrade-button .btn {
	padding:10px 20px;
	border-radius:4px;
	background:linear-gradient(45deg,#ff7e67,#ffd166);
	color:white;
	text-decoration:none;
	font-weight:bold;
	transition:all 0.3s;
}
.membership-restricted-content .upgrade-button .btn:hover {
	transform:translateY(-2px);
	box-shadow:0 5px 15px rgba(255,126,103,0.3);
}
.article-content h3 {
	font-size:1.6rem;
	margin-bottom:15px;
	line-height:1.3;
}
.article-meta {
	display:flex;
	align-items:center;
	margin-bottom:0px;
	color:#777;
	font-size:0.9rem;
}
.article-meta span {
	margin-right:10px;
	display:flex;
	align-items:center;
}
.article-meta i {
	margin-right:5px;
	color:var(--secondary-color);
}
.article-excerpt {
	margin-bottom:10px;
	color:#777;
	margin-top:10px;
}
.read-more {
	display:inline-flex;
	align-items:center;
	color:var(--primary-color);
	font-weight:500;
	transition:var(--transition);
}
.read-more i {
	margin-left:8px;
	transition:var(--transition);
}
.read-more:hover {
	color:var(--secondary-color);
}
.read-more:hover i {
	transform:translateX(5px);
}
.content-grid {
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
	gap:25px;
	margin-bottom:3rem;
}
.sidebar {
	flex:1;
}
.sidebar-widget {
	background:white;
	border-radius:10px;
	padding:30px;
	margin-bottom:40px;
	box-shadow:0 5px 25px rgba(0,0,0,0.08);
}
.sidebar-widget ul li {
	margin-bottom:10px;
	clear:both;
	padding-bottom:10px;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#ddd;
	color:#999999;
}
.sidebar-widget h3 {
	font-size:1.4rem;
	margin-bottom:25px;
	padding-bottom:15px;
	border-bottom:2px solid #f0f0f0;
	position:relative;
}
.textwidget img {
	height:100%;
	width:100%;
	object-fit:cover;
	margin:0px;
}
.tagcloud {
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.tagcloud a {
	display:inline-block;
	text-decoration:none;
	font-size:14px !important;
	padding:8px 15px;
	background-color:#f5f5f5;
	color:#333;
	border-radius:20px;
	transition:all 0.3s ease;
	border:1px solid #e0e0e0;
}
.tagcloud a:hover {
	background-color:#4a90e2;
	color:white;
	transform:translateY(-2px);
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
}
.sidebar-widget h3:after {
	content:'';
	position:absolute;
	width:40px;
	height:2px;
	background:var(--secondary-color);
	bottom:-2px;
	left:0;
}
.about-me {
	text-align:center;
}
.profile-img {
	width:120px;
	height:120px;
	border-radius:50%;
	object-fit:cover;
	margin:0 auto 20px;
	border:5px solid var(--light-bg);
	box-shadow:0 5px 15px rgba(0,0,0,0.1);
}
.about-me p {
	margin-bottom:20px;
	color:#777;
}
.social-links {
	display:flex;
	justify-content:center;
	gap:15px;
}
.social-links a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	background:var(--light-bg);
	border-radius:50%;
	color:var(--primary-color);
	transition:var(--transition);
}
.social-links a:hover {
	background:var(--primary-color);
	color:white;
	transform:translateY(-3px);
}
.categories-list {
	list-style:none;
}
.categories-list li {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #f0f0f0;
	display:flex;
	justify-content:space-between;
}
.categories-list li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.categories-list li a {
	color:var(--dark-color);
	transition:var(--transition);
}
.categories-list li a:hover {
	color:var(--primary-color);
}
.categories-list li span {
	background:var(--light-bg);
	color:var(--primary-color);
	padding:2px 10px;
	border-radius:20px;
	font-size:0.8rem;
}
.popular-post {
	display:flex;
	margin-bottom:20px;
	align-items:center;
}
.popular-post:last-child {
	margin-bottom:0;
}
.popular-post-img {
	width:80px;
	height:80px;
	border-radius:8px;
	overflow:hidden;
	margin-right:15px;
	flex-shrink:0;
}
.popular-post-img img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:var(--transition);
}
.popular-post:hover .popular-post-img img {
	transform:scale(1.1);
}
.popular-post-content h4 {
	font-size:1rem;
	margin-bottom:5px;
	line-height:1.4;
}
.popular-post-content span {
	font-size:0.8rem;
	color:#777;
}
.subscribe-form input {
	width:100%;
	padding:12px 20px;
	border:1px solid #e6e6e6;
	border-radius:5px;
	margin-bottom:15px;
	font-size:1rem;
	transition:var(--transition);
}
.subscribe-form input:focus {
	outline:none;
	border-color:var(--primary-color);
}
.subscribe-form button {
	width:100%;
	padding:12px;
	background:var(--primary-color);
	color:white;
	border:none;
	border-radius:5px;
	cursor:pointer;
	font-size:1rem;
	font-weight:500;
	transition:var(--transition);
}
.subscribe-form button:hover {
	background:#5a4069;
}
.feature-card {
	border-radius:var(--border-radius);
	overflow:hidden;
	margin-bottom:25px;
	height:100%;
	background-color:var(--card-bg);
	box-shadow:var(--shadow);
	transition:var(--transition);
}
.feature-card:hover {
	transform:translateY(-5px);
	box-shadow:0 10px 25px rgba(0,0,0,0.15);
}
.feature-image {
	width:100%;
	height:200px;
	object-fit:cover;
	overflow:hidden;
}
.feature-image img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.feature-content {
	padding:20px;
}
.feature-badge {
	display:inline-block;
	padding:5px 10px;
	border-radius:5px;
	font-size:0.8rem;
	font-weight:600;
	margin-bottom:10px;
}
.badge-primary {
	background-color:#c99c1c;
	color:#fff;
}
.badge-primary a {
	color:#fff;
}
.badge-danger {
	background-color:rgba(247,37,133,0.1);
	color:var(--accent-color);
}
.badge-success {
	background-color:rgba(76,201,240,0.1);
	color:var(--success-color);
}
.feature-title {
	font-size:1rem;
	font-weight:500;
	margin-bottom:10px;
	white-space:nowrap;
	overflow:hidden;
}
.feature-meta {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:15px;
	font-size:0.9rem;
	color:var(--text-color);
	opacity:0.7;
}
.highlight {
	color:#DB9A04;
}
.testimonial-grid {
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
	gap:25px;
	margin-bottom:3rem;
}
.testimonial-card {
	background-color:var(--card-bg);
	border-radius:var(--border-radius);
	padding:25px;
	box-shadow:var(--shadow);
	transition:var(--transition);
}
.testimonial-card:hover {
	transform:translateY(-5px);
	box-shadow:0 10px 25px rgba(0,0,0,0.15);
}
.testimonial-header {
	display:flex;
	align-items:center;
	margin-bottom:15px;
}
.testimonial-avatar {
	width:60px;
	height:60px;
	border-radius:50%;
	object-fit:cover;
	margin-right:15px;
}
.testimonial-info h5 {
	font-size:1.1rem;
	margin-bottom:5px;
}
.testimonial-info p {
	font-size:0.9rem;
	opacity:0.7;
}
.comments-section {
	margin-top:0;
	padding-top:0;
}
.comments-title {
	font-size:22px;
	margin-bottom:25px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
	color:#333;
}
.comment-list {
	list-style:none;
	padding:0;
	margin:0 0 30px;
}
.comment-list ol {
	list-style:none;
	margin-left:80px;
}
.comment-body {
	position:relative;
	margin-bottom:25px;
	padding:20px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 2px 5px rgba(0,0,0,0.05);
}
.comment-author .avatar {
	float:left;
	width:50px;
	height:50px;
	border-radius:50%;
	margin-right:15px;
}
.comment-meta {
	margin-bottom:10px;
	overflow:hidden;
}
.comment-meta .fn {
	font-weight:bold;
	font-size:16px;
	color:#333;
	font-style:normal;
}
.comment-date {
	font-size:13px;
	color:#999;
	margin-left:10px;
}
.comment-reply {
	margin-left:10px;
}
.comment-reply a {
	font-size:13px;
	color:#3498db;
	text-decoration:none;
}
.comment-reply a:hover {
	text-decoration:underline;
}
.comment-content {
	clear:both;
	font-size:15px;
	line-height:1.6;
	color:#555;
	padding-top:10px;
}
.comment-awaiting-moderation {
	display:block;
	font-size:13px;
	color:#e74c3c;
	margin:5px 0;
}
.comment-respond {
	margin-top:30px;
}
.comment-reply-title {
	font-size:22px;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
	color:333;
}
.comment-form {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:15px;
	margin-bottom:20px;
}
.comment-form-author,.comment-form-email,.comment-form-url {
	margin-bottom:0;
}
.comment-form-comment {
	grid-column:1 / -1;
}
.comment-form textarea,.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"] {
	width:100%;
	padding:12px 15px;
	border:1px solid #ddd;
	border-radius:4px;
	font-size:14px;
	transition:border-color 0.3s;
}
.comment-form textarea {
	height:150px;
	resize:vertical;
}
.comment-form textarea:focus,.comment-form input:focus {
	border-color:#3498db;
	outline:none;
}
.comment-notes {
	font-size:14px;
	color:#777;
	margin-bottom:20px;
}
.form-submit {
	grid-column:1 / -1;
	text-align:right;
}
.form-submit .submit {
	background-color:#3498db;
	color:white;
	border:none;
	padding:12px 25px;
	border-radius:4px;
	cursor:pointer;
	font-size:16px;
	transition:background-color 0.3s;
}
.form-submit .submit:hover {
	background-color:#2980b9;
}
.logged-in-as,.must-log-in {
	font-size:14px;
	color:#777;
	margin-bottom:20px;
}
.comment-navigation {
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
	padding:10px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.comment-navigation a {
	color:#3498db;
	text-decoration:none;
}
.comment-navigation a:hover {
	text-decoration:underline;
}
.screen-reader-text {
	display:none;
}
footer {
	background:var(--dark-color);
	color:#ccc;
	padding:60px 0 30px;
}
footer a,footer .breadcrumb a,footer .copyright a {
	color:#999;
}
.footer-content {
	display:flex;
	flex-wrap:wrap;
	gap:40px;
	margin-bottom:0px;
}
.footer-column {
	flex:1;
	min-width:200px;
}
.footer-column h3 {
	font-size:1.3rem;
	margin-bottom:25px;
	color:white;
}
.footer-column p {
	margin-bottom:20px;
	color:#999;
}
.footer-column ul {
	list-style:none;
}
.footer-column ul li {
	margin-bottom:12px;
}
.footer-column ul li a {
	color:#999;
	transition:var(--transition);
}
.footer-column ul li a:hover {
	color:var(--secondary-color);
}
.footer-social {
	display:flex;
	gap:15px;
	margin-top:20px;
}
.footer-social a {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	background:#444;
	border-radius:50%;
	color:white;
	transition:var(--transition);
}
.footer-social a:hover {
	background:var(--secondary-color);
	transform:translateY(-3px);
}
.copyright {
	text-align:center;
	padding-top:30px;
	border-top:1px solid #444;
	color:#999;
	font-size:0.9rem;
}
.text-center {
	text-align:center;
}
.text-white {
	color:white;
}
.mb-0 {
	margin-bottom:0;
}
.mt-5 {
	margin-top:3rem;
}
.mb-5 {
	margin-bottom:3rem;
}
.list-group {
	display:flex;
	flex-direction:column;
	gap:10px;
}
.list-group-item {
	padding:10px 0;
	border-bottom:1px solid var(--border-color);
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
}
.list-group-item:last-child {
	border-bottom:none;
}
.badge {
	display:inline-block;
	padding:5px 10px;
	border-radius:15px;
	font-size:0.8rem;
	font-weight:600;
}
.bg-primary {
	background-color:var(--primary-color);
	color:white;
}
.bg-danger {
	background-color:var(--accent-color);
	color:white;
}
.bg-success {
	background-color:var(--success-color);
	color:white;
}
.bg-light {
	background-color:var(--light-bg);
	color:var(--text-color);
}
.d-flex {
	display:flex;
}
.justify-content-between {
	justify-content:space-between;
}
.align-items-center {
	align-items:center;
}
.w-100 {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
.btn-outline {
	background:transparent;
	border:1px solid var(--primary-color);
	color:var(--primary-color);
}
.btn-outline:hover {
	background:var(--primary-color);
	color:white;
}
.btn-primary {
	background:var(--primary-color);
	color:white;
}
.btn-primary:hover {
	background:var(--secondary-color);
}
.btn-sm {
	padding:5px 15px;
	font-size:0.9rem;
}
.float-end {
	float:right;
}
.fade-in {
	opacity:0;
	transform:translateY(20px);
	transition:opacity 0.6s ease,transform 0.6s ease;
}
.fade-in.visible {
	opacity:1;
	transform:translateY(0);
}
.delay-1 {
	transition-delay:0.2s;
}
.delay-2 {
	transition-delay:0.4s;
}
.delay-3 {
	transition-delay:0.6s;
}
.col .mb-4 {
	margin-bottom:20px;
}
.col .cattag {
	margin-right:15px;
	margin-left:15px;
	margin-bottom:15px;
}
.tags-section {
	background:var(--card-bg);
	border-radius:var(--border-radius);
	padding:30px;
	box-shadow:var(--shadow);
	margin-bottom:40px;
}
.tags-section h2 {
	font-size:1.5rem;
	color:var(--primary-color);
	padding-bottom:15px;
	border-bottom:2px solid var(--border-color);
}
.tag-link {
	display:inline-block;
	margin:5px;
	padding:8px 15px;
	background-color:var(--light-bg);
	color:var(--text-color);
	border-radius:20px;
	font-size:14px;
	transition:var(--transition);
	text-decoration:none;
	border:1px solid var(--border-color);
}
.tag-link:hover {
	background-color:var(--primary-color);
	color:white;
	transform:translateY(-2px);
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
}
.not-logged-in {
	text-align:center;
}
@media (max-width:1200px) {
	.container {
	max-width:960px;
}
}@media (max-width:992px) {
	.container {
	max-width:720px;
}
.hero-title,.hero h2 {
	font-size:2rem;
}
.hero-description,.hero p {
	font-size:1rem;
}
.stats-number {
	font-size:2rem;
}
.section-title {
	font-size:1.5rem;
}
.main-content {
	flex-direction:column;
}
.articles,.sidebar {
	flex:1;
}
nav ul li {
	margin-left:15px;
}
.search-box input {
	width:150px;
}
.comment-list ol {
	margin-left:40px;
}
}
@media (max-width:768px) {
	.container {
	max-width:540px;
}
.tags-section {
	padding:20px;
}
.header-content {
	flex-wrap:wrap;
}
nav {
	order:3;
	width:100%;
	margin-top:15px;
	display:none;
}
nav.active {
	display:block;
}
nav ul {
	flex-direction:column;
}
nav ul li {
	margin:10px 0;
}
.header-actions {
	margin-left:auto;
}
.mobile-menu-btn {
	display:block;
	margin-left:0px;
}
.hero-section,.hero {
	padding:3rem 0;
}
.carousel-image {
	height:300px;
}
.footer-content {
	flex-direction:column;
	gap:30px;
}
.search-box input:focus {
	width:180px;
}
.comment-form {
	grid-template-columns:1fr;
}
.related-posts-grid {
	grid-template-columns:1fr;
	gap:20px;
}
.related-posts {
	padding:20px;
	margin:20px auto;
}
.related-posts h3 {
	font-size:1.5rem;
}
}@media (max-width:576px) {
	.container {
	padding:0 15px;
}
.hero-title,.hero h2 {
	font-size:1.8rem;
}
.carousel-image {
	height:250px;
}
.carousel-caption {
	padding:15px;
}
.carousel-caption h5 {
	font-size:1rem;
}
.carousel-caption p {
	font-size:0.9rem;
}
.logo h1 {
	font-size:1.5rem;
}
.auth-btn {
	padding:3px 7px;
	font-size:0.9rem;
}
.search-box {
	display:none;
}
.hero-section,.hero {
	padding:60px 0;
}
.section-title {
	font-size:1.6rem;
}
.article-content {
	padding:15px;
}
.article-content h3 {
	font-size:1.3rem;
}
.sidebar-widget {
	padding:20px;
}
.article-img {
	width:100%;
	float:none;
	margin-right:0;
	margin-bottom:15px;
}
}