  .india-hero {
            position: relative;
            height: 420px;
            background: url('../images/banner-gallery.jpg') center/cover no-repeat;
            display: flex;
            align-items: flex-end;
        }
        .india-hero .hero-inner {
            width: 100%;
            padding: 60px 0;
            background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.05));
        }
        .india-hero h1 {
            color: #fff;
            margin-left: 7%;
            font-size: 40px;
            font-weight: 800;
        }
        .india-grid .breed-card {
            position: relative;
            border-radius: 6px;
            overflow: hidden;
        }
        .india-grid .breed-card img { width: 100%; height: 240px; object-fit: cover; display: block; }
        .india-grid .breed-label {
            position: absolute; left: 0; right: 0; bottom: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));
            color: #fff; padding: 10px 14px; font-weight: 700; font-size: 18px;
        }
        /* @media (max-width: 767.98px){ .india-hero{height:300px;} .india-hero h1{font-size:28px; margin-left: 6%;} .india-grid .breed-card img{height:200px;} } */
        @media (max-width: 767.98px) {
    .puppy-breed-card {
        height: 300px; /* Increase as needed */
    }

    .puppy-image img {
        height: 100%;
        object-fit: cover;
    }
}
