/* Start custom CSS for html, class: .elementor-element-13cfe27 */.aafaq-contact{
  font-family:"Cairo", sans-serif;
  color:#1f1b2d;
}

/* HERO */
.aafaq-contact-hero{
  background:linear-gradient(180deg, rgba(123,30,58,.06), #fff);
  padding:60px 0 40px;
  border-bottom:1px solid #e7e2ee;
}
.aafaq-contact-hero h1{
  margin:0 0 12px;
  font-size:36px;
  font-weight:800;
  color:#7b1e3a;
}
.aafaq-contact-hero p{
  max-width:820px;
  line-height:1.9;
  font-size:18px;
  opacity:.9;
}

/* CONTENT */
.aafaq-contact-content{
  padding:50px 0;
}
.aafaq-contact .wrap{
  max-width:1100px;
  margin:0 auto;
  padding:0 14px;
}
.aafaq-contact .grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:20px;
}

/* FORM */
.form-box{
  border:1px solid #e7e2ee;
  border-radius:16px;
  padding:24px;
  background:#fff;
}
.form-box h2{
  margin:0 0 8px;
  font-size:22px;
  font-weight:800;
}
.form-box .hint{
  margin-bottom:18px;
  font-size:14px;
  opacity:.8;
}

/* CF7 tweaks */
.cf7 input,
.cf7 textarea{
  width:100%;
  border-radius:10px;
  border:1px solid #dcd6e6;
  padding:12px 14px;
  font-family:"Cairo", sans-serif;
}
.cf7 input[type="submit"]{
  background:#7b1e3a;
  color:#fff;
  border:none;
  font-weight:700;
  padding:12px 22px;
  border-radius:12px;
  cursor:pointer;
}
.cf7 input[type="submit"]:hover{
  opacity:.95;
}

/* INFO */
.info-box{
  border:1px solid #e7e2ee;
  border-radius:16px;
  padding:24px;
  background:#faf8fc;
}
.info-box h3{
  margin:0 0 16px;
  font-size:20px;
  font-weight:800;
  color:#5b2c6f;
}
.info-item{
  margin-bottom:14px;
}
.info-item strong{
  display:block;
  font-size:14px;
  opacity:.75;
}
.info-item span{
  font-size:15px;
  line-height:1.8;
}
.info-item a{
  color:#7b1e3a;
  text-decoration:none;
  font-weight:700;
}
.info-note{
  margin-top:18px;
  font-size:13px;
  opacity:.8;
  line-height:1.8;
}

/* Responsive */
@media (max-width:900px){
  .aafaq-contact .grid{
    grid-template-columns:1fr;
  }
  .aafaq-contact-hero h1{
    font-size:28px;
  }
}/* End custom CSS */