/*
Theme Name: HCR
Theme URI: https://hyderabadcarrental.in/
Author: HCR
Author URI: https://hyderabadcarrental.in/
Description: Custom high-performance, Elementor-free WordPress theme for Hyderabad Car Rental.
Version: 2.0
Text Domain: hcr
*/

/* ==========================================================================
   1. GLOBAL RESET & BASE STYLES
   ========================================================================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2937;
  background: #ffffff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   2. CONTAINERS & WRAPPERS
   ========================================================================== */
.container,
.hcr-container,
.page-wrap,
.hcr-services-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Main Content Area */
.site-main {
  min-height: 60vh;
}

/* ==========================================================================
   3. INNER PAGES & BLOG TYPOGRAPHY (page.php & single.php)
   ========================================================================== */
.hcr-page-layout {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 16px;
}

.hcr-page-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 24px;
  color: #1f2937;
  line-height: 1.2;
}

.hcr-page-content,
.hcr-single-content {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
}

.hcr-page-content p,
.hcr-single-content p {
  margin-bottom: 16px;
}

.hcr-page-content h2,
.hcr-single-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin-top: 32px;
  margin-bottom: 12px;
}

.hcr-page-content h3,
.hcr-single-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin-top: 24px;
  margin-bottom: 10px;
}

.hcr-page-content ul,
.hcr-page-content ol,
.hcr-single-content ul,
.hcr-single-content ol {
  margin: 0 0 16px 24px;
}

.hcr-page-content li,
.hcr-single-content li {
  margin-bottom: 8px;
}

.hcr-page-content a,
.hcr-single-content a {
  color: #0d4d9d;
  text-decoration: underline;
}

/* ==========================================================================
   4. SHARED BUTTON SYSTEM
   ========================================================================== */
.hcr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
}

.hcr-btn-primary {
  background: #0d4d9d;
  color: #ffffff !important;
  box-shadow: 0 10px 30px rgba(13,77,157,0.12);
}

.hcr-btn-primary:hover {
  background: #083b79;
}

.hcr-btn-whatsapp {
  background: #0d7a43;
  color: #ffffff !important;
}

.hcr-btn-whatsapp:hover {
  background: #095c32;
}

/* ==========================================================================
   5. BLOG PAGINATION
   ========================================================================== */
.hcr-pagination,
.pagination {
  margin-top: 40px;
  text-align: center;
}

.hcr-pagination .nav-links,
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hcr-pagination .page-numbers,
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  background: #ffffff;
  border: 1px solid #d9e3f0;
  border-radius: 10px;
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
}

.hcr-pagination .page-numbers:hover,
.pagination .page-numbers:hover {
  border-color: #0d4d9d;
  color: #0d4d9d;
}

.hcr-pagination .page-numbers.current,
.pagination .page-numbers.current {
  background: #0d4d9d;
  color: #ffffff;
  border-color: #0d4d9d;
}

/* ==========================================================================
   6. RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 767px) {
  .container,
  .hcr-container,
  .page-wrap,
  .hcr-services-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hcr-page-title {
    font-size: 26px;
  }

  .hcr-page-layout {
    margin: 24px auto;
    padding: 0 12px;
  }
}