@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

:root {
	--primary: #442c84;
	--secondary: #987be9;
	--title-color: #020202;
	--random-size: 200vw;
}
body {
	margin-left: 4vw;
	font-family: "Lato";
	background: linear-gradient(
		to bottom,
		var(--primary),
		var(--secondary),
		var(--primary)
	);
	position: relative;
}

body::before,
body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background-image: url('/Logo.png');
  background-repeat: no-repeat;
  opacity: 0.3;
  animation: randomizeLogo 0s infinite;
}

body::after {
  background-image: url('/Logo.png');
  background-repeat: no-repeat;
  opacity: 0.3;
  animation: randomizeLogo 0s infinite;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #bebebe;
	padding: 0.75rem 2rem;
	border-radius: 80px;
	height: 4rem;
	max-width: 75%;
	margin: auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	position: fixed;
	width: 100%;
	top: 20px;
	left: 50.5%;
	transform: translateX(-50%);
	z-index: 1000;
	font-weight: 900;
}

.heading {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
	font-size: 4rem;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
}

.logo{
	display: flex;
}

.logo img {
	height: 70px;
	width: auto;
	filter: drop-shadow(20px 20px 30px #4400ff);
}
#logoText{
	transform: translateY(5px) !important;
	color: var(--primary);
}

.nav-links {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-left: 5vw;
}

.nav-links li {
	display: inline;
}

.nav-links a {
	color: #442c84;
	font-size: 1.65rem;
	text-decoration: none;
	padding: 0.5rem;
}

.nav-links a:hover {
	background-color: #4c2fab;
	color: #ffffff;
	padding: 15px;
	border-radius: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* .cta-button {
	font-family: "Lato";
	background-color: #4c2fab;
	color: #d2d2d5;
	border: none;
	padding: 0.5rem 1.5rem;
	border-radius: 20px;
	font-size: 1.25rem;
	cursor: pointer;
	font-weight: 600;
	transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
	
}

.cta-button:hover {
	background-color: #d2d2d5;
	color: #4c2fab;
	
} */

.qxCTlb{
	font-family: "Lato";
	background-color: #4c2fab;
	color: #d2d2d5;
	border: none;
	padding: 1rem 1.5rem !important;
	border-radius: 20px;
	font-size: 1.25rem;
	cursor: pointer;
	font-weight: 600;
	transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.qxCTlb:hover {
	background-color: #d2d2d5 !important;
	color: #4c2fab !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Section Styles */
.intro-section,
.content-section {
	padding: 10px 20px 50px;
	max-width: 900px;
	margin: 0px auto;
	text-align: center;
}

.intro-section {
	margin-top: 120px;
}

.intro-section h1 {
	font-size: 3.5rem;
	color: #e7e3f0;
	font-family: "Merriweather";
}
.intro-section h2 {
	font-size: 1.5rem;
	color: #a8a7a7;
	line-height: 5vh;
}

#about h2 {
	font-size: 2.7rem;
	color: var(--title-color);
	text-decoration: underline;
	line-height: 2vh;
}
#about p {
	font-size: 1.5rem;
	color: #a8a7a7;
	line-height: 5vh;
}
#services h2 {
	font-size: 2.7rem;
	color: var(--title-color);
	text-decoration: underline;
}

p,
li {
	color: #333;
	font-size: 1.2rem;
}

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

ul li {
	padding: 10px 0;
}

blockquote {
	background: #eee;
	padding: 10px;
	border-left: 5px solid #39bb6d;
	margin: 20px 0;
	font-style: italic;
}
.service-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.service-row {
	display: flex;
	gap: 20px;
	width: 100%;
	max-width: 900px;
}

.service-row.left {
	justify-content: flex-start;
}

.service-row.right {
	justify-content: flex-end;
}

.service-box {
	background-color: #d2d2d2;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	width: calc(50% - 10px);
}

.service-box img {
	height: 100px;
	width: auto;
	margin-bottom: 15px;
}

.service-box h3 {
	color: #442c84;
	margin-bottom: 10px;
}

.service-box p {
	color: #333;
	font-size: 1rem;
}

