/* ============================================================
   PAWFECT BEAUTY — STYLESHEET
   Sections:
   1. Fonts
   2. Base
   3. Header & Navigation
   4. Carousel
   5. Home — Text & Info Cards
   6. Shared Page Cards
   7. Services Page
   8. Pricing Page
   9. About Page — Team Section
   10. Contact Page
   11. Buttons
   12. Footer
   13. Mobile (max-width: 768px)
   ============================================================ */


/* ── 1. Fonts ── */

@font-face {
    font-family: 'Dancing Script';
    src: url('Assets/Fonts/Dancing_Script/static/DancingScript-Regular.ttf') format('truetype');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('Assets/Fonts/Barlow/Barlow-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}


/* ── 2. Base ── */

html {
    overflow-x: hidden;
    background-color: white;
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
    background-image: url("Assets/Photos/Background/marble.avif");
    overflow-x: hidden;
}


/* ── 3. Header & Navigation ── */

.logo-header {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-bottom: 6px;
    background-color: white;
}

.logo-holder {
    width: fit-content;
    margin: 0 auto;
    background-color: white;
}

.jennyLogo, .mihshaLogo {
    width: clamp(78px, 9vw, 110px);
    height: auto;
    padding: 8px clamp(5px, 10vw, 170px) 0;
}

.textLogo {
    width: clamp(130px, 15vw, 200px);
    height: auto;
    position: relative;
    top: -27px;
}

.textHeader {
    font-family: 'Dancing Script';
    font-size: 23px;
    font-weight: 100;
    color: rgb(202, 167, 24);
    letter-spacing: 6px;
    margin-top: -30px;
    margin-bottom: 0;
    text-align: center;
}

.women-owned {
    font-family: Barlow;
    font-size: 14px;
    color: white;
    margin: 4px 0;
}

.navBar {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.41);
    position: relative;
}

nav ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    list-style: none;
    display: flex;
    gap: 50px;
    justify-content: center;
    padding: 10px 0;
    margin: 0;
}

nav a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

nav a:hover,
nav a.active {
    color: rgb(202, 167, 24);
}

.nav-short { display: none; }
.nav-full  { display: inline; }


/* ── 4. Carousel ── */

.carousel-wrap {
    background-color: rgb(255, 255, 255);
    width: 80%;
    max-width: 1300px;
    margin: 20px auto 40px;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
    position: relative;
}


