/* Theme : Midnight Blue */
:root {
    --color-default: #1a1a2e;
    --color-primary: #162447;
    --color-secondary: #1f4068;
    --color-topbar: #1b1b3a;
    --color-main-heading: #e43f5a;
    --color-sub-heading: #6a097d;
    --color-text: #c7c7c7;
    --color-para: #232931;
    --btn-primary: #162447;
    --btn-primary-hov: #1f4068;
    --btn-secondary: #e43f5a;
    --btn-secondary-hov: #6a097d;
    --bg-light-color: #10121e;
    --dark-color: #0f0f0f;
    --prize-color: #e43f5a;
    --bg-header-color: #fff;
    --color-footer: #b6b9db;       /* Deepest midnight */
    --color-section: #1d2033;      /* Soft dark section background */
    --color-dark: #07080f;         /* Ultra-dark accent */
    --color-light: #2e3451;        /* Muted cool blue highlight */
    --color-stars: #ff8c00;        /* Golden neon star/accent */
    --color-slider-deal: #884f59;
  }
  