/* CONTENT */
.content {
	width: 90vw;
	max-width: 980px;
	margin: 16px auto;
	padding: 20px;
	background-color: #fdfcf4;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}
.content-no-border {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}
.content h2 {
	text-align: center;
	color: #036;
	margin-bottom: 15px;
	font-weight: bold;
}
.content h3 {
	text-align: left;
	color: #036;
	margin-bottom: 15px;
	font-weight: bold;
}
.content h4 {
	font-weight: bold;
}

.heading-description {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #fcfbed;
	/* padding: 1%;
    border-radius: 10px; */
}

.logos {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logos img {
	height: 50px;
	margin: 10px;
}

/* ATTENTION */
.attention {
	display: flex;
	flex-direction: column;
	position: relative;
	font-size: 1rem;
	line-height: 1.6;
	background: #f0b37e;
	max-width: 1020px;
	margin-inline: auto;
	width: 95vw;
}
.attention-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 5px 10px;
	background: rgba(217, 83, 79, 0.8);
	color: #fff;
	font-weight: bold;
}
.attention-content {
	padding: 1rem;
	background: #fae2e2;
}

/* FAQ */
.faq-item {
	margin-bottom: 1em;
	border: 1px solid #ddd;
	border-radius: 5px;
	transition: all 0.3s ease;
}
.faq-item summary {
	padding: 1em;
	cursor: pointer;
	list-style: none;
	background-color: #f5f5f5;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.faq-item summary .arrow {
	display: inline-block;
	margin-right: 10px;
	transition: transform 0.3s ease;
}
.faq-item[open] summary .arrow {
	transform: rotate(90deg);
}
.faq-item p,
.faq-item > div {
	padding: 1em;
	margin: 0;
	border-top: 1px solid #ddd;
}
.faq-item ul {
	margin-block: 10px;
	line-height: 140%;
}
.faq-item ul li {
	margin-bottom: 3px;
}

/* CARDS */
.card-container {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}
.card {
	background-color: #f6fced;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	height: 100%;
	margin: 20px 1%;
	padding: 20px;
	text-align: center;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1;
}
.card-title {
	min-height: 70px;
	font-weight: bold;
}
.card-btn {
	display: inline-block;
	padding: 10px;
	background-color: #a1c25e;
	border-radius: 5px;
	align-self: center;

	transition: 0.3s;

	&:hover {
		background-color: #7f9f3f;
	}
}
.card > div a {
	color: white;
	text-decoration: none;
}

/* RESOURCES */
.resource-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 16px;
}
.resource-card {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	background-color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 0.825rem;
}
.resource-card a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	height: 100%;
}
.resource-card img {
	width: 100%;
	height: auto;
	aspect-ratio: auto;
}
.resource-name-bg {
	min-height: 65px;
	background-color: white;
	margin-bottom: 10px;
}

/* APPOINTMENT BUTTON */
.appointment-btn {
	display: inline-block;
	background-color: #fff;
	padding: 2px 4px;
	margin: 2px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #ccc;
	transition: 0.3s;
}
.appointment-btn:hover {
	background-color: #5151f3;
	color: white;
	text-decoration: none;
}

/* APPLY BUTTON */
.apply-btn {
	margin-top: 5px;
	display: inline-block;
	padding: 10px;
	background-color: #a1c25e;
	border-radius: 5px;
}

/* TESTIMONIALS & SWIPER */
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(
		--swiper-wrapper-transition-timing-function,
		initial
	);
	box-sizing: content-box;
	align-items: center;
}
.testimonial-container {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #effde3a8;
}
.testimonial {
	position: relative;
	max-width: 900px;
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}
.testimonial .image {
	height: 170px;
	width: 170px;
	object-fit: cover;
	border-radius: 50%;
}
.testimonial .slide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 30px;
	height: 100%;
	width: 100%;
}
.testimonial-quote {
	fill: #000;
}
#testimonial-overflow.show {
	font-size: 14px;
}
.slide p {
	text-align: center;
	padding: 0 120px;
	font-size: 14px;
	font-weight: 400;
}
.slide .quote-icon {
	font-size: 30px;
	color: #4070f4;
}
.slide .details {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.details .name {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.details .job {
	font-size: 12px;
	font-weight: 400;
	color: #333;
}
/* swiper button css */
.nav-btn {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	transform: translateY(30px);
	background-color: rgba(0, 0, 0, 0.1);
	transition: 0.2s;
}
.nav-btn:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.nav-btn::after,
.nav-btn::before {
	font-size: 20px;
	color: #fff;
}
.swiper-pagination-bullet {
	background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
	background-color: #4070f4;
}

/* RESPONSIVE */
@media screen and (max-width: 1000px) {
	.card-description {
		font-size: 85%;
	}
}
@media screen and (max-width: 768px) {
	.content {
		padding: 12px;
		margin-inline: 12px;
		width: auto;
	}
	.slide p {
		padding: 0 20px;
	}
	.nav-btn {
		display: none;
	}
	.card-container {
		flex-direction: column;
	}
	.card {
		width: 95%;
		height: 100%;
		margin-top: 8px;
		justify-content: space-between;
		flex-direction: column;
	}
	.card > div {
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	.card-description {
		font-size: 14px;
		height: auto;
		min-height: 50px;
	}
	.card-title {
		min-height: 25px;
	}
	.card-btn {
		margin-top: 10px;
	}
	.card-container {
		flex-direction: column;
		align-items: center;
	}
}
