/* General body styles */
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF; /* Clean White background */
    color: #2B2B2B; /* Charcoal Text for body text */
}

html {
    scroll-behavior: smooth;
}

html, body {
    height: 100%;
}

/* Main content layout */
main {
    display: flex;
    flex-direction: column;
}

main section {
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
}

/* Section background colors */
#home {
    background-color: #FFFFFF; /* Clean White */
}

#about {
    background: linear-gradient(135deg, #f5f0e8 0%, #faf7f2 50%, #f0ebe3 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 60px;
    max-width: 1400px;
    margin: 0 auto;
}

#about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(245, 240, 232, 0.85) 0%, rgba(250, 247, 242, 0.7) 50%, rgba(240, 235, 227, 0.85) 100%);
    z-index: 0;
}

/* About Block - Alternating Layout */
.about-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    max-width: 1100px;
    margin: 0 auto 100px;
    position: relative;
    z-index: 1;
}

.about-block-left {
    flex-direction: row;
}

.about-block-right {
    flex-direction: row;
}

/* About Content */
.about-content {
    flex: 1;
    max-width: 500px;
}

.about-content h2 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #1F3A5F;
    margin-bottom: 15px;
    text-align: left;
}

.about-underline {
    width: 60px;
    height: 3px;
    background-color: #1F3A5F;
    margin-bottom: 30px;
}

.about-underline.center {
    margin: 0 auto 40px;
}

.about-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    line-height: 1.9;
    color: #555;
    text-align: left;
}

/* About Image Wrapper */
.about-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
}

.about-image-shape {
    position: relative;
    width: 380px;
    height: 380px;
}

.about-image-shape::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f5f0e8 0%, #ebe5da 100%);
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
    top: 20px;
    left: 20px;
    z-index: 0;
}

.about-image-shape.shape-left::before {
    border-radius: 40% 60% 50% 50% / 60% 50% 50% 40%;
    top: 20px;
    left: -20px;
}

.about-image-shape img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
}

.about-image-shape.shape-left img {
    border-radius: 40% 60% 50% 50% / 60% 50% 50% 40%;
}

/* About Gallery Section */
.about-gallery {
    text-align: center;
    max-width: 1100px;
    margin: 80px auto 0;
    padding: 80px 40px;
    background-color: #f5f5f5;
    position: relative;
    z-index: 1;
}

.about-gallery h2 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1F3A5F;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 50px;
}

/* CTA Section (formerly Gallery) */
#cta {
    background: linear-gradient(135deg, #f5f0e8 0%, #faf7f2 50%, #f0ebe3 100%);
}

#cta p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    line-height: 1.9;
    color: #555;
    text-align: left;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    max-width: 1100px;
    margin: 0 auto 100px;
    position: relative;
    z-index: 1;
}

.gallery-text {
    flex: 1;
    max-width: 500px;
}

.gallery-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
}

.gallery-image img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
}

#cta .about-image-wrapper img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
}

/* Corgis Section */
#corgis {
    background-color: #FFFFFF;
    position: relative;
    padding: 100px 60px;
    max-width: 1400px;
    margin: 0 auto;
}

#corgis .about-block {
    position: relative;
    z-index: 1;
}

/* Corgis Benefits List */
.corgis-benefits-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.corgis-benefits-list li {
    font-family: 'Roboto', sans-serif;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    padding-left: 28px;
    position: relative;
    margin-bottom: 12px;
}

.corgis-benefits-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #1F3A5F;
    font-size: 0.9rem;
}

/* Corgis Section Responsive */
@media (max-width: 992px) {
    #corgis {
        padding: 80px 40px;
    }
}

@media (max-width: 768px) {
    #corgis {
        padding: 60px 30px;
    }

    .corgis-benefits-list li {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    #corgis {
        padding: 50px 20px;
    }

    .corgis-benefits-list li {
        font-size: 0.95rem;
    }
}

/* Partner Logos */
.partner-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 60px 20px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.partner-logos img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
    filter: grayscale(0%);
    transition: transform 0.3s ease;
}

.partner-logos img:hover {
    transform: scale(1.05);
}

.partner-logos img.logo-small {
    max-height: 70px;
}

@media (max-width: 768px) {
    .partner-logos {
        gap: 40px;
        padding: 40px 20px;
    }

    .partner-logos img {
        max-height: 80px;
    }
}

@media (max-width: 480px) {
    .partner-logos {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
    }

    .partner-logos img {
        max-height: 70px;
    }
}

#pricing {
    background-color: #FFFFFF; /* Clean White */
}

/* ================================
   PRICING PAGE STYLES
   ================================ */
.pricing-page {
    padding: 80px 60px;
    max-width: 1200px;
    margin: 0 auto;
    min-height: auto;
}

.pricing-header {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-header h1 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #1F3A5F;
    margin-bottom: 15px;
    text-transform: none;
}

.pricing-intro {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
}

/* Pricing Container */
.pricing-container {
    margin-bottom: 80px;
}

.pricing-container h2 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1F3A5F;
    text-align: center;
    margin-bottom: 40px;
}

