.elementor-4512 .elementor-element.elementor-element-13b63f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c6fbbf1 *//*
================================================================
DR. SHRINATH VISWANATH — FOOTER + FLOATING WIDGET
Prefixes: hp-footer, fw-
================================================================
*/

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

/* ==========================================================================
   DESIGN SYSTEM TOKENS  (Global Baseline — Desktop 1280px+)
   Single source of truth for colors, type, spacing, radius and shadow.
   All page-level components consume these tokens via var() rather than
   re-declaring their own copies.
   ========================================================================== */

/* Desktop (≥1280px) uses the :root baseline — no overrides needed */

/* ==========================================================================
   GLOBAL BASE DEFAULTS
   Applied document-wide.
   ========================================================================== */

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family:  var(--f-body);
  color:        var(--text);
  font-size:    var(--fs-body);
  font-weight:  var(--fw-medium);
  line-height:  var(--lh-body);
  background:   var(--off-white);
  -webkit-font-smoothing:  antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

/* ── Heading hierarchy — font, size, weight, line-height ── */
h1, .h1 { font-family: var(--f-title); font-size: var(--fs-h1); font-weight: var(--fw-bold);     line-height: var(--lh-headings); margin: 0; }
h2, .h2 { font-family: var(--f-title); font-size: var(--fs-h2); font-weight: var(--fw-semibold); line-height: var(--lh-headings); margin: 0; }
h3, .h3 { font-family: var(--f-sub);   font-size: var(--fs-h3); font-weight: var(--fw-semibold); line-height: var(--lh-headings); margin: 0; }
h4, .h4 { font-family: var(--f-body);  font-size: var(--fs-h4); font-weight: var(--fw-semibold); line-height: var(--lh-headings); margin: 0; }

p  { margin: 0; }
a  { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ==========================================================================
   SITE COMPONENT TYPE ALIASES
   Shared typographic roles mapped to design tokens.
   ========================================================================== */

.main-nav__link {
  font-size:   var(--fs-small);
  font-weight: var(--fw-bold);
  line-height: var(--lh-ui);
}

.btn,
.home-btn-override-fix {
  font-size:      var(--fs-small);
  font-weight:    var(--fw-bold);
  line-height:    var(--lh-ui);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.card-title {
  font-size:   var(--fs-h4);
  font-weight: var(--fw-semibold);
  line-height: 1.3;
}

.label-eyebrow {
  font-size:      var(--fs-xs);
  font-weight:    var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.breadcrumb__link {
  font-size:   var(--fs-small);
  font-weight: var(--fw-medium);
}

.tldr-summary {
  font-size:   var(--fs-body-large);
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.detail-body-text {
  font-size:   var(--fs-body);
  font-weight: var(--fw-medium);
}

.pill-badge {
  font-size:   var(--fs-xs);
  font-weight: var(--fw-medium);
  line-height: var(--lh-ui);
}

.footer__brand-name {
  font-size:   var(--fs-h3);
  font-weight: var(--fw-semibold);
}

.footer__title {
  font-size:   var(--fs-small);
  font-weight: var(--fw-bold);
}

.footer__link,
.footer__contact-text {
  font-size:   var(--fs-small);
  font-weight: var(--fw-medium);
}

.hp-footer {
  background: var(--c1);
  padding: var(--space-8) clamp(16px, 4vw, 60px) 0;
  position: relative;
  z-index: 1;
  font-family: var(--f-body);
}

.hp-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: stretch;
  gap: var(--space-7);
  margin-bottom: var(--space-7);
}

.hp-footer-name {
  font-family: var(--f-title);
  font-size: var(--fs-h3);
  font-weight: var(--fw-semibold);
  color: #ffffff;
  margin-bottom: 4px;
}

.hp-footer-sub {
  font-size: var(--fs-small);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}

.hp-footer-desc {
  font-size: var(--fs-small);
  color: #ffffff;
  line-height: var(--lh-body);
  font-weight: var(--fw-medium);
  max-width: 240px;
}

.hp-footer-tagline {
  font-family: var(--f-sub);
  font-size: var(--fs-h4);
  font-style: italic;
  font-weight: var(--fw-medium);
  color: var(--c4);
  margin-top: 12px;
}

.hp-footer-col-title {
  display: block !important;
  text-decoration: none !important;
  font-size: var(--fs-small);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 18px;
  font-weight: var(--fw-bold);
}

.hp-footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: 0;
  margin: 0;
}

.hp-footer-links a {
  font-size: var(--fs-small);
  color: #fff;
  text-decoration: none;
  font-weight: var(--fw-medium);
  transition: color 0.2s;
}

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

.hp-footer-contact {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.hp-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.hp-footer-contact-item svg {
  color:#fff;
  flex-shrink: 0;
  margin-top: 2px;
}

.hp-footer-contact-item span {
  font-size: var(--fs-small);
  color: #FFF;
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

/* ── Social Icons Row ── */
.hp-footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
  padding-top: 0;
  transform: translateY(70px);
}

.hp-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 36px;
  block-size: 36px;
  color: #FFF;
  background: transparent;
  text-decoration: none;
  line-height: 1;
  transition: color 0.2s, transform 0.2s;
}

.hp-footer-social-link:hover {
  color: var(--c6);
  transform: translateY(-2px);
}

.hp-footer-social-link svg {
  display: block;
  inline-size: 22px;
  block-size: 22px;
  flex-shrink: 0;
}

.hp-footer-bottom {
  padding: var(--space-5) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.hp-footer-copy {
  font-size: var(--fs-small);
  color: #ffffff;
  font-weight: var(--fw-medium);
}

.hp-footer-legal {
  display: flex;
  gap: var(--space-5);
}

.hp-footer-legal a {
  font-size: var(--fs-xs);
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s;
}

.hp-footer-legal a:hover {
  color: var(--c6);
}

.hp-footer-credit {
  font-size: var(--fs-small);
  color: #ffffff;
  font-weight: var(--fw-medium);
}

/* ==========================================================================
   FLOATING CALL + WHATSAPP WIDGET
   ========================================================================== */
.fw-mobile-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
}

.fw-call-btn,
.fw-wa-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s;
}

.fw-call-btn {
  display: none;
  background: var(--c2);
  box-shadow: 0 6px 28px rgba(15, 76, 129, 0.4);
  animation: pulse-blue 2.2s ease-in-out infinite;
}

.fw-wa-btn {
  background: var(--wa);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.4);
  animation: pulse-green 2.2s ease-in-out infinite;
}

