/* ============================================================
   YOUR CA - Main Stylesheet
   Professional CA Firm Website | Indore
   ============================================================ */

/* ----- Google Fonts Import ----- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

/* ----- CSS Custom Properties ----- */
:root {
  --primary: #0B5ED7;
  --primary-dark: #073B7A;
  --primary-light: #EAF4FF;
  --accent: #4DA3FF;
  --white: #FFFFFF;
  --text-dark: #1F2937;
  --text-gray: #6B7280;
  --border-light: #E5E7EB;
  --shadow-sm: 0 2px 8px rgba(11, 94, 215, 0.08);
  --shadow-md: 0 6px 24px rgba(11, 94, 215, 0.13);
  --shadow-lg: 0 12px 40px rgba(11, 94, 215, 0.16);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ----- Base Reset & Typography ----- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.7;
  font-size: 15px;
  overflow-x: hidden;
}

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

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

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

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

p {
  color: var(--text-gray);
  margin-bottom: 1rem;
}

/* ----- Utility Classes ----- */
.section-pad {
  padding: 80px 0;
}

.section-pad-sm {
  padding: 50px 0;
}

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

.bg-light-blue {
  background: var(--primary-light);
}

.bg-dark-blue {
  background: var(--primary-dark);
}

.section-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  background: var(--primary-light);
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 14px;
}

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

.section-subtitle {
  font-size: 15.5px;
  color: var(--text-gray);
  max-width: 580px;
  line-height: 1.75;
}

.divider-line {
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 4px;
  margin: 12px 0 22px;
}

/* ----- Buttons ----- */
.btn-ca-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: var(--white);
  border: none;
  padding: 13px 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: 0.3px;
  transition: all var(--transition);
  box-shadow: 0 4px 18px rgba(11, 94, 215, 0.28);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.btn-ca-primary:hover {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  color: var(--white);
  box-shadow: 0 7px 25px rgba(11, 94, 215, 0.38);
  transform: translateY(-2px);
}

.btn-ca-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 11px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14.5px;
  transition: all var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.btn-ca-outline:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 7px 25px rgba(11, 94, 215, 0.25);
}

.btn-ca-white {
  background: var(--white);
  color: var(--primary);
  border: none;
  padding: 13px 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14.5px;
  transition: all var(--transition);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.btn-ca-white:hover {
  background: var(--primary-light);
  color: var(--primary-dark);
  transform: translateY(-2px);
}

/* ----- NAVBAR ----- */
#mainNavbar {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 0;
  border-bottom: 1px solid var(--border-light);
  transition: box-shadow var(--transition);
  z-index: 1050;
}

#mainNavbar.scrolled {
  box-shadow: 0 4px 20px rgba(11, 94, 215, 0.10);
}

.navbar-brand-logo {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--primary-dark) !important;
  letter-spacing: -0.5px;
  line-height: 1;
}

.navbar-brand img {
  height: 50px;
}

.navbar-brand-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--text-gray);
  display: block;
  margin-top: -3px;
  font-weight: 500;
}

.navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark) !important;
  padding: 24px 14px !important;
  position: relative;
  transition: color var(--transition);
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 2.5px;
  background: var(--primary);
  border-radius: 2px 2px 0 0;
  transform: scaleX(0);
  transition: transform var(--transition);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary) !important;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

/* ============================================================
   HERO SECTION
   ============================================================ */
#hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--primary-dark) 0%, #0B4DBF 50%, #1565C0 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
}

