/*
Theme Name: Doctor Smart
Theme URI: https://www.doctorsmart.in
Description: Premium medical equipment website theme for Doctor Smart. 100% mobile responsive and Elementor compatible.
Version: 1.0.0
Author: Doctor Smart
Author URI: https://www.doctorsmart.in
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: doctorsmart
Domain Path: /languages
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.4
*/

/* Doctor Smart WordPress Theme */
/* Premium Medical Equipment Website Theme */
/* 100% Mobile Responsive & Elementor Compatible */

:root {
  --primary-color: #001f3f;
  --secondary-color: #ff6b35;
  --text-color: #333333;
  --background-color: #ffffff;
  --border-color: #e5e7eb;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-color);
  background-color: var(--background-color);
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary-color);
  font-weight: 700;
}

a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--primary-color);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}
