/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2026 | 04:12:05 */
/* talk to an seo expert button css */ 

/* Talk Expert Button */
#talkExpertBtn {
  position: fixed !important;
  right: 0 !important;
  bottom: 120px !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #ffffff !important;
  border-radius: 50px 0 0 50px !important;
  padding: 8px 18px 8px 8px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  border: 1.5px solid #222 !important;
  border-right: none !important;
  box-shadow: -4px 4px 20px rgba(0,0,0,0.25) !important;
  transition: all 0.3s ease !important;
}
#talkExpertBtn:hover {
  background: #22a95b !important;
  border-color: #22a95b !important;
}
#talkExpertBtn:hover .bm-label {
  color: #fff !important;
}
#talkExpertBtn:hover .bm-icon circle {
  fill: #fff !important;
}
#talkExpertBtn:hover .bm-icon path {
  stroke: #fff !important;
}
.bm-avatar {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: #f0f0f0 !important;
  border: 1px solid #ccc !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  transition: background 0.3s ease !important;
}
#talkExpertBtn:hover .bm-avatar {
  background: #1a8a48 !important;
  border-color: #1a8a48 !important;
}
.bm-label {
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #111 !important;
  letter-spacing: 0.8px !important;
  white-space: nowrap !important;
  font-family: sans-serif !important;
  transition: color 0.3s ease !important;
}

/* CF7 Form Validation */
.cf7-field-error {
  color: #e00 !important;
  font-size: 12px !important;
  margin-top: 4px !important;
  display: block !important;
  font-family: sans-serif !important;
}
.cf7-input-error {
  border-color: #e00 !important;
  outline-color: #e00 !important;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-response-output {
  display: none !important;
}