/* Pricing Cards */
.pricing-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.pricing-card {
    background: linear-gradient(135deg, #f5f0e8 0%, #faf7f2 100%);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 40px 30px;
    width: 300px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing-card-total {
    background: linear-gradient(135deg, #1F3A5F 0%, #2a4a73 100%);
    border: none;
}

.pricing-card-total .pricing-card-header h3 {
    color: #FFFFFF !important;
}

.pricing-card-total .pricing-label {
    color: rgba(255, 255, 255, 0.8) !important;
}

.pricing-card-total .pricing-amount {
    color: #FFFFFF !important;
}

.pricing-card-total .pricing-note {
    color: rgba(255, 255, 255, 0.9) !important;
}

.pricing-card-header {
    margin-bottom: 20px;
}

.pricing-card-header h3 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F3A5F;
    margin-bottom: 8px;
}

.pricing-label {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-amount {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1F3A5F;
    margin: 20px 0;
}

.pricing-note {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    font-style: italic;
}

/* What's Included Section */
.pricing-included {
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, #f5f0e8 0%, #faf7f2 50%, #f0ebe3 100%);
    border-radius: 8px;
    margin-bottom: 80px;
}

.pricing-included h2 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1F3A5F;
    margin-bottom: 15px;
}

.included-intro {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 40px;
}

.included-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.included-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.included-item i {
    font-size: 2.2rem;
    color: #1F3A5F;
}

.included-item span {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #333;
    font-weight: 500;
}

/* Pricing CTA */
.pricing-cta {
    text-align: center;
    padding: 60px 40px;
}

.pricing-cta h2 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1F3A5F;
    margin-bottom: 15px;
}

.pricing-cta p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
}

/* Pricing Page Responsive */
@media (max-width: 992px) {
    .pricing-page {
        padding: 60px 40px;
    }

    .pricing-header h1 {
        font-size: 2.4rem;
    }

    .pricing-cards {
        gap: 20px;
    }

    .pricing-card {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .pricing-page {
        padding: 50px 30px;
    }

    .pricing-header h1 {
        font-size: 2rem;
    }

    .pricing-cards {
        flex-direction: column;
        align-items: center;
    }

    .pricing-card {
        width: 100%;
        max-width: 350px;
    }

    .pricing-amount {
        font-size: 2rem;
    }

    .included-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}

@media (max-width: 480px) {
    .pricing-page {
        padding: 40px 20px;
    }

    .pricing-header h1 {
        font-size: 1.8rem;
    }

    .pricing-intro {
        font-size: 1rem;
    }

    .pricing-card {
        padding: 30px 20px;
    }

    .pricing-amount {
        font-size: 1.8rem;
    }

    .included-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .included-item i {
        font-size: 1.8rem;
    }

    .included-item span {
        font-size: 0.9rem;
    }
}

/* No Puppies Available Page */
.no-puppies-content {
    text-align: center;
    padding: 40px 20px;
}

.no-puppies-icon {
    font-size: 5rem;
    color: #1F3A5F;
    margin-bottom: 30px;
}

.no-puppies-content h2 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2rem;
    color: #1F3A5F;
    margin-bottom: 20px;
}

.no-puppies-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

/* Coming Soon Card */
.coming-soon-card {
    background: linear-gradient(135deg, #f5f0e8 0%, #faf7f2 100%);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 40px;
    max-width: 700px;
    margin: 0 auto;
}

.coming-soon-details {
    text-align: left;
}

.coming-soon-row {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}

.coming-soon-row.description {
    flex-direction: column;
    gap: 8px;
}

.coming-soon-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #1F3A5F;
    min-width: 140px;
    font-size: 1.05rem;
}

.coming-soon-value {
    font-family: 'Roboto', sans-serif;
    color: #555;
    font-size: 1.05rem;
    line-height: 1.6;
}

@media (max-width: 576px) {
    .coming-soon-card {
        padding: 25px 20px;
    }

    .coming-soon-row {
        flex-direction: column;
        gap: 5px;
    }

    .coming-soon-label {
        min-width: auto;
    }
}

#puppies {
    background-color: #F3F4F6; /* Warm Gray */
}

#faq {
    background-color: #FFFFFF; /* Clean White */
}

#contact {
    background-color: #F3F4F6; /* Warm Gray */
}

/* This centers the logo horizontally */
header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

/* Center all <h1>, <h2>, and similar headers */
h1, h2 {
    text-align: center;
    margin: 0; /* Optional: removes default margin for better alignment */
}

/* Navigation Bar */
nav {
    background-color: #1F3A5F; /* Navy Blue */
    padding: 18px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Header Bar - F&M Style */
.header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 50px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    box-sizing: border-box;
}

