:root {
    --brand-yellow: #f6d833;
    --brand-yellow-soft: #fff8d7;
    --ink: #171717;
    --muted: #626262;
    --warm-white: #fffdf7;
    --border: #e9e6dc;
    --footer: #1d1f1e
}
html {
    scroll-behavior: smooth
}
body {
    font-family: "DM Sans", sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.62
}
h1, h2, h3 {
    font-family: "Playfair Display", serif
}
a {
    text-decoration: none
}
.site-header {
    z-index: 1030
}
.navbar {
    min-height: 94px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    transition: min-height .25s ease, padding .25s ease
}
.navbar-brand {
    display: flex;
    align-items: center;
    min-height: 70px;
    margin-right: 1.5rem
}
.brand-logo {
    width: 175px;
    height: 175px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    transition: width .25s ease, height .25s ease
}
.site-header.scrolled .navbar {
    min-height: 70px
}
.site-header.scrolled .navbar-brand {
    min-height: 54px
}
.site-header.scrolled .brand-logo {
    width: 100px;
    height: 100px;
}
.nav-link {
    font-weight: 600;
    color: #1e1e1e;
    position: relative;
    padding-inline: .5rem !important
}
.nav-link:hover, .nav-link.active {
    color: #111
}
.nav-link.active::after {
    content: "";
    position: absolute;
    left: .5rem;
    right: .5rem;
    bottom: 0;
    height: 3px;
    border-radius: 99px;
    background: var(--brand-yellow)
}
.btn-brand {
    background: var(--brand-yellow);
    color: #111;
    border: 0;
    border-radius: 999px;
    font-weight: 700;
    padding: .8rem 1.35rem;
    box-shadow: 0 7px 18px rgba(246, 216, 51, .18);
    transition: .2s ease
}
.btn-brand:hover {
    background: #f2ce19;
    color: #111;
    transform: translateY(-1px)
}
.hero-section {
    position: relative;
    min-height: 620px;
    background-image: url('../images/dog5.jpg');
    background-size: cover;
    background-position: center 46%;
    overflow: hidden
}
.hero-overlay, .inner-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 21, 10, .84) 0%, rgba(12, 21, 10, .55) 40%, rgba(12, 21, 10, .08) 68%, rgba(12, 21, 10, 0) 100%)
}
.hero-content, .inner-hero-content {
    position: relative;
    z-index: 1
}
.min-vh-hero {
    min-height: 620px
}
.hero-card {
    padding: 5rem 0;
    color: #fff;
    max-width: 650px
}
.hero-card h1 {
    font-size: clamp(4rem, 8vw, 7rem);
    line-height: .9;
    letter-spacing: .01em;
    margin: .5rem 0 .15rem
}
.hero-subtitle {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.7rem, 3.2vw, 3rem);
    font-weight: 700;
    margin: 0
}
.hero-copy {
    max-width: 560px;
    font-size: 1.15rem;
    margin-top: 1.15rem
}
.eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-weight: 700;
    font-size: .84rem;
    margin-bottom: .5rem
}
.brand-rule {
    width: 58px;
    height: 4px;
    background: var(--brand-yellow);
    border-radius: 99px;
    margin: 1rem 0 1.4rem
}
.trust-strip {
    background: #fff;
    border-bottom: 1px solid var(--border)
}
.trust-item {
    padding: 1.55rem 1rem;
    font-weight: 700;
    font-size: .95rem;
    border-right: 1px solid var(--border)
}
.trust-item:last-child {
    border-right: 0
}
.trust-item span {
    margin-right: .55rem
}
.section-space {
    padding: 7.5rem 0
}
.story-section, .warm-section, .faq-section {
    background: var(--warm-white)
}
.story-section h2, .services-section h2, .why-section h2, .feature-block h2, .profile-section h2, .getting-to-know h2, .contact-section h2 {
    font-size: clamp(2.4rem, 4.6vw, 4.25rem);
    line-height: 1.04
}
.photo-card-wrap {
    position: relative;
    padding: 1.35rem
}
.paw-watermark {
    position: absolute;
    font-size: 7rem;
    opacity: .07;
    left: -3.5rem;
    top: -2rem;
    transform: rotate(-15deg)
}
.polaroid-card {
    background: #fff;
    padding: 1rem 1rem 1.35rem;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .1);
    transform: rotate(-1.5deg);
    margin: 0
}
.polaroid-card img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover
}
.handwritten-quote {
    font-family: "Caveat", cursive;
    font-size: clamp(2rem, 3.1vw, 3.1rem);
    line-height: 1.18;
    margin: 0;
    padding: 2rem .5rem
}
.services-section {
    background: linear-gradient(180deg, #fff 0%, #fffefa 60%, #fff9e3 100%)
}
.section-intro {
    max-width: 820px
}
.section-intro p {
    color: var(--muted);
    font-size: 1.05rem
}
.service-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .045)
}
.service-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block
}
.service-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--brand-yellow);
    display: grid;
    place-items: center;
    font-size: 1.35rem;
    margin: -29px auto 0;
    position: relative;
    border: 4px solid #fff
}
.service-body {
    padding: 1.6rem 1.4rem 1.9rem;
    text-align: center
}
.service-body h3 {
    font-size: 1.6rem;
    margin-bottom: .15rem
}
.price {
    font-family: "Playfair Display", serif;
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: .75rem
}
.price-small {
    font-size: 1.35rem
}
.service-body p:not(.price) {
    color: #4e4e4e
}
.text-link {
    display: inline-block;
    margin-top: .45rem;
    color: #111;
    font-weight: 700;
    border-bottom: 3px solid var(--brand-yellow)
}
.why-image, .content-image, .profile-image {
    width: 100%;
    border-radius: 1.8rem;
    object-fit: cover
}
.why-image {
    max-height: 650px
}
.content-image {
    min-height: 430px;
    max-height: 620px
}
.profile-image {
    min-height: 520px;
    max-height: 660px
}
.why-point {
    padding: 1.55rem 0;
    border-top: 1px solid var(--border)
}
.why-point h3 {
    font-size: 1.45rem;
    margin-bottom: .55rem
}
.why-point p, .feature-block p, .profile-section p {
    color: var(--muted)
}
.inner-hero {
    position: relative;
    min-height: 410px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center
}
.inner-hero-about {
    background-image: url('../images/dog2.jpg')
}
.inner-hero-why {
    background-image: url('../images/dog6.jpg')
}
.inner-hero-services {
    background-image: url('../images/dog9.jpg')
}
.inner-hero-faq {
    background-image: url('../images/dog4.jpg')
}
.inner-hero-contact {
    background-image: url('../images/contact_banner.jpg')
}
.inner-hero-content {
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem
}
.inner-hero-content h1 {
    font-size: clamp(3.2rem, 6vw, 5.7rem);
    line-height: .98;
    max-width: 780px
}
.inner-hero-content p {
    font-size: 1.15rem;
    max-width: 650px;
    margin-top: 1.2rem
}
.profile-row + .profile-row {
    margin-top: 8rem
}
.feature-block p {
    max-width: 760px
}
.service-detail {
    padding: 2rem 0
}
.service-detail + .service-detail {
    margin-top: 7rem;
    padding-top: 7rem;
    border-top: 1px solid var(--border)
}
.process-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 1.25rem;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .035)
}
.process-card span {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    background: var(--brand-yellow);
    border-radius: 50%;
    font-weight: 800;
    margin-bottom: 1.25rem
}
.process-card h3 {
    font-size: 1.45rem
}
.process-card p {
    color: var(--muted);
    margin-bottom: 0
}
.faq-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid var(--border);
    background: transparent
}
.faq-accordion .accordion-button {
    background: transparent;
    font-weight: 700;
    font-size: 1.08rem;
    padding: 1.55rem .25rem;
    box-shadow: none
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: #111
}
.faq-accordion .accordion-body {
    padding: .15rem .25rem 1.65rem;
    color: var(--muted);
    line-height: 1.75
}
.contact-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 1.5rem;
    padding: 2.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .06)
}
.contact-note {
    background: var(--brand-yellow-soft);
    border-radius: 1.2rem;
    padding: 1.5rem
}
.form-control, .form-select {
    border-color: #dcd8ca;
    border-radius: .85rem;
    padding: .85rem 1rem
}
.form-control:focus, .form-select:focus {
    border-color: #d7bc1f;
    box-shadow: 0 0 0 .2rem rgba(246, 216, 51, .2)
}
.form-label {
    font-weight: 700
}
.contact-bar {
    background: linear-gradient(90deg, #fff9dc, #fffef8, #fff9dc);
    padding: 5rem 0
}
.contact-bar-inner {
    max-width: 850px;
    margin: 0 auto
}
.contact-bar h2 {
    font-size: clamp(2.5rem, 4.5vw, 4rem);
    margin-bottom: 1rem
}
.contact-bar p {
    max-width: 680px;
    margin: 0 auto 1.8rem;
    color: var(--muted)
}
.site-footer {
    background: var(--footer);
    color: #fff;
    padding: 8rem 0 5rem
}
.footer-main {
    padding-bottom: 5.5rem
}
.footer-logo {
    width: 145px;
    height: 145px;
    object-fit: cover;
    border-radius: 50%
}
.footer-heading {
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.2rem
}
.footer-links li {
    margin-bottom: .55rem
}
.footer-links a, .footer-copy, .footer-area-list, .footer-bottom {
    color: rgba(255, 255, 255, .78)
}
.footer-links a:hover {
    color: var(--brand-yellow)
}
.social-row {
    display: flex;
    gap: .8rem
}
.social-row a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .34);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 2.5rem
}
@media(max-width:991.98px) {
    .navbar {
        min-height: 78px
    }
    .navbar-brand {
        min-height: 58px
    }
    .brand-logo {
        width: 90px;
        height: 90px
    }
    .site-header.scrolled .brand-logo {
        width: 75px;
        height: 75px;
    }
    .navbar-collapse {
        padding: 1.1rem 0 1.45rem
    }
    .hero-section, .min-vh-hero {
        min-height: 560px
    }
    .hero-overlay, .inner-hero-overlay {
        background: linear-gradient(90deg, rgba(12, 21, 10, .84), rgba(12, 21, 10, .4))
    }
    .section-space {
        padding: 5.5rem 0
    }
    .handwritten-quote {
        padding-top: 0
    }
    .profile-row + .profile-row, .service-detail + .service-detail {
        margin-top: 5rem;
        padding-top: 5rem
    }
    .site-footer {
        padding: 6rem 0 4rem
    }
    .footer-main {
        padding-bottom: 4rem
    }
}
@media(max-width:767.98px) {
    .hero-card {
        padding: 4rem 0
    }
    .hero-section {
        background-position: 58% center
    }
    .trust-item {
        border-right: 0;
        border-bottom: 1px solid var(--border);
        min-height: 76px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .service-image {
        height: 250px
    }
    .inner-hero {
        min-height: 350px
    }
    .content-image, .profile-image {
        min-height: 320px
    }
    .contact-card {
        padding: 1.5rem
    }
    .contact-bar {
        padding: 4rem 0
    }
    .site-footer {
        padding: 5rem 0 3.5rem
    }
    .footer-main {
        padding-bottom: 3.5rem
    }
}


/* ==========================================================
   PRO PAW - SIMPLE RESPONSIVE INNER BANNERS
   ========================================================== */

.inner-hero {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    /* Keeps a clean, consistent banner shape */
    min-height: 410px;
}


/* Tablet */
@media (max-width: 991.98px) {

    .inner-hero {
        min-height: 360px;
        background-position: center center !important;
    }

}


/* Mobile */
@media (max-width: 767.98px) {

    .inner-hero {
        min-height: 320px;
        background-position: center center !important;
    }

}


/* ==========================================================
   PRO PAW - FINAL INNER BANNER FIX
   Banners supplied at 2400 x 1200 (2:1)
   ========================================================== */

/* Desktop / large screens */
.inner-hero {
    min-height: 0 !important;
    aspect-ratio: 2 / 1;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


/* Keep content positioned nicely over banner */
.inner-hero-content {
    width: 100%;
}


/* Tablet */
@media (max-width: 991.98px) {

    .inner-hero {
        min-height: 420px !important;
        aspect-ratio: auto;
        background-size: cover !important;
        background-position: center center !important;
    }

}


/* Mobile */
@media (max-width: 767.98px) {

    .inner-hero {
        min-height: 350px !important;
        aspect-ratio: auto;
        background-size: cover !important;
        background-position: center center !important;
    }

}


/* ==========================================================
   NAV - LARGER GET IN TOUCH BUTTON
   ========================================================== */

.navbar .btn-brand {
    padding: 1rem 1.8rem;
    font-size: 1.08rem;
    font-weight: 700;
    min-width: 175px;
    text-align: center;
}


/* ==========================================================
   HOMEPAGE TRUST / QUALIFICATION STRIP
   ========================================================== */

.trust-strip {
    background: #fff;
    border-bottom: 1px solid var(--border);
}

.trust-item {
    min-height: 145px;
    padding: 2rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-right: 1px solid var(--border);
}

.trust-item:last-child {
    border-right: 0;
}

.trust-icon {
    font-size: 1.75rem;
    line-height: 1;
    flex-shrink: 0;
}

.trust-text {
    text-align: left;
}

.trust-text strong {
    display: block;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--ink);
}

.trust-text small {
    display: block;
    margin-top: .35rem;
    font-size: .88rem;
    line-height: 1.35;
    color: var(--muted);
}


/* Tablet */
@media (max-width: 991.98px) {

    .trust-item {
        border-bottom: 1px solid var(--border);
    }

}


/* Mobile */
@media (max-width: 767.98px) {

    .trust-item {
        min-height: 115px;
        padding: 1.5rem 1rem;
        border-right: 0;
    }

    .trust-text {
        text-align: left;
    }

}


/* ==========================================================
   COLOUR SOCIAL MEDIA ICONS
   ========================================================== */

.social-row a {
    width: 46px;
    height: 46px;
    border: 0;
  
    display: grid;
    place-items: center;
    font-size: 1.35rem;
    transition: transform .2s ease, box-shadow .2s ease;
}




/* Instagram */
.social-instagram {
    color: #e1306c !important;
}


/* Facebook */
.social-facebook {
    color: #1877f2 !important;
}


/* Email */
.social-email {
    color: #f6b800 !important;
}


/* ==========================================================
   PRO PAW - TRUST / QUALIFICATIONS STRIP
   ========================================================== */

.trust-strip {
    background: #fff;
    border-bottom: 1px solid var(--border);
}

.trust-item {
    min-height: 150px;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    border-right: 1px solid var(--border);
}

.trust-item:last-child {
    border-right: 0;
}


/* Icon circle */
.trust-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    border-radius: 50%;
    background: var(--brand-yellow);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    box-shadow: 0 6px 16px rgba(246, 216, 51, .25);
}


