/* Center CTA button text on mobile */
@media (max-width: 700px) {
    .cta-buttons .cta-button {
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
/* Only show the middle grooming image on mobile */
@media (max-width: 700px) {
    .grooming-imgs .grooming-img {
        display: none;
    }
    .grooming-imgs .grooming-img-center {
        display: block;
    }
}
/* Footer text should remain white */
.footer-text {
    color: #fff !important;
}
h2, h3 {
    text-align: center;
}
h4 {
    text-align: center;
}
/* Center align all headings */
h1, h2, h3, h4 {
    text-align: center;
}

/* Service header paragraph: better contrast and bolder font */
.service-header p {
    color: #222;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
}
/* Booking CTA Button Styles (moved from index.html inline) */
.booking-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #83B5BF;
    border: 2px solid #83B5BF;
    border-radius: 2rem;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 1.3rem 2.2rem 1.3rem 1.2rem;
    margin: 1rem 0;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(131,181,191,0.08);
    position: relative;
    overflow: hidden;
    transition: color 0.3s, border-color 0.3s, background 0.3s;
    min-width: 180px;
}
.booking-cta .cta-icon-wrapper {
    display: flex;
    align-items: center;
    margin-right: 0.7rem;
    transition: transform 0.6s cubic-bezier(.77,0,.18,1);
    z-index: 2;
}
.booking-cta .cta-app-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    transition: filter 0.3s;
}
.booking-cta .cta-text {
    z-index: 2;
    position: relative;
}
.booking-cta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.1);
    width: 100%;
    height: 100%;
    background: none;
    border-radius: 2rem;
    opacity: 0;
    z-index: 1;
    transition: none;
}
.booking-cta:hover {
    color: #fff;
    background: #83B5BF;
    border-color: #6DA8B5;
}
.booking-cta:hover .cta-icon-wrapper {
    transform: translateX(110px) scale(1.15) rotate(18deg);
}
.booking-cta:hover .cta-app-icon {
    filter: none;
}
.booking-cta:hover::before {
    transform: none;
    opacity: 0;
}
@media (max-width: 500px) {
    .booking-cta {
        min-width: 120px;
        font-size: 1rem;
        padding: 1.1rem 1.2rem 1.1rem 0.7rem;
    }
    .booking-cta .cta-icon-wrapper {
        margin-right: 0.4rem;
    }
    .booking-cta .cta-app-icon {
        width: 24px;
        height: 24px;
    }
}
/* Center align all main headings and subheadings */
h1, h2, h3, h4 {
    text-align: center;
}
/* Grooming Images Section Styles */
.grooming-imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 2.5rem;
}
.grooming-img {
    width: 220px;
    height: 220px;
    border-radius: 1.2rem;
    box-shadow: 0 2px 12px rgba(44,82,130,0.10);
    object-fit: cover;
    background: #fff;
    border: 2px solid #b7c6d6;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
    margin-bottom: 0;
    display: block;
}
.grooming-img.grooming-img-right {
    width: 220px;
    height: 220px;
}
.grooming-img:hover {
    box-shadow: 0 4px 18px rgba(44,82,130,0.16);
    border-color: #83b5bf;
    transform: scale(1.04);
}
@media (max-width: 700px) {
    .grooming-imgs {
        flex-direction: column;
        gap: 1.2rem;
        align-items: center;
    }
        .grooming-img {
            width: 90vw;
            max-width: 320px;
            height: 90vw;
            max-height: 320px;
        }
}
/* ========================================
   PROJECT: The K9 Inn Website
   FILE: main.css
   PURPOSE: Global styles, variables, and base typography
   LAST UPDATED: August 21, 2025
   DESCRIPTION: Central stylesheet containing shared styles
   across all pages to eliminate duplication
======================================== */

/* ========================================
   TABLE OF CONTENTS
   1. CSS Custom Properties (Variables)
   2. Font Imports & Accessibility  
   3. Global Reset & Base Styles
   4. Typography System
   5. Container & Layout Utilities
   6. Animation Definitions
======================================== */

