/* ==========================================================================
   SN ASSOCIATES - CHARTERED ACCOUNTANTS
   PREMIUM FINANCIAL DESIGN SYSTEM & STYLESHEET
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
  /* Color Palette */
  --color-navy-950: #060e1a;
  --color-navy-900: #0b192c;
  --color-navy-800: #102a43;
  --color-navy-700: #1e3a5f;
  --color-navy-600: #244b7a;
  
  --color-blue-600: #2563eb;
  --color-blue-700: #1d4ed8;
  --color-blue-800: #1e40af;
  --color-blue-50: #eff6ff;
  --color-blue-100: #dbeafe;

  --color-gold-500: #d97706;
  --color-gold-600: #b45309;
  --color-gold-400: #f59e0b;
  --color-gold-50: #fffbeb;
  --color-gold-100: #fef3c7;

  --color-emerald-600: #059669;
  --color-emerald-500: #10b981;
  --color-emerald-50: #ecfdf5;

  --color-slate-900: #0f172a;
  --color-slate-800: #1e293b;
  --color-slate-700: #334155;
  --color-slate-600: #475569;
  --color-slate-500: #64748b;
  --color-slate-400: #94a3b8;
  --color-slate-300: #cbd5e1;
  --color-slate-200: #e2e8f0;
  --color-slate-100: #f1f5f9;
  --color-slate-50: #f8fafc;
  --color-white: #ffffff;

  /* Typography */
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Shadows */
  --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --shadow-card: 0 10px 30px -5px rgba(11, 25, 44, 0.08);
  --shadow-card-hover: 0 20px 40px -10px rgba(11, 25, 44, 0.16);

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.25s ease;
  --transition-slow: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--color-slate-800);
  background-color: var(--color-slate-50);
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

ul, ol {
  list-style: none;
}

/* ==========================================================================
   LAYOUT UTILITIES
   ========================================================================== */
.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-narrow {
  max-width: 900px;
}

.section {
  padding: 80px 0;
  position: relative;
}

.section-sm {
  padding: 48px 0;
}

.section-dark {
  background-color: var(--color-navy-900);
  color: var(--color-white);
}

.section-light {
  background-color: var(--color-white);
}

.section-muted {
  background-color: var(--color-slate-100);
}

.grid {
  display: grid;
  gap: 30px;
}

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

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.gap-2 { gap: 8px; }
.gap-3 { gap: 12px; }
.gap-4 { gap: 16px; }
.gap-6 { gap: 24px; }
.gap-8 { gap: 32px; }

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--color-navy-900);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.service-header-hero h1,
.service-header-hero h2,
.service-header-hero h3,
.service-header-hero h4,
.hero-section h1,
.hero-section h2,
.hero-section h3,
.location-card-header h1,
.location-card-header h2,
.location-card-header h3 {
  color: var(--color-white) !important;
}

h1 { font-size: 2.75rem; }
h2 { font-size: 2.25rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px auto;
}

.section-header.text-left {
  text-align: left;
  margin-left: 0;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background-color: rgba(37, 99, 235, 0.1);
  color: var(--color-blue-600);
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.section-badge.badge-gold {
  background-color: rgba(217, 119, 6, 0.12);
  color: var(--color-gold-500);
}

.section-badge.badge-light {
  background-color: rgba(255, 255, 255, 0.12);
  color: var(--color-gold-400);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-title {
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--color-slate-600);
}

.section-dark .section-subtitle {
  color: var(--color-slate-300);
}

/* ==========================================================================
   BUTTONS & CTAs
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  transition: all var(--transition-normal);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-blue-600) 0%, var(--color-blue-800) 100%);
  color: var(--color-white);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--color-blue-700) 0%, var(--color-navy-800) 100%);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
  color: var(--color-white);
}

.btn-gold {
  background: linear-gradient(135deg, var(--color-gold-400) 0%, var(--color-gold-600) 100%);
  color: var(--color-white);
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.35);
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--color-gold-500) 0%, #92400e 100%);
  box-shadow: 0 6px 20px rgba(217, 119, 6, 0.45);
  color: var(--color-white);
}

.btn-outline-white {
  background: transparent;
  color: var(--color-white);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}

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

.btn-outline-navy {
  background: transparent;
  color: var(--color-navy-900);
  border: 1.5px solid var(--color-slate-300);
}

.btn-outline-navy:hover {
  background: var(--color-slate-100);
  border-color: var(--color-navy-900);
}

.btn-whatsapp {
  background-color: #25D366;
  color: var(--color-white);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
  background-color: #128C7E;
  color: var(--color-white);
}

.btn-lg {
  padding: 16px 34px;
  font-size: 1.05rem;
  border-radius: var(--radius-md);
}

.btn-sm {
  padding: 8px 16px;
  font-size: 0.85rem;
}

.btn-block {
  width: 100%;
}

/* ==========================================================================
   TOP BAR & NAVIGATION HEADER
   ========================================================================== */
.topbar {
  background-color: var(--color-navy-950);
  color: var(--color-slate-300);
  font-size: 0.82rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar-items {
  display: flex;
  align-items: center;
  gap: 20px;
}

.topbar-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--color-slate-300);
}

