/**** Blog Detail Page Style ****/

.banner-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding: 190px 1px 160px;
}
.banner-content h1{
	font-size: 45px;
	font-weight: 800;
	max-width: 950px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.white-layer {
	position: relative;
}

.white-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(250, 250, 250, 0.9);
  z-index: 1;
}

.white-layer > * {
  position: relative;
  z-index: 2;
}

/* Table of Contents Style */

.toc {
	position: sticky;
	top: 80px;
}
.toc h3 {
	font-size: 28px;
}

#toc-list {
	max-height: 50vh;
	overflow-y: auto;
}

.toc ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.toc ul li {
	margin-bottom: 14px;
}
.toc ul li a {
	color: #000000;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
}
.toc ul li a.active {
	color: #32267F;
}

.toc ul li ul {
	margin-left: 15px;
	margin-top: 15px;
	display: none;
}

/* Blog Posts Section */

.blog-detail-content h2 {
	color: #32267F;
	font-size: 32px;
	font-weight: 800;
	display: inline-block;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.blog-detail-content h3 {
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}
.blog-detail-content p {
	color: #000000;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 1rem;
}
.blog-detail-content b,
.blog-detail-content strong {
	font-weight: 500;
}

.blog-detail-content img {
	max-width: 85%;
	display: block;
	margin: 20px auto;
}

.blog-detail-content ul {
	margin-bottom: 1rem;
}
.blog-detail-content ul li {
	color: #000000;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 5px;
}

/* FAQ's Section */

.blog-faqs button,
.blog-faqs button:hover,
.blog-faqs button:focus,
.blog-faqs button:not(.collapsed){
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	margin: 0.5rem 0;
	padding: 1rem 1rem 1rem 0.4rem;
	background-color: transparent;
	box-shadow: none;
}
.blog-faqs button::after {
	font-family: "Font Awesome 7 Free";
	color: #32267F;
	font-weight: 900;
	font-size: 30px;
	content: "\f055";
	margin-left: auto;
	bottom: 8px;
	position: relative;
	background-image: none;
	transition: none;
  	transform: none !important;
}

.blog-faqs button:not(.collapsed)::after {
	content: "\f056";
	background-image: none;
}

.blog-faqs .accordion-body {
	color: #000000;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 0rem 1rem 1rem 0.4rem;
}

.blog-faqs .accordion-body a {
	font-weight: 500;
	color: #32267F;
	text-decoration: none;
}
.blog-faqs .accordion-body b,
.blog-faqs .accordion-body strong {
	font-weight: 500;
}
.blog-faqs .accordion-body ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.blog-faqs .accordion-body ul li {
	color: #000000;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 5px;
}

/* Related Articles Section */

.related-articles-heading {
	color: #32267F;
	font-size: 32px;
	font-weight: 800;
	display: inline-block;
	margin-bottom: 1rem;
	margin-top: 1rem;
	width: 100%;
}
.related-card h5 a {
	color: #000000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-decoration: none;
}
.related-card h5 a:hover {
	color: #32267F;
}

.swiper-pagination {
	display: flex;
	justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #c0c8e8;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #32267f;
  transform: scale(1.2);
}

/* Subscription Section */

.subscription-section {
	background: linear-gradient(to right, #fffdfe 0%, #f6f9fe 50%, #c9e5ff 100%);
}

.subscription-bg h2 {
	font-weight: 900;
	line-height: 1.4;
}
.subscription-bg p {
	font-size: 20px;
	max-width: 500px;
}

.subscription-card {
	border-radius: 12px;
	box-shadow: 0 5px 3px #00000040;	
}

.subscription-card .form-label {
	font-size: 20px;
	color: #989995;
	font-weight: 300;
}
.subscription-card .form-control {
	font-size: 18px;
	line-height: 30px;
	border: 1px solid #32267f40;
}
.subscription-card .form-control:hover,
.subscription-card .form-control:focus {
	box-shadow: 2px 5px 3px #32267F40;
}

.subscription-card button {
	font-size: 20px;
	font-weight: 500;
	padding: 10px 20px;
	border: none;
	background-color: #32267F;
	color: #ffffff;
	border-radius: 12px;
}
.subscription-card button:hover {
	background-color: #000000;
}


@media (max-width: 1399px) {
	.banner-section {
		padding: 150px 0 130px;
	}
	.banner-content h1{
		font-size: 40px;
	}
}
@media (max-width: 1120px) {
	.banner-content h1{
		font-size: 34px;
	}
	.banner-section {
		padding: 130px 0 110px;
	}
}
@media (max-width: 991px) {
	.banner-section {
		padding: 140px 0 100px;
	}
	
	.toc h3 {
		font-size: 26px;
	}
	.toc ul li {
		margin-bottom: 12px;
	}
	.toc ul li a {
		font-size: 16px;
	}
	.blog-detail-content h2 {
		font-size: 30px;
		margin-bottom: 0.8rem;
		margin-top: 0.8rem;
	}
	.blog-detail-content h3 {
		font-size: 22px;
		margin-bottom: 0.8rem;
		margin-top: 0.3rem;
	}
	.blog-detail-content p {
		font-size: 18px;
		margin-bottom: 0.8rem;
	}
	.blog-detail-content ul {
		margin-bottom: 0.8rem;
	}
	.blog-detail-content ul li {
		font-size: 18px;
		margin-bottom: 3px;
	}
	
	.blog-faqs button,
	.blog-faqs button:hover,
	.blog-faqs button:focus,
	.blog-faqs button:not(.collapsed){
		font-size: 18px;
		margin: 0.3rem 0;
		padding: 0.8rem 0.8rem 0.8rem 0.3rem;
	}
	.blog-faqs button::after {
		font-size: 26px;
		bottom: 6px;
	}

	.blog-faqs .accordion-body {
		font-size: 18px;
		margin-bottom: 8px;
		padding: 0rem 0.8rem 0.8rem 0.3rem;
	}
	.blog-faqs .accordion-body ul {
		margin-top: 0.8rem;
		margin-bottom: 0.8rem;
	}
	.blog-faqs .accordion-body ul li {
		font-size: 18px;
		margin-bottom: 3px;
	}
	
	.subscription-bg p {
		display: block;
		margin: 0 auto 1rem;
	}
}
@media (max-width: 767px) {
	.banner-section {
		padding: 120px 0 80px;
	}
	.banner-content h1{
		font-size: 32px;
	}
}
@media (max-width: 575px) {
	.banner-section {
		padding: 100px 0 60px;
	}
	.banner-content h1{
		font-size: 30px;
	}
	
	.toc h3 {
		font-size: 24px;
	}
	.toc ul li {
		margin-bottom: 10px;
	}
	.blog-detail-content h2 {
		font-size: 26px;
		margin-bottom: 0.6rem;
		margin-top: 0.6rem;
	}
	.blog-detail-content h3 {
		font-size: 20px;
		margin-bottom: 0.6rem;
		margin-top: 0.2rem;
	}
	.blog-detail-content p {
		font-size: 16px;
		margin-bottom: 0.6rem;
	}
	.blog-detail-content ul {
		margin-bottom: 0.6rem;
	}
	.blog-detail-content ul li {
		font-size: 16px;
		margin-bottom: 2px;
	}
	
	.blog-faqs button,
	.blog-faqs button:hover,
	.blog-faqs button:focus,
	.blog-faqs button:not(.collapsed){
		font-size: 16px;
		margin: 0.3rem 0;
		padding: 0.6rem 0.6rem 0.6rem 0.2rem;
	}
	.blog-faqs button::after {
		font-size: 24px;
		bottom: 5px;
	}

	.blog-faqs .accordion-body {
		font-size: 16px;
		margin-bottom: 6px;
		padding: 0rem 0.6rem 0.6rem 0.2rem;
	}
	.blog-faqs .accordion-body ul {
		margin-top: 0.6rem;
		margin-bottom: 0.6rem;
	}
	.blog-faqs .accordion-body ul li {
		font-size: 16px;
		margin-bottom: 2px;
	}
	
	.subscription-bg p {
		font-size: 18px;
	}
	.subscription-card .form-label {
		font-size: 18px;
		margin-bottom: 3px;
	}
	.subscription-card .form-control {
		font-size: 17px;
	}
	.subscription-card button {
		font-size: 17px;
		padding: 8px 20px;
		border-radius: 8px;
	}
}