/*
Theme Name: HiCool Starter
Theme URI: https://hicoolservice.com
Description: Custom child theme for HI Cool Sales & Service — AC, Washing Machine, Fridge & RO Repair in Madurai.
Author: HiCool Dev
Author URI: https://hicoolservice.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hicool-starter
*/

/* ══════════════════════════════
   DESIGN TOKENS
══════════════════════════════ */
:root {
  --primary: #0F6FDE;
  --primary-light: #3B8AEB;
  --primary-pale: #EBF3FE;
  --primary-dark: #0B59B5;
  --accent: #0891B2;
  --accent-light: #E0F7FA;
  --charcoal: #1A1A2E;
  --dark: #2D2D3A;
  --gray: #6B7280;
  --gray-light: #F3F4F6;
  --border: #E5E7EB;
  --white: #FFFFFF;
  --green: #059669;
  --green-light: #ECFDF5;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--white);
  color: var(--dark);
  overflow-x: hidden;
  line-height: 1.6;
}

/* ── TOP STRIP ── */
.hc-top-strip {
  background: var(--primary-dark);
  color: white;
  text-align: center;
  padding: 9px 20px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.hc-top-strip a {
  color: white;
  text-decoration: none;
  font-weight: 700;
}

/* ── NAV ── */
.hc-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
}

.hc-nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 68px;
}

.hc-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.hc-logo img,
.hc-logo .custom-logo-link img {
  max-height: 45px;
  width: auto;
  object-fit: contain;
}

.hc-logo-icon {
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.hc-logo-text {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--charcoal);
}

.hc-logo-text span {
  color: var(--primary);
}

.hc-nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.hc-nav-links a {
  color: var(--gray);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  transition: all 0.2s;
  white-space: nowrap;
}

.hc-nav-links a:hover,
.hc-nav-links .current-menu-item a {
  color: var(--charcoal);
  background: var(--gray-light);
}

.hc-nav-cta {
  background: var(--primary) !important;
  color: white !important;
  border-radius: 30px !important;
  padding: 10px 22px !important;
}

.hc-nav-cta:hover {
  background: var(--primary-light) !important;
  transform: scale(1.02);
}

.hc-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}

.hc-hamburger span {
  width: 22px;
  height: 2px;
  background: var(--charcoal);
  border-radius: 2px;
  transition: 0.3s;
  display: block;
}

/* ── HERO ── */
.hc-hero {
  background: linear-gradient(135deg, rgba(240, 247, 255, 0.72) 0%, rgba(235, 243, 254, 0.65) 50%, rgba(224, 247, 250, 0.70) 100%), url('assets/images/hero-bg.png') right center/55% auto no-repeat, linear-gradient(135deg, #F0F7FF 0%, #EBF3FE 50%, #E0F7FA 100%);
  padding: 72px 24px 80px;
  position: relative;
  overflow: hidden;
}

.hc-hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: radial-gradient(circle, var(--primary) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.hc-hero-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hc-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--primary-pale);
  border: 1px solid rgba(15, 111, 222, 0.2);
  color: var(--primary);
  padding: 7px 16px;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.hc-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--charcoal);
  margin-bottom: 18px;
}

.hc-hero h1 em {
  font-style: normal;
  color: var(--primary);
}

.hc-hero-desc {
  font-size: 1.05rem;
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 480px;
}

.hc-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.hc-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--primary);
  color: white;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 4px 20px rgba(15, 111, 222, 0.35);
}

.hc-btn-primary:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(15, 111, 222, 0.4);
  color: white;
}

.hc-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #25D366;
  color: white;
  padding: 16px 28px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
}

.hc-btn-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  color: white;
}

.hc-hero-trust {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hc-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem;
  color: var(--gray);
  font-weight: 600;
}

.hc-trust-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

/* HERO RIGHT — Service Card */
.hc-hero-right {
  position: relative;
}

.hc-hero-card {
  background: white;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border);
}