.fw-call-btn:hover,
.fw-wa-btn:hover {
  transform: scale(1.1);
}

.fw-call-btn svg,
.fw-wa-btn svg {
  flex-shrink: 0;
}

@keyframes pulse-blue {
  0%, 100% { box-shadow: 0 6px 28px rgba(15, 76, 129, 0.4); }
  50%       { box-shadow: 0 6px 44px rgba(15, 76, 129, 0.65); }
}

@keyframes pulse-green {
  0%, 100% { box-shadow: 0 6px 28px rgba(37, 211, 102, 0.4); }
  50%       { box-shadow: 0 6px 44px rgba(37, 211, 102, 0.65); }
}

/* First grid column (brand block) — bottom-aligned and full-height so the
   logo sits on the baseline of the tallest column.
   MUST stay above the RESPONSIVE section: the ≤600px block below overrides
   justify-content/min-block-size on this same .elementor-4512 .elementor-element.elementor-element-c6fbbf1 at equal specificity,
   so if this rule sits after it, source order silently defeats the mobile
   override. Do not move this below the media queries. */
.hp-footer-grid > :first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-block-size: 100%;
  margin-top: auto;
  padding-bottom: 0;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 768px) {
  .hp-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-3);
  }

  .fw-mobile-stack {
    bottom: 20px;
    right: 20px;
  }

  .fw-call-btn {
    display: flex;
  }
}

@media (max-width: 600px) {
  .hp-footer-grid {
    grid-template-columns: 1fr;
  }

  .hp-footer-grid > :first-child {
    justify-content: flex-start;
    min-block-size: auto;
  }
}

@media (max-width: 375px) {
  .fw-mobile-stack {
    bottom: 16px;
    right: 16px;
    gap: 10px;
  }

  .fw-call-btn,
  .fw-wa-btn {
    width: 46px;
    height: 46px;
  }
}

/* ── Social icons top padding — Tablet & Laptop only (576px–1279px) ── */
@media (min-width: 576px) and (max-width: 1279px) {
  .hp-footer-social {
    margin-top: var(--space-4);
    padding-top: 0;
  }
}

.hp-footer-logo,
.hp-footer-logo img {
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.hp-footer-logo {
  display: block;
  inline-size: min(300px, 100%);
  block-size: auto;
  max-inline-size: 100%;
  margin: 0 0 var(--space-3);
  object-fit: contain;
  object-position: left center;
  vertical-align: middle;
  transform: translateY(35px);
}

.hp-footer-logo img {
  display: block;
  inline-size: 100%;
  block-size: auto;
  object-fit: contain;
  object-position: left center;
}/* End custom CSS */