/* ============================================================
   Hindustan Home Car Bike Transport - Main Stylesheet
   Professional Logistics Design
   Color Theme: Deep Navy + Crimson Red + Pure White + Gold
   ============================================================ */

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

/* === CSS Variables === */
:root {
  --primary: #0a1628;
  --secondary: #1a2d4f;
  --accent: #f55a00;
  --accent-light: #ff7a29;
  --gold: #f55a00;
  --gold-light: #ff7a29;
  --whatsapp: #25d366;
  --whatsapp-dark: #20bd5a;
  --white: #ffffff;
  --light-bg: #f4f6fb;
  --light-grey: #e8edf5;
  --text-dark: #0a1628;
  --text-muted: #6b7a99;
  --text-light: #a0aec0;
  --border: #dde3f0;
  --shadow-sm: 0 8px 22px rgba(10, 22, 40, 0.07);
  --shadow-md: 0 14px 40px rgba(10, 22, 40, 0.12);
  --shadow-lg: 0 24px 65px rgba(10, 22, 40, 0.16);
  --radius: 14px;
  --radius-lg: 24px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-heading: 'Sora', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}

/* === Reset & Base === */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background:
    radial-gradient(circle at 20% -10%, rgba(245, 90, 0, 0.05) 0, transparent 35%),
    radial-gradient(circle at 100% 20%, rgba(10, 22, 40, 0.05) 0, transparent 28%),
    var(--white);
  overflow-x: hidden;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h1 {
  color: var(--white) !important;
}

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

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* === Top Bar === */
.top-bar {
  background: var(--primary);
  padding: 8px 0;
  border-bottom: 2px solid var(--accent);
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}



.top-bar-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.top-bar-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-family: var(--font-body);
  font-weight: 500;
}

.top-bar-item i {
  color: var(--gold);
  font-size: 14px;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-topbar {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12.5px;
  font-weight: 600;
  font-family: var(--font-body);
  letter-spacing: 0.3px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.btn-topbar.call {
  background: var(--accent);
  color: white;
}

.btn-topbar.call:hover {
  background: var(--accent-light);
  transform: translateY(-1px);
}

.btn-topbar.whatsapp {
  background: var(--whatsapp);
  color: white;
}

.btn-topbar.whatsapp:hover {
  background: var(--whatsapp-dark);
  transform: translateY(-1px);
}


@media (max-width: 1199.98px) {
  .top-bar-inner {
    justify-content: center;
  }

  .top-bar-left {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 992.98px) {
  .top-bar-left {
    gap: 12px;
  }
}

/* === Header / Navbar === */
.main-header {
  background: rgba(255, 255, 255, 0.94);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 8px 24px rgba(10, 22, 40, 0.08);
  border-bottom: 1px solid rgba(10, 22, 40, 0.08);
  backdrop-filter: blur(10px);
}

.main-header .container {
  position: relative;
}

.navbar {
  padding: 0 !important;
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.brand-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.brand-note {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  color: rgba(10, 22, 40, 0.56);
}

.site-logo {
  width: 265px;
  height: auto;
  display: block;
}

.navbar-nav .nav-link {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark) !important;
  padding: 20px 12px !important;
  position: relative;
  transition: var(--transition);
  letter-spacing: 0.2px;
  border-radius: 10px;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--accent);
  border-radius: 999px;
  transition: var(--transition);
}

.navbar-nav .nav-link:hover {
  color: var(--accent) !important;
  background: rgba(245, 90, 0, 0.06);
}

.navbar-nav .nav-link:hover::after {
  width: calc(100% - 28px);
}

.dropdown-menu {
  border: none;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 8px;
  min-width: 240px;
  animation: dropFade 0.2s ease;
  border-top: 3px solid var(--accent);
}

.routes-dropdown-scroll {
  max-height: 420px;
  overflow-y: auto;
}

@keyframes dropFade {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-item {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-dark);
  padding: 9px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
}

.dropdown-item i {
  width: 20px;
  color: var(--accent);
  font-size: 14px;
}

.dropdown-item:hover {
  background: var(--light-bg);
  color: var(--accent);
  padding-left: 20px;
}

.navbar-toggler {
  border: 2px solid var(--border) !important;
  border-radius: 14px !important;
  padding: 7px 11px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fd 100%);
  box-shadow: 0 8px 20px rgba(10, 22, 40, 0.08);
  transition: var(--transition);
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  border-color: rgba(245, 90, 0, 0.3) !important;
  box-shadow: 0 12px 28px rgba(245, 90, 0, 0.12);
}

.navbar-toggler i {
  font-size: 20px;
}

.nav-call-btn {
  white-space: nowrap;
  border-radius: 14px;
  padding: 12px 20px;
}

.nav-call-text {
  display: inline;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .nav-call-btn {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 14px;
    justify-content: center;
    gap: 0;
  }

  .nav-call-btn i {
    margin: 0;
    font-size: 17px;
  }

  .nav-call-text {
    display: none;
  }
}

/* === Hero Section === */
.hero-section {
  background: linear-gradient(122deg, #071226 0%, #122447 47%, #1a2d4f 100%);
  position: relative;
  overflow: hidden;
  padding: 70px 0 80px;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.hero-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 46px, rgba(255, 255, 255, 1) 46px, rgba(255, 255, 255, 1) 47px),
    repeating-linear-gradient(90deg, transparent, transparent 46px, rgba(255, 255, 255, 1) 46px, rgba(255, 255, 255, 1) 47px);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.hero-orb-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(245, 90, 0, 0.18) 0%, transparent 70%);
  top: -100px;
  right: -100px;
}

