/*
 Theme Name:   Shree Ganesh Electricals
 Theme URI:    https://shreeganeshelectricals.in
 Description:  Lightweight child theme for Shree Ganesh Electricals. Built on GeneratePress Premium with GenerateBlocks.
 Author:       Shree Ganesh Electricals
 Author URI:   https://shreeganeshelectricals.in
 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:  child-sg
*/

/* =============================================
   GeneratePress Overrides
   (Minor tweaks that complement kd-styles.css)
   ============================================= */

/* Ensure smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}

/* Override GP default link underline in content area */
.entry-content a:not(.kd-btn):not(.kd-btn-primary):not(.kd-btn-secondary):not(.kd-btn-whatsapp):not(.kd-btn-outline) {
  color: var(--kd-primary);
  transition: color var(--kd-transition);
}
.entry-content a:not(.kd-btn):hover {
  color: var(--kd-primary-light);
}

/* Remove GP default content padding on full-width pages */
.page-template-default .site-content {
  padding: 0;
}

/* GP Header — remove bottom border if present */
.site-header {
  border-bottom: none;
  transition: box-shadow 0.3s ease;
}

/* GP Footer — dark theme base */
.site-footer {
  background: #112A44;
  color: rgba(255, 255, 255, 0.6);
}