.hc-hero-card-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gray);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hc-service-pills {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hc-service-pill {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1.5px solid var(--border);
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.hc-service-pill:hover {
  border-color: var(--primary);
  background: var(--primary-pale);
}

.hc-pill-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.hc-pill-icon.ac {
  background: #EEF5FF;
}

.hc-pill-icon.wm {
  background: #F0FDF4;
}

.hc-pill-icon.fr {
  background: #EFF6FF;
}

.hc-pill-icon.ro {
  background: #F0FDFA;
}

.hc-pill-text h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--charcoal);
}

.hc-pill-text p {
  font-size: 0.78rem;
  color: var(--gray);
}

.hc-pill-arrow {
  margin-left: auto;
  color: var(--gray);
  font-size: 1rem;
}

.hc-hero-badge {
  position: absolute;
  top: -16px;
  right: -16px;
  background: var(--primary);
  color: white;
  border-radius: 16px;
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(15, 111, 222, 0.4);
}

.hc-hero-badge strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

.hc-hero-badge span {
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0.9;
}

/* ── OFFER BANNER ── */
.hc-offer-banner {
  background: linear-gradient(135deg, var(--charcoal), #2a2a3f);
  padding: 28px 24px;
}

.hc-offer-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.hc-offer-text h3 {
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  font-weight: 800;
  color: white;
}

.hc-offer-text p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

.hc-offer-price {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hc-old-p {
  font-size: 1.2rem;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
}

.hc-new-p {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary);
}

.hc-save-badge {
  background: var(--primary);
  color: white;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
}

.hc-offer-btn {
  background: var(--primary);
  color: white;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: all 0.2s;
}

.hc-offer-btn:hover {
  background: var(--primary-light);
  color: white;
}

/* ── STATS ── */
.hc-stats-section {
  padding: 56px 24px;
  background: var(--primary-pale);
  border-bottom: none;
}

.hc-stats-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

.hc-stat-num {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.hc-stat-label {
  font-size: 0.82rem;
  color: var(--gray);
  font-weight: 600;
  margin-top: 6px;
}

/* ── SECTIONS (Generic) ── */
.hc-section {
  padding: 64px 24px;
}

.hc-section-alt {
  background: var(--gray-light) url('assets/images/pattern-bg.png') center/cover no-repeat;
  background-blend-mode: overlay;
}

.hc-container {
  max-width: 1160px;
  margin: 0 auto;
}

.hc-section-header {
  margin-bottom: 40px;
}

.hc-section-tag {
  display: inline-block;
  background: var(--primary-pale);
  color: var(--primary);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hc-section-tag.blue {
  background: var(--accent-light);
  color: var(--accent);
}

.hc-section-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  color: var(--charcoal);
  line-height: 1.2;
}

.hc-section-title span {
  color: var(--primary);
}

.hc-section-desc {
  color: var(--gray);
  margin-top: 10px;
  font-size: 0.95rem;
  max-width: 520px;
}

/* ── SERVICES GRID ── */
.hc-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.hc-svc-card {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  transition: all 0.25s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.hc-svc-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.hc-svc-card:hover {
  border-color: rgba(15, 111, 222, 0.3);
  box-shadow: 0 12px 40px rgba(15, 111, 222, 0.1);
  transform: translateY(-4px);
}

.hc-svc-card:hover::after {
  transform: scaleX(1);
}

.hc-svc-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 18px;
}

.hc-svc-icon-wrap.o {
  background: var(--primary-pale);
}

.hc-svc-icon-wrap.b {
  background: var(--accent-light);
}

.hc-svc-icon-wrap.g {
  background: var(--green-light);
}

.hc-svc-icon-wrap.y {
  background: #FFFBEB;
}

.hc-svc-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--charcoal);
  margin-bottom: 10px;
}

.hc-svc-card p {
  font-size: 0.86rem;
  color: var(--gray);
  line-height: 1.65;
}

.hc-svc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.hc-svc-link:hover {
  gap: 10px;
  color: var(--primary);
}

/* ── WHY US ── */
.hc-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.hc-why-card {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  transition: all 0.2s;
}

