html,
body {
	background-color: #ffffff;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif !important;
}

.navbar-nav .nav-item .nav-link {
	border-radius: 15px 15px 15px 15px;
	/*transition: background-color 0.3s ease;*/
	width: 160px;
	text-align: center;
	line-height: 20px;
	padding: 5px;
	font-size: 1.4rem;
	color: #2B3A67;
}

.navbar-nav .nav-item:hover .nav-link {
	background-color: #7ADFBB;
	color: #ffffff;
}

.nav-item.dropdown:hover .nav-link::after {
	transform: rotate(180deg);
}

/* Add this CSS for spacing to the left of the navbar brand */
.navbar-brand {
	margin-left: 20px;
	margin-bottom: 10px;
}

/* Add this CSS for dropdown menu */
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu .dropdown-item {
	font-size: 1.4rem;
	padding: 10px;
	text-decoration: none;
	color: #333;
	transition: background-color 0.3s;
}

.navbar-nav>li>.dropdown-menu a:hover {
	background-color: #7ADFBB;
	color: #ffffff;
}

.navbar>.navbar-nav>li>.navbar-right {
	margin-left: 50px;
}

.nav-background {
	background-color: #2B3A67;
}

@media (min-width: 1200px) and (max-width: 1900px) {
	.navbar-brand {
		width: "190px";
		height: "50px";
	}

	.h-cont {
		position: relative;
		width: auto !important;
	}

	.accordion-body {
		font-size: 1.5rem;
	}

	.accordion-button {
		font-size: 1.3rem;
	}
}

@media (min-width: 370px) and (max-width: 1200px) {
	.navbar-brand {
		width: "130px";
		height: "50px";
	}

	.accordion-body {
		font-size: 1.3rem;
	}

	.accordion-button {
		font-size: 1.1rem;
	}

	.title {
		font-size: 1.4rem;
	}
}

@media (max-width: 950px) {
	.navbar-collapse .nav-item .nav-link {
		justify-content: flex-end;
		width: 150px;
		margin-left: 30px;
		text-align: left;
	}

	.navbar-collapse>.nav-item>li>.dropdown-item {
		justify-content: flex-end;
		font-size: 1.4rem;
		width: 150px;
		margin-left: 20px;
		text-align: left;
	}
}

/*#footer-section {
    position: relative;
    bottom: 0;
    width: 100%;
  }*/

/*------------------------------------- TITLE SECTION --------------------------------------------*/
.h-cont {
	width: 595px;
	padding-left: 20px;
}

.title {
	font-weight: 600;
	color: #2B3A67 !important;
}

.group {
	font-weight: 500;
	font-size: 1.5rem;
	color: #FFA630;
}

/*------------------------------------- SEARCH SECTION --------------------------------------------*/
* {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	--bg: #e3e4e8;
	--fg: #17181c;
	--input: #ffffff;
	--primary: #255ff4;
	--dur: 1s;
}

input {
	color: var(--fg);
	font: 1em/1.5 Hind, sans-serif;
}

form,
input,
.caret {
	margin: auto;
}

form {
	position: relative;
	width: 100%;
	max-width: 17em;
}

input,
.caret {
	display: block;
	transition: all calc(var(--dur) * 0.5) linear;
}

