/* Modern Footer Redesign */

/* Footer Container */
#footer {
	background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%) !important;
	color: #ffffff !important;
	padding: 0 !important;
	position: relative !important;
	overflow: hidden !important;
}

/* Footer Background Pattern */
#footer::before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	background-image: 
		radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
		radial-gradient(circle at 80% 20%, rgba(118, 75, 162, 0.1) 0%, transparent 50%),
		radial-gradient(circle at 40% 40%, rgba(255, 216, 155, 0.05) 0%, transparent 50%) !important;
	pointer-events: none !important;
}

/* Main Footer Content */
.footer-content {
	padding: 4rem 0 3rem !important;
	position: relative !important;
	z-index: 2 !important;
}

/* Footer Logo */
.footer-logo {
	font-size: 2rem !important;
	font-weight: 900 !important;
	letter-spacing: 3px !important;
	text-transform: uppercase !important;
	margin-bottom: 1.5rem !important;
	display: inline-block !important;
}

.footer-logo-gradient {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
}

.footer-logo-accent {
	background: linear-gradient(to right, #ffd89b, #ffcf1b) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
}

/* Footer Sections */
.footer-widgets {
	display: flex !important;
	justify-content: space-between !important;
	gap: 3rem !important;
	margin-bottom: 3rem !important;
	padding: 0 15px !important;
}

.footer-widget {
	flex: 1 !important;
}

.footer-widget h4 {
	color: #ffffff !important;
	font-size: 1.1rem !important;
	font-weight: 700 !important;
	margin-bottom: 1.5rem !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	position: relative !important;
	padding-bottom: 0.5rem !important;
}

.footer-widget h4::after {
	content: '' !important;
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 40px !important;
	height: 3px !important;
	background: linear-gradient(to right, #667eea, #764ba2) !important;
	border-radius: 2px !important;
}

.footer-widget p,
.footer-widget li {
	color: rgba(255, 255, 255, 0.7) !important;
	line-height: 1.8 !important;
	margin-bottom: 0.5rem !important;
}

.footer-widget ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.footer-widget li {
	padding: 0.5rem 0 !important;
	transition: all 0.3s ease !important;
}

.footer-widget a {
	color: rgba(255, 255, 255, 0.7) !important;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.5rem !important;
}

.footer-widget a:hover {
	color: #ffd89b !important;
	transform: translateX(5px) !important;
}

/* Contact Info */
.contact-info {
	display: flex !important;
	flex-direction: column !important;
	gap: 1rem !important;
}

.contact-item {
	display: flex !important;
	align-items: center !important;
	gap: 1rem !important;
}

.contact-icon {
	width: 40px !important;
	height: 40px !important;
	background: rgba(255, 255, 255, 0.1) !important;
	border-radius: 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0 !important;
}

.contact-icon i {
	color: #667eea !important;
	font-size: 1.1rem !important;
}

/* Social Links */
.footer-social {
	display: flex !important;
	gap: 1rem !important;
	margin-top: 2rem !important;
}

.social-link {
	width: 45px !important;
	height: 45px !important;
	background: rgba(255, 255, 255, 0.1) !important;
	backdrop-filter: blur(10px) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 12px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #ffffff !important;
	font-size: 1.2rem !important;
	transition: all 0.3s ease !important;
	text-decoration: none !important;
}

.social-link:hover {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
	transform: translateY(-5px) !important;
	box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3) !important;
	border-color: transparent !important;
	color: #ffffff !important;
}

/* App Store Buttons */
.app-buttons {
	display: flex !important;
	flex-direction: column !important;
	gap: 1rem !important;
	margin-top: 1.5rem !important;
}

.app-button {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.75rem !important;
	padding: 0.75rem 1.25rem !important;
	background: rgba(255, 255, 255, 0.1) !important;
	backdrop-filter: blur(10px) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 12px !important;
	color: #ffffff !important;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
	font-size: 0.95rem !important;
}

.app-button:hover {
	background: rgba(255, 255, 255, 0.2) !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2) !important;
	color: #ffffff !important;
}

.app-button i {
	font-size: 1.5rem !important;
}

.app-button span {
	display: block !important;
	font-size: 0.8rem !important;
	opacity: 0.8 !important;
}

.app-button strong {
	display: block !important;
	font-size: 1rem !important;
}

/* Copyright Section */
#copyrights {
	background: rgba(0, 0, 0, 0.3) !important;
	backdrop-filter: blur(10px) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
	padding: 2rem 0 !important;
	position: relative !important;
	z-index: 2 !important;
}

#copyrights .container {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 1rem !important;
}

.copyright-text {
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 0.95rem !important;
	margin: 0 !important;
}

.copyright-links {
	display: flex !important;
	gap: 2rem !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.copyright-links a {
	color: rgba(255, 255, 255, 0.7) !important;
	text-decoration: none !important;
	font-size: 0.95rem !important;
	transition: all 0.3s ease !important;
}

.copyright-links a:hover {
	color: #ffd89b !important;
}

/* Go to Top Button Enhanced */
#gotoTop {
	position: fixed !important;
	bottom: 30px !important;
	right: 30px !important;
	width: 50px !important;
	height: 50px !important;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
	color: #ffffff !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 50% !important;
	font-size: 1.3rem !important;
	box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3) !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	z-index: 999 !important;
	opacity: 0 !important;
	visibility: hidden !important;
	border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

#gotoTop.show {
	opacity: 1 !important;
	visibility: visible !important;
}

#gotoTop:hover {
	transform: translateY(-5px) !important;
	box-shadow: 0 10px 30px rgba(102, 126, 234, 0.5) !important;
	background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
}

/* Responsive Design */
@media (max-width: 991px) {
	.footer-widgets {
		flex-direction: column !important;
		gap: 2rem !important;
	}
	
	#copyrights .container {
		flex-direction: column !important;
		text-align: center !important;
	}
	
	.copyright-links {
		flex-direction: column !important;
		gap: 1rem !important;
		text-align: center !important;
	}
}

@media (max-width: 767px) {
	.footer-content {
		padding: 3rem 0 2rem !important;
	}
	
	.footer-logo {
		font-size: 1.5rem !important;
	}
	
	.footer-social {
		justify-content: center !important;
	}
	
	.app-buttons {
		width: 100% !important;
	}
	
	.app-button {
		justify-content: center !important;
	}
	
	#gotoTop {
		bottom: 20px !important;
		right: 20px !important;
		width: 45px !important;
		height: 45px !important;
	}
}