.rtl-solutions-container-1743 {
	padding: 60px 40px;
	direction: rtl;
	border-radius: 12px;
	background-color: #2a5d4d;
	font-family: sans-serif;
}

.rtl-solutions-header-1743 {
	margin-bottom: 40px;
	text-align: right;
}

.rtl-solutions-title-1743 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 15px 0;
	letter-spacing: -0.5px;
}

.rtl-solutions-divider-1743 {
	height: 3px;
	width: 60px;
	background-color: #d4af37;
	border-radius: 2px;
}

.rtl-solutions-tags-1743 {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
}

.rtl-solutions-tag-1743 {
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	color: #ffffff;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
	cursor: pointer;
	white-space: nowrap;
}

.rtl-solutions-tag-1743:hover {
	background-color: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.4);
	transform: translateY(-2px);
}
