/* Start custom CSS for html, class: .elementor-element-9060478 *//* =========================================================
   GOOD LIFE MOVERS
   KILELESHWA LOCATION PAGE
   ALL CSS SCOPED TO .glk-kileleshwa-page
   ========================================================= */

.glk-kileleshwa-page {
  --kl-dark: #111827;
  --kl-text: #374151;
  --kl-muted: #6b7280;
  --kl-border: #e5e7eb;
  --kl-light: #f8fafc;
  --kl-white: #fff;
  --kl-accent: #f59e0b;
  --kl-accent-dark: #d97706;
  --kl-radius: 14px;

  color: var(--kl-text);
  font-family: inherit;
  line-height: 1.75;
}

.glk-kileleshwa-page *,
.glk-kileleshwa-page *::before,
.glk-kileleshwa-page *::after {
  box-sizing: border-box;
}

.glk-kileleshwa-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.glk-kileleshwa-page h1,
.glk-kileleshwa-page h2,
.glk-kileleshwa-page h3 {
  color: var(--kl-dark);
  line-height: 1.25;
  margin-top: 0;
}

.glk-kileleshwa-page p {
  margin-top: 0;
  margin-bottom: 18px;
}

.glk-kileleshwa-page a {
  transition: all .2s ease;
}


/* =========================
   HERO
========================= */

.glk-kileleshwa-hero {
  padding: 105px 0;
  background:
    linear-gradient(
      135deg,
      rgba(17,24,39,.98),
      rgba(17,24,39,.88)
    );
}

.glk-kileleshwa-hero-content {
  max-width: 850px;
}

.glk-kileleshwa-eyebrow,
.glk-kileleshwa-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.glk-kileleshwa-eyebrow {
  color: var(--kl-accent);
}

.glk-kileleshwa-hero h1 {
  color: #fff;
  font-size: clamp(43px, 6vw, 70px);
  letter-spacing: -1.5px;
  margin-bottom: 22px;
}

.glk-kileleshwa-hero-lead {
  max-width: 800px;
  color: rgba(255,255,255,.9);
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.glk-kileleshwa-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}


/* =========================
   BUTTONS
========================= */

.glk-kileleshwa-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none !important;
}

.glk-kileleshwa-btn-primary {
  background: var(--kl-accent);
  color: #111 !important;
}

.glk-kileleshwa-btn-primary:hover {
  background: var(--kl-accent-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.glk-kileleshwa-btn-secondary {
  border-color: rgba(255,255,255,.65);
  color: #fff !important;
  background: transparent;
}

.glk-kileleshwa-btn-secondary:hover {
  background: #fff;
  color: var(--kl-dark) !important;
}


/* =========================
   BREADCRUMB
========================= */

.glk-kileleshwa-breadcrumb {
  padding: 13px 0;
  background: #fff;
  border-bottom: 1px solid var(--kl-border);
}

.glk-kileleshwa-breadcrumb .glk-kileleshwa-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 13px;
}

.glk-kileleshwa-breadcrumb a {
  color: var(--kl-dark);
  text-decoration: none;
  font-weight: 700;
}

.glk-kileleshwa-breadcrumb span:last-child {
  color: var(--kl-muted);
}


/* =========================
   NAV
========================= */

.glk-kileleshwa-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid var(--kl-border);
  box-shadow: 0 3px 15px rgba(0,0,0,.04);
}

.glk-kileleshwa-nav .glk-kileleshwa-container {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.glk-kileleshwa-nav .glk-kileleshwa-container::-webkit-scrollbar {
  display: none;
}

.glk-kileleshwa-nav a {
  flex: 0 0 auto;
  padding: 14px 14px;
  color: var(--kl-dark);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.glk-kileleshwa-nav a:hover {
  color: var(--kl-accent-dark);
}


/* =========================
   SECTIONS
========================= */

.glk-kileleshwa-section {
  padding: 82px 0;
}

.glk-kileleshwa-light {
  background: var(--kl-light);
}

.glk-kileleshwa-section-heading {
  max-width: 850px;
  margin-bottom: 42px;
}

.glk-kileleshwa-section-heading .glk-kileleshwa-label {
  color: var(--kl-accent-dark);
}

.glk-kileleshwa-section-heading h2 {
  margin-bottom: 17px;
  font-size: clamp(30px, 4vw, 43px);
  letter-spacing: -.7px;
}

.glk-kileleshwa-section-heading p {
  color: var(--kl-muted);
  font-size: 17px;
}


/* =========================
   INTRO
========================= */

.glk-kileleshwa-two-column {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 55px;
  align-items: start;
}

.glk-kileleshwa-info-card {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--kl-border);
  border-radius: var(--kl-radius);
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.glk-kileleshwa-info-card h3 {
  font-size: 21px;
  margin-bottom: 18px;
}

.glk-kileleshwa-info-card ul {
  margin: 0;
  padding-left: 20px;
}

.glk-kileleshwa-info-card li {
  margin-bottom: 8px;
}


/* =========================
   SERVICES
========================= */

.glk-kileleshwa-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.glk-kileleshwa-service-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--kl-border);
  border-radius: var(--kl-radius);
  box-shadow: 0 8px 25px rgba(0,0,0,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.glk-kileleshwa-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0,0,0,.1);
}