/* Logo Section */
.logo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-text {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-logo {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.logo-title-group {
    display: flex;
    flex-direction: column;
}

.logo-name-row {
    display: flex;
    align-items: baseline;
}

.logo-name {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 42px;
    font-style: italic;
    font-weight: bold;
    color: #1F3A5F;
}

.logo-trademark {
    font-size: 18px;
    color: #1F3A5F;
    margin-left: 6px;
    vertical-align: super;
}

.logo-tagline {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 16px;
    font-style: italic;
    color: #1F3A5F;
    margin-top: 4px;
}

.logo-text:hover .logo-name,
.logo-text:hover .logo-trademark {
    color: #C94A4A;
}

/* Header Social Icons */
.header-social {
    display: flex;
    gap: 20px;
    align-items: center;
}

.social-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1F3A5F;
    font-size: 28px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-circle:hover {
    color: #C94A4A;
}

/* Header Address */
.header-address {
    display: flex;
    align-items: center;
    gap: 12px;
}

.location-pin {
    color: #1F3A5F;
    font-size: 28px;
}

.address-text {
    display: flex;
    flex-direction: column;
    color: #1F3A5F;
    font-size: 18px;
    line-height: 1.5;
}

/* Header Contact */
.header-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1F3A5F;
    font-size: 18px;
}

.contact-row i {
    color: #1F3A5F;
    font-size: 22px;
    width: 26px;
}

.contact-row a {
    color: #1F3A5F;
    text-decoration: none;
}

.contact-row a:hover {
    color: #C94A4A;
}


/* Hamburger Button - Hidden on desktop */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger-line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Hamburger animation when active */
.hamburger.active .hamburger-line:nth-child(1) {
    transform: translateY(10.5px) rotate(45deg);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: translateY(-10.5px) rotate(-45deg);
}

/* Navigation Overlay */
.nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-overlay.active {
    display: block;
    opacity: 1;
}

/* Mobile Contact Info - Hidden on desktop */
.mobile-contact-info {
    display: none;
}

/* Navigation links container */
nav ul,
nav .nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

/* Navigation links */
nav ul li {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

/* Link styling */
nav ul li a {
    text-decoration: none;
    color: #FFFFFF; /* White text on Navy Blue */
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 1px;
    transition: color 0.3s ease, transform 0.3s ease;
}

/* Hover effects */
nav ul li a:hover {
    color: #C94A4A; /* Soft Red on hover */
    transform: translateY(-4px);
}

/* Active link */
nav ul li a.active {
    color: #C94A4A;
    font-weight: bold;
}

/* Footer Styles */
footer {
    background-image: url('/pictures/footer-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 40px 20px;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 0;
}

/* Footer content wrapper */
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    gap: 40px;
    position: relative;
    z-index: 1;
}

/* Footer columns */
.footer-column {
    flex: 1;
    min-width: 280px;
}

/* Footer Form Column */
.footer-form h2 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 1.4rem;
    font-weight: bold;
    color: #2B2B2B;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

.footer-form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: transparent;
    box-shadow: none;
    padding: 0;
    max-width: 100%;
}

.footer-form input,
.footer-form textarea {
    padding: 12px 15px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    box-sizing: border-box;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder {
    color: #666;
}

.footer-form .email-consent {
    margin-top: 10px;
}

.footer-form .email-consent p {
    font-size: 0.95em;
    color: #2B2B2B;
    margin-bottom: 8px;
}

.footer-form .checkbox-group {
    display: flex;
    gap: 30px;
}

.footer-form .checkbox-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1em;
    color: #2B2B2B;
    cursor: pointer;
}

.footer-form .checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.footer-form button {
    margin-top: 15px;
    padding: 15px 40px;
    background-color: transparent;
    color: #1F3A5F;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 3px;
    border: 2px solid #1F3A5F;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.footer-form button:hover {
    background-color: #1F3A5F;
    color: #FFFFFF;
}

/* Footer Facebook Column */
.footer-facebook {
    text-align: center;
}

.footer-facebook h2 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-decoration: none;
}

.footer-facebook h2 a {
    color: #1F3A5F;
    text-decoration: none;
}

.footer-facebook h2 a:hover {
    color: #C94A4A;
}

/* Footer Business Info Column */
.footer-info {
    text-align: center;
}

.footer-info h2 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 1.8rem;
    font-style: italic;
    color: #1F3A5F;
    margin-bottom: 25px;
}

.footer-info .business-details p,
.footer-info .business-hours p {
    font-size: 1em;
    color: #2B2B2B;
    margin: 8px 0;
    line-height: 1.5;
}

.footer-info .business-details a {
    color: #1F3A5F;
    text-decoration: underline;
}

.footer-info .business-details a:hover {
    color: #C94A4A;
}

.footer-info .business-hours {
    margin-top: 25px;
}

.footer-info .business-hours h3 {
    font-size: 1.1em;
    font-weight: bold;
    color: #2B2B2B;
    margin-bottom: 15px;
}

/* Footer Copyright */
.footer-copyright {
    background-color: #1F3A5F;
    text-align: center;
    padding: 20px;
    margin: 60px -40px -20px -40px;
}

.footer-copyright p {
    font-size: 0.9em;
    color: #FFFFFF;
    margin: 0;
}

/* Footer Responsive */
@media (max-width: 992px) {
    .footer-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-column {
        flex: 1 1 45%;
        margin-bottom: 30px;
    }

    .footer-form {
        flex: 1 1 100%;
    }
}

@media (max-width: 576px) {
    footer {
        padding: 40px 20px 20px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        width: 100%;
        text-align: center;
    }

    .footer-form h2 {
        text-align: center;
    }

    .footer-form button {
        align-self: center;
    }

    .footer-form .checkbox-group {
        justify-content: center;
    }
}