.hero-orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.12) 0%, transparent 70%);
  bottom: -100px;
  left: 30%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245, 90, 0, 0.13);
  border: 1px solid rgba(245, 90, 0, 0.35);
  color: #ffd8bf;
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 22px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hero-badge i {
  font-size: 12px;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 800;
  color: white;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.hero-title .accent-text {
  color: var(--accent);
  display: block;
}

.hero-title .gold-text {
  color: var(--gold);
}

.hero-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  margin-bottom: 20px;
  max-width: 540px;
}

.hero-proof-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.hero-proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.hero-proof-pill i {
  color: var(--accent-light);
  font-size: 12px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.hero-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.hero-stat {
  display: flex;
  flex-direction: column;
}

.hero-stat-num {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}

.hero-stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* Quote Form Card */
.quote-form-card {
  background: white;
  border-radius: 24px 24px 16px 24px;
  padding: 36px 32px;
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.24);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 22, 40, 0.1);
}

.quote-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--gold) 100%);
}

.quote-form-title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 4px;
}

.quote-form-sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.form-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.form-control,
.form-select {
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--light-bg);
  transition: var(--transition);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(245, 90, 0, 0.1);
  background: white;
  outline: none;
}

textarea.form-control {
  resize: none;
}

/* === Buttons === */
.btn-primary-custom {
  background: linear-gradient(135deg, var(--accent) 0%, #d94b00 100%);
  color: white;
  border: none;
  padding: 13px 28px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(245, 90, 0, 0.3);
}

.btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(245, 90, 0, 0.4);
  color: white;
  background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%);
}

.btn-gold-custom {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  color: white;
  border: none;
  padding: 13px 28px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(245, 90, 0, 0.3);
}

.btn-gold-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(245, 90, 0, 0.45);
  color: white;
}

.btn-outline-custom {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 11px 24px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline-custom:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
  transform: translateY(-2px);
}

.btn-whatsapp-custom {
  background: linear-gradient(135deg, var(--whatsapp) 0%, var(--whatsapp-dark) 100%);
  color: white;
  border: none;
  padding: 13px 24px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
  color: white;
}

/* Any WhatsApp link/button should keep official WhatsApp green */
a[href*="wa.me"] {
  background: var(--whatsapp) !important;
  border-color: var(--whatsapp) !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

a[href*="wa.me"]:hover {
  background: var(--whatsapp-dark) !important;
  border-color: var(--whatsapp-dark) !important;
  color: #fff !important;
}

.btn-submit-quote {
  width: 100%;
  background: linear-gradient(135deg, var(--accent) 0%, #d94b00 100%);
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 12px;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(245, 90, 0, 0.3);
}

.btn-submit-quote:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(245, 90, 0, 0.4);
}

/* === Section Base Styles === */
.section-padding {
  padding: clamp(70px, 9vw, 100px) 0;
}

.section-padding-sm {
  padding: clamp(46px, 6vw, 70px) 0;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245, 90, 0, 0.08);
  border: 1px solid rgba(245, 90, 0, 0.2);
  color: var(--accent);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.35px;
  text-transform: none;
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 14px;
  line-height: 1.15;
}

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

