.call-us-section-bar-wrapper {
	background-color: var(--secondary-color);
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.call-us-section-bar {
	/* width: 90%; */
	margin: 30px 15px;
}

.call-us-text {
	font-size: 1.7rem;
}

.call-us-flex {
	/* display: flex; */
	padding: 20px 30px;
	justify-content: space-between;
	align-items: center;
	color: white;
}

.call-us-link {
	background-color: white;
	color: var(--secondary-color);
}

.call-us-clock-bg {
	position: absolute;
	top: 0;
	left: -15px;
	width: 100px;
	height: 100px;
	pointer-events: none;
}

.clock-style path {
	fill: rgba(255, 255, 255, 0.232);
}

/* DESCRIPTION SECTION */

.description {
	/* width: 90%; */
	margin: 30px 15px;
}

.description-paragraph {
	color: rgb(81, 80, 80);
	padding: 20px 0px;
}

/* GALLERY SECTION */

.gallery-section {
	padding: 1rem 0;
}

.gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;

	gap: 5px;
	flex: 1;
}

.gallery-item {
	/* height: 25vh; */
	cursor: pointer;
}
.gallery-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.gallery-section {
	display: flex;
	margin: 40px 0px;
}
.gallery-text {
	flex: 1;
	padding: 2rem 2.5rem;
}

.gallery-text > div {
	color: #a5a5a5;
	text-transform: uppercase;
}

.gallery-text h3 {
	font-weight: 500;
}

.gallery-text p {
	color: #666f78;
}

.about-us {
	/* min-height: 100vh; */
	width: 100%;
}

.background-about-us {
	min-height: 100vh;
	width: 100%;
	background-image: url("../../assets/about-us-gallery/bg-about-us.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: flex;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.background-about-us::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(
		0,
		0,
		0,
		0.3
	); /* Adjust the alpha value to control darkness */
	z-index: 2;
}

.space_bg,
.about-us-text-wrapper {
	z-index: 1000;
}
.about-us-text {
	background-color: white;
	/* position: absolute;
	top: 10%;
	left: 65%; */
	/* width: 30vw; */

	padding: 2rem;
	height: auto;
	/* transform: translate(-50%, -50%); */
}

.about-us-text div,
.about-us-text p {
	color: #666f78;
}

.space_bg {
	flex: 1;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-us-text-wrapper {
	padding: 3rem;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.space-bg-logo {
	width: 50%;
	height: auto;
}
.space-bg-logo img {
	width: 100%;
	height: 100%;
}

/* WHY US SECTION */

.why-us {
	/* width: 90%; */
	padding: 5rem 0;
	background-color: #f5fcff;
}

.why-us-wrapper {
	margin: 30px 0px;
}

.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);
}

/* TESTIMONIALS SECTION */

.testimonial {
	padding: 25px 15px;
	font-size: 1.2rem;
}

.testimonial p {
	line-height: 2rem;
}

.author-details {
	display: flex;
	flex-direction: column;
	padding: 20px 0px;
	gap: 5px;
}
.author-name {
	font-weight: bold;
}

.testimonials {
	margin: auto;
	display: flex;
	flex-direction: column;
}

.testimonial {
	flex: 1;
}

@media only screen and (max-width: 1100px) {
	.space_bg {
		display: none;
	}

	.gallery-section {
		flex-direction: column;
	}
}

@media only screen and (max-width: 400px) {
	.about-us-text-wrapper {
		padding: 1rem;
	}
	.about-us-text {
		padding: 10px;
	}

	.about-us-text h3 {
		font-size: 16px;
	}

	.gallery-text {
		padding: 2rem 10px;
	}

	.gallery {
		grid-template-columns: 1fr;
	}
}

.contact-btn {
	padding: 10px 14px;
	color: green;
	background-color: white;
	margin-top: 20px;
	cursor: pointer;
	font-size: 1.1rem;
	border: 2px solid black;
	display: inline-block;
}

.gallery-text ul {
	padding: 1rem 2rem;
}

.gallery-text li {
	padding: 3px 0px;
	color: #666f78;
}

.gallery-section {
	margin: auto;
}

.pswp {
	z-index: 10000000000000000 !important;
}

/* SERVICES */

.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 {
	flex: 1;
}

.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;
}

.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 only screen and (min-width: 400px) {
	.card-img {
		max-width: 150px;
	}

	.reason {
		flex-direction: row;
	}
}

.about-us {
	padding: 5rem 0;
}

@media only screen and (min-width: 750px) {
	.cards-grid {
		grid-template-columns: 1fr 1fr;
	}

	.call-us-section-text {
		font-size: 1.5rem;
		max-width: 900px;
	}
}

@media only screen and (min-width: 950px) {
	.call-us-flex {
		display: flex;
	}

	.cards {
		/* flex-direction: row; */
		display: flex;
	}
	.call-us-section-bar,
	.description {
		margin: 30px auto;
	}

	.call-us-section-bar,
	.description,
	.gallery-section {
		width: 75%;
	}

	.about-us {
		margin: auto;
	}

	.cards-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.gallery {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media only screen and (min-width: 1250px) {
	.reasons {
		display: flex;
	}

	.testimonials {
		flex-direction: row;
	}

	.testimonials {
		width: 90%;
	}

	.why-us-wrapper {
		width: 90%;
		margin: auto;
	}

	.about-us {
		width: 90%;
		margin: auto;
	}
	.services {
		width: 90%;
		margin: auto;
	}

	.reason {
		flex: 1;
	}
}