/* Text */
.trust-text {
    text-align: left;
}

.trust-text strong {
    display: block;
    color: var(--ink);
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.25;
}

.trust-text small {
    display: block;
    color: var(--muted);
    font-size: .87rem;
    line-height: 1.35;
    margin-top: .35rem;
}


/* Tablet */
@media (max-width: 991.98px) {

    .trust-item {
        border-bottom: 1px solid var(--border);
    }

}


/* Mobile */
@media (max-width: 767.98px) {

    .trust-item {
        min-height: 115px;
        padding: 1.4rem 1rem;
        justify-content: flex-start;
        border-right: 0;
    }

    .trust-icon {
        width: 54px;
        height: 54px;
        min-width: 54px;
        font-size: 1.4rem;
    }

}

.paw-icon {

    font-size: 1.7rem;

    line-height: 1;

    filter: grayscale(1);

}


/* =========================
   FOOTER SOCIAL ICONS
   ========================= */

.social-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 22px;
}

.social-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-row a:hover {
    transform: translateY(-3px) scale(1.08);
    opacity: 0.9;
}

/* Instagram */
.social-instagram i {
    font-size: 42px;

    /* Instagram-style gradient */
    background: linear-gradient(
        45deg,
        #feda75,
        #fa7e1e,
        #d62976,
        #962fbf,
        #4f5bd5
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Facebook */
.social-facebook i {
    font-size: 42px;
    color: #1877f2;
}

/* Email */
.social-email i {
    font-size: 42px;
    color: #f4c430;
}

/* Slightly smaller on mobile */
@media (max-width: 767px) {

    .social-row {
        gap: 20px;
    }

    .social-row i {
        font-size: 36px;
    }

}


/* =========================================================
   MOBILE HORIZONTAL SCROLL / SIDE-TO-SIDE WOBBLE FIX
   ========================================================= */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
}

/* Prevent common elements exceeding the phone width */
img,
video,
iframe,
svg {
    max-width: 100%;
}

/* Bootstrap rows can occasionally create horizontal overflow */
@media (max-width: 767px) {

    html,
    body {
        overflow-x: hidden !important;
        max-width: 100vw;
    }

    .page-hero {
        width: 100%;
        max-width: 100vw;
        overflow: hidden;
    }

}


/* =========================================================
   MOBILE HEADER / LOGO STABILITY FIX
   Stops navbar vibrating when scrolling
   ========================================================= */

@media (max-width: 991px) {

    /* Keep mobile navigation a fixed height */
    .site-header,
    .navbar,
    .site-header.scrolled,
    .navbar.scrolled {
        min-height: 110px !important;
        height: 110px !important;

        padding-top: 10px !important;
        padding-bottom: 10px !important;

        transition: none !important;
    }


    /* Logo MUST stay the same size while scrolling */
    .navbar-brand img,
    .site-logo,
    .site-header .logo img,
    .site-header.scrolled .logo img,
    .site-header.scrolled .navbar-brand img {
        width: auto !important;
        height: 90px !important;
        max-height: 90px !important;

        transform: none !important;
        transition: none !important;
    }


    /* Don't allow scroll classes to move the header */
    .site-header.scrolled,
    .navbar.scrolled {
        transform: none !important;
    }

}


/* =========================================================
   CONTACT TELEPHONE BOX
   ========================================================= */

.contact-phone-box {
    display: flex;
    align-items: center;

    gap: 20px;

    padding: 22px 25px;

    background: #fffbea;

    border: 1px solid #f2df72;
    border-radius: 18px;
}


.contact-phone-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 55px;

    width: 55px;
    height: 55px;

    border-radius: 50%;

    background: #f7d82f;

    font-size: 22px;

    color: #111;
}


