body {
	color: #000;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #777;
}

.opc85:before {
	opacity: .55;
}

.q-container {
	padding: 100px 0 100px 0;
	position: relative;
	width: 100%;
}

.q-blue:before {
	background-color: #2c2c2b;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.q-fixed-bg {
	background-image: url('../images/bg.jpg');
	background-attachment: scroll;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
}

.q-inner {
	display: inline-block;
	max-width: 640px;
	width: 100%;
}

.q-blue .q-title>span,
.q-blue .q-title>h3 {
	color: #fff;
}

.q-title>h1 {
	letter-spacing: 0;
	margin-bottom: 15px;
	font-size: 34px;
	font-weight: 800;
}

.q-title h1 a {
	color: #fff;
}

.q-blue .q-title>span,
.q-blue .q-title>h1 {
	color: #fff;
}

.q-title>h1+span,
.q-title>span+h1 {
	margin-top: 7px;
}

.q-title>span {
	font-size: 14px;
	display: block;
	font-weight: 500;
	letter-spacing: 0;
}

.flags {
	text-align: center;
	margin-bottom: 30px;
}

.flags img {
	margin: 0 5px;
}

.rtl {
	direction: rtl;
	text-align: right;
}

.breadcrumb-container {
	margin-top: 20px;
}

.breadcrumb-container-top {
	position: absolute;
	bottom: 15px;
}

.breadcrumb-container .breadcrumb {
	margin-bottom: 0;
	padding-bottom: 0;
}

.breadcrumb-container a {
	color: #88B04B;
}

.breadcrumb-container-top a {
	color: #fff;
}

.breadcrumb-container-top .active {
	color: #ddd;
}

.breadcrumb-container-top .breadcrumb-item::before {
	color: #fff;
}

.menu-container-top {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* إصلاح القائمة العلوية */
.menu-container-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

/* الروابط */
.menu-container-top a {
    display: inline-block;
    padding: 6px 10px;
    margin: 0;
    white-space: nowrap;
    font-size: 16px;
}

.audio-player {
	width: 100%;
	margin-bottom: 15px;
}

.radio-container {
	margin-top: 20px;
}

.radio-categories {
	text-align: center;
}

.radio-category-title {
	margin-bottom: 30px;
}

.radio-category-title h1 {
	font-size: 28px;
	padding-bottom: 15px;
	font-weight: 500;
}

.radio-category-title:after {
	content: "";
	background-color: #fab423;
	width: 80px;
	height: 5px;
	margin: auto;
	clear: both;
	display: block;
}

.white {
	background-color: #f7f7f7;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	background-image: url('../images/category-bg.jpg');
	background-repeat: no-repeat;
}

.gray {
	background-color: #eee;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	background-image: url('../images/category-bg.png');
}

.radio-title {
	text-align: center;
	margin-bottom: 30px;
}

.radio-icons {
	text-align: center;
}

.radio-icons a {
	font-size: 30px;
	margin: 0 10px;
}

.radio-share {
	margin-top: 30px;
	text-align: center;
}

.radio-share .btn {
	margin-bottom: 5px;
	text-align: center;
}

.quick-links {
	right: -240px;
	box-shadow: 0 2px 15px rgb(0 0 0 / 12%);
	width: 280px;
	height: 40px;
	transition: all .3s ease-in-out;
	z-index: 9;
	opacity: .5;
	overflow: auto;
}

.quick-links:hover {
	right: 0 !important;
	z-index: 99;
	height: auto;
	opacity: 1;
}

.quick-links ul li a {
	padding: 10px;
}

.quick-links .ql-p {
	padding: 10px;
}

.align-y-center {
	top: 30%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.border-bottom {
	border-bottom: 1px solid #ececec !important;
}

.ql-fs-icon {
	font-size: 1.375rem !important;
	color: #4e4b43;
	width: 26px;
}

.quick-links ul li a span,
.quick-links .ql-span {
	padding-left: 0;
	color: #2e2d2c;
}

.quick-links .ql-span {
	font-weight: 600;
}

.ql-img {
	width: 26px;
}

.ql-div {
	padding-left: 40px;
	margin-bottom: 15px;
}

.ql-div img {
	margin-right: 5px;
}

.ql-div,
.radio-info {
	cursor: pointer;
}

.error-container {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.q-container {
		padding: 10px 0 10px 0;
		width: 100%;
	}

	.q-title>span {
		display: none;
	}

	.q-title>h1 {
		margin-bottom: 0;
		font-size: 24px;
	}

	.flags {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 450px) {
	.q-container {
		padding: 10px 0 10px 0;
		width: 100%;
	}

	.q-title>span {
		display: none;
	}

	.q-title>h1 {
		margin-bottom: 0;
		font-size: 24px;
	}

	.flags {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 280px) {
	.q-container {
		padding: 5px 0 5px 0;
		width: 100%;
	}

	.q-title>span {
		display: none;
	}

	.q-title>h1 {
		margin-bottom: 0;
		font-size: 18px;
	}

	.flags {
		margin-bottom: 5px;
	}
}


/* إصلاح القائمة العلوية */
.menu-container-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.menu-container-top a {
    display: inline-block;
    padding: 6px 10px;
    margin: 0;
    white-space: nowrap;
    font-size: 14px;
}

@media (max-width: 768px) {
    .menu-container-top {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
    }
}