/* Add here all your css styles (customizations) */


/*

.search-box{background:transperant;padding:20px;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,0.08);display:flex;gap:8px;flex-wrap:wrap;align-items:center}

select,button{padding:8px 10px;font-size:10px 15px;border:1px solid #ddd;border-radius:6px;background:yellow; }

button.primary{background:green;color:#fff;border:00;cursor:pointer; padding:8px 10px }

.surah{background:#26bdef;;padding:12px;margin-top:14px;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,0.06)}

.surah h2{margin:0 0 10px;font-size:18px;color:#006699}

.ranges{display:flex;flex-wrap:wrap;gap:8px}

.ranges a{display:inline-block;padding:8px 10px;border-radius:6px;border:1px dashed #cfeaf0;text-decoration:none;color:#006;min-width:96px;text-align:center}

#topBtn{position:fixed;right:20px;bottom:20px;background:#006699;color:#fff;border:0;border-radius:50%;width:44px;height:44px;font-size:20px;display:none;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,0.2)}
*/

		
		.share{margin-top:20px;text-align:center}
		.share button{margin:5px;padding:10px 14px;border:0;border-radius:6px;cursor:pointer;}
		.share .whatsapp{background:#25D366}
		.share .facebook{background:#3b5998}
		.share .youtube{background:#cc0000}
		






.search-box{
    background:#26bdef;
    color:#fff;
    padding:20px;
    border-radius:10px;
    box-shadow:0 2px 6px rgba(0,0,0,0.08);
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    margin-bottom: 20px;
    border: 3px solid #ddd;
}

select,button,input,textarea{
    padding:10px 12px;
    font-size:15px;
    border:2px solid #ddd;
    border-radius:6px;
    transition: all 0.3s;
}

select:focus, input:focus, textarea:focus {
    border-color: #006400;
    box-shadow: 0 0 5px rgba(0, 100, 0, 0.3);
    outline: none;
}

button.primary{
    background:#006400;
    color:#fff;
    border:0;
    cursor:pointer;
    font-weight: bold;
    padding: 10px 20px;
}

button.primary:hover {
    background:#004d00;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

button.secondary{
    background:#cc0000;
    color:#fff;
    border:0;
    cursor:pointer;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
}

button.secondary:hover {
    background:#a30000;
    transform: translateY(-2px);
}

#topBtn{
    position:fixed;
    right:20px;
    bottom:20px;
    background:#006699;
    color:#fff;
    border:0;
    border-radius:50%;
    width:44px;
    height:44px;
    font-size:20px;
    display:none;
    cursor:pointer;
    box-shadow:0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s;
}

#topBtn:hover {
    background:#004d73;
    transform: scale(1.1);
}

.video-info {
    background: #006400;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    display: none;
    border: 2px solid #006400;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Contact form */
.success{
    background:#d4edda;
    color:#155724;
    padding:12px;
    border-radius:6px;
    margin-bottom:15px;
    border: 1px solid #c3e6cb;
    display: none;
}

.error{
    background:#f8d7da;
    color:#721c24;
    padding:12px;
    border-radius:6px;
    margin-bottom:15px;
    border: 1px solid #f5c6cb;
    display: none;
}

form{
    background:#00A300;
    padding:20px;
    border-radius:8px;
    box-shadow:0 2px 6px rgba(0,0,0,0.1);
    margin-top:30px;
    border: 1px solid #ddd;
}

form h2{
    margin-top:0;
    font-size:20px;
    color:#006400;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #006400;
    padding-bottom: 10px;
}

form input,form textarea{
    width:95%;
    margin-bottom:15px;
    border: 1px solid #ccc;
}

.share{
    margin-top:20px;
    text-align:center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
}

.share button{
    margin:5px;
    padding:10px 14px;
    border:0;
    border-radius:6px;
    cursor:pointer;
    color:#fff;
    font-weight: bold;
    transition: all 0.3s;
}

.share button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.share .whatsapp{
    background:#25D366;
}

.share .whatsapp:hover {
    background:#1da851;
}

.share .facebook{
    background:#3b5998;
}

.share .facebook:hover {
    background:#30487b;
}

.share .youtube{
    background:#cc0000;
}

.share .youtube:hover {
    background:#a30000;
}



h2 {
    color: #FFD700;
    text-align: center;
}
  
.list {
    color:#FFD700;
    font-weight: bold;
    cursor: pointer;
}

details {
    margin: 15px 0;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 5px;
}

summary {
    padding: 10px;
    font-size: 18px;
}

.youtube-channel {
    text-align: center;
	color:white;
	border: 3px solid #ddd;
    margin: 25px 0;
    padding: 15px;
    background: #26bdef;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	
}

.youtube-channel a {
    display: inline-block;
    background: #cc0000;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: all 0.3s;
}

.youtube-channel a:hover {
    background: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Surah list styling */
#chapter-list-container p {
    color: #000;
	line-height: 1.8;
    text-align: left;
    column-count: 3;
    column-gap: 20px;
}

.chapter-list-container p {
    color: #000;
	line-height: 1.8;
    text-align: left;
    column-count: 3;
    column-gap: 20px;
}



@media (max-width: 768px) {
    #chapter-list-container p {
        column-count: 2;
    }
    
    .search-box {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 480px) {
    #chapter-list-container p {
        column-count: 1;
    }
    
    .container {
        margin: 10px;
        padding: 10px;
		
    }
    
    header {
        margin: 10px;
        padding: 15px 0;
    }
}

/* Loading animation */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
