/*!
Theme Name: Mydocto
Theme URI: https://byteflows.net/wp/doctlife/
Author: byteflows
Author URI: http://byteflows.net/
Description: Mydocto - Doctor & Medical WordPress Theme
Version: 1.0.0
Tested up to: 8.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mydocto
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mydocto is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/





/* ================================
   BRAND COLOR OVERRIDE
   Safe replacement using !important
   ================================ */

:root {

  /* Primary Brand Colors */
  --thm-primary: #4861d9 !important;
  --thm-primary2: #3d52c6 !important; /* slightly darker for hover */

  /* Secondary / Accent */
  --thm-secondary: #00fca9 !important;

  /* Supporting Variants (auto-adjusted for visibility) */
  --thm-third: #2f3fa8 !important;   /* deep blue for headings */
  --thm-green: #00fca9 !important;
  --thm-ylo: #00fca9 !important;

  /* Neutral / Utility */
  --thm-ano: #4861d9 !important;     /* light background tint */

}

/* ================================
   BUTTONS & INTERACTIVE ELEMENTS
   ================================ */

button,
.btn,
input[type="submit"],
.wp-block-button__link {
  background-color: var(--thm-primary) !important;
  border-color: var(--thm-primary) !important;
  color: #ffffff !important;
}

button:hover,
.btn:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
  background-color: var(--thm-primary2) !important;
  border-color: var(--thm-primary2) !important;
  color: #ffffff !important;
}

/* ================================
   LINKS
   ================================ */




/* ================================
   ACCENT / HIGHLIGHTS
   ================================ */

.badge,
.highlight,
.tag,
.label {
  background-color: var(--thm-secondary) !important;
  color: #0b1b14 !important; /* dark text for mint bg */
}

/* ================================
   FORMS
   ================================ */

input:focus,
textarea:focus,
select:focus {
  border-color: var(--thm-secondary) !important;
  box-shadow: 0 0 0 2px rgba(0, 252, 169, 0.25) !important;
}

/* ================================
   BACKGROUND UTILITIES
   ================================ */

.bg-primary {
  background-color: var(--thm-primary) !important;
}

.bg-secondary {
  background-color: var(--thm-secondary) !important;
}