.contact-phone-content {
    display: flex;
    flex-direction: column;
}


.contact-phone-label {
    font-size: 13px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1.5px;

    color: #555;
}


.contact-phone-number {

    display: inline-block;

    margin: 2px 0;

    font-size: 26px;

    font-weight: 700;

    line-height: 1.2;

    color: #222;

    text-decoration: none;

}

.contact-phone-number:hover {

    color: #e6b800;

    text-decoration: none;

}





/* =========================================================
   FIXED NAV / HEADER SIZE
   Stops logo/header resizing when scrolling
   ========================================================= */

/* Keep navigation at one consistent height */
.site-header,
.site-header.scrolled,
.navbar,
.navbar.scrolled,
.navbar-shrink,
header,
header.scrolled {
    min-height: 90px !important;
    height: 90px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

    transition: none !important;
    transform: none !important;
}


/* Keep navbar container stable */
.site-header .container,
.site-header .container-xl,
.navbar .container,
.navbar .container-xl,
header .container,
header .container-xl {
    height: 90px !important;
    min-height: 90px !important;
}


/* STOP LOGO CHANGING SIZE */

.site-header .navbar-brand img,
.site-header.scrolled .navbar-brand img,
.navbar-brand img,
.navbar.scrolled .navbar-brand img,
header .navbar-brand img,
header.scrolled .navbar-brand img {
    height: 125px !important;
    width: auto !important;
    max-height: 125px !important;

    transform: none !important;
    transition: none !important;
}