input {
	background: transparent;
	border-radius: 50%;
	box-shadow: 0 0 0 0.25em inset;
	caret-color: var(--primary);
	width: 2em;
	height: 2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input:focus,
input:valid {
	background: var(--input);
	border-radius: 0.25em;
	box-shadow: #17181c 0 0 0 0.15em inset;
	padding: 0.75em 1em;
	transition-duration: calc(var(--dur) * 0.25);
	transition-delay: calc(var(--dur) * 0.25);
	width: 100%;
	height: 3em;
}

input:focus {
	animation: showCaret var(--dur) steps(1);
	outline: #17181c;
}

input:focus+.caret,
input:valid+.caret {
	animation: handleToCaret var(--dur) linear;
	background: #17181c;
	width: 1px;
	height: 1.5em;
	transform: translate(0, -1em) rotate(-180deg) translate(7.5em, -0.25em);
}

input::-webkit-search-decoration {
	-webkit-appearance: none;
}

label {
	color: #e3e4e8;
	overflow: hidden;
	position: absolute;
	width: 0;
	height: 0;
}

.caret {
	background: currentColor;
	border-radius: 0 0 0.125em 0.125em;
	margin-bottom: -0.6em;
	width: 0.25em;
	height: 1em;
	transform: translate(0, -1em) rotate(-45deg) translate(0, 0.875em);
	transform-origin: 50% 0;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
	:root {
		--bg: #17181c;
		--fg: #e3e4e8;
		--input: #2e3138;
		--primary: #5583f6;
	}
}

/* Animations */
@keyframes showCaret {
	from {
		caret-color: transparent;
	}

	to {
		caret-color: var(--primary);
	}
}

@keyframes handleToCaret {
	from {
		background: currentColor;
		width: 0.25em;
		height: 1em;
		transform: translate(0, -1em) rotate(-45deg) translate(0, 0.875em);
	}

	25% {
		background: currentColor;
		width: 0.25em;
		height: 1em;
		transform: translate(0, -1em) rotate(-180deg) translate(0, 0.875em);
	}

	50%,
	62.5% {
		background: var(--primary);
		width: 1px;
		height: 1.5em;
		transform: translate(0, -1em) rotate(-180deg) translate(7.5em, 2.5em);
	}

	75%,
	99% {
		background: var(--primary);
		width: 1px;
		height: 1.5em;
		transform: translate(0, -1em) rotate(-180deg) translate(7.5em, -0.25em);
	}

	87.5% {
		background: var(--primary);
		width: 1px;
		height: 1.5em;
		transform: translate(0, -1em) rotate(-180deg) translate(7.5em, 0.125em);
	}

	to {
		background: transparent;
		width: 1px;
		height: 1.5em;
		transform: translate(0, -1em) rotate(-180deg) translate(7.5em, -0.25em);
	}
}

/*------------------------------------- FAQ SECTION --------------------------------------------*/
#faq {
	margin: 0px 0px 200px 0px;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	box-shadow: none !important;
	background-color: transparent !important;
}

.accordion-button:not(.collapsed):focus:not(:active) {
	color: #E84855;
}

.accordion-button:not(.collapsed):focus {
	border-color: transparent !important;
	box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
	color: #E84855;
}

.accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23E84855'> <path fill-rule='evenodd' stroke='%23E84855' stroke-width='2' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232B3A67'><path fill-rule='evenodd' stroke='%232B3A67' stroke-width='2' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-body {
	padding: 20px;
	margin-top: 10px;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	color: #141313;
	text-align: justify;
}

.accordion-item {
	padding: 20px;
	margin-top: 10px;
	background-color: transparent;
	border: none;
}

.accordion-button {
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6rem;
	color: #2B3A67;
	text-align: justify;
	background-color: transparent !important;
}

/*------------------------------------- FAQ SECTION --------------------------------------------*/

mark {
	background-color: rgb(255, 239, 58);
	font-weight: 600;
	color: #141313;
}

/**------------------------------------------------- FOOTER SECTION -----------------------------------------------------**/

.footer-bg {
	background-color: #f7f5ff;
  }

  #footer-section p {
	font-size: 1.3rem;
  }

  #footer-section a {
	color: #4e4e4e;
	font-size: 1.3rem;
  }

  .social-link:hover {
	background-color: #9AAEF2;
	border-radius: 50%;
  }

  .foot-btn:hover {
	color: #9AAEF2 !important;
	text-decoration: underline;
  }

  .logo-v {
	transition: all 1s;
  }

  .logo-v:hover {
	transform: scale(1.1);
  }