/* Header Bar Responsive */
@media (max-width: 992px) {
    .header-bar {
        flex-wrap: wrap;
        gap: 20px;
        padding: 15px 20px;
        justify-content: center;
    }

    .logo-section {
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .header-social,
    .header-address,
    .header-contact {
        flex: 1;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .header-bar {
        flex-direction: column;
        gap: 15px;
    }

    .header-address,
    .header-contact {
        align-items: center;
    }

    .address-text {
        text-align: center;
    }
}


/* About Section Responsive */
@media (max-width: 992px) {
    #about {
        padding: 80px 40px;
    }

    .about-block {
        gap: 50px;
        margin-bottom: 80px;
    }

    .gallery-content {
        gap: 50px;
    }

    .about-content h2 {
        font-size: 2rem;
    }

    .about-image-shape {
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 768px) {
    #about {
        padding: 60px 30px;
    }

    .about-block {
        flex-direction: column !important;
        gap: 40px;
        margin-bottom: 60px;
    }

    .about-block-right {
        flex-direction: column-reverse !important;
    }

    .gallery-content {
        flex-direction: column;
        gap: 40px;
    }

    .gallery-text {
        max-width: 100%;
        text-align: center;
    }

    .about-content {
        max-width: 100%;
        text-align: center;
    }

    .about-content h2 {
        text-align: center;
    }

    .about-content p {
        text-align: center;
    }

    .about-underline {
        margin: 0 auto 25px;
    }

    .about-image-wrapper {
        max-width: 100%;
    }

    .about-image-shape {
        width: 280px;
        height: 280px;
    }

    .about-image-shape::before {
        top: 15px;
        left: 15px;
    }

    .about-image-shape.shape-left::before {
        left: -15px;
    }

    .about-gallery {
        margin-top: 60px;
        padding: 60px 30px;
    }

    .about-gallery h2 {
        font-size: 1.8rem;
        letter-spacing: 5px;
    }
}

@media (max-width: 480px) {
    #about {
        padding: 50px 20px;
    }

    .about-content h2 {
        font-size: 1.6rem;
    }

    .about-content p {
        font-size: 1rem;
    }

    .about-image-shape {
        width: 240px;
        height: 240px;
    }
}

