﻿.provider-section {
    background: white;
    padding: 10px 0;
}

.provider-card {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    height: 100%;
}

.provider-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.rating {
    color: #f5b301;
    font-size: 18px;
}

.reviews {
    color: #6c757d;
    font-size: 14px;
}

.role {
    font-weight: 600;
    color: #555;
}

.testimonial {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.btn-orange {
    /*  background: #ff7a18 !important;*/
    background: #050521 !important;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
}

.provider-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    height: 100%;
}

.provider-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.rating {
    color: #f5b301;
    font-size: 18px;
}

.reviews {
    color: #6c757d;
    font-size: 14px;
}

.role {
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial {
    color: #666;
    font-size: 15px;
}


.service-box {
    display: flex;
    gap: 15px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    background: #fff;
    height: 108px;
}

    .service-box img {
        width: 55px;
    }

    .service-box h5 {
        margin: 0 0 5px;
        font-weight: 500;
    }

    .service-box p {
        margin: 0;
        color: #666;
    }

    /* ACTIVE TAB */
    .service-box.active {
        background: #ff7a18;
        border-color: #ff7a18;
        color: #fff;
    }

        .service-box.active p {
            color: #fff;
        }

.fluffyfix-section {
    background: #fff;
    padding: 80px 0;
}

.fluffy-item {
    max-width: 800px;
    margin: 0 auto 40px;
}

.fluffy-icon {
    font-size: 34px;
    margin-bottom: 10px;
}

.fluffy-item h5 {
    font-weight: 300;
    margin-bottom: 10px;
    color: #333;
}

.fluffy-item p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}


.service-icon {
    width: 60px;
}

.service-title {
    font-weight: 600;
    font-size: 18px;
}

.service-link {
    color: #0d6efd;
    font-weight: 500;
    text-decoration: none;
}

.trust-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.check-item {
    display: flex;
    font-size: 16px;
}

    .check-item i {
        color: #28a745;
        font-size: 20px;
    }

.btn-orange {
    background: #050521;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
}

    .btn-orange:hover {
        background: #ff7a18;
        color: #fff;
    }

.service-icon {
    width: 60px;
}

.service-title {
    font-weight: 600;
    font-size: 18px;
}

.service-link {
    color: #0d6efd;
    font-weight: 500;
    text-decoration: none;
}

.trust-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.city-section {
    background: #f7f7f7;
    padding: 70px 0;
}

.city-title {
    font-size: 22px;
    font-weight: 700;
    color: #555;
}

.city-item img {
    width: 70px;
    margin-bottom: 12px;
}

.city-item p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.check-item {
    display: flex;
    font-size: 16px;
}

    .check-item i {
        color: #28a745;
        font-size: 20px;
    }

a.bg-info:focus, a.bg-info:hover {
    background-color: #ff7a18 !important;
}

.btn-orange {
    /* background: #050521 !important;*/
    background: #153254 !important;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
}

    .btn-orange:hover {
        background: #ff7a18;
        color: #fff;
    }

.border_bt a {
    border-radius: 6px;
}

.our-sathi {
    border-radius: 10px;
}


