/**
Theme Name: Kamala College Research Journal
Author: SAPYS InfoTECH
Author URI: https://sapysinfotech.com/about/
Description: Sapys Infotech began in 2019 when three friends with complementary tech skills realized they could create something special together. What started as casual collaboration on freelance projects quickly evolved into a full-service digital agency with a simple philosophy: combine technical excellence with marketing savvy to deliver solutions that actually work.

Today, we’re proud to have helped over 75 businesses across retail, healthcare, education, and finance establish powerful digital presences. From a healthcare app that serves 15,000 patients daily to an e-commerce platform that increased a local retailer’s revenue by 240%, our work speaks through the success of our clients.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kamala-college-research-journal
Template: astra
*/
/* Add an icon before any link ending in .pdf */
a[href$=".pdf"]::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .4em;
  background-image: url("https://your-site.com/path/to/pdf-icon.svg"); /* upload an SVG/PNG to Media and paste its URL */
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.15em;
}