/* Brand itself must not move */

.navbar-brand,
.site-header .navbar-brand,
header .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    display: flex !important;
    align-items: center !important;

    transform: none !important;
    transition: none !important;
}


/* Navigation links stay the same size */

.navbar-nav,
.navbar-nav .nav-link,
.site-header .nav-link,
header .nav-link {
    transform: none !important;
    transition: none !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991px) {

    .site-header,
    .site-header.scrolled,
    .navbar,
    .navbar.scrolled,
    header,
    header.scrolled {
        height: 80px !important;
        min-height: 80px !important;
    }


    .site-header .container,
    .site-header .container-xl,
    .navbar .container,
    .navbar .container-xl,
    header .container,
    header .container-xl {
        height: 80px !important;
        min-height: 80px !important;
    }


    .site-header .navbar-brand img,
    .site-header.scrolled .navbar-brand img,
    .navbar-brand img,
    .navbar.scrolled .navbar-brand img,
    header .navbar-brand img,
    header.scrolled .navbar-brand img {
        height: 62px !important;
        max-height: 62px !important;
        width: auto !important;
    }

}


/* =========================================================

   PRO PAW LOGO SIZE

   Keep it large but STOP it resizing on scroll

   ========================================================= */

.navbar-brand img,

.site-header .navbar-brand img,

