* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: var(--tj-theme-primary) var(--tj-theme-secondary);
}
.tj-maquee-section.maquee-style-bottom-8 {
    position: relative;
    background: linear-gradient(90deg, #004aad 0%, #3c7cd0);
    padding: 33px 0px;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.tj-maquee-section.maquee-style-bottom-8 .maquee-wrapper {
    transition-timing-function: linear;
}
.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex
;
    transition-property: transform;
    box-sizing: content-box;
}
.marquee-item {
    width: auto;
    display: inline-block;
}

.marquee-item {
    width: auto;
    display: inline-block;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.marquee-item {
    width: auto;
    display: inline-block;
}

.marquee-item {
    width: auto;
    display: inline-block;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.marquee-item .marquee-box .marquee-icon {
    max-width: 20px;
    width: 100%;
}
.tj-maquee-section.maquee-style-bottom-8 .marquee-item .marquee-box .marquee-icon img {
    animation: 6s linear 0s infinite normal none running rotateImg2;
}
.marquee-item .marquee-box .marquee-title {
    margin-left: 0px;
    margin-right: 0px;
}
.light-mode .tj-maquee-section.maquee-style-bottom-8 .marquee-item .marquee-box .marquee-title .title {
    color: var(--tj-white);
}

.marquee-item .marquee-box .marquee-title .title {
    font-size: 20px;
    font-weight: var(--tj-fw-ebold);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 0px;
}

.marquee-item .marquee-box .marquee-title .title {
    font-size: 20px;
    font-weight: var(--tj-fw-ebold);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 0px;
}
.section-header {
    margin-bottom: 50px;
    max-width: 700px;
    width: 100%;
}
.light-mode .service-10-images::after {
    border: 1px solid #004aad;
}
.service-10-images::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -15px;
    right: -15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    z-index: -1;
}
.light-mode .service-10-images::before {
    background-color: #f6f3fc;
}

.service-10-images::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -15px;
    right: -15px;
    background-color: #050709;
    border-radius: 10px;
    z-index: -1;
}
.tj-services-section.style-10 .section-header {
    max-width: 425px;
    width: 100%;
    margin-bottom: 0;
}
/* Skill CSS */
.skills-section.style-2 {
	background: var(--tj-theme-accent-1);
}
.skills-widget.style-2 .skill-item .skill-inner {
	background: var(--tj-theme-accent-2);
	border: 1px solid var(--tj-theme-secondary);
}
.skills-widget.style-2 .skill-item .skill-inner .number {
	font-weight: var(--tj-fw-medium);
	transition: all 0.3s ease-in-out 0s;
}
.skills-widget.style-2 .skill-item:hover .skill-inner {
	border: 1px solid var(--tj-theme-primary);
	background-color: var(--tj-theme-secondary);
}
.skills-widget.style-2 .skill-item:hover .skill-inner .number {
	color: var(--tj-theme-primary);
}
.skills-widget.style-2 .skill-item p {
	color: var(--tj-white);
}

/* Skills CSS */
.skills-section.style-3 {
	background-color: var(--tj-h3-bg);
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.skills-section.style-3::before {
	content: "";
	position: absolute;
	top: 85px;
	right: 0;
	letter-spacing: 0;
	width: 450px;
	height: 100%;
	border-radius: 50%;
	background: var(--tj-theme-h3-primary);
	background: linear-gradient(
		260deg,
		var(--tj-theme-primary) 0%,
		rgba(115, 67, 210, 0) 100%
	);
	filter: blur(150px);
	margin-right: -5%;
	margin-top: -5%;
	z-index: -1;
}
.skills-section.style-3 .skills-widget .skill-inner {
	background: var(--tj-theme-accent-1);
}
.skills-section.style-3 .skills-widget .skill-item p {
	color: var(--tj-white);
}

.skills-section {
	padding-top: 120px;
	padding-bottom: 120px;
	background: var(--tj-theme-accent-1);
}

.skills-section .section-header {
	margin-left: auto;
	margin-right: auto;
}
.skills-widget {
	gap: 20px;
	row-gap: 30px;
}
.skills-widget .skill-item {
	max-width: 180px;
	width: 100%;
	text-align: center;
}

.skills-widget .skill-inner {
	border-radius: 25px;
	padding: 40px 15px 30px;
	background: var(--tj-theme-accent-2);
	border: 1px solid transparent;
	margin-bottom: 15px;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.skills-widget .skill-item:hover .skill-inner {
	background: var(--tj-theme-secondary);
	border: 1px solid var(--tj-theme-primary);
}

.skills-widget .skill-item .icon-box {
	max-width: 60px;
	width: 100%;
	margin: 0 auto 30px;
	opacity: 0.5;
}

.skills-widget .skill-item:hover .icon-box {
	opacity: 1;
}

.skills-widget .skill-item .icon-box img {
	filter: grayscale(90%);
	-webkit-filter: grayscale(90%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.skills-widget .skill-item:hover .icon-box img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.skills-widget .skill-item .number {
	color: var(--tj-grey-1);
	font-weight: 800;
	font-size: 20px;
	line-height: 1;
}

.skills-widget .skill-item:hover .number {
	color: var(--tj-theme-primary);
}

.skills-widget .skill-item p {
	color: var(--tj-theme-primary);
	margin-bottom: 0;
}
/*  END: Skills Section */


	/* skills */
	.skills-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.skills-widget .skill-item {
		max-width: 165px;
	}
	.skills-widget .skill-inner {
		padding: 30px 15px 25px;
	}
    
/*
* ===============================
*  START: Blog Section
* ===============================
*/
.blog-section {
	padding-top: 120px;
	padding-bottom: 90px;
	background: var(--tj-theme-accent-1);
}
.blog-section .section-header {
	margin-left: auto;
	margin-right: auto;
}
.blog-item {
	background: var(--tj-theme-accent-2);
	border-radius: 15px;
	max-width: 100%;
	width: 100%;
	margin: 0 auto 30px;
	position: relative;
	z-index: 1;
}
.blog-item .blog-thumb {
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}
.blog-item .blog-thumb .category {
	display: inline-block;
	background-size: 200%;
	background-image: linear-gradient(
		90deg,
		var(--tj-theme-primary) 0%,
		var(--tj-theme-secondary) 110.61%
	);
	text-decoration: none;
	color: var(--tj-white);
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 2;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	padding: 7px 10px;
	border-radius: 50px;
	transition: 0.4s;
}
.blog-item .blog-thumb .category:hover {
	background-size: 100%;
}
.blog-item .blog-thumb a {
	display: block;
}
.blog-item .blog-thumb img {
	width: 100%;
	border-radius: 15px;
	transition: all 0.5s ease-in-out 0s;
}
.blog-item:hover .blog-thumb img {
	transform: scale(1.1);
}
.blog-item .blog-content {
	padding: 15px 15px 20px;
	position: absolute;
	bottom: 15px;
	left: 0;
	width: calc(100% - 40px);
	border-radius: 15px;
	background: var(--tj-theme-secondary);
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
.blog-item .blog-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	background: -o-linear-gradient(
		190deg,
		var(--tj-theme-secondary) 0%,
		var(--tj-theme-primary) 100%
	);
	background: linear-gradient(
		260deg,
		var(--tj-theme-secondary) 0%,
		var(--tj-theme-primary) 100%
	);
	opacity: 0;
	z-index: -1;
	border-radius: 15px;
}
.blog-item:hover .blog-content:before {
	opacity: 1;
}
.blog-item .blog-meta {
	margin-bottom: 10px;
}
.blog-meta ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
.blog-meta ul li {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	color: var(--tj-theme-primary);
	font-weight: var(--tj-fw-medium);
	transition: all 0.5s ease-in-out 0s;
}
.blog-item:hover .blog-meta li {
	color: var(--tj-body);
}
.blog-meta ul li i {
	line-height: 1;
	margin-right: 5px;
}
.blog-meta ul li a {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
}
.blog-item .blog-content .blog-title {
	color: var(--tj-white);
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 0;
	transition: all 0.4s ease-in-out 0s;
}
/* END: Blog Section */

/*
* ===============================
*  START: Blog Standard Page
* ===============================
*/
.tj-posts__area {
	background-color: var(--tj-black-2);
	padding-bottom: 120px;
	padding-top: 120px;
}
.tj-post {
	position: relative;
	position: relative;
	z-index: 1;
	background-color: var(--tj-theme-accent-2);
	border-radius: 8px;
	overflow: hidden;
}
.tj-post:not(:last-child) {
	margin-bottom: 40px;
}
.tj-post .tj-post__thumb {
	display: flex;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.tj-post .tj-post__thumb a {
	display: inline-block;
}
.tj-post .tj-post__thumb img {
	transition: all 0.8s ease-in-out 0s;
	transform-origin: center;
}
.tj-post:hover .tj-post__thumb img {
	transform: scale(1.1);
}
.tj-post__thumb .category {
	display: inline-block;
	background-size: 200%;
	background-image: linear-gradient(
		90deg,
		var(--tj-theme-primary) 0%,
		var(--tj-theme-secondary) 110.61%
	);
	text-decoration: none;
	color: var(--tj-white);
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	padding: 10px 15px;
	border-radius: 50px;
	transition: 0.4s;
}
.tj-post__thumb .category:hover {
	background-size: 100%;
}
@keyframes animate-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7),
			0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	40% {
		box-shadow: 0 0 0 50px rgba(255, 255, 255, 0),
			0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	80% {
		box-shadow: 0 0 0 50px rgba(255, 255, 255, 0),
			0 0 0 30px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0),
			0 0 0 30px rgba(255, 255, 255, 0);
	}
}
.tj-post__thumb .tj-post__video .popup_video {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 1;
	color: var(--tj-white);
	text-decoration: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.tj-post__thumb .tj-post__video .popup_video::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--tj-theme-primary);
	opacity: 0.7;
	z-index: -1;
	border-radius: 50%;
	animation: animate-pulse 3s linear infinite;
	transition: all 0.4s ease-in-out 0s;
}
.tj-post__thumb .tj-post__video .popup_video:hover::after {
	opacity: 1;
}
.tj-post .tj-post__thumb .tj-post__gallery .tj-post-gallery__img img {
	transform: scale(1);
}
.tj-post__gallery.owl-carousel .owl-nav button {
	width: 45px;
	height: 45px;
	font-size: 18px;
	line-height: 1;
	color: var(--tj-white);
	padding: 0;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.tj-post__gallery.owl-carousel .owl-nav button::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--tj-theme-primary);
	opacity: 0.7;
	transition: all 0.4s ease-in-out 0s;
	z-index: -1;
	border-radius: 50%;
}
.tj-post__gallery.owl-carousel .owl-nav button:hover::after {
	opacity: 1;
}
.tj-post__gallery.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}
.tj-post .tj-post__content {
	padding: 30px;
}
.tj-post__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 10px;
	margin-bottom: 20px;
}
.tj-post__meta span {
	display: inline-flex;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.01em;
	color: var(--tj-body);
}
.tj-post__meta span a {
	text-decoration: none;
	font-size: inherit;
	line-height: 1;
	color: inherit;
	transition: all 0.4s ease-in-out 0s;
}
.tj-post__meta span a:hover {
	color: var(--tj-theme-primary);
}
.tj-post__meta span i {
	color: var(--tj-theme-primary);
	margin-right: 8px;
}
.tj-post__content .tj-post__title {
	font-size: 30px;
	line-height: 1.3;
	color: var(--tj-white);
	margin-bottom: 20px;
}
.tj-post__content .tj-post__title a {
	display: inline;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, currentColor),
		to(currentColor)
	);
	background-image: linear-gradient(
		to right,
		currentColor 0,
		currentColor 100%
	);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	-webkit-transition: all 0.3s, background-size 0.8s;
	transition: all 0.3s, background-size 0.8s;
}
.tj-post__content .tj-post__title a:hover {
	color: var(--tj-theme-primary);
	background-size: 100% 1px;
}
.tj-post__content .tj-post__excerpt {
	font-size: 16px;
	color: var(--tj-body);
}
.tj-post__content .tj-post__excerpt p {
	margin: 0;
	font-size: inherit;
	color: inherit;
}
.tj-post__content .tj-post__btn {
	margin-top: 30px;
}

