@font-face {
    font-family: 'Adobe-Acumin-Pro-ExtraCondensed-Black';
    src:url('fonts/Adobe-Acumin-Pro-ExtraCondensed-Black.woff') format('woff'),
        url('fonts/Adobe-Acumin-Pro-ExtraCondensed-Black.woff2') format('woff2'),
        url('fonts/Adobe-Acumin-Pro-ExtraCondensed-Black.eot'),
        url('fonts/Adobe-Acumin-Pro-ExtraCondensed-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Adobe-Acumin-Pro-ExtraCondensed-Black.otf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Adobe-Acumin-Pro-ExtraCondensed-Bold';
	src:url('fonts/Adobe-Acumin-Pro-ExtraCondensed-Bold.woff') format('woff'),
		url('fonts/Adobe-Acumin-Pro-ExtraCondensed-Bold.woff2') format('woff2');
}

html {
    scroll-behavior: smooth;
}

a {
	text-decoration: none;
}

.operations {
	font-family: "Poppins", sans-serif !important;
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
	color: #000;
}

p {
	font-size: 18px;
	color: #000;
}

section {
	padding: 50px 0;
	scroll-margin-top: 4rem;
}

h1 {
	font-family: 'Adobe-Acumin-Pro-ExtraCondensed-Black';
}

.title {
	font-size: 50px;
	color: #253565;
}

nav {
	padding: 2rem 1.5rem 1.5rem;
	position: sticky;
	top: 0;
	z-index: 999;
}

nav .menu {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F0F0F0;
	box-shadow: 0px 4px 4px 0px #2535655E;
	border-radius: 10px;
	height: auto;
}

nav ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	margin: 0;
	align-items: center;
}

nav ul li {
	margin: 0 15px;
}

nav a {
	font-family: "Inter", sans-serif;
	color: #253565;
	text-decoration: none;
	padding: 5px 0;
	transition: background-color 0.3s ease, color 0.3s ease;
	font-size: 17px;
	font-weight:500;
	text-transform: uppercase;
	display: block;
}

nav a:hover,
nav a.active {
	text-decoration: underline;
	color: #13d1ff;
}

.navbar-toggler {
	border: none !important;
    font-size: 29px !important;
    color: #253565 !important;
}

.navbar-toggler:focus {
	box-shadow: unset !important;
	color: #13d1ff;
}

.navbar-toggler:focus i {
	color: #13d1ff !important;
}

/* Keep logo sizing consistent */
.logo {
	max-width: 200px;
	padding: 1rem 0.25rem;
}

footer {
	padding: 60px 0 15px;
	background-color: #253565;
	color: white;
	position: relative;
	bottom: 0;
	width: 100%;	
}

footer p {
	color: #fff;
	font-size: 16px;
}

footer ul {
	list-style-type: none;
	padding-left: 0;
}

footer ul li {
	padding: 5px 0;
	display: flex;
	font-size: 16px;
	font-family: "Inter", sans-serif;
	justify-content: center;
}

footer a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-family: "Inter", sans-serif;
}

footer ul li i {
	flex-shrink: 0;
	line-height: 24px !important;
	margin-right: 10px;
}

footer a:hover {
	color: #13d1ff;
}

.copyright {
	font-size: 15px;
	border-top: 1px solid #c0c0c03b;
	font-family: "Inter", sans-serif;
}

.title {
    font-size: 55px;
    font-family: 'Adobe-Acumin-Pro-ExtraCondensed-Bold';
    color: #000;
}

.back-to-top-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	background-color: #13d1ff;
	color: #253565;
	border: none;
	z-index: 999;	
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}

.navbar-nav {
	align-items: start;
	padding-bottom: 2rem;
	padding-left: 0.5rem !important;
}

@media (min-width: 992px) {
	.logo {
		padding: 0;
		max-width: 250px;
	}

	nav .menu {
		border-radius: 15px;
	}

	.navbar-nav {
		align-items: center;
		padding-bottom: 0;
		padding-left: 0 !important;
	}

	nav a {
		padding: 20px 0;
	}

	footer ul li {
		justify-content: flex-start;
	}
}

@media (min-width: 1110px) {
	nav a {
		padding: 20px 15px;
	}
}
