.rtl {
    direction: rtl;
    text-align: start;
}

.font-morabba {
    font-family: "morabba";
}

.font-peyda {
    font-family: "peyda";
    letter-spacing: 0.8px;
}


.bg-light {
	background-color: #f8f9fa !important;
}

.shadow-sm {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.testimonial {
	background-color: #ffffff;
	border: 1px solid #ddd;
	min-height: 180px;
	transition: all 0.2s ease-in-out;
}

.testimonial:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.testimonial p {
	font-size: 0.95rem;
	line-height: 1.8;
	color: #444;
}

.testimonial .font-weight-bold {
	font-size: 0.9rem;
	color: #007e6a;
}

ul.list--primary {
	list-style-type: disc;
	padding-right: 1.5rem;
	color: #333;
}

ul.list--primary li {
	margin-bottom: 0.75rem;
	line-height: 1.8;
}

.accordion .card {
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	margin-bottom: 10px;
}

.accordion .card-header {
	background-color: #f5f5f5;
	cursor: pointer;
}

.accordion .btn-link {
	color: #007e6a;
	font-weight: bold;
	text-decoration: none;
}

.accordion .btn-link:hover {
	text-decoration: underline;
}
