/*
  Khaya Tech service landing pages
  Bootstrap 4.3.1 companion stylesheet
  Classes are prefixed kt- to reduce conflicts with the existing website.
*/
:root{
  --kt-black:#090909;
  --kt-black-2:#111111;
  --kt-charcoal:#1a1a1a;
  --kt-gold:#d6aa2f;
  --kt-gold-light:#f0d57a;
  --kt-text:#ececec;
  --kt-muted:#bcbcbc;
  --kt-border:#2b2b2b;
}
html{scroll-behavior:smooth}
body{
  background:#0b0b0b;
  color:var(--kt-text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.65;
}
a{color:var(--kt-gold-light)}
a:hover{color:#fff;text-decoration:none}
.kt-nav{
  background:rgba(5,5,5,.98);
  border-bottom:1px solid rgba(214,170,47,.35);
}
.kt-brand-logo{width:54px;height:54px;object-fit:contain}
.kt-brand-text{font-weight:700;letter-spacing:.08em;color:#fff!important}
.kt-nav .nav-link{color:#dedede!important;font-weight:600}
.kt-nav .nav-link:hover,.kt-nav .nav-item.active .nav-link{color:var(--kt-gold-light)!important}
.kt-hero{
  min-height:560px;
  display:flex;
  align-items:center;
  background-position:center;
  background-size:cover;
  position:relative;
  padding:120px 0 80px;
}
.kt-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.93) 0%,rgba(0,0,0,.70) 52%,rgba(0,0,0,.38) 100%);
}
.kt-hero .container{position:relative;z-index:2}
.kt-eyebrow{
  color:var(--kt-gold-light);
  font-weight:800;
  letter-spacing:.16em;
  font-size:.82rem;
  text-transform:uppercase;
}
.kt-hero h1{
  font-weight:800;
  line-height:1.08;
  font-size:clamp(2.35rem,5vw,4.5rem);
  max-width:880px;
}
.kt-lead{font-size:1.18rem;color:#e1e1e1;max-width:820px}
.kt-btn-gold{
  background:var(--kt-gold);
  color:#080808!important;
  border:1px solid var(--kt-gold);
  font-weight:800;
  padding:.78rem 1.25rem;
}
.kt-btn-gold:hover{background:var(--kt-gold-light);border-color:var(--kt-gold-light)}
.kt-btn-outline{
  color:#fff!important;
  border:1px solid rgba(255,255,255,.55);
  font-weight:700;
  padding:.78rem 1.25rem;
}
.kt-btn-outline:hover{border-color:var(--kt-gold);background:rgba(214,170,47,.12)}
.kt-section{padding:82px 0}
.kt-section-dark{background:var(--kt-black)}
.kt-section-alt{background:var(--kt-black-2)}
.kt-section h2{font-weight:800;margin-bottom:1rem}
.kt-section-intro{color:var(--kt-muted);max-width:760px}
.kt-card{
  height:100%;
  background:#131313;
  border:1px solid var(--kt-border);
  border-radius:8px;
  padding:1.6rem;
  transition:transform .2s ease,border-color .2s ease;
}
.kt-card:hover{transform:translateY(-3px);border-color:rgba(214,170,47,.75)}
.kt-card h3,.kt-card h4{font-weight:750}
.kt-number{
  display:inline-flex;
  width:42px;height:42px;
  align-items:center;justify-content:center;
  border:1px solid var(--kt-gold);
  color:var(--kt-gold-light);
  border-radius:50%;
  font-weight:800;
  margin-bottom:1rem;
}
.kt-list{padding-left:1.15rem;margin-bottom:0}
.kt-list li{margin-bottom:.55rem;color:#d8d8d8}
.kt-list li::marker{color:var(--kt-gold)}
.kt-split-img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  border-radius:8px;
  border:1px solid var(--kt-border);
}
.kt-pill{
  display:inline-block;
  padding:.4rem .7rem;
  margin:.2rem;
  border:1px solid rgba(214,170,47,.45);
  border-radius:999px;
  color:#f0e4bb;
  background:rgba(214,170,47,.06);
  font-size:.92rem;
}
.kt-faq .card{
  background:#121212;
  border:1px solid var(--kt-border);
  margin-bottom:.75rem;
}
.kt-faq .card-header{background:#151515}
.kt-faq .btn-link{color:#fff;font-weight:700;text-decoration:none;width:100%;text-align:left}
.kt-faq .btn-link:hover{color:var(--kt-gold-light)}
.kt-cta{
  border-top:1px solid rgba(214,170,47,.35);
  border-bottom:1px solid rgba(214,170,47,.35);
  background:linear-gradient(135deg,#17120a,#0e0e0e);
}
.kt-footer{
  background:#050505;
  border-top:1px solid rgba(214,170,47,.3);
  padding:60px 0 28px;
}
.kt-footer-logo{width:82px;height:82px;object-fit:contain}
.kt-footer h5{color:#fff;font-weight:750}
.kt-footer ul{list-style:none;padding-left:0}
.kt-footer li{margin:.45rem 0}
.kt-footer a{color:#cfcfcf}
.kt-footer a:hover{color:var(--kt-gold-light)}
.kt-small{color:#9f9f9f;font-size:.92rem}
.kt-divider{height:1px;background:#292929;margin:1.5rem 0}
@media (max-width:991.98px){
  .kt-hero{min-height:500px;padding-top:110px}
  .kt-hero:after{background:rgba(0,0,0,.76)}
}
@media (max-width:575.98px){
  .kt-section{padding:60px 0}
  .kt-hero h1{font-size:2.35rem}
  .kt-lead{font-size:1.03rem}
}
