/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px; /* Offset for sticky navbar */
}

/* Animated Bubbles */
.bubbles-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
}

.bubble {
    position: absolute;
    bottom: -150px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0%, rgba(136, 201, 224, 0.6) 25%, rgba(136, 201, 224, 0.3) 70%, transparent 100%);
    border-radius: 50%;
    opacity: 0.7;
    animation: float-up 20s infinite ease-in-out;
    box-shadow: 0 0 10px rgba(136, 201, 224, 0.3), inset 0 0 20px rgba(255, 255, 255, 0.2);
}

.bubble::before {
    content: '';
    position: absolute;
    top: 15%;
    left: 25%;
    width: 30%;
    height: 30%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(1px);
}

.bubble::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle at 70% 70%, transparent 0%, rgba(136, 201, 224, 0.1) 50%, transparent 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.bubble:nth-child(1) {
    width: 80px;
    height: 80px;
    left: 10%;
    animation-duration: 12s;
    animation-delay: 0s;
}

.bubble:nth-child(2) {
    width: 60px;
    height: 60px;
    left: 70%;
    animation-duration: 16s;
    animation-delay: 2s;
}

.bubble:nth-child(3) {
    width: 100px;
    height: 100px;
    left: 25%;
    animation-duration: 14s;
    animation-delay: 4s;
}

.bubble:nth-child(4) {
    width: 50px;
    height: 50px;
    left: 85%;
    animation-duration: 18s;
    animation-delay: 1s;
}

.bubble:nth-child(5) {
    width: 70px;
    height: 70px;
    left: 50%;
    animation-duration: 13s;
    animation-delay: 3s;
}

.bubble:nth-child(6) {
    width: 90px;
    height: 90px;
    left: 5%;
    animation-duration: 15s;
    animation-delay: 5s;
}

.bubble:nth-child(7) {
    width: 65px;
    height: 65px;
    left: 40%;
    animation-duration: 17s;
    animation-delay: 2.5s;
}

.bubble:nth-child(8) {
    width: 85px;
    height: 85px;
    left: 90%;
    animation-duration: 14s;
    animation-delay: 4.5s;
}

.bubble:nth-child(9) {
    width: 40px;
    height: 40px;
    left: 15%;
    animation-duration: 11s;
    animation-delay: 1.5s;
}

.bubble:nth-child(10) {
    width: 95px;
    height: 95px;
    left: 60%;
    animation-duration: 19s;
    animation-delay: 6s;
}

.bubble:nth-child(11) {
    width: 55px;
    height: 55px;
    left: 30%;
    animation-duration: 13s;
    animation-delay: 0.5s;
}

.bubble:nth-child(12) {
    width: 75px;
    height: 75px;
    left: 80%;
    animation-duration: 16s;
    animation-delay: 3.5s;
}

.bubble:nth-child(13) {
    width: 45px;
    height: 45px;
    left: 45%;
    animation-duration: 12s;
    animation-delay: 2s;
}

.bubble:nth-child(14) {
    width: 110px;
    height: 110px;
    left: 20%;
    animation-duration: 20s;
    animation-delay: 7s;
}

.bubble:nth-child(15) {
    width: 65px;
    height: 65px;
    left: 75%;
    animation-duration: 15s;
    animation-delay: 1s;
}

.bubble:nth-child(16) {
    width: 50px;
    height: 50px;
    left: 35%;
    animation-duration: 17s;
    animation-delay: 4s;
}

.bubble:nth-child(17) {
    width: 88px;
    height: 88px;
    left: 55%;
    animation-duration: 14s;
    animation-delay: 5.5s;
}

.bubble:nth-child(18) {
    width: 42px;
    height: 42px;
    left: 65%;
    animation-duration: 11s;
    animation-delay: 0s;
}

.bubble:nth-child(19) {
    width: 78px;
    height: 78px;
    left: 12%;
    animation-duration: 18s;
    animation-delay: 2.5s;
}

