/*
Theme Name: Ranchi Services Theme
Theme URI: https://ranchiservices.com
Author: Ranchi Services Tech Team
Author URI: https://ranchiservices.com
Description: High-performance, modern presentation theme designed for RanchiServices.com on-demand local services. Seamlessly couples with the Service Website Core plugin for custom post types, WhatsApp booking (9234105031), local SEO schema, and Math CAPTCHA validation.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: ranchi-services-theme
Tags: local-business, services, e-commerce, custom-menu, responsive-layout
*/

:root {
  --primary: #0284c7;
  --primary-hover: #0369a1;
  --secondary: #f59e0b;
  --dark: #0f172a;
  --light: #f8fafc;
  --text-main: #334155;
  --text-muted: #64748b;
  --border-color: #e2e8f0;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}

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

body {
  font-family: var(--font-body);
  color: var(--text-main);
  background-color: var(--light);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--dark);
  line-height: 1.25;
  font-weight: 700;
}

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

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

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
}

.btn-primary {
  background-color: var(--primary);
  color: #ffffff !important;
}

.btn-primary:hover {
  background-color: var(--primary-hover);
  transform: translateY(-1px);
}

.btn-whatsapp {
  background-color: #25D366;
  color: #ffffff !important;
}

.btn-whatsapp:hover {
  background-color: #1eb954;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 9999px;
}
