/*
  Navjyoti UI architecture layer
  Purpose: keep premium UI overrides, navigation polish, and icon spacing out of the
  large legacy HTML file while preserving the existing static-page behavior.
*/

:root {
  --njy-ink: #0b1f3a;
  --njy-navy: #061526;
  --njy-card: #ffffff;
  --njy-muted: #61708a;
  --njy-orange: #f28a00;
  --njy-orange-dark: #d97706;
  --njy-line: rgba(11, 31, 58, 0.1);
  --njy-footer-line: rgba(255, 255, 255, 0.1);
  --njy-shadow: 0 18px 50px rgba(11, 31, 58, 0.12);
}

.ui-icon,
.lucide-icon {
  flex: 0 0 auto;
}

.ui-icon {
  width: 18px;
  height: 18px;
  stroke-width: 1.85;
}

.ui-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
}

.ui-brand i {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.ui-brand-whatsapp {
  color: #25d366 !important;
}

.hdr {
  backdrop-filter: blur(18px);
}

.hnav .hl,
.mmenu a,
.ft-cta-btns a,
.ft-links a,
.ft-contacts a,
.hbtn,
.cta,
.cta-w,
.cta-o,
.hbtn-p,
.hbtn-o,
.hbtn-wh {
  align-items: center !important;
  gap: 8px !important;
}

.hnav .hl,
.mmenu a,
.ft-cta-btns a,
.ft-links a,
.ft-contacts a {
  display: inline-flex !important;
}

.hnav .hl {
  min-height: 48px;
  white-space: nowrap;
}

.hnav .hl .ui-icon,
.hnav .hl .lucide-icon,
.mmenu a .ui-icon,
.mmenu a .lucide-icon {
  width: 17px !important;
  height: 17px !important;
  color: currentColor;
}

.hright .hbtn-p,
.ft-cta-btns a {
  box-shadow: 0 14px 32px rgba(242, 138, 0, 0.24) !important;
}

.hmob,
.mmx,
.cb-fab,
.f-wa {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hmob {
  display: none !important;
}

.hmob .ui-icon,
.mmx .ui-icon,
.cb-fab .ui-icon,
.f-wa .ui-icon {
  width: 20px !important;
  height: 20px !important;
}

.mmenu {
  border-left: 1px solid rgba(11, 31, 58, 0.08);
}

.mmenu a {
  min-height: 44px;
}

.ft-contacts {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 16px;
}

.ft-contacts a {
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ft-contacts a:hover,
.ft-links a:hover {
  color: #ffffff !important;
  transform: translateX(2px);
}

.ft-links a {
  width: fit-content;
  line-height: 1.5;
}

.ft-links a .ui-icon,
.ft-contacts a .ui-icon,
.ft-cta-btns a .ui-icon {
  width: 15px !important;
  height: 15px !important;
  color: var(--njy-orange);
}

.ft-soc {
  gap: 8px !important;
}

.ft-soc .brand-icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 15px !important;
}

.f-wa .ui-brand i {
  color: #ffffff !important;
  font-size: 20px !important;
}

.cb-fab[data-open="true"] {
  background: #111827 !important;
}

.cookie-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cookie-text .ui-icon {
  color: var(--njy-orange);
}

.cookie-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

@media (max-width: 1100px) {
  .hnav {
    display: none !important;
  }

  .hmob {
    display: inline-flex !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 16px !important;
    border: 1px solid var(--njy-line) !important;
    background: #ffffff !important;
    color: var(--njy-ink) !important;
    box-shadow: 0 12px 28px rgba(11, 31, 58, 0.08) !important;
  }

  .mmenu a {
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  .ft-cta-btns {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .ft-cta-btns a {
    width: 100%;
    justify-content: center;
  }

  .ft-soc .brand-icon {
    width: 42px !important;
    height: 42px !important;
  }
}
