.quran-exploring-wrapper{

    max-width:1000px;

    margin:40px auto;

    padding:20px;

}

.exploring-card{

    background:#fff;

    border-radius:14px;

    padding:30px;

    box-shadow:0 4px 15px rgba(0,0,0,.08);

}

.exploring-header{

    text-align:center;

    margin-bottom:30px;

}

.exploring-icon{

    font-size:42px;

    color:#0d7c4a;

    margin-bottom:15px;

}

.search-panel{

    display:flex;

    flex-direction:column;

    gap:15px;

}

#search-keyword{

    height:52px;

    font-size:18px;

    padding:0 15px;

    border-radius:8px;

    border:1px solid #ccc;

}

.search-buttons{

    display:flex;

    gap:15px;

    justify-content:center;

}

.search-buttons button{

    min-width:180px;

    height:48px;

    border:none;

    border-radius:8px;

    cursor:pointer;

    font-size:16px;

}

#search-arabic{

    background:#0d7c4a;

    color:#fff;

}

#search-persian{

    background:#1565c0;

    color:#fff;

}

#exploring-result{

    max-width:1000px;

    margin:30px auto;

}