﻿:root {
    --vet-primary: #0f766e;
    --vet-secondary: #16a085;
    --vet-dark: #123c3a;
    --vet-light: #f0fdfa;
    --vet-soft: #e8f7f5;
    --vet-accent: #f59e0b;
    --vet-danger: #dc3545;
    --vet-text: #334155;
    --vet-muted: #64748b;
    --white: #ffffff;
    --shadow: 0 15px 45px rgba(15, 118, 110, .12);
    --radius: 22px;
}

.grooming-page {
    font-family: "DM Sans", sans-serif;
    color: var(--vet-text);
}

    .grooming-page * {
        box-sizing: border-box;
    }

/* ================= HERO ================= */

.grooming-hero {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(8, 54, 51, .94) 0%, rgba(8, 54, 51, .78) 42%, rgba(8, 54, 51, .28) 100%), url('@Url.Content("~/Content/Services/grooming-banner.jpg")') center center / cover no-repeat;
}

    .grooming-hero::before {
        content: "";
        position: absolute;
        width: 380px;
        height: 380px;
        border-radius: 50%;
        background: rgba(22, 160, 133, .15);
        right: -120px;
        top: -100px;
    }

    .grooming-hero::after {
        content: "\f6d3";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 8%;
        bottom: 55px;
        font-size: 180px;
        color: rgba(255,255,255,.06);
        transform: rotate(-15deg);
    }

.grooming-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 90px 0;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 17px;
    border-radius: 50px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.22);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

    .hero-tag i {
        color: #6ee7d8;
    }

.grooming-hero h1 {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.08;
    margin: 0 0 22px;
    font-weight: 700;
}

    .grooming-hero h1 span {
        color: #70e1d2;
    }

.grooming-hero p {
    color: rgba(255,255,255,.88);
    font-size: 18px;
    line-height: 1.8;
    max-width: 680px;
    margin-bottom: 32px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn-groom-primary,
.btn-groom-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 25px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: .3s ease;
}

.btn-groom-primary {
    background: #fff;
    color: var(--vet-primary);
}

    .btn-groom-primary:hover {
        color: var(--vet-primary);
        transform: translateY(-3px);
        box-shadow: 0 12px 25px rgba(0,0,0,.15);
    }

.btn-groom-outline {
    border: 1px solid rgba(255,255,255,.45);
    color: #fff;
    background: rgba(255,255,255,.06);
}

    .btn-groom-outline:hover {
        color: #fff;
        background: rgba(255,255,255,.15);
        transform: translateY(-3px);
    }

/* ================= COMMON ================= */

.groom-section {
    padding: 90px 0;
}

    .groom-section.soft {
        background: var(--vet-light);
    }