.swiper-container {
    width: 100%;
    height: 500px;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

@media (max-width: 992px) {
    .swiper-container {
        height: 400px;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 768px) {
    .swiper-container {
        height: 300px;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
}


@media (max-width: 576px) {
    .swiper-container {
        height: 250px;
    }

    .swiper-slide {
        background-size: contain !important;
        background-position: center;
        background-repeat: no-repeat;
    }

    .swiper-variant-1, .swiper-variant-1 .swiper-wrapper {
        height: auto;
        min-height: 12rem;
    }
}

@media screen and (width: 360px) {
    .swiper-variant-1, .swiper-variant-1 .swiper-wrapper {
        height: auto;
        min-height: 13.5rem !important;
    }
}

@media screen and (min-width: 414) {
    .swiper-variant-1, .swiper-variant-1 .swiper-wrapper {
        height: auto;
        min-height: 15.5rem;
    }
}

@media (max-width: 768px) {
    .bg-responsive {
        background-size: contain;
    }
}

.grooming-section {
    background: #f7f7f7;
    padding: 80px 0;
}

.package-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.package-header {
    text-align: center;
    margin-bottom: 20px;
}

    .package-header h5 {
        font-weight: 700;
        margin-bottom: 10px;
    }

.price del {
    color: red;
    font-size: 14px;
    margin-right: 5px;
}

.price span {
    font-size: 26px;
    font-weight: 700;
}

.coupon {
    font-size: 13px;
    color: #003399;
}

    .coupon a {
        font-style: italic;
        font-weight: 600;
    }

.package-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

    .package-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

        .package-list li::before {
            content: "✔";
            color: #28a745;
            position: absolute;
            left: 0;
        }

.btn-orange {
    background: #ff7a18;
    color: #fff;
    font-weight: 700;
    padding: 12px;
    margin-top: auto;
}

    .btn-orange:hover {
        background: #e66a0f;
        color: #fff;
    }

.pet-details-section {
    background: #fff;
    padding: 60px 0;
}

.select-card {
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    background: #fff;
    transition: 0.2s;
}

    .select-card.active {
        border-color: #ff7a18;
        color: #000;
    }

    .select-card:hover {
        border-color: #ff7a18;
    }

.btn-orange {
    background: #ff7a18;
    color: #fff;
    font-weight: 700;
}

    .btn-orange:hover {
        background: #e66a0f;
        color: #fff;
    }





.checkout-section {
    background: #fff;
}

.premium-card {
    background: #fff3e8;
    border-radius: 14px;
    padding: 24px;
}

.price-highlight {
    color: #ff7a18;
    font-weight: 800;
}

.premium-link {
    color: #0d6efd;
    font-size: 14px;
    text-decoration: underline;
}

.premium-img {
    width: 70px;
}

.plan-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .plan-row input {
        transform: scale(1.1);
    }

.plan-price {
    font-size: 20px;
    font-weight: 800;
    color: #0d6efd;
}

.btn-orange {
    background: #ff7a18;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
}

    .btn-orange:hover {
        background: #e86a10;
        color: #fff;
    }

.grooming-package-section {
    background: #fff;
}

.package-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 16px;
}

    .package-card.active {
        border: 2px solid #ff7a18;
    }

.package-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-title {
    font-size: 20px;
    font-weight: 700;
}

.old-price {
    color: red;
    margin-left: 6px;
    font-size: 16px;
}

.new-price {
    color: #333;
    font-weight: 800;
    margin-left: 6px;
}

.badge.popular {
    background: #ff7a18;
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
}

.selected-text {
    font-weight: 600;
    color: #333;
}

.package-body {
    margin-top: 15px;
}

    .package-body ul {
        padding-left: 18px;
    }

    .package-body li {
        margin-bottom: 6px;
        font-weight: 500;
    }

.btn-orange {
    background: #ff7a18;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
}

    .btn-orange:hover {
        background: #e86a10;
        color: #fff;
    }

.step {
    display: none;
}

    .step.active {
        display: block;
    }

.select-card {
    border: 2px solid #ddd;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 600;
    user-select: none;
}

    .select-card.active {
        border-color: #ff7a18;
        background: #fff3e8;
    }

.btn-orange {
    background: #ff7a18;
    color: #fff;
    font-weight: 700;
}

.package-box, .premium-box {
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 15px;
}

    .package-box.active {
        border-color: #ff7a18;
        background: #fff3e8;
    }

.slot {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}

    .slot.active {
        border-color: #ff7a18;
        background: #fff3e8;
    }

    .slot.disabled {
        opacity: .5;
        pointer-events: none;
    }

.btn1 {
    cursor: pointer;
    background: #9eb9b4 !important;
    border: none;
    border-radius: 63px;
    color: black !important;
    padding: 9px 20px 10px;
}

.address-card {
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    background: #fff;
    transition: 0.2s;
}

    .address-card:hover {
        border-color: orange;
    }

    .address-card.selected {
        border-color: #ff6a00;
        background: #fff7f0;
    }

    .address-card.disabled {
        background: #eaeaea;
        color: #999;
        pointer-events: none;
    }

.icon {
    font-size: 30px;
    margin-right: 15px;
}

.service-card {
    background: #fff;
    border-radius: 22px;
    padding: 19px 25px;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
}

    .service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 18px 40px rgba(0,0,0,0.10);
    }

.icon-circle {
    width: 80px;
    height: 80px;
    background: #eef3ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.service-icon {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.service-card h5 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.service-card p {
    color: #777;
    font-size: 14px;
    margin-top: 6px;
}

.active-service {
    border: 2px solid #2563eb;
}

.gallery-section {
    background: #fff;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    cursor: pointer;
}

    .gallery-card img {
        width: 100%;
        height: 260px;
        transition: transform 0.5s ease;
    }

    .gallery-card:hover img {
        transform: scale(1.08);
    }

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,.15));
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: 0.4s;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h5 {
    color: #fff;
    font-weight: 600;
    margin: 0;
}


    .how-it-works h2 {
        font-size: 34px;
        font-weight: 700;
        color: #222;
        margin-bottom: 10px;
        font-family: sans-serif;
    }

.subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 50px;
}

.steps {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.step-card {
    background: white;
    border-radius: 25px;
    padding: 50px 30px 40px;
    width: 320px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 2px solid #ffcc99;
}

/* Icon Circle */
.icon-circle1 {
    width: 80px;
    height: 80px;
    background: #ff8c32;
    color: white;
    font-size: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 8px 20px rgba(255,140,50,0.4);
}

.step-card h3 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    font-family: 'Open Sans';
}

.step-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-top: 15px;
}

@media(max-width: 900px) {
    .steps {
        flex-direction: column;
        align-items: center;
    }
}
.faq-section {
    background: linear-gradient(180deg,#ffe7d2,#ffd3ad);
    padding: 60px 0;
}

h6 {
    line-height: 1.26316;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
}

.faq-title {
    text-align: center;
    margin-bottom: 40px;
}

    .faq-title h2 {
        font-weight: 700;
    }

.faq-box {
    background: #fff;
    border-radius: 22px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,.08);
    position: relative;
}

    .faq-box.orange {
        background: linear-gradient(135deg,#ff9f5a,#ffb26b);
        color: #fff;
    }

.faq-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff8c3a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.faq-box.orange .faq-icon {
    background: #fff;
    color: #ff8c3a;
}

.luxury-box {
    background: linear-gradient(135deg,#ff9f5a,#ffb26b);
    border-radius: 22px;
    padding: 30px;
    color: #fff;
    height: 100%;
}

    .luxury-box h4 {
        font-weight: 700;
    }
.offer-modal {
    border-radius: 20px;
    padding: 20px;
    animation: zoomPop 0.5s ease;
}

@keyframes zoomPop {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.popup-banner {
    max-height: 280px;
    border-radius: 15px;
}

.custom-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}

.offer-title {
    font-weight: 700;
    color: #0d6efd;
}

.offer-percent {
    font-size: 48px;
    color: #ff0000;
    font-weight: 800;
}

.offer-date {
    font-size: 18px;
    color: #555;
}
