 
/* =========================================================
   GoldPriceBD
   CENTRAL CSS ENTRY POINT
   Version 3.3

   CSS LOAD ORDER
   ---------------------------------------------------------
   1. Core
   2. Layout
   3. Global UI
   4. Header & Navigation
   5. Global Components
   6. Content Components
   7. Tools System
   8. Tools Components
   9. Live Price System
   10. Blog System
   11. Google Translate
   12. Main / Page
   13. Footer
   14. Theme
   15. Responsive
   ========================================================= */


/* =========================================================
   1. CORE
   ---------------------------------------------------------
   Foundation of the entire website.
   ========================================================= */

@import url("./variables.css");
@import url("./reset.css");
@import url("./base.css");


/* =========================================================
   2. LAYOUT
   ---------------------------------------------------------
   Global containers, grids, spacing and page structure.
   ========================================================= */

@import url("./layout.css");


/* =========================================================
   3. GLOBAL UI
   ---------------------------------------------------------
   Reusable UI elements used throughout the website.
   ========================================================= */

@import url("./buttons.css");
@import url("./forms.css");
@import url("./tables.css");


/* =========================================================
   4. HEADER & NAVIGATION
   ---------------------------------------------------------
   Global site navigation system.
   ========================================================= */

@import url("./header.css");
@import url("./navigation.css");


/* =========================================================
   5. GLOBAL COMPONENTS
   ---------------------------------------------------------
   Shared cards and reusable website components.
   ========================================================= */

@import url("./cards.css");
@import url("./components.css");


/* =========================================================
   6. CONTENT COMPONENTS
   ---------------------------------------------------------
   Breadcrumbs and other shared content UI.
   ========================================================= */

@import url("./components/breadcrumbs.css");


/* =========================================================
   7. TOOLS SYSTEM
   ---------------------------------------------------------
   Base styling for all GoldPriceBD tools.
   ========================================================= */

@import url("./tools.css");
@import url("./calculator.css");
@import url("./tool-template.css");


/* =========================================================
   8. TOOLS COMPONENTS
   ---------------------------------------------------------
   Tool category cards, all-tools sections etc.
   ========================================================= */

@import url("./components/tool-categories.css");
@import url("./components/all-tools.css");


/* =========================================================
   9. LIVE PRICE SYSTEM
   ---------------------------------------------------------
   Gold / Silver live price UI.
   ========================================================= */

@import url("./components/live-prices.css");


/* =========================================================
   10. BLOG SYSTEM
   ---------------------------------------------------------
   Blog listing and individual post styling.
   ========================================================= */

@import url("./components/blog.css");
@import url("./components/blog-post.css");


/* =========================================================
   11. GOOGLE TRANSLATE
   ---------------------------------------------------------
   Global Google Translate UI cleanup and customization.
   ========================================================= */

@import url("./components/google-translate.css");


/* =========================================================
   12. MAIN / PAGE
   ---------------------------------------------------------
   Page-level layout and main content rules.
   ========================================================= */

@import url("./main.css");


/* =========================================================
   13. FOOTER
   ---------------------------------------------------------
   Global footer styling.
   ========================================================= */

@import url("./footer.css");


/* =========================================================
   14. THEME
   ---------------------------------------------------------
   Dark / Light theme overrides.
   ========================================================= */

@import url("./dark-mode.css");


/* =========================================================
   15. RESPONSIVE
   ---------------------------------------------------------
   Final responsive overrides.
   Must remain last.
   ========================================================= */

@import url("./responsive.css");
 