.elementor-51 .elementor-element.elementor-element-18ac62a{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-21b54fc *//* =========================================================
   CONTACT PAGE – BLACK FONT VERSION
   TRANSPARENT BACKGROUND | READY COPY
   ========================================================= */

.khat-contact-hero,
.khat-contact-main{
  width:100%;
  background:transparent;
  font-family:"Poppins",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#111827;
}

/* ================= HERO ================= */
.khat-contact-hero{
  padding:90px 0 40px;
  text-align:center;
}

.khat-contact-hero__wrap{
  max-width:1100px;
  margin:0 auto;
  padding:0 16px;
}

.khat-contact-hero__kicker{
  display:inline-block;
  padding:7px 14px;
  border-radius:999px;
  border:1px solid rgba(212,175,55,.6);
  background:rgba(212,175,55,.12);
  color:#7a5c12;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:12px;
}

.khat-contact-hero__title{
  margin:0 0 12px;
  font-size:clamp(2rem,3.4vw,2.8rem);
  font-weight:900;
  line-height:1.12;
  letter-spacing:-.02em;
  color:#111827;
}

.khat-contact-hero__title span{ color:#D4AF37; }

.khat-contact-hero__desc{
  max-width:760px;
  margin:0 auto 18px;
  color:#374151;
  font-size:15.5px;
  line-height:1.75;
}

/* CTA */
.khat-contact-hero__cta{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
}

.khat-contact-btn{
  padding:12px 16px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  font-size:14px;
  transition:all .2s ease;
}

.khat-contact-btn--primary{
  border:1px solid rgba(212,175,55,.6);
  background:linear-gradient(135deg,#D4AF37,#B8962E);
  color:#111;
  box-shadow:0 16px 36px rgba(212,175,55,.28);
}

.khat-contact-btn--ghost{
  border:1px solid #e5e7eb;
  background:transparent;
  color:#111827;
}
.khat-contact-btn--ghost:hover{
  background:#f9fafb;
}

/* ================= MAIN ================= */
.khat-contact-main{
  padding:20px 0 90px;
}

.khat-contact-main__wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 16px;
}

.khat-contact-main__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

@media(min-width:1024px){
  .khat-contact-main__grid{
    grid-template-columns:.9fr 1.1fr;
    gap:22px;
  }
}

/* INFO + FORM BOX */
.khat-cbox,
.khat-cmap,
.khat-cform{
  border-radius:18px;
  border:1px solid #e5e7eb;
  background:#ffffff;
  box-shadow:0 16px 45px rgba(0,0,0,.10);
  padding:16px;
}

/* INFO */
.khat-cbox h3{
  margin:0 0 6px;
  font-size:14.5px;
  font-weight:900;
  color:#7a5c12;
}

.khat-cbox p,
.khat-cbox a{
  margin:0;
  color:#374151;
  font-size:14.5px;
  line-height:1.6;
  text-decoration:none;
}

.khat-cbox a:hover{ text-decoration:underline; }

/* MAP */
.khat-cmap{
  padding:0;
  overflow:hidden;
  height:260px;
}

.khat-cmap iframe{
  width:100%;
  height:100%;
  border:0;
}

/* FORM */
.khat-cform{
  border-radius:20px;
}

.khat-cform__title{
  margin:0 0 6px;
  font-size:20px;
  font-weight:900;
  color:#111827;
}

.khat-cform__sub{
  margin:0 0 14px;
  color:#4b5563;
  font-size:14.5px;
  line-height:1.6;
}

.khat-crow{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

@media(min-width:720px){
  .khat-crow{ grid-template-columns:1fr 1fr; }
}

.khat-cfield{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-bottom:12px;
}

.khat-cfield label{
  font-size:13px;
  font-weight:900;
  color:#111827;
}

.khat-cfield input,
.khat-cfield select,
.khat-cfield textarea{
  padding:11px 14px;
  border-radius:12px;
  border:1px solid #d1d5db;
  background:#ffffff;
  color:#111827;
  font-size:14px;
  font-family:inherit;
}

.khat-cfield input::placeholder,
.khat-cfield textarea::placeholder{
  color:#9ca3af;
}

.khat-cfield input:focus,
.khat-cfield select:focus,
.khat-cfield textarea:focus{
  outline:none;
  border-color:#D4AF37;
}

/* SUBMIT */
.khat-csubmit{
  width:100%;
  padding:13px 16px;
  border-radius:999px;
  border:1px solid rgba(212,175,55,.6);
  background:linear-gradient(135deg,#D4AF37,#B8962E);
  color:#111;
  font-weight:900;
  font-size:14px;
  cursor:pointer;
  box-shadow:0 16px 36px rgba(212,175,55,.28);
}

.khat-csubmit:hover{
  transform:translateY(-1px);
}/* End custom CSS */