.section-desc {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.75;
}

.section-divider {
  width: 74px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--gold) 100%);
  border-radius: 999px;
  margin: 16px 0 20px;
}

/* === Service Cards === */
.services-section {
  background: var(--light-bg);
}

.service-card {
  background: white;
  border-radius: 24px 24px 14px 24px;
  padding: 36px 28px;
  height: 100%;
  transition: var(--transition);
  border: 1px solid rgba(10, 22, 40, 0.08);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.service-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--gold) 100%);
  transform: scaleX(0);
  transition: var(--transition);
  transform-origin: left;
}

.service-card:hover {
  border-color: rgba(245, 90, 0, 0.25);
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, rgba(245, 90, 0, 0.1) 0%, rgba(245, 166, 35, 0.08) 100%);
  border-radius: 18px 18px 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--accent);
  margin-bottom: 20px;
  transition: var(--transition);
}

.service-card:hover .service-icon {
  background: linear-gradient(135deg, var(--accent) 0%, #d94b00 100%);
  color: white;
  transform: scale(1.1);
}

.service-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}

.service-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 18px;
}

.service-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}

.service-link:hover {
  gap: 10px;
}

.route-hover:hover {
  border-color: rgba(245, 90, 0, 0.25) !important;
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

/* === Routes Section === */
.routes-section {
  background: var(--primary);
}

.route-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: var(--transition);
  cursor: pointer;
}

.route-card:hover {
  background: rgba(245, 90, 0, 0.12);
  border-color: rgba(245, 90, 0, 0.3);
  transform: translateX(6px);
}

.route-cities {
  display: flex;
  align-items: center;
  gap: 12px;
}

.route-city {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: white;
}

.route-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.route-arrow-line {
  width: 40px;
  height: 2px;
  background: var(--gold);
  position: relative;
}

.route-arrow i {
  color: var(--gold);
  font-size: 16px;
}

.route-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

.route-price {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--gold);
}

.route-time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

/* === Local Areas === */
.local-area-badge {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

.local-area-badge:hover {
  border-color: var(--accent);
  background: rgba(245, 90, 0, 0.03);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.local-area-badge i {
  color: var(--accent);
  font-size: 16px;
  width: 20px;
}

.local-area-badge span {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
}

/* === Why Choose Us === */
.why-us-section {
  background: white;
}

.why-us-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  border-radius: var(--radius);
  transition: var(--transition);
  border: 1.5px solid transparent;
}

.why-us-item:hover {
  background: var(--light-bg);
  border-color: var(--border);
  transform: translateX(6px);
}

.why-us-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent) 0%, #d94b00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(245, 90, 0, 0.25);
}

.why-us-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
}

.why-us-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

.trust-card {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  border-radius: var(--radius-lg);
  padding: 48px 36px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.trust-card::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(245, 90, 0, 0.12);
}

.trust-stat {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-stat:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.trust-stat-num {
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}

.trust-stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
  font-weight: 500;
}

/* === Process Section === */
.process-section {
  background: var(--light-bg);
}

.process-step {
  text-align: center;
  position: relative;
  padding: 0 20px;
}

.process-step::after {
  content: '';
  position: absolute;
  top: 35px;
  left: calc(50% + 40px);
  right: calc(-50% + 40px);
  height: 2px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--gold) 100%);
  z-index: 0;
}

.process-step:last-child::after {
  display: none;
}

.process-num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, #d94b00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 800;
  color: white;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(245, 90, 0, 0.3);
}

.process-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}

.process-desc {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* === Carrier Types === */
.carrier-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 30px 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--border);
  transition: var(--transition);
}

.carrier-card:hover {
  border-color: var(--accent);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.carrier-icon {
  font-size: 48px;
  margin-bottom: 16px;
  display: block;
}

.carrier-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}

