.breadcrumbs.overlay {
	position: relative;
	padding: 60px 0;
	background: linear-gradient(135deg, #3d8345, #3d8345);
	overflow: hidden;
}
.breadcrumbs.overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/img/bg.jpg) no-repeat scroll center center;
    background-size: cover;
	opacity: 0.5;
}
.bread-inner {
	text-align: center;
	position: relative;
}
.bread-menu {
	margin-bottom: 10px;
}
.bread-menu ul {
	display: inline-flex;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border-radius: 50px;
	padding: 8px 20px;
	list-style: none;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.bread-menu ul li {
	display: inline-block;
	position: relative;
	margin: 0 5px;
}
.bread-menu ul li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
}
.bread-menu ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	padding: 0 10px;
	position: relative;
	transition: all 0.3s ease;
	font-family: "Barlow Semi Condensed", sans-serif;
	letter-spacing: 1px;
}
.bread-menu ul li a:hover {
	color: #fff;
}
.bread-menu ul li a::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transition: width 0.3s ease;
}
.bread-menu ul li a:hover::after {
	width: 100%;
}
.bread-title h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	margin: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	position: relative;
	display: inline-block;
	font-family: "Barlow Semi Condensed", sans-serif;
	letter-spacing: 1px;
}
 /* Modern Footer Styling with Glassmorphism */
.fc-footer {
	position: relative;
	background: linear-gradient(135deg, #3d8548, #3d8548, #3d8548);
	color: #fff;
	overflow: hidden;
	padding-top: 50px;
}
/* Animated background elements */
.fc-footer::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: 
		radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 10%),
		radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.08) 0%, transparent 15%),
		radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.06) 0%, transparent 12%);
	animation: shimmer 20s linear infinite;
	z-index: 1;
	pointer-events: none;
}
@keyframes shimmer {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/* Footer content styling */
.fc-footer-contact-info,
.fc-footer-link {
	padding: 0px 0 40px;
	position: relative;
}
/* Heading styles with animated underline */
.fc-footer h5 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.fc-footer h5::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 40px;
	height: 4px;
	background: linear-gradient(90deg, #18b330, #01f928);
	border-radius: 2px;
	transition: width 0.3s ease;
}
.fc-footer-contact-info:hover h5::after,
.fc-footer-link:hover h5::after {
	width: 80px;
}
/* Paragraph styling */
.fc-footer p {
	font-size: 20px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 20px;
	font-family: "Barlow Semi Condensed", sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
}
/* Links section styling */
.fc-footer-link ul {
	list-style: none;
	vertical-align: top;
	padding: 0;
}
.fc-footer-link ul li {
	margin-bottom: 15px;
	transform: translateX(0);
	transition: transform 0.3s ease;
	font-family: "Barlow Semi Condensed", sans-serif;
	letter-spacing: 1px;
}
.fc-footer-link ul li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 20px;
	position: relative;
	padding-left: 0;
	transition: all 0.3s ease;
	display: inline-block;
}
.fc-footer-link ul li a::before {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, #18b330, #01f928);
	transition: width 0.3s ease;
}
.fc-footer-link ul li:hover {
	transform: translateX(8px);
}
.fc-footer-link ul li:hover a {
	color: #fff;
}
.fc-footer-link ul li:hover a::before {
	width: 100%;
}
/* Contact info styling */
.fc-footer-contact-info ul {
	list-style: none;
	padding: 0;
}
.fc-footer-contact-info ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
	transition: transform 0.3s ease;
	font-family: "Barlow Semi Condensed", sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
}
.fc-footer-contact-info ul li:hover {
	transform: translateY(-5px);
}
.fc-footer-contact-info ul li b {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	margin-right: 15px;
	color: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	flex-shrink: 0;
	overflow: hidden;
}
.fc-footer-contact-info ul li b::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #18b330, #01f928);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}
.fc-footer-contact-info ul li:hover b {
	transform: rotate(10deg);
}
.fc-footer-contact-info ul li:hover b::before {
	opacity: 1;
}
.fc-footer-contact-info ul li span {
	color: rgba(255, 255, 255, 0.8);
	padding-top: 3px;
	font-size: 20px;
}
.fc-footer-contact-info ul li span a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s ease;
	position: relative;
	display: inline-block;
	font-family: "Barlow Semi Condensed", sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
}
.fc-footer-contact-info ul li span a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: width 0.3s ease;
}
.fc-footer-contact-info ul li span a:hover {
	color: #fff;
}
.fc-footer-contact-info ul li span a:hover::after {
	width: 100%;
}
/* Footer bottom section */
.fc-footer-bottom {
	position: relative;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(10px);
	padding: 15px 0;
	z-index: 3;
}
.fc-text-white {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
	margin: 0;
}
/* Back to top button with animation */
.fc-back-to-top {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: linear-gradient(135deg, #000000, #000000);
	color: #fff;
	border-radius: 50%;
	text-decoration: none;
	float: right;
	box-shadow: 0 5px 15px rgb(0 0 0 / 40%);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
.fc-back-to-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	transition: transform 0.5s ease;
	transform: skewX(-15deg);
}
.fc-back-to-top:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(255, 126, 95, 0.6);
}
.fc-back-to-top:hover::before {
	transform: translateX(200%) skewX(-15deg);
}
.fc-back-to-top i {
	font-size: 1.2rem;
	transition: transform 0.3s ease;
}
.fc-back-to-top:hover i {
	transform: translateY(-3px);
}
/* Custom scrollbar for the footer */
.fc-footer::-webkit-scrollbar {
	width: 8px;
}
.fc-footer::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
}
.fc-footer::-webkit-scrollbar-thumb {
	background: linear-gradient(to bottom, #ff7e5f, #feb47b);
	border-radius: 10px;
}
/* Floating Contact Buttons CSS */
.contact-buttons {
	position: fixed;
	bottom: 50px;
	left: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 1000;
}
.contact-buttons a {
	color: white;
	font-size: 15px;
	padding: 10px 10px;
	border-radius: 50px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	text-align: center;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	width: 125px;
	text-decoration: none;
	transition: transform 0.3s ease;
	letter-spacing: 1px;
}
.contact-buttons a.call-button {
	background-color: #000000;
}
.contact-buttons a.whatsapp-button {
	background-color: #25D366;
}
.contact-buttons a i {
	margin-right: 10px;
}
.contact-buttons a:hover {
	transform: scale(0.95);
}