header .navbar-brand img,

.site-header.scrolled .navbar-brand img,

.navbar.scrolled .navbar-brand img,

header.scrolled .navbar-brand img {

    height: 100px !important;

    max-height: 100px !important;

    width: auto !important;

    transform: none !important;

    transition: none !important;

}

/* Give desktop nav enough room for the larger logo */

.site-header,

.site-header.scrolled,

.navbar,

.navbar.scrolled,

header,

header.scrolled {

    height: 115px !important;

    min-height: 115px !important;

}

/* MOBILE */

@media (max-width: 991px) {

    .navbar-brand img,

    .site-header .navbar-brand img,

    header .navbar-brand img,

    .site-header.scrolled .navbar-brand img,

    .navbar.scrolled .navbar-brand img,

    header.scrolled .navbar-brand img {

        height: 82px !important;

        max-height: 82px !important;

    }

    .site-header,

    .site-header.scrolled,

    .navbar,

    .navbar.scrolled,

    header,

    header.scrolled {

        height: 95px !important;

        min-height: 95px !important;

    }

}


/* =========================================================
   FINAL HEADER / LOGO SIZE FIX
   Large logo, no overlap, no resizing on scroll
   ========================================================= */

.site-header,
.site-header.scrolled,
.navbar,
.navbar.scrolled,
header,
header.scrolled {

    height: 145px !important;
    min-height: 145px !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    overflow: visible !important;

    transition: none !important;
    transform: none !important;
}