.hc-why-card:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 24px rgba(15, 111, 222, 0.08);
}

.hc-why-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.hc-why-card h4 {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--charcoal);
  margin-bottom: 6px;
}

.hc-why-card p {
  font-size: 0.8rem;
  color: var(--gray);
  line-height: 1.55;
}

/* ── AREAS ── */
.hc-section.hc-areas-section {
  background: linear-gradient(135deg, rgba(15, 111, 222, 0.88), rgba(11, 89, 181, 0.92)), url('assets/images/areas-bg.png') center/cover no-repeat;
  padding: 64px 24px;
}

.hc-areas-section .hc-section-tag {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.hc-areas-section .hc-section-title {
  color: white;
}

.hc-areas-section .hc-section-title span {
  color: #93CBFF;
}

.hc-areas-section .hc-section-desc {
  color: rgba(255, 255, 255, 0.8);
}

.hc-areas-wrap {
  text-align: center;
}

.hc-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}

.hc-chip {
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 0.87rem;
  font-weight: 600;
  transition: all 0.2s;
  backdrop-filter: blur(4px);
}

.hc-chip:hover {
  border-color: white;
  color: white;
  background: rgba(255, 255, 255, 0.25);
}

/* ── BRANDS ── */
.hc-brands-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.hc-brand {
  background: white;
  border: 1.5px solid var(--border);
  color: var(--dark);
  padding: 10px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.5px;
  transition: all 0.2s;
}

.hc-brand:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-light);
}

/* ── CTA SECTION ── */
.hc-cta-section {
  background: linear-gradient(135deg, rgba(15, 111, 222, 0.82), rgba(59, 138, 235, 0.78)), url('assets/images/cta-bg.png') center/cover no-repeat;
  padding: 80px 24px;
  text-align: center;
}

.hc-cta-section h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: white;
  margin-bottom: 14px;
}

.hc-cta-section p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  margin-bottom: 36px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.hc-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.hc-btn-white {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: white;
  color: var(--primary);
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.hc-btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  color: var(--primary);
}

.hc-btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: transparent;
  color: white;
  padding: 16px 28px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}

.hc-btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: white;
  color: white;
}

/* ── FOOTER ── */
.hc-footer {
  background: var(--charcoal);
  color: white;
  padding: 56px 24px 24px;
}

.hc-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  max-width: 1160px;
  margin: 0 auto;
}

.hc-footer-logo {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hc-footer-logo-img {
  max-height: 85px;
  width: auto;
  object-fit: contain;
}

.hc-footer-logo span {
  color: var(--primary-light);
}

.hc-footer-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.86rem;
  line-height: 1.7;
}

.hc-footer-col h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hc-footer-col a {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.87rem;
  margin-bottom: 10px;
  transition: color 0.2s;
}

.hc-footer-col a:hover {
  color: var(--primary-light);
}

.hc-footer-bottom {
  max-width: 1160px;
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.hc-footer-bottom p {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.8rem;
}

/* ══════════════════════════════
   SERVICE PAGES
══════════════════════════════ */

/* ── SERVICE PAGE HERO ── */
.hc-svc-page-hero {
  background: linear-gradient(135deg, #F0F7FF, #EBF3FE);
  padding: 64px 24px;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.hc-svc-page-hero-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hc-svc-hero-content {
  max-width: 520px;
}

.hc-svc-page-hero h1 {
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--charcoal);
  margin-bottom: 14px;
  line-height: 1.2;
}

.hc-svc-page-hero p {
  font-size: 1.05rem;
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 28px;
}

.hc-svc-hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hc-svc-hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  object-fit: cover;
  max-height: 400px;
}

/* ── PROBLEMS GRID ── */
.hc-problems-section {
  padding: 60px 24px;
  background: white;
}

.hc-problems-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.hc-prob-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #FFF5F5;
  border: 1px solid #FEE2E2;
  border-radius: 12px;
  padding: 16px;
}

.hc-prob-item span {
  font-size: 1.3rem;
  flex-shrink: 0;
}

