/*
Theme Name:        HydroFlux Industrial Child
Theme URI:         https://hydroflux.co.in
Author:            HydroFlux Industrial Solutions
Author URI:        https://hydroflux.co.in
Description:       Child theme for HydroFlux Industrial. Use this child theme to safely add custom CSS, override templates, and make site-specific customisations without modifying the parent theme — so your changes are never lost when the parent theme is updated.
Version:           1.0.0
Template:          hydroflux
Requires at least: 6.0
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       hydroflux-child
Tags:              child-theme, industrial, manufacturing
*/

/* ============================================================
   CHILD THEME CUSTOM CSS
   All your site-specific CSS customisations go here.
   This file is loaded AFTER the parent theme's style.css,
   so your rules override the parent automatically.
   ============================================================ */


/* ──────────────────────────────────────────
   EXAMPLE: Change accent colour (uncomment to use)
   ──────────────────────────────────────────
:root {
    --hf-accent:  #d4380d;
    --hf-orange:  #fa8c16;
}
*/


/* ──────────────────────────────────────────
   EXAMPLE: Custom hero gradient
   ──────────────────────────────────────────
.hf-slide {
    background: linear-gradient(135deg, #06193a 0%, #0e2d6b 100%) !important;
}
*/


/* ──────────────────────────────────────────
   EXAMPLE: Change logo font size
   ──────────────────────────────────────────
.site-title-link {
    font-size: 32px;
}
*/


/* ──────────────────────────────────────────
   EXAMPLE: Custom button radius
   ──────────────────────────────────────────
.btn {
    border-radius: 2px;
}
*/


/* ──────────────────────────────────────────
   ADD YOUR CUSTOM CSS BELOW THIS LINE
   ──────────────────────────────────────────
*/
