/* Fonts */
@font-face {
	font-family: 'Avenir Arabic Heavy';
	src: url(../fonts/AvenirArabic-Heavy.ttf) format("truetype");
}

@font-face {
	font-family: 'Avenir Arabic Medium';
	src: url(../fonts/AvenirArabic-Medium.ttf) format("truetype");
}

@font-face {
	font-family: 'Avenir Arabic Regular';
	src: url(../fonts/AvenirArabic-Regular.ttf) format("truetype");
}

/* Body Styles */
body {
	font-family: 'Avenir Arabic Regular', 'Arial', sans-serif;
	background-color: #f0f0f0;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

/* Heading Styles */
h1 {
	font-family: 'Avenir Arabic Heavy', sans-serif;
	font-size: 3rem;
	color: #3498db;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#tasbeeh-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 20px;
	border: 2px dashed #3498db;
}


#tasbeeh-list {
	margin-bottom: 15px
}

#tasbeeh-list label {
	margin-right: 10px
}

#tasbeeh-list select {
	font-family: 'Avenir Arabic Regular', sans-serif;
	font-size: 1rem;
	padding: 10px;
	border: 2px solid #3498db;
	border-radius: 8px;
	background-color: #fff;
	color: #333;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	text-align: center
}

#tasbeeh-list select::-ms-expand {
	display: none
}

#tasbeeh-list select:focus {
	outline: none;
	border-color: #007BFF;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5)
}

#tasbeeh-count {
	font-family: 'Avenir Arabic Heavy', sans-serif;
	font-size: 2.5rem;
	margin-bottom: 15px;
	padding: 10px;
	border: 2px solid #3498db;
	border-radius: 10px;
	background-color: #3498db;
	color: #fff;
	width: 120px
}

#buttons-container {
	/* Buttons Container Styles... */
	display: flex;
	gap: 10px;
	border: 2px dashed #3498db;
	/* إضافة بوردر متقطع */
	padding: 15px;
	/* تضبيط الهوامش الداخلية للكونتينر */
}

button {
	font-family: 'Avenir Arabic Medium', sans-serif;
	font-size: 1rem;
	cursor: pointer;
	border: none;
	border-radius: 8px;
	padding: 12px 24px;
	transition: background-color 0.3s, color 0.3s, transform .3s
}

#tasbeeh-btn {
	background-color: #4CAF50;
	color: #fff
}

#reset-btn {
	background-color: #EF5350;
	color: #fff
}

#mute-btn {
	background-color: #2196F3;
	color: #fff
}

#tasbeeh-btn:hover,
#reset-btn:hover,
#mute-btn:hover {
	filter: brightness(1.2)
}

#tasbeeh-share {
	margin-top: 20px;
	border: 2px dashed #3498db;
	/* إضافة بوردر متقطع */
	padding: 15px;
	/* تضبيط الهوامش الداخلية للكونتينر */
}

#tasbeeh-share p {
	font-family: 'Avenir Arabic Regular', sans-serif;
	font-size: 1rem
}

#tasbeeh-share ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

#tasbeeh-share li {
	margin: 5px
}

#tasbeeh-share button {
	border: none;
	background: none;
	cursor: pointer
}

#tasbeeh-share img {
	width: 30px;
	height: 30px
}

#policy-links {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

#policy-links a {
	text-decoration: none;
	color: #3498db;
	font-family: 'Avenir Arabic Regular', sans-serif;
	font-size: .9rem;
	padding: 5px 10px;
	border: 2px solid #3498db;
	border-radius: 5px;
	transition: color 0.3s, background-color .3s;
	margin-bottom: 10px
}

#policy-links a:hover {
	color: #fff;
	background-color: #3498db
}

#article-container {
	font-family: 'Avenir Arabic Regular', sans-serif;
	margin-top: 20px;
	border: 2px dashed #3498db;
	padding: 15px;
}

#article-container h2 {
	font-family: 'Avenir Arabic Heavy', sans-serif;
	font-size: 2rem;
	color: #3498db;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#article-container p {
	font-size: 1rem;
}