.hc-prob-item p {
  font-size: 0.87rem;
  color: var(--dark);
  font-weight: 500;
  line-height: 1.5;
}

/* ── PRICING TABLE ── */
.hc-price-card {
  max-width: 560px;
  margin: 36px auto 0;
  background: white;
  border: 1.5px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.hc-price-header {
  background: var(--primary);
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
}

.hc-price-header span {
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
}

.hc-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
}

.hc-price-row:last-child {
  border-bottom: none;
}

.hc-price-row:nth-child(even) {
  background: var(--gray-light);
}

.hc-price-label {
  font-size: 0.9rem;
  color: var(--dark);
  font-weight: 500;
}

.hc-price-val {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
}

/* ══════════════════════════════
   CONTACT PAGE
══════════════════════════════ */
.hc-contact-section {
  padding: 60px 24px;
}

.hc-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1000px;
  margin: 0 auto;
}

.hc-contact-info h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--charcoal);
  margin-bottom: 28px;
}

.hc-cinfo-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.hc-cinfo-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--primary-pale);
  border: 1.5px solid rgba(15, 111, 222, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.hc-cinfo-item h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 4px;
}

.hc-cinfo-item p,
.hc-cinfo-item a {
  font-size: 0.87rem;
  color: var(--gray);
  text-decoration: none;
  line-height: 1.6;
}

.hc-cinfo-item a {
  color: var(--primary);
  font-weight: 600;
}

.hc-contact-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.hc-contact-form-card {
  background: var(--gray-light);
  border: 1.5px solid var(--border);
  border-radius: 24px;
  padding: 36px;
}

.hc-contact-form-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--charcoal);
  margin-bottom: 24px;
}

.hc-form-group {
  margin-bottom: 16px;
}

.hc-form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 7px;
  letter-spacing: 0.3px;
}

.hc-form-group input,
.hc-form-group select,
.hc-form-group textarea {
  width: 100%;
  background: white;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 12px 16px;
  color: var(--dark);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s;
}

.hc-form-group input:focus,
.hc-form-group select:focus,
.hc-form-group textarea:focus {
  border-color: var(--primary);
}

.hc-form-group textarea {
  height: 90px;
  resize: none;
}

.hc-submit-btn {
  width: 100%;
  background: var(--primary);
  color: white;
  border: none;
  padding: 15px;
  border-radius: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}

.hc-submit-btn:hover {
  background: var(--primary-light);
}

.hc-map-wrap {
  margin-top: 28px;
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid var(--border);
}

/* ── MOBILE FLOAT ── */
.hc-float-call {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: var(--primary);
  color: white;
  padding: 15px 36px;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(15, 111, 222, 0.45);
  white-space: nowrap;
  animation: hc-pulse 2.5s ease-in-out infinite;
}

@keyframes hc-pulse {

  0%,
  100% {
    box-shadow: 0 8px 28px rgba(15, 111, 222, 0.45);
  }

  50% {
    box-shadow: 0 12px 40px rgba(15, 111, 222, 0.65);
  }
}

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 900px) {
  .hc-hero-inner {
    grid-template-columns: 1fr;
  }

  .hc-hero-right {
    display: none;
  }

  .hc-svc-page-hero-inner {
    grid-template-columns: 1fr;
  }

  .hc-svc-hero-image {
    order: -1;
  }

  .hc-svc-hero-image img {
    max-height: 280px;
  }

  .hc-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hc-contact-grid {
    grid-template-columns: 1fr;
  }

  .hc-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .hc-nav-links {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    background: white;
    padding: 16px;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .hc-nav-links.open {
    display: flex;
  }

  .hc-hamburger {
    display: flex;
  }

  .hc-float-call {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hc-footer-grid {
    grid-template-columns: 1fr;
  }

  .hc-offer-inner {
    flex-direction: column;
    text-align: center;
  }

  .hc-footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .hc-hero-btns {
    flex-direction: column;
  }

  .hc-cta-btns {
    flex-direction: column;
    align-items: center;
  }
}