/*
Theme Name: Primecare Child
Template:   primecare
Theme URI: https://themeforest.net/user/awaiken
Description: Primecare Child Theme
Author: Awaiken
Author URI: https://awaiken.com/
Version: 1.0.0
Text Domain: primecare-child
*/
/* Accent color for headings, highlights */
h1, h2, h3, h4, h5, h6,
.highlight, .star-rating, .special-offer {
  color: #f7a2c3 !important;
}

/* Button styles: keep background blue, text white */
.button, .btn-primary, .enquire-btn, .booking-btn {
  background-color: #5e5eee !important;
  color: #fff !important;
  border-color: #5e5eee !important;
}

/* Optional: Add logo color for button hover/active states for effect */
.button:hover, .btn-primary:hover {
  background-color: #f7a2c3 !important;
  color: #5e5eee !important;  /* Or #fff, test for contrast */
  border-color: #f7a2c3 !important;
}

.elementor-button,
.elementor-button:active,
.elementor-button:hover {
  background-color: #f7a2c3 !important;
  color: #fff !important;
  border-color: #f7a2c3 !important;
}

.wp-block-button__link {
  background-color: #f7a2c3 !important;
  color: #fff !important;
  border-color: #f7a2c3 !important;
}

/* Change Elementor icons to logo color */
.elementor-icon,
.elementor-widget-icon,
.elementor-accordion-icon,
.elementor-toggle-icon,
.elementor-accordion .elementor-accordion-icon,
.elementor-accordion .elementor-active .elementor-accordion-icon,
.elementor-accordion-title svg,
.elementor-accordion-title .elementor-accordion-icon {
  color: #f7a2c3 !important;
  fill: #f7a2c3 !important; /* For SVGs */
}

/* If your icons use font-awesome or another font icon system, add: */
.fa,
.fas,
.far,
.fal,
.fab {
  color: #f7a2c3 !important;
}

/* For active or open accordion tabs: */
.elementor-accordion .elementor-active .elementor-accordion-title,
.elementor-accordion .elementor-active .elementor-accordion-icon {
  color: #f7a2c3 !important;
  fill: #f7a2c3 !important;
}