/* ========================================
   1. CSS CUSTOM PROPERTIES
   USAGE: Global color palette and spacing system
   EFFECT: Consistent theming across all pages
======================================== */
:root {
    /* Primary Brand Colors */
    --primary-dark: #5B5148;        /* Main brand dark brown */
    --primary-light: #E9EAEC;       /* Light backgrounds and cards */
    --accent-blue: #83b5bf;         /* Accent color for CTAs and highlights */
    
    /* Semantic Colors */
    --text-dark-blue: #2c5282;      /* Primary text color for headings */
    --neutral-dark: #1a365d;        /* Secondary text and navigation */
    --neutral-grey: #7E98A0;        /* Muted text and descriptions */
    --text-light-grey: #6b7280;     /* Light text for descriptions */
    --success-green: #10b981;       /* Success states and positive actions */
    
    /* Background Colors */
    --bg-white: #ffffff;            /* Pure white backgrounds */
    --bg-light-grey: #f8f9fa;       /* Light grey section backgrounds */
    
    /* Spacing System */
    --section-padding: 100px 0;     /* Standard section padding */
    --section-padding-sm: 60px 0;   /* Small section padding */
    --section-padding-lg: 120px 0;  /* Large section padding */
    --container-max-width: 1200px;  /* Content container width */
    --container-padding: 0 20px;    /* Container horizontal padding */
    --border-radius: 20px;          /* Standard border radius for cards */
    --border-radius-small: 5px;     /* Small border radius for buttons */
    
    /* Shadow System */
    --shadow-light: 0 4px 10px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 8px 25px rgba(0, 0, 0, 0.15);
    --shadow-heavy: 0 12px 35px rgba(0, 0, 0, 0.2);
}

/* ========================================
   2. FONT IMPORTS & ACCESSIBILITY
   PURPOSE: Import accessibility-focused fonts
   EFFECT: Better readability for all users
======================================== */
/* Import Tiresias font for accessibility - designed for visually impaired users */
@import url('https://fonts.googleapis.com/css2?family=Tiresias+PCfont:wght@400;700&display=swap');

/* ========================================
   3. GLOBAL RESET & BASE STYLES
   PURPOSE: Normalize browser defaults and set foundation
   EFFECT: Consistent rendering across all browsers
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Tiresias PCfont', 'Segoe UI', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-dark-blue);
    background: url('../img/clear.svg') no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

body::before {
    content: "";
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    z-index: -1;
    pointer-events: none;
    background: rgba(255,255,255,0.2); /* subtle white overlay for contrast */
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

main, .awards-wrapper, .container, .static-card, .awards-section {
    position: relative;
    z-index: 1;
}

/* ========================================
   4. TYPOGRAPHY SYSTEM
   PURPOSE: Consistent heading and text styles
   EFFECT: Unified visual hierarchy across pages
======================================== */
/* Global h1 styling with drop shadow for hero sections */
h1 {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
}

/* Global h2 serif styling for section headers */
h2 { 
    font-family: Georgia, "Times New Roman", serif; 
    font-weight: 700; 
}

/* Global h3/h4 serif styling for card titles */
h3, h4 { 
    font-family: Georgia, "Times New Roman", serif; 
    font-weight: 700; 
}

/* ========================================
   5. CONTAINER & LAYOUT UTILITIES
   PURPOSE: Reusable layout components
   EFFECT: Consistent spacing and width constraints
======================================== */
.container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: var(--container-padding);
}

/* ========================================
   6. ANIMATION DEFINITIONS
   PURPOSE: Smooth entrance animations
   EFFECT: Professional feel and user engagement
======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.service-icon img,
.service-icon video {
    width: 200px;
    height: 200px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.service-card {
    background: var(--bg-light-grey);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-medium);
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 0 auto 2rem;
    max-width: 400px;
    position: relative;
    overflow: hidden;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.3));
    opacity: 0;
    transition: opacity 0.3s;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-heavy);
}
.service-card:hover::before {
    opacity: 1;
}
.service-icon {
    margin-bottom: 1.2rem;
    position: relative;
    display: inline-block;
}
.service-icon img,
.service-icon video {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    display: block;
    margin: 0 auto;
    transition: transform 0.3s;
}
.service-icon:hover img,
.service-icon:hover video {
    transform: scale(1.1);
}
h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
h3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background: var(--accent-blue);
    transform: scaleX(0);
    transition: transform 0.3s;
}
h3:hover::after {
    transform: scaleX(1);
}
p {
    color: #1a2633;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Service card and service header paragraphs: higher contrast and bolder font */
.service-card p,
.service-header p {
    color: #1a2633;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.desc-center {
    text-align: center;
}
.desc-italic {
    font-style: italic;
}
.desc-muted {
    color: var(--neutral-grey);
}
@media (max-width: 768px) {
    .service-card {
        padding: 1.5rem;
    }
    h3 {
        font-size: 1.6rem;
    }
    p {
        font-size: 0.9rem;
    }
}
