/* Header + footer polish (synced with index.html) */
.navbar-area .techSoft-nav,
.navbar-area .techSoft-responsive-nav {
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: none;
	box-shadow: none !important;
}

.navbar-area,
.navbar-area.is-sticky,
.techSoft-nav.techSoft-fixed-nav.scroll-to-fixed-fixed {
	box-shadow: none !important;
}

.navbar-area .navbar {
	min-height: 84px;
}

.navbar-area .navbar-brand img {
	max-height: 40px;
	width: auto;
}

.navbar-area .navbar-nav .nav-item {
	margin: 0 6px;
}

.navbar-area .navbar .nav-link {
	padding: 10px 8px !important;
	font-size: 16px;
	font-weight: 700;
	color: #142a52 !important;
	position: relative;
	transition: color 0.22s ease;
}

.navbar-area .navbar .nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	background: #ffc107;
	transition: width 0.22s ease;
}

.navbar-area .navbar .nav-link:hover,
.navbar-area .navbar .nav-link:focus {
	color: #0e57c2 !important;
}

.navbar-area .navbar .nav-link:hover::after,
.navbar-area .navbar .nav-link:focus::after,
.navbar-area .navbar .nav-link.active::after {
	width: 100%;
}

.navbar-area .dropdown-menu {
	border: 1px solid #e6ecf7;
	border-radius: 12px;
	padding: 8px;
	box-shadow: 0 14px 30px rgba(15, 43, 91, 0.14);
}

.navbar-area .dropdown-menu .nav-link {
	border-radius: 8px;
	padding: 10px 12px !important;
}

.navbar-area .dropdown-menu .nav-link:hover {
	background: #f4f8ff;
}

.navbar-area .dropdown-menu .nav-link::after {
	left: 12px;
	bottom: 4px;
}

.navbar-area .dropdown-menu .nav-link:hover::after,
.navbar-area .dropdown-menu .nav-link:focus::after,
.navbar-area .dropdown-menu .nav-link.active::after {
	width: calc(100% - 24px);
}

.footer-area {
	background: linear-gradient(140deg, #101b3d 0%, #172558 58%, #1a2d68 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-area .footer-box-item {
	position: relative;
}

.footer-area .title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 18px !important;
	font-size: 18px !important;
}

.footer-area .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 2px;
	background: linear-gradient(90deg, #ffc107 0%, rgba(255, 193, 7, 0.25) 100%);
	border-radius: 99px;
}

.footer-area p,
.footer-area .footer-nav-links a {
	color: rgba(255, 255, 255, 0.86) !important;
}

.footer-area .footer-nav-links a {
	display: inline-flex;
	align-items: center;
	transition: transform 0.2s ease, color 0.2s ease;
}

.footer-area .footer-nav-links a::before {
	content: ">";
	font-size: 11px;
	margin-right: 8px;
	color: #ffc107;
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-area .footer-nav-links a:hover {
	color: #ffffff !important;
	transform: translateX(4px);
}

.footer-area .footer-nav-links a:hover::before {
	opacity: 1;
	transform: translateX(0);
}

.footer-social-icon li {
	margin-right: 10px;
}

.footer-social-icon li a {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.22);
	transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.footer-social-icon li a:hover {
	background: rgba(255, 193, 7, 0.16);
	border-color: rgba(255, 193, 7, 0.65);
	transform: translateY(-3px);
}

.footer-area .row.mt-8 {
	margin-top: 30px !important;
	padding-top: 20px !important;
}

@media (max-width: 991px) {
	.navbar-area .navbar {
		min-height: 72px;
	}

	.navbar-area .navbar-brand img {
		max-height: 34px;
	}

	.footer-area {
		padding-top: 54px !important;
		padding-bottom: 32px !important;
	}
}

@media (max-width: 767px) {
	.footer-area .footer-box-item {
		margin-bottom: 24px;
	}
}