/* Ledger-line geometric background motif */
#hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  background: url("data:image/svg+xml,%3Csvg width='600' height='700' viewBox='0 0 600 700' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='80' y='60' width='440' height='580' rx='18' fill='rgba(255,255,255,0.04)'/%3E%3Crect x='110' y='160' width='380' height='1.5' fill='rgba(255,255,255,0.08)'/%3E%3Crect x='110' y='220' width='380' height='1.5' fill='rgba(255,255,255,0.08)'/%3E%3Crect x='110' y='280' width='380' height='1.5' fill='rgba(255,255,255,0.08)'/%3E%3Crect x='110' y='340' width='380' height='1.5' fill='rgba(255,255,255,0.08)'/%3E%3Crect x='110' y='400' width='380' height='1.5' fill='rgba(255,255,255,0.08)'/%3E%3Crect x='110' y='460' width='380' height='1.5' fill='rgba(255,255,255,0.08)'/%3E%3Crect x='110' y='520' width='380' height='1.5' fill='rgba(255,255,255,0.08)'/%3E%3Crect x='110' y='100' width='1.5' height='480' fill='rgba(255,255,255,0.06)'/%3E%3Crect x='250' y='100' width='1.5' height='480' fill='rgba(255,255,255,0.04)'/%3E%3Ccircle cx='450' cy='200' r='90' fill='rgba(77,163,255,0.10)'/%3E%3Ccircle cx='180' cy='500' r='60' fill='rgba(77,163,255,0.07)'/%3E%3C/svg%3E") center/cover no-repeat;
  pointer-events: none;
}

/* Floating circle accent */
#hero::after {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(77, 163, 255, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--accent);
}

.hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.18;
  margin-bottom: 22px;
}

.hero-title .highlight {
  color: var(--accent);
  position: relative;
}

.hero-subtitle {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  max-width: 540px;
  margin-bottom: 34px;
}

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

/* Trust badges */
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.90);
  font-size: 12.5px;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 30px;
  backdrop-filter: blur(6px);
}

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

/* Hero visual card */
.hero-visual-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(12px);
  padding: 36px 30px;
  position: relative;
}

.hero-visual-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.stat-row {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.stat-item {
  flex: 1;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 18px 14px;
  text-align: center;
}

.stat-number {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  display: block;
}

.stat-number span {
  color: var(--accent);
}

.stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 5px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.services-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.services-pill {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 20px;
}

/* ============================================================
   ABOUT PREVIEW SECTION
   ============================================================ */
.about-preview-content {
  padding-right: 40px;
}

.about-feature-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 28px;
}

.about-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14.5px;
  color: var(--text-dark);
}

.about-feature-list li i {
  color: var(--primary);
  font-size: 15px;
  margin-top: 3px;
  flex-shrink: 0;
}

.about-img-block {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.about-img-placeholder {
  background: linear-gradient(145deg, var(--primary-light) 0%, #D6EAFF 100%);
  border-radius: var(--radius-lg);
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  border: 2px dashed rgba(11, 94, 215, 0.20);
}

.about-img-placeholder i {
  font-size: 60px;
  color: var(--primary);
  opacity: 0.5;
}

.about-img-placeholder p {
  font-size: 13px;
  color: var(--text-gray);
  margin: 0;
}

.experience-badge {
  position: absolute;
  bottom: 24px;
  left: -20px;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 14px 20px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 12px;
  border-left: 3px solid var(--primary);
}

.experience-badge .num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.experience-badge .lbl {
  font-size: 12px;
  color: var(--text-gray);
  font-weight: 500;
  line-height: 1.4;
}

/* ============================================================
   SERVICES OVERVIEW
   ============================================================ */
.service-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 28px 22px;
  height: 100%;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

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

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(11, 94, 215, 0.15);
}

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

.service-icon-wrap {
  width: 56px;
  height: 56px;
  background: var(--primary-light);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all var(--transition);
}

.service-card:hover .service-icon-wrap {
  background: var(--primary);
}

.service-icon-wrap i {
  font-size: 22px;
  color: var(--primary);
  transition: color var(--transition);
}

.service-card:hover .service-icon-wrap i {
  color: var(--white);
}

.service-card h3 {
  font-size: 15.5px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-dark);
}

.service-card p {
  font-size: 13.5px;
  margin-bottom: 14px;
  line-height: 1.65;
}

.service-card .read-more {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap var(--transition);
}

.service-card:hover .read-more {
  gap: 9px;
}

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  border: 1px solid var(--border-light);
  transition: all var(--transition);
  height: 100%;
}

.why-card:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(11, 94, 215, 0.18);
  transform: translateY(-3px);
}

