/* Global Style */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');


:root{

	--nav-color: #ed1c24;
	--secondary-font-family: 'Open Sans', sans-serif;
	--primary-font-family: 'Open Sans', sans-serif;
	--primary-font-family: 'Open Sans', sans-serif;
	--heading-color: #1e1e1e;
}

html{
	overflow-x:hidden;
}
body,.ui-widget {
	color: #000000;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x:hidden;
}
h1, h2, h3, h4, h5 {
	font-family: var(--primary-font-family);
}
h1, h2{
	color: var(--heading-color);
}
p, a, li {
	font-family: var(--primary-font-family), sans-serif;
}
p{
	font-size:16px;
	line-height:24px;
}
a {
	color: #000000;
}
a:active, a:hover, a:focus, a:visited {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
button {
	cursor: pointer;
	outline: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* blog */
.blog-template{
	padding: 80px 0px;
}
.single-blog {
	padding: 60px 0px;
}
.single-blog .post-title {
	padding: 10px;
	padding-bottom: 20px;
}
.blog-banner {
}
.blog-banner img {
	max-width: 100%;
}
.single-blog .social-icons-landing {
	padding: 0;
}
.comment-author.vcard a {
	color: #000;
}
.comment-author.vcard {
	padding-bottom: 10px;
}
.single-blog .share-social-wrap {
	padding: 30px 0px;
	text-align:center;
}
.single-blog .share-social-wrap h4 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
}
.single-blog ul.social-icons-landing li {
	display: inline-block;
	margin-right: 10px;
}
.single-blog ul.social-icons-landing li a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	border: 1px solid var(--nav-color);
	color: var(--nav-color);
	display:flex;
	align-items:center;
	justify-content:center;
}
.single-blog ul.social-icons-landing li a:hover{
	background: var(--nav-color);
	color: #fff;
}
.single-blog blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 19px;
	border-left: 5px solid #eee;
	font-style:italic;
}
.single-blog blockquote p{
	font-size: 19px;
	font-style:italic;
	margin:0px;
}
.archive-card .blog-image{
	height: 275px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 12px 12px 0px 0px;
}
.archive-card .card-content{
	background: #fff;
	box-shadow: 0px 0px 7px #eee;
	padding: 16px 16px 32px;
}
.comment-form-elements li {
	margin-bottom: 20px;
}
.comment-form-elements li label {
	font-size: 14px;
}
.comment-nav {
	display: none;
}
ol.comment-list {
	list-style: none;
	padding-bottom: 30px;
}
.comment-reply-link {
	color: #0B4043;
}
.single-blog input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .single-blog textarea {
	background: #fff;
	border: 1px solid #0B4043;
	border-radius: 0px;
	font-size: 15px;
	width: 100%;
	padding: 0.45em;
}
.comment-textarea textarea {
	margin-bottom: 25px;
}
.comment-title {
	font-size: 24px;
	padding-bottom: 20px;
}
header.comment-author.vcard img {
	border-radius: 50%;
	width: 45px;
	height: 45px;
}
.comment-form-title {
	font-size: 22px;
}
.btn-ct {
	padding: 8px 35px;
	display: inline-block;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 400;
	width: auto;
	text-align: center;
	background-color: #0B4043;
	border: 1px solid #0B4043;
	color: #fff;
}
.btn-ct:hover{
	background-color:transparent;
	color: #0B4043;
}
.page-error-top{
	padding-top: 50px;
}
.comment-form ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
a.read-more{
	background: red;
	padding: 12px 20px;
	color: #fff;
	transition: all .3s;
}
a.read-more:hover{
	transform: scale(1.02);
	background: red;
	padding: 12px 20px;
	color: #fff;
}
.post-content-wrap p {
	margin-bottom: 20px;
}
.post-content-wrap p a {
	position: relative;
	color: #0B4043;
	font-weight: 500;
	text-decoration: none; /* remove default underline */
}

.post-content-wrap p a::after {
	content: "";
	position: absolute;
	left: 50%;                       /* center horizontally */
	bottom: -4px;
	width: 50%;                       /* start at 50% width */
	height: 3px;                       /* underline thickness */
	border-radius: 12px;
	background-color: var(--nav-color);
	transform: translateX(-50%);       /* keep truly centered */
	transition: width 0.3s ease;       /* smooth expansion */
}

.post-content-wrap p a:hover::after {
	width: 100%;                       /* grow to full width */
}

.single-blog .social-icons-landing li:last-child {
	margin: 0;
}

/* end blog */

