/*
Theme Name:   Hello Elementor Child
Theme URI:    https://shinelaser.ca
Description:  Hello Elementor Child Theme for Shine Laser Centre
Author:       Shine Laser Centre
Author URI:   https://shinelaser.ca
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

/* ============================================================
   SHINE LASER CENTRE — Global CSS Overrides
   All rules use !important to reliably override Elementor
   ============================================================ */

/* --- Brand Tokens --- */
:root {
  --slc-teal-deep:  #1B5570;
  --slc-teal-brand: #2E7895;
  --slc-teal-soft:  #4A95B5;
  --slc-teal-mist:  #E3F2F8;
  --slc-gold:       #C49830;
  --slc-gold-light: #E4CA6A;
  --slc-white:      #FAF9F7;
  --slc-pearl:      #F4F2EE;
  --slc-stone:      #4A606E;
  --slc-charcoal:   #1C2A35;
}

/* --- Base --- */
body {
  background-color: #FAF9F7 !important;
  color: #4A606E !important;
  font-family: 'Raleway', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- Remove Elementor default horizontal padding on containers --- */
.elementor-section .elementor-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Remove Elementor default section padding */
.elementor-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* --- Sticky header via Theme Builder --- */
.elementor-location-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
}

/* --- Hide Hello Elementor's default site header & footer (we use custom) --- */
.site-header,
.site-footer {
  display: none !important;
}

/* --- Remove Hello theme's default page title area --- */
.page-header {
  display: none !important;
}

/* --- Elementor widget Custom HTML: remove default margin --- */
.elementor-widget-html {
  margin: 0 !important;
  padding: 0 !important;
}

/* --- Prevent FOUC on slc- sections before JS runs --- */
.slc-intro-overlay {
  z-index: 9999 !important;
}

/* --- Scrollbar styling (optional, nice touch) --- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #F4F2EE; }
::-webkit-scrollbar-thumb { background: #2E7895; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #1B5570; }

/* --- Selection colour --- */
::selection {
  background: #C49830;
  color: #FAF9F7;
}
