.blog-detail-page {
	padding-bottom: 45px;
	padding-top: 15px;
}

.blog-detail-main {
	/* box-shadow: 0 0 5px #d6d6d6; */
}

.blog-detail-main .top-heading h1 {
	margin-top: 0;
	font-size: 45px;
	margin-bottom: 25px;
	font-weight: 700;
	color: #000;
}

.blog-detail-main .top-heading p {
	margin-bottom: 5px;
	color: #656565;
	font-size: 13px;
	display: inline-flex;
	padding: 7px 18px;
	border-radius: 4px;
	background: #fff;
	align-items: center;
	border-radius: 50px;
	border: 1px solid #fff;
	margin-right: 7px;
}

.blog-detail-main .top-heading p i {
	margin-right: 5px;
	font-size: 14px;
	color: #929191
}

.blog-detail-main .social-share-dropdown {
	position: absolute;
	bottom: 0;
	right: 0
}

.blog-detail-main .top-heading {
	position: relative;
	margin-bottom: 20px;
	background: #d2590024;
	padding: 20px;
	border-radius: 10px;
}

.blog-detail-main .content-area {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 15px;
}

.blog-detail-main .social-share-dropdown .share-toggle {
	width: 50px;
	height: 50px;
	background: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	font-size: 21px;
	line-height: 1;
	box-shadow: 0 1px 6px #c4c4c4;
	color: #333
}

.blog-detail-main .detail-img-container {
	width: 100%;
	height: 500px;
	margin-bottom: 20px
}

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

.blog-detail-main .social-share-dropdown .dropdown-menu {
	min-width: 300px;
	padding: 10px;
	border: 0;
	left: auto !important;
	right: 0 !important;
	z-index: 9;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	transform: none !important;
	top: 100% !important
}

.blog-detail-main .social-share-dropdown .dropdown-menu li a {
	font-size: 17px;
	padding: 5px 10px;
	background: #e4e4e4;
	border-radius: 100%;
	display: inline-flex;
	color: #333;
	justify-content: center;
	align-items: center;
	line-height: 1;
	width: 40px;
	height: 40px
}

.blog-detail-main .social-share-dropdown .dropdown-menu li a:hover {
	background: var(--secondColor);
	color: #fff
}

.blog-detail-main .social-share-dropdown .dropdown-menu li {
	float: left;
	margin: 0 3px
}

.blog-detail-main .social-share-dropdown .dropdown-menu:before {
	content: '';
	background: #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -10px;
	border-top: 1px solid #e8e8e8;
	transform: rotate(45deg);
	right: 15px;
	z-index: 1;
	border-left: 1px solid #e8e8e8
}

.blog-detail-main .social-share-dropdown label {
	font-size: 15px;
	margin-right: 10px;
	color: #929191;
	font-weight: 400
}

.blog-details-section .table-content-news {
	padding: 0;
	border-radius: 5px;
	margin-bottom: 25px;
	background: #ffebee;
	border: 1px solid #ffccd1
}

.blog-details-section .table-content-news .content-header .title {
	font-weight: 700;
	font-size: 19px;
	margin: 0
}

.blog-details-section .table-content-news .content-header {
	padding: 14px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer
}

.blog-details-section .table-content-news .table-content-list {
	padding: 0 15px 15px
}

.intro-div {
	border-left: 4px solid #993f7f;
	padding: 15px 15px 2px;
	margin-bottom: 25px;
	box-shadow: 0 0 2px #c4c4c4
}

.intro-div .title {
	margin-top: 0;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}

.blog-details-section .table-content-news .content-header a {
	font-size: 27px;
	line-height: 1;
	color: #333
}

.blog-details-section .table-content-news ol {
	list-style: number;
	padding: 0;
	margin-bottom: 0;
	counter-reset: item
}

.blog-details-section .table-content-news ol li {
	font-size: 16px;
	line-height: 1 !important;
	position: relative;
	margin: 15px 0;
	display: block
}