/* blog related all css only need other dont need */
.blog-banner img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.card {
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
}
.card-title {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.blog-hero {
	background-size: cover;
	background-position: center;
	padding: 120px 0;
	color: #fff;
	text-align: center;
	position: relative;
}
.blog-hero::after {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0, 0, 0, 0.4); /* dark overlay for readability */
}
.blog-hero .container {
	position: relative;
	z-index: 2;
}
.blog-hero .blog-title {
	font-size: 36px;
	margin-bottom: 10px;
	color: #fff;
}
.blog-hero .breadcrumb {
	font-size: 14px;
	color: #fff;
}
.blog-hero .breadcrumb a {
	color: #fff;
	margin: 0px 10px;
	text-decoration: underline;
}
.blog-hero .breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb a {
	color: #fff;
	font-size: 14px;
}
.breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb {
	font-size: 14px;
	color: #fff;
	display: flex;
	justify-content: center;
}
.container.single-blog{
	padding: 40px 0px 0px;
}
.page-error-area.section-space{
	margin: 100px 0px;
}
.page-error-top span{
	font-size: 40px;
	color: #0B4043;
}
.single-blog img {
	width: 100%;
	margin: auto;
	display: block;
}
.author-info{
	display: flex;
	align-items: center;
}
.post-meta{
	display: flex;
	align-items: center;
}
.author-name{
	color: var(--nav-color);
	font-size: 18px;
	font-weight: 600;
	margin-right: 8px;
	text-transform: capitalize;
}
.post-content-wrap h2{
	font-family: Poppins, 'Source Sans Pro', sans-serif !important;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	color: #2D2D2D !important;
	display: block;
}
.post-content-wrap p {
	line-height: 1.8;
	font-family: charter, Georgia, Cambria, "Times New Roman", Times, serif !important;
	font-size: 20px !important;
	color: #54536C !important;
	margin-bottom: 30px;
}
.post-content-wrap ul li {
	list-style: disc;
	line-height: 1.8;
	font-family: charter, Georgia, Cambria, "Times New Roman", Times, serif !important;
	font-size: 20px !important;
	color: #54536C !important;
}
.author-details{
	margin-left: 12px;
}
.post-header{
	padding: 30px 0px 0px;
}
.author-info img {
	width: 50px;
	height: 50px;
	display: unset;
	border-radius: 50px !important;
}

/* FAQ Section */
.faq-section {
	max-width: 800px;
	margin: auto;
	background: #fff;
	border: 1px solid #ddd;
	font-family: var(--primary-font-family);
}
.faq-item {
	border-top: 1px solid #ddd;
}
.faq-item:first-child {
	border-top: none;
}
.faq-question {
	width: 100%;
	padding: 0px 20px 20px;
	background: none;
	border: none;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #1f2124;
	font-family: var(--primary-font-family);
	cursor: pointer;
	position: relative;
	padding-left: 40px;
}
.faq-question::before {
	content: '+';
	position: absolute;
	left: 15px;
	font-size: 22px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s, content 0.3s;
}
.faq-item.active .faq-question::before {
	content: '−';
}
.faq-answer {
	padding: 0 20px 20px 40px;
	display: none;
	font-size: 16px;
	color: #7A7A7A;
}
.faq-answer.show {
	display: block;
}

/* Table of Contents */
.toc-sidebar {
	position: fixed;
	top: 150px;
	height: fit-content;
	background: #f7f7f7;
	padding: 20px;
	border-radius: 8px;
	max-height: 600px;
	overflow: auto;
}
.toc-sidebar h3 {
	margin-bottom: 30px !important;
	color: #000;
}
.toc-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}
.toc-sidebar li {
	padding-bottom: 4px !important;
	list-style: none;
	font-size: 16px !important;
	padding-bottom: 12px !important;
}
.toc-sidebar a {
	color: #0B4043;
	text-decoration: none;
	transition: all .3s ease;
}
.toc-sidebar a:hover {
	color: red;
	font-weight: 500;
	transform: scale(1.02);
	text-decoration: underline;
}

/* Media Queries */
@media (min-width: 768px) and (max-width: 998px) {
	.testimonial-bg {
		width: 75%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	.testimonial-bg {
		padding: 50px 40px;
	}
	.testimonial-bg {
		width: 95%;
		margin: 0 auto;
	}
	.seasons-banner-container {
		height: 34vh;
	}
	.seasons-banner-container .item {
		flex: 0 0 18%;
		transition: 0.5s;
	}
	.seasons-banner-container .item:hover {
		flex: 1;
	}
	.container.single-blog{
		padding: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.testimonial-bg:before {
		width: 55px;
		height: 55px;
		line-height: 55px;
		font-size: 40px;
	}
	.testimonial-bg {
		padding: 30px 10px;
	}
}

@media only screen and (max-width: 360px) {
	.testimonial .title,
	.testimonial .post {
		font-size: 16px;
	}
}

/* Table of Contents Responsive */
@media (max-width: 991px) {
	.toc-sidebar {
		padding: 15px;
		display: none !important;
	}
	.single-blog .row {
		flex-direction: column;       /* stack columns */
	}
	.single-blog .col-lg-9,
	.single-blog .col-lg-3 {
		width: 100%;                  /* full width */
		max-width: 100%;
	}
	.toc-sidebar {
		position: relative;           /* remove sticky on small screens */
		top: auto;
		border-left: none;
		border-top: 1px solid #ddd;
		margin-top: 30px;             /* space above */
		background: #fff;
	}
}

/* ---------- Phone (≤575px) ---------- */
@media (max-width: 575px) {
	.toc-sidebar {
		padding: 15px;
		display: none !important;
	}
	.toc-sidebar h3 {
		font-size: 1.1rem;
	}
}