.bubble:nth-child(20) {
    width: 105px;
    height: 105px;
    left: 88%;
    animation-duration: 21s;
    animation-delay: 6.5s;
}

.bubble:nth-child(21) {
    width: 58px;
    height: 58px;
    left: 42%;
    animation-duration: 13s;
    animation-delay: 3s;
}

.bubble:nth-child(22) {
    width: 72px;
    height: 72px;
    left: 8%;
    animation-duration: 15s;
    animation-delay: 1.2s;
}

.bubble:nth-child(23) {
    width: 48px;
    height: 48px;
    left: 78%;
    animation-duration: 12s;
    animation-delay: 4.8s;
}

.bubble:nth-child(24) {
    width: 92px;
    height: 92px;
    left: 50%;
    animation-duration: 19s;
    animation-delay: 5s;
}

.bubble:nth-child(25) {
    width: 35px;
    height: 35px;
    left: 95%;
    animation-duration: 10s;
    animation-delay: 0.8s;
}

@keyframes float-up {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg) scale(0.5);
        opacity: 0;
    }
    5% {
        transform: translateY(-5vh) translateX(10px) rotate(10deg) scale(1);
        opacity: 0.7;
    }
    25% {
        transform: translateY(-30vh) translateX(-20px) rotate(90deg) scale(1.1);
        opacity: 0.8;
    }
    50% {
        transform: translateY(-60vh) translateX(30px) rotate(180deg) scale(1);
        opacity: 0.7;
    }
    75% {
        transform: translateY(-90vh) translateX(-15px) rotate(270deg) scale(0.9);
        opacity: 0.6;
    }
    95% {
        transform: translateY(-115vh) translateX(5px) rotate(340deg) scale(0.8);
        opacity: 0.3;
    }
    100% {
        transform: translateY(-120vh) translateX(0) rotate(360deg) scale(0.7);
        opacity: 0;
    }
}


