﻿/*=================================
        HV FOOTER SOCIAL
==================================*/

.hv-footer-social {
	margin-top: 18px;
}

.hv-social-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.hv-follow-text {
	width: 100%;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 6px;
}

	.hv-follow-text i {
		color: #ffc107;
	}

.hv-social-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .35s;
	border: 1px solid rgba(255,255,255,.08);
}

	.hv-social-icon img {
		width: 19px;
		width: 16px;
		height: 16px;
		object-fit: contain;
	}

	.hv-social-icon:hover {
		background: #00d2ff;
		transform: translateY(-7px) scale(1.08);
		box-shadow: 0 15px 30px rgba(0,210,255,.35);
	}

	.hv-social-icon:last-child img {
		width: 22px;
		height: auto;
	}

	

@media(max-width:767px) {

	footer {
		padding-top: 30px !important;
		padding-bottom: 20px !important;
	}

	.footer-logo-card {
		display: block;
		text-align: center;
	}

	.footer-logo-bg {
		margin: auto;
		min-width: 150px;
		padding: 10px 15px;
	}

		.footer-logo-bg img {
			width: 120px;
		}

	.footer-about {
		max-width: 100%;
		text-align: center;
		font-size: 13px;
	}

	.hv-footer-social {
		text-align: center;
	}

	.hv-social-row {
		justify-content: center;
	}

	.hv-follow-text {
		text-align: center;
	}

	.footer-title {
		font-size: 19px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 22px;
		position: relative;
		padding-bottom: 12px;
		letter-spacing: .5px;
	}

		.footer-title:after {
			content: "";
			position: absolute;
			left: 0;
			bottom: 0;
			width: 45px;
			height: 3px;
			border-radius: 10px;
			background: linear-gradient(90deg,#00d2ff,#8b5cf6);
		}

	.footer-links a {
		color: rgba(255,255,255,.78);
		text-decoration: none;
		display: inline-flex;
		align-items: center;
		transition: .35s;
		font-size: 15px;
	}

	.footer-links li {
		margin-bottom: 13px;
	}

	.footer-links i {
		color: #00d2ff;
		margin-right: 10px;
		transition: .35s;
	}

	.footer-links a:hover {
		color: #fff;
		padding-left: 10px;
	}

		.footer-links a:hover i {
			transform: translateX(6px);
			color: #ffd54f;
		}

	.footer-contact li {
		display: flex;
		align-items: flex-start;
		gap: 14px;
		margin-bottom: 18px;
		color: rgba(255,255,255,.82);
	}

	.footer-contact i {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: rgba(255,255,255,.08);
		display: flex;
		justify-content: center;
		align-items: center;
		color: #00d2ff;
		flex-shrink: 0;
	}
	footer hr {
		border-color: rgba(255,255,255,.08);
		margin: 45px 0 25px;
	}

	.footer-bottom {
		padding-top: 10px;
		font-size: 14px;
		color: rgba(255,255,255,.75);
	}

	footer .small {
		font-size: 12px;
	}
}
.footer-logo-box {
	position: relative;
	display: inline-flex;
	padding: 20px 28px;
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 20px;
}

	.footer-logo-box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient( 135deg, #f3ecff 0%, #f3ecff 50%, transparent 50%, transparent 100% );
	}

	.footer-logo-box img {
		width: 160px;
		position: relative;
		z-index: 2;
	}
/*================ FOOTER LOGO =================*/

.footer-logo-card {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

	/* Purple shadow plate */

	.footer-logo-card::before {
		content: "";
		position: absolute;
		left: 12px;
		top: 12px;
		width: 100%;
		height: 100%;
		background: linear-gradient(135deg,#8b5cf6,#6d28d9);
		border-radius: 18px;
		z-index: 0;
		transform: rotate(-4deg);
		opacity: .9;
	}

/* White card */

.footer-logo-bg {
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 18px;
	padding: 18px 26px;
	min-width: 220px;
	min-height: 78px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(0,0,0,.18);
}

	/* Diagonal Light Design */

	.footer-logo-bg::before {
		content: "";
		position: absolute;
		left: -35px;
		top: 0;
		width: 120px;
		height: 100%;
		background: #f5efff;
		transform: skewX(-35deg);
	}

	/* Logo */

	.footer-logo-bg img {
		position: relative;
		z-index: 2;
		width: 155px;
	}

/* About */

.footer-about {
	color: rgba(255,255,255,.82);
	font-size: 15px;
	line-height: 1.9;
	max-width: 280px;
}
/* Hover */

.footer-logo-card:hover {
	transform: translateY(-5px);
	transition: .35s;
}

	.footer-logo-card:hover .footer-logo-bg {
		box-shadow: 0 22px 45px rgba(0,0,0,.28);
	}
/*================ FOOTER =================*/

.footer-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 22px;
}

/*================ LINKS =================*/
footer {
	background: linear-gradient(135deg,#2a1553 0%,#3c216f 55%,#241047 100%);
	position: relative;
	overflow: hidden;
}

	footer::before {
		content: "";
		position: absolute;
		top: -120px;
		right: -120px;
		width: 320px;
		height: 320px;
		background: rgba(255,255,255,.04);
		border-radius: 50%;
	}

	footer::after {
		content: "";
		position: absolute;
		bottom: -140px;
		left: -140px;
		width: 280px;
		height: 280px;
		background: rgba(255,255,255,.03);
		border-radius: 50%;
	}

	footer .container-fluid {
		max-width: 1350px;
		margin: auto;
	}

	footer .row {
		row-gap: 22px;
	}

.footer-logo-bg {
	background: #fff;
	border-radius: 18px;
	padding: 18px 24px;
	box-shadow: 0 18px 45px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.7);
}

	.footer-logo-bg img {
		width: 135px;
	}

.footer-logo-card::before {
	left: 8px;
	top: 8px;
}

footer h6 {
	font-size: 17px;
	margin-bottom: 14px;
	font-weight: 700;
}

footer ul li {
	margin-bottom: 8px;
}

footer p {
	line-height: 1.7;
	color: rgba(255,255,255,.85);
	margin-top: 12px;
	margin-bottom: 0;
}

.footer-link {
	transition: .3s;
}

	.footer-link:hover {
		color: #ffd54f !important;
	}

footer hr {
	opacity: .15;
}

.footer-links li {
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.footer-links a {
	font-size: 14px;
}

.footer-links i {
	color: #9b5cff;
	transition: .35s;
}

.footer-links a:hover {
	color: #d9c7ff;
	padding-left: 8px;
}

	.footer-links a:hover i {
		transform: translateX(5px);
	}

/*================ CONTACT =================*/

.footer-contact li {
	gap: 12px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.6;
}

.footer-contact i {
	width: 34px;
	height: 34px;
	font-size: 14px;
}

.footer-contact li:hover i {
	background: #8b5cf6;
	transform: scale(1.12);
}

.footer-about.elegant-italic {
	font-family: 'Lora', serif;
	font-size: 15px;
	font-style: italic;
	line-height: 1.9;
	color: rgba(255,255,255,.92);
	letter-spacing: .2px;
}