/*
Theme Name: The Tutors World
Theme URI: https://thetutorsworld.com/
Author: Antigravity Assistant
Author URI: https://thetutorsworld.com/
Description: A custom WordPress theme converted from HTML templates for The Tutors World.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thetutorsworld
*/

.logo {
    max-width: 100px;
}

/* ═══════════════════════════════════════════════════════════════
   Arpitas Academy — White text on all Purple (#7C3AED) backgrounds
   Covers buttons, badges, tags, highlights, sections — site-wide
   ═══════════════════════════════════════════════════════════════ */

/* All elements that get the secondary (purple) background */
[style*="background:#7C3AED"],
[style*="background: #7C3AED"],
[style*="background-color:#7C3AED"],
[style*="background-color: #7C3AED"] {
    color: #ffffff !important;
}

/* Button hover state → purple bg → white text */
.btn:hover,
.btn:focus-visible,
.btn:active {
    color: #ffffff !important;
}

/* btn-two & btn-three (purple bg) → white text */
.btn-two,
.btn-three {
    color: #ffffff !important;
}

.btn-two svg,
.btn-three svg,
.btn:hover svg,
.btn:focus-visible svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: #ffffff !important;
}

/* Any anchor/button using secondary color as text on light bg stays purple */
a:hover,
button:hover {
    color: var(--tg-theme-secondary);
}

/* Override: if the element itself has bg = secondary (purple), force white */
.bg-secondary-color,
.secondary-bg,
[class*="secondary"] .text,
.btn.active,
.btn-two,
.btn-three {
    color: #ffffff !important;
}