/* Footer Main Styles */
.fk-footer-image {
	background: linear-gradient(135deg, #0f172a 0%, #1a2744 50%, #1e3a5f 100%);
	color: #ffffff;
	position: relative;
	overflow: hidden;
}
.fk-footer-image::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(233, 69, 96, 0.08) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}
.fk-footer-image::after {
	content: '';
	position: absolute;
	bottom: -30%;
	left: -10%;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.06) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}
/* Footer Top Section */
.fk-footer-top {
	padding: 60px 0 40px;
	position: relative;
	z-index: 1;
}
/* Widget Styles */
.fk-widget {
	margin-bottom: 30px;
}
.fk-widget h2 {
	font-size: 20px;
	font-weight: 700;
	color: #efefef;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: relative;
	padding-bottom: 12px;
}
.fk-widget h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: linear-gradient(90deg, #dddddd, #3b82f6);
	border-radius: 2px;
}
.fk-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fk-widget ul li {
	margin-bottom: 12px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.fk-widget ul li:hover {
	transform: translateX(6px);
}
.fk-widget ul li a {
	color: #cbd5e1;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 10px;
	letter-spacing: 1px;
}
.fk-widget ul li a:hover {
	color: #3b82f6;
}
.fk-widget ul li a i {
	color: #e94560;
	font-size: 14px;
	width: 20px;
	transition: all 0.3s ease;
}
.fk-widget ul li a:hover i {
	color: #3b82f6;
}
/* Contact Info Styles (4th column) */
.col-md-4:last-child .fk-widget li {
	list-style: none;
	margin-bottom: 15px;
	color: #cbd5e1;
	font-size: 16px;
	letter-spacing: 1px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	line-height: 1.6;
	transition: all 0.3s ease;
}
.col-md-4:last-child .fk-widget li:hover {
	color: #e0f2fe;
}
.col-md-4:last-child .fk-widget li a {
	color: #cbd5e1;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 12px;
	transition: all 0.3s ease;
}
.col-md-4:last-child .fk-widget li a:hover {
	color: #3b82f6;
}
.col-md-4:last-child .fk-widget li i {
	color: #27b4ca;
	font-size: 16px;
	min-width: 20px;
	margin-top: 3px;
	transition: all 0.3s ease;
}
.col-md-4:last-child .fk-widget li a:hover i {
	color: #3b82f6;
}
/* Social Links */
.fk-social-links {
	margin-top: 25px;
}
.fk-social-links h2 {
	font-size: 18px;
	font-weight: 700;
	color: #27b4ca;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: relative;
	padding-bottom: 12px;
}
.fk-social-links h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: linear-gradient(90deg, #efefef, #3b82f6);
	border-radius: 2px;
}
.fk-social-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 15px;
}
.fk-social-links ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: rgb(255 255 255 / 10%);
	border: 1.5px solid rgb(255 255 255 / 30%);	
	border-radius: 50%;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
}
.fk-social-links ul li a::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(233, 69, 96, 0.2), rgba(59, 130, 246, 0.2));
	opacity: 0;
	transition: opacity 0.3s ease;
}
.fk-social-links ul li a:hover {
	background: linear-gradient(135deg, #e94560, #3b82f6);
	color: #ffffff;
	border-color: transparent;
	transform: translateY(-6px);
	box-shadow: 0 15px 35px rgba(233, 69, 96, 0.2);
}
/* Disclaimer Section */
.fk-footer-dis {
	background: rgba(0, 0, 0, 0.2);
	padding: 40px 0;
	position: relative;
	z-index: 1;
	border-top: 1px solid rgba(59, 130, 246, 0.15);
	backdrop-filter: blur(10px);
}
.fk-footer-dis h5 {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.fk-footer-dis p {
	color: #dddddd;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.fk-footer-dis a {
	color: #27b3ca;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 15px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: 700;
}
.fk-footer-dis p:last-child {
	margin-bottom: 0;
}
/* Footer Bottom */
.fk-footer-bottom {
	background: linear-gradient(90deg, rgba(15, 23, 42, 0.5), rgba(30, 58, 95, 0.5));
	padding: 20px 0;
	position: relative;
	z-index: 1;
	border-top: 1px solid rgba(59, 130, 246, 0.15);
}
.fk-text-center {
	text-align: center;
}
.fk-footer-bottom p {
	color: #e1e1e1;
	font-size: 20px;
	margin: 0;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 500;
}
/* Responsive Styles */
@media (max-width: 991px) {
	.fk-footer-top {
		padding: 40px 0 20px;
	}
}
@media (max-width: 767px) {
	.fk-footer-image{
		margin-bottom: 82px;
	}
	.fk-widget h2 {
        font-size: 16px;
	}
	.fk-social-links ul {
        justify-content: center;
	}
	.fk-footer-dis p {
        font-size: 15px;
	}
	.fk-footer-bottom p {
		font-size: 18px;
	}
	.map-cont {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

/* Back to Top Button */
.back-to-top-btn {
	position: fixed;
	bottom: 40px;
	left: 30px;
	width: 50px;
	height: 50px;
	border: 2px solid #c9a227;
	background: #fff;
	color: #c9a227;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	transition: all 0.3s ease;
	z-index: 999;
	box-shadow: 0 4px 15px rgba(26, 54, 93, 0.3);
}

.back-to-top-btn:hover {
	background: linear-gradient(135deg, #2c5282 0%, #1a365d 100%);
	border-color: #ffffff;
	color: #ffffff;
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(26, 54, 93, 0.5);
}

.back-to-top-btn.show {
	display: flex;
}

@media (max-width: 768px) {
	.back-to-top-btn {
		bottom: 80px;
		right: 15px;
		width: 45px;
		height: 45px;
	}
}