.why-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.why-icon i {
  font-size: 20px;
  color: var(--white);
}

.why-card h3 {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 7px;
}

.why-card p {
  font-size: 13px;
  margin: 0;
}

/* ============================================================
   PROCESS SECTION
   ============================================================ */
.process-track {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}

.process-track::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 60px;
  right: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
  z-index: 0;
}

.process-step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 8px;
}

.step-bubble {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
  border: 4px solid var(--white);
  box-shadow: 0 4px 14px rgba(11, 94, 215, 0.25);
}

.step-title {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 5px;
}

.step-desc {
  font-size: 12px;
  color: var(--text-gray);
}

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #0B5ED7 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(77, 163, 255, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.cta-section h2 {
  color: var(--white);
}

.cta-section p {
  color: rgba(255, 255, 255, 0.78);
}

/* ============================================================
   CONTACT STRIP
   ============================================================ */
.contact-strip {
  background: var(--primary-light);
  border-top: 1px solid rgba(11, 94, 215, 0.12);
  border-bottom: 1px solid rgba(11, 94, 215, 0.12);
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
}

.strip-icon {
  width: 42px;
  height: 42px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.strip-icon i {
  color: var(--white);
  font-size: 16px;
}

.strip-text {
  font-size: 14px;
  color: var(--text-dark);
  font-weight: 500;
}

.strip-text small {
  display: block;
  font-size: 12px;
  color: var(--text-gray);
  font-weight: 400;
}

/* ============================================================
   PAGE BANNER (inner pages)
   ============================================================ */
.page-banner {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #0B5ED7 100%);
  padding: 110px 0 60px;
  position: relative;
  overflow: hidden;
}

.page-banner::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 60px;
  background: var(--white);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.page-banner h1 {
  color: var(--white);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

.page-banner p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 580px;
}

.breadcrumb-ca {
  margin-top: 10px;
}

.breadcrumb-ca .breadcrumb-item {
  font-size: 13px;
}

.breadcrumb-ca .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.75);
}

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

.breadcrumb-ca .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.value-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 22px 18px;
  text-align: center;
  transition: all var(--transition);
  height: 100%;
}

.value-card:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(11, 94, 215, 0.18);
}

.value-icon {
  width: 52px;
  height: 52px;
  background: var(--primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.value-icon i {
  font-size: 20px;
  color: var(--primary);
}

.value-card h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.vision-mission-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.vision-mission-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary), var(--accent));
}

.vm-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-light);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.vm-icon i {
  font-size: 26px;
  color: var(--primary);
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.services-nav-pills .nav-link {
  background: transparent;
  color: var(--text-gray);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 10px 18px;
  font-size: 13.5px;
  font-weight: 500;
  transition: all var(--transition);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.services-nav-pills .nav-link:hover {
  background: var(--primary-light);
  color: var(--primary);
  border-color: rgba(11, 94, 215, 0.25);
}

.services-nav-pills .nav-link.active {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  box-shadow: var(--shadow-sm);
}

.service-sub-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 14px;
  color: var(--text-dark);
}

.service-sub-item:last-child {
  border-bottom: none;
}

.service-sub-item i {
  color: var(--primary);
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}

.service-cta-strip {
  background: var(--primary-light);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
  border: 1px solid rgba(11, 94, 215, 0.15);
  flex-wrap: wrap;
}

.service-cta-strip p {
  margin: 0;
  font-size: 14px;
  color: var(--text-dark);
  font-weight: 500;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-info-card {
  background: linear-gradient(145deg, var(--primary-dark), #0B5ED7);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  height: 100%;
}

.contact-info-card h2 {
  color: var(--white);
  font-size: 1.5rem;
}

.contact-info-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.contact-detail-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}

.contact-detail-icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-detail-icon i {
  color: var(--accent);
  font-size: 16px;
}

.contact-detail-text {
  color: rgba(255, 255, 255, 0.90);
  font-size: 14px;
  line-height: 1.6;
}

.contact-detail-text strong {
  display: block;
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
}

.contact-form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
}

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

.form-ca .form-control,
.form-ca .form-select {
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 11px 14px;
  font-size: 14px;
  color: var(--text-dark);
  transition: all var(--transition);
}

.form-ca .form-control:focus,
.form-ca .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(11, 94, 215, 0.10);
}

