.seasons-banner-container {
	display: flex;
	justify-content: center;
	position: relative;
	height: 300px;
	width: 100%;
	gap: 12px;
}
.logo-img {
	max-width: 200px; /* adjust as needed */
	height: auto;
	width: 70%;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	background: #eee;
	padding: 0px;
}
.dropdown-menu{
	padding: 10px;
}
.seasons-banner-container .item {
	flex: 0 0 30%;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	transition: 0.5s;
}
.seasons-banner-container img{
	height: 100% !important;
	cursor: pointer;
}

.seasons-banner-container .photo {
	height: 100%;
	width: 100%;
}

.seasons-banner-container img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.seasons-banner-container .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 10;
	opacity: 0;
	transition: 1s;
}

/* Hover Animations */
.seasons-banner-container .item:hover {
	flex: 0 0 60%;
}

.seasons-banner-container .item:hover .overlay {
	background-image: linear-gradient(
		to top,
		rgb(2, 2, 2),
		rgba(47, 46, 46, 0) 30%
	);
	opacity: 1;
	transition: 0.8s;
}

.custom-banner-accordion {
	display: flex;
	overflow: hidden;
	margin: 40px 0;
}

.custom-banner-accordion > div {
	flex: 1;
	transition: flex 0.5s ease;
	overflow: hidden;
}

.custom-banner-accordion > div:hover {
	flex: 3;
}

.custom-banner-accordion img {
	width: 100%;
	height: auto;
	transition: transform 0.5s ease;
}

.custom-banner-accordion > div:hover img {
	transform: scale(1.1);
}
#breadcrumbs.custom-breadcrumb {
	padding: 8px 0px;
	display: inline-flex;
	align-items: center;
	font-family: sans-serif;
}

#breadcrumbs .breadcrumb-home {
	color: #000;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

#breadcrumbs .breadcrumb-home .dashicons {
	font-size: 20px;
	transform: translateY(1px);
}

#breadcrumbs .breadcrumb-separator {
	margin: 0 6px;
	color: #333;
}

#breadcrumbs .breadcrumb-current {
	color: #7e1414;
	font-weight: 500;
}

.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;
}
header.header.header-wrapper{
	margin: 0px 0px;
}
.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: 100px 0px 0px;
}
.page-error-area.section-space{
	margin: 100px 0px;
}
.page-error-top span{
	font-size: 40px;
	color: #0B4043;
}
/*  */

.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;
}

.testimonial-bg {
	font-family: Open Sans;
	padding: 35px 70px;
	text-align: center;
	position: relative;
	box-shadow: 4px 14px 24px 0px #06497C0A;
	width: 50%;
	margin: 0 auto;
	background-color: #fff;

}
.testimonial-bg:before {
	content: url("../images/quote.png");
	font-family: "fontawesome";
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 50px;
	color: #00457B;;
	position: absolute;
	top: -40px;
	left: 2%;
}
.testimonial-bg .owl-carousel .owl-nav button.owl-prev, .testimonial-bg .owl-carousel .owl-nav button.owl-next{
	padding: 5px 20px !important;
}
.testimonial-bg .owl-prev{
	position: absolute;
	left: -31%;
	top: 50%;
	color: #0973C5 !important;
	border-top: 1px solid !important;
	border-bottom: 1px solid !important;
	border-left: 1px solid !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.testimonial-bg .owl-next{
	position: absolute;
	right: -31%;
	top: 50%;
	color: #0973C5 !important;
	border-top: 1px solid !important;
	border-bottom: 1px solid !important;
	border-right: 1px solid !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;  }
.testimonial-bg .owl-prev:hover, .testimonial-bg .owl-next:hover{
	background-color: #0973C5 !important;
	color: #fff !important;
} 
.testimonial-bg .owl-carousel .owl-item img {
	display: block;
	width: auto;
	margin: 0 auto;
}
.testimonial {
	padding: 0 15px;
}
.testimonial .description {
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: center;
	padding: 20px 0;
}

.testimonial .pic {
	width: 100px;
	height: 100px;
	margin: 25px auto;
	overflow: hidden;
}
.testimonial .pic img {
	width: 100%;
	height: auto;
}
.testimonial .title {
	font-family: Open Sans;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
}
.testimonial .post {
	font-family: Open Sans;
	display: inline-block;
	font-size: 20px;
	color: #848484;
}
.testimonial .profile_name {
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0em;
	color: #0973C5;
	padding-top: 10px;
}
.testimonial .profile_describe {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #1E1E1E99;
}
.testimonial .pic1 img {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 998px) {
	.testimonial-bg {
		width: 75%;
		margin: 0 auto;
	}
	.feautered_section > div:last-child{
		padding: 20px;
		height: 500px;
		border-bottom: 1px solid  rgba(0, 0, 0, 0.20);

	}
	.feautered_section > div:first-child{
		padding: 20px;
		height: 500px;
	}
}
@media only screen and (max-width: 767px) {
	.testimonial-bg {
		padding: 50px 40px;
	}
	.seasons-banner-container {
		height: 34vh;
	}
	.owl-theme .owl-controls {
		bottom: -22%;
	}
	.testimonial-bg {
		width: 95%;
		margin: 0 auto;
	}
	.testimonial-bg .owl-prev{
		left: -10%;
	}
	.testimonial-bg .owl-next{
		right: -10%;
	}
	.feautered_section > div:last-child{
		padding: 20px;
	}
	.feautered_section > div:first-child{
		padding: 20px;
	}

	.seasons-banner-container .item {
		flex: 0 0 18%;
		transition: 0.5s;
	}
	.seasons-banner-container .item:hover {
		flex: 1;
	}

}
@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;
	}
	.owl-theme .owl-controls {
		bottom: -15%;
	}
}
@media only screen and (max-width: 360px) {
	.testimonial .title,
	.testimonial .post {
		font-size: 16px;
	}
	.owl-theme .owl-controls {
		bottom: -12%;
	}
}

/* ---------- Base / Desktop ---------- */
.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: #0B4043;
	font-weight: 500;
	transform: scale(1.02);
	text-decoration: underline;
}
.blog-banner img {
	width: 100%;
}
.single-blog img {
	width: 100%;
	margin: auto;
	display: block;
}
/*  */

.faq-section {
	max-width: 800px;
	margin: auto;
	background: #fff;
	border: 1px solid #ddd;
	font-family: var(--primary-font-family);
}
.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 {
	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-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;
}
/*  */
/* ---------- Tablet & Down (≤991px) ---------- */
@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;
	}
}
