@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Gurmukhi:wght@400&display=swap");
/* Shared footer. Scoped rules never change testimonial attribution footers. */
#komal-site-footer {
  display: block;
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 42px 0 !important;
  border: 0;
  border-radius: 0;
  background: #171f3b !important;
  color: #fff !important;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  opacity: 1;
}
#komal-site-footer, #komal-site-footer * { box-sizing: border-box; }
#komal-site-footer .kf-inner {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: 22px 32px;
  width: min(1140px, calc(100% - 40px));
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
#komal-site-footer a,
#komal-site-footer span,
#komal-site-footer i,
#komal-site-footer p {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  opacity: 1;
}
#komal-site-footer a {
  text-decoration: none;
  background: transparent;
  border: 0;
  box-shadow: none;
}
#komal-site-footer .kf-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0;
  font: 400 20px/1.2 "DM Serif Display", Georgia, serif;
  white-space: nowrap;
}
#komal-site-footer .kf-brand i { font-style: italic; font-weight: 400; }
#komal-site-footer .kf-mark {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50% 50% 45% 55%;
  background: #ffc75a;
  color: #171f3b !important;
  -webkit-text-fill-color: #171f3b;
  font: 400 22px/1 "Noto Sans Gurmukhi", sans-serif;
}
#komal-site-footer .kf-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2px 22px;
  min-width: 0;
  margin: 0;
  padding: 0;
}
#komal-site-footer .kf-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  margin: 0;
  padding: 4px 0;
  font: 400 13px/1.6 "DM Sans", Arial, sans-serif;
  white-space: normal;
  overflow-wrap: anywhere;
}
#komal-site-footer a:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: underline;
  text-decoration-color: #ffc75a;
  text-underline-offset: 4px;
}
#komal-site-footer a:focus-visible {
  outline: 2px solid #ffc75a;
  outline-offset: 5px;
  border-radius: 3px;
}
#komal-site-footer .kf-copyright {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255,255,255,.16);
  font: 400 12px/1.6 "DM Sans", Arial, sans-serif;
  text-align: center;
}
@media (max-width: 900px) {
  #komal-site-footer .kf-inner { grid-template-columns: 1fr; justify-items: center; }
  #komal-site-footer .kf-links { justify-content: center; }
  #komal-site-footer .kf-copyright { grid-column: 1; }
}
@media (max-width: 600px) {
  #komal-site-footer { padding: 34px 0 !important; }
  #komal-site-footer .kf-inner { width: calc(100% - 28px); gap: 18px; }
  #komal-site-footer .kf-brand { font-size: 20px; }
  #komal-site-footer .kf-links { flex-direction: column; gap: 0; text-align: center; }
}
/* The confirmation page previously had no footer; preserve its centred card. */
body.kf-confirmation-page { padding: 28px 0 0; grid-template-rows: 1fr auto; gap: 28px; }
body.kf-confirmation-page > main.card { width: min(680px, calc(100% - 56px)); }