.dog-carousel-container {
    width: 100%;
    height: 120%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.dog-track {
    display: flex;
    animation: scroll-left 19s linear infinite;
}

@keyframes scroll-left {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.dog-track img {
    width: 150px;
    height: 375px;
    object-fit: cover;
    flex-shrink: 0;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 15px;
    margin-top: 6px;
}


/* ── 5. Home — Text & Info Cards ── */

.home-content {
    width: 70%;
    max-width: 1300px;
    margin: 0 auto;
}

.textContainer {
    background-color: white;
    width: 100%;
    justify-self: center;
    margin: 0 auto;
    border-radius: 20px;
    box-sizing: border-box;
}

.textContainer.narrow {
    width: 85%;
    max-width: 800px;
    margin: 30px auto 0;
}

.title {
    font-family: 'Dancing Script';
    font-size: 45px;
    color: rgb(202, 167, 24);
    letter-spacing: 1px;
    padding: 0 15px 10px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

.subHeader {
    font-family: 'Dancing Script';
    font-size: 35px;
    color: rgb(202, 167, 24);
    letter-spacing: 1px;
    padding: 15px;
    text-align: center;
}

.subText {
    font-family: Barlow;
    font-size: 16px;
    color: rgb(101, 101, 101);
    width: 90%;
    max-width: 800px;
    text-align: center;
    padding-bottom: 16px;
    margin: -30px auto 0;
}

.subText.narrow {
    width: 95%;
    padding-bottom: 12px;
    margin-top: -10px;
}

.infoContainer {
    display: flex;
    width: 100%;
    height: auto;
    gap: 16px;
    align-items: stretch;
    justify-content: center;
    margin: 16px auto 0;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.passion, .tailored, .convenient {
    flex: 1;
    min-width: 0;
}

.infoTextContainer {
    background-color: white;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding-bottom: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.infoIcons, .passionIcon, .tailoredIcon, .convenientIcon {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    padding-top: 10px;
}

.subSubHeader {
    font-family: 'Dancing Script';
    font-size: 23px;
    color: rgb(202, 167, 24);
    letter-spacing: 1px;
    padding: 5px;
    text-align: center;
    width: 230px;
    margin: 5px auto;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infoSubText {
    font-family: Barlow;
    font-size: 17px;
    color: rgb(130, 130, 130);
    width: 80%;
    text-align: center;
    margin: 5px auto 0;
    padding: 0 0 5px;
}


/* ── 6. Shared Page Cards ── */

.about-card {
    padding: 20px 60px 20px;
    box-sizing: border-box;
}

.services-card,
.pricing-card {
    padding: 20px 60px 40px;
    box-sizing: border-box;
}

.contact-card {
    padding: 20px 60px 30px;
    box-sizing: border-box;
}


/* ── 7. Services Page ── */

.service-item {
    padding: 20px 0;
}

.service-name {
    font-family: 'Dancing Script';
    font-size: 36px;
    color: rgb(202, 167, 24);
    margin: 0 0 10px;
}

.service-intro {
    font-family: Barlow;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 28px;
}

.service-subtext {
    font-family: Barlow;
    font-size: 14px;
    color: #999;
    line-height: 1.7;
    margin: 6px 0 0;
}

.service-desc {
    font-family: Barlow;
    font-size: 16px;
    color: rgb(80, 80, 80);
    line-height: 1.7;
    margin: 0;
}

.service-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 0;
}

.faq-item {
    padding: 24px 0;
}

.faq-question {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
    margin: 0 0 10px;
}

.faq-answer {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.faq-link {
    color: inherit;
    text-decoration: underline;
}

.testimonials-section {
    padding: 48px 20px 56px;
    background: #fafafa;
}

.testimonials-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 32px;
    padding: 8px 32px 24px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
}

.testimonials-grid::-webkit-scrollbar {
    height: 6px;
}

.testimonials-grid::-webkit-scrollbar-track {
    background: transparent;
}

.testimonials-grid::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 3px;
}

.testimonial-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 32px;
    min-width: 340px;
    max-width: 380px;
    flex-shrink: 0;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.testimonial-dog-photo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 16px;
    border: 3px solid #f0f0f0;
}

.testimonial-stars {
    color: #FBBC04;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-text {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 16px;
}

.testimonial-author {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2a2a2a;
    margin: 0;
}

.testimonial-cta {
    border: 2px dashed #ddd;
    background: #fafafa;
    box-shadow: none;
    justify-content: center;
    gap: 16px;
}

.testimonial-cta-paw {
    font-size: 40px;
}

.testimonial-cta-title {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin: 0;
}

.services-btn-row {
    text-align: center;
    padding: 30px 0 10px;
}

.services-bottom {
    text-align: center;
    padding: 40px 0 60px;
}

.vaccine-notice {
    font-family: Barlow;
    font-style: italic;
    font-size: 16px;
    color: rgb(202, 167, 24);
    margin-bottom: 20px;
}


/* ── 8. Pricing Page ── */

.pricing-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0 16px;
}

.pricing-section-line {
    flex: 1;
    height: 1px;
    background-color: #ccc;
}

.pricing-section-title {
    font-family: 'Dancing Script';
    font-size: 28px;
    color: rgb(202, 167, 24);
    white-space: nowrap;
    margin: 0;
}

.price-list {
    padding: 0 20px;
}

.price-row {
    display: flex;
    align-items: baseline;
    margin: 6px 0;
}

.price-label, .price-value {
    font-family: Barlow;
    font-size: 15px;
    color: #444;
    white-space: nowrap;
}

.price-dots {
    flex: 1;
    border-bottom: 1px dotted #aaa;
    margin: 0 6px 4px;
}

.addons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 40px;
    padding-bottom: 10px;
}

.addon-item {
    display: flex;
    flex-direction: column;
}

.addon-title {
    font-family: 'Dancing Script';
    font-size: 24px;
    color: rgb(202, 167, 24);
    margin: 0 0 6px;
}

.addon-price {
    font-family: Barlow;
    font-size: 16px;
    color: #444;
}

.addon-desc {
    font-family: Barlow;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.walkin-row {
    padding: 16px 0;
}

.walkin-sub {
    font-family: Barlow;
    font-size: 13px;
    color: rgb(202, 167, 24);
}


/* ── 9. About Page — Team Section ── */

.team-section {
    margin-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 40px !important;
    text-align: center;
}

.team-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    max-width: 350px;
}

.team-photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: -40px;
    z-index: 1;
    position: relative;
    border: 4px solid white;
}