.map-container {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
}

.map-placeholder {
  background: linear-gradient(145deg, var(--primary-light), #D6EAFF);
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
}

.map-placeholder i.bi-map-fill {
  font-size: 50px;
  color: var(--primary);
  opacity: 0.45;
}

.map-placeholder p {
  font-size: 13.5px;
  color: var(--text-gray);
  text-align: center;
  max-width: 280px;
  margin: 0;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--primary-dark);
  color: rgba(255, 255, 255, 0.78);
}

.footer-brand .logo-text {
  font-family: 'Poppins', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--white);
}

.footer-brand .logo-text span {
  color: var(--accent);
}

.footer-brand p {
  font-size: 13.5px;
  margin-top: 12px;
  line-height: 1.7;
  color: #ffffffad;
}

.footer-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}

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

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.footer-links a::before {
  content: '›';
  color: var(--accent);
  font-weight: 700;
}

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

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 14px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.footer-contact-item i {
  color: var(--accent);
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 18px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.50);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.60);
}

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

/* ============================================================
   BACK TO TOP
   ============================================================ */
#backToTop {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 44px;
  height: 44px;
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  z-index: 9999;
  transition: all var(--transition);
}

#backToTop.show {
  display: flex;
}

#backToTop:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
}

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

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

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

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

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

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

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

[data-aos] {
  opacity: 0;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-aos].aos-animate {
  opacity: 1;
  transform: none !important;
}

[data-aos="fade-up"] {
  transform: translateY(28px);
}

[data-aos="fade-right"] {
  transform: translateX(-28px);
}

[data-aos="fade-left"] {
  transform: translateX(28px);
}

.floating-wa {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #25d366;
  color: white;
  font-size: 20px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 1000;
  transition: 0.3s ease all;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.floating-wa:hover {
  color: #fff;
  bottom: 85px;
  background: #259253;
}

.legal-page .content-wrapper h2,
.legal-page .content-wrapper h3,
.legal-page .content-wrapper h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  .navbar-nav .nav-link {
    padding: 12px 0 !important;
  }

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

  .navbar-collapse {
    background: var(--white);
    padding: 16px 20px;
    border-top: 1px solid var(--border-light);
    margin-top: 0;
  }

  .about-preview-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .experience-badge {
    left: 0;
  }

  .process-track {
    flex-wrap: wrap;
  }

  .process-track::before {
    display: none;
  }

  .process-step {
    flex: 0 0 calc(50% - 8px);
    margin-bottom: 24px;
  }

  .services-nav-pills {
    margin-bottom: 28px;
  }

  .contact-info-card {
    margin-bottom: 28px;
  }

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

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

  #hero {
    padding: 50px 0px;
    min-height: auto;
  }

  .hero-visual-card {
    margin-top: 36px;
  }

  .page-banner {
    padding-top: 60px;
  }

  .stat-row {
    gap: 10px;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .process-step {
    flex: 0 0 100%;
  }

  .service-cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-brand,
  .footer-col {
    margin-bottom: 0px;
  }

  .footer-bottom .text-md-end {
    text-align: left !important;
    margin-top: 8px;
  }

  .contact-form-card {
    padding: 22px 16px;
  }

  .navbar-brand img {
    height: 40px;
  }
}

@media (max-width: 575px) {
  .hero-title {
    font-size: 1.9rem;
  }

  .trust-badges {
    gap: 7px;
  }

  .trust-badge {
    font-size: 11.5px;
    padding: 6px 10px;
  }

  .hero-visual-card {
    padding: 20px 10px;
  }

  .legal-page .content-wrapper h1 {
    font-size: 30px;
  }

  .legal-page .content-wrapper h2,
  .legal-page .content-wrapper h3,
  .legal-page .content-wrapper h4 {
    font-size: 18px;
  }
}