.topbar-item:hover {
  color: var(--color-gold-400);
}

.main-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  transition: all var(--transition-normal);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-logo-img {
  height: 52px;
  width: auto;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--color-navy-900);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.brand-subtitle {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-gold-600);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-link {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--color-navy-800);
  padding: 8px 0;
  position: relative;
  transition: color var(--transition-fast);
}

.nav-link:hover,
.nav-link.active {
  color: var(--color-blue-600);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-blue-600);
  border-radius: var(--radius-full);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 320px;
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--color-slate-200);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all var(--transition-fast);
  z-index: 1100;
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: block;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  color: var(--color-slate-700);
  font-size: 0.9rem;
  font-weight: 500;
  transition: background var(--transition-fast);
}

.dropdown-item:hover {
  background: var(--color-blue-50);
  color: var(--color-blue-700);
}

.dropdown-item strong {
  display: block;
  font-weight: 600;
  color: var(--color-navy-900);
}

.dropdown-item span {
  font-size: 0.78rem;
  color: var(--color-slate-500);
}

/* ==========================================================================
   HORIZONTAL MEGA DROPDOWN MENU FOR SERVICES (DESKTOP)
   ========================================================================== */
.main-header .navbar {
  position: relative;
}

.nav-dropdown-mega {
  position: static;
}

.mega-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 920px;
  max-width: 96vw;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 40px -10px rgba(6, 14, 26, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.06);
  padding: 24px;
  border: 1px solid var(--color-slate-200);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1200;
}

.nav-dropdown-mega:hover .mega-menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mega-menu-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mega-col-heading {
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-gold-600);
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1.5px solid var(--color-gold-100);
}

.mega-dropdown-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border-radius: var(--radius-md);
  color: var(--color-slate-700);
  text-decoration: none;
  transition: all var(--transition-fast);
  border: 1px solid transparent;
}

.mega-dropdown-item:hover {
  background-color: var(--color-blue-50);
  border-color: var(--color-blue-100);
  transform: translateX(3px);
}

.mega-item-icon {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 2px;
  flex-shrink: 0;
}

.mega-item-text strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--color-navy-900);
  line-height: 1.25;
  margin-bottom: 2px;
  transition: color var(--transition-fast);
}

.mega-item-text span {
  display: block;
  font-size: 0.74rem;
  color: var(--color-slate-500);
  line-height: 1.35;
}

.mega-dropdown-item:hover .mega-item-text strong {
  color: var(--color-blue-700);
}

.mega-menu-footer {
  margin-top: 18px;
  background: var(--color-slate-50);
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
  padding: 14px 24px;
  border-top: 1px solid var(--color-slate-200);
  font-size: 0.84rem;
  color: var(--color-slate-600);
  border-bottom-left-radius: var(--radius-lg);
  border-bottom-right-radius: var(--radius-lg);
}

.mega-footer-link {
  font-weight: 700;
  color: var(--color-blue-600);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color var(--transition-fast);
}