/* Keep the inner nav vertically centred */

.site-header .container,
.site-header .container-xl,
.navbar .container,
.navbar .container-xl,
header .container,
header .container-xl {

    height: 145px !important;
    min-height: 145px !important;

    display: flex !important;
    align-items: center !important;
}


/* Main Pro Paw logo */

.navbar-brand img,
.site-header .navbar-brand img,
header .navbar-brand img,
.site-header.scrolled .navbar-brand img,
.navbar.scrolled .navbar-brand img,
header.scrolled .navbar-brand img {

    height: 120px !important;
    max-height: 120px !important;

    width: auto !important;

    display: block !important;

    margin: 0 !important;

    transform: none !important;
    transition: none !important;
}


/* Stop the brand itself adding unwanted space */

.navbar-brand,
.site-header .navbar-brand,
header .navbar-brand {

    height: 120px !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 991px) {

    .site-header,
    .site-header.scrolled,
    .navbar,
    .navbar.scrolled,
    header,
    header.scrolled {

        height: 110px !important;
        min-height: 110px !important;
    }


    .site-header .container,
    .site-header .container-xl,
    .navbar .container,
    .navbar .container-xl,
    header .container,
    header .container-xl {

        height: 110px !important;
        min-height: 110px !important;
    }


    .navbar-brand,
    .site-header .navbar-brand,
    header .navbar-brand {

        height: 88px !important;
    }


    .navbar-brand img,
    .site-header .navbar-brand img,
    header .navbar-brand img,
    .site-header.scrolled .navbar-brand img,
    .navbar.scrolled .navbar-brand img,
    header.scrolled .navbar-brand img {

        height: 88px !important;
        max-height: 88px !important;
    }

}


