/*
Theme Name: VanKids Pediatric Therapy
Theme URI: https://vankidstherapy.ca
Author: VanKids Pediatric Therapy
Author URI: https://vankidstherapy.ca
Description: Custom WordPress theme for VanKids Pediatric Therapy — Richmond, BC. Pediatric occupational therapy clinic.
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: vankids
*/

/* ============================================================
   GLOBAL STYLES
   ============================================================ */

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.organic-blob {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.wave-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-divider svg {
    position: relative;
    display: block;
    width: calc(134% + 1.3px);
    height: 60px;
}

.bouncy-hover:hover {
    transform: scale(1.02);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.custom-shadow {
    box-shadow: 0 20px 40px -15px rgba(46, 93, 154, 0.1);
}

/* ============================================================
   BUTTON STYLES
   ============================================================ */

.btn-primary {
    background: linear-gradient(135deg, #ffb639 0%, #ff9d00 100%);
    color: #291800;
    box-shadow: 0 10px 20px -5px rgba(255, 182, 57, 0.4);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px -8px rgba(255, 182, 57, 0.6);
    background: linear-gradient(135deg, #ffc45d 0%, #ffac26 100%);
    color: #291800;
}

.btn-primary:active {
    transform: translateY(0) scale(0.98);
}

.btn-secondary {
    background: white;
    color: #0b4581;
    border: 2px solid #0b4581;
    box-shadow: 0 8px 16px -4px rgba(11, 69, 129, 0.1);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-secondary:hover {
    background: #0b4581;
    color: white;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 24px -6px rgba(11, 69, 129, 0.25);
}

.btn-secondary:active {
    transform: translateY(0) scale(0.98);
}

.btn-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    color: #0b4581;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-text-link:hover {
    gap: 0.75rem;
    color: #0b4581;
}

.btn-text-link span {
    transition: transform 0.3s ease;
}

.btn-text-link:hover span {
    transform: translateX(4px);
}

/* ============================================================
   GOOGLE TRANSLATE — HIDE ALL UI
   ============================================================ */

#google_translate_element, .skiptranslate {
    display: none !important;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
iframe.goog-te-banner-frame {
    display: none !important;
}
body {
    top: 0px !important;
}
#goog-gt-tt, .goog-te-balloon-frame, .goog-te-menu-value img {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}
.lang-switch-btn {
    transition: all 0.3s ease;
}
.lang-switch-btn:hover {
    color: #FCAE2D;
}

/* ============================================================
   HOMEPAGE ANIMATIONS
   ============================================================ */

@keyframes revealUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes textShine {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.premium-reveal {
    opacity: 0;
    animation: revealUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.shimmer-text {
    background: linear-gradient(90deg, #805600 0%, #ffb639 50%, #805600 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShine 6s linear infinite;
    display: inline-block;
}

/* ============================================================
   WORDPRESS ADMIN BAR COMPENSATION
   ============================================================ */

.admin-bar header.sticky {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar header.sticky {
        top: 46px !important;
    }
}