.blog-details-section .table-content-news ol li:first-child {
	margin-top: 0
}

.blog-details-section .table-content-news ol li:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.blog-details-section .table-content-news ol li:before {
	content: counters(item, ".") ". ";
	counter-increment: item
}

.blog-details-section .table-content-news ol .sub-content-list {
	list-style: nu;
	padding-left: 20px;
	margin-top: 13px
}

.blog-details-section .table-content-news ol li a {
	color: #000
}

ol.subanchor {
	margin-left: 10px;
	margin-top: 10px
}

.detailcontent a[href^="#"] {
	pointer-events: none
}

.detailcontent a[href^=http] {
	color: var(--mainColor);
}


.detailcontent h3 {
	font-size: 19px
}

.blog-detail-main .content-area h2 a {
	color: #000;
}

.detailcontent h3 a {
	color: #000 !important;
}

.blog-detail-main .content-area p {
	color: #000;
	letter-spacing: -.003em;
	font-size: 16px;
	margin-bottom: 15px
}

.blog-detail-main .content-area h2 {
	margin-top: 0;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
}

.blog-detail-main .content-area ul {
	list-style: disc;
	padding-left: 30px;
	margin-bottom: 15px;
}

.blog-detail-main .content-area ul li {
	color: #000;
	letter-spacing: -.003em;
	font-size: 16px;
	margin-bottom: 5px;
}
.aritcle-page section li a {
    text-decoration: underline;
}

.blog-detail-main .content-area .section {}

.blog-detail-main .content-area blockquote {
	border-left: 4px solid var(--mainColor);
	padding-left: 15px;
	font-style: italic;
	background: #fff;
	padding: 15px;
}

.faqs-section {
	background: #fff;
	box-shadow: 0 0 2px #979797;
	border-radius: 5px;
	padding: 15px
}

.faqs-section h2 {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
}

.bottom-share-btn {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	border-top: 3px solid #f3f3f3;
	padding-top: 30px;
}

.bottom-share-btn label {
	font-size: 15px;
	margin-right: 10px;
	margin-bottom: 0;
	color: #929191;
	font-weight: 400
}

.bottom-share-btn a {
	font-size: 17px;
	padding: 5px 10px;
	background: #fff;
	border-radius: 100%;
	display: inline-flex;
	color: #7f7f7f;
	justify-content: center;
	align-items: center;
	line-height: 1;
	width: 40px;
	height: 40px;
	margin-left: 7px;
	/* box-shadow: 0 0 5px #979797; */
}

.bottom-share-btn a:hover {
	color: #fff;
	background: var(--secondColor)
}

.blog-detail-main ul.related-tabs {
	margin-bottom: 0;
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 0;
	list-style: none
}

.blog-detail-main .related-tabs li,
.blog-detail-main .related-tabs li a {
	margin: 0 5px 5px 0;
	display: inline-block
}

.blog-detail-main .related-tabs li a {
	color: #4c4c4c;
	font-size: 14px;
	border: 1px solid #eee;
	padding: 8px 20px;
	border-radius: 20px;
	background: #eee;
	font-weight: 600
}

.blog-detail-main .related-tabs li a:hover {
	background: var(--secondColor);
	border-color: var(--secondColor);
	color: #fff
}

.blog-sidebar {
	background: #447c6f0a;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.blog-sidebar .heading {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgb(245 245 245);
	padding-bottom: 15px
}

.blog-sidebar .heading .cicon {
	text-align: center;
	background: #29192b;
	border-radius: 50px;
	width: 45px;
	height: 45px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	margin-right: 15px;
	float: left;
	line-height: 1
}

.blog-sidebar .heading .txt {
	float: left;
	width: calc(100% - 60px);
	font-size: 22px;
	font-weight: 700;
}

.blog-sidebar .heading .txt span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #8c8c8c
}

.latest-blogs {
	list-style: none;
	padding: 0;
	margin: 0
}

