body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #222428;
}

label{
	color:#fff;
	  padding: 5px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px 0;
}

header h1 {
    margin: 0;
}

nav ul {
	list-style: none;
    padding: 0;
    margin: 0; 
}

nav ul li {
    display: inline-block;
	margin-right:-15px !important;
}

nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

 
main {
    padding: 40px 0;
	background-color: #222428;
}

.surah-link {
    text-decoration: none;
    color: #fff;
}

.surah-preview {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #555;
    border-radius: 5px;
    transition: border-color 0.3s ease; /* إضافة تأثير الانتقال */
}

.surah-preview:hover { 
    border-color: #2da9b0; /* تغيير لون الحدود عند hover */
	color:#2da9b0;
}

.surah-preview:hover > .surah-left > .surah-number {
    background-color: #2da9b0;
}

.surah-left {
    display: flex;
}

.surah-number {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    margin-right: 20px;
    transition: background-color 0.3s ease; /* إضافة تأثير الانتقال */
}

.surah-number:hover {
    background-color: #2da9b0; /* تغيير لون الخلفية عند hover */
}

.surah-number span {
    transform: rotate(-45deg);
    font-weight: bold;
}

.surah-name:hover{
	color:#2da9b0;
}


.surah-name-container {
    display: flex;
    flex-direction: column;
}

.translated-surah-name{
	font-size:12px;
	color:#777;
}

 

.surah-right {
    display: flex;
    flex-direction: column;
}

.chapter-icon {
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
}

.surah-description {
	font-size:12px;
    color: #777;
	
}

footer {
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.text-left{
	text-align:left !important;
}

.text-right{
	text-align:right !important;
}

.rtl{
	direction:rtl !important;
}

.ltr{
	direction:ltr !important;
}

        #backToTop {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #007bff;
            color: #fff;
            border: none;
            border-radius: 5px;
            padding: 10px 15px;
            cursor: pointer;
        }
		.seo h1,.seo h2,.seo h3,.seo h4,.seo h5,.seo h6 {
			
			  display: inline;
			font-size:1px;
		}
		
		
	.logo img {
		margin-left:25px;
		 
	}
	
	.navbar-nav {
			margin-right:25px;
	}