.wp-block-quote,
blockquote {
	background-color: var(--tj-theme-accent-2);
	border-radius: 4px;
	max-width: 100%;
	padding: 40px 30px;
	position: relative;
	margin-bottom: 40px;
	border: none;
	border-radius: 8px;
	color: var(--tj-body);
}
.wp-block-quote::before,
blockquote::before {
	display: block;
	content: "\f10e";
	font-size: 40px;
	line-height: 1;
	font-family: var(--tj-ff-fontawesome);
	font-weight: var(--tj-fw-light);
	position: relative;
	margin: 0 0 15px;
}
.wp-block-quote p:last-child,
blockquote p:last-child {
	margin: 0;
}
.wp-block-quote cite,
blockquote cite {
	font-weight: var(--tj-fw-medium);
	font-size: 20px;
	line-height: 1.2;
	color: var(--tj-white);
}
.wp-block-quote cite::before,
blockquote cite::before {
	display: inline-block;
	width: 35px;
	height: 2px;
	background: var(--tj-theme-primary);
	border-radius: 2px;
	content: "";
	position: relative;
	top: -6px;
	margin-right: 15px;
}
.tj__pagination {
	margin-top: 60px;
}
.tj__pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.tj__pagination ul li .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-decoration: none;
	border: 1px solid var(--tj-white);
	font-size: 16px;
	line-height: 1;
	font-weight: var(--tj-fw-medium);
	color: var(--tj-white);
	background-color: transparent;
	transition: all 0.4s ease-in-out 0s;
	border: none;
}
.tj__pagination ul li .page-numbers:hover,
.tj__pagination ul li .page-numbers.current {
	border-color: var(--tj-theme-primary);
	background-color: var(--tj-theme-primary);
}
/* END: Blog Standard Page */