/* Heading Styling */
h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0A3140; /* Dark teal for headings */
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Gallery container */
.gallery {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

/* Individual Gallery Item */
.gallery-item {
    width: 320px;
    height: 400px;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none;
    transition: transform 0.3s ease;
}

/* Hover effect for images */
.gallery-item:hover {
    transform: scale(1.02);
}

/* Learn More Button */
.gallery-btn {
    display: inline-block;
    padding: 20px 80px;
    background-color: #e8a0a0;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.gallery-btn:hover {
    background-color: #d88a8a;
    transform: translateY(-2px);
}

/* Gallery Responsive */
@media (max-width: 992px) {
    .gallery-item {
        width: 280px;
        height: 350px;
    }

    .gallery-btn {
        padding: 18px 60px;
    }
}

@media (max-width: 768px) {
    .gallery {
        gap: 20px;
    }

    .gallery-item {
        width: 240px;
        height: 300px;
    }

    .gallery-btn {
        padding: 16px 50px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .about-gallery {
        padding: 60px 20px;
    }

    .about-gallery h2 {
        font-size: 1.4rem;
        letter-spacing: 4px;
    }

    .gallery {
        flex-direction: column;
        align-items: center;
    }

    .gallery-item {
        width: 100%;
        max-width: 300px;
        height: auto;
        aspect-ratio: 4/5;
    }

    .gallery-btn {
        padding: 15px 40px;
        font-size: 0.9rem;
    }
}

/* Animated Banner Gallery */
.banner-gallery {
    width: 100%;
    overflow: hidden;
    margin: 50px 0;
    background-color: #f5f5f5;
    padding: 20px 0;
}

.banner-track {
    display: flex;
    gap: 20px;
    animation: scroll-banner 30s linear infinite;
    width: max-content;
}

.banner-track:hover {
    animation-play-state: paused;
}

.banner-track img {
    height: 250px;
    width: auto;
    object-fit: cover;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

@keyframes scroll-banner {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.banner-caption {
    text-align: center;
    font-size: 1.2rem;
    color: #555;
    margin-top: 30px;
    font-style: italic;
}

/* Banner Gallery Responsive */
@media (max-width: 768px) {
    .banner-track img {
        height: 180px;
    }

    .banner-caption {
        font-size: 1rem;
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .banner-track img {
        height: 140px;
    }

    .banner-gallery {
        margin: 30px 0;
    }
}

/* Contact Form Styling */
form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 600px; /* Restrict the width of the form */
    margin: 0 auto;   /* Center the form horizontally */
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.form-group {
    display: flex;
    flex-direction: column;
}

label {
    font-size: 1.1em;
    margin-bottom: 5px;
}

input, textarea {
    padding: 10px;
    font-size: 1em;
    border: 2px solid #1F3A5F; /* Navy Blue border */
    border-radius: 4px;
    background-color: #f9f9f9;
    width: 100%;
    box-sizing: border-box;
}

input:focus, textarea:focus {
    border-color: #C94A4A; /* Soft Red on focus */
    outline: none;
}

button {
    padding: 12px 20px;
    background-color: #C94A4A; /* Soft Red */
    color: #FFFFFF; /* White text */
    font-size: 1.1em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #A83E3E; /* Slightly darker red on hover */
}

/* Home Hero Section */
.home-hero {
    background-color: #ffffff;
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    padding: 60px 80px;
}

.home-hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    gap: 60px;
}

.home-text {
    flex: 1;
    max-width: 55%;
}

.home-title {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
}

.home-description {
    font-family: 'Roboto', sans-serif;
    font-size: 1.15rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: left;
}

.contact-btn {
    display: inline-block;
    padding: 18px 50px;
    background-color: #1F3A5F;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background-color: #1a2e4a;
    transform: translateY(-2px);
}

.home-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 45%;
}

.home-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-image-wrapper::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(ellipse at center, rgba(240, 128, 128, 0.4) 0%, rgba(240, 128, 128, 0.2) 40%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.home-image-wrapper img {
    position: relative;
    z-index: 1;
    max-width: 380px;
    height: auto;
    object-fit: contain;
}

/* ================================
   SCROLL ANIMATIONS
   ================================ */

/* Base hidden state for all animated elements */
.scroll-fade-in,
.scroll-fade-up,
.scroll-fade-left,
.scroll-fade-right,
.scroll-scale-up,
.scroll-stagger {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Fade in from transparent */
.scroll-fade-in {
    opacity: 0;
}

.scroll-fade-in.visible {
    opacity: 1;
}

/* Fade up from below */
.scroll-fade-up {
    transform: translateY(40px);
}

.scroll-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Slide in from left */
.scroll-fade-left {
    transform: translateX(-60px);
}

.scroll-fade-left.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Slide in from right */
.scroll-fade-right {
    transform: translateX(60px);
}

.scroll-fade-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Scale up from smaller */
.scroll-scale-up {
    transform: scale(0.9);
}

.scroll-scale-up.visible {
    opacity: 1;
    transform: scale(1);
}

/* Stagger animation delay classes */
.scroll-stagger.visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-stagger {
    transform: translateY(30px);
}

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }
.delay-6 { transition-delay: 0.6s; }
.delay-7 { transition-delay: 0.7s; }
.delay-8 { transition-delay: 0.8s; }

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    .scroll-fade-in,
    .scroll-fade-up,
    .scroll-fade-left,
    .scroll-fade-right,
    .scroll-scale-up,
    .scroll-stagger {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* Section Divider - Subtle Grey Gradient */
.section-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e0e0e0 15%, #d0d0d0 50%, #e0e0e0 85%, transparent);
    margin: 0 auto;
    width: 100%;
}

/* ================================
   UPDATES SECTION - Index Page
   ================================ */
.updates-section {
    background-color: #FFFFFF;
    padding: 80px 60px;
    min-height: auto;
}

.updates-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.updates-title {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #1F3A5F;
    margin: 0;
    text-align: left;
    flex-shrink: 0;
}

.updates-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.updates-grid {
    flex: 1;
    display: flex;
    gap: 40px;
}

.update-card {
    flex: 1;
    max-width: 400px;
}

.update-date {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 12px;
}

.update-card-title {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1F3A5F;
    margin-bottom: 12px;
    line-height: 1.3;
}

.update-excerpt {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.updates-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    color: #888;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.updates-arrow:hover {
    border-color: #1F3A5F;
    color: #1F3A5F;
}

.updates-arrow i {
    font-size: 1.2rem;
}

/* No updates message */
.updates-empty {
    flex: 1;
    text-align: center;
    padding: 20px;
}

.updates-empty p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #888;
}

.updates-loading {
    flex: 1;
    text-align: center;
    padding: 20px;
}

.updates-loading p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #888;
}

/* Updates Section Responsive */
@media (max-width: 992px) {
    .updates-section {
        padding: 60px 40px;
    }

    .updates-grid {
        gap: 30px;
    }

    .update-card-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .updates-section {
        padding: 50px 30px;
    }

    .updates-container {
        flex-direction: column;
        gap: 30px;
    }

    .updates-title {
        font-size: 2rem;
        text-align: center;
    }

    .updates-content {
        flex-direction: column;
        gap: 30px;
    }

    .updates-grid {
        flex-direction: column;
        width: 100%;
    }

    .update-card {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .updates-section {
        padding: 40px 20px;
    }

    .updates-title {
        font-size: 1.8rem;
    }

    .update-card-title {
        font-size: 1.2rem;
    }

    .update-excerpt {
        font-size: 0.95rem;
    }
}

/* Home Hero Responsive */
@media (max-width: 992px) {
    .home-hero {
        padding: 40px;
    }

    .home-hero-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .home-text {
        max-width: 100%;
    }

    .home-title {
        font-size: 2.4rem;
        text-align: center;
    }

    .home-description {
        text-align: center;
    }

    .home-image {
        max-width: 100%;
    }

    .home-image-wrapper::before {
        width: 300px;
        height: 300px;
    }

    .home-image-wrapper img {
        max-width: 280px;
    }
}

@media (max-width: 576px) {
    .home-hero {
        padding: 30px 20px;
        min-height: 70vh;
    }

    .home-title {
        font-size: 1.8rem;
    }

    .home-description {
        font-size: 1rem;
    }

    .contact-btn {
        padding: 15px 35px;
        font-size: 0.9rem;
    }

    .home-image-wrapper::before {
        width: 250px;
        height: 250px;
    }

    .home-image-wrapper img {
        max-width: 220px;
    }
}

/* ================================
   HAMBURGER MENU - MOBILE STYLES
   ================================ */
@media (max-width: 768px) {
    /* Show hamburger button on mobile */
    .hamburger {
        display: flex;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    /* Navigation container adjustments */
    nav {
        position: relative;
    }

    /* Mobile navigation menu */
    nav .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background-color: #1F3A5F;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 80px 30px 40px;
        box-sizing: border-box;
        z-index: 1000;
        transition: right 0.3s ease;
        overflow-y: auto;
    }

    nav .nav-links.active {
        right: 0;
    }

    /* Mobile navigation links */
    nav .nav-links li {
        margin: 0;
        width: 100%;
    }

    nav .nav-links li a {
        display: block;
        padding: 15px 0;
        font-size: 1.1em;
    }

    /* Hide header bar elements on mobile */
    .header-social,
    .header-address,
    .header-contact {
        display: none;
    }

    /* Mobile Contact Info in hamburger menu */
    .mobile-contact-info {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .mobile-divider {
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.3);
        margin: 10px 0 25px;
    }

    .mobile-social {
        display: flex;
        gap: 20px;
        margin-bottom: 25px;
    }

    .mobile-social .social-circle {
        color: #FFFFFF;
        font-size: 24px;
        transition: color 0.3s ease;
    }

    .mobile-social .social-circle:hover {
        color: #C94A4A;
    }

    .mobile-address,
    .mobile-phone,
    .mobile-email {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #FFFFFF;
        font-size: 0.95em;
        padding: 10px 0;
    }

    .mobile-address i,
    .mobile-phone i,
    .mobile-email i {
        width: 20px;
        color: #FFFFFF;
    }

    .mobile-phone a,
    .mobile-email a {
        color: #FFFFFF;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-phone a:hover,
    .mobile-email a:hover {
        color: #C94A4A;
    }

    /* Body scroll lock when menu is open */
    body.menu-open {
        overflow: hidden;
    }
}


/* ================================
   BLOG PAGE STYLES
   ================================ */
.blog-page {
    padding: 60px 40px 80px;
    max-width: 1400px;
    margin: 0 auto;
    min-height: auto;
}

.blog-header {
    text-align: center;
    margin-bottom: 16px;
}

.blog-header h1 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    text-transform: none;
}

.blog-intro {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #666;
    max-width: none;
    margin: 0;
    line-height: 1.6;
}

/* Category Filter Pills */
.blog-filter {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    padding-top: 24px;
}

.filter-btn {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-btn:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

.filter-btn.active {
    background: #1F3A5F;
    border-color: #1F3A5F;
    color: #fff;
}

/* Blog Posts Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 60px;
}

/* Individual Blog Card */
.blog-card {
    background: transparent;
    overflow: visible;
    transition: transform 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-4px);
}

.blog-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    border-radius: 12px;
}

.blog-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image-wrapper img {
    transform: scale(1.03);
}

/* Blog Info */
.blog-info {
    padding: 12px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.blog-meta p {
    margin: 0;
}

/* Category Badge */
.blog-category {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #ddd;
}

.blog-category.litter-announcement {
    background-color: #fef3e8;
    color: #c97a35;
    border-color: #f5d4b3;
}

.blog-category.news {
    background-color: #e9f1f8;
    color: #5a7fa8;
    border-color: #c4d9eb;
}

.blog-category.stories {
    background-color: #fceef3;
    color: #b86a8a;
    border-color: #f3c8d8;
}

.blog-category.photos {
    background-color: #e8f5f4;
    color: #4a8a82;
    border-color: #b2dfdb;
}

.blog-category.tips {
    background-color: #eef7f0;
    color: #5a9a6a;
    border-color: #c8e6c9;
}

.blog-date {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.blog-date i {
    color: #aaa;
    font-size: 0.8rem;
}

.blog-title {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px 0;
    text-align: left;
    line-height: 1.35;
}

.blog-excerpt {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Tags */
.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}

.blog-tag {
    padding: 4px 12px;
    background: #f8f8f8;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    color: #555;
    border: 1px solid #e8e8e8;
}

/* No Posts Message */
.no-posts {
    text-align: center;
    padding: 80px 40px;
    background: #fafafa;
    border-radius: 16px;
    grid-column: 1 / -1;
}

.no-posts i {
    font-size: 4rem;
    color: #ccc;
    margin-bottom: 24px;
}

.no-posts h2 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 12px;
}

.no-posts p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #666;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Single Post Modal */
.blog-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    overflow-y: auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.blog-modal.active {
    display: block;
}

.blog-modal-content {
    max-width: 900px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.blog-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    color: #333;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.blog-modal-close:hover {
    background: #fff;
    transform: scale(1.05);
}

/* Modal Image Gallery */
.blog-modal-images {
    position: relative;
    width: 100%;
    background: #f5f5f5;
}

.blog-modal-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.modal-image-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    color: #333;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.modal-image-nav:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.05);
}

.modal-image-nav.prev {
    left: 16px;
}

.modal-image-nav.next {
    right: 16px;
}

.modal-image-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.modal-image-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.modal-image-dot.active {
    background: #fff;
    transform: scale(1.2);
}

.blog-modal-body {
    padding: 32px 40px 40px;
}

.blog-modal-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.blog-modal-category {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    background-color: #e8f0f8;
    color: #1F3A5F;
    border: 1px solid #c8d8e8;
}

.blog-modal-category.litter-announcement {
    background-color: #e8f0f8;
    color: #1F3A5F;
    border-color: #c8d8e8;
}

.blog-modal-category.news {
    background-color: #e3f2fd;
    color: #1976D2;
    border-color: #bbdefb;
}

.blog-modal-category.stories {
    background-color: #fce4ec;
    color: #C2185B;
    border-color: #f8bbd9;
}

.blog-modal-category.photos {
    background-color: #e0f2f1;
    color: #00796B;
    border-color: #b2dfdb;
}

.blog-modal-category.tips {
    background-color: #e8f5e9;
    color: #4CAF50;
    border-color: #c8e6c9;
}

.blog-modal-date {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-modal-date i {
    color: #aaa;
}

.blog-modal-title {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    line-height: 1.3;
    text-align: left;
}

.blog-modal-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.05rem;
    color: #444;
    line-height: 1.8;
    white-space: pre-wrap;
}

.blog-modal-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

.blog-modal-tag {
    padding: 6px 14px;
    background: #f5f5f5;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    color: #666;
    border: 1px solid #e8e8e8;
}

/* Blog Page Responsive */
@media (max-width: 1200px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }
}

@media (max-width: 992px) {
    .blog-page {
        padding: 50px 30px 60px;
    }

    .blog-header h1 {
        font-size: 2.4rem;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .blog-page {
        padding: 40px 20px 50px;
    }

    .blog-header h1 {
        font-size: 2rem;
    }

    .blog-filter {
        gap: 8px;
    }

    .filter-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .blog-card {
        max-width: 100%;
    }

    .blog-meta {
        flex-wrap: wrap;
    }

    .blog-modal-body {
        padding: 24px;
    }

    .blog-modal-title {
        font-size: 1.6rem;
    }

    .blog-modal-image {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .blog-page {
        padding: 30px 16px 40px;
    }

    .blog-header h1 {
        font-size: 1.75rem;
    }

    .blog-intro {
        font-size: 1rem;
    }

    .blog-filter {
        gap: 6px;
    }

    .filter-btn {
        padding: 7px 14px;
        font-size: 0.8rem;
    }

    .blog-image-wrapper {
        padding-top: 66%;
    }

    .blog-info {
        padding: 12px 0 0 0;
    }

    .blog-title {
        font-size: 1.1rem;
    }

    .blog-modal-image {
        height: 240px;
    }

    .blog-modal-title {
        font-size: 1.4rem;
    }

    .blog-modal-text {
        font-size: 1rem;
    }
}

/* =========================================
   Gallery Page Styles
   ========================================= */
.gallery-page {
    padding: 80px 60px;
    max-width: 1600px;
    margin: 0 auto;
    min-height: auto;
    background: #FFFFFF;
}

.gallery-header {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-header h1 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #1F3A5F;
    margin-bottom: 15px;
    text-transform: none;
}

.gallery-intro {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Filter Bar */
.gallery-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
    padding: 20px 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: none;
}

.gallery-filter-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.gallery-filter-left > span {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

.gallery-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gallery-filter-pill {
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #666;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Roboto', sans-serif;
}

.gallery-filter-pill:hover {
    border-color: #1F3A5F;
    color: #1F3A5F;
}

.gallery-filter-pill.active {
    background: #1F3A5F;
    border-color: #1F3A5F;
    color: #fff;
}

/* Pinterest-style Masonry Grid */
.gallery-cards-grid {
    column-count: 4;
    column-gap: 20px;
    margin-bottom: 40px;
}

.gallery-photo-card {
    break-inside: avoid;
    margin-bottom: 20px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    position: relative;
    background: #fff;
}

.gallery-card-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.gallery-card-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-photo-card:hover .gallery-card-image {
    transform: scale(1.08);
}

.gallery-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 60%, transparent 100%);
    padding: 60px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
    opacity: 0;
}

.gallery-photo-card:hover .gallery-card-overlay {
    transform: translateY(0);
    opacity: 1;
}

.gallery-card-title {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.gallery-card-caption {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.5;
}

.gallery-card-date {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 8px;
    display: block;
}

.gallery-card-badge {
    display: none;
}

.gallery-empty-state {
    text-align: center;
    padding: 80px 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    column-span: all;
}

.gallery-empty-state i {
    font-size: 4rem;
    color: #ddd;
    margin-bottom: 20px;
}

.gallery-empty-state h3 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 10px;
}

.gallery-empty-state p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #999;
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    justify-content: center;
    align-items: center;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
}

.lightbox-caption {
    text-align: center;
    color: #fff;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
}

.lightbox-caption h3 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 1.4rem;
    margin: 0 0 8px 0;
}