.carrier-desc {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 14px;
}

.carrier-badge {
  display: inline-block;
  background: rgba(245, 90, 0, 0.08);
  color: var(--accent);
  border-radius: 50px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* === Charges Table === */
.charges-section {
  background: white;
}

.charges-table-wrap {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(10, 22, 40, 0.12);
}

.charges-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.charges-table-wrap thead {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
}

.charges-table-wrap thead th {
  padding: 18px 20px;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.3px;
  text-align: left;
}

.charges-table-wrap tbody tr {
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}

.charges-table-wrap tbody tr:hover {
  background: rgba(245, 90, 0, 0.03);
}

.charges-table-wrap tbody tr:last-child {
  border-bottom: none;
}

.charges-table-wrap tbody td {
  padding: 16px 20px;
  font-size: 14px;
  color: var(--text-dark);
}

.charges-table-wrap tbody td:first-child {
  font-weight: 600;
}

.price-badge {
  background: rgba(245, 90, 0, 0.08);
  color: var(--accent);
  border-radius: 6px;
  padding: 3px 10px;
  font-weight: 700;
  font-size: 13px;
  font-family: var(--font-heading);
}

/* === Testimonials === */
.testimonials-section {
  background: var(--primary);
  overflow: hidden;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px 22px 14px 22px;
  padding: 32px 28px;
  height: 100%;
  transition: var(--transition);
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 16px;
  right: 24px;
  font-family: Georgia, serif;
  font-size: 80px;
  color: rgba(245, 166, 35, 0.15);
  line-height: 1;
}

.testimonial-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(245, 166, 35, 0.2);
  transform: translateY(-6px);
}

.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.testimonial-stars i {
  color: var(--gold);
  font-size: 14px;
}

.testimonial-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  margin-bottom: 24px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--gold) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}

.testimonial-name {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
}

.testimonial-city {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 2px;
}

/* === FAQ === */
.faq-section {
  background: var(--light-bg);
}

.faq-item {
  background: white;
  border-radius: 16px 16px 10px 16px;
  margin-bottom: 12px;
  border: 1px solid rgba(10, 22, 40, 0.12);
  overflow: hidden;
  transition: var(--transition);
}

.faq-item.active {
  border-color: rgba(245, 90, 0, 0.2);
  box-shadow: var(--shadow-sm);
}

.faq-question {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 16px;
  transition: var(--transition);
}

.faq-question:hover {
  background: rgba(245, 90, 0, 0.02);
}

.faq-q-text {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--primary);
}

.faq-toggle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
  color: var(--accent);
}

.faq-item.active .faq-toggle {
  background: var(--accent);
  color: white;
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 24px 20px;
}

.faq-answer p {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}

/* === Cities Grid === */
.cities-section {
  background: white;
}

.city-pill {
  background: var(--light-bg);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  cursor: pointer;
}

.city-pill:hover {
  background: rgba(245, 90, 0, 0.05);
  border-color: rgba(245, 90, 0, 0.25);
  color: var(--accent);
  transform: translateY(-2px);
}

.city-pill i {
  color: var(--accent);
  font-size: 13px;
}

.seo-content-block p {
  font-size: 15.5px;
  color: var(--text-muted);
  line-height: 1.9;
  margin-bottom: 18px;
}

.locality-highlight-card {
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.98) 0%, rgba(26, 45, 79, 0.98) 100%);
  border-radius: var(--radius-lg);
  padding: 34px 28px;
  color: white;
  box-shadow: var(--shadow-md);
}

.locality-coverage-copy {
  padding-right: 12px;
}

.locality-coverage-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.locality-coverage-highlight {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: var(--shadow-sm);
}

.locality-coverage-highlight strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 15px;
  color: var(--primary);
  margin-bottom: 6px;
}

.locality-coverage-highlight span {
  display: block;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--text-muted);
}

.locality-coverage-text p:last-child {
  margin-bottom: 0;
}

