/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor (adds Our Injections CPT + WhatsApp inquiry)
Author: Zahid Hussain
Template: hello-elementor
Version: 1.1.3 - 27 Jan 2026
Text Domain: hello-elementor-child
*/

/* Optional: a tiny bit of styling for the WhatsApp buttons */
.qac-wa-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,0.12);
  text-decoration:none;
  line-height:1;
}
.qac-wa-icon{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(0,0,0,0.12);
  text-decoration:none;
}
.qac-wa-svg{
  width:22px;
  height:22px;
  display:block;
}


/* Button versions (to avoid nested <a> issues on linked cards/overlays) */
.qac-wa-btn{
  background: transparent;
  cursor: pointer;
}
.qac-wa-btn:hover{ opacity: 0.9; }

.qac-wa-icon-btn{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(0,0,0,0.12);
  background: transparent;
  cursor: pointer;
  padding:0;
}
.qac-wa-icon-btn:hover{ opacity: 0.9; }
.qac-wa-icon-btn:focus{ outline: 2px solid rgba(0,0,0,0.25); outline-offset: 2px; }


/* Elementor-style WhatsApp button (matches a clean "Learn More" pill look) */
.qac-el-btn{
  background: transparent;
  border: 2px solid currentColor;
  border-radius: 999px;
  padding: 18px 28px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.qac-el-btn .elementor-button-content-wrapper{
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.qac-el-btn .elementor-button-text{
  font-weight: 700;
}
.qac-el-btn .elementor-button-icon{
  font-size: 18px;
}
