/*
Theme Name: mycustomtheme
Theme URI: https://example.com/
Author: Anil Padihar
Author URI: https://www.quickprobookkeepingservices.com/
Description: A modern blue & white responsive WordPress theme built with Bootstrap 5.
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mycustomtheme
*/

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background-color: #fff;
  color: #333;
}
a { color: #0d6efd; text-decoration: none; }
a:hover { color: #084298; }
.navbar { background-color: #0d6efd; }
.navbar a { color: #000; }
.footer { background: #f8f9fa; padding: 30px 0; text-align: center; color: #555; }
.page-hero { position: relative; background-size: cover; background-position: center; height: 360px; display:flex; align-items:center; justify-content:center; }
.page-hero .overlay { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(13,110,253,0.5); }
.hero-title { color:#fff; z-index:2; font-size:2.4rem; }
.post-meta { font-size:0.9rem; color:#6c757d; }
.card-img-top { object-fit: cover; height: 220px; }