/* ==========================================================================
   Kalyan Enterprises - Home page styles (Bootstrap 5)
   Used only by index.php. Does not affect any other page / stylesheet.
   ========================================================================== */

:root {
  --ke-navy: #0b2c67;
  --ke-navy-dark: #082250;
  --ke-blue: #14449b;
  --ke-blue-light: #2a6fd6;
  --ke-text: #23303d;
  --ke-muted: #6b7a8d;
  --ke-line: #e4e9f0;
  --ke-soft: #f4f7fb;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ke-text);
  font-size: 15px;
  overflow-x: hidden;
}

a { text-decoration: none; }

/* ---------------------------------------------------------------- top bar */
.ke-topbar {
  background: var(--ke-navy);
  color: #dce6f5;
  font-size: 12.5px;
  letter-spacing: .04em;
  padding: 8px 0;
}
.ke-topbar a { color: #dce6f5; }
.ke-topbar a:hover { color: #fff; }
.ke-topbar .ke-tagline { text-transform: uppercase; font-weight: 600; color: #fff; }
.ke-topbar i { color: #7fb4ff; }
.ke-topbar .ke-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(255, 255, 255, .12); margin-left: 6px; font-size: 12px;
}
.ke-topbar .ke-social a i { color: #fff; }
.ke-topbar .ke-social a:hover { background: var(--ke-blue-light); }
.ke-topbar .ke-topbar-cities a {
  text-transform: uppercase; font-weight: 600; margin-left: 22px; position: relative;
}
.ke-topbar .ke-topbar-cities a:first-child { margin-left: 0; }
.ke-topbar .ke-topbar-cities a + a::before {
  content: "|"; position: absolute; left: -13px; color: rgba(255, 255, 255, .35); font-weight: 400;
}

/* ----------------------------------------------------------------- header */
.ke-header {
  background: #fff;
  box-shadow: 0 2px 14px rgba(11, 44, 103, .08);
  padding: 6px 0;
}
.ke-header .navbar-brand img { height: 62px; width: auto; }

.ke-nav .nav-link {
  text-transform: uppercase;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .04em;
  color: #2b3a4b;
  padding: 10px 12px !important;
  position: relative;
}
.ke-nav .nav-link:hover,
.ke-nav .nav-link.active { color: var(--ke-blue); }
.ke-nav .nav-link.active::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px;
  height: 2px; background: var(--ke-blue);
}
.ke-nav .dropdown-menu {
  border: 0; border-top: 3px solid var(--ke-blue);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 12px 30px rgba(11, 44, 103, .16);
  padding: 10px;
  font-size: 13.5px;
}
.ke-nav .dropdown-item {
  border-radius: 5px; padding: 7px 12px; color: #2b3a4b; white-space: normal;
}
.ke-nav .dropdown-item:hover { background: var(--ke-soft); color: var(--ke-blue); }

@media (min-width: 1200px) {
  .ke-nav .ke-mega { min-width: 560px; }
  .ke-nav .ke-mega .ke-mega-list { column-count: 2; column-gap: 14px; }
  .ke-nav .ke-mega-cities { width: 780px; max-height: 74vh; overflow-y: auto; }
}
.ke-mega-city {
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
  color: var(--ke-navy); border-bottom: 1px solid var(--ke-line);
  padding: 0 12px 7px; margin: 4px 0 6px;
}
.ke-mega-city i { color: var(--ke-blue-light); margin-right: 5px; }

/* phone box in the header */
.ke-callbox {
  display: inline-flex; align-items: center; gap: 12px;
  border: 1px solid #cfe0f7; border-radius: 8px;
  padding: 8px 16px; background: #fff;
}
.ke-callbox .ke-callbox-icon {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--ke-navy); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 34px; font-size: 15px;
}
.ke-callbox a {
  display: block; color: var(--ke-blue); font-weight: 700;
  font-size: 15px; line-height: 1.45;
}
.ke-callbox a:hover { color: var(--ke-navy); }

/* ------------------------------------------------------------------- hero */
.ke-hero {
  position: relative;
  background: linear-gradient(90deg, #eef3fa 0%, #e7eef8 100%);
  overflow: hidden;
}
.ke-hero-media {
  display: block;
  position: absolute; top: 0; right: 0; bottom: 0; width: 58%;
  background-image: url("../latest-images/homebanerlatest.jpeg");
  background-size: cover;
  background-position: center;
  pointer-events: none;   /* it is a tel: link, but only tappable on phones */
}
.ke-hero-media::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, #e7eef8 0%, rgba(231, 238, 248, .55) 22%, rgba(231, 238, 248, 0) 55%);
}
.ke-hero-copy { position: relative; z-index: 2; padding: 62px 0 66px; }
.ke-hero-eyebrow {
  text-transform: uppercase; color: var(--ke-blue);
  font-weight: 700; letter-spacing: .06em; font-size: 15px; margin-bottom: 14px;
}
.ke-hero h1 { margin: 0 0 16px; line-height: 1.06; }
.ke-hero h1 .ke-h1-main {
  display: block; text-transform: uppercase; color: #111a26;
  font-size: 54px; font-weight: 800; letter-spacing: -.01em;
}
.ke-hero h1 .ke-h1-sub {
  display: block; text-transform: uppercase; color: var(--ke-blue);
  font-size: 34px; font-weight: 600; margin-top: 6px;
}
.ke-hero p.ke-hero-text { color: #46586c; font-size: 15px; max-width: 500px; margin-bottom: 26px; }

.ke-hero-usp { display: flex; flex-wrap: wrap; margin-bottom: 28px; }
.ke-hero-usp .ke-usp {
  text-align: center; padding: 0 20px; min-width: 104px;
  border-left: 1px solid #cdd8e8;
}
.ke-hero-usp .ke-usp:first-child { border-left: 0; padding-left: 0; }
.ke-hero-usp .ke-usp i { font-size: 24px; color: var(--ke-navy); }
.ke-hero-usp .ke-usp span {
  display: block; margin-top: 8px; font-size: 11.5px; font-weight: 700;
  text-transform: uppercase; color: #2b3a4b; letter-spacing: .03em; line-height: 1.35;
}

.ke-btn-primary,
.ke-btn-outline {
  display: inline-flex; align-items: center; gap: 9px;
  text-transform: uppercase; font-weight: 700; font-size: 13.5px;
  letter-spacing: .05em; border-radius: 6px; padding: 13px 26px;
  transition: all .2s ease;
}
.ke-btn-primary { background: var(--ke-navy); color: #fff; border: 1px solid var(--ke-navy); }
.ke-btn-primary:hover { background: var(--ke-blue); border-color: var(--ke-blue); color: #fff; }
.ke-btn-outline { background: #fff; color: var(--ke-navy); border: 1px solid #b9cdea; }
.ke-btn-outline:hover { background: var(--ke-navy); color: #fff; border-color: var(--ke-navy); }

@media (max-width: 991.98px) {
  .ke-hero-media { position: relative; width: 100%; height: 260px; }
  .ke-hero-media::before {
    background: linear-gradient(180deg, rgba(231, 238, 248, .25) 0%, rgba(231, 238, 248, .1) 100%);
  }
  .ke-hero-copy { padding: 34px 0 40px; }
  .ke-hero h1 .ke-h1-main { font-size: 38px; }
  .ke-hero h1 .ke-h1-sub { font-size: 24px; }
  .ke-hero-usp .ke-usp { padding: 0 14px; min-width: 88px; }
}

/* Phone hero.  Instead of a 260px photo band stacked above a pale panel, the
   photo goes full bleed behind the copy under a dark scrim and the text turns
   white - the layout the rest of the page's cards already imply.  The four
   USPs become a 4 up row of glass tiles so they stay on one line. */
@media (max-width: 767.98px) {
  .ke-hero { background: #071a35; }

  /* Phone shows the banner on its own - the copy, USPs and buttons are hidden,
     and the banner itself is the tap-to-call link.  Desktop keeps
     homebanerlatest.jpeg with the copy beside it. */
  .ke-hero-media {
    position: relative; inset: auto;
    width: 100%; height: auto;
    aspect-ratio: 1024 / 1536;       /* mobile-banner.png is portrait */
    background-image: url("../latest-images/mobile-banner.png");
    background-position: center center;
    pointer-events: auto;
  }
  .ke-hero-media::before { display: none; }  /* no scrim - no text over it */

  .ke-hero-copy { display: none; }

  /* the rules below only matter if the hero copy is switched back on */

  .ke-hero-eyebrow {
    color: #8fbaff; font-size: 12px; letter-spacing: .1em; margin-bottom: 12px;
  }
  .ke-hero h1 .ke-h1-main { color: #fff; font-size: clamp(31px, 8.8vw, 42px); }
  .ke-hero h1 .ke-h1-sub  { color: #8fbaff; font-size: clamp(18px, 5.2vw, 26px); }
  .ke-hero p.ke-hero-text { color: #c3d3e8; font-size: 14px; margin-bottom: 22px; }

  .ke-hero-usp {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 8px; margin-bottom: 24px;
  }
  .ke-hero-usp .ke-usp,
  .ke-hero-usp .ke-usp:first-child {
    min-width: 0; padding: 12px 3px; border-left: 0;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 10px;
  }
  .ke-hero-usp .ke-usp i { font-size: 18px; color: #8fbaff; }
  .ke-hero-usp .ke-usp span {
    color: #dbe6f6; font-size: 9.5px; letter-spacing: .02em; margin-top: 6px;
  }

  .ke-hero .ke-btn-primary,
  .ke-hero .ke-btn-outline { padding: 12px 20px; font-size: 12.5px; }
  .ke-hero .ke-btn-primary {
    background: var(--ke-blue-light); border-color: var(--ke-blue-light);
  }
  .ke-hero .ke-btn-outline {
    background: rgba(255, 255, 255, .1); color: #fff;
    border-color: rgba(255, 255, 255, .42);
  }
}

/* -------------------------------------------------------- section heading */
.ke-section { padding: 56px 0; }
.ke-section-soft { background: var(--ke-soft); }

.ke-head { text-align: center; margin-bottom: 34px; }
.ke-head h2 {
  display: inline-flex; align-items: center; gap: 16px;
  text-transform: uppercase; font-size: 30px; font-weight: 700;
  color: var(--ke-blue); margin: 0;
}
.ke-head h2 .ke-head-light { color: #5c7fbc; font-weight: 600; }
.ke-head h2::before,
.ke-head h2::after {
  content: ""; width: 74px; height: 1px; background: #b7c8e2; position: relative;
}
.ke-head h2::before { box-shadow: 8px 0 0 0 #b7c8e2; }
.ke-head p { color: var(--ke-muted); font-size: 14.5px; margin: 8px 0 0; }

/* --------------------------------------------------------------- services */
/* Editorial card - tall photo carrying a "Popular" ribbon and a floating
   Call button, then category / title / Discover on plain white underneath.
   Sizes are fluid (clamp) so one rule set covers phone to desktop.         */
.ke-service-card {
  --ke-card-accent: var(--ke-blue);
  --ke-card-accent-dark: var(--ke-navy);
  position: relative;
  display: flex; flex-direction: column; height: 100%;
  background: transparent;
}

.ke-service-thumb {
  position: relative; border-radius: 6px; overflow: hidden;
  background: var(--ke-soft);
}
.ke-service-thumb img {
  width: 100%; aspect-ratio: 8 / 9; height: auto; object-fit: cover;
  display: block; transition: transform .5s ease;
}
.ke-service-card:hover .ke-service-thumb img { transform: scale(1.05); }

/* "Popular" ribbon - top left of the photo */
.ke-service-badge {
  position: absolute; z-index: 2;
  top: clamp(12px, 4.5%, 20px); left: clamp(12px, 4.5%, 20px);
  background: var(--ke-navy); color: #fff;
  font-size: clamp(9px, 2.6vw, 10px); font-weight: 700; letter-spacing: 1.4px;
  text-transform: uppercase; white-space: nowrap;
  padding: .55em .95em; border-radius: 3px;
}

/* Floating call button - bottom right of the photo */
.ke-service-call {
  position: absolute; z-index: 3;
  right: clamp(12px, 5.5%, 26px); bottom: clamp(12px, 5.5%, 28px);
  display: inline-flex; align-items: center; gap: .7em;
  background: var(--ke-card-accent); color: #fff;
  font-size: clamp(10px, 2.8vw, 12px); font-weight: 700; letter-spacing: 1.3px;
  text-transform: uppercase; text-decoration: none; white-space: nowrap;
  padding: .95em 1.7em; border-radius: 999px;
  box-shadow: 0 8px 20px rgba(11, 44, 103, .3);
  transition: background .2s ease, transform .2s ease;
}
.ke-service-call:hover,
.ke-service-call:focus { background: var(--ke-card-accent-dark); color: #fff; transform: translateY(-2px); }
.ke-service-call i { font-size: 1.05em; }

.ke-service-body { padding: clamp(13px, 1.6vw, 20px) 2px 0; }

.ke-service-cat {
  font-size: clamp(9.5px, 2.6vw, 11px); font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--ke-muted);
  margin: 0 0 .8em;
}
.ke-service-body h3 {
  font-size: clamp(13px, 1.25vw + 8px, 17px); font-weight: 700; letter-spacing: .2px;
  text-transform: uppercase; color: var(--ke-navy);
  margin: 0 0 .75em; line-height: 1.45;
}
/* Stretched link - the whole card is clickable, except the Call button. */
.ke-service-link { color: inherit; text-decoration: none; }
.ke-service-link::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
}
.ke-service-card:hover .ke-service-link { color: var(--ke-card-accent); }

.ke-service-more {
  display: inline-flex; align-items: center; gap: .65em;
  font-size: clamp(10px, 2.6vw, 11px); font-weight: 700; letter-spacing: 1.4px;
  text-transform: uppercase; color: var(--ke-card-accent);
}
.ke-service-more i { transition: transform .2s ease; }
.ke-service-card:hover .ke-service-more i { transform: translateX(4px); }

/* Two cards per row on a phone.  Each card is only ~160px wide there, so the
   photo goes square and the two overlays shrink to suit - the Call button
   drops its label and becomes a round icon, which is the only way it still
   fits inside the photo without crowding the ribbon. */
@media (max-width: 575.98px) {
  .ke-service-thumb img { aspect-ratio: 1 / 1; }

  .ke-service-badge {
    top: 8px; left: 8px;
    font-size: 8.5px; letter-spacing: .9px;
    padding: .5em .7em;
  }

  .ke-service-call {
    right: 8px; bottom: 8px;
    width: 34px; height: 34px; padding: 0;
    justify-content: center; gap: 0;
    box-shadow: 0 5px 14px rgba(11, 44, 103, .32);
  }
  .ke-service-call span { display: none; }
  .ke-service-call i { font-size: 14px; }

  .ke-service-body { padding-top: 10px; }
  .ke-service-cat { font-size: 9px; letter-spacing: 1.1px; margin-bottom: .7em; }
  .ke-service-body h3 { font-size: 12.5px; letter-spacing: 0; line-height: 1.4; margin-bottom: .6em; }
  .ke-service-more { font-size: 9.5px; letter-spacing: 1px; }
}

/* ------------------------------------------------------------- why choose */
.ke-why {
  background: var(--ke-navy); border-radius: 8px; overflow: hidden;
  color: #fff; box-shadow: 0 14px 34px rgba(11, 44, 103, .18);
}
.ke-why-img {
  background-image: url("../latest-images/footer.jpeg");
  background-size: cover; background-position: center; min-height: 260px;
}
.ke-why-body { padding: 30px 28px; }
.ke-why-body h2 {
  text-transform: uppercase; font-size: 21px; font-weight: 700;
  line-height: 1.35; margin-bottom: 18px;
}
.ke-why-list { list-style: none; padding: 0; margin: 0; }
.ke-why-list li { font-size: 13.5px; color: #d7e2f4; margin-bottom: 11px; }
.ke-why-list li i { color: #7fb4ff; margin-right: 9px; }

.ke-stats { display: flex; flex-wrap: wrap; }
.ke-stat { flex: 1 1 0; min-width: 120px; text-align: center; padding: 0 10px; position: relative; }
.ke-stat + .ke-stat::before {
  content: ""; position: absolute; left: 0; top: 6px; bottom: 6px; width: 1px;
  background: rgba(255, 255, 255, .22);
}
.ke-stat i { font-size: 20px; color: #a9c8f5; }
.ke-stat strong { display: inline-block; font-size: 26px; font-weight: 700; margin-left: 8px; }
.ke-stat span { display: block; font-size: 12.5px; color: #bfd1ec; margin-top: 2px; }

.ke-advice {
  background: #fff; border-radius: 8px; padding: 18px 22px; margin-top: 26px;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
}
.ke-advice .ke-advice-icon { font-size: 28px; color: var(--ke-blue); }
.ke-advice h3 { font-size: 18px; font-weight: 700; color: #17222e; margin: 0 0 3px; }
.ke-advice p { font-size: 13px; color: var(--ke-muted); margin: 0; }
.ke-advice a { color: var(--ke-blue); font-weight: 700; font-size: 16px; }
.ke-advice a:hover { color: var(--ke-navy); }

/* ---------------------------------------------------------------- clients */
.ke-clients-carousel { padding: 0 34px; }
.ke-client-logo {
  background: #fff; border: 1px solid var(--ke-line); border-radius: 8px;
  height: 92px; display: flex; align-items: center; justify-content: center;
  padding: 12px; margin: 0 6px;
}
.ke-client-logo img { max-height: 62px; max-width: 100%; width: auto; }
.ke-clients-carousel .carousel-control-prev,
.ke-clients-carousel .carousel-control-next { width: 30px; opacity: .85; }
.ke-clients-carousel .carousel-control-prev { left: -6px; }
.ke-clients-carousel .carousel-control-next { right: -6px; }
.ke-clients-carousel .carousel-control-prev i,
.ke-clients-carousel .carousel-control-next i { font-size: 26px; color: #8fa4c2; }
.ke-clients-carousel .carousel-indicators { position: static; margin: 18px 0 0; }
.ke-clients-carousel .carousel-indicators [data-bs-target] {
  width: 9px; height: 9px; border-radius: 50%; border: 0;
  background: #c3d1e6; opacity: 1; margin: 0 4px;
}
.ke-clients-carousel .carousel-indicators .active { background: var(--ke-blue-light); }

/* --------------------------------------------------------- safe homes bar */
.ke-safe { background: var(--ke-soft); padding: 46px 0 0; }
.ke-safe h2 {
  text-transform: uppercase; font-size: 25px; font-weight: 700;
  color: #17222e; text-align: center; margin: 0 0 6px;
}
.ke-safe .ke-safe-sub { text-align: center; color: var(--ke-muted); font-size: 14px; }
.ke-safe .ke-safe-about { color: #46586c; font-size: 13.5px; line-height: 1.75; }
.ke-safe .ke-safe-about a { color: var(--ke-blue); font-weight: 600; }

.ke-feature { text-align: center; padding: 10px 6px; }
.ke-feature i { font-size: 26px; color: var(--ke-navy); }
.ke-feature span {
  display: block; margin-top: 10px; font-size: 12.5px; font-weight: 600;
  color: #2b3a4b; line-height: 1.4;
}

.ke-priority {
  background: var(--ke-navy); border-radius: 8px 8px 0 0; color: #fff;
  padding: 30px 28px; height: 100%;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.ke-priority .ke-priority-icon { font-size: 54px; color: #7fb4ff; }
.ke-priority h3 { font-size: 21px; font-weight: 700; margin: 0 0 8px; line-height: 1.3; }
.ke-priority p { font-size: 13px; color: #c9d9f1; margin: 0 0 16px; }
.ke-priority .ke-btn-quote {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--ke-navy); border-radius: 5px;
  padding: 10px 20px; font-size: 12.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em;
}
.ke-priority .ke-btn-quote:hover { background: #7fb4ff; color: #08203f; }

/* ------------------------------------------------------------ quote  form */
.ke-quote { padding: 52px 0; background: #fff; }
.ke-quote-box {
  border: 1px solid var(--ke-line); border-radius: 10px;
  box-shadow: 0 10px 26px rgba(11, 44, 103, .07); padding: 28px;
}
.ke-quote-box .form-control,
.ke-quote-box .form-select {
  border: 1px solid #d8e2f0; border-radius: 6px; padding: 12px 14px; font-size: 14px;
}
.ke-quote-box .form-control:focus,
.ke-quote-box .form-select:focus {
  border-color: var(--ke-blue-light); box-shadow: 0 0 0 .18rem rgba(42, 111, 214, .14);
}
.ke-quote-box button {
  width: 100%; background: var(--ke-navy); color: #fff; border: 0;
  border-radius: 6px; padding: 13px 20px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .05em; font-size: 13.5px;
}
.ke-quote-box button:hover { background: var(--ke-blue); }

/* --------------------------------------------------------- areas we serve */
.ke-areas { background: var(--ke-soft); padding: 46px 0 52px; }
.ke-areas .accordion-item {
  border: 1px solid var(--ke-line); border-radius: 8px !important;
  margin-bottom: 10px; overflow: hidden; background: #fff;
}
.ke-areas .accordion-button {
  font-size: 14px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .04em; color: var(--ke-navy); background: #fff; box-shadow: none;
}
.ke-areas .accordion-button:not(.collapsed) { background: var(--ke-soft); color: var(--ke-blue); }
.ke-areas .accordion-button i { color: var(--ke-blue-light); margin-right: 8px; }
.ke-areas .accordion-body { padding: 8px 18px 18px; }
.ke-area-group { margin-top: 14px; }
.ke-area-group h4 {
  font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
  color: var(--ke-navy); margin-bottom: 6px;
}
.ke-area-group p { margin: 0; line-height: 2; }
.ke-area-group a { font-size: 12.5px; color: #4a6a95; }
.ke-area-group a:hover { color: var(--ke-blue); text-decoration: underline; }
.ke-area-group span { color: #c7d3e4; }

/* ----------------------------------------------------------------- footer */
.ke-footer { background: var(--ke-navy); color: #cfdcf1; padding: 26px 0; }
.ke-footer-logo { display: inline-block; }
.ke-footer-logo img { height: 52px; width: auto; }
.ke-footer-item { display: flex; align-items: center; gap: 12px; }
.ke-footer-item .ke-footer-icon {
  width: 34px; height: 34px; border-radius: 50%; flex: 0 0 34px;
  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: #7fb4ff; }

.ke-footer-cities { display: block; }
.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; }

/* city wise service links */
.ke-footer-locations {
  border-top: 1px solid rgba(255, 255, 255, .14);
  margin-top: 24px; padding-top: 20px;
}
.ke-footer-locations h6 {
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  color: #fff; margin-bottom: 10px;
}
.ke-footer-locations h6 i { color: #7fb4ff; margin-right: 5px; }
.ke-footer-locations ul { list-style: none; padding: 0; margin: 0; }
.ke-footer-locations li { margin-bottom: 5px; }
.ke-footer-locations a { color: #b7c9e4; font-size: 12.5px; }
.ke-footer-locations a:hover { color: #fff; }

.ke-footer-links { border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 22px; padding-top: 16px; }
.ke-footer-links a { color: #cfdcf1; font-size: 13px; margin-right: 18px; }
.ke-footer-links a:hover { color: #fff; }
.ke-footer-links .ke-footer-social a { margin-right: 12px; font-size: 15px; }

.ke-footer-branches {
  border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 14px; 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-footer-branches a:hover { color: #fff; }
.ke-copyright { background: var(--ke-navy-dark); color: #a9bfdf; font-size: 12.5px; padding: 12px 0; }
.ke-copyright a { color: #fff; }

/* -------------------------------------------------- floating call buttons */
/* 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; box-shadow: 0 6px 16px rgba(0, 0, 0, .22);
}
.ke-float .ke-wa { background: #25d366; }
.ke-float .ke-call { background: var(--ke-blue); }

@media (max-width: 767.98px) {
  /* 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 var(--ke-line);
    display: flex; padding: 8px 0;
  }
  .ke-mobilebar a {
    flex: 1; text-align: center; font-size: 20px; color: var(--ke-navy);
  }
  .ke-mobilebar a.ke-m-wa { color: #25d366; }
  .ke-stat { flex: 1 1 50%; min-width: 50%; margin-bottom: 14px; }
  .ke-stat + .ke-stat::before { display: none; }
  .ke-head h2 { font-size: 22px; gap: 10px; }
  .ke-head h2::before, .ke-head h2::after { width: 30px; }
  .ke-safe h2 { font-size: 20px; }
}
@media (min-width: 768px) { .ke-mobilebar { display: none; } }