.glk-kileleshwa-number {
  display: block;
  margin-bottom: 17px;
  color: var(--kl-accent-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}

.glk-kileleshwa-service-card h3 {
  font-size: 20px;
  margin-bottom: 13px;
}

.glk-kileleshwa-service-card p {
  color: var(--kl-muted);
  font-size: 14.5px;
}

.glk-kileleshwa-service-card a {
  color: var(--kl-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.glk-kileleshwa-service-card a:hover {
  color: var(--kl-accent-dark);
}


/* =========================
   APARTMENTS
========================= */

.glk-kileleshwa-apartment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.glk-kileleshwa-apartment-grid > div {
  padding: 27px;
  background: #fff;
  border: 1px solid var(--kl-border);
  border-radius: var(--kl-radius);
}

.glk-kileleshwa-apartment-grid h3 {
  font-size: 20px;
  margin-bottom: 9px;
}

.glk-kileleshwa-apartment-grid p {
  color: var(--kl-muted);
  font-size: 15px;
  margin-bottom: 0;
}


/* =========================
   ROUTES
========================= */

.glk-kileleshwa-route-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.glk-kileleshwa-route-grid > div {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--kl-border);
  border-radius: 10px;
}

.glk-kileleshwa-route-grid strong {
  display: block;
  color: var(--kl-dark);
  font-size: 16px;
  margin-bottom: 5px;
}

.glk-kileleshwa-route-grid span {
  display: block;
  color: var(--kl-muted);
  font-size: 13px;
  line-height: 1.5;
}


/* =========================
   AREAS
========================= */

.glk-kileleshwa-area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.glk-kileleshwa-area-grid a {
  display: block;
  padding: 21px;
  background: #fff;
  border: 1px solid var(--kl-border);
  border-radius: 10px;
  color: var(--kl-dark);
  text-decoration: none !important;
}

.glk-kileleshwa-area-grid a:hover {
  border-color: var(--kl-accent);
  transform: translateY(-2px);
}

.glk-kileleshwa-area-grid strong {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
}

.glk-kileleshwa-area-grid span {
  display: block;
  color: var(--kl-muted);
  font-size: 13px;
  line-height: 1.5;
}

.glk-kileleshwa-nairobi-link {
  margin-top: 30px;
}

.glk-kileleshwa-nairobi-link a {
  color: var(--kl-dark);
  font-weight: 800;
  text-decoration: none;
}


/* =========================
   PROCESS
========================= */

.glk-kileleshwa-process {
  max-width: 900px;
}

.glk-kileleshwa-process-step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 23px;
  padding: 26px 0;
  border-bottom: 1px solid var(--kl-border);
}

.glk-kileleshwa-process-step > span {
  display: flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--kl-dark);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.glk-kileleshwa-process-step h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.glk-kileleshwa-process-step p {
  color: var(--kl-muted);
  margin-bottom: 0;
}


/* =========================
   COST
========================= */

.glk-kileleshwa-cost-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 50px;
  align-items: start;
}

.glk-kileleshwa-cost-card {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--kl-border);
  border-radius: var(--kl-radius);
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.glk-kileleshwa-cost-card h3 {
  font-size: 21px;
  margin-bottom: 18px;
}

.glk-kileleshwa-cost-card ul {
  margin: 0;
  padding-left: 20px;
}

.glk-kileleshwa-cost-card li {
  margin-bottom: 8px;
}


/* =========================
   DESTINATIONS
========================= */

.glk-kileleshwa-destination-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.glk-kileleshwa-destination-grid > div {
  padding: 24px;
  border: 1px solid var(--kl-border);
  border-radius: 12px;
  background: #fff;
}

.glk-kileleshwa-destination-grid h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.glk-kileleshwa-destination-grid p {
  color: var(--kl-muted);
  font-size: 14px;
  margin: 0;
}


/* =========================
   PREPARATION
========================= */

.glk-kileleshwa-prep-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.glk-kileleshwa-prep-grid > div {
  padding: 27px;
  background: #fff;
  border: 1px solid var(--kl-border);
  border-radius: var(--kl-radius);
}

.glk-kileleshwa-prep-grid h3 {
  font-size: 19px;
  margin-bottom: 9px;
}

.glk-kileleshwa-prep-grid p {
  color: var(--kl-muted);
  font-size: 15px;
  margin: 0;
}