/*
* ===============================
*  START: Blog Details Page
* ===============================
*/
.tj-post-details__area {
	background-color: var(--tj-black-2);
	padding-top: 120px;
	padding-bottom: 120px;
}
.tj-single__post {
	margin-bottom: 50px;
}
.tj-single__post .tj-post__thumb {
	margin-bottom: 35px;
	position: relative;
}
.tj-single__post .tj-post__thumb img {
	border-radius: 8px 8px 0 0;
}
.tj-single__post .tj-post__content .tj-post__title {
	margin-top: 0;
}
.tj-single__post h1,
.tj-single__post h2,
.tj-single__post h3,
.tj-single__post h4,
.tj-single__post h5,
.tj-single__post h6 {
	margin-top: 30px;
}
.tj-single__post p {
	margin-bottom: 20px;
}
.tj-single__post blockquote {
	margin-bottom: 20px;
}
.tj-single__post ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.tj-single__post ul li {
	display: block;
	position: relative;
	z-index: 1;
	font-weight: var(--tj-fw-medium);
	padding-left: 25px;
}
.tj-single__post ul li:not(:last-child) {
	margin-bottom: 10px;
}
.tj-single__post ul li::before {
	content: "\f058";
	font-family: var(--tj-ff-fontawesome);
	font-weight: var(--tj-fw-bold);
	color: var(--tj-theme-primary);
	position: absolute;
	left: 0;
	top: 0;
}
.single-post_tag_share {
	border-top: 1px solid var(--tj-grey-4);
	padding-top: 31px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	gap: 30px;
}
.single-post_tag_share .tj_tag {
	width: calc(100% - 220px);
	display: flex;
	align-items: start;
	gap: 20px;
}
.single-post_tag_share.no-social-share .tj_tag {
	width: 100%;
}
.single-post_tag_share .tj_tag .tag__title {
	margin-right: 10px;
	margin-bottom: 0;
	line-height: 1.6;
}
.single-post_tag_share .tj_tag .tagcloud {
	gap: 10px;
}
.single-post_tag_share .tj_tag .tagcloud a {
	border-color: var(--tj-theme-accent-2);
	background-color: var(--tj-theme-accent-2);
}
.single-post_tag_share .tj_tag .tagcloud a:hover {
	background-color: var(--tj-theme-primary);
	border-color: var(--tj-theme-primary);
}
.single-post_tag_share .share_link {
	display: flex;
	align-items: center;
	gap: 10px;
}
.single-post_tag_share .share_link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--tj-theme-primary);
	color: var(--tj-white);
	text-decoration: none;
	border-radius: 50%;
	transition: all 0.4s ease-in-out 0s;
}
.single-post_tag_share .share_link a:hover {
	background-color: var(--tj-theme-primary);
	color: var(--tj-white);
}