.mega-footer-link:hover {
  color: var(--color-blue-800);
  text-decoration: underline;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: var(--color-navy-900);
  cursor: pointer;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  background: linear-gradient(135deg, var(--color-navy-950) 0%, var(--color-navy-900) 50%, var(--color-navy-800) 100%);
  color: var(--color-white);
  padding: 90px 0 100px 0;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, rgba(11, 25, 44, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.hero-h1 {
  font-size: 2.85rem;
  color: var(--color-white);
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-h1 .text-highlight {
  color: var(--color-gold-400);
}

.hero-subtitle {
  font-size: 1.15rem;
  color: var(--color-slate-300);
  margin-bottom: 32px;
  line-height: 1.65;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}

.hero-trust-badges {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-badge-item svg {
  color: var(--color-gold-400);
  flex-shrink: 0;
}

.trust-badge-text {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color-slate-300);
}

/* Hero Lead Card */
.lead-card-hero {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 24px 26px;
  box-shadow: var(--shadow-2xl);
  color: var(--color-slate-800);
  position: relative;
}

.lead-card-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 3.5px;
  background: linear-gradient(90deg, var(--color-blue-600), var(--color-gold-500));
  border-radius: var(--radius-full);
}

.lead-card-title {
  font-size: 1.25rem;
  margin-bottom: 4px;
  color: var(--color-navy-900);
}

.lead-card-subtitle {
  font-size: 0.82rem;
  color: var(--color-slate-500);
  margin-bottom: 14px;
}

/* ==========================================================================
   FORMS & LEAD INPUTS
   ========================================================================== */
.form-group {
  margin-bottom: 12px;
}

.lead-card-hero .form-control {
  padding: 9px 12px;
  font-size: 0.88rem;
}

.lead-card-hero textarea.form-control {
  min-height: 52px;
}

.lead-card-hero .form-label {
  font-size: 0.8rem;
  margin-bottom: 4px;
}

.lead-card-hero .btn-lg {
  padding: 12px 24px;
  font-size: 0.95rem;
}

.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-navy-900);
  margin-bottom: 6px;
}

.form-control {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--color-slate-300);
  border-radius: var(--radius-sm);
  background-color: var(--color-slate-50);
  color: var(--color-slate-800);
  font-size: 0.92rem;
  transition: all var(--transition-fast);
}

.form-control:focus {
  outline: none;
  border-color: var(--color-blue-600);
  background-color: var(--color-white);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

textarea.form-control {
  resize: vertical;
  min-height: 80px;
}

.form-help {
  font-size: 0.75rem;
  color: var(--color-slate-500);
  margin-top: 4px;
}

.hp-field {
  display: none !important;
  visibility: hidden !important;
}

/* ==========================================================================
   TRUST & STATS BANNER
   ========================================================================== */
.trust-strip {
  background: var(--color-white);
  border-bottom: 1px solid var(--color-slate-200);
  padding: 30px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.trust-stat-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

.trust-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--color-blue-50);
  color: var(--color-blue-600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.trust-stat-info h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.trust-stat-info p {
  font-size: 0.82rem;
  color: var(--color-slate-500);
}

/* ==========================================================================
   SERVICE CARDS & GRIDS
   ========================================================================== */
.service-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1px solid var(--color-slate-200);
  box-shadow: var(--shadow-card);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--color-blue-200);
}

.service-card-tag {
  align-self: flex-start;
  padding: 4px 10px;
  background-color: var(--color-blue-50);
  color: var(--color-blue-700);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--color-navy-900), var(--color-navy-800));
  color: var(--color-gold-400);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.service-card-title {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: var(--color-navy-900);
}

.service-card-desc {
  font-size: 0.92rem;
  color: var(--color-slate-600);
  margin-bottom: 20px;
  flex-grow: 1;
}

.service-card-link {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--color-blue-600);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.service-card-link:hover {
  color: var(--color-blue-800);
  gap: 10px;
}

/* ==========================================================================
   WHO WE SERVE & WHY CHOOSE US
   ========================================================================== */
.feature-card {
  background: var(--color-white);
  padding: 28px;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-slate-200);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.feature-icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--color-gold-50);
  color: var(--color-gold-600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.feature-card h4 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 0.9rem;
  color: var(--color-slate-600);
}

/* ==========================================================================
   PROCESS TIMELINE
   ========================================================================== */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}

.process-step-card {
  background: var(--color-white);
  padding: 32px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-slate-200);
  position: relative;
  text-align: center;
}

.process-step-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-navy-900);
  color: var(--color-gold-400);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 auto 18px auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.process-step-title {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.process-step-desc {
  font-size: 0.88rem;
  color: var(--color-slate-600);
}

/* ==========================================================================
   LOCATION HIGHLIGHTS (MYSURU & BENGALURU)
   ========================================================================== */
.location-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-slate-200);
  box-shadow: var(--shadow-md);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.location-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}