.lightbox-caption p {
    font-size: 1rem;
    margin: 0;
    opacity: 0.9;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    z-index: 2001;
    transition: opacity 0.3s;
}

.lightbox-close:hover {
    opacity: 0.7;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
    padding: 20px;
    z-index: 2001;
    transition: opacity 0.3s;
    background: none;
    border: none;
}

.lightbox-nav:hover {
    opacity: 0.7;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.gallery-cta {
    text-align: center;
    padding: 60px 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.gallery-cta h2 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2rem;
    color: #1F3A5F;
    margin-bottom: 15px;
}

.gallery-cta p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1400px) {
    .gallery-cards-grid {
        column-count: 3;
    }
}

@media (max-width: 992px) {
    .gallery-page {
        padding: 60px 40px;
    }

    .gallery-header h1 {
        font-size: 2.4rem;
    }

    .gallery-cards-grid {
        column-count: 2;
        column-gap: 16px;
    }

    .gallery-photo-card {
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .gallery-page {
        padding: 50px 30px;
    }

    .gallery-header h1 {
        font-size: 2rem;
    }

    .gallery-intro {
        font-size: 1rem;
    }

    .gallery-filter-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .gallery-filter-left {
        justify-content: center;
    }

    .gallery-cards-grid {
        column-count: 2;
        column-gap: 12px;
    }

    .gallery-photo-card {
        margin-bottom: 12px;
        border-radius: 0;
    }

    .gallery-card-overlay {
        padding: 40px 15px 15px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
    }

    .gallery-card-title {
        font-size: 1rem;
    }

    .gallery-card-caption {
        font-size: 0.85rem;
    }

    .lightbox-nav {
        font-size: 2rem;
        padding: 10px;
    }

    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }
}