/* =========================================================
   TESTIMONIALS
   ========================================================= */

.home-testimonials {
    background: #f8f7f2;
}

.testimonial-heading {
    max-width: 720px;
    margin: 0 auto 35px;
}

.testimonial-heading h2,
.testimonials-intro h2 {
    margin-top: 10px;
}

.testimonial-heading p,
.testimonials-intro p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}


/* HOME SLIDER */

.testimonial-carousel {
    max-width: 850px;
    margin: 0 auto;
}

.testimonial-card {
    min-height: 330px;

    padding: 50px 70px;

    background: #fff;

    border-radius: 28px;

    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.07);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.testimonial-stars {
    margin-bottom: 18px;

    color: #f5cc21;

    font-size: 22px;

    letter-spacing: 4px;
}

.testimonial-card blockquote {
    margin: 0;

    font-size: 20px;
    line-height: 1.7;

    color: #333;
}

.testimonial-name {
    margin-top: 25px;

    font-size: 17px;
    font-weight: 800;

    color: #111;
}


/* SLIDER ARROWS */

.testimonial-carousel .carousel-control-prev,
.testimonial-carousel .carousel-control-next {
    width: 55px;
}

.testimonial-arrow {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f6d529;

    color: #111;

    font-size: 34px;
    line-height: 1;

    box-shadow:
        0 5px 20px rgba(0,0,0,.10);
}


/* TESTIMONIAL PAGE */

.testimonials-intro {
    max-width: 760px;
    margin: 0 auto 30px;
}

.testimonial-grid-card {
    padding: 35px;

    background: #fff;

    border: 1px solid #eee9dd;

    border-radius: 24px;

    box-shadow:
        0 8px 30px rgba(0,0,0,.05);
}

.testimonial-grid-card blockquote {
    margin: 0;

    color: #444;

    font-size: 17px;
    line-height: 1.7;
}

.testimonial-person {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-top: 25px;
}

.testimonial-person strong {
    display: block;

    color: #111;
}

.testimonial-person span {
    display: block;

    margin-top: 2px;

    color: #777;

    font-size: 14px;
}

.testimonial-avatar {
    width: 46px;
    height: 46px;

    flex: 0 0 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f6d529;

    color: #111;

    font-weight: 800;
    font-size: 18px;
}


/* BOTTOM CTA */

.testimonial-cta {
    padding: 60px 0;

    background: #f7d92d;
}

.testimonial-cta-inner {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;
}

.testimonial-cta-inner h2 {
    margin: 8px 0 0;
}


/* MOBILE */

@media (max-width: 767px) {

    .testimonial-card {
        min-height: 390px;

        padding: 40px 48px;
    }

    .testimonial-card blockquote {
        font-size: 17px;
        line-height: 1.6;
    }

    .testimonial-carousel .carousel-control-prev,
    .testimonial-carousel .carousel-control-next {
        width: 42px;
    }

    .testimonial-arrow {
        width: 36px;
        height: 36px;

        font-size: 28px;
    }

    .testimonial-grid-card {
        padding: 27px;
    }

    .testimonial-cta-inner {
        display: block;

        text-align: center;
    }

    .testimonial-cta-inner .btn {
        margin-top: 25px;
    }

}


/* =========================================================
   MOBILE NAV - SOLID WHITE BACKGROUND
   ========================================================= */

@media (max-width: 991px) {

    /* The expanded Bootstrap mobile menu */
    .navbar-collapse {
        background: #ffffff !important;

        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;

        width: 100% !important;

        padding: 20px 25px 25px !important;

        z-index: 9999 !important;

        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.10);
    }


    /* Keep the actual header white too */
    .navbar,
    .site-header,
    header {
        background: #ffffff !important;
    }


    /* Mobile links */
    .navbar-collapse .navbar-nav {
        background: #ffffff !important;
        width: 100% !important;
    }


    .navbar-collapse .nav-link {
        color: #111 !important;
        padding: 12px 0 !important;
    }


    /* Current page underline */
    .navbar-collapse .nav-link.active {
        color: #111 !important;
    }

}