.location-card-header {
  background: linear-gradient(135deg, var(--color-navy-900), var(--color-navy-800));
  color: var(--color-white);
  padding: 28px;
}

.location-card-title {
  color: var(--color-white);
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.location-card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.location-details-list {
  flex: 1;
  margin-bottom: 24px;
}

.location-details-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.92rem;
  color: var(--color-slate-700);
}

.location-card-body .btn {
  margin-top: auto;
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.faq-search-box {
  max-width: 600px;
  margin: 0 auto 40px auto;
  position: relative;
}

.faq-search-input {
  width: 100%;
  padding: 16px 20px 16px 48px;
  border-radius: var(--radius-full);
  border: 1.5px solid var(--color-slate-300);
  background: var(--color-white);
  font-size: 1rem;
  box-shadow: var(--shadow-sm);
}

.faq-search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-slate-400);
}

.faq-category-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}

.faq-pill {
  padding: 8px 18px;
  border-radius: var(--radius-full);
  background: var(--color-white);
  border: 1px solid var(--color-slate-300);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-slate-700);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.faq-pill:hover,
.faq-pill.active {
  background: var(--color-navy-900);
  color: var(--color-white);
  border-color: var(--color-navy-900);
}

.accordion-item {
  background: var(--color-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-slate-200);
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-xs);
  transition: all var(--transition-fast);
}

.accordion-header {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--color-navy-900);
}

.accordion-header:hover {
  background-color: var(--color-slate-50);
}

.accordion-icon {
  font-size: 1.2rem;
  transition: transform var(--transition-normal);
  color: var(--color-blue-600);
}

.accordion-item.open .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out, padding 0.35s ease;
  color: var(--color-slate-600);
  font-size: 0.95rem;
  line-height: 1.65;
}

.accordion-item.open .accordion-content {
  padding: 0 24px 24px 24px;
  max-height: 500px;
}

/* ==========================================================================
   BLOG CARDS & SINGLE BLOG VIEW
   ========================================================================== */
.blog-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-slate-200);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
}

.blog-card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.8rem;
  color: var(--color-slate-500);
  margin-bottom: 12px;
}

.blog-category-badge {
  background: var(--color-blue-50);
  color: var(--color-blue-700);
  font-weight: 700;
  padding: 2px 8px;
  border-radius: var(--radius-sm);
}

.blog-title {
  font-size: 1.25rem;
  margin-bottom: 12px;
  line-height: 1.35;
}

.blog-summary {
  font-size: 0.9rem;
  color: var(--color-slate-600);
  margin-bottom: 20px;
  flex-grow: 1;
}

.blog-article-body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--color-slate-800);
}

.blog-article-body h2 {
  font-size: 1.85rem;
  margin: 36px 0 16px 0;
}

.blog-article-body h3 {
  font-size: 1.35rem;
  margin: 28px 0 12px 0;
}

.blog-article-body p {
  margin-bottom: 20px;
}

.blog-article-body ul, 
.blog-article-body ol {
  margin: 0 0 24px 24px;
}

.blog-article-body li {
  list-style: disc;
  margin-bottom: 8px;
}

/* ==========================================================================
   SERVICE DETAIL VIEW
   ========================================================================== */
.service-header-hero {
  background: linear-gradient(135deg, var(--color-navy-950) 0%, var(--color-navy-900) 50%, var(--color-navy-800) 100%);
  color: var(--color-white);
  padding: 65px 0 70px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-header-hero h1 {
  color: #ffffff !important;
  font-size: 2.6rem;
  margin-top: 8px;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 800;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.service-header-hero p {
  color: var(--color-slate-200) !important;
  line-height: 1.7;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--color-slate-400);
  margin-bottom: 16px;
}

.breadcrumbs a {
  color: var(--color-slate-300);
}

.breadcrumbs a:hover {
  color: var(--color-gold-400);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.doc-checklist {
  list-style: none;
  margin: 20px 0;
}

.doc-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  background: var(--color-slate-50);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--color-blue-600);
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.sidebar-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--color-slate-200);
  box-shadow: var(--shadow-md);
  margin-bottom: 28px;
  position: sticky;
  top: 100px;
}

/* ==========================================================================
   CONSULTATION CTA BANNER
   ========================================================================== */