.card {
	padding: 10px 20px 50px;
	max-width: 900px;
	margin: 0px auto;
	text-align: center;
}
.card #h2 {
	font-size: 2.7rem;
	color: var(--title-color);
	text-decoration: underline;
	line-height: 2vh;
}

.figure {
	display: flex;
	margin-top: 10vh;
}
figure.snip1390 {
	position: relative;
	overflow: hidden;
	margin: 10px;
	min-width: 230px;
	max-width: 315px;
	width: 100%;
	color: #000000;
	text-align: center;
	font-size: 16px;
	border-radius: 40px;
	background-color: #2c3447;
	padding: 30px;
	background-image: linear-gradient(
		-25deg,
		rgba(0, 0, 0, 0.2) 0%,
		rgba(255, 255, 255, 0.1) 100%
	);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
figure.snip1390 figcaption {
	width: 100%;
}
figure.snip1390 h2,
figure.snip1390 h4,
figure.snip1390 blockquote {
	margin: 0;
}
figure.snip1390 h2,
figure.snip1390 h4 {
	font-weight: 300;
}
figure.snip1390 h2 {
	color: #ffffff;
}
figure.snip1390 h4 {
	color: #a6a6a6;
}
figure.snip1390 blockquote {
	font-size: 1em;
	padding: 45px 20px 40px 50px;
	margin-top: 30px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
	text-align: left;
	position: relative;
}
figure.snip1390 blockquote:before {
	font-family: "FontAwesome";
	content: "\201C";
	position: absolute;
	font-size: 70px;
	opacity: 0.25;
	font-style: normal;
	top: 0px;
	left: 20px;
}
figure.snip1390 .profile {
	width: 100px;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
	margin-bottom: 10px;
	border: solid 5px #a6a57a;
}

.container {
	width: 950px;
	margin: 80px auto;
	color: white;
	line-height: 1.5;
}

.text-center {
	text-align: center;
}

.content {
	display: flex;
	margin-top: 40px;
}

.contact-info {
	display: inline-block;
	padding: 4px 20px 0px 20px;
}

.address-line {
	margin-top: 40px;
}

.col-1 {
	width: 530px;
}

.col-2 {
	flex: 1 1 auto;

}

.form-container {
	color: #000;
	padding: 30px;
}

.contact-info-title {
	color: #01bdd4;
}

.form-row {
	padding-bottom: 30px;
}

.form-field {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
}

.send-btn {
	border: 0px;
	padding: 12px 26px;
	background-color: #01bdd4;
	color: white;
}

@media all and (max-width: 1024px) {
	.container {
		width: auto;
		padding: 30px;
	}
	.col-1 {
		width: 360px;
	}
}

@media all and (max-width: 700px) {
	.content {
		display: block;
	}
	.col-2 {
		margin-top: 40px;
	}
	.col-1 {
		width: 100%;
	}
}

@media all and (max-width: 500px) {
	.container {
		padding: 10px;
	}
}
footer{
	text-align: center;
}
footer p{
	color: #e7e3f0;
}
footer a{
	color: #e7e3f0;
}
footer a:hover{
	color: var(--secondary);
}
.content i {
	font-size: 1.5rem;
	margin-right: 10px;
}






.hamburger {
	display: none;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
	height: 30px;
	width: 30px;
}

.hamburger span {
	background: #442c84;
	height: 3px;
	width: 100%;
	border-radius: 5px;
	transition: all 0.3s;
}

@media (max-width: 768px) {
	.navbar {
		padding: 0.5rem 1rem;
	}

	.nav-links {
		display: none;
		flex-direction: column;
		background-color: var(--secondary);
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		gap: 0;
		padding: 1rem 0;
		margin: 0;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	}

	.nav-links.show {
		display: flex;
	}

	.nav-links li {
		margin: 1rem 0;
	}

	.qxCTlb{
		width: 40% !important;
		font-size: 0.8rem !important;
		padding: 0.2rem 1rem !important;
		transform: translateX(50px);
	}

	.hamburger {
		display: flex;
		margin-top: 10px;
	}
}

.hamburger.active span:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}
