﻿/* =========================================================
   TinkerTaro Global Styles
   ========================================================= */

.lead {
    font-size: 1.25rem;
    font-weight: 400; 
}
/* Override primary button to yellow */
.btn-primary {
    background-color: #ffc857;
    border-color: #ffc857;
    color: #111; /* dark text for contrast */
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #e0ac2f;
        border-color: #e0ac2f;
        color: #111;
    }

        /* Optional: remove blue focus outline halo if you want a softer look */
        .btn-primary:focus,
        .btn-primary:active:focus {
            box-shadow: 0 0 0 0.18rem rgba(255, 200, 87, 0.5);
        }

/* ---------- 1. LIGHT HERO SECTIONS (HOME, BOOK, ETC.) ---------- */
.section-hero-gallery,
.section-hero-pricing,
.section-hero-nose-paw,
.section-hero-pendants-rings {
    background: #111;
    color: #eee;
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
}

/* ---------- 1. DARK HERO SECTIONS (HOME, BOOK, ETC.) ---------- */
.section-hero-about,
.section-hero-home,
.section-hero-book {
    background: #111;
    color: #eee;
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
}

    .section-hero-home h1,
    .section-hero-book h1 {
        font-weight: 600;
        margin-bottom: 0.75rem;
    }

    .section-hero-home .lead,
    .section-hero-book .lead {
        font-size: 1.1rem;
        max-width: 580px;
    }

    .section-hero-home .hero-subtext,
    .section-hero-book .hero-subtext {
        font-size: 0.95rem;
        max-width: 600px;
        color: #ddd;
    }

    .section-hero-home .text-uppercase.small {
        letter-spacing: 0.08em;
        opacity: 0.8;
    }

.hero-cta-group .btn {
    min-width: 180px;
}

.hero-cta-group .btn-outline-light {
    border-color: #eee;
    color: #eee;
}

    .hero-cta-group .btn-outline-light:hover {
        background-color: #eee;
        color: #111;
    }

.section-hero-home .small.text-muted,
.section-hero-book .small.text-muted {
    color: #bbb !important;
}

/* Book-visit specific hero button */
.section-hero-book .btn-outline-light {
    border-color: #eee;
    color: #eee;
}

    .section-hero-book .btn-outline-light:hover {
        background-color: #eee;
        color: #111;
    }