:root {
    --primary-bg: #cfe7f2;
    --white: #ffffff;
    --accent-blue: #88c9e0;
    --accent-blue-dark: #74b8d9;
    --text-primary: #333333;
    --text-dark: #1a1a1a;
    --text-black: #000000;
    --shadow: rgba(0, 0, 0, 0.1);
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-primary);
    line-height: 1.6;
    background: linear-gradient(to bottom, var(--primary-bg) 0%, var(--white) 100%);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3 {
    color: var(--text-dark);
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

a {
    color: var(--accent-blue-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--accent-blue);
}

/* Header and Navigation */
header {
    background: var(--white);
    box-shadow: 0 2px 10px var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
}

main {
    position: relative;
}

.navbar {
    padding: 1rem 0;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo h1 {
    font-size: 2rem;
    color: var(--accent-blue-dark);
    margin-bottom: 0;
}

.tagline {
    font-size: 0.9rem;
    color: var(--text-primary);
    font-weight: 300;
}

.nav-links {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 2rem;
}

.nav-links a {
    color: var(--text-primary);
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: var(--accent-blue-dark);
}

.cta-button {
    background: var(--accent-blue);
    color: var(--white) !important;
    padding: 0.7rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: var(--accent-blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px var(--shadow);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: var(--text-primary);
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    padding: 4rem 0;
}

/* Ensure proper layering */
section {
    position: relative;
    z-index: 2;
    scroll-margin-top: 120px; /* Increased offset for sticky header */
}

.hero-image,
.about-image {
    position: relative;
    z-index: 10;
}

.hero-image img,
.about-image img,
.gallery-item img {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    height: auto;
}

.placeholder-image {
    position: relative;
    z-index: 10;
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-content h2 {
    font-size: 3rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
    text-align: left;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: var(--accent-blue-dark);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.business-name {
    color: var(--accent-blue-dark);
    font-weight: 700;
    font-size: 1.15em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    display: inline-block;
    position: relative;
}

.business-name::after {
    content: '🐾';
    position: absolute;
    right: -35px;
    top: -5px;
    font-size: 0.6em;
    animation: wiggle 2s ease-in-out infinite;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.btn {
    padding: 0.8rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.btn::after {
    content: '🐾';
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
}

.btn:hover::after {
    right: 15px;
    opacity: 1;
}

.btn-primary {
    background: var(--accent-blue);
    color: var(--white);
}

.btn-primary:hover {
    background: var(--accent-blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px var(--shadow);
    color: var(--white);
}

.btn-secondary {
    background: var(--white);
    color: var(--accent-blue-dark);
    border: 2px solid var(--accent-blue);
}

.btn-secondary:hover {
    background: var(--accent-blue);
    color: var(--white);
}

.placeholder-image {
    width: 100%;
    height: 400px;
    background: var(--primary-bg);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--accent-blue-dark);
    border: 3px dashed var(--accent-blue);
}

/* Services Section */
.services {
    padding: 4rem 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.service-card {
    background: linear-gradient(135deg, var(--primary-bg) 0%, var(--white) 100%);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px var(--shadow);
    position: relative;
    z-index: 1;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px var(--shadow);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.service-card h3 {
    color: var(--accent-blue-dark);
    margin-bottom: 1rem;
}

.price {
    font-weight: 600;
    color: var(--accent-blue-dark);
    font-size: 1.1rem;
    margin-top: 1rem;
}

.price-note {
    font-size: 0.9rem;
    color: var(--text-primary);
    font-style: italic;
    margin-top: 0.5rem;
}

/* Playful Elements */
.paw {
    display: inline-block;
    animation: wiggle 2s ease-in-out infinite;
}

@keyframes wiggle {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-10deg); }
    75% { transform: rotate(10deg); }
}

/* Fun hover effects */
.service-card:hover .service-icon {
    animation: bounce 0.5s ease-in-out;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* About Section */
.about {
    padding: 4rem 0;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.features-list {
    list-style: none;
    margin-top: 2rem;
}

.features-list li {
    padding: 0.5rem 0;
    color: var(--text-primary);
}

.about-text h3 {
    color: var(--accent-blue-dark);
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.personal-note {
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(136, 201, 224, 0.1);
    border-left: 4px solid var(--accent-blue);
    border-radius: 8px;
    font-size: 1.1rem;
    color: var(--text-dark);
}

/* Availability Calendar */
.availability {
    padding: 4rem 0;
}

.calendar-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.calendar-nav-btn {
    background: var(--accent-blue);
    color: var(--white);
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.calendar-nav-btn:hover {
    background: var(--accent-blue-dark);
    transform: translateY(-2px);
}

/* Phone number hover effect in availability section */
.availability a[href^="tel"]:hover {
    text-decoration: underline;
    color: var(--accent-blue-dark);
}

#currentMonthDisplay {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--accent-blue-dark);
    min-width: 200px;
    text-align: center;
}

.calendar-container {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.calendar-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    gap: 2rem;
}

.calendar-month {
    background: var(--white);
    border-radius: 15px;
    padding: 1rem;
    box-shadow: 0 5px 15px var(--shadow);
    flex: 0 0 calc(33.333% - 1.33rem);
    min-width: 300px;
    max-width: 400px;
    min-height: 420px; /* Fixed height to prevent resizing */
    display: flex;
    flex-direction: column;
}

.calendar-month:hover {
    transform: translateY(-5px);
}

.calendar-month h3 {
    text-align: center;
    color: var(--accent-blue-dark);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    min-height: 320px; /* Fixed height for 6 rows + header */
}

.day-header {
    text-align: center;
    font-weight: 600;
    color: var(--text-dark);
    padding: 0.25rem;
    font-size: 0.85rem;
}

.day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    min-height: 42px;
    min-width: 42px;
    font-size: 0.8rem;
    padding: 0.15rem;
    margin: 0;
    box-sizing: border-box;
}

.day.available {
    background: #e8f5e9;
    color: #2e7d32;
    cursor: default;
}

.day.limited {
    background: #fff3e0;
    color: #ef6c00;
}

.day.booked {
    background: #ffebee;
    color: #c62828;
}

.day.closed {
    background: #f5f5f5;
    color: #9e9e9e;
}

.day.today {
    border: 2px solid var(--accent-blue-dark);
    font-weight: 700;
    position: relative;
    box-shadow: 0 0 5px rgba(77, 144, 254, 0.3);
}

.day.today::after {
    content: 'TODAY';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.6rem;
    color: var(--accent-blue-dark);
    background: var(--white);
    padding: 0 4px;
    border-radius: 3px;
}

/* Empty calendar days */
.day.empty {
    background: transparent;
    cursor: default;
}

.booking-note {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.1rem;
    color: var(--accent-blue-dark);
}

/* Grooming Process */
.grooming-process {
    padding: 4rem 0;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.process-step {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, var(--primary-bg) 0%, var(--white) 100%);
    border-radius: 15px;
    box-shadow: 0 5px 15px var(--shadow);
    transition: transform 0.3s ease;
}

.process-step:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--accent-blue);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}

.process-step h3 {
    color: var(--accent-blue-dark);
    margin-bottom: 1rem;
}

/* Blog Section */
.blog {
    padding: 4rem 0;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.blog-post {
    background: var(--white);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px var(--shadow);
    transition: transform 0.3s ease;
}

.blog-post:hover {
    transform: translateY(-5px);
}

.blog-post h3 {
    color: var(--accent-blue-dark);
    margin-bottom: 0.5rem;
}

.blog-date {
    color: var(--text-primary);
    font-size: 0.9rem;
    margin-bottom: 1rem;
    font-style: italic;
}

.read-more {
    color: var(--accent-blue-dark);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: var(--accent-blue);
}

/* Contact Section */
.contact {
    padding: 4rem 0;
}

/* Booking Call to Action */
.booking-call-to-action {
    text-align: center;
    padding: 2rem;
}

.booking-main-text {
    font-size: 1.2rem;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.btn-large {
    font-size: 1.3rem;
    padding: 1rem 2.5rem;
    margin: 1rem 0;
}

.booking-sub-text {
    font-size: 1rem;
    color: var(--text-primary);
    margin-top: 1.5rem;
    font-style: italic;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-item {
    margin-bottom: 1.5rem;
}

.contact-item strong {
    color: var(--text-dark);
}

.contact-item a {
    color: var(--accent-blue-dark);
    text-decoration: none;
    padding: 0.25rem 0;
    display: inline-block;
}

@media (max-width: 768px) {
    .contact-item a {
        padding: 0.5rem 0;
        font-size: 1.1rem;
    }
}

/* Form Styles */
.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem 1.2rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background: var(--white);
    color: var(--text-primary);
    min-height: 48px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-blue);
}

.form-group textarea {
    resize: vertical;
}

/* Gallery Section */
.gallery {
    padding: 4rem 0;
    overflow: hidden;
}

/* Sliding Gallery Container */
.gallery-container {
    position: relative;
    max-width: 1200px;
    margin: 2rem auto 0;
}

.gallery-wrapper {
    position: relative;
    overflow: hidden;
}

.gallery-grid {
    display: flex;
    transition: transform 0.5s ease;
    gap: 0;
}

.gallery-item {
    flex: 0 0 33.333%;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 300px;
    object-fit: scale-down;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.gallery-item-caption {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255,255,255,0.95);
    color: var(--text-dark);
    padding: 0.5rem 1.5rem;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-item-caption {
    opacity: 1;
}

/* Gallery Navigation */
.gallery-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.gallery-nav-btn {
    background: var(--accent-blue);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-nav-btn:hover {
    background: var(--accent-blue-dark);
    transform: scale(1.1);
}

.gallery-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Gallery Dots Indicator */
.gallery-dots {
    display: flex;
    gap: 0.5rem;
}

.gallery-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-dot.active {
    background: var(--accent-blue);
    width: 30px;
    border-radius: 5px;
}

/* Mobile Gallery */
@media (max-width: 768px) {
    .gallery-item {
        flex: 0 0 100%;
    }
    
    .gallery-item img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 400px;
    }
    
    .gallery-nav-btn {
        width: 48px;
        height: 48px;
        font-size: 1.4rem;
    }
    
    .gallery-item-caption {
        opacity: 1;
    }
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.lightbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.lightbox-close:hover {
    color: var(--accent-blue);
}

.lightbox-caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
}

/* Footer */
footer {
    background: var(--text-dark);
    color: var(--white);
    padding: 3rem 0 1rem;
    margin-top: 4rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-info h3 {
    color: var(--accent-blue);
    margin-bottom: 0.5rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.footer-links a {
    color: var(--white);
}

.footer-links a:hover {
    color: var(--accent-blue);
}

.footer-social {
    text-align: right;
}

.social-links {
    margin-top: 0.5rem;
}

.social-links a {
    font-size: 2rem;
    margin: 0 0.5rem;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-links a:hover {
    transform: scale(1.2);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
}

.footer-bottom a {
    color: var(--accent-blue);
}

/* Responsive Design */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }
    
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--white);
        flex-direction: column;
        padding: 2rem 0;
        box-shadow: 0 5px 15px var(--shadow);
        z-index: 1000;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .nav-links li {
        margin: 0;
        text-align: center;
        padding: 0.5rem 0;
    }
    
    .nav-links a {
        display: block;
        padding: 1rem 1.5rem;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Keep bubbles but reduce them on mobile */
    .bubbles-container .bubble:nth-child(n+16) {
        display: none;
    }
    
    /* Container adjustments */
    .container {
        padding: 0 1rem;
    }
    
    /* Reset gallery container padding */
    .gallery .container {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Hero section mobile */
    .hero .container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .hero-content h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .hero-buttons .btn {
        width: 100%;
        text-align: center;
    }
    
    /* Hero and about images on mobile */
    .hero-image,
    .about-image {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .hero-image .placeholder-image,
    .about-image .placeholder-image,
    .hero-image img,
    .about-image img {
        height: 250px !important;
        width: 100%;
        object-fit: cover;
    }
    
    .business-name {
        font-size: 1.1em;
    }
    
    .business-name::after {
        right: -25px;
        font-size: 0.5em;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .services-grid,
    .process-grid,
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .calendar-container {
        padding: 0;
        cursor: grab;
        user-select: none;
    }
    
    .calendar-container:active {
        cursor: grabbing;
    }
    
    /* Add swipe hint for mobile */
    .calendar-container::after {
        content: '← Swipe →';
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.85rem;
        color: #888;
        opacity: 0.7;
        pointer-events: none;
    }
    
    .calendar-month {
        flex: 0 0 100%;
        min-width: 280px;
        max-width: 100%;
    }
    
    .calendar-wrapper {
        gap: 1rem;
    }
    
    .calendar-grid {
        font-size: 0.9rem;
        gap: 0.1rem;
        grid-template-columns: repeat(7, minmax(35px, 1fr));
    }
    
    .day {
        font-size: 0.85rem;
        min-height: 44px;
        min-width: 44px;
        padding: 0.2rem;
    }
    
    .day.today::after {
        font-size: 0.5rem;
        top: -18px;
    }
    
    .about-content,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }
    
    .footer-links {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
    }
    
    .footer-social {
        text-align: center;
    }
    
    /* Adjust padding for mobile */
    section {
        padding: 2rem 0;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.2rem;
    }
    
    /* Gallery mobile - simplified approach */
    .gallery .container {
        padding: 0 !important;
    }
    
    .gallery-container {
        overflow: hidden;
    }
    
    .gallery-wrapper {
        overflow: hidden;
    }
    
    .gallery-grid {
        display: flex;
    }
    
    .gallery-item {
        flex: 0 0 100%;
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1rem;
    }
    
    .gallery-item img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 380px;
        display: block;
    }
    
    /* Services mobile */
    .service-card {
        padding: 1.5rem;
    }
    
    .service-icon {
        font-size: 2rem;
    }
    
    /* Process steps mobile */
    .process-step {
        padding: 1.5rem;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    /* Blog mobile */
    .blog-post {
        padding: 1.5rem;
    }
    
    /* Contact mobile */
    .contact-form {
        padding: 1.5rem;
    }
    
    .booking-call-to-action {
        padding: 1.5rem;
    }
    
    .btn-large {
        font-size: 1.1rem;
        padding: 1rem 1.5rem;
    }
    
    /* Features list mobile */
    .features-list {
        font-size: 0.95rem;
    }
    
    .features-list li {
        margin-bottom: 0.75rem;
    }
    
    /* Size guide mobile */
    .size-guide {
        margin-top: 1.5rem;
        padding: 1rem;
    }
    
    .size-guide p {
        font-size: 0.9rem;
    }
    
    /* Price text mobile */
    .price {
        font-size: 1.1rem;
    }
    
    /* Logo and tagline mobile */
    .logo h1 {
        font-size: 1.5rem;
    }
    
    .tagline {
        font-size: 0.75rem;
    }
    
    /* Calendar mobile specific */
    .calendar-month h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .day-header {
        font-size: 0.7rem;
        padding: 0.1rem;
    }
    
    /* Booking note mobile */
    .booking-note {
        padding: 1rem;
        font-size: 0.9rem;
    }
    
    /* CTA button in nav mobile */
    .nav-links .cta-button {
        margin: 1rem auto;
        max-width: 200px;
    }
}
/* Public Availability Calendar */
.availability-calendar {
    margin-top: 3rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.availability-calendar h3 {
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.calendar-note {
    text-align: center;
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

#public-calendar {
    max-width: 600px;
    margin: 0 auto;
}

.public-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    background: #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    padding: 2px;
}

.public-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.public-calendar-header h4 {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.calendar-nav-btn {
    background: var(--accent-blue);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
}

.calendar-nav-btn:hover {
    background: var(--accent-blue-dark);
}

.public-day-header {
    background: var(--primary-color);
    color: white;
    padding: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
}

.public-day {
    background: white;
    min-height: 40px;
    padding: 0.5rem;
    text-align: center;
    position: relative;
    font-weight: 500;
}

.public-day.other-month {
    color: #cbd5e0;
    background: #f7fafc;
}

.public-day.today {
    background: #fef3c7;
    font-weight: 700;
}

.public-day.available {
    background: #d1fae5;
    color: #065f46;
}

.public-day.partial {
    background: #fef3c7;
    color: #92400e;
}

.public-day.booked {
    background: #fee2e2;
    color: #991b1b;
}

.public-day.closed {
    background: #e5e7eb;
    color: #6b7280;
    text-decoration: line-through;
}

/* Tablet styles */
@media (min-width: 769px) and (max-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
    
    .hero .container {
        gap: 2rem;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .calendar-month {
        flex: 0 0 calc(50% - 0.5rem);
        max-width: 350px;
    }
}

/* Small mobile screens */
@media (max-width: 480px) {
    body {
        font-size: 16px;
        line-height: 1.7;
    }
    
    p {
        margin-bottom: 1.2rem;
    }
    
    .hero-content h2 {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
    }
    
    .btn {
        font-size: 1rem;
        padding: 1rem 2rem;
        min-height: 44px;
    }
    
    .service-card {
        padding: 1.2rem;
    }
    
    .calendar-grid {
        font-size: 0.8rem;
        grid-template-columns: repeat(7, minmax(30px, 1fr));
    }
    
    .day {
        font-size: 0.65rem;
        min-height: 30px;
        min-width: 30px;
    }
}

/* Landscape mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        padding: 2rem 0;
    }
    
    section {
        padding: 1.5rem 0;
    }
    
    .hero-image,
    .about-image {
        display: none;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .availability-calendar {
        padding: 1.5rem;
    }
    
    .public-day {
        min-height: 35px;
        font-size: 0.875rem;
    }
}
