/*
Theme Name: MECHTAL - Tank Cleaning & Facility Services
Theme URI: https://mechtal.com
Author: MECHTAL Facilities
Author URI: https://mechtal.com
Description: High-performance, high-contrast Blue, Black & Yellow WordPress theme for mechanized water tank cleaning, sump desludging, cool roof heat reduction coating, and facility management services. Includes built-in interactive cost calculator, before/after slider, water health risk quiz, and WhatsApp direct booking.
Version: 1.0.0
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mechtal
Tags: facility-services, water-tank-cleaning, cost-calculator, high-contrast, dark-mode, business, responsive-layout, custom-menu, translation-ready
*/

/* Custom root theme variables */
:root {
  --mechtal-black: #000000;
  --mechtal-dark: #0a0a0a;
  --mechtal-card: #121212;
  --mechtal-border: #262626;
  --mechtal-blue: #2563eb;
  --mechtal-blue-hover: #1d4ed8;
  --mechtal-yellow: #facc15;
  --mechtal-yellow-hover: #eab308;
  --mechtal-text: #ffffff;
  --mechtal-muted: #94a3b8;
}

body {
  background-color: var(--mechtal-black);
  color: var(--mechtal-text);
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Base custom interactive styles */
.mechtal-slider-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: var(--mechtal-yellow);
  cursor: ew-resize;
}
