/*
Theme Name: Godigiler Child
Theme URI: https://godigilerwebsolutions.com
Template: godigiler
Author: Godigiler India Web Solutions Pvt Ltd
Description: Child theme for Godigiler. Make ALL your customisations here — never edit the parent theme directly. Your changes will survive every parent theme update.
Version: 1.0.0
Text Domain: godigiler-child
*/

/*
 ═══════════════════════════════════════════════════
  HOW TO USE THIS CHILD THEME
 ═══════════════════════════════════════════════════

 ✅ DO add your custom CSS overrides below this comment
 ✅ DO add custom PHP in functions.php (this folder)
 ✅ DO copy parent template files here to override them
    e.g. copy front-page.php here → your version wins
 ✅ Parent theme updates will NEVER break your changes

 ❌ NEVER edit files in the /godigiler/ parent folder
    directly — those changes get wiped on theme update

 ═══════════════════════════════════════════════════
  QUICK REFERENCE — PARENT CSS VARIABLES
 ═══════════════════════════════════════════════════

  --brand:       #185FA5   (navy blue — primary colour)
  --brand-dark:  #042C53   (deep navy — hero backgrounds)
  --brand-mid:   #0C447C   (mid navy — hover states)
  --brand-light: #E6F1FB   (light blue — backgrounds)
  --teal:        #1D9E75   (teal — success / accent)
  --amber:       #EF9F27   (amber — highlights / CTAs)
  --text:        #0D0D12   (primary text)
  --text-sec:    #4A4A5A   (secondary text)
  --text-muted:  #888890   (muted / placeholder)
  --border:      #E8E8F0   (borders)
  --bg:          #FFFFFF   (white background)
  --bg-off:      #F7F8FC   (off-white background)
  --font-head:   'Plus Jakarta Sans'
  --font-body:   'Inter'

 ═══════════════════════════════════════════════════
  EXAMPLE CUSTOMISATIONS — uncomment to use
 ═══════════════════════════════════════════════════
*/

/* ── Change brand colour ──
:root {
  --brand: #1A7AD4;
}
*/

/* ── Adjust hero headline size on mobile ──
@media (max-width: 480px) {
  .gdl-hero__title { font-size: 30px; }
}
*/

/* ── Add custom section ──
.my-custom-section {
  padding: 80px 0;
  background: var(--bg-off);
}
*/

/* ── Override button style ──
.gdl-btn--primary {
  border-radius: 4px;
}
*/

/* ── Custom announce bar colour ──
.gdl-announce {
  background: var(--teal);
}
*/