.cta-banner {
  background: linear-gradient(135deg, var(--color-navy-900) 0%, var(--color-navy-800) 100%);
  border-radius: var(--radius-xl);
  padding: 60px 48px;
  color: var(--color-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  box-shadow: var(--shadow-2xl);
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: var(--color-gold-400);
}

.cta-banner-content h2 {
  color: var(--color-white);
  font-size: 2rem;
  margin-bottom: 12px;
}

.cta-banner-content p {
  color: var(--color-slate-300);
  font-size: 1.05rem;
  max-width: 600px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.main-footer {
  background-color: var(--color-navy-950);
  color: var(--color-slate-400);
  padding: 80px 0 30px 0;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 60px;
}

.footer-brand h3 {
  color: var(--color-white);
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: var(--color-slate-400);
}

.footer-heading {
  color: var(--color-white);
  font-size: 1.05rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: var(--color-gold-400);
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--color-slate-400);
  font-size: 0.9rem;
  transition: color var(--transition-fast);
}

.footer-links a:hover {
  color: var(--color-gold-400);
  padding-left: 4px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.9rem;
}

.footer-contact-item svg {
  color: var(--color-gold-400);
  margin-top: 4px;
  flex-shrink: 0;
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: var(--color-slate-500);
}

.footer-legal-links {
  display: flex;
  gap: 20px;
}

.footer-legal-links a:hover {
  color: var(--color-slate-300);
}

.creator-highlight {
  color: var(--color-gold-400) !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all var(--transition-fast);
}

.creator-highlight:hover {
  color: var(--color-white) !important;
  text-shadow: 0 0 8px rgba(245, 158, 11, 0.4);
}

/* ==========================================================================
   FLOATING ACTION BUTTONS & MOBILE BOTTOM BAR
   ========================================================================== */
.floating-whatsapp {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
  z-index: 999;
  cursor: pointer;
  transition: all var(--transition-normal);
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  background-color: #128C7E;
}

.floating-whatsapp svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-white);
  border-top: 1px solid var(--color-slate-200);
  box-shadow: 0 -4px 12px rgba(0,0,0,0.06);
  z-index: 1000;
  height: 64px;
}

.mobile-bar-items {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-around;
}

.mobile-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--color-slate-600);
  font-size: 0.72rem;
  font-weight: 600;
  text-decoration: none;
  flex: 1;
}

.mobile-bar-item.active,
.mobile-bar-item:hover {
  color: var(--color-blue-600);
}

.mobile-bar-item.item-whatsapp {
  color: #25D366;
}

.mobile-bar-item.item-call {
  color: var(--color-gold-600);
}

/* ==========================================================================
   CONFIRMATION / SUCCESS PAGE
   ========================================================================== */
.success-box {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: 50px 40px;
  text-align: center;
  box-shadow: var(--shadow-2xl);
  border: 1px solid var(--color-slate-200);
  max-width: 680px;
  margin: 40px auto;
}

.success-icon-badge {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--color-emerald-50);
  color: var(--color-emerald-600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto 20px auto;
}

.lead-id-pill {
  display: inline-block;
  background: var(--color-slate-100);
  border: 1px dashed var(--color-slate-300);
  padding: 8px 16px;
  border-radius: var(--radius-md);
  font-family: monospace;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--color-navy-900);
  margin: 16px 0;
}

/* ==========================================================================
   TOAST ALERTS
   ========================================================================== */
.toast-container {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.toast {
  pointer-events: auto;
  min-width: 300px;
  max-width: 420px;
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xl);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-left: 4px solid var(--color-blue-600);
  animation: slideIn 0.3s ease;
}

.toast.toast-success {
  border-left-color: var(--color-emerald-500);
}

.toast.toast-error {
  border-left-color: #ef4444;
}

@keyframes slideIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* ==========================================================================
   MOBILE HAMBURGER & SLIDE-OUT DRAWER STYLING
   ========================================================================== */
.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: 1.5px solid var(--color-slate-200);
  border-radius: var(--radius-sm);
  padding: 8px 10px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 40px;
  transition: all var(--transition-fast);
}

.mobile-menu-toggle:hover {
  background-color: var(--color-slate-100);
  border-color: var(--color-blue-600);
}

.hamburger-bar {
  display: block;
  width: 22px;
  height: 2.5px;
  background-color: var(--color-navy-900);
  border-radius: 2px;
  transition: all var(--transition-fast);
}