.locality-keyword-board {
  background: linear-gradient(180deg, #f7f9fd 0%, #eef3fb 100%);
  border: 1px solid rgba(10, 22, 40, 0.12);
  border-radius: 28px 28px 18px 28px;
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
}

.locality-keyword-board-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.locality-keyword-board-tag {
  margin-bottom: 10px;
}

.locality-keyword-board-title {
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1.15;
  color: var(--primary);
  margin: 0;
}

.locality-keyword-board-badge {
  flex-shrink: 0;
  background: rgba(245, 90, 0, 0.1);
  color: var(--accent);
  border: 1px solid rgba(245, 90, 0, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.locality-keyword-board-desc {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.locality-keyword-board-pill {
  background: white;
  border: 1px solid rgba(10, 22, 40, 0.08);
  box-shadow: none;
}

.locality-keyword-board-pill i {
  color: var(--accent);
}

.locality-keyword-board-pill span,
.locality-keyword-board .locality-keyword-pill span {
  color: var(--primary);
  opacity: 1;
}

.locality-insight-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafe 100%);
  border: 1px solid rgba(10, 22, 40, 0.12);
  border-radius: 24px 24px 14px 24px;
  padding: 34px 32px;
  box-shadow: var(--shadow-sm);
}

.locality-insight-points {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.locality-insight-point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(245, 90, 0, 0.04);
  border: 1px solid rgba(245, 90, 0, 0.08);
}

.locality-insight-point i {
  color: var(--accent);
  margin-top: 3px;
  flex-shrink: 0;
}

.locality-insight-point span {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.6;
}

.locality-insight-copy p:last-child {
  margin-bottom: 0;
}

.locality-side-nav-card {
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.98) 0%, rgba(20, 38, 70, 0.98) 100%);
  border-radius: 24px;
  padding: 28px 24px;
  color: white;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: sticky;
  top: 110px;
}

.locality-side-nav-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.locality-side-tag {
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--gold);
}

.locality-side-title {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  color: white;
  line-height: 1.1;
  margin: 0;
}

.locality-side-desc {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 20px;
}

.locality-side-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(245, 90, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}

.locality-side-btn {
  width: 100%;
  justify-content: center;
}

@media (min-width: 992px) {
  .route-sticky-row .route-sticky-col {
    align-self: stretch;
  }

  .route-sticky-row .route-sticky-col > .contact-form-card,
  .route-sticky-row .route-sticky-col > .locality-highlight-card,
  .route-sticky-row .route-sticky-col > .charges-table-wrap {
    position: sticky;
    top: 110px;
    height: auto;
  }

  .route-sticky-row .route-sticky-col > .contact-form-card,
  .route-sticky-row .route-sticky-col > .locality-highlight-card {
    width: 100%;
    height: auto;
  }

  .locality-coverage-row .col-lg-6:last-child {
    display: flex;
    align-self: stretch;
  }

  .locality-coverage-row .locality-keyword-board {
    position: sticky;
    top: 110px;
    align-self: flex-start;
  }

  .locality-insight-row .col-lg-5 {
    display: flex;
    align-self: stretch;
  }

  .locality-insight-row .locality-side-nav-card {
    position: sticky;
    top: 110px;
    align-self: flex-start;
  }
}

.locality-highlight-card .section-title,
.locality-highlight-card .why-us-title {
  color: white;
}

.locality-keyword-pill {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
}

.locality-keyword-pill i {
  color: var(--gold);
  margin-top: 3px;
}

.locality-keyword-pill span {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.locality-route-card {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  min-height: 132px;
}

.locality-route-card:hover {
  background: linear-gradient(135deg, #10213b 0%, #223a66 100%);
  border-color: rgba(245, 166, 35, 0.22);
}

.locality-directory-card {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  display: block;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.locality-directory-card:hover {
  border-color: rgba(245, 90, 0, 0.2);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.locality-link-pill {
  width: 100%;
  justify-content: flex-start;
}

/* === CTA Section === */
.cta-section {
  background: linear-gradient(135deg, var(--accent) 0%, #381908 120%);
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-45deg,
      transparent,
      transparent 20px,
      rgba(255, 255, 255, 0.03) 20px,
      rgba(255, 255, 255, 0.03) 21px);
}

.cta-title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
  line-height: 1.1;
}

.cta-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 32px;
}

.btn-cta-white {
  background: white;
  color: var(--accent);
  border: none;
  padding: 14px 32px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.btn-cta-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
  color: var(--accent);
}

.btn-cta-outline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 12px 28px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-cta-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
  color: white;
  transform: translateY(-3px);
}

/* === Footer === */
.main-footer {
  background: var(--primary);
  padding: 70px 0 0;
  border-top: 3px solid var(--accent);
}

.footer-brand {
  margin-bottom: 20px;
}

.footer-logo {
  width: min(100%, 280px);
  height: auto;
  display: block;
  margin-bottom: 10px;
  background: #fff;
}

.footer-brand-sub {
  font-size: 12px;
  color: var(--gold);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.footer-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  margin-bottom: 24px;
}

.footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  transition: var(--transition);
}

