/* HERO SECTION */

.hero-section-wrapper {
	background-image: url("../assets/coming-soon.jpg");
	background-repeat: no-repeat;
	/* width: 100vw;
	height: 100vh; */
	/* max-width: 100%; */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	min-height: 100vh;
	/* display: flex; */
	/* padding: 30%; */
}

.why-us-content li {
	list-style: disc;
	padding: 10px 0px;
}

.reasons {
	padding: 15px;
}

.why-us-content ul {
	padding: 20px;
}
.hero-section-form {
	display: none;
	z-index: 100000;
}

.hero-form {
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: center;

	gap: 10px;
}

.hero-form input {
	padding: 10px;
	margin: 9px 0px;
}

.form-heading {
	color: var(--primary-color);
}
.form-btn {
	background-color: var(--primary-color);
	border-radius: 20px;
	color: white;
	padding: 10px 5px;
	cursor: pointer;
	font-size: 1rem;
	margin: 10px 0px;
}

.contact-us-btn-about-section {
	background-color: var(--primary-color);
	color: white;
}
.section {
	width: 100vw;
	height: 100vh;
	max-width: 100%;
}

.hero-section-text {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -70%);
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.hero-section-text > * {
	padding: 5px;
	text-align: center;
}

.hero-section-text-btn {
	padding: 10px 24px;
	background-color: var(--primary-color);
	color: white;
	font-size: 1.1rem;
	border-radius: 20px;
	cursor: pointer;
	max-width: 400px;
	transition: 0.3s all ease-in-out;
	display: inline-block;
}

.hero-section-text-btn:hover {
	background-color: var(--secondary-color);
}

.hero-section-text h1 {
	font-size: var(--heading-1);
}

.hero-section-text p {
	font-size: calc(1vw + 1rem);
}

.hero-section-wrapper {
	position: relative;
	gap: 1rem;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(237 237 237 / 50%);
}

.input-text-form {
	min-height: 50px;
	font-size: 1rem;
}

.input-text-form:focus {
	outline: 1px solid var(--primary-color);
}

.hero-section-group {
	width: 95%;
	margin: auto;
	display: flex;
	justify-content: center;
	gap: 3rem;
}

/* ABOUT US SECTION */

/* ABOUT US SECTION > CARDS & CARD SECTION */
.card {
	padding: 10px 5px;
	/* min-height: 300px; */
	min-height: 400px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
	margin: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	border-radius: 13px;
}

.card-1-style {
	background-color: white;
	color: var(--primary-color);
}

.card-1-style svg,
.card-1-style path {
	fill: var(--primary-color);
}

.card-2-style {
	background-color: var(--secondary-color);
	color: white;
}

.card-2-style svg {
	fill: white;
}

.card-3-style {
	background-color: var(--primary-color);
	color: white;
}

.card-3-style svg {
	fill: white;
}

.card-img {
	height: calc(75%);
	width: 50%;
	max-width: 300px;
	max-height: 250px;
}

.card-img-wrapper {
	display: flex;
	justify-content: center;
}

.card-body > * {
	text-align: center;
	padding: 10px 6px;
}

.card-body h4 {
	font-size: 1.5rem;
}

.card-body a {
	font-size: 1.4rem;
	display: block;
}

.cards-grid .card {
	justify-content: center;
}

#abous-us-link-wrapper {
	text-align: center;
	padding: 20px 6px;
}

/* WHY US SECTION */

.reason {
	display: flex;
	flex-direction: column;
	padding: 1rem;
	gap: 1.5rem;
}

.reason-img-wrapper {
	display: inline-block;

	padding: 10px;
	border-width: 2px;
	border-style: solid;
	border-radius: 100%;
}