.latest-blogs li {
	padding: 8px 0;
	position: relative;
	border-bottom: 1px solid rgb(245 245 245);
}

.latest-blogs li a {
	font-size: 17px;
	color: #393939;
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	font-weight: 600;
}

.latest-blogs li a .img {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	margin-right: 10px;
	/* box-shadow: 0 1px 3px #828282; */
	overflow: hidden;
	/* display: none; */
	padding: 3px;
	text-align: center;
	display: flex;
	align-items: center;
	background: var(--mainColor);
}

.latest-blogs li a .img img {
	width: 80%;
	height: 80%;
	object-fit: cover;
	margin: 0 auto;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.latest-blogs li a .txt {
	width: calc(100% - 40px);
	color: #393939;
}

.latest-blogs li a .txt .act-btn button {
	color: var(--secondColor);
	font-size: 14px;
	border: 0;
	background: 0 0;
	padding: 0;
	font-weight: 600;
}

.blog-sidebar .bottom-act-btn {
	/* border-top: 1px solid rgb(245 245 245); */
	text-align: center;
	margin-top: 15px;
}

@media(max-width:767px) {
	.blog-detail-main {
		border-radius: 0;
		padding: 15px;
		margin-bottom: 10px
	}

	.blog-detail-main .top-heading h1 {
		font-size: 22px;
		margin-bottom: 15px
	}

	.blog-detail-main .social-share-dropdown {
		bottom: -70px;
		right: 10px
	}

	.blog-detail-main .social-share-dropdown label {
		display: none
	}

	.blog-detail-main .detail-img-container {
		height: auto
	}

	.blog-detail-main .top-heading,
	.blog-details-section .table-content-news,
	.intro-div {
		margin-bottom: 15px
	}

	.bottom-share-btn {
		display: block;
		text-align: center
	}

	.bottom-share-btn label {
		display: block;
		margin-bottom: 15px;
		margin-right: 0
	}

	.blog-detail-main .related-tabs li a {
		padding: 8px 15px;
		font-size: 12px
	}

	.blog-detail-main .social-share-dropdown .share-toggle {
		width: 40px;
		height: 40px;
		font-size: 17px
	}

	.blog-detail-main .content-area p {
		font-size: 14px
	}

	.blog-detail-main .content-area h2 {
		font-size: 18px;
		margin-bottom: 10px
	}

	.blog-detail-main .content-area ul li {
		font-size: 14px;
	}

	.table-content-body ul {
		font-size: 14px;
	}

	.faqs-section h2 {
		font-size: 18px
	}

	.blog-detail-page .blog-sidebar {
		margin-bottom: 10px;
		margin: 10px;
	}

	.blog-detail-page {
		padding-bottom: 0;
		padding-top: 1px;
	}

	.blog-detail-main .top-heading p {
		margin-right: 0;
		padding: 4px 10px;
		font-size: 11px;
	}

	.blog-detail-main-new {
		padding: 0;
		margin-bottom: 0;
	}

	.blog-table-content .top-head {
		font-size: 18px;
	}
}


.page-title {
	text-align: center;
	padding: 5px;
	color: var(--primary);
	margin-bottom: 5px;
}

.page-title h1 {

	font-size: 3rem;
	margin: 0 0 10px;
}

.page-title p {
	font-size: 1.25rem;
	color: #4a5568;
	font-weight: 300;
	margin: 0;
}


.toc {
	background: white;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.toc::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: linear-gradient(90deg, #3182ce, #48bb78, #f6ad55);
}

.toc h2 {
	text-align: center;
	color: var(--primary);
	margin-top: 0;
	font-size: 2.2rem;
	
}

.toc ol {
	counter-reset: item;
	padding-left: 0;
	columns: 2;
	gap: 50px;
	list-style: number
}

@media (max-width:768px) {
	.toc ol {
		columns: auto;
	}
}

.toc li {
	margin: 14px 0;
	break-inside: avoid;
	position: relative;
	padding-left: 10px;
}

.toc li::before {
	position: absolute;
	left: -25px;
	background: var(--accent);
	color: white;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
}

.toc a {
	color: var(--dark);
	text-decoration: none;
	font-weight: 500;
	transition: all .3s;
	display: block;
	padding: 8px 0;
}

.toc a:hover {
	color: var(--accent);
	transform: translateX(10px);
}

.aritcle-page section,.aritcle-page .faq,.aritcle-page .final {
	background: white;
	padding: 40px 45px;
	margin-bottom: 35px;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	transition: transform .3s;
}

.aritcle-page section:hover,.aritcle-page .faq:hover,.aritcle-page .final:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.aritcle-page section h2,.aritcle-page .faq h2,.aritcle-page .final h2 {
	
	color: var(--primary);
	margin-top: 0;
	padding-bottom: 12px;
	border-bottom: 3px solid #e2e8f0;
	position: relative;
}

.aritcle-page section h2::after,.aritcle-page .faq h2::after,.aritcle-page .final h2::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 90px;
	height: 3px;
	background: var(--accent);
}

.aritcle-page section p,
.aritcle-page section ul,
.aritcle-page section ol {
	color: #4a5568;
	margin: 16px 0;
}

.aritcle-page section ul,
.aritcle-page section ol {
	padding-left: 15px;
	list-style: square;
}

.aritcle-page section li {
	margin: 5px 0;
}


.aritcle-page .faq p,
.aritcle-page .faq ul,
.aritcle-page .faq ol {
	color: #4a5568;
	margin: 16px 0;
}

.aritcle-page .faq ul,
.aritcle-page .faq ol {
	padding-left: 15px;
	list-style: square;
}

.aritcle-page .faq li {
	margin: 5px 0;
}


.aritcle-page .final p,
.aritcle-page .final ul,
.aritcle-page .final ol {
	color: #4a5568;
	margin: 16px 0;
}

.aritcle-page .final ul,
.aritcle-page .final ol {
	padding-left: 15px;
	list-style: square;
}

.aritcle-page .final li {
	margin: 5px 0;
}

.highlight {
	background: #ebf8ff;
	padding: 20px;
	border-radius: 12px;
	border-left: 5px solid var(--accent);
	margin: 25px 0;
	font-weight: 500;
}

.disclaimer {
	background: linear-gradient(135deg, #fff5e6, #fef5e0);
	border-left: 6px solid #f6ad55;
	padding: 35px;
	border-radius: 16px;
	font-style: italic;
	box-shadow: 0 10px 25px rgba(246, 173, 85, 0.15);
}

.references {
	background: #1a202c;
	color: #fff;
	padding: 45px;
	border-radius: 16px;
}

.references h2 {
	color: #63b3ed;
}

.references h2::after {
	background: #63b3ed;
}

.references li {
	color: #fff;
}

#faq h3 {
	font-size: 19px
}

.study-card {
	background: #f8f9ff;
	padding: 20px;
	border-radius: 12px;
	border-left: 5px solid var(--success);
	margin: 20px 0;
}


@media(max-width: 767px){
	.page-title h1 {
    font-size: 25px;
}

.page-title {
    padding: 0;
}

.toc h2 {
    font-size: 20px;
    cursor: pointer;
}

.aritcle-page section {
    padding: 12px;
    margin-bottom: 15px;
}

.aritcle-page section h2 {
    font-size: 20px;
}
.toc {
    padding: 20px 49px;
    margin-bottom: 15px;
}

.toc li {
    margin: 0 0;
}



.hot-articles li::before {
    top: 5px;
}
}


.toc h2 {
    cursor: pointer;
    position: relative;
    padding-right: 35px;
}

.toc h2::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: bold;
    transition: transform 0.3s ease, content 0.3s ease;
}

.toc.open h2::after {
    content: "−";
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