.social-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
  transform: translateY(-3px);
}

.footer-heading {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.07);
  position: relative;
}

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

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

.footer-links a {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

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

.footer-links a i {
  color: var(--accent);
  font-size: 11px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(245, 90, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-text {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}

.footer-contact-text a {
  color: rgba(255, 255, 255, 0.7);
  transition: var(--transition);
}

.footer-contact-text a:hover {
  color: var(--gold);
}

.footer-map {
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.07);
}

.footer-bottom {
  margin-top: 48px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
}

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

.footer-bottom-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  transition: var(--transition);
}

.footer-bottom-links a:hover {
  color: var(--gold);
}

/* === Page Header (Inner Pages) === */
.page-hero {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 30px, rgba(255, 255, 255, 1) 30px, rgba(255, 255, 255, 1) 31px),
    repeating-linear-gradient(90deg, transparent, transparent 30px, rgba(255, 255, 255, 1) 30px, rgba(255, 255, 255, 1) 31px);
}

.page-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3.8vw, 38px);
  font-weight: 800;
  color: white;
  line-height: 1.1;
  margin-bottom: 14px;
}

.page-hero-title span {
  color: var(--white) !important;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.breadcrumb-item {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-item.active {
  color: var(--gold);
}

.breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

.breadcrumb-item i {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
}

/* === Blog Cards === */
.blog-card {
  background: white;
  border-radius: 24px 24px 14px 24px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(10, 22, 40, 0.1);
  transition: var(--transition);
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(245, 90, 0, 0.15);
}

.blog-img-placeholder {
  height: 200px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.blog-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  background: var(--light-bg);
}

.blog-img-placeholder::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--gold) 100%);
}

.blog-category {
  display: inline-block;
  background: rgba(245, 90, 0, 0.1);
  color: var(--accent);
  border-radius: 50px;
  padding: 3px 12px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.blog-title {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
  line-height: 1.3;
}

.blog-excerpt {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 18px;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: var(--text-light);
}

.blog-meta i {
  color: var(--accent);
}

.blog-read-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
}

.blog-post-hero {
  background: linear-gradient(135deg, var(--primary) 0%, #10213e 55%, var(--secondary) 100%);
}

.blog-post-hero-desc {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
  max-width: 760px;
}

.blog-post-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  margin-top: 18px;
}

.blog-post-meta i {
  color: var(--gold);
  margin-right: 6px;
}

.blog-post-layout {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 34px 32px;
}

.blog-post-feature {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(245, 90, 0, 0.06) 0%, rgba(245, 166, 35, 0.08) 100%);
  border: 1px solid rgba(245, 90, 0, 0.12);
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 28px;
}

.blog-post-cover-image {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  margin-bottom: 24px;
  border: 1px solid var(--border);
}

.blog-post-feature-icon {
  width: 62px;
  height: 62px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  flex-shrink: 0;
  box-shadow: 0 10px 26px rgba(245, 90, 0, 0.24);
}

.blog-post-intro {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.85;
  margin: 0;
}

.blog-copy-block {
  margin-bottom: 28px;
}

.blog-copy-block h2 {
  font-size: 28px;
  margin-bottom: 12px;
  color: var(--primary);
}

.blog-copy-block p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.9;
  margin-bottom: 14px;
}

.blog-sidebar-card {
  background: white;
  border: 1px solid rgba(10, 22, 40, 0.1);
  border-radius: 20px 20px 12px 20px;
  box-shadow: var(--shadow-sm);
  padding: 26px 24px;
}