.reason-text {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.reason svg {
	width: 40px;
	height: 35px;
}

.reason-1 .reason-img-wrapper,
.reason-1 h3 {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.reason-2 .reason-img-wrapper,
.reason-2 h3 {
	border-color: var(--secondary-color);
	color: var(--secondary-color);
}

.reason-3 .reason-img-wrapper,
.reason-3 h3 {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.reason-1 svg {
	fill: var(--primary-color);
}

.reason-2 svg {
	fill: var(--secondary-color);
}
.reason-3 svg {
	fill: var(--primary-color);
}

.testimonial-wrapper {
	/* margin: 2rem 0; */

	display: flex;
	justify-content: center;
	align-items: center;
}

.quotes {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	fill: var(--primary-color-transparent);

	z-index: -1;
}
.testimonial {
	position: relative;
	margin: 20px 0px;
}

.testimonial-img-wrapper {
	text-align: center;
}
.testimonial-img {
	width: 75%;
	border-radius: 15px;
}

.testimonial-text-wrapper {
	display: flex;
	justify-content: center;
}

.why-us {
	background-color: #f5fcff;
}

.testimonial-text {
	width: 80%;
	box-shadow: 0px 6px 12px rgba(169, 169, 169, 0.4);
	padding: 20px 12px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-radius: 15px;
	/* position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateY(85%) translateX(-50%); */
	/* background-color: white; */
	/* margin-top: -4rem; */
	position: relative;
	z-index: 101;
	background-color: white;
}

.testimonial-author {
	color: var(--secondary-color);
}
/* OUR SERVICES */

.cards-grid {
	display: grid;
	grid-template-columns: 1fr;
}

/* CALL US SECTION */

.call-us-section-btn {
	background-color: transparent;
	border: 2px solid var(--primary-color);
	color: var(--primary-color);
}

.call-us-section {
	height: 50vh;
	background-image: linear-gradient(
			to bottom,
			rgba(255, 255, 255, 0.792),
			rgba(34, 115, 253, 0.7)
		),
		url(/assets/coming-soon.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.call-us-section-wrapper {
	text-align: center;
	margin: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

/* LINKS SECTION */

.links-wrapper {
	padding: 1.5rem;
	gap: 3rem;
	justify-content: center;
}
.links-wrapper li {
	padding: 5px 0px;
}

.policy-links,
.contact-links,
.social-media-links {
	padding: 15px;
}

.policy-links h5,
.contact-links h5,
.social-media-links h5 {
	font-size: 1.5rem;
	padding: 10px 0px;
	color: var(--primary-color);
}

/* MEDIA QUERIES DESIGN SECTION */

@media only screen and (min-width: 400px) {
	.card-img {
		max-width: 150px;
	}

	.reason {
		flex-direction: row;
	}

	.testimonial-img {
		max-height: 500px;

		width: auto;
		max-width: 100%;
	}
}

@media only screen and (min-width: 800px) {
	.why-us-content {
		width: 90%;
		margin: auto;
	}
	/* .testimonial-wrapper {
		margin: 0;
	} */

	.call-us-section-text {
		font-size: 1.5rem;
		max-width: 900px;
	}

	.testimonial,
	.testimonial-img-wrapper,
	.testimonial-img {
		/* height: 100%; */
	}

	.cards-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (min-width: 1000px) {
	.cards-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.services,
	.about-us {
		width: 80%;
		margin: auto;
	}
    
    .why-us-content {
		width: 80%;
		margin: auto;
	}
	
	.testimonial-text {
		width: 400px;
		/* margin-left: 5rem; */
		/* position: absolute;
		left: 50%;

		bottom: 0;

		transform: translateY(50%);
		width: 400px; */
	}

	.why-us-content {
		display: flex;
	}
	
	.reasons {
		flex: 1;
	}

	.testimonial-wrapper {
		flex: 1;
	}

	.hero-section-wrapper {
		display: flex;

		padding-top: 10vh;
		justify-content: center;
	}

	.hero-section-text {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		/* flex: 1; */

		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.hero-section-form {
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
	}

	.hero-form {
		min-height: 105%;
		padding: 1rem;
		padding: 3rem 2rem;
	}

	.hero-section-group {
		width: calc(95% - 1vw);
	}

	.card-img {
		max-width: 250px;
	}

	.cards {
		display: flex;
	}

	.card {
		flex: 1;
	}
}