.bio-card {
    background-color: rgb(206, 173, 63);
    border-radius: 16px;
    padding: 60px 24px 30px;
    width: 100%;
    height: 750px;
    box-sizing: border-box;
}

.member-name {
    font-family: 'Dancing Script';
    font-size: 28px;
    color: white;
    text-align: center;
    margin: 0 0 4px;
}

.member-title {
    font-family: Barlow;
    font-size: 14px;
    color: white;
    text-align: center;
    margin: 0 0 16px;
}

.member-bio {
    font-family: Barlow;
    font-size: 16px;
    color: white;
    line-height: 1.6;
    text-align: left;
    margin: 0 0 12px;
    
}


/* ── 10. Contact Page ── */

.contact-intro {
    font-family: Barlow;
    font-size: 16px;
    color: rgb(202, 167, 24);
    text-align: center;
    line-height: 1.8;
    margin: 0;
}

.contact-form-wrap {
    width: 90%;
    max-width: 600px;
    justify-self: center;
    margin: 30px auto 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-input,
.contact-textarea {
    font-family: Barlow;
    font-size: 15px;
    padding: 14px 16px;
    border: 1px solid #bbb;
    border-radius: 4px;
    outline: none;
    background: white;
}

.contact-textarea {
    height: 150px;
    resize: vertical;
}

.contact-btn-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.form-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.form-popup {
    background: white;
    border-radius: 10px;
    padding: 40px 48px;
    text-align: center;
    max-width: 380px;
    width: 90%;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}

.form-popup-title {
    font-family: Barlow;
    font-size: 24px;
    font-weight: 700;
    color: #c8a800;
    margin: 0 0 12px;
}

.form-popup-body {
    font-family: Barlow;
    font-size: 16px;
    color: #444;
    margin: 0 0 24px;
}

.how-to-find {
    margin-top: 30px;
    margin-bottom: 40px !important;
}

.find-us-address {
    font-family: Barlow;
    font-size: 16px;
    color: #444;
    text-align: center;
    margin: 8px 0 24px;
}

.about-map-mobile {
    display: none;
}

.map-wrap {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}


/* ── 11. Buttons ── */

/* Outline dark — home cards & "Pricing Details" */
.infoButton,
.pricing-btn {
    font-family: Barlow;
    font-size: 14px;
    background: none;
    border: 1.5px solid #333;
    border-radius: 20px;
    color: #333;
    padding: 10px 30px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.infoButton {
    height: 40px;
    width: 160px;
    padding: 0;
}

.infoButton:hover,
.pricing-btn:hover {
    background-color: black;
    color: white;
    border-color: black;
}

.buttonHolder {
    padding: 8px 20px;
    margin-top: auto;
}

/* Outline gold — "Book Online Now" */
.book-btn {
    font-family: Barlow;
    font-size: 15px;
    background: white;
    border: 1.5px solid rgb(202, 167, 24);
    border-radius: 20px;
    color: rgb(202, 167, 24);
    padding: 14px 40px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.book-btn:hover {
    background-color: rgba(202, 167, 24, 0.1);
}

/* Filled gold — "Send Message" */
.send-btn {
    font-family: Barlow;
    font-size: 15px;
    background-color: rgb(202, 167, 24);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 14px 36px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.send-btn:hover {
    background-color: rgb(180, 148, 18);
}


/* ── 12. Footer ── */

.footer-collage {
    display: grid;
    grid-template-columns: 1.4fr 1.4fr 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 280px);
    grid-auto-flow: dense;
    width: 100%;
}

.footer-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-collage .tall {
    grid-row: span 2;
}

.footer-bar {
    background-color: rgb(206, 173, 63);
    display: flex;
    flex-direction: column;
    padding: 40px 60px;
    gap: 24px;
}

.footer-bar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left p,
.footer-right p {
    font-family: Barlow;
    font-size: 14px;
    color: white;
    margin: 4px 0;
}

.footer-icons {
    margin-top: 15px;
    font-size: 22px;
    display: flex;
    align-items: center;
}

.footer-icons a {
    color: white;
    text-decoration: none;
    margin-right: 12px;
}


.google-review-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    padding: 4px 8px;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: -3px;
}

.google-review-badge .g-stars {
    color: #FBBC04;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
}

.google-review-badge .g-rating {
    color: #2a2a2a;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.footer-phone {
    color: white;
    text-decoration: none;
}

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

.footer-right p:last-child {
    margin-top: 10px;
}

.footer-hours {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
    padding: 0 40px;
}

.footer-hours-day {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    width: 100%;
}

.footer-hours-day::after {
    content: "";
    order: 1;
    flex: 1;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.3);
    margin: 0 8px;
    align-self: center;
}

.footer-hours-day .day-name {
    font-family: Barlow;
    font-size: 13px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-hours-day .day-time {
    font-family: Barlow;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap;
    order: 2;
}

.footer-mobile-contact {
    display: none;
}

/* ── 13. Mobile (max-width: 768px) ── */

@media (max-width: 768px) {

    /* Logo */
    .logo-header {
        padding: 14px 0 6px;
    }
    .logo-holder {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 12%;
    }
    .jennyLogo, .mihshaLogo {
        width: 78px;
        padding: 0;
    }
    .textLogo {
        width: 130px;
        top: -12px;
    }
    .textHeader {
        width: 100%;
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: -18px;
    }

    /* Nav */
    nav ul {
        gap: 0;
        flex-wrap: wrap;
        font-size: 14px;
        padding: 0;
        justify-content: space-around;
    }
    nav ul li {
        flex: 1;
        text-align: center;
    }
    nav ul li a {
        display: block;
        padding: 16px 0;
    }
    .nav-short { display: inline; }
    .nav-full  { display: none; }
    .nav-home     { order: 1; }
    .nav-services { order: 2; }
    .nav-book     { order: 3; }
    .nav-pricing  { order: 4; }
    .nav-about    { order: 5; }
    .nav-contact  { display: none; }

    .textContainer{
        margin-top: -20px;
    }
    /* Carousel */
    .carousel-wrap {
        width: 100%;
        margin: 8px auto;
        padding-bottom: 0px;
        border-radius: 0px;
        padding:0px;
        margin-top: 0px;
    }
    .dog-carousel-container {
        width: 100%;
        margin: 5px 0 16px;
        height: 240px;
        border-radius: 0px;
    }
    .dog-track img {
        width: 90px;
        height: 240px;

    }

.dog-track {
    display: flex;
    animation: scroll-left 8s linear infinite;
}



    /* Text containers */
    .home-content {
        width: 92%;
    }

    .textContainer {
        width: 100%;
    }
    .textContainer.narrow {
        width: 90%;
        margin-top: 15px;
    }
    .subText {
        width: 90%;
        font-size: 15px;
    }

    /* Home info cards subheaders */
    .subSubHeader {
        font-size: 27px;
        font-weight: 700;
    }

    /* Home info cards */
    .infoContainer {
        flex-direction: column;
        width: 100%;
        margin: 16px auto 0;
        padding-bottom: 40px;
        align-items: center;
        gap: 20px;
    }
    .passion, .tailored, .convenient {
        width: 100%;
    }
    .infoTextContainer {
        width: 100%;
        padding-bottom: 20px;
        margin: 0 auto;
    }

    /* Card padding */
    .about-card,
    .services-card,
    .pricing-card,
    .contact-card {
        padding: 20px 20px 24px;
    }

    /* About team */
    .team-grid {
        flex-direction: column;
        align-items: center;
    }
    .team-member {
        max-width: 100%;
        width: 100%;
    }

    /* Pricing */
    .addons-grid {
        grid-template-columns: 1fr;
    }
    .addon-item {
        text-align: center;
    }
    .price-list {
        padding: 0;
    }

    /* Contact */
    .contact-form-wrap {
        width: 92%;
    }
    .contact-btn-row {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    .send-btn,
    .book-btn {
        width: 100%;
        text-align: center;
    }
    .how-to-find {
        width: 92%;
        margin: 40px auto;
    }

    /* Footer collage */
    .footer-collage {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 140px);
    }
    .footer-collage .tall {
        grid-row: span 1;
    }
    .footer-collage img:last-child {
        display: none;
    }

    /* Mobile contact form */
    .footer-mobile-contact {
        display: block;
        background-color: white;
        width: 90%;
        margin: 15px auto 30px;
        border-radius: 20px;
        padding: 24px 24px 28px;
        box-sizing: border-box;
    }
    .footer-mobile-contact .contact-form-wrap {
        width: 100%;
        margin: 10px 0 0;
    }
    .footer-mobile-contact .contact-input,
    .footer-mobile-contact .contact-textarea {
        font-size: 13px;
        padding: 10px 12px;
    }
    .footer-mobile-contact .contact-textarea {
        height: 100px;
    }
    .footer-mobile-contact .send-btn {
        font-size: 13px;
        padding: 10px 20px;
    }
    .footer-mobile-contact .title {
        margin: 0 0 4px;
        font-size: 28px;
    }

    /* Footer bar */
    .footer-bar {
        flex-direction: column;
        padding: 12px 6px 14px;
        gap: 16px;
        align-items: stretch;
    }
    .footer-bar-top {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }
    .footer-left,
    .footer-right {
        flex: 1;
    }
    .footer-left p,
    .footer-right p {
        font-size: 11px;
        margin: 3px 0;
    }
    .footer-hours {
        order: -1;
        flex-direction: column;
        align-items: center;
        width: 100%;
        flex: none;
        padding: 0 0 14px;
        gap: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }
    .footer-hours-day {
        width: 100%;
        gap: 0;
    }
    .footer-hours-day::after {
        content: "";
        order: 1;
        flex: 1;
        border-bottom: 2px dotted rgba(255, 255, 255, 0.3);
        margin: 0 8px;
        align-self: center;
    }
    .footer-hours-day .day-name {
        font-size: 12px;
        width: auto;
    }
    .footer-hours-day .day-time {
        order: 2;
        font-size: 12px;
    }
    .footer-icons {
        font-size: 18px;
        margin-top: 8px;
    }
    .footer-right {
        text-align: right;
    }

    .about-map-mobile {
        display: block;
    }

    .service-name-long {
        font-size: 33px;
    }

    /* Services bottom */
    .services-bottom {
        padding: 30px 20px;
    }

    .testimonials-grid {
        flex-direction: column;
        overflow-x: visible;
        align-items: center;
        padding: 8px 16px 16px;
    }

    .testimonial-card {
        min-width: unset;
        max-width: 100%;
        width: 100%;
    }

    .google-review-badge {
        padding: 2px 5px;
        gap: 3px;
    }

    .google-review-badge .g-stars {
        font-size: 11px;
    }

    .google-review-badge .g-rating {
        font-size: 11px;
    }

}
