/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* BG Section Center Right (i.e. Footer Contact) */
.bg-section-center-right::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(ellipse at right, rgba(255, 235, 240, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}
/*Service Hero Doctors Underline*/
.hero-doctors-highlight .kt-highlight {
  position: relative;
  display: inline-block;
}
.hero-doctors-highlight .kt-highlight::after {
  content: '';
  position: absolute;
  bottom: 0.1em;
  left: 5%; 
  width: 90%;
  height: 15px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20' preserveAspectRatio='none'><path d='M0,15 Q50,2 100,20' stroke='white' fill='none' stroke-width='4'/></svg>") no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

/*Service Hero Contact Form Border*/
.service-hero-contact-form-border {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(135deg, #ba2e6e 52%, #220613 95%);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
  }
}
/* Review Author */
.review-label {
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  text-decoration: none;
}
.tick-icon {
  color: #FFDFEE;
  font-size: 1rem;
  line-height: 1;
}
.reviewer-name {
  color: #FFDFEE !important;
  text-decoration: underline;
}
/* === Custom Sticky Sidebar Styles === */
.toc-sticky-sidebar {
  position: fixed;
  top: 100px;
  left: 20px; 
  width: 250px; 
  z-index: 10;
}
