/**** Main Style ****/

/* Light (300) */
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* Book (400) */
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-BookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Roman (400 alternative, sometimes used as Regular) */
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Medium (500) */
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd';
  src: url('../fonts/AvenirLTStd-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Heavy (700) */
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-HeavyOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* Black (900) */
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-BlackOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* Default Oblique (maps to Regular Oblique if needed) */
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

body {
  font-family: 'AvenirLTStd', Arial, sans-serif;
  font-weight: 400;
}

h1, h2, h3 {
  font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
}

.primary-color {
	color: #32267F;
}
.secondary-color {
	color: #585959;
}
.tertiary-color {
	color: #7f94fe;
}

.img-shadow {
	box-shadow: 0 5px 3px #00000040;
}

.z-9999 {
	z-index: 9999;
}

.max-w-200 {
	max-width: 200px;
}
.max-w-300 {
	max-width: 300px;
}

.max-w-40 {
	max-width: 40px;
}

.fw-900 {
	font-weight: 900;
}

.adepts-btn {
	background-color: #32267F;
	border: none;
	border-radius: 10px;
	color: #fff;
	line-height: 24px;
	font-size: 16px;
	padding: 10px 25px;
}

.adepts-btn:hover {
	background-color: #1a1440;
	color: #ffffff;
}

.adepts-btn-lg {
	background-color: #32267F;
	border: none;
	color: #fff;
	line-height: 24px;
	font-size: 18px;
	padding: 15px 30px;
}

.adepts-btn-lg:hover {
	background-color: #1a1440;
	color: #ffffff;
}

.adepts-btn-2 {
	background-color: #ffffff;
	border: none;
	border-radius: 8px;
	color: #32267F;
	line-height: 24px;
	font-size: 16px;
	margin-right: 5px;
	padding: 10px 30px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.adepts-btn-2:hover {
  background-color: #32267F;
  color: #ffffff;
}

.adepts-btn-light {
	background-color: transparent;
	border: 1px solid #7f94fe;
	border-radius: 8px;
	color: #7f94fe;
	line-height: 24px;
	font-size: 16px;
	padding: 10px 30px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.adepts-btn-light:hover {
  background-color: #32267F;
  color: #ffffff;
}

.adepts-btn-white {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	background-color: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 10px 30px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.adepts-btn-white:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #32267F;
}

.adepts-btn-white-fill {
	display: inline-block;
	font-size: 18px;
	background-color: #ffffff;
	border: none;
	color: #32267F;
	padding: 12px 25px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.adepts-btn-white-fill:hover {
	background-color: #32267F;
	color: #ffffff;
}

.sub-heading {
	color: #2563eb;
	font-size: 22px;
	font-weight: 500;
}
.sec-heading {
	font-size: 44px;
	font-weight: 900;
	letter-spacing: -1px;
}
.sec-text {
	font-size: 20px;
	font-weight: 400;
	max-width: 850px;
	display: block;
	margin: 0 auto;
}

/* Header */

.navbar {
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.navbar.scrolled {
	margin-top: 0px !important;
}
.navbar.scrolled,
.nav-active-bg{
	background-color: #fff !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-brand img {
	max-width: 300px;
	transition: max-width 0.3s ease;
}
.navbar.scrolled .navbar-brand img {
	max-width: 200px;
}

.navbar .nav-link {
	color: #32267F;
	margin: 0 5px;
	padding: 26px 8px 27px !important;
}
.navbar.scrolled .nav-link {
	padding: 18px 8px 18px !important;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item.active .nav-link {
	color: #7e93cd;
}

.nav-item.dropdown .dropdown-toggle::after {
	margin-left: 6px;
	vertical-align: 2px;
}
.nav-item.dropdown:hover .dropdown-toggle::after {
	transform: rotate(180deg);
	vertical-align: 3px;
}

.mega-dropdown {
	position: static !important;
}

.mega-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100vw;
	background: #32267f;
	color: #ffffff;
	border: none;
	border-radius: 0;
	z-index: 9999;
	padding: 40px 0;
	margin: 0;
	transform: translateX(calc((100% - 100vw) / 2));
}

.mega-menu h5 {
	font-size: 30px;
	font-weight: 800;
}
.mega-menu p {
	font-weight: 300;
}
.mega-menu .adepts-btn-white-fill {
	font-weight: 500;
}
.mega-menu .adepts-btn-white-fill:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.mega-links li {
	border-bottom: 1px solid #ffffff;
	padding: 6px 10px;
}
.mega-links li:first-child {
	border-top: 1px solid #ffffff;
}

.mega-links li a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}
.mega-links li a:hover {
	color: #c0c8e8;
}
.mega-links li a::after {
	content: "\f105";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-size: 16px;
	transition: transform 0.3s ease;
}
.mega-links li a:hover::after {
	transform: translateX(4px);
}

.spotlight-links li {
	padding: 4px 0px;
}
.spotlight-links li a{
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 17px;
	font-weight: 500;
}

.nav-item.dropdown .dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
	pointer-events: none;
}

.nav-item.dropdown:hover > .dropdown-menu,
.nav-item.dropdown:focus-within > .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.nav-item.dropdown ul.dropdown-menu{
	border: none;
	border-radius: 0px 0px 5px 5px;
}
.nav-item.dropdown .dropdown-item {
  color: #32267F;
}
.nav-item.dropdown .dropdown-item:focus,
.nav-item.dropdown .dropdown-item:hover {
  color: #7e93cd;
  background-color: transparent;
}

.top-nav-space {
	margin-top: 77px;
}

/* Footer */

footer {
  background-color: #f5f7fc;
}

.footer-logo-image {
	max-width: 300px;
}

.footer-content p {
	max-width: 550px;
	font-size: 18px;
	line-height: 1.4;
}

.footer-links .footer-links-heading {
	font-size: 20px;
	font-weight: 800;
}
.footer-links ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}
.footer-links ul li a {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}
.footer-links ul li a:hover {
	color: #7e93cd;
}

.footer-contact-heading {
	font-weight: 900;
	font-size: 32px;
	margin-top: -20px;
	padding-right: 5rem;
}

.footer-contacts .contact-icon img {
	max-width: 25px;
}

.footer-contacts .contact-box .office-name {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 4px;
}
.footer-contacts .contact-box address {
	margin-bottom: 0.375rem
}
.footer-contacts .contact-box p a {
	display: block;
	font-weight: 500;
}

.footer-icon {
	width: 50px;
	height: 50px;
	font-size: 26px;
	margin: 0 4px;
	border: 3px solid;
	border-radius: 50px;
	display: inline-flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.footer-copyright {
	font-size: 20px;
	border-top: 1px solid #32267f;
}

@media (max-width: 1399px) {
	.navbar .navbar-brand img {
		max-width: 250px;
	}
	.navbar.scrolled .navbar-brand img {
		max-width: 180px;
	}
	.navbar .nav-link {
		padding: 21px 8px 22px !important;
	}
	.top-nav-space {
		margin-top: 67px;
	}
	.adepts-btn {
		padding: 8px 15px;
	}
	.adepts-btn-2 {
		padding: 8px 25px;
	}
	
	.footer-logo-image {
		max-width: 250px;
	}
	.footer-content p {
		font-size: 17px;
	}
}
@media (max-width: 1260px) {
	.navbar .navbar-brand img {
		max-width: 180px;
	}
	.navbar.scrolled .navbar-brand img {
		max-width: 170px;
	}
	.navbar .nav-link,
	.navbar.scrolled .nav-link {
		margin: 0 2px;
		padding: 16px 8px 17px !important;
	}
	
	.top-nav-space {
		margin-top: 57px;
	}
}
@media (max-width: 1120px) {
	.navbar .navbar-brand {
		margin-right: 5px;
		padding-top: 0;
	}
	.navbar .navbar-brand img {
		max-width: 150px;
	}
	.navbar.scrolled .navbar-brand img {
		max-width: 140px;
	}
	.navbar .nav-link,
	.navbar.scrolled .nav-link{
		font-size: 15px;
		padding: 15px 6px 16px !important;
	}
	.top-nav-space {
		margin-top: 54px;
	}
	.adepts-btn {
		padding: 5px 12px;
		font-size: 15px;
		border-radius: 6px;
	}
	.adepts-btn-lg {
		font-size: 17px;
		padding: 12px 24px;
	}
	
	.adepts-btn-2 {
		border-radius: 6px;
		padding: 8px 20px;
	}
}
@media (min-width: 992px) {
	.nav-item.dropdown ul.dropdown-menu{
		box-shadow: 0px 2px 2px #00000040;
	}
}
@media (max-width: 991px) {
	.navbar .navbar-brand {
		padding-top: 0.3125rem;
	}
	.navbar .navbar-brand img {
		max-width: 250px;
	}
	.navbar.scrolled .navbar-brand img {
		max-width: 180px;
	}
	.navbar-toggler {
		padding: 0;
		border: none;
		border-radius: 0px;
		margin-right: 10px;
	}
	.navbar-toggler {
		border: none;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	.navbar-toggler .fa-solid {
		font-size: 24px;
		color: #000;
	}
	
	.navbar .nav-link,
	.navbar.scrolled .nav-link{
		margin: 3px 0px;
		font-size: 16px;
		width: fit-content;
		padding: 0.5rem 0 0.5rem 12px !important;
	}
	.top-nav-space {
		margin-top: 67px;
	}
	
	.nav-item.dropdown .dropdown-menu {
		display: none;
		position: static;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}
	
	#navbarNav {
		max-height: calc(100vh - 80px);
		overflow-y: auto;
	}
	
	#navbarNav .mega-dropdown .mega-menu {
		width: 100%;
		padding: 15px 0;
	}
	#navbarNav .mega-dropdown .container {
		margin-left: 0px;
		margin-right: 0px;
		max-width: 100%;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.mega-menu h5 {
		font-size: 24px;
	}
	.mega-menu .adepts-btn-white-fill {
		font-size: 17px;
		padding: 8px 16px;
	}
	.mega-links li a {
		font-size: 16px;
		font-weight: 500;
	}
	.spotlight-links li a {
		font-size: 16px;
		font-weight: 400;
	}
	
	.nav-item.dropdown ul.dropdown-menu{
		border: none;
		background-color: #32267f;
		border-radius: 0px;
	}
	.nav-item.dropdown ul.dropdown-menu a{
		color: #ffffff;
		padding: 5px 15px !important;
	}
	
	.footer-contact-heading {
		margin-top: 20px;
		padding-right: 5rem;
	}
	
	.footer-icon {
		width: 40px;
		height: 40px;
		font-size: 20px;
		margin: 0 3px;
		border: 2px solid;
	}
	.footer-copyright {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	
	.navbar .navbar-brand img {
		max-width: 225px;
	}
	.top-nav-space {
		margin-top: 64px;
	}
	
	.sub-heading {
		font-size: 22px;
	}
	.sec-heading {
		font-size: 40px;
	}
	.sec-text {
		font-size: 18px;
	}
	
	.adepts-btn-white-fill {
		padding: 10px 20px;
	}
	
	.footer-contact-heading {
		margin-top: 30px;
		padding-right: 5rem;
	}
}
@media (max-width: 575px) {
	.adepts-btn-2 {
		border-radius: 5px;
		font-size: 15px;
		padding: 6px 16px;
		margin-bottom: 5px;
	}
	.adepts-btn-lg {
		font-size: 16px;
		padding: 10px 20px;
	}
	
	.adepts-btn-light {
		padding: 8px 24px;
	}
	
	.adepts-btn-white {
		font-size: 18px;
		padding: 6px 15px;
	}
	
	.navbar .navbar-brand img {
		max-width: 200px;
	}
	.top-nav-space {
		margin-top: 60px;
	}
	
	.sub-heading {
		font-size: 19px;
	}
	.sec-heading {
		font-size: 35px;
	}
	.sec-text {
		font-size: 17px;
	}
	
	.footer-logo-image {
		max-width: 220px;
	}
	
	.footer-content p {
		font-size: 16px;
	}
	
	.footer-contact-heading {
		font-weight: 800;
		font-size: 26px;
		padding-right: 0;
	}
	.footer-contacts .contact-box .office-name {
		font-size: 18px;
	}
	.footer-icon {
		width: 35px;
		height: 35px;
		font-size: 17px;
	}
	.footer-copyright {
		font-size: 16px;
	}
}