/*
Theme Name: Admire Power Engineers
Theme URI: https://www.admirepower.in/
Author: Admire Power Engineers Pvt. Ltd.
Author URI: https://www.admirepower.in/
Description: Custom WordPress theme for Admire Power Engineers Pvt. Ltd. — Electrical Engineering, High Tension systems, Solar Power Infrastructure, Design Engineering, Testing, Commissioning and Regulatory Liaisoning. Converts the approved static website into a lightweight WordPress theme using PHP, HTML, CSS and JavaScript (Bootstrap + GSAP). No page builder required.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: admire-power-engineers
Tags: business, custom-menu, featured-images, translation-ready
*/

/*
 * The existing site styles are enqueued from the theme assets
 * (assets/css/style.css and page-specific stylesheets) to preserve
 * the approved design exactly. This file only carries the theme
 * header required by WordPress plus a few theme helpers.
 */

/* Fallback template styling (non-seeded pages, search, archives). */
.generic-page {
  padding: 96px 0;
  max-width: 860px;
}

.generic-page__title {
  color: #243746;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.generic-page__meta {
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.generic-page__content {
  color: #4b5563;
  line-height: 1.8;
}

.generic-page__content article {
  margin-bottom: 2rem;
}

.generic-page__content h2 a {
  color: #243746;
  text-decoration: none;
}

.generic-page__content h2 a:hover {
  color: #d97706;
}