.section-label-groom {
    color: var(--vet-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.groom-section-title {
    font-family: "Playfair Display", serif;
    color: var(--vet-dark);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.groom-section-desc {
    color: var(--vet-muted);
    font-size: 17px;
    line-height: 1.8;
    max-width: 720px;
    margin: auto;
}

/* ================= INTRO ================= */

.intro-image-wrap {
    position: relative;
    padding-right: 25px;
}

.intro-image {
    width: 100%;
    height: 470px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.intro-badge {
    position: absolute;
    right: -5px;
    bottom: 30px;
    background: #fff;
    padding: 20px 24px;
    border-radius: 18px;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    gap: 14px;
}

.intro-badge-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--vet-soft);
    color: var(--vet-primary);
    font-size: 22px;
}

.intro-badge strong {
    display: block;
    color: var(--vet-dark);
    font-size: 16px;
}

.intro-badge small {
    color: var(--vet-muted);
}

.intro-content {
    padding-left: 35px;
}

    .intro-content h2 {
        font-family: "Playfair Display", serif;
        font-size: 44px;
        color: var(--vet-dark);
        line-height: 1.2;
        margin-bottom: 20px;
    }

        .intro-content h2 span {
            color: var(--vet-primary);
        }

    .intro-content p {
        color: var(--vet-muted);
        line-height: 1.9;
        font-size: 16px;
        margin-bottom: 18px;
    }

.check-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}

    .check-list li {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        margin-bottom: 14px;
        color: var(--vet-text);
        font-weight: 600;
    }

    .check-list i {
        color: var(--vet-primary);
        margin-top: 4px;
    }

/* ================= SERVICES ================= */

.groom-service-card {
    background: #fff;
    border: 1px solid #e3efed;
    border-radius: var(--radius);
    padding: 32px 28px;
    height: 100%;
    transition: .35s ease;
    position: relative;
    overflow: hidden;
}

    .groom-service-card::after {
        content: "";
        position: absolute;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        right: -55px;
        bottom: -55px;
        background: var(--vet-soft);
        transition: .35s ease;
    }

    .groom-service-card:hover {
        transform: translateY(-9px);
        border-color: transparent;
        box-shadow: var(--shadow);
    }

        .groom-service-card:hover::after {
            transform: scale(1.4);
        }

.service-icon-groom {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: var(--vet-soft);
    color: var(--vet-primary);
    font-size: 27px;
    margin-bottom: 23px;
    position: relative;
    z-index: 2;
}

.groom-service-card h3 {
    font-family: "Playfair Display", serif;
    color: var(--vet-dark);
    font-size: 25px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.groom-service-card p {
    color: var(--vet-muted);
    line-height: 1.75;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* ================= BENEFITS ================= */

.benefit-card {
    text-align: center;
    padding: 30px 20px;
}

.benefit-number {
    width: 76px;
    height: 76px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: var(--vet-soft);
    color: var(--vet-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
}

.benefit-card h4 {
    font-family: "Playfair Display", serif;
    color: var(--vet-dark);
    font-size: 23px;
    margin-bottom: 10px;
}

.benefit-card p {
    color: var(--vet-muted);
    line-height: 1.7;
}

/* ================= PROCESS ================= */

.process-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 8px 30px rgba(15,118,110,.07);
    position: relative;
}

.process-no {
    font-size: 13px;
    font-weight: 800;
    color: var(--vet-primary);
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.process-card h4 {
    color: var(--vet-dark);
    font-size: 22px;
    margin-bottom: 12px;
    font-family: "Playfair Display", serif;
}

.process-card p {
    color: var(--vet-muted);
    line-height: 1.7;
    margin: 0;
}

/* ================= CARE BANNER ================= */

.care-banner {
    position: relative;
    min-height: 400px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(18,60,58,.94), rgba(18,60,58,.55)), url('@Url.Content("~/Content/Services/grooming-care.jpg")') center / cover no-repeat;
}

.care-content {
    padding: 65px;
    max-width: 750px;
    position: relative;
    z-index: 2;
}

    .care-content h2 {
        font-family: "Playfair Display", serif;
        color: #fff;
        font-size: 44px;
        margin-bottom: 18px;
    }

    .care-content p {
        color: rgba(255,255,255,.85);
        line-height: 1.8;
        font-size: 17px;
        margin-bottom: 25px;
    }

/* ================= GALLERY ================= */

.groom-gallery-img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 20px;
    transition: .4s ease;
}

.groom-gallery-item {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

    .groom-gallery-item::after {
        content: "\f00e";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        inset: 0;
        background: rgba(15,118,110,.72);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        opacity: 0;
        transition: .3s ease;
    }

    .groom-gallery-item:hover::after {
        opacity: 1;
    }

    .groom-gallery-item:hover .groom-gallery-img {
        transform: scale(1.06);
    }

/* ================= FAQ ================= */

.groom-faq {
    max-width: 900px;
    margin: auto;
}

    .groom-faq .accordion-item {
        border: 1px solid #dceceb;
        margin-bottom: 14px;
        border-radius: 15px !important;
        overflow: hidden;
    }

    .groom-faq .accordion-button {
        color: var(--vet-dark);
        font-weight: 700;
        padding: 21px 24px;
        background: #fff;
        box-shadow: none;
    }

        .groom-faq .accordion-button:not(.collapsed) {
            background: var(--vet-soft);
            color: var(--vet-primary);
        }

    .groom-faq .accordion-body {
        color: var(--vet-muted);
        line-height: 1.8;
        padding: 0 24px 22px;
        background: var(--vet-soft);
    }

/* ================= CTA ================= */

.grooming-cta {
    background: radial-gradient(circle at 10% 20%, rgba(255,255,255,.12) 0 3px, transparent 4px), radial-gradient(circle at 80% 70%, rgba(255,255,255,.10) 0 4px, transparent 5px), linear-gradient(135deg, #0f766e, #16a085);
    background-size: 45px 45px, 70px 70px, auto;
    padding: 75px 0;
    color: #fff;
}

    .grooming-cta h2 {
        font-family: "Playfair Display", serif;
        font-size: 42px;
        margin-bottom: 12px;
    }

    .grooming-cta p {
        color: rgba(255,255,255,.86);
        margin: 0;
        font-size: 17px;
    }

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--vet-primary);
    padding: 15px 25px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: .3s ease;
}

    .cta-button:hover {
        color: var(--vet-primary);
        transform: translateY(-3px);
    }

/* ================= RESPONSIVE ================= */

@media(max-width:991px) {

    .grooming-hero {
        min-height: 540px;
    }

    .intro-content {
        padding-left: 0;
        margin-top: 45px;
    }

    .intro-image-wrap {
        padding-right: 0;
    }

    .intro-content h2 {
        font-size: 36px;
    }

    .care-content {
        padding: 45px;
    }

        .care-content h2 {
            font-size: 36px;
        }

    .grooming-cta {
        text-align: center;
    }

        .grooming-cta .text-end {
            text-align: center !important;
            margin-top: 25px;
        }
}

@media(max-width:767px) {

    .groom-section {
        padding: 65px 0;
    }

    .grooming-hero {
        min-height: 620px;
    }

    .grooming-hero-content {
        padding: 60px 15px;
    }

    .grooming-hero h1 {
        font-size: 43px;
    }

    .grooming-hero p {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-groom-primary,
    .btn-groom-outline {
        width: 100%;
    }

    .intro-image {
        height: 350px;
    }

    .intro-badge {
        right: 15px;
        bottom: 20px;
    }

    .care-content {
        padding: 35px 25px;
    }

        .care-content h2 {
            font-size: 31px;
        }

    .grooming-cta h2 {
        font-size: 32px;
    }
}
