/* WhatsApp Float Button */
#whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
  background-color: #25D366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(37,211,102,0.5);
  text-decoration: none;
  animation: wa-pulse 2s infinite;
}
@keyframes wa-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
  70%  { box-shadow: 0 0 0 15px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
#whatsapp-float:hover {
  background-color: #1ebe5d;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

/* Map Float Button */
#map-float {
  position: fixed;
  bottom: 102px;
  right: 22px;
  z-index: 9999;
  background: linear-gradient(135deg, #4285F4, #1a73e8);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(66,133,244,0.5);
  text-decoration: none;
  transition: all 0.3s ease;
}
#map-float:hover {
  background: linear-gradient(135deg, #1a73e8, #0d5bba);
  transform: scale(1.1);
}

/* Instagram Float Button */
#instagram-float {
  position: fixed;
  bottom: 168px;
  right: 22px;
  z-index: 9999;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(214,36,159,0.4);
  text-decoration: none;
  transition: all 0.3s ease;
}
#instagram-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(214,36,159,0.6);
}

/* ============================================================
   WHY CHOOSE US — Redesigned Section
   ============================================================ */
.why-choose-section {
  padding: 5em 0 4em;
  background: linear-gradient(160deg, #0f2444 0%, #1a355e 50%, #0f2444 100%);
  position: relative;
  overflow: hidden;
}
.why-choose-section::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(192,160,96,0.12) 0%, transparent 70%);
  border-radius: 50%;
}
.why-choose-heading {
  margin-bottom: 40px;
}
.why-choose-tag {
  display: inline-block;
  background: rgba(192,160,96,0.2);
  color: #c0a060;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  border: 1px solid rgba(192,160,96,0.3);
  margin-bottom: 12px;
}
.why-choose-section .colorlib-heading h2,
.why-choose-section h2 {
  color: #fff;
  font-size: 38px;
  margin: 10px 0 16px;
}
.why-choose-section p {
  color: rgba(255,255,255,0.65);
  font-size: 15px;
  line-height: 1.8;
  max-width: 640px;
  margin: 0 auto;
}

/* Feature Cards */
.why-features-row {
  margin-bottom: 50px;
}
.why-feature-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 30px 22px;
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.why-feature-card:hover {
  background: rgba(192,160,96,0.12);
  border-color: rgba(192,160,96,0.4);
  transform: translateY(-6px);
}
.why-feature-icon {
  width: 60px; height: 60px;
  background: rgba(192,160,96,0.15);
  border: 1px solid rgba(192,160,96,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 22px;
  color: #c0a060;
}
.why-feature-card h4 {
  color: #fff;
  font-size: 17px;
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
}
.why-feature-card p {
  color: rgba(255,255,255,0.6);
  font-size: 13.5px;
  line-height: 1.7;
  margin: 0;
}

/* Stats Row */
.why-stats-row {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 40px;
}
.why-stat-box {
  padding: 20px 10px;
}
.why-stat-box .colorlib-counter {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 58px;
  font-weight: 700;
  color: #c0a060;
  line-height: 1;
}
.why-stat-prefix {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  color: #c0a060;
  vertical-align: top;
  margin-top: 8px;
  display: inline-block;
}
.why-stat-label {
  display: block;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-top: 8px;
}

/* ============================================================
   LOCATION SECTION
   ============================================================ */
#our-location-section {
  padding: 5em 0;
  background: #f7f7f5;
}
#our-location-section h2 {
  color: #1a355e;
}
#our-location-section p {
  color: #666;
}
#our-location-section .why-choose-tag {
  background: rgba(26,53,94,0.08);
  color: #1a355e;
  border-color: rgba(26,53,94,0.2);
}

/* Location Tab Nav */
.location-tabs-nav {
  margin-bottom: 0;
}
.loc-tab-btn {
  display: inline-block;
  background: #fff;
  border: 2px solid #ddd;
  border-bottom: none;
  color: #555;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 28px;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  margin: 0 4px;
  transition: all 0.2s ease;
}
.loc-tab-btn:hover {
  background: #f0f4f8;
  color: #1a355e;
}
.loc-tab-btn.active {
  background: #1a355e;
  border-color: #1a355e;
  color: #fff;
}

/* Tab Content */
.loc-tab-content {
  display: none;
  background: #fff;
  border: 2px solid #1a355e;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.loc-tab-content.active {
  display: block;
}

/* Map Tab */
.location-map-wrap {
  position: relative;
}
.map-open-link {
  padding: 16px;
  text-align: center;
  background: #f7f7f5;
  border-top: 1px solid #eee;
}

