.rtl {
    direction: rtl;
    text-align: start;
}

.font-morabba {
    font-family: "morabba";
}

.font-peyda {
    font-family: "peyda";
    letter-spacing: 0.8px;
}

#large-section-padding {
    text-align: center;
    justify-content: center;
    align-items: center;
}

#rayan-acceptance-process {
		background-color: #f9fafb;
		padding-top: 70px;
		padding-bottom: 70px;
		}
		.process-step .step-circle {
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin: 0 auto 15px;
		background: #3b82f6;
		color: white;
		font-weight: 700;
		font-size: 24px;
		border-radius: 50%;
		box-shadow: 0 4px 8px rgb(59 130 246 / 0.3);
		transition: background-color 0.3s ease;
		}
		.process-step .process-card:hover .step-circle {
		background-color: #2563eb;
		box-shadow: 0 6px 12px rgb(37 99 235 / 0.5);
		}
		.process-step .process-card {
		cursor: default;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
		}
		.process-step .process-card:hover {
		transform: translateY(-10px);
		box-shadow: 0 10px 20px rgb(0 0 0 / 0.1);
		}
		@media (max-width: 767px) {
		.process-step .step-circle {
			width: 50px;
			height: 50px;
			line-height: 50px;
			font-size: 20px;
		}
		}

