/* blog-details.php ka apna CSS. Pehle isi page ke andar <style> me tha,
   content bilkul waisa hi hai - sirf external file me shift kiya gaya. */

               
                    h3 {
                        font-size: 23px;
                    }
                    .all1 ul li::before,
                    .all2 ul li::before{
                      content: "\f058"; /* Font Awesome check-circle */
                      font-family: "Font Awesome 6 Free";
                      font-weight: 900;
                      position: absolute;
                      left: -20px;
                      top: -1px;
                      font-size: 1rem;
                    }
                    
                    .alll ul li::before, { color: #000; }
                    .all2 ul li::before, { color: #c45b26; }
                
            