.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6, 14, 26, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  max-width: 85vw;
  background: var(--color-white);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2);
  z-index: 1600;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.mobile-drawer.open {
  transform: translateX(0);
}

.mobile-drawer-header {
  padding: 18px 20px;
  border-bottom: 1px solid var(--color-slate-200);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color-white);
}

.mobile-drawer-close {
  background: var(--color-slate-100);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.1rem;
  color: var(--color-navy-900);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--transition-fast);
}

.mobile-drawer-close:hover {
  background: #fee2e2;
  color: #ef4444;
}

.mobile-drawer-body {
  padding: 20px;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.mobile-drawer-cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-slate-200);
}

.mobile-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-radius: var(--radius-md);
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--color-navy-900);
  transition: background var(--transition-fast);
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  background: var(--color-blue-50);
  color: var(--color-blue-700);
}

.mobile-accordion-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: var(--radius-md);
  background: transparent;
  border: none;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--color-navy-900);
  cursor: pointer;
  text-align: left;
  transition: background var(--transition-fast);
}

.mobile-accordion-toggle:hover {
  background: var(--color-slate-100);
}

.acc-chevron {
  font-size: 1.1rem;
  transition: transform 0.25s ease;
  color: var(--color-blue-600);
}

.mobile-nav-accordion.open .acc-chevron {
  transform: rotate(180deg);
}

.mobile-subnav-list {
  list-style: none;
  padding-left: 14px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mobile-nav-accordion.open .mobile-subnav-list {
  max-height: 500px;
  padding-top: 6px;
  padding-bottom: 8px;
}

.mobile-subnav-link {
  display: block;
  padding: 8px 12px;
  font-size: 0.88rem;
  color: var(--color-slate-600);
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
}

.mobile-subnav-link:hover {
  color: var(--color-blue-600);
  background: var(--color-slate-50);
}

.mobile-drawer-footer {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--color-slate-200);
  font-size: 0.78rem;
  color: var(--color-slate-500);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .grid-3, .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-detail-grid {
    grid-template-columns: 1fr;
  }
  .topbar {
    font-size: 0.76rem;
  }
  .nav-menu {
    gap: 16px;
  }
  .nav-link {
    font-size: 0.88rem;
  }
}

@media (max-width: 860px) {
  .nav-menu {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 72px; /* Offset mobile bottom bar */
  }
  .topbar {
    display: none;
  }
  .main-header {
    height: 70px;
  }
  .navbar {
    height: 70px;
  }
  .brand-logo-img {
    height: 42px;
  }
  .brand-title {
    font-size: 1.15rem;
  }
  .brand-subtitle {
    font-size: 0.65rem;
  }
  .mobile-bottom-bar {
    display: block;
  }
  .floating-whatsapp {
    bottom: 84px;
    right: 16px;
    width: 52px;
    height: 52px;
  }
  .hero-section {
    padding: 50px 0 60px 0;
  }
  .hero-h1 {
    font-size: 2.1rem;
  }
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 24px;
  }
  .hero-ctas {
    flex-direction: column;
    width: 100%;
  }
  .hero-ctas .btn {
    width: 100%;
  }
  .hero-trust-badges {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .service-header-hero {
    padding: 45px 0 50px 0;
  }
  .service-header-hero h1 {
    font-size: 1.85rem !important;
  }
  .lead-card-hero {
    padding: 24px 20px;
  }
  .section {
    padding: 50px 0;
  }
  .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 36px 20px;
  }
  .cta-banner::before {
    display: none;
  }
  .cta-banner-content h2 {
    font-size: 1.6rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .faq-search-box {
    margin-bottom: 24px;
  }
  .faq-pill {
    font-size: 0.8rem;
    padding: 6px 14px;
  }
  .toast-container {
    left: 16px;
    right: 16px;
    top: 16px;
  }
  .toast {
    min-width: unset;
    max-width: 100%;
  }
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.65rem; }
  h3 { font-size: 1.3rem; }
}

@media (max-width: 480px) {
  .hero-h1 {
    font-size: 1.8rem;
  }
  .lead-card-hero {
    padding: 20px 16px;
  }
  .success-box {
    padding: 30px 18px;
  }
  .btn-lg {
    padding: 14px 20px;
    font-size: 0.95rem;
  }
}