@media (max-width: 480px) {
    .gallery-page {
        padding: 40px 15px;
    }

    .gallery-header h1 {
        font-size: 1.8rem;
    }

    .gallery-cards-grid {
        column-count: 1;
        column-gap: 0;
    }

    .gallery-photo-card {
        margin-bottom: 15px;
    }

    .gallery-filter-pills {
        justify-content: center;
    }

    .gallery-filter-pill {
        padding: 6px 14px;
        font-size: 0.85rem;
    }
}

/* =========================================
   Puppies Page Styles
   ========================================= */
.puppies-page {
    padding: 80px 60px;
    max-width: 1400px;
    margin: 0 auto;
    min-height: auto;
}

.puppies-header {
    text-align: center;
    margin-bottom: 60px;
}

.puppies-header h1 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #1F3A5F;
    margin-bottom: 15px;
    text-transform: none;
}

.puppies-intro {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.puppies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
    margin-bottom: 80px;
}

.puppy-card {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.puppy-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.puppy-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.puppy-main-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.puppy-card:hover .puppy-main-image {
    transform: scale(1.05);
}

.puppy-thumbnails {
    display: flex;
    gap: 6px;
    padding: 8px;
    background: #f5f5f5;
    overflow-x: auto;
}

.puppy-thumbnails::-webkit-scrollbar {
    height: 4px;
}

.puppy-thumbnails::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.puppy-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s, opacity 0.2s;
    flex-shrink: 0;
}