/* Address Tab */
.loc-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.loc-detail-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 30px 28px;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.loc-detail-card:nth-child(2n) { border-right: none; }
.loc-detail-card:nth-last-child(-n+2) { border-bottom: none; }
.loc-detail-icon {
  width: 46px; height: 46px;
  background: #1a355e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}
.loc-detail-card h5 {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c0a060;
  margin: 0 0 6px;
}
.loc-detail-card p {
  color: #444;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.loc-detail-card a {
  color: #1a355e;
  text-decoration: none;
}
.loc-detail-card a:hover { text-decoration: underline; }

/* Directions Tab */
.loc-directions-box {
  padding: 36px;
}
.direction-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.direction-icon {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}
.direction-item h5 {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1a355e;
  margin: 0 0 4px;
}
.direction-item p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .loc-details-grid { grid-template-columns: 1fr; }
  .loc-detail-card { border-right: none; }
  .loc-tab-btn { padding: 10px 16px; font-size: 11px; margin: 0 2px; }
  .why-stat-box .colorlib-counter { font-size: 42px; }
  .why-choose-section h2 { font-size: 30px; }
  .loc-directions-box { padding: 20px; }
}

/* Blog content styles */
.blog-content h3 {
  color: #1a355e;
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 22px;
}
.blog-content p {
  margin-bottom: 15px;
}
.blog-content ul, .blog-content ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.blog-content li {
  margin-bottom: 6px;
}
.blog-content strong {
  color: #333;
}

/* Form controls */
.form-control:focus {
  border-color: #1a355e;
  box-shadow: 0 0 0 2px rgba(26,53,94,0.15);
}

/* Services cards hover */
.services:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

/* Navigation active state */
nav .top-menu ul li.active a {
  color: #f0c040;
}

/* Responsive hero on smaller pages */
@media (max-width: 768px) {
  .blog-content {
    font-size: 15px;
  }
}

/* ============================================================
   CA / ADVOCATE PREMIUM TYPOGRAPHY — Cormorant Garamond + Source Sans 3
   ============================================================ */

/* Base body — clean, readable sans-serif */
body, html {
  font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #3a3a3a;
  letter-spacing: 0.01em;
}

/* All headings → elegant serif (Cormorant Garamond) */
h1, h2, h3, h4, h5, h6,
.heading-section,
.colorlib-heading h2,
.colorlib-heading h3 {
  font-family: 'Cormorant Garamond', 'EB Garamond', 'Playfair Display', Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

/* Hero / banner heading — italic serif for gravitas */
.slider-text-inner h2,
.slider-text-inner .heading-section {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}

/* Subheadline in hero */
.colorlib-lead {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Navigation links */
.colorlib-nav .top-menu ul > li > a {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Logo — firm name */
#colorlib-logo a {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.05em;
}

/* Services card headings */
.services .desc h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
}

/* Services card body text */
.services .desc p {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #666;
}

/* Section subheadings (colorlib-heading p) */
.colorlib-heading p {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #777;
}

/* Footer headings */
#colorlib-footer h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Footer body text */
#colorlib-footer p,
#colorlib-footer ul li,
#colorlib-footer .colorlib-footer-links li a {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 13.5px;
}

/* Footer "Useful Portals" special links */
.footer-portal-link {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Buttons */
.btn {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}

/* Sidebar service links */
.service-sidebar a {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
}

/* Service detail page headings */
.col-md-9 h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.col-md-9 h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
}
.col-md-9 h4 {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Blog / article body */
.blog-content p,
.blog-content li {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 17px;
  line-height: 1.85;
  color: #444;
}
.blog-content h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  font-size: 24px;
}

/* Breadcrumb */
.breadcrumb-bar p {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 13px;
}

/* Useful Government Portals strip in footer */
.footer-portals-strip {
  background: rgba(255,255,255,0.06);
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 18px 0;
  margin-bottom: 32px;
}
.footer-portals-strip .portal-label {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c0a060;
  display: block;
  margin-bottom: 4px;
}
.footer-portals-strip a.portal-btn {
  display: inline-block;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #ddd;
  border: 1px solid rgba(192,160,96,0.4);
  border-radius: 3px;
  padding: 5px 12px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: all 0.2s;
}
.footer-portals-strip a.portal-btn:hover {
  background: #c0a060;
  color: #fff;
  border-color: #c0a060;
  text-decoration: none;
}
.footer-portals-strip a.portal-btn i {
  margin-right: 5px;
  font-size: 11px;
}