/* Responsive hero tweaks */
@media (max-width: 767.98px) {
    .section-hero-home,
    .section-hero-book {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

        .section-hero-home h1,
        .section-hero-book h1 {
            font-size: 1.9rem;
        }

    .hero-cta-group .btn {
        width: 100%;
    }

        .hero-cta-group .btn + .btn {
            margin-left: 0;
        }
}

/* ---------- 2. HERO IMAGE PLACEHOLDERS (ALL PAGES) ---------- ,
.hero-home-image-placeholder,
.hero-book-image-placeholder,
.hero-pricing-image-placeholder,
.hero-gallery-image-placeholder,
.hero-how-image-placeholder,
.hero-about-image-placeholder*/
.hero-image-placeholder {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/*.hero-home-image-placeholder img,
.hero-book-image-placeholder img,
.hero-pricing-image-placeholder img,
.hero-how-image-placeholder img,
.hero-about-image-placeholder img*/
.hero-image-placeholder {
    width: 100%;
    height: auto;
    display: block;
}

/* ---------- 3. LIGHT CONTENT SECTIONS (TEXT COLOUR) ---------- */
/* Make sure text is dark on light backgrounds for all main content sections */

.section-home-what-we-do,
.section-home-what-we-do h2,
.section-home-what-we-do h3,
.section-home-what-we-do p,
.section-home-what-we-do li,
.section-nose-paw,
.section-nose-paw h2,
.section-nose-paw h3,
.section-nose-paw p,
.section-nose-paw li,
.section-nose-pendants,
.section-nose-pendants h2,
.section-nose-pendants h3,
.section-nose-pendants p,
.section-nose-pendants li,
.section-nose-paw-prints,
.section-nose-paw-prints h2,
.section-nose-paw-prints h3,
.section-nose-paw-prints p,
.section-nose-paw-prints li,
.section-home-pendants-rings,
.section-home-pendants-rings h2,
.section-home-pendants-rings h3,
.section-home-pendants-rings p,
.section-home-pendants-rings li,
.section-senior-rainbow-intro,
.section-senior-rainbow-intro h2,
.section-senior-rainbow-intro h3,
.section-senior-rainbow-intro p,
.section-senior-rainbow-intro li,
.section-pendants-intro,
.section-pendants-intro h2,
.section-pendants-intro h3,
.section-pendants-intro p,
.section-pendants-intro li,
.section-pricing-summary,
.section-pricing-summary h2,
.section-pricing-summary h3,
.section-pricing-summary p,
.section-pricing-summary li,
.section-silver-types,
.section-silver-types h2,
.section-silver-types h3,
.section-silver-types p,
.section-silver-types li,
.section-pricing-table,
.section-pricing-table h2,
.section-pricing-table p,
.section-pricing-table th,
.section-pricing-table td,
.section-standard-jewellery,
.section-standard-jewellery h2,
.section-standard-jewellery p,
.section-standard-jewellery th,
.section-standard-jewellery td,
.section-pricing-includes,
.section-pricing-includes h2,
.section-pricing-includes h3,
.section-pricing-includes p,
.section-pricing-includes li,
.section-pricing-addons,
.section-pricing-addons h2,
.section-pricing-addons h3,
.section-pricing-addons p,
.section-pricing-addons li,
.section-pricing-faq,
.section-pricing-faq h2,
.section-pricing-faq h3,
.section-pricing-faq p,
.section-pricing-faq li,
.section-how-overview,
.section-how-overview h2,
.section-how-overview h3,
.section-how-overview p,
.section-how-overview li,
.section-how-step1,
.section-how-step1 h2,
.section-how-step1 h3,
.section-how-step1 p,
.section-how-step1 li,
.section-how-step2,
.section-how-step2 h2,
.section-how-step2 h3,
.section-how-step2 p,
.section-how-step2 li,
.section-how-step3,
.section-how-step3 h2,
.section-how-step3 h3,
.section-how-step3 p,
.section-how-step3 li,
.section-how-step4,
.section-how-step4 h2,
.section-how-step4 h3,
.section-how-step4 p,
.section-how-step4 li,
.section-how-timing,
.section-how-timing h2,
.section-how-timing p,
.section-how-timing li,
.section-how-faq,
.section-how-faq h2,
.section-how-faq h3,
.section-how-faq p,
.section-how-faq li,
.section-about-story,
.section-about-story h2,
.section-about-story h3,
.section-about-story p,
.section-about-story li,
.section-about-humans,
.section-about-humans h2,
.section-about-humans h3,
.section-about-humans p,
.section-about-humans li,
.section-about-dogs,
.section-about-dogs h2,
.section-about-dogs h3,
.section-about-dogs p,
.section-about-dogs li,
.section-about-what-we-make,
.section-about-what-we-make h2,
.section-about-what-we-make h3,
.section-about-what-we-make p,
.section-about-what-we-make li,
.section-about-partners,
.section-about-partners h2,
.section-about-partners h3,
.section-about-partners p,
.section-about-partners li,
.section-about-values,
.section-about-values h2,
.section-about-values h3,
.section-about-values p,
.section-about-values li,
.section-about-faq,
.section-about-faq h2,
.section-about-faq h3,
.section-about-faq p,
.section-about-faq li,
.section-book-quick,
.section-book-quick h2,
.section-book-quick h3,
.section-book-quick p,
.section-book-quick li {
    color: #222;
}

    /* ---------- 4. SHARED CARD STYLES (INTRO / INFO CARDS) ---------- */

    .section-home-what-we-do .card,
    .section-pendants-intro .card,
    .section-senior-rainbow-intro .card,
    .section-book-quick .card {
        border-radius: 10px;
        border: 1px solid #e6e6e6;
        overflow: hidden;
    }

    .section-home-what-we-do .card-body,
    .section-pendants-intro .card-body,
    .section-senior-rainbow-intro .card-body,
    .section-book-quick .card-body {
        font-size: 0.95rem;
    }

    /* About page dog cards image ratio */
    .section-about-dogs .card-img-top {
        object-fit: cover;
       /* height: 180px;*/
    }

@media (max-width: 575.98px) {
    .section-about-dogs .card-img-top {
        height: 150px;
    }
}

/* ---------- 5. HOW-IT-WORKS STEP STYLES ---------- */

.how-step {
    text-align: left;
}

.how-step-number {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 2px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 8px;
}

/* ---------- 6. DETAILS / EXPANDABLE TEXT BLOCKS ---------- */

.details-block {
    margin-top: 1rem;
    text-align: center;
}

.details-toggle {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 0.9rem;
    cursor: pointer;
}

    .details-toggle:hover {
        background: #f5f5f5;
    }

.details-content {
    margin-top: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fafafa;
    text-align: left;
}

/* ---------- 7. PRICING TABLES ---------- */

.pricing-table th,
.pricing-table td {
    vertical-align: middle;
    font-size: 0.95rem;
}

.pricing-from {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

/* ---------- 8. BOOK-VISIT QUICK CONTACT SECTION ---------- */

.section-book-quick .card-body {
    font-size: 0.95rem;
}

/* ---------- 9. FINAL DARK CTA SECTION (SHARED) ---------- */

.section-final-cta {
    background: #111;
    color: #fff;
}

    .section-final-cta h2 {
        font-weight: 600;
    }

    .section-final-cta p {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }

/* ---------- 10. SMALL UTILITIES ---------- */

/* Optional subtle divider between sections on dark backgrounds */
.section-home-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 0;
    margin-bottom: 0;
}
/* ---------- GALLERY FILTER BAR ---------- */

.section-gallery,
.section-gallery h1,
.section-gallery h2,
.section-gallery p {
    color: #222;
}

.gallery-filter-bar {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.btn-group-filter {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.gallery-filter-btn {
    border-radius: 999px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    padding: 0.35rem 0.9rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

    .gallery-filter-btn:hover {
        border-color: #999;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
    }

    .gallery-filter-btn.active {
        background-color: #111;
        color: #fff;
        border-color: #111;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

/* ---------- GALLERY GRID & CARDS ---------- */

.gallery-grid {
    /* Bootstrap row already flexes; this just ensures smooth transition behaviour */
}

.gallery-item {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .gallery-item .gallery-card {
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #e6e6e6;
        background: #fff;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

.gallery-image-wrapper {
    overflow: hidden;
}

    .gallery-image-wrapper img {
        display: block;
        width: 100%;
        height: auto;
        transition: transform 0.25s ease;
    }

.gallery-card:hover .gallery-image-wrapper img {
    transform: scale(1.03);
}

.gallery-card:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.gallery-caption {
    padding: 0.75rem 0.9rem 0.85rem;
}

.gallery-tagline {
    font-size: 0.8rem;
}

/* Optional: hidden state class (in case we want it later) */
.gallery-item.is-hidden {
    display: none !important;
}
/* =========================================================
   HOW IT WORKS (image-first / Atolea-like)
   Additions
   ========================================================= */



/* Make step images feel premium and consistent  */
img.soft{
    border-radius: 16px;
    /* border: 1px solid #e9e9e9;*/
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
    background: #fff;
}

.bg-light img.soft
{
    border-radius: 16px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
    background: #fff;
}
/* Prevent huge images from becoming too tall on desktop */
@media (min-width: 768px) {
    .how-step-media img {
        max-height: 460px;
        width: 100%;
        object-fit: cover;
    }
}

/* Add more breathing space between content blocks
#how-it-works-page section.py-5 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
} */

/* Better list spacing (less text-heavy) */
#how-it-works-page ul {
    padding-left: 1.1rem;
}

    #how-it-works-page ul li {
        margin-bottom: 0.35rem;
    }

/* Cards for the "Choose what it becomes" section */
#how-it-works-page .card {
    border-radius: 14px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

#how-it-works-page .card-img-top {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    #how-it-works-page .card-img-top {
        height: 180px;
    }
}

/* Make hero image placeholder on How page slightly larger 
.hero-image-placeholder {
    min-height: 280px;
}*/
/* ---------- FLOATING CTA: SENIOR / RAINBOW BRIDGE WHATSAPP BUTTON ---------- */

.floating-senior-dog-cta {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1050; /* above most content, below nav overlays if any */
    max-width: 260px;
}

.floating-senior-dog-btn {
    display: inline-block;
    /* font-size: 0.85rem; */
    line-height: 1.3;
    /* text-align: left; */
    font-weight: 500;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    white-space: normal; /* allow wrap */
}

/* Close "X" button */
.floating-senior-dog-close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: none;
    background: #ffffff;
    color: #555;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    padding: 0;
}

/* Slightly smaller + full-width on very small screens */
@media (max-width: 575.98px) {
    .floating-senior-dog-cta {
        right: 10px;
        left: 10px;
        bottom: 12px;
        max-width: none;
    }

    .floating-senior-dog-btn {
        width: 100%;
        text-align: center;
    }

    .floating-senior-dog-close {
        top: -6px;
        right: -6px;
    }
}

