/*
 Theme Name:   GeneratePress Rojgaar Alert Child
 Theme URI:    https://rojgaaralert.org/
 Description:  Child theme for Rojgaar Alert — built on GeneratePress
 Author:       Rojgaar Alert
 Author URI:   https://rojgaaralert.org/
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  rojgaar-alert-child
*/

/*
 * All custom styles are loaded via functions.php (rojgaar-home.css)
 * This file is required by WordPress to recognize the child theme.
 * Add any global overrides below if needed.
 */

/* ══════════════════════════════════════════
   GENERATEPRESS OVERRIDES
   Remove default GP header/footer so our
   custom header.php / footer.php take over
   ══════════════════════════════════════════ */

/* Remove GP default site header */
.site-header,
.site-branding,
.main-navigation,
#site-navigation {
  display: none !important;
}

/* Remove GP default footer */
.site-footer,
.footer-bar {
  display: none !important;
}

/* Remove GP default body padding that may offset our sticky header */
.site-content {
  padding-top: 0 !important;
}

/* Ensure our sticky header sits at very top */
#ra-sticky {
  top: 0 !important;
}

/* Remove any GP admin bar offset conflicts */
@media screen and (max-width: 782px) {
  #ra-sticky {
    top: 0 !important;
  }
}

/* ══════════════════════════════════════════
   GLOBAL BASE
   ══════════════════════════════════════════ */
body {
  background: #f5f6fa !important;
  margin: 0;
  padding: 0;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Links global */
a {
  transition: color .15s ease;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
}
