/* ============================================
   KUMAR LELE & ASSOCIATES - SHARED STYLES
   Logo theme: Navy Blue + CA Green
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Lato:wght@300;400;700&display=swap');

:root {
  --navy: #1c3461;
  --navy-dark: #112040;
  --navy-mid: #1e3a6e;
  --green: #27a963;
  --green-dark: #1d8a4f;
  --green-light: #3fc47a;
  --cream: #f6f8f4;
  --cream-dark: #edf1e8;
  --white: #ffffff;
  --text: #1e2b1e;
  --text-light: #5a6a6a;
  --border: #cde0d4;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--navy-dark); }
body {
  font-family: 'Lato', sans-serif;
  background: var(--cream);
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.2;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ---- TOP BAR ---- */
.top-bar {
  background: var(--navy-dark);
  padding: 7px 24px;
}
.top-bar-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
}
.top-bar a, .top-bar span {
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.3px;
}
.top-bar a:hover { color: var(--green-light); }
.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* ---- HEADER / NAV ---- */
header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 16px rgba(28,52,97,0.12);
  border-bottom: 3px solid var(--green);
}
.nav-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.logo-area {
  display: flex;
  align-items: center;
}
.logo-area img {
  height: 62px;
  width: auto;
  max-width: 320px;
  object-fit: contain;
  display: block;
}

nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
nav a {
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 3px;
  transition: all 0.2s;
  position: relative;
}
nav a:hover, nav a.active {
  color: var(--green-dark);
}
nav a.active::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0; right: 0;
  height: 3px;
  background: var(--green);
  border-radius: 2px 2px 0 0;
}
.nav-cta {
  background: var(--navy) !important;
  color: var(--white) !important;
  font-weight: 700 !important;
  padding: 10px 22px !important;
  border-radius: 4px !important;
  margin-left: 8px;
  transition: background 0.2s !important;
  border-bottom: none !important;
}
.nav-cta:hover { background: var(--navy-mid) !important; }
.nav-cta.active::after { display: none; }

/* Mobile Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  padding: 8px;
  background: none;
  border: none;
  z-index: 1001;
}
.hamburger span {
  display: block;
  width: 26px;
  height: 2.5px;
  background: var(--navy);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Mobile Nav */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--navy-dark);
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 20px;
}
.mobile-nav.open { display: flex; }
.mobile-nav .mob-logo {
  margin-bottom: 30px;
  background: white;
  border-radius: 8px;
  padding: 14px 24px;
}
.mobile-nav .mob-logo img { height: 52px; width: auto; max-width: 260px; }
.mobile-nav a {
  color: var(--white);
  font-size: 22px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 13px 30px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  width: 100%;
  text-align: center;
  transition: color 0.2s;
}
.mobile-nav a:hover, .mobile-nav a.active { color: var(--green-light); }
.mobile-nav .mob-cta {
  background: var(--green-dark);
  color: var(--white) !important;
  border-radius: 4px;
  border: none !important;
  margin-top: 12px;
  font-size: 18px !important;
}
.mobile-nav .mob-cta:hover { background: var(--green) !important; }

/* ---- SECTION UTILITIES ---- */
.section { padding: 80px 24px; }
.section-sm { padding: 50px 24px; }
.container { max-width: 1180px; margin: 0 auto; }

.section-label {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green-dark);
  font-weight: 700;
  margin-bottom: 12px;
}
.section-title {
  font-size: clamp(30px, 5vw, 46px);
  color: var(--navy);
  font-weight: 600;
  margin-bottom: 16px;
}
.section-title em { color: var(--green-dark); font-style: italic; }
.section-subtitle {
  font-size: 17px;
  color: var(--text-light);
  max-width: 640px;
  line-height: 1.8;
}
.divider {
  width: 60px;
  height: 3px;
  background: var(--green);
  margin: 20px 0;
  border-radius: 2px;
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s;
  border: 2px solid transparent;
}
.btn-primary {
  background: var(--green-dark);
  color: var(--white);
  border-color: var(--green-dark);
}
.btn-primary:hover {
  background: var(--green);
  border-color: var(--green);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(39,169,99,0.3);
}
.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-outline-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.btn-outline-white:hover { background: var(--white); color: var(--navy-dark); border-color: var(--white); }

/* ---- PAGE BANNER ---- */
.page-banner {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  padding: 70px 24px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-banner::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(39,169,99,0.12) 0%, transparent 70%);
  border-radius: 50%;
}
.page-banner h1 { font-size: clamp(34px, 6vw, 54px); color: var(--white); margin-bottom: 12px; position: relative; }
.page-banner p { font-size: 16px; color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto; position: relative; }
.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.breadcrumb a { color: var(--green-light); }
.breadcrumb span { color: rgba(255,255,255,0.3); }

/* ---- FOOTER ---- */
footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,0.75);
  padding: 60px 24px 30px;
}
.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-col h4 { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--white); margin-bottom: 16px; }
.footer-col p, .footer-col li, .footer-col a { font-size: 13.5px; line-height: 2; color: rgba(255,255,255,0.6); }
.footer-col a:hover { color: var(--green-light); }
.footer-bottom {
  max-width: 1180px;
  margin: 28px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.35); }
.footer-logo-img { height: 48px; width: auto; margin-bottom: 14px; background: white; padding: 6px 14px; border-radius: 5px; display: block; }
.footer-tagline { font-size: 11px; color: var(--green-light); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }

/* WhatsApp Float */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  z-index: 998;
  transition: transform 0.2s;
}
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float svg { width: 28px; height: 28px; fill: white; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 768px) {
  nav { display: none; }
  .hamburger { display: flex; }
  .section { padding: 60px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .top-bar-right { display: none; }
}
@media (max-width: 480px) {
  .section { padding: 50px 16px; }
  .nav-wrapper { padding: 0 16px; height: 64px; }
  .logo-area img { height: 46px; max-width: 220px; }
}