.single-post__navigation {
	padding-top: 31px;
	padding-bottom: 31px;
	border-top: 1px solid var(--tj-grey-4);
	border-bottom: 1px solid var(--tj-grey-4);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.single-post__navigation .tj-navigation_post {
	max-width: 48%;
	width: 100%;
	min-height: 145px;
	overflow: hidden;
}
.single-post__navigation .tj-navigation_post .tj-navigation-post_inner {
	padding: 35px 25px;
	background-color: var(--tj-theme-accent-2);
	display: flex;
	width: 100%;
	height: 100%;
	gap: 20px;
	align-items: center;
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner
	.navigation-post_img {
	max-width: 85px;
	width: 100%;
	height: 85px;
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner
	.navigation-post_img
	a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner
	.navigation-post_img
	a
	img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner
	.tj-content
	.post_pagination_nav {
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
	color: var(--tj-theme-primary);
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner
	.tj-content
	.post_pagination_nav
	i {
	margin-right: 10px;
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner
	.tj-content
	.post_pagination_title
	.title {
	font-size: 18px;
	margin: 0;
	line-height: 1.4;
	word-break: break-word;
	transition: all 0.4s ease-in-out 0s;
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner
	.tj-content
	.post_pagination_title
	.title:hover {
	color: var(--tj-theme-primary);
}
.single-post__navigation
	.tj-navigation_post
	.tj-navigation-post_inner.next_post
	.tj-content {
	text-align: end;
}
.tj-comments__container {
	margin-top: 50px;
}
.tj-comments__container .tj-comments__wrap {
	margin-bottom: 50px;
}
.tj-comments__container .comment-reply-title {
	margin-bottom: 0;
}
.tj-comments__wrap .tj-comment__title h3,
.comment-respond .tj-comment__title {
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.tj-comments__wrap .tj-comment__title h3 {
	margin-bottom: 30px;
}
.tj-comments__wrap .tj-comment__title h3:before,
.comment-respond .tj-comment__title:before {
	background-color: var(--tj-theme-primary);
	content: "";
	width: 60px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tj-post-comment__form .form_group {
	margin-bottom: 20px;
}
.tj-post-comment__form .form_group select,
.tj-post-comment__form .form_group .nice-select,
.tj-post-comment__form
.form_group
input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.tj-post-comment__form .form_group textarea {
	background: var(--tj-theme-accent-2);
}
.tj-post-comment__form .tj-btn-primary {
	width: auto;
	margin-top: 10px;
}
.tj-post-comment__form .comment-form-cookies-consent {
	display: flex;
	align-items: start;
	gap: 10px;
}
.tj-post-comment__form .comment-form-cookies-consent input {
	margin-top: 5px;
}

.tj-latest__comments ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tj-latest__comments .tj__comment .children {
	padding-left: 30px;
}
.tj__comment .tj-comment__wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--tj-grey-4);
}
.tj__comment .tj-comment__wrap .comment__avatar {
	max-width: 120px;
	width: 100%;
	height: 120px;
}
.tj__comment .tj-comment__wrap .comment__avatar img {
	width: 100%;
	height: 100%;
}
.tj__comment .tj-comment__wrap .comment__text {
	width: calc(100% - 140px);
}
.tj__comment .tj-comment__wrap .comment__text .avatar__name {
	margin-bottom: 15px;
}
.tj__comment .tj-comment__wrap .comment__text .avatar__name h5 {
	margin-bottom: 5px;
	transition: all 0.4s ease-in-out 0s;
}
.tj__comment .tj-comment__wrap .comment__text .avatar__name h5:hover {
	color: var(--tj-theme-primary);
}
.tj__comment .tj-comment__wrap .comment__text .avatar__name span {
	font-size: 14px;
	display: block;
}
.tj__comment .tj-comment__wrap .comment__text p:last-child {
	margin-bottom: 0;
}
.tj__comment
	.tj-comment__wrap
	.comment__text
	.comment__reply
	.comment-reply-link {
	display: inline-block;
	color: var(--tj-theme-primary);
	font-size: 16px;
	line-height: 1;
	padding: 7px 20px;
	border: 1px solid var(--tj-theme-primary);
	text-decoration: none;
	margin-top: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.tj__comment
	.tj-comment__wrap
	.comment__text
	.comment__reply
	.comment-reply-link:hover {
	color: var(--tj-white);
	background-color: var(--tj-theme-primary);
}
/* END: Blog Details Page */
.wave {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: wave-animation;
    animation-name: wave-animation;
    display: inline-block;
    -webkit-transform-origin: 70% 70%;
    -ms-transform-origin: 70% 70%;
    transform-origin: 70% 70%;
}

@media (max-width: 576px) {
  p, h2,.text-small-center{
    text-align: center !important;
  }
   .d-small-flex {
    display: flex !important;
  }
  .justify-content-small-center{
	display: flex !important;
	justify-content: center !important;
  }
  .sub-title, .sub-title-arrows{
	display: flex;
	justify-content: center;
  }
 .display-small-none{
	display: none;
 }
 .sub-title-2,
  .section-title{
	text-align: center !important;
  }
  .about-right-tab-content p{
	text-align: start !important;
  }
}
.custom-toast {
  visibility: hidden;
  min-width: 280px;
  max-width: 400px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
  text-align: left;
  border-radius: 12px;
  padding: 16px 20px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
  box-shadow: 0 8px 25px rgba(232, 24, 64, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  transform: translateX(100%) scale(0.8);
}

.custom-toast.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) scale(1);
}

.custom-toast.hide {
  opacity: 0;
  transform: translateX(100%) scale(0.8);
  transition: all 0.3s ease-in;
}

.toast-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.toast-success,
.toast-error,
.toast-info {
  background: none !important;
  backdrop-filter: none !important;
  background-color: unset !important; 
}

/* Gradient styles */
.toast-success {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
}

.toast-error {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
}

.toast-info {
  background: linear-gradient(135deg, #007bff 0%, #17a2b8 100%) !important;
}

.toast-icon {
  font-size: 20px;
  flex-shrink: 0;
  animation: bounce 0.6s ease-out;
}

.toast-message {
  flex: 1;
  line-height: 1.4;
}

.toast-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
  flex-shrink: 0;
}

.toast-close:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0 0 12px 12px;
  animation: progressBar 4s linear forwards;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-8px); }
  60% { transform: translateY(-4px); }
}

@keyframes progressBar {
  from { width: 100%; }
  to { width: 0%; }
}

/* Toast contect form style */
.custom-toast {
  position: fixed;
  top: 20px;
  left: 80%;
  transform: translateX(-50%);
  min-width: 280px;
  max-width: 400px;
  border-radius: 8px;
  color: white;
  padding: 12px 16px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  display: none;
  z-index: 9999;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.custom-toast.show {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.toast-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toast-icon {
  font-size: 22px;
  margin-right: 12px;
}

.toast-message {
  flex-grow: 1;
  font-size: 15px;
}

.toast-close {
  background: transparent;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 0 6px;
}

.toast-progress {
  height: 3px;
  background-color: green; /* default green */
  width: 0;
  border-radius: 0 0 8px 8px;
  margin-top: 8px;
  transition: width 3s linear;
}

.custom-toast.success {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  box-shadow: 0 8px 25px rgba(40, 167, 69, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-toast.error {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-toast.warning {
  background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
  color: #212529;
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-toast.warning .toast-close {
  color: rgba(33, 37, 41, 0.8);
}

.custom-toast.warning .toast-close:hover {
  background: rgba(33, 37, 41, 0.1);
  color: #212529;
}

@media (max-width: 480px) {
  .custom-toast {
    left: 10px;
    right: 10px;
    top: 10px;
    min-width: auto;
    max-width: none;
  }
}

.blog-item-content h3{
	color: white !important;
}
.blog-item-content p{
	color: white !important;
}
.blog-item-content .text-dark{
	color: white !important;
}

/* new custome blog list style */
  :root {
            --primary-color: #2563eb;
            --secondary-color: #64748b;
            --accent-color: #f59e0b;
            --text-dark: #1e293b;
            --text-light: #64748b;
            --border-color: #e2e8f0;
            --hover-shadow: 0 10px 25px rgba(37, 99, 235, 0.1);
            --gradient-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            color: var(--text-dark);
            line-height: 1.6;
            min-height: 100vh;
        }

        .final-blog-header-section {
            background: linear-gradient(135deg, var(--primary-color) 0%, #1d4ed8 100%);
            color: white;
            padding: 4rem 0 2rem;
            position: relative;
            overflow: hidden;
        }

        .final-blog-header-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="rgba(255,255,255,0.1)"><polygon points="0,0 1000,0 1000,100 0,20"/></svg>') no-repeat bottom;
            background-size: cover;
        }

        .final-blog-header-content {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
            text-align: center;
        }

        .final-blog-page-title {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
            background: linear-gradient(45deg, #fff, #e2e8f0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .final-blog-page-subtitle {
            font-size: 1.3rem;
            opacity: 0.9;
            font-weight: 300;
            margin-bottom: 2rem;
        }

        .final-blog-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .final-blog-filter-section {
            background: white;
            border-radius: 20px;
            padding: 2rem;
            margin: -2rem 2rem 3rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            position: relative;
            z-index: 10;
        }

        .final-blog-filter-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2rem;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .final-blog-filter-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-dark);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .search-final-blog-container {
            position: relative;
            flex: 1;
            max-width: 400px;
        }

        .final-blog-search-box {
            width: 100%;
            padding: 0.8rem 1rem 0.8rem 3rem;
            border: 2px solid var(--border-color);
            border-radius: 12px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background: #f8fafc;
        }

        .final-blog-search-box:focus {
            outline: none;
            border-color: var(--primary-color);
            background: white;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }

        .final-blog-search-icon {
            position: absolute;
            left: 1rem;
            top: 50%;
            transform: translateY(-50%);
            color: var(--text-light);
            font-size: 1.1rem;
        }

        .final-blog-filter-tabs {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            margin-bottom: 1.5rem;
        }

        .final-blog-filter-tab {
            padding: 0.8rem 1.5rem;
            background: #f8fafc;
            border: 2px solid var(--border-color);
            border-radius: 12px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
            color: var(--text-dark);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .final-blog-filter-tab:hover {
            background: var(--primary-color);
            color: white;
            border-color: var(--primary-color);
            transform: translateY(-2px);
        }

        .final-blog-filter-tab.active {
            background: var(--primary-color);
            color: white;
            border-color: var(--primary-color);
        }

        .final-blog-filter-stats {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 0;
            border-top: 1px solid var(--border-color);
        }

        .final-blog-results-count {
            color: var(--text-light);
            font-size: 0.9rem;
        }

        .final-blog-view-toggle {
            display: flex;
            gap: 0.5rem;
        }

        .final-blog-view-btn {
            padding: 0.5rem;
            background: #f8fafc;
            border: 1px solid var(--border-color);
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            color: var(--text-light);
        }

        .final-blog-view-btn.active,
        .final-blog-view-btn:hover {
            background: var(--primary-color);
            color: white;
            border-color: var(--primary-color);
        }

        .blog-final-blog-container {
            padding: 2rem 0 0;
        }

        .final-blog-blog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .final-blog-blog-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            border: 1px solid var(--border-color);
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .final-blog-blog-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--hover-shadow);
            border: 1px solid var(--primary-color);
        }

        .final-blog-blog-card.hidden {
            display: none;
        }

        .blog-image {
            height: 220px;
            background: var(--gradient-bg);
            position: relative;
            overflow: hidden;
        }

        .blog-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .final-blog-blog-card:hover .blog-image img {
            transform: scale(1.05);
        }

        .final-blog-blog-category {
            position: absolute;
            top: 15px;
            right: 15px;
            background: #ECF0FC;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
            padding: 0.2rem 1rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            backdrop-filter: blur(10px);
        }

      .final-blog-blog-card {
    position: relative;
}

.final-blog-blog-language {
    position: absolute;
    top: 33%; 
    left: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 4px solid #ffffff;
    z-index: 5;
}


        .final-blog-blog-content {
            padding: 1.5rem;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .final-blog-blog-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-top: 15px;
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .final-blog-blog-title a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .final-blog-blog-title a:hover {
            color: var(--primary-color);
        }

        .final-blog-blog-meta {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1rem;
            font-size: 0.9rem;
            color: var(--text-light);
        }

        .final-blog-blog-meta .author,
        .final-blog-blog-meta .date {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .final-blog-blog-excerpt {
            color: var(--text-light);
            line-height: 1.6;
            margin-bottom: 1.5rem;
            flex-grow: 1;
        }

        .final-blog-blog-actions {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: auto;
            margin-top: 15px;
        }

        .final-blog-btn-read {
            background: var(--primary-color);
            color: white;
            border: none;
            padding: 0.7rem 1.5rem;
            border-radius: 12px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }

        .final-blog-btn-read:hover {
            background: #1d4ed8;
            color: white;
            transform: translateY(-2px);
        }

        .final-blog-blog-tags {
            display: flex;
            gap: 0.5rem;
            flex-wrap: wrap;
        }

        .final-blog-blog-tags .blog-tag {
            background: #f1f5f9;
            color: var(--text-light);
            padding: 0.2rem 0.6rem;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 500;
        }

        .final-blog-no-results {
            text-align: center;
            padding: 4rem 2rem;
            color: var(--text-light);
            display: none;
        }

        .final-blog-no-results.show {
            display: block;
        }

        .final-blog-no-results i {
            font-size: 4rem;
            margin-bottom: 1rem;
            opacity: 0.5;
        }

        .final-blog-pagination-wrapper {
            display: flex;
            justify-content: center;
            margin-top: 3rem;
            margin-bottom: 3rem;
        }

        .final-blog-pagination {
            display: flex;
            list-style: none;
            gap: 0.5rem;
        }

        .final-blog-pagination .page-link {
            border: 1px solid var(--border-color);
            color: var(--text-dark);
            padding: 0.7rem 1rem;
            border-radius: 8px;
            transition: all 0.3s ease;
            text-decoration: none;
            min-width: 44px;
            text-align: center;
        }

        .final-blog-pagination .page-link:hover {
            background: var(--primary-color);
            color: white;
            border-color: var(--primary-color);
        }

        .final-blog-pagination .page-item.active .page-link {
            background: var(--primary-color);
            border-color: var(--primary-color);
            color: #fff;
        }
        .final-blog-pagination .page-item .page-link {
            background: #fff;
            border-color: var(--primary-color);
            color: #000;
        }

        .final-blog-pagination .page-item.disabled .page-link {
            opacity: 0.5;
            cursor: not-allowed;
        }

        @media (max-width: 768px) {
            .final-blog-page-title {
                font-size: 2rem;
            }
            
            .final-blog-filter-header {
                flex-direction: column;
                text-align: center;
            }
            
            .final-blog-filter-tabs {
                justify-content: center;
            }
            
            .final-blog-blog-grid {
                grid-template-columns: 1fr;
            }
            
            .final-blog-blog-actions {
                flex-direction: column;
                gap: 1rem;
                align-items: stretch;
            }
            
            .final-blog-btn-read {
                text-align: center;
                justify-content: center;
            }
        }
        /* Style when list view is active */
.final-blog-blog-grid.list-view {
    display: block;
}

.final-blog-blog-grid.list-view .final-blog-blog-card {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 2rem;
}

.final-blog-blog-grid.list-view .blog-image {
    flex: 0 0 300px;
    height: auto;
}

.final-blog-blog-grid.list-view .blog-image img {
    height: 100%;
    object-fit: cover;
}

.final-blog-blog-grid.list-view .final-blog-blog-content {
    flex: 1;
    padding: 1.5rem 1rem;
}
.final-blog-blog-grid.list-view .final-blog-blog-language{
    top: 5%;
    border: 1px solid #ffffff;
}

/* new blog details  */

   /* .blog-detail-tags {
    display: flex
;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.blog-detail-widget {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}
.blog-detail-tag{
    background: #1d4ed8;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.blog-detail-share {
    display: flex
;
    flex-direction: column;
    gap: 1rem;
}
.blog-detail-share-btn {
    display: flex
;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    color: #1e293b;
    font-weight: 600;
    transition: all 0.3s ease;
}
.blog-detail-toc {
    position: sticky;
    top: 2rem;
}
.blog-detail-widget h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1e293b;
    display: flex
;
    align-items: center;
    gap: 0.5rem;
}

.blog-detail-toc ul {
    list-style: none;
    padding: 0;
}
.blog-detail-toc li {
    margin-bottom: 0.5rem;
}
.blog-detail-toc a {
    color: #64748b;
    text-decoration: none;
    padding: 0.5rem 0;
    display: block;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}
        .new-blog-details-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .new-blog-details-main {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 3rem;
            margin-top: -2rem;
            position: relative;
            z-index: 10;
        }

        .new-blog-details-article {
            background: white;
            border-radius: 20px;
            padding: 3rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border: 1px solid #e2e8f0;
        }

        .new-blog-details-featured-image {
            width: 100%;
            height: 400px;
            border-radius: 15px;
            margin-bottom: 2rem;
            overflow: hidden;
            position: relative;
        }

        .new-blog-details-featured-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .new-blog-details-text h2 {
            font-size: 1.8rem;
            color: #1e293b;
            margin: 2rem 0 1rem;
            font-weight: 700;
        }

        .new-blog-details-text h3 {
            font-size: 1.4rem;
            color: #1e293b;
            margin: 1.5rem 0 1rem;
            font-weight: 600;
        }

        .new-blog-details-text p {
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
            line-height: 1.8;
            color: #1e293b;
        }

        .new-blog-details-text ul, .new-blog-details-text ol {
            margin: 1.5rem 0;
            padding-left: 2rem;
        }

        .new-blog-details-text li {
            margin-bottom: 0.5rem;
            font-size: 1.1rem;
            line-height: 1.7;
        }

        .new-blog-details-text blockquote {
            background: #f8fafc;
            border-left: 4px solid #1d4ed8;
            padding: 1.5rem;
            margin: 2rem 0;
            border-radius: 0 10px 10px 0;
            font-style: italic;
            color: #64748b;
        }

        .new-blog-details-text code {
            background: #f1f5f9;
            padding: 0.2rem 0.4rem;
            border-radius: 4px;
            font-family: 'Courier New', monospace;
            font-size: 0.9rem;
            color: #1d4ed8;
        }

        .new-blog-details-text pre {
            background: #1e293b;
            color: #e2e8f0;
            padding: 1.5rem;
            border-radius: 10px;
            overflow-x: auto;
            margin: 2rem 0;
            font-family: 'Courier New', monospace;
        }

        .new-blog-details-text pre code {
            background: none;
            padding: 0;
            color: inherit;
        }

        .new-blog-details-sidebar {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .new-blog-details-widget {
            background: white;
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            border: 1px solid #e2e8f0;
        }

        .new-blog-details-widget h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: #1e293b;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .new-blog-details-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        .new-blog-details-tag {
            background: #1d4ed8;
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .new-blog-details-tag:hover {
            background: #1d4ed8;
            transform: translateY(-2px);
        }

        .new-blog-details-share {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .new-blog-details-share-btn {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.75rem 1rem;
            border: 2px solid #e2e8f0;
            border-radius: 12px;
            text-decoration: none;
            color: #1e293b;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .new-blog-details-share-btn:hover {
            border-color: #1d4ed8;
            background: #1d4ed8;
            color: white;
            transform: translateY(-2px);
        }

        .new-blog-details-share-btn.twitter:hover {
            background: #1da1f2;
            border-color: #1da1f2;
        }

        .new-blog-details-share-btn.linkedin:hover {
            background: #0077b5;
            border-color: #0077b5;
        }

        .new-blog-details-share-btn.facebook:hover {
            background: #1877f2;
            border-color: #1877f2;
        }

        .new-blog-details-toc {
            position: sticky;
            top: 2rem;
        }

        .new-blog-details-toc ul {
            list-style: none;
            padding: 0;
        }

        .new-blog-details-toc li {
            margin-bottom: 0.5rem;
        }

        .new-blog-details-toc a {
            color: #64748b;
            text-decoration: none;
            padding: 0.5rem 0;
            display: block;
            transition: color 0.3s ease;
            font-size: 0.95rem;
        }

        .new-blog-details-toc a:hover {
            color: #1d4ed8;
        }

        .new-blog-details-actions {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 1px solid #e2e8f0;
        }

        .new-blog-details-back-btn {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            background: #1d4ed8;
            color: white;
            padding: 0.75rem 1.5rem;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .new-blog-details-back-btn:hover {
            background: #1d4ed8;
            transform: translateY(-2px);
        }

        .new-blog-details-reading-progress {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: rgba(37, 99, 235, 0.1);
            z-index: 1000;
        }

        .new-blog-details-progress-bar {
            height: 100%;
            background: #1d4ed8;
            width: 0%;
            transition: width 0.3s ease;
        }

        .new-blog-details-related {
            background: white;
            border-radius: 20px;
            padding: 2rem;
            margin-top: 3rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            border: 1px solid #e2e8f0;
        }

        .new-blog-details-related h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 2rem;
            color: #1e293b;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .new-blog-details-related-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .new-blog-details-related-card {
            display: flex;
            gap: 1rem;
            padding: 1rem;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
        }

        .new-blog-details-related-card:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transform: translateY(-2px);
        }

        .new-blog-details-related-image {
            width: 80px;
            height: 80px;
            border-radius: 8px;
            overflow: hidden;
            flex-shrink: 0;
        }

        .new-blog-details-related-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .new-blog-details-related-content h4 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: #1e293b;
            line-height: 1.3;
        }

        .new-blog-details-related-meta {
            font-size: 0.85rem;
            color: #64748b;
        }

        @media (max-width: 968px) {
            .new-blog-details-main {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            
            .new-blog-details-sidebar {
                order: -1;
            }
            
            .new-blog-details-article {
                padding: 2rem;
            }

        }

        @media (max-width: 768px) {

            .new-blog-details-content {
                padding: 0 1rem;
            }
            
            .new-blog-details-article {
                padding: 1.5rem;
            }
            
            .new-blog-details-actions {
                flex-direction: column;
                gap: 1rem;
            }
            
            .new-blog-details-related-grid {
                grid-template-columns: 1fr;
            }
        }
         */
          :root {
            --primary-color: #2563eb;
            --secondary-color: #64748b;
            --accent-color: #f59e0b;
            --text-dark: #1e293b;
            --text-light: #64748b;
            --border-color: #e2e8f0;
            --hover-shadow: 0 10px 25px rgba(37, 99, 235, 0.1);
            --gradient-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            color: var(--text-dark);
            line-height: 1.6;
            min-height: 100vh;
        }

        .blog-detail-header {
            background: linear-gradient(135deg, var(--primary-color) 0%, #1d4ed8 100%);
            color: white;
            padding: 2rem 0;
            position: relative;
            overflow: hidden;
        }

        .blog-detail-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="rgba(255,255,255,0.1)"><polygon points="0,0 1000,0 1000,100 0,20"/></svg>') no-repeat bottom;
            background-size: cover;
        }

        .blog-detail-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
            position: relative;
            z-index: 2;
        }

        .breadcrumb {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 2rem;
            font-size: 0.9rem;
            opacity: 0.9;
        }

        .breadcrumb a {
            color: white;
            text-decoration: none;
            transition: opacity 0.3s ease;
        }

        .breadcrumb a:hover {
            opacity: 0.8;
        }

        .blog-detail-meta {
            display: flex;
            align-items: center;
            gap: 2rem;
            margin-bottom: 2rem;
            flex-wrap: wrap;
        }

        .blog-detail-language {
            background: rgba(255, 255, 255, 0.2);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .blog-detail-category {
            background: var(--accent-color);
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .blog-detail-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            line-height: 1.2;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }

        .blog-detail-info {
            display: flex;
            align-items: center;
            gap: 2rem;
            font-size: 1rem;
            opacity: 0.9;
            flex-wrap: wrap;
        }

        .blog-detail-info .author,
        .blog-detail-info .date,
        .blog-detail-info .read-time {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .blog-detail-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .blog-detail-main {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 3rem;
            margin-top: -2rem;
            position: relative;
            z-index: 10;
        }

        .blog-detail-article {
            background: white;
            border-radius: 20px;
            padding: 3rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border: 1px solid var(--border-color);
        }

        .blog-detail-featured-image {
            width: 100%;
            height: 400px;
            border-radius: 15px;
            margin-bottom: 2rem;
            overflow: hidden;
            position: relative;
        }

        .blog-detail-featured-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .blog-detail-text h2 {
            font-size: 1.8rem;
            color: var(--text-dark);
            margin: 2rem 0 1rem;
            font-weight: 700;
        }

        .blog-detail-text h3 {
            font-size: 1.4rem;
            color: var(--text-dark);
            margin: 1.5rem 0 1rem;
            font-weight: 600;
        }

        .blog-detail-text p {
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
            line-height: 1.8;
            color: var(--text-dark);
        }

        .blog-detail-text ul, .blog-detail-text ol {
            margin: 1.5rem 0;
            padding-left: 2rem;
        }

        .blog-detail-text li {
            margin-bottom: 0.5rem;
            font-size: 1.1rem;
            line-height: 1.7;
        }

        .blog-detail-text blockquote {
            background: #f8fafc;
            border-left: 4px solid var(--primary-color);
            padding: 1.5rem;
            margin: 2rem 0;
            border-radius: 0 10px 10px 0;
            font-style: italic;
            color: var(--text-light);
        }

        .blog-detail-text code {
            background: #f1f5f9;
            padding: 0.2rem 0.4rem;
            border-radius: 4px;
            font-family: 'Courier New', monospace;
            font-size: 0.9rem;
            color: var(--primary-color);
        }

        .blog-detail-text pre {
            background: #1e293b;
            color: #e2e8f0;
            padding: 1.5rem;
            border-radius: 10px;
            overflow-x: auto;
            margin: 2rem 0;
            font-family: 'Courier New', monospace;
        }

        .blog-detail-text pre code {
            background: none;
            padding: 0;
            color: inherit;
        }

        .blog-detail-sidebar {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .blog-detail-widget {
            background: white;
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            border: 1px solid var(--border-color);
        }

        .blog-detail-widget h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: var(--text-dark);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .blog-detail-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        .blog-detail-tag {
            background: var(--primary-color);
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .blog-detail-tag:hover {
            background: #1d4ed8;
            transform: translateY(-2px);
        }

        .blog-detail-share {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .blog-detail-share-btn {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.75rem 1rem;
            border: 2px solid var(--border-color);
            border-radius: 12px;
            text-decoration: none;
            color: var(--text-dark);
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .blog-detail-share-btn:hover {
            border-color: var(--primary-color);
            background: var(--primary-color);
            color: white;
            transform: translateY(-2px);
        }

        .blog-detail-share-btn.twitter:hover {
            background: #1da1f2;
            border-color: #1da1f2;
        }

        .blog-detail-share-btn.linkedin:hover {
            background: #0077b5;
            border-color: #0077b5;
        }

        .blog-detail-share-btn.facebook:hover {
            background: #1877f2;
            border-color: #1877f2;
        }

        .blog-detail-toc {
            position: sticky;
            top: 2rem;
        }

        .blog-detail-toc ul {
            list-style: none;
            padding: 0;
        }

        .blog-detail-toc li {
            margin-bottom: 0.5rem;
        }

        .blog-detail-toc a {
            color: var(--text-light);
            text-decoration: none;
            padding: 0.5rem 0;
            display: block;
            transition: color 0.3s ease;
            font-size: 0.95rem;
        }

        .blog-detail-toc a:hover {
            color: var(--primary-color);
        }

        .blog-detail-actions {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 1px solid var(--border-color);
        }

        .blog-detail-back-btn {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            background: var(--primary-color);
            color: white;
            padding: 0.75rem 1.5rem;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .blog-detail-back-btn:hover {
            background: #1d4ed8;
            transform: translateY(-2px);
        }

        .blog-detail-reading-progress {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: rgba(37, 99, 235, 0.1);
            z-index: 1000;
        }

        .blog-detail-progress-bar {
            height: 100%;
            background: var(--primary-color);
            width: 0%;
            transition: width 0.3s ease;
        }

        .blog-detail-related {
            background: white;
            border-radius: 20px;
            padding: 2rem;
            margin-top: 3rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            border: 1px solid var(--border-color);
        }

        .blog-detail-related h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 2rem;
            color: var(--text-dark);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .blog-detail-related-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .blog-detail-related-card {
            display: flex;
            gap: 1rem;
            padding: 1rem;
            border: 1px solid var(--border-color);
            border-radius: 12px;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
        }

        .blog-detail-related-card:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transform: translateY(-2px);
        }

        .blog-detail-related-image {
            width: 80px;
            height: 80px;
            border-radius: 8px;
            overflow: hidden;
            flex-shrink: 0;
        }

        .blog-detail-related-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .blog-detail-related-content h4 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: var(--text-dark);
            line-height: 1.3;
        }

        .blog-detail-related-meta {
            font-size: 0.85rem;
            color: var(--text-light);
        }

        @media (max-width: 968px) {
            .blog-detail-main {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            
            .blog-detail-sidebar {
                order: -1;
            }
            
            .blog-detail-article {
                padding: 2rem;
            }
            
            .blog-detail-title {
                font-size: 2rem;
            }
            
            .blog-detail-info {
                flex-direction: column;
                align-items: flex-start;
                gap: 1rem;
            }
            
            .blog-detail-meta {
                flex-direction: column;
                align-items: flex-start;
                gap: 1rem;
            }
        }

        @media (max-width: 768px) {
            .blog-detail-container {
                padding: 0 1rem;
            }
            
            .blog-detail-content {
                padding: 0 1rem;
            }
            
            .blog-detail-article {
                padding: 1.5rem;
            }
            
            .blog-detail-actions {
                flex-direction: column;
                gap: 1rem;
            }
            
            .blog-detail-related-grid {
                grid-template-columns: 1fr;
            }
        }