.blog-sidebar-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-sidebar-point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.blog-sidebar-point i {
  color: var(--accent);
  margin-top: 4px;
}

.related-blog-link {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}

.related-blog-link:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.related-blog-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(245, 90, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}

.related-blog-thumb {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  border: 1px solid var(--border);
  background: var(--light-bg);
}

.related-blog-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.5;
}

.related-blog-meta {
  font-size: 12px;
  color: var(--text-light);
  margin-top: 4px;
}

/* === Contact Form === */
.contact-section {
  background: var(--light-bg);
}

.contact-info-card {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  border-radius: 24px 24px 14px 24px;
  padding: 40px 32px;
  height: 100%;
}

.contact-form-card {
  background: white;
  border-radius: 24px 24px 14px 24px;
  padding: 40px 36px;
  box-shadow: var(--shadow-md);
  height: 100%;
  border: 1px solid rgba(10, 22, 40, 0.1);
}

/* === About Section === */
.about-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.about-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(245, 90, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 15px;
  flex-shrink: 0;
}

.about-feature-text {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text-dark);
}

/* === Alert / Notification === */
.alert-success-custom {
  background: rgba(37, 211, 102, 0.1);
  border: 1.5px solid rgba(37, 211, 102, 0.3);
  border-radius: 8px;
  padding: 14px 18px;
  color: #16a34a;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.alert-error-custom {
  background: rgba(245, 90, 0, 0.08);
  border: 1.5px solid rgba(245, 90, 0, 0.25);
  border-radius: 8px;
  padding: 14px 18px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* === WhatsApp Float Button === */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 58px;
  height: 58px;
  background: var(--whatsapp);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: white;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  z-index: 9999;
  transition: var(--transition);
  animation: pulse-green 2.5s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 12px 36px rgba(37, 211, 102, 0.55);
  color: white;
}

@keyframes pulse-green {

  0%,
  100% {
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  }

  50% {
    box-shadow: 0 8px 40px rgba(37, 211, 102, 0.7);
  }
}

/* === Utilities === */
.text-accent {
  color: var(--accent) !important;
}

.text-gold {
  color: var(--gold) !important;
}

.text-primary-custom {
  color: var(--primary) !important;
}

.bg-primary-custom {
  background: var(--primary) !important;
}

.bg-accent {
  background: var(--accent) !important;
}

.bg-light-custom {
  background: var(--light-bg) !important;
}

.divider-red {
  width: 50px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--gold) 100%);
  border-radius: 2px;
}

/* === Animations === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-up {
  animation: fadeInUp 0.65s ease both;
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-4 {
  animation-delay: 0.4s;
}

.delay-5 {
  animation-delay: 0.5s;
}

/* === Loading Spinner === */
.spinner-custom {
  width: 20px;
  height: 20px;
  border: 2.5px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* === Humanized Design Layer === */
.service-card,
.blog-card,
.faq-item,
.contact-form-card,
.quote-form-card,
.blog-sidebar-card,
.locality-insight-card,
.locality-keyword-board,
.charges-table-wrap {
  position: relative;
}

.service-card::after,
.blog-card::after,
.contact-form-card::after,
.quote-form-card::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 4px;
  top: 0;
  left: 20px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 100%);
  opacity: 0.9;
}

.service-card:nth-child(2n),
.blog-card:nth-child(2n),
.faq-item:nth-child(2n) {
  border-radius: 24px 14px 24px 24px;
}

.seo-content-block p {
  max-width: 72ch;
}

.navbar-nav .nav-link {
  font-weight: 650;
}

.page-hero {
  background: linear-gradient(125deg, #08162e 0%, #132a52 100%);
}

.page-hero-title {
  text-wrap: balance;
}

/* === Responsive Adjustments === */
@media (max-width: 991px) {
  .hero-section {
    padding: 50px 0 60px;
    min-height: auto;
  }

  .quote-form-card {
    margin-top: 40px;
  }

  .navbar-collapse {
    margin-top: 10px;
    padding: 12px 0 4px;
    border-top: 1px solid var(--border);
    background: white;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: 120px;
  }

  .navbar-collapse.collapsing {
    overflow: hidden;
    transition: height 0.24s ease;
  }

  .navbar-nav {
    gap: 2px;
    align-items: stretch !important;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-link {
    padding: 12px 4px !important;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .navbar-nav .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-nav .dropdown-toggle::after {
    content: "";
    position: static;
    transform: none;
    width: 0;
    height: 0;
    background: none;
    border-top: 0.35em solid currentColor;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    border-radius: 0;
    display: inline-block !important;
    margin-left: 10px;
    margin-top: 2px;
    flex-shrink: 0;
    vertical-align: middle;
  }

  .navbar-nav .nav-link:hover {
    background: transparent;
  }

  .navbar-nav .nav-link::after {
    display: none;
  }

  .dropdown-menu {
    position: static !important;
    transform: none !important;
    min-width: 100%;
    margin-top: 4px;
    padding: 4px 0 6px 12px;
    border-radius: 0;
    border-top: none;
    background: transparent;
    border: none;
    box-shadow: none;
    animation: none;
  }

  .dropdown-item {
    padding: 8px 0;
    border-radius: 0;
    background: transparent;
    border: none;
  }

  .dropdown-item+.dropdown-item {
    margin-top: 0;
  }

  .routes-dropdown-scroll {
    max-height: 220px;
  }

  .navbar-nav .btn-primary-custom {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 4px;
    border-radius: 12px;
    padding: 14px 20px;
  }

  .process-step::after {
    display: none;
  }

  .site-logo {
    width: 260px;
  }

  .brand-note {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }

  .top-bar-left {
    display: none;
  }

  .hero-title {
    font-size: 32px;
  }
  .navbar-collapse {
    padding-bottom: 70px;
  }

  .hero-cta-group {
    gap: 10px;
  }

  .hero-proof-row {
    gap: 8px;
    margin-bottom: 22px;
  }

  .hero-proof-pill {
    font-size: 11.5px;
    padding: 6px 10px;
  }

  .hero-stats {
    gap: 20px;
  }

  .trust-card {
    margin-top: 30px;
  }

  .cta-section {
    padding: 60px 0;
  }

  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

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

  .charges-table-wrap {
    overflow-x: auto;
  }

  .blog-post-layout {
    padding: 24px 18px;
  }

  .blog-post-feature {
    flex-direction: column;
  }

  .locality-insight-card,
  .locality-side-nav-card {
    padding: 24px 20px;
  }

  .locality-side-title {
    font-size: 24px;
  }

  .locality-coverage-highlights {
    grid-template-columns: 1fr;
  }

  .locality-keyword-board {
    padding: 24px 20px;
  }

  .locality-keyword-board-head {
    flex-direction: column;
  }

  .locality-keyword-board-title {
    font-size: 24px;
  }
}

@media (max-width: 575px) {

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row {
    --bs-gutter-x: 1rem;
  }

  .btn-topbar {
    padding: 5px 12px;
    font-size: 11.5px;
  }

  .hero-cta-group .btn-outline-custom {
    display: none;
  }

  .quote-form-card {
    padding: 24px 18px;
  }

  .contact-form-card {
    padding: 28px 20px;
  }

  .site-logo {
    width: min(100%, 250px);
  }

  .footer-logo {
    width: 220px;
  }

  .navbar-collapse {
    padding-top: 10px;
  }

  .navbar-brand {
    max-width: calc(100% - 72px);
  }

  .navbar-toggler {
    padding: 6px 10px !important;
  }

  .route-card {
    padding: 18px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .route-cities {
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
  }

  .route-city {
    font-size: 15px;
  }

  .route-meta {
    width: 100%;
    align-items: flex-start;
    gap: 6px;
  }

  .route-price {
    font-size: 15px;
  }

  .route-time {
    font-size: 12px;
  }

  .local-area-badge {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 14px;
  }

  .local-area-badge span {
    font-size: 13.5px;
  }

  .hero-stats {
    gap: 14px;
  }

  .hero-stat-num {
    font-size: 26px;
  }

  .hero-desc,
  .section-desc,
  .cta-desc {
    font-size: 14px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 16px;
  }
}
