/* ==========================================================================
   Kalyan Enterprises - the ONE site footer.

   Same navy palette as the home page.  Self contained like ke-header.css so
   it renders identically on the home page and on the older pages that still
   load css/style.css.
   ========================================================================== */

.ke-footer,
.ke-copyright,
.ke-float,
.ke-mobilebar {
  --ke-navy: #0b2c67;
  --ke-navy-dark: #082250;
  --ke-blue: #14449b;
  --ke-blue-light: #2a6fd6;
  --ke-sky: #7fb4ff;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box;
}
.ke-footer *, .ke-copyright * { box-sizing: border-box; }

.ke-footer {
  background: #0b2c67;
  color: #cfdcf1;
  padding: 34px 0 26px;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.6;
}
.ke-footer .ke-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.ke-footer a { color: #b7c9e4; text-decoration: none; }
.ke-footer a:hover { color: #fff; }
.ke-footer ul { list-style: none; margin: 0; padding: 0; }
.ke-footer li { list-style: none; margin: 0 0 6px; }

/* ------------------------------------------------------------- top strip */
.ke-footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.ke-footer-top > * { flex: 1 1 220px; }
.ke-footer-logo img { height: 54px; width: auto; max-width: 100%; }
.ke-footer-logo-round img { height: 96px; }
.ke-footer-item { display: flex; align-items: center; gap: 12px; }
.ke-footer-item .ke-footer-icon {
  width: 36px; height: 36px; border-radius: 50%; flex: 0 0 36px;
  background: rgba(255, 255, 255, .12); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.ke-footer-item small {
  display: block; text-transform: uppercase; font-size: 11px;
  letter-spacing: .06em; color: #9fb8dd;
}
.ke-footer-item a,
.ke-footer-item strong {
  color: #fff; font-size: 14.5px; font-weight: 600; display: block; line-height: 1.45;
}
.ke-footer-item a:hover { color: var(--ke-sky); }
.ke-footer-cities a { display: inline-block; font-size: 13.5px; }
.ke-footer-cities em { font-style: normal; color: rgba(255, 255, 255, .35); margin: 0 6px; }

/* ---------------------------------------------------------------- columns */
.ke-footer-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 26px;
  padding: 26px 0 4px;
}
.ke-footer h6 {
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  color: #fff; margin: 0 0 12px; padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.ke-footer h6 i { color: var(--ke-sky); margin-right: 6px; }
.ke-footer-cols li a { font-size: 13px; }

/* branch addresses */
.ke-branch { margin-bottom: 14px; }
.ke-branch strong {
  display: block; color: #fff; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .05em; margin-bottom: 3px;
}
.ke-branch p { margin: 0; font-size: 12.5px; color: #a9c0e0; line-height: 1.65; }

/* -------------------------------------------------- city wise link blocks */
.ke-footer-locations {
  border-top: 1px solid rgba(255, 255, 255, .14);
  margin-top: 22px;
  padding-top: 22px;
}
.ke-footer-locations .ke-loc-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 22px;
}
.ke-footer-locations a { color: #b7c9e4; font-size: 12.5px; }
.ke-footer-locations a:hover { color: #fff; }

/* -------------------------------------------------------- links + social */
.ke-footer-links {
  border-top: 1px solid rgba(255, 255, 255, .14);
  margin-top: 22px; padding-top: 16px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px;
}
.ke-footer-links a { color: #cfdcf1; font-size: 13px; }
.ke-footer-links .ke-footer-social { margin-left: auto; display: flex; gap: 8px; }
.ke-footer-links .ke-footer-social a {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255, 255, 255, .12); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 14px;
}
.ke-footer-links .ke-footer-social a:hover { background: var(--ke-blue-light); }

.ke-footer-branches {
  border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 16px; padding-top: 14px;
  font-size: 12px; color: #9fb8dd; text-transform: uppercase; letter-spacing: .04em;
}
.ke-footer-branches a { color: #b7c9e4; text-transform: none; letter-spacing: 0; }

.ke-copyright {
  background: var(--ke-navy-dark); color: #a9bfdf; font-size: 12.5px; padding: 13px 0;
  text-align: center;
}
.ke-copyright a { color: #fff; text-decoration: none; }

/* ------------------------------------------------ floating call / whatsapp */
/* desktop: stuck to the right edge, vertically centred */
.ke-float { position: fixed; right: 16px; top: 50%; transform: translateY(-50%); z-index: 9999; }
.ke-float a {
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%; color: #fff;
  font-size: 22px; margin-top: 10px; text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .22);
}
.ke-float .ke-wa { background: #25d366; }
.ke-float .ke-call { background: var(--ke-blue); }

.ke-mobilebar { display: none; }

@media (max-width: 767px) {
  /* bottom bar already has WhatsApp + call - hide the side buttons */
  .ke-float { display: none; }
  .ke-mobilebar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 9998;
    background: #fff; border-top: 1px solid #e4e9f0;
    display: flex; padding: 9px 0;
    box-shadow: 0 -4px 14px rgba(11, 44, 103, .10);
  }
  .ke-mobilebar a { flex: 1; text-align: center; font-size: 21px; color: var(--ke-navy); text-decoration: none; }
  .ke-mobilebar a.ke-m-wa { color: #25d366; }
  .ke-footer-links .ke-footer-social { margin-left: 0; }
  body { padding-bottom: 52px; }
}