.puppy-thumb:hover {
    opacity: 0.8;
}

.puppy-thumb.active {
    border-color: #1F3A5F;
}

.single-image .puppy-thumbnails {
    display: none;
}

.puppy-status {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 8px 16px;
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.status-available {
    background-color: #4CAF50;
    color: #FFFFFF;
}

.status-reserved {
    background-color: #FF9800;
    color: #FFFFFF;
}

.status-sold {
    background-color: #9E9E9E;
    color: #FFFFFF;
}

.puppy-info {
    padding: 25px;
}

.puppy-name {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1F3A5F;
    margin-bottom: 8px;
    text-align: left;
}

.puppy-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.puppy-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    color: #666;
}

.puppy-detail i {
    color: #1F3A5F;
    font-size: 1rem;
    width: 18px;
}

.puppy-description {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.puppy-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #1F3A5F;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.puppy-btn:hover {
    background-color: #1a2e4a;
    transform: translateY(-2px);
}

.puppy-btn.reserved {
    background-color: #FF9800;
}

.puppy-btn.sold {
    background-color: #9E9E9E;
    cursor: default;
}

.puppy-btn.sold:hover {
    transform: none;
}

.no-puppies {
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, #f5f0e8 0%, #faf7f2 100%);
    border-radius: 12px;
    margin-bottom: 60px;
}

.no-puppies i {
    font-size: 4rem;
    color: #1F3A5F;
    margin-bottom: 20px;
}

.no-puppies h2 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 1.8rem;
    color: #1F3A5F;
    margin-bottom: 15px;
}

.no-puppies p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #555;
    max-width: 500px;
    margin: 0 auto 25px;
    line-height: 1.7;
}

.waitlist-section {
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, #1F3A5F 0%, #2a4a73 100%);
    border-radius: 12px;
    margin-bottom: 60px;
}

.waitlist-section h2 {
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.waitlist-section p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.7;
}

.waitlist-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #FFFFFF;
    color: #1F3A5F;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.waitlist-btn:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
}

/* Puppies Lightbox */
.lightbox-img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.6);
}

.lightbox-prev.hidden,
.lightbox-next.hidden {
    display: none;
}

@media (max-width: 992px) {
    .puppies-page {
        padding: 60px 40px;
    }

    .puppies-header h1 {
        font-size: 2.4rem;
    }

    .puppies-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .puppies-page {
        padding: 50px 30px;
    }

    .puppies-header h1 {
        font-size: 2rem;
    }

    .puppies-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .puppy-card {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .puppies-page {
        padding: 40px 20px;
    }

    .puppies-header h1 {
        font-size: 1.8rem;
    }

    .puppies-intro {
        font-size: 1rem;
    }

    .puppy-main-image {
        height: 240px;
    }

    .puppy-info {
        padding: 20px;
    }

    .puppy-name {
        font-size: 1.4rem;
    }
}
