# Home (Bangladesh) Module

- Purpose: Controls the Bangladesh home page experience (ACF builder sections, shortcodes, and scoped assets).

## Shortcodes
- `[remark_home_bd_hero]`: Renders the hero (title, subtitle, CTA button, optional image). Fields live in Remark Builder > Home (Bangladesh).
- `[remark_home_bd_brands]`: Builds the brands promo section (title + CTA + embedded `[remark_brands_list]`).
- `[remark_home_bd_blogs]`: Outputs the Blogs section (title, CTA, and recent posts with optional category filter/count controls).
- `[remark_home_bd_certificates]`: Renders the certificates section with a title and a grid of images.
- `[remark_home_bd_cta_banner]`: Displays the CTA banner with image, copy, button, and configurable background color.

## Files
- `acf.php`: ACF field groups for hero, brands, blogs, certificates, and CTA banner sections (remember to sync in ACF Pro).
- `shortcodes.php`: Output logic for the section shortcodes; loads `page.*` assets automatically.
- `page.css|page.js|page.anim.js`: Page-specific styling, interactivity, and animations (add as needed).

When editing, update ACF first, then mirror any render changes in `shortcodes.php`, and keep styles scoped to `.remark-home-bd-*` classes.

### Notes
- `acf.php` appends the Blogs tab programmatically if it is missing—keep that filter when reordering fields or new tabs may drop to the end.
- `[remark_home_bd_blogs]` falls back to the WordPress “Posts page” when no CTA link is provided; set the Reading settings accordingly.
- Page CSS assumes three-card layout; adjust breakpoints if you change the `posts_per_page` default.
- CTA banner button inherits the global button component; adjust `.remark-home-bd-cta__button` if you introduce secondary states.