/* =========================
   BENEFITS
========================= */

.glk-kileleshwa-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.glk-kileleshwa-benefit-grid > div {
  padding: 27px;
  border: 1px solid var(--kl-border);
  border-radius: var(--kl-radius);
  background: #fff;
}

.glk-kileleshwa-benefit-grid h3 {
  font-size: 19px;
  margin-bottom: 9px;
}

.glk-kileleshwa-benefit-grid p {
  color: var(--kl-muted);
  font-size: 14px;
  margin: 0;
}


/* =========================
   FAQ
========================= */

.glk-kileleshwa-faq {
  max-width: 950px;
}

.glk-kileleshwa-faq details {
  margin-bottom: 11px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--kl-border);
  border-radius: 10px;
}

.glk-kileleshwa-faq summary {
  position: relative;
  padding: 20px 55px 20px 22px;
  cursor: pointer;
  list-style: none;
  color: var(--kl-dark);
  font-size: 16px;
  font-weight: 800;
}

.glk-kileleshwa-faq summary::-webkit-details-marker {
  display: none;
}

.glk-kileleshwa-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  font-size: 23px;
  font-weight: 400;
}

.glk-kileleshwa-faq details[open] summary::after {
  content: "−";
}

.glk-kileleshwa-faq-answer {
  padding: 0 22px 20px;
}

.glk-kileleshwa-faq-answer p {
  margin: 0;
  color: var(--kl-muted);
}


/* =========================
   CTA
========================= */

.glk-kileleshwa-cta {
  padding: 75px 0;
  background: var(--kl-dark);
}

.glk-kileleshwa-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}

.glk-kileleshwa-cta .glk-kileleshwa-label {
  color: var(--kl-accent);
}

.glk-kileleshwa-cta h2 {
  color: #fff;
  font-size: clamp(31px, 4vw, 45px);
  margin-bottom: 13px;
}

.glk-kileleshwa-cta p {
  max-width: 700px;
  color: rgba(255,255,255,.78);
  margin-bottom: 0;
}

.glk-kileleshwa-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}


/* =========================
   FINAL
========================= */

.glk-kileleshwa-final {
  padding: 25px 0;
  border-top: 1px solid var(--kl-border);
  background: #fff;
}

.glk-kileleshwa-final p {
  margin: 0;
  text-align: center;
}

.glk-kileleshwa-final a {
  color: var(--kl-dark);
  font-weight: 800;
  text-decoration: none;
}

.glk-kileleshwa-final a:hover {
  color: var(--kl-accent-dark);
}


/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {

  .glk-kileleshwa-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .glk-kileleshwa-area-grid,
  .glk-kileleshwa-route-grid,
  .glk-kileleshwa-destination-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .glk-kileleshwa-apartment-grid,
  .glk-kileleshwa-prep-grid,
  .glk-kileleshwa-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .glk-kileleshwa-two-column,
  .glk-kileleshwa-cost-layout {
    grid-template-columns: 1fr;
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

  .glk-kileleshwa-container {
    width: min(100% - 28px, 1180px);
  }

  .glk-kileleshwa-hero {
    padding: 72px 0;
  }

  .glk-kileleshwa-hero h1 {
    font-size: 40px;
  }

  .glk-kileleshwa-hero-lead {
    font-size: 17px;
  }

  .glk-kileleshwa-hero-actions {
    flex-direction: column;
  }

  .glk-kileleshwa-btn {
    width: 100%;
  }

  .glk-kileleshwa-section {
    padding: 60px 0;
  }

  .glk-kileleshwa-section-heading {
    margin-bottom: 32px;
  }

  .glk-kileleshwa-section-heading h2 {
    font-size: 30px;
  }

  .glk-kileleshwa-service-grid,
  .glk-kileleshwa-area-grid,
  .glk-kileleshwa-route-grid,
  .glk-kileleshwa-apartment-grid,
  .glk-kileleshwa-destination-grid,
  .glk-kileleshwa-prep-grid,
  .glk-kileleshwa-benefit-grid {
    grid-template-columns: 1fr;
  }

  .glk-kileleshwa-process-step {
    grid-template-columns: 52px 1fr;
    gap: 15px;
  }

  .glk-kileleshwa-process-step > span {
    width: 47px;
    height: 47px;
  }

  .glk-kileleshwa-cta {
    padding: 60px 0;
  }

  .glk-kileleshwa-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .glk-kileleshwa-cta-actions {
    width: 100%;
    flex-direction: column;
  }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

  .glk-kileleshwa-hero h1 {
    font-size: 36px;
  }

  .glk-kileleshwa-section-heading h2 {
    font-size: 28px;
  }

  .glk-kileleshwa-nav a {
    padding: 13px 10px;
    font-size: 13px;
  }

}/* End custom CSS */