*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial,sans-serif;
}
html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
:root{
    --navy-light:#1e293b;
    --card:#1a2238;
    --gold:#d4af37;
    --gray:#cbd5e1;
    --navy:#071A3D;
--blue:#00B4D8;
--white:#fff;
}

.feature-card,
.review-card{
    background:var(--card);
    color:var(--text);
}
.fish-section{
    background:linear-gradient(
        135deg,
        var(--navy),
        var(--navy-light)
    );
}
/* Background Video */

.login-video{
    position:fixed;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:-2;
}

/* Dark Overlay */
.mobile-menu-btn,
.mobile-login,
.mobile-menu{
display:none;
}
.login-overlay{
    position:fixed;
    inset:0;
    background:rgba(7,22,46,.72);
    z-index:-1;
}
.login-container{
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:40px 20px;
}

.login-card{
    width:100%;
    max-width:430px;
    background:#fff;
    border-radius:22px;
    padding:40px;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}
.login-card h1{
    text-align:center;
    color:#0d2b63;
    font-size:36px;
    margin-bottom:10px;
}

.login-subtitle{
    text-align:center;
    color:#666;
    margin-bottom:30px;
}
.input-group{
    margin-bottom:18px;
}

.input-group input{
    width:100%;
    padding:15px;
    border:1px solid #ddd;
    border-radius:12px;
    font-size:16px;
}

.input-group input:focus{
    border-color:#00b4d8;
    box-shadow:0 0 8px rgba(0,180,216,.3);
    outline:none;
}

.login-btn{
    width:100%;
    padding:15px;
    border:none;
    border-radius:50px;
    background:#00b4d8;
    color:white;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.login-btn:hover{
    background:#0077b6;
}
/* Links */

.login-links{
    text-align:right;
    margin-top:15px;
}

.login-links a{
    color:#0077b6;
    text-decoration:none;
}

.signup-text{
    text-align:center;
    margin-top:30px;
    color:#666;
}

.signup-text a{
    color:#0077b6;
    font-weight:600;
    text-decoration:none;
}
.back-home{
    position:absolute;
    top:30px;
    left:30px;
    color:white;
    text-decoration:none;
    background:rgba(255,255,255,.15);
    padding:10px 18px;
    border-radius:30px;
    backdrop-filter:blur(10px);
}

.back-home:hover{
    background:#00b4d8;
}
/* Animation */

@keyframes fadeUp{

from{
opacity:0;
transform:translateY(40px);
}

to{
opacity:1;
transform:translateY(0);
}

}
/* Login & Signup Background */

body{
    margin:0;
    font-family:'Poppins',sans-serif;
    background:linear-gradient(135deg,#07162e,#0d2b63,#00b4d8);
    min-height:100vh;
}

/* Floating circles */

body::before{
    content:"";
    position:fixed;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    top:-100px;
    left:-120px;
    filter:blur(10px);
}

body::after{
    content:"";
    position:fixed;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(0,180,216,.15);
    bottom:-100px;
    right:-80px;
    filter:blur(20px);
}

/* Mobile */

.login-card{
padding:30px 25px;
}

.login-card h1{
font-size:30px;
}

.back-home{
top:20px;
left:20px;
font-size:14px;
}
.cart-layout{
        grid-template-columns:1fr;
    }



    .order-summary{
        position:static;
    }
/*================ CHECKOUT ================*/

.checkout-page{

padding:140px 8%;
background:#081b3c;
min-height:100vh;
position:relative;
overflow:hidden;

}

.checkout-page::before{

content:"";
position:absolute;
width:450px;
height:450px;
background:#00b4d8;
filter:blur(180px);
opacity:.18;
top:-100px;
left:-120px;

}

.checkout-page::after{

content:"";
position:absolute;
width:350px;
height:350px;
background:#00d4ff;
filter:blur(160px);
opacity:.18;
right:-80px;
bottom:-80px;

}

.checkout-header{

text-align:center;
margin-bottom:60px;
position:relative;
z-index:2;

}

.checkout-header h1{

font-size:55px;
color:#19d2ff;
margin-bottom:10px;

}

.checkout-header p{

font-size:18px;
color:#d7e9ff;

}

.checkout-wrapper{

display:grid;
grid-template-columns:2fr 1fr;
gap:40px;
position:relative;
z-index:2;

}

.checkout-form{

background:rgba(255,255,255,.08);
backdrop-filter:blur(12px);
border-radius:22px;
padding:35px;
box-shadow:0 20px 40px rgba(0,0,0,.3);

}

.checkout-form h2{

color:#19d2ff;
margin-bottom:25px;
font-size:34px;

}

.checkout-form input,
.checkout-form textarea{

width:100%;
padding:18px;
margin-bottom:18px;
border:none;
border-radius:12px;
background:#ffffff;
font-size:16px;

}

.checkout-qr{

width:220px;
display:block;
margin:20px auto;
background:#fff;
padding:10px;
border-radius:15px;

}

.summary-row{

display:flex;
justify-content:space-between;
margin:15px 0;
font-size:18px;
color:white;

}

.total-row{

font-size:24px;
font-weight:bold;
color:#19d2ff;
border-top:1px solid rgba(255,255,255,.2);
padding-top:15px;

}

.upi-id{

text-align:center;
margin:20px 0;
font-size:18px;
color:#fff;

}

.checkout-btn{

width:100%;
padding:18px;
border:none;
border-radius:12px;
font-size:20px;
font-weight:bold;
background:linear-gradient(90deg,#00b4d8,#0077b6);
color:white;
cursor:pointer;
transition:.3s;

}

.checkout-btn:hover{

transform:translateY(-3px);
box-shadow:0 15px 30px rgba(0,180,216,.35);

}

.trust-section{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-top:60px;
text-align:center;
color:white;
font-size:18px;

}

@media(max-width:900px){

.checkout-wrapper{

grid-template-columns:1fr;

}

.trust-section{

grid-template-columns:repeat(2,1fr);

}

}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    flex-shrink:0;
}

.search-bar {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 500px;
    flex-shrink:0;
}

.search-bar input {
    flex: 1;
    padding: 10px 16px;
    border: none;
    border-radius: 30px 0 0 30px;
    outline: none;
}
.search-bar button {
    padding: 10px 16px;
    border: none;
    background: #00b4d8;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.nav-links li {
    display: flex;
    align-items: center;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.user-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-icon {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.user-actions .login-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    background: #00b4d8;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    white-space: nowrap;
    line-height: 1;
}

.user-actions .login-link:hover {
    background: #0096c7;
}
.nav-links a:hover{

color:var(--blue);

}
.logo a{
    display:flex;
    align-items:center;
    gap:18px;
    white-space:nowrap;
    text-decoration:none;
}
.logo-vimal{
    font-family:'Playfair Display', Georgia, serif;
    font-size:30px;
    font-weight:900;
    background:linear-gradient(135deg, #d4af37, #f4e5a1, #d4af37);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    letter-spacing:1px;
}
.logo-mark{
    height:90px;
    width:auto;
    object-fit:contain;
    display:block;
}

.logo-farms{
    font-family:Arial, Helvetica, sans-serif;
    font-size:64px;
    font-weight:700;
    color:#fff;
    line-height:1;
}

.logo img{
    width:45px;
    height:45px;
    object-fit:contain;
}

.logo span{
    font-size:26px;
    font-weight:700;
    color:#fff;
    white-space:nowrap;
}
.bg-video{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
}
.hero-content .shop-btn{
    margin-top:10px;
    margin-bottom:25px;
}

.hero-socials{
    display:flex;
    justify-content:center;
    gap:16px;
    margin-top:25px;
}

.social-icon{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    font-size:22px;
    text-decoration:none;
    transition:.3s;
    filter:none;
    backdrop-filter:none;
}

.social-icon.web{
    background:#0f172a;
}

.social-icon.instagram{
    background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-icon.youtube{
    background:#FF0000;
}

.social-icon:hover{
    transform:translateY(-4px);
    filter:brightness(1.1);
}
/*================ HERO =================*/
.hero-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
    max-width: 18%;
    z-index: 3;
    pointer-events: none;
}

.page-hero{
    height:40vh;

    background:linear-gradient(
        135deg,
        #0f172a,
        #1e3a5f,
        #00b4d8
    );

    color:white;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}
.products{
    max-width:1400px;
    margin:60px auto;
    padding:0 30px;

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}
.product-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}
.product-card h2{
    font-size:24px;
    font-weight:700;
    color:#0f172a;

    margin:18px 20px 10px;
}

.contact-heading{
text-align:center;
margin-bottom:60px;
}

.contact-heading h1{
font-size:48px;
color:#00b4d8;
margin-bottom:15px;
}

.contact-heading p{
color:#dbe8ff;
font-size:18px;
}
.contact-wrapper{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:50px;
    align-items:start;
    margin-top:50px;
}
.contact-info,
.contact-form{
background:#17396b;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.contact-info h2,
.contact-form h2{
margin-bottom:30px;
color:#00b4d8;
}

.contact-item{
display:flex;
gap:20px;
margin-bottom:25px;
align-items:flex-start;
}

.contact-item span{
font-size:30px;
}

.contact-item h3{
margin-bottom:5px;
}

.contact-item p{
color:#dbe8ff;
}
.contact-form{
    max-width:700px;
    margin:auto;
}
.contact-form input,
.contact-form textarea{
width:100%;
padding:15px;
margin-bottom:18px;
border:none;
border-radius:10px;
font-size:16px;
}

.contact-form textarea{
resize:none;
}

.contact-form button{
width:220px;
padding:15px;
background:#00b4d8;
color:white;
border:none;
border-radius:10px;
font-size:18px;
cursor:pointer;
transition:.3s;
display:block;
    margin:25px auto 0;

}
/*================ CHECKOUT (v2) ================*/

.checkout-page{

padding:140px 8%;
background:#081b3c;
min-height:100vh;
position:relative;
overflow:hidden;

}

.checkout-page::before{

content:"";
position:absolute;
width:450px;
height:450px;
background:#00b4d8;
filter:blur(180px);
opacity:.18;
top:-100px;
left:-120px;

}

.checkout-page::after{

content:"";
position:absolute;
width:350px;
height:350px;
background:#00d4ff;
filter:blur(160px);
opacity:.18;
right:-80px;
bottom:-80px;

}

.checkout-header{

text-align:center;
margin-bottom:60px;
position:relative;
z-index:2;

}

.checkout-header h1{

font-size:55px;
color:#19d2ff;
margin-bottom:10px;

}

.checkout-header p{

font-size:18px;
color:#d7e9ff;

}

.checkout-wrapper{

display:grid;
grid-template-columns:2fr 1fr;
gap:40px;
position:relative;
z-index:2;

}

.checkout-form{

background:rgba(255,255,255,.08);
backdrop-filter:blur(12px);
border-radius:22px;
padding:35px;
box-shadow:0 20px 40px rgba(0,0,0,.3);

}

.checkout-form h2{

color:#19d2ff;
margin-bottom:25px;
font-size:34px;

}

.checkout-form input,
.checkout-form textarea{

width:100%;
padding:18px;
margin-bottom:18px;
border:none;
border-radius:12px;
background:#ffffff;
font-size:16px;

}

.checkout-qr{

width:220px;
display:block;
margin:20px auto;
background:#fff;
padding:10px;
border-radius:15px;

}

.summary-row{

display:flex;
justify-content:space-between;
margin:15px 0;
font-size:18px;
color:white;

}

.total-row{

font-size:24px;
font-weight:bold;
color:#19d2ff;
border-top:1px solid rgba(255,255,255,.2);
padding-top:15px;

}

.upi-id{

text-align:center;
margin:20px 0;
font-size:18px;
color:#fff;

}


.social-links{
display:flex;
gap:15px;
margin-top:30px;
}

.social-links a{
width:50px;
height:50px;
display:flex;
justify-content:center;
align-items:center;
background:#00b4d8;
border-radius:50%;
font-size:22px;
text-decoration:none;
transition:.3s;
}

.social-links a:hover{
transform:translateY(-5px);
background:white;
}

.map-section iframe{
width:100%;
height:350px;
border:none;
border-radius:20px;
}

.contact-card{
    width:300px;
    background:#374151;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.3);
}

.contact-card h2{
    margin-bottom:15px;
}

.fish-section{
min-height:100vh;
background:#1f2937;
color:white;
padding:140px 50px 50px;
text-align:center;
}

.fish-section h1{
font-size:55px;
margin-bottom:15px;
}
.product-card .description{
    color:#64748b;

    font-size:15px;
    line-height:1.7;

    margin:0 20px;

    flex-grow:1;
}
.product-card{
    background:#ffffff;
    border-radius:18px;
    overflow:hidden;

    display:flex;
    flex-direction:column;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s ease;
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}
.pet-categories{
    padding:80px 5%;
    background:#081b3a;
    text-align:center;
}
/* Tighten the gap between the "Find Your Perfect Pet" box and the
   pet-category circles directly below it on the homepage only —
   scoped to this adjacency so pets.html (which also uses
   .pet-categories) is unaffected. */
#pet-finder{
    padding-bottom:20px;
}
#pet-finder + .pet-categories{
    padding-top:20px;
}
.pet-categories h2{
    color:#ffffff !important;
    font-size:42px;
    font-weight:700;
    text-align:center;
    margin-bottom:50px;
}
.page-hero{
    height:300px;
    background:url("../images/dogs-banner.jpg");
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

.page-hero .hero-content{
    position:relative;
    z-index:2;
    text-align:center;
    color:white;
}

.page-hero h1{
    font-size:55px;
    margin-bottom:10px;
}

.page-hero p{
    font-size:20px;
    color:#cbd5e1;
}
.pet-item span{
    display:block;
    margin-top:15px;
    color:#ffffff;
    font-size:18px;
    font-weight:700;
    text-align:center;
    visibility:visible;
    opacity:1;
}
.pet-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:30px;
}
@media(max-width:900px){
    .pet-grid{ grid-template-columns:repeat(3,1fr); }
}
@media(max-width:480px){
    .pet-grid{ grid-template-columns:repeat(2,1fr); }
}
.pet-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-decoration:none;
}
.pet-item:hover{
    transform:translateY(-8px);
}
.pet-item img{
    width:140px;
    height:140px;
    border-radius:50%;
    object-fit:cover;

    box-shadow:0 8px 20px rgba(0,0,0,0.15);

    transition:0.3s ease;
}
.pet-item:hover img{
    transform:scale(1.08);
    box-shadow:0 12px 25px rgba(0,0,0,0.25);
}
.product-card .price{
    margin:18px 20px;

    font-size:26px;
    font-weight:700;

    color:#0f3d91;
}
.product-card button{
    margin:0 20px 20px;

    padding:14px;

    border:none;
    border-radius:10px;

    background:#0f3d91;
    color:white;

    font-size:16px;
    font-weight:600;

    cursor:pointer;

    transition:.3s;
}
.product-card button:hover{
    background:#1d4ed8;
}
.cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #ff4d4f;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 999px;
    line-height: 1.4;
}
.mega-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 420px;
    background: #102347;
    border-radius: 10px;
    padding: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    z-index: 999;
}

.dropdown:hover .mega-menu{
    display:grid;
}

.menu-column h4{
    color:#00c8ff;
    margin-bottom:10px;
    border-bottom:1px solid rgba(255,255,255,.2);
    padding-bottom:8px;
}

.menu-column a{
    display:block;
    color:white;
    padding:8px 0;
    text-decoration:none;
}

.menu-column a:hover{
    color:#00c8ff;
}
.cart-container{
margin-top:50px;
}
.cart-section{
    padding:100px 5% 60px;
    min-height:80vh;
}

.cart-section h1{
    color:#fff;
    font-size:32px;
    margin-bottom:30px;
    display:flex;
    align-items:center;
    gap:10px;
}

.cart-layout{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
    align-items:start;
}

#cart-items{
    display:flex;
    flex-direction:column;
    gap:16px;
}
.qty-box button{
    width:32px;
    height:32px;
    border:none;
    border-radius:8px;
    background:#00b4d8;
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.2s;
}

.qty-box button:hover{
    background:#0096c7;
}

.qty-box span{
    font-size:16px;
    font-weight:600;
    min-width:20px;
    text-align:center;
}
.cart-card{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:20px;
    background:#fff;
    border-radius:14px;
    padding:16px;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.cart-image{
    width:100px;
    height:100px;
    object-fit:cover;
    border-radius:10px;
    flex-shrink:0;
}
.cart-details .cart-price{
    color:#00b4d8 !important;
    font-weight:700;
    font-size:20px;
    margin:0;
}
.cart-details{
    display:flex;
    flex-direction:column;
    gap:8px;
    flex:1;
    text-align:left;
}

.cart-details h3{
    color:#111 !important;
    font-size:18px;
    font-weight:600;
    margin:0;
}
.product-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-card a:hover {
    text-decoration: none;
}
.cart-price{
    font-size:20px;
    font-weight:700;
    color:#00b4d8;
    margin:0;
}

.qty-box{
    display:flex;
    align-items:center;
    gap:12px;
}

.remove-btn{
    align-self:flex-start;
    border:none;
    background:none;
    color:#e63946;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    padding:0;
    text-decoration:underline;
}

.remove-btn:hover{
    color:#c1121f;
}

.order-summary{
    background:#0d1b3d;
    border-radius:14px;
    padding:28px;
    color:#fff;
    position:sticky;
    top:100px;
}

.order-summary h2{
    font-size:22px;
    margin-bottom:20px;
}

.order-summary h3{
    font-size:18px;
    font-weight:500;
    margin-bottom:24px;
    color:#e6edf5;
}

.checkout-btn{
    display:block;
    text-align:center;
    background:#00b4d8;
    color:#fff;
    padding:14px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
    font-size:16px;
    transition:.3s;
}

.checkout-btn:hover{
    background:#0096c7;
}

.cart-empty{
    background:#fff;
    border-radius:14px;
    padding:60px 30px;
    text-align:center;
}

.cart-empty h3{
    font-size:22px;
    margin-bottom:12px;
}

.cart-empty p{
    color:#666;
    margin-bottom:24px;
}

.cart-empty .shop-btn{
    display:inline-block;
    background:#00b4d8;
    color:#fff;
    padding:12px 28px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
}

.cart-empty .shop-btn:hover{
    background:#0096c7;
}
.cart-btn{
background:#00b4d8;
color:white;
text-decoration:none;
padding:15px 35px;
border-radius:10px;
font-weight:bold;
}

.popup-box h2{
    color:#0077b6;
    margin-bottom:10px;
}
.popup-content input{
    width:100%;
    padding:16px;
    border:1px solid #d9d9d9;
    border-radius:10px;
    font-size:16px;
    margin-bottom:15px;
}
.popup-box p{
    color:#555;
    margin-bottom:20px;
}
.popup-box input{
    width:100%;
    padding:14px;
    border:1px solid #d1d5db;
    border-radius:8px;
    font-size:16px;
}
.popup-box button{
    width:100%;
    padding:12px;
    border:none;
    border-radius:8px;
    background:#00b4d8;
    color:white;
    font-size:16px;
    cursor:pointer;
}

.popup-box button:hover{
    background:#0077b6;
}
.popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,.25);
    z-index:99999;
}
.popup-box img{
    width:100%;
    height:150px;
    object-fit:cover;
}
.popup-content{
    padding:18px 22px;
}
.popup-content h2{
    font-size:32px;
    margin-bottom:8px;
}
.popup-content p{
    font-size:15px;
    line-height:1.5;
    margin-bottom:15px;
}
.popup-content input{
    width:100%;
    padding:12px;
    border:1px solid #d1d5db;
    border-radius:10px;
    font-size:16px;
    margin-bottom:18px;
}

.popup-content button{
    width:100%;
    padding:15px;
    border:none;
    border-radius:10px;
    background:#00b4d8;
    color:#fff;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.popup-content button:hover{
    background:#0077b6;
}
/* Close Button */
.close-popup{
    position:absolute;
    top:12px;
    right:15px;

    width:35px;
    height:35px;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:26px;
    font-weight:bold;

    color:#ffffff;
    background:rgba(0,0,0,0.35);

    border-radius:50%;
    cursor:pointer;

    transition:0.3s ease;
    z-index:100;
}

.close-popup:hover{
    background:#00b4d8;
    transform:rotate(90deg);
}

@keyframes popupShow{
    from{
        opacity:0;
        transform:scale(.9);
    }
    to{
        opacity:1;
        transform:scale(1);
    }
}
.cart-card h3{
color:white;
}

.cart-card p{
color:#d1d5db;
}

.item-price{
font-size:24px;
font-weight:bold;
color:#00d4ff;
}

.cart-summary{
margin-top:40px;
text-align:center;
}

.cart-summary h2{
margin-bottom:20px;
color:white;
}
.why-us,
.reviews{
    padding:80px 10%;
    background:#f5f5f5;
    text-align:center;
}

.feature-card{
    background:white;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}
.review-card{
    max-width:500px;
    margin:20px auto;
    background:white;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}
.product-details{
    display:flex;
    gap:50px;
    padding:50px;
    max-width:1200px;
    margin:auto;
}

.product-gallery img{
    width:450px;
    border-radius:15px;
}

.product-info{
    flex:1;
}

.logo{
    flex:1;
}

.fish-hero {
    position: relative;
    height: 50vh;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fish-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fish-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.fish-content {
    position: relative;
    z-index: 2;
    color: white;
}
.fish-content h1{
    font-size:55px;
    margin-bottom:15px;
}

.fish-content .subtitle{
    font-size:20px;
    color:#f1f5f9;
}

.fish-section{
    background:#111827;
    padding:50px 30px;
}

.search-box button:hover{
    background:#0077b6;
}

.nav-links{
    display:flex;
    gap:20px;
    list-style:none;
    align-items:center;
}
.about-section h1{
    font-size:56px;
    text-align:center;
    margin-bottom:15px;
    font-weight:700;
}

.about-banner img{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:25px;
    margin-bottom:60px;
}

/* Cards */

.about-card{
    background:#17396b;
    padding:45px;
    border-radius:20px;
    margin-bottom:35px;
    border:1px solid rgba(255,255,255,.08);
    transition:.35s;
    box-shadow:0 12px 30px rgba(0,0,0,.25);
}

.about-card:hover{
    transform:translateY(-8px);
    border-color:#19c3ff;
    box-shadow:0 20px 40px rgba(0,0,0,.35);
}

.about-card h2{
    color:#19c3ff;
    font-size:34px;
    margin-bottom:22px;
}

.about-card p{
    color:#dce7ff;
    font-size:18px;
    line-height:1.9;
}

/* Feature Cards */

.about-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
    margin:45px 0;
}

.info-card h2{
    font-size:30px;
    color:#19c3ff;
    margin:18px 0;
}
.story-section{
    display:flex;
    grid-template-columns:1fr 1fr;
    gap: 40px;
    align-items:center;

    margin:40px 0;
}
/* Why Choose List */

.why-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:25px;
}

.why-list li{
    list-style:none;
    font-size:18px;
    color:white;
}

.why-list li::before{
    content:"\2714";
    color:#19c3ff;
    margin-right:10px;
}

/* Stats */

.stats{
    background:#08142e;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
    padding:70px 8%;
}

.stat-box{
    background:#112d5c;
    padding:35px;
    border-radius:18px;
    text-align:center;
    transition:.35s;
}
.contact-page{
    padding:120px 7% 70px;
    background:#081b3c;
    color:#fff;
    min-height:100vh;
}

.contact-hero{
    max-width:900px;
    margin:0 auto 60px;
    padding:0 10px;
}

.contact-hero .hero-text{
    max-width:700px;
    margin:auto;
    text-align:center;
}

.contact-text h1{
    font-size:54px;
    margin-bottom:20px;
    color:#18c8ff;
}

.contact-text p{
    font-size:18px;
    line-height:1.8;
    color:#dbe7ff;
}

.contact-image{
    text-align:center;
}

.contact-image img{
    width:100%;
    max-width:500px;
}
.hero-text{
flex:1;
}

.hero-text h1{
font-size:55px;
margin-bottom:20px;
color:#00c8ff;
}

.hero-text p{
font-size:18px;
line-height:1.8;
color:#d6e6ff;
}
.contact-link.whatsapp {
    background: #25D366;
}

.contact-link.telegram {
    background: #229ED9;
}

.contact-link.web{ background:#0f172a; }
.contact-link.instagram{ background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.contact-link.youtube{ background:#FF0000; }
.contact-main{
display:grid;
grid-template-columns:380px 1fr;
gap:45px;
align-items:start;
}

.contact-left{
background:#12386f;
border-radius:20px;
padding:35px;
box-shadow:0 15px 40px rgba(0,0,0,.3);
}

.contact-grid{
display:grid;
grid-template-columns:1fr;
gap:16px;
margin-top:25px;
}

.contact-left h2{
    text-align:center;
    margin-bottom:25px;
}

/* Consolidated .contact-box (was defined 2x with conflicting align-items) */
.contact-box{
    width:100%;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.16);
    border-radius:12px;
    padding:9px 12px;
    display:flex;
    align-items:center;
    gap:10px;
    min-height:auto;
    margin-bottom:9px;
}

.contact-box div{
    flex:1;
}

.contact-box h3{
    margin-bottom:2px;
    font-size:14px;
    color:#edf7ff;
}

.contact-box p{
    color:#cce8ff;
    font-size:13px;
    line-height:1.4;
    margin:0;
}
.contact-box i{
    font-size:15px;
    width:34px;
    height:34px;
    background:#00c8ff;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
/* Consolidated .social-contact (was defined 3x at different sizes) */
.social-contact{
    display:flex;
    justify-content:center;
    gap:14px;
    margin-top:4px;
}

.social-contact a{
    width:60px;
    height:60px;
    background:#00c8ff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    color:white;
    transition:.3s;
    text-decoration:none;
}

.social-contact a:hover{
    background:white;
    color:#00c8ff;
    transform:translateY(-5px);
}

.contact-right{
    background:linear-gradient(180deg,rgba(12,28,70,.96),rgba(3,19,50,.95));
    border-radius:24px;
    padding:22px 26px;
    box-shadow:0 20px 60px rgba(0,0,0,.35);
    border:1px solid rgba(255,255,255,0.08);
}

.contact-right h2{
    color:#c9f1ff;
    font-size:26px;
    font-weight:700;
    margin-bottom:14px;
    text-align:center;
}

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

.contact-right input,
.contact-right textarea{
    width:100%;
    padding:11px 14px;
    border:1px solid rgba(255,255,255,0.14);
    border-radius:12px;
    font-size:14px;
    outline:none;
    transition:.3s;
    background:rgba(255,255,255,0.08);
    color:#edf7ff;
}

.contact-right input::placeholder,
.contact-right textarea::placeholder{
    color:rgba(237,247,255,0.7);
}

.contact-right input:focus,
.contact-right textarea:focus{
    border-color:#6ad7ff;
    background:rgba(255,255,255,0.12);
    box-shadow:0 0 18px rgba(106,215,255,.18);
}

.contact-right textarea{
    height:160px;
    resize:none;
}

.contact-right button{
    width:220px;
    margin:auto;
    padding:16px 0;
    border:none;
    border-radius:50px;
    background:linear-gradient(135deg,#39b7ff,#0a6fcc);
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    box-shadow:0 18px 30px rgba(9,92,156,0.22);
    transition:.3s;
}

.contact-right button:hover{
    background:linear-gradient(135deg,#58ccff,#0d86db);
    transform:translateY(-3px);
}

.map-box{
margin-top:60px;
}

.map-box iframe{
width:100%;
height:400px;
border:none;
border-radius:20px;
}
.stat-box:hover{
    transform:translateY(-8px);
    border:1px solid #19c3ff;
}

.stat-box h2{
    color:#19c3ff;
    font-size:44px;
    margin-bottom:12px;
}

.stat-box p{
    color:#dce7ff;
    font-size:18px;
}

/* Footer */

.footer{
    background:#030b1c;
    text-align:center;
    padding:60px 20px;
}

.footer h2{
    color:#19c3ff;
    margin-bottom:15px;
}

.footer p{
    color:#c9d8ef;
    margin:8px 0;
}

.footer-contact{
    margin:25px 0;
}

.footer hr{
    border:none;
    height:1px;
    background:#274a73;
    margin:25px auto;
    width:70%;
}
.why-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-top:40px;
}
.about-section{
    background:linear-gradient(135deg,#071A3D,#102C5B);
    color:#fff;
    padding:130px 8% 70px;
}

.about-top{
    text-align:center;
    margin-bottom:50px;
}

.about-top h1{
    font-size:52px;
    color:#fff;
    margin-bottom:15px;
}

.about-top .subtitle{
    color:#cbd5e1;
    font-size:20px;
}

.story-image {
    flex: 1;
    max-width: 350px;
    max-height: 500px;
    overflow: hidden;
    border-radius: 12px;
}

.story-image video {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

.story-content {
    flex: 1;
}

.story-image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 15px 35px rgba(0,0,0,.35);
}

.story-content h2{
    color:#00b4d8;
    font-size:42px;
    margin-bottom:20px;
}

.story-content p{
    color:#dbe8ff;
    font-size:18px;
    line-height:1.8;
    margin-bottom:18px;
}

/* FEATURES */

.about-features{
    background:#0f234d;
    padding:70px 8%;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.info-card{
    background:#17396b;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    transition:.3s;
}

.info-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,.35);
}

.info-card .icon{
    font-size:42px;
    margin-bottom:15px;
}

.info-card h3{
    color:#00b4d8;
    margin-bottom:15px;
}

.info-card p{
    color:#dbe8ff;
    line-height:1.7;
}

/* WHY CHOOSE */

.why-us-about{
    background:#071A3D;
    color:white;
    padding:70px 8%;
}

.why-us-about h2{
    text-align:center;
    color:#00b4d8;
    margin-bottom:40px;
    font-size:40px;
}

.why-grid div{
    background:#17396b;
    padding:18px;
    border-radius:12px;
    color:white;
}

.why-grid div:hover{
    transform:translateY(-6px);
    background:#00b4d8;
}

/* CTA */

.about-cta{
    background:#0f234d;
    color:white;
    text-align:center;
    padding:80px 20px;
}

.about-cta h2{
    color:#fff;
    margin-bottom:20px;
}

.about-cta p{
    color:#dbe8ff;
    margin-bottom:30px;
}
/* Vimal Pets World - Wishlist & Delivery Checker styles */

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.wishlist-btn {
    background: #f3f4f6;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    transition: transform 0.15s ease;
}

.wishlist-btn:hover {
    transform: scale(1.12);
}

.wishlist-btn.active {
    color: #e63950;
    background: #fde8ea;
}

.delivery-check {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.pincode-input {
    flex: 1;
    min-width: 100px;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 13px;
}

.check-delivery-btn {
    padding: 6px 10px;
    background: #2d7d46;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
}

.check-delivery-btn:hover {
    background: #24632f;
}

.delivery-result {
    width: 100%;
    font-size: 13px;
    margin: 4px 0 0;
}

.delivery-result.success {
    color: #2d7d46;
}

.delivery-result.error {
    color: #c0392b;
}
/* Premium Dropdown */
.dropdown{
    position:relative;
    height:100%;
    display:flex;
    align-items:center;
}

.dropdown-content{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    margin-top:0;
    background:linear-gradient(145deg, #0f172a, #1e293b);
    border:1px solid rgba(255,255,255,0.12);
    border-radius:14px;
    width:200px;
    box-shadow:0 16px 36px rgba(0,0,0,0.22);
    z-index:1200;
}

.dropdown-content a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:13px 16px;
    color:#f8fafc;
    text-decoration:none;
    font-size:15px;
    font-weight:500;
    transition:all 0.25s ease;
    border-radius:14px;
}
.dropdown-content.show{
    display:block;
    animation:dropdownFade 0.3s ease;
}
.dropdown-content a:hover{
    background:linear-gradient(90deg, #00b4d8, #0096c7);
    color:white;
    padding-left:22px;
}

@keyframes dropdownFade{
    from{
        opacity:0;
        transform:translateY(10px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.why-us{
    padding:80px 40px;
    text-align:center;
    background:linear-gradient(135deg,#0f172a,#1e3a5f,#0f172a);
    color:white;
}

.why-us h2{
    font-size:38px;
    margin-bottom:40px;
    color:#00d4ff;
}

.features{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.feature-card{
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,0.15);
    border-radius:15px;
    padding:25px;
    transition:0.3s;
}

.feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 25px rgba(0,212,255,0.3);
}

.feature-card h3{
    color:#00d4ff;
    margin-bottom:15px;
}

.feature-card p{
    color:#e5e7eb;
    line-height:1.6;
}

/* REVIEWS */

.reviews{
    width:100%;
    max-width:100%;
    margin:0 auto;
    padding:80px 10px;
    box-sizing:border-box;
    background:linear-gradient(135deg,#111827,#1e293b);
    text-align:center;
}

.reviews h2{
    color:#00d4ff;
    font-size:38px;
    margin-bottom:40px;
}

.review-container{
    width:100%;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:25px;
}
.review-card{
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(8px);
    border-radius:15px;
    padding:25px;
    color:white;
    box-sizing:border-box;
    height:100%;
}

.review-card p{
    margin:15px 0;
    line-height:1.6;
}

.stars{
    font-size:22px;
}

@media (max-width: 900px){
    .review-container{
        grid-template-columns:1fr;
        max-width:100%;
        margin:0 auto;
    }
}

@media (max-width: 600px){
    .reviews{
        padding:60px 15px;
    }

    .reviews h2{
        font-size:30px;
        margin-bottom:25px;
    }

    .review-card{
        padding:20px;
    }
}

/* FOOTER */

.footer-contact p{
    margin:8px 0;
}
.copyright{
    color:#94a3b8;
    font-size:14px;
}

.login-card h1{
    font-size:32px;
    margin-bottom:10px;
    color:#00d4ff;
}
.nav-right{

display:flex;

align-items:center;

gap:25px;

}
.cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
}

.cart-link:hover{

transform:scale(1.15);

}

.user-actions{
    display:flex;
    align-items:center;
    gap:10px;
}
.login-link{
    background:#00b4d8;
    color:white;
    margin-left:15px;
    text-decoration:none;
    padding:6px 12px;
    border-radius:20px;
    font-size:14px;
    font-weight:600;
    transition:0.3s;
}
.login-link:hover{
    background:#0077b6;
    transform:translateY(-2px);
}
.login-links a,
.signup-text a{
    color:#00d4ff;
    text-decoration:none;
}

.signup-text{
    margin-top:20px;
    color:#ddd;
}
.image-popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.image-popup img{
    max-width:80%;
    max-height:80%;
    border-radius:15px;
    box-shadow:0 0 30px rgba(255,255,255,0.2);
}

.close-image{
    position:absolute;
    top:20px;
    right:30px;
    font-size:40px;
    color:white;
    cursor:pointer;
}

/* =========================
   MOBILE RESPONSIVE DESIGN
   ========================= */

/* Only for phones */
@media (max-width:768px){
.navbar{
    display:grid;
    grid-template-columns:50px 1fr 50px;
    align-items:center;
    padding:12px 15px;
    row-gap:12px;
}

/* Hide desktop search bar on mobile (fixes navbar overflow) */
.search-bar{
    display:none;
}

/* Hamburger */
.mobile-menu-btn{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    font-size:30px;
    color:#fff;
    cursor:pointer;
}

/* Logo perfectly centered */
.logo{
    display:flex;
    justify-content:center;
    align-items:center;
}

.logo a{
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
}

.logo img{
    width:38px;
    height:38px;
}

.logo span{
    font-size:24px;
    font-weight:700;
    color:#fff;
}

/* Login */
.mobile-login{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    color:#fff;
    font-size:26px;
    text-decoration:none;
}

/* Hide desktop menu */
.nav-links,
.user-actions{
    display:none;
}
.search-box{
    grid-column:1 / 4;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:10px auto 0;
}

.search-box input{
    flex:1;
    max-width:100%;
}

.search-box button{
    margin-left:5px;
}
/* Side Menu */
.mobile-menu{
    display:flex;
    flex-direction:column;
    position:fixed;
    top:0;
    left:-280px;
    width:260px;
    height:100vh;
    background:#081b3c;
    padding:20px;
    transition:0.35s;
    z-index:99999;
    box-shadow:5px 0 25px rgba(0,0,0,.4);
    overflow-y:auto;
}
.mobile-menu a{
color:white;
text-decoration:none;
font-size:18px;
padding:14px 0;
border-bottom:1px solid rgba(255,255,255,.08);
}

.mobile-menu a:hover{
color:#00d4ff;
}
.close-menu{
    display:block;
    color:#ffffff;
    font-size:34px;
    font-weight:bold;
    cursor:pointer;
    text-align:right;
    margin-bottom:20px;
}

.search-container{
    width:90%;
    margin:20px auto;
}
    /* Shop By Pet */
     .about-features{
        grid-template-columns:1fr;
        padding:50px 20px;
    }
    .story-section{
grid-template-columns:1fr;
}

.story-content{
text-align:center;
}

.why-grid{
grid-template-columns:1fr;
}

.about-top h1{
font-size:36px;
}

.story-content h2{
font-size:32px;
}

    .why-us-about h2{
        font-size:30px;
    }

    .about-cta h2{
        font-size:30px;
    }
    .pet-item img{
        width:110px;
        height:110px;
    }
    .popup-box{
        width:95%;
    }

    .popup-box img{
        height:180px;
    }

    .popup-content{
        padding:20px;
    }

    .popup-content h2{
        font-size:28px;
    }

    .popup-content p{
        font-size:15px;
    }

    .popup-content button{
        font-size:16px;
    }

.nav-links li{
    list-style:none;
}

.nav-links a{
    font-size:15px;
}
.login-link{
    padding:10px 22px;
    font-size:15px;
}

.shop-btn{
    padding:10px 22px;
    font-size:15px;
}

    .pet-item span{
        font-size:16px;
    }

    /* Categories */

    .categories{
        display:grid;
        grid-template-columns:1fr;
        gap:20px;
        padding:30px 15px;
    }

    .card{
        width:100%;
        max-width:320px;
        margin:auto;
    }

    /* Stats */

    .stats{
        grid-template-columns:1fr;
    }

    /* About */

    .about-section{
        padding:120px 20px 40px;
    }

    .about-section h1{
        font-size:34px;
    }

    .about-grid{
        grid-template-columns:1fr;
    }

    .story-section{
        grid-template-columns:1fr;
    }

    /* Contact */

    .contact-container{
        flex-direction:column;
        align-items:center;
    }

    .contact-card{
        width:100%;
        max-width:350px;
    }

    .contact-form{
        width:100%;
        padding:20px;
    }

    /* Product Details */

    .product-details{
        flex-direction:column;
        padding:20px;
    }

    .product-gallery img{
        width:100%;
    }

    /* Checkout */

    .checkout-section h1{
        font-size:36px;
    }

    .customer-form,
    .payment-box{
        width:100%;
    }

    .qr-code{
        width:180px;
    }

    /* Login */

    .login-card{
        width:90%;
        padding:25px;
    }

}

@media(max-width:480px){
    .products{
        grid-template-columns:1fr;
        gap:15px;
    }

    .product-card img{
        height:200px;
    }
}


/* ================= TABLET ================= */

@media (max-width:1024px){

    .products{
        grid-template-columns:repeat(3,1fr);
        gap:20px;
        padding:30px 4%;
    }

    .categories{
        display:grid;
        grid-template-columns:repeat(2,1fr);
    }

}
/* =========================================================
   FINAL HERO FIX
   ONE IMAGE ONLY
   ========================================================= */

.hero {
    position: relative !important;
    overflow: hidden !important;

    /* REMOVE OLD BACKGROUND IMAGE */
    background-image: none !important;
    background: transparent !important;

    isolation: isolate !important;
}

/* Remove any old pseudo-element background */
.hero::before,
.hero::after {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
}

/* =========================================================
   HERO PICTURE
   ========================================================= */

.hero-picture {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    width: 100% !important;
    height: 100% !important;

    display: block !important;

    z-index: 0 !important;
}

.hero-background {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    width: 100% !important;
    height: 100% !important;

    display: block !important;

    object-fit: cover !important;
    object-position: center center !important;

    z-index: 0 !important;
}


/* =========================================================
   OVERLAY
   ========================================================= */

.hero > .overlay {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    width: 100% !important;
    height: 100% !important;

    z-index: 5 !important;

    pointer-events: none !important;
}


/* =========================================================
   TEXT - ALWAYS ABOVE IMAGE
   ========================================================= */

.hero > .hero-content {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;
    right: 0 !important;

    width: 100% !important;
    height: 100% !important;

    z-index: 20 !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;

    visibility: visible !important;
    opacity: 1 !important;

    box-sizing: border-box !important;
}


/* =========================================================
   TEXT ELEMENTS
   ========================================================= */

.hero-content h1,
.hero-content p,
.hero-content .shop-btn,
.hero-content .social-contact,
.hero-content .contact-link {
    position: relative !important;

    z-index: 30 !important;

    visibility: visible !important;
    opacity: 1 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 768px) {

    .hero {
        height: 700px !important;
        min-height: 700px !important;

        background: transparent !important;
        background-image: none !important;
    }

    .hero-picture {
        height: 700px !important;
    }

    .hero-background {
        height: 700px !important;

        object-fit: cover !important;
        object-position: center center !important;
    }

    .hero > .hero-content {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;

        width: 100% !important;
        height: 100% !important;

        padding: 35px 15px !important;

        justify-content: flex-start !important;

        text-align: center !important;

        z-index: 20 !important;
    }

    .hero-content h1 {
        width: 100% !important;
        max-width: 600px !important;

        margin: 15px auto 12px !important;

        font-size: 30px !important;
        line-height: 1.2 !important;

        color: #08244d !important;

        text-shadow:
            0 2px 8px rgba(255,255,255,0.95) !important;
    }

    .hero-content h1 .accent {
        display: block !important;

        color: #079ac2 !important;
    }

    .hero-content #heroTagline {
        display: block !important;

        width: 100% !important;

        margin: 0 auto 20px !important;

        font-size: 17px !important;
        line-height: 1.4 !important;

        color: #172554 !important;

        -webkit-text-fill-color: #172554 !important;

        text-shadow:
            0 1px 6px rgba(255,255,255,1) !important;
    }

    .hero-content .shop-btn {
        display: inline-flex !important;

        margin: 5px auto 18px !important;

        z-index: 30 !important;
    }

    .hero-content .social-contact {
        display: flex !important;

        justify-content: center !important;
        align-items: center !important;

        gap: 10px !important;

        margin: 0 auto !important;

        z-index: 30 !important;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media screen and (max-width: 480px) {

    .hero {
        height: 680px !important;
        min-height: 680px !important;
    }

    .hero-picture {
        height: 680px !important;
    }

    .hero-background {
        height: 680px !important;
    }

    .hero-content h1 {
        font-size: 27px !important;
    }

    .hero-content #heroTagline {
        font-size: 16px !important;
    }
}


/* ================= DESKTOP ================= */

@media (min-width:1200px){

    .products{
        grid-template-columns: repeat(4,1fr);
    }

    .categories{
        grid-template-columns: repeat(4,1fr);
    }

}


/* Extra mobile overrides (do not change existing rules) */
@media (max-width:480px) {

    /* Navbar */
    .navbar{
        padding:12px 16px;
    }
    .logo{ font-size:20px; }
    .nav-links{
        flex-direction:column;
        gap:10px;
        width:100%;
        align-items:center;
    }
    .nav-links a{ font-size:15px; }

    /* Hero */
    .hero-text h1{ font-size:28px; }
    .hero-text p{ font-size:15px; line-height:1.6; }

    /* Products & cards */
    .products{ grid-template-columns:repeat(2,1fr); gap:14px; padding:18px 12px; }
    .product-card img{ height:140px; }
    .product-card{ padding:14px; }

    /* Contact page adjustments */
    .contact-main{ grid-template-columns:1fr; gap:20px; padding:0 12px; }
    .contact-grid{ grid-template-columns:1fr; gap:14px; }
    .contact-box{ min-height:100px; padding:16px; border-radius:14px; }
    .contact-box i{ width:48px; height:48px; font-size:20px; }
    .contact-left h2{ font-size:20px; }
    .contact-right{ padding:20px; border-radius:14px; }
    .contact-right h2{ font-size:20px; }
    .contact-right input, .contact-right textarea{ font-size:15px; padding:12px; }
    .contact-right button{ width:100%; max-width:100%; padding:14px; }

    /* Map */
    .map-box iframe{ height:240px; }

    /* Social icons touch targets */
    .social-contact a{ width:52px; height:52px; font-size:20px; }

    /* Footer spacing */
    .footer{ padding:40px 16px; }

    /* Misc: reduce large paddings globally on small screens */
    section, .page-hero, .page-content, .contact-section, .fish-section, .products{ padding-left:12px; padding-right:12px; }
}

@media(max-width:768px){

    .fish-section,
    .contact-section,
    .checkout-section{
        padding:120px 20px 40px;
    }
    .logo img{
        width:36px;
        height:36px;
    }

    .logo span{
        font-size:22px;
    }
    .fish-section h1,
    .contact-section h1,
    .checkout-section h1{
        font-size:36px;
    }

    .cart-layout{
        grid-template-columns:1fr;
    }

    .cart-image{
        width:100px;
        height:100px;
    }

}

@media (max-width:400px){

    .products{
        gap:10px;
        padding:10px;
    }

    .product-card img{
        height:120px;
    }

    .product-card h3{
        font-size:14px;
    }

    .product-card p{
        font-size:12px;
    }

    .product-card .price{
        font-size:16px;
    }

}
@media(max-width:768px){
    .hero-logo {
        top: 12px;
        left: 12px;
        width: 90px;
    }
    .products{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    padding:8px;
}

    .product-card{
        background:#fff;
        border-radius:8px;
        border:1px solid #e3e6e6;
        box-shadow:none;
        display:flex;
        flex-direction:column;
        overflow:hidden;
        font-family:Arial,Helvetica,sans-serif !important;
        margin:0;
        width:100%;
        max-width:none;
    }

    .product-card img{
    width:100%;
    height:150px;
    object-fit:cover;
    padding:0;
    flex-shrink:0;
}
    .product-card h2,
    .product-card h3{
        font-family:Arial,Helvetica,sans-serif !important;
        font-style:normal !important;
        font-size:13px;
        font-weight:400;
        color:#0f1111;
        margin:0 8px 4px;
        line-height:1.3;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }

    .product-card .description{
        display:none;
    }

    .product-card .price{
        font-family:Arial,Helvetica,sans-serif !important;
        font-style:normal !important;
        font-size:15px;
        font-weight:700;
        color:#0f1111;
        margin:0 8px 8px;
    }

    .product-card button{
        margin:0 8px 8px;
        padding:8px;
        background:#ffd814;
        color:#0f1111;
        border:1px solid #fcd200;
        border-radius:20px;
        font-family:Arial,Helvetica,sans-serif !important;
        font-style:normal !important;
        font-size:12px;
        font-weight:600;
        cursor:pointer;
    }

    .logo span{
        font-family:Arial,Helvetica,sans-serif !important;
        font-style:normal !important;
    }
}
html {
    height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 100px;
}
.nav-links a,
.nav-links .dropdown > a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff;
    display: flex;
    align-items: center;
}

.nav-links li {
    display: flex;
    align-items: center;
}
.footer-brand {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 auto 15px !important;
}

.footer-brand-img {
    height: 70px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    display: block !important;
}

.footer-brand-text {
    color: #d4af37 !important;
    font-size: 26px !important;
    font-family: 'Yellowtail', cursive !important;
}
.popup-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    background: rgba(0,0,0,.5) !important;
    z-index: 99999 !important;
}

.popup-box {
    position: relative !important;
    width: 90% !important;
    max-width: 420px !important;
    background: #fff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 25px 60px rgba(0,0,0,.3) !important;
    animation: popupShow .35s ease;
}

.popup-header {
    background: linear-gradient(135deg, #071A3D, #0d2b63) !important;
    padding: 40px 30px 30px !important;
    text-align: center !important;
}

/* ===== PRODUCT FILTER ===== */

.filter-section {
    width: 92%;
    max-width: 1400px;
    margin: 30px auto 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-box {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.filter-box label {
    color: #fff;
    font-weight: 600;
}

.filter-box select {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background: #123a5c;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.filter-box select option {
    background: #123a5c;
    color: #fff;
}

.price-filter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-filter input {
    width: 110px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.08);
    color: #fff;
    outline: none;
}

.price-filter input::placeholder {
    color: #bfc9d4;
}

.clear-filter {
    padding: 10px 16px;
    border: none;
    border-radius: 8px;
    background: #22c1c3;
    color: #06232f;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
}

.clear-filter:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.filter-count {
    color: #cfd8e3;
    font-size: 14px;
}

/* No products message */

.no-products {
    display: none;
    width: 100%;
    text-align: center;
    padding: 50px 20px;
    color: #cfd8e3;
    font-size: 18px;
}

/* Mobile */

@media (max-width: 600px) {

    .filter-section {
        width: 94%;
        flex-direction: column;
        align-items: stretch;
    }

    .filter-box {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-box select,
    .price-filter input {
        width: 100%;
    }

    .price-filter {
        flex-direction: column;
        align-items: stretch;
    }

    .clear-filter {
        width: 100%;
    }
}

.popup-logo-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-bottom: 4px !important;
}

.popup-logo {
    height: 90px !important;
    width: auto !important;
    object-fit: contain !important;
    margin-bottom: 0 !important;
}

.popup-logo-text {
    color: #d4af37 !important;
    font-size: 28px !important;
    font-family: 'Yellowtail', cursive !important;
}

.popup-header h2 {
    color: #fff !important;
    font-size: 24px !important;
    margin-bottom: 8px !important;
}

.popup-header p {
    color: #cbd5e1 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.popup-content {
    padding: 25px 30px 30px !important;
}

.popup-content input {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    margin-bottom: 16px !important;
    outline: none;
}

.popup-content button {
    width: 100% !important;
    padding: 14px !important;
    border: none !important;
    border-radius: 10px !important;
    background: #00b4d8 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer;
}

.close-popup {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    color: #fff !important;
    background: rgba(255,255,255,.2) !important;
    border-radius: 50% !important;
    cursor: pointer;
    z-index: 10;
}

@keyframes popupShow {
    from { opacity: 0; transform: scale(.9); }
    to { opacity: 1; transform: scale(1); }
}
.welcome-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 6px 0;
}
.youtube-section {
    text-align: center;
    padding: 60px 20px;
}

.youtube-section h2 {
    margin-bottom: 8px;
    background: linear-gradient(90deg, #00d4ff, #d4af37, #00d4ff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    animation: youtubeTitleShine 4s linear infinite,
               youtubeTitleFadeIn .8s ease-out both;
}

@keyframes youtubeTitleShine {
    to { background-position: 200% center; }
}

@keyframes youtubeTitleFadeIn {
    from { opacity: 0; transform: translateY(-15px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .youtube-section h2 {
        animation: none !important;
    }
}

.youtube-subtitle {
    color: #777;
    margin-bottom: 30px;
}

.youtube-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.youtube-item {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.youtube-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.youtube-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    padding: 12px 24px;
    background: #ff0000;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.youtube-more-btn:hover {
    background: #cc0000;
}

/* Responsive: 2 columns on tablet, 1 on mobile */
@media (max-width: 900px) {
    .youtube-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .youtube-grid {
        grid-template-columns: 1fr;
    }
}
img {
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
}

/* Toast notification */
.toast {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    background: #1e293b;
    color: white;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Cart badge */

.cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #ef4444;
    color: white;
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

/* ============================================================
   HERO REDESIGN v2 — full-width photo visible edge-to-edge,
   text overlaid directly on top of the photo (right side),
   matching the reference image with no cropping/panel.
   This is the single, authoritative .hero / .hero-content
   definition (earlier duplicate versions removed).
   ============================================================ */
.hero{
    position:relative;
    display:flex;
    align-items:flex-start;
    justify-content:flex-end;
    text-align:left;
    background:#000;
    padding:0;
    overflow:hidden;
    width:100%;
    height:100vh;
}

.bg-image{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    z-index:1;
    -webkit-mask-image:none;
    mask-image:none;
}

.overlay{
    display:none !important;
}

.hero-content {
    position: absolute;
    top: 8%;
    right: 15%;
    width: 430px;
    height: 210px;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-align: center;
    box-sizing: border-box;
}

.hero-content h1 {
    font-size: 32px !important;
    line-height: 1.1;
    margin: 0 0 8px;
    white-space: normal;
}

.hero-content h1 .accent {
    font-size: 18px;
    display: block;
    margin-bottom: 3px;
}

.hero-content p {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 12px;
}

.hero-content .shop-btn {
    margin: 0 0 10px;
    padding: 12px 32px;
    font-size: 16px;
    background: #071A3D;
}

.hero .social-contact {
    justify-content: center;
    gap: 10px;
    margin-top: 0;
}

.hero-content .shop-btn:hover {
    background: #00B4D8;
}

.hero .social-contact a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    box-shadow: 0 8px 18px rgba(0,0,0,.2);
}

/* Tablet / mobile — photo still full width, text centered
   near the bottom over a soft white gradient for legibility */
@media (max-width:900px){
    .hero::after{
        content:"";
        position:absolute;
        left:0;
        right:0;
        bottom:0;
        height:55%;
        background:linear-gradient(to top, rgba(255,255,255,.92) 10%, rgba(255,255,255,0) 100%);
        z-index:1;
        pointer-events:none;
    }
    .hero-content h1{
        font-size:1.8rem;
        text-shadow:none;
    }
    .hero-content h1 .accent{
        font-size:1.3rem;
    }
    .hero-content p{
        text-shadow:none;
    }
    .hero .social-contact{
        justify-content:center;
    }
    .hero-content .shop-btn{
        display:inline-block;
    }
}
@media (max-width: 900px) {

    .hero {
        height: calc(100vh - 100px) !important;
        min-height: 600px;
        margin-top: 100px !important;

        justify-content: center;
        align-items: flex-end;
    }

    .hero-content {
        bottom: 25px !important;
        top: auto !important;
        left: 0 !important;
        right: 0 !important;

        width: 100% !important;
        padding: 0 18px 15px !important;

        text-align: center !important;
    }

    .bg-image {
        object-position: center top !important;
    }
}
/* =========================================================
   FINAL MOBILE FIX — VIMAL PETS WORLD
   Put this at the VERY END of style.css
   ========================================================= */

@media screen and (max-width: 768px) {

    /* ---------- PAGE ---------- */

    html {
        width: 100%;
        overflow-x: hidden !important;
    }

    body {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
    }


    /* ---------- NAVBAR ---------- */

    .navbar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;

        width: 100% !important;
        height: 105px !important;

        display: grid !important;

        grid-template-columns: 55px 1fr 55px !important;
        grid-template-rows: 55px 45px !important;

        align-items: center !important;

        padding: 5px 12px !important;
        margin: 0 !important;

        gap: 0 !important;

        background: #081b3c !important;

        z-index: 99999 !important;

        box-sizing: border-box !important;
    }


    /* ---------- HAMBURGER ---------- */

    .navbar .mobile-menu-btn {
        grid-column: 1 !important;
        grid-row: 1 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: flex-start !important;

        width: 55px !important;
        height: 55px !important;

        font-size: 30px !important;
        color: white !important;
    }


    /* ---------- LOGO ---------- */

    .navbar .logo {
        grid-column: 2 !important;
        grid-row: 1 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;
        height: 55px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar .logo-link {
        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        width: auto !important;
        height: 55px !important;
    }

    .navbar .logo img,
    .navbar .logo img.navbar-logo {
        display: block !important;

        width: auto !important;
        height: 52px !important;

        max-width: 100% !important;
        max-height: 52px !important;

        object-fit: contain !important;
    }


    /* ---------- LOGIN ICON ---------- */

    .navbar .mobile-login {
        grid-column: 3 !important;
        grid-row: 1 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: flex-end !important;

        width: 55px !important;
        height: 55px !important;

        font-size: 25px !important;
        color: white !important;
    }


    /* ---------- SEARCH ---------- */

    .navbar .search-box {
        grid-column: 1 / 4 !important;
        grid-row: 2 !important;

        display: flex !important;

        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;

        height: 40px !important;

        margin: 0 !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }

    .navbar .search-box input {
        flex: 1 1 auto !important;

        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;

        height: 40px !important;

        padding: 0 14px !important;

        font-size: 14px !important;

        border-radius: 22px 0 0 22px !important;
    }

    .navbar .search-box button {
        flex: 0 0 52px !important;

        width: 52px !important;
        height: 40px !important;

        margin: 0 !important;

        border-radius: 0 22px 22px 0 !important;
    }


    /* ---------- HIDE DESKTOP NAVIGATION ---------- */

    .navbar .nav-links {
        display: none !important;
        visibility: hidden !important;
    }

    .navbar .user-actions {
        display: none !important;
        visibility: hidden !important;
    }


    /* ---------- HERO ---------- */

    .hero {
        position: relative !important;

        width: 100% !important;

        height: calc(100vh - 105px) !important;
        min-height: 600px !important;

        margin: 105px 0 0 0 !important;
        padding: 0 !important;

        overflow: hidden !important;
    }

    .hero .bg-image {
        position: absolute !important;

        top: 0 !important;
        left: 0 !important;

        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;
        object-position: center top !important;

        display: block !important;
    }


    /* ---------- HERO TEXT ---------- */

    .hero-content {
        position: absolute !important;

        left: 0 !important;
        right: 0 !important;
        bottom: 25px !important;
        top: auto !important;

        width: 100% !important;
        max-width: none !important;

        margin: 0 !important;

        padding: 0 18px 15px !important;

        box-sizing: border-box !important;

        text-align: center !important;

        z-index: 5 !important;
    }

    .hero-content h1 {
        font-size: 27px !important;
        line-height: 1.15 !important;

        margin-bottom: 8px !important;
    }

    .hero-content h1 .accent {
        display: block !important;

        font-size: 19px !important;

        margin-bottom: 3px !important;
    }

    .hero-content p {
        font-size: 14px !important;

        margin-bottom: 15px !important;
    }

    .hero-content .shop-btn {
        display: inline-block !important;

        padding: 13px 30px !important;

        font-size: 15px !important;
    }

    .hero .social-contact {
        display: flex !important;

        justify-content: center !important;

        gap: 12px !important;

        margin-top: 12px !important;
    }
}
/* =========================================================
   FINAL MOBILE HERO FIX
   ========================================================= */

@media screen and (max-width: 768px) {

    /* HERO CONTAINER */



    /* SHOW THE COMPLETE IMAGE */
    .hero .bg-image {
        position: relative !important;

        top: auto !important;
        left: auto !important;

        display: block !important;

        width: 100% !important;
        height: auto !important;

        min-height: 0 !important;
        max-height: none !important;

        object-fit: contain !important;
        object-position: center center !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* CENTER THE TEXT ON THE IMAGE */
    .hero-content {
        position: absolute !important;

        top: 50% !important;
        left: 50% !important;

        right: auto !important;
        bottom: auto !important;

        transform: translate(-50%, -50%) !important;

        width: 92% !important;
        max-width: 600px !important;

        margin: 0 !important;
        padding: 0 10px !important;

        text-align: center !important;

        z-index: 10 !important;

        box-sizing: border-box !important;
    }


    /* FIRST LINE */
    .hero-content h1 {
        margin: 0 0 8px 0 !important;

        font-size: 25px !important;
        line-height: 1.2 !important;

        text-align: center !important;
    }


    /* MAIN TITLE */
    .hero-content h1 .accent {
        display: block !important;

        font-size: 19px !important;
        line-height: 1.2 !important;

        margin-bottom: 5px !important;
    }


    /* DESCRIPTION */
    .hero-content p {
        margin: 0 0 16px 0 !important;

        font-size: 14px !important;
        line-height: 1.5 !important;

        text-align: center !important;
    }


    /* VIEW COLLECTION */
    .hero-content .shop-btn {
        display: inline-block !important;

        padding: 12px 28px !important;

        font-size: 14px !important;

        margin: 0 auto !important;
    }


    /* SOCIAL ICONS */
    .hero .social-contact {
        display: flex !important;

        justify-content: center !important;
        align-items: center !important;

        gap: 10px !important;

        margin-top: 12px !important;
    }
}
/* =========================================
   HERO IMAGE - DESKTOP + MOBILE
   ========================================= */

.hero {
    position: relative !important;
    overflow: hidden !important;
}

/* Picture fills the complete hero */
.hero-picture {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    z-index: 0 !important;
}

/* Background image */
.hero-picture .hero-background {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

/* Overlay */
.hero .overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
}

/* Text/buttons */
.hero .hero-content {
    position: relative !important;
    z-index: 2 !important;
}


/* =========================================
   MOBILE
   ========================================= */

@media screen and (max-width: 768px) {

    .hero {
        height: 700px !important;
        min-height: 700px !important;
        width: 100% !important;
        overflow: hidden !important;
    }

    .hero-picture {
        height: 700px !important;
    }

    .hero-picture .hero-background {
        width: 100% !important;
        height: 700px !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .hero .overlay {
        z-index: 1 !important;
    }

    .hero .hero-content {
        z-index: 2 !important;
    }
}


/* =========================================
   SMALL PHONES
   ========================================= */

@media screen and (max-width: 480px) {

    .hero {
        height: 650px !important;
        min-height: 650px !important;
    }

    .hero-picture {
        height: 650px !important;
    }

    .hero-picture .hero-background {
        height: 650px !important;
        object-fit: cover !important;
        object-position: center center !important;
    }
}
/* DESKTOP HERO TEXT - RIGHT SIDE */
.hero {
    position: relative;
}

.hero-content {
    position: absolute !important;

    top: 30px !important;
    left: 47.5% !important;
    right: auto !important;

    width: 490px !important;
    height: 260px !important;

    transform: none !important;

    z-index: 10;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-align: center;
    box-sizing: border-box;
}


/* =========================================================
   FINAL FIX — MOBILE NAVBAR + HERO
   ========================================================= */

/* Desktop: keep the hero clean and centered */
/* =========================================
   DESKTOP HERO TEXT - BESIDE BOY'S HEAD
   ========================================= */

@media screen and (min-width: 769px) {

    .hero {
        position: relative !important;
    }

    @media screen and (min-width: 769px) {

    .hero .hero-content {
        position: absolute !important;

        left: 50% !important;
        right: auto !important;

        top: 11% !important;

        width: 430px !important;
        height: auto !important;

        transform: none !important;

        z-index: 10 !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;

        text-align: center !important;
        box-sizing: border-box !important;
    }
    }
}

/* Phones */
@media screen and (max-width: 768px) {

    html,
    body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    /* ---------- MOBILE NAVBAR ---------- */
    .navbar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 105px !important;

        display: grid !important;
        grid-template-columns: 55px 1fr 55px !important;
        grid-template-rows: 55px 45px !important;

        align-items: center !important;
        padding: 5px 12px !important;
        margin: 0 !important;
        gap: 0 !important;

        background: #081b3c !important;
        z-index: 99999 !important;
    }

    .navbar .mobile-menu-btn {
        grid-column: 1 !important;
        grid-row: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 55px !important;
        height: 55px !important;
        font-size: 30px !important;
        color: #fff !important;
    }

    .navbar .logo {
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 55px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar .logo a,
    .navbar .logo-link {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        height: 55px !important;
    }

    .navbar .logo img,
    .navbar .logo img.navbar-logo {
        display: block !important;
        width: auto !important;
        height: 52px !important;
        max-width: 100% !important;
        max-height: 52px !important;
        object-fit: contain !important;
    }

    .navbar .mobile-login {
        grid-column: 3 !important;
        grid-row: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: 55px !important;
        height: 55px !important;
        font-size: 25px !important;
        color: #fff !important;
    }

    .navbar .search-box {
        grid-column: 1 / 4 !important;
        grid-row: 2 !important;
        display: flex !important;
        width: 100% !important;
        height: 40px !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar .search-box input {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        height: 40px !important;
        padding: 0 14px !important;
        font-size: 14px !important;
        border-radius: 22px 0 0 22px !important;
    }

    .navbar .search-box button {
        flex: 0 0 52px !important;
        width: 52px !important;
        height: 40px !important;
        margin: 0 !important;
        border-radius: 0 22px 22px 0 !important;
    }

    .navbar .nav-links,
    .navbar .user-actions {
        display: none !important;
    }

    /* ---------- MOBILE HERO ---------- */
    .hero {
        position: relative !important;
        width: 100% !important;

        /* Leave space for the fixed navbar */
        margin: 105px 0 0 !important;
        padding: 0 !important;

        /*
         * A vertical mobile hero gives the mobile image enough room to be
         * shown completely instead of cropping it into a wide rectangle.
         */
        height: calc(100vw * 16 / 9) !important;
        min-height: 0 !important;
        max-height: none !important;

        overflow: hidden !important;
        background: #000 !important;
    }

    .hero-picture {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        z-index: 0 !important;
    }

    .hero-picture .hero-background,
    .hero .bg-image {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;

        /*
         * IMPORTANT:
         * contain prevents the vertical mobile image from being cropped.
         * If the uploaded mobile image is 9:16, the entire image will remain
         * visible inside this hero.
         */
        object-fit: contain !important;
        object-position: center center !important;

        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Soft readability layer only; no solid white box */
    .hero::after {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        height: 45% !important;
        background: linear-gradient(
            to top,
            rgba(0,0,0,.58),
            rgba(0,0,0,0)
        ) !important;
        z-index: 1 !important;
        pointer-events: none !important;
    }

    /* ---------- HERO TEXT: CENTERED, NOT AT BOTTOM ---------- */
    .hero .hero-content {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;

        width: 92% !important;
        max-width: 600px !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 12px !important;

        transform: translate(-50%, -50%) !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        text-align: center !important;
        box-sizing: border-box !important;
        z-index: 10 !important;
    }

    .hero .hero-content h1 {
        width: 100% !important;
        margin: 0 0 10px !important;
        font-size: 27px !important;
        line-height: 1.18 !important;
        text-align: center !important;
        color: #fff !important;
        text-shadow: 0 2px 12px rgba(0,0,0,.65) !important;
    }

    .hero .hero-content h1 .accent {
        display: block !important;
        margin: 3px 0 5px !important;
        font-size: 20px !important;
        line-height: 1.2 !important;
        color: #fff !important;
    }

    .hero .hero-content p {
        margin: 0 0 16px !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        text-align: center !important;
        color: #fff !important;
        text-shadow: 0 2px 10px rgba(0,0,0,.7) !important;
    }

    .hero .hero-content .shop-btn {
        display: inline-block !important;
        margin: 0 auto !important;
        padding: 12px 28px !important;
        font-size: 14px !important;
    }

    .hero .social-contact {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        margin-top: 12px !important;
    }
}

/* Smaller phones */
@media screen and (max-width: 480px) {
    .hero {
        height: calc(100vw * 16 / 9) !important;
    }

    .hero .hero-content h1 {
        font-size: 24px !important;
    }

    .hero .hero-content h1 .accent {
        font-size: 18px !important;
    }

    .hero .hero-content p {
        font-size: 13px !important;
    }
}
.hero .hero-content h3 {
    color: #c58b2a !important;
}
/* ================= COPY PROTECTION ================= */

/* Prevent text selection */
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* Allow typing inside inputs */
input,
textarea {
    -webkit-user-select: text;
    user-select: text;
}

/* Prevent dragging images */
img {
    -webkit-user-drag: none;
    user-drag: none;
}
/* =========================================================
   PHOENIX HERO VIDEO
   Desktop = animated phoenix video
   Mobile  = portrait image
   ========================================================= */

.hero {
    position: relative !important;
    overflow: hidden !important;
}

/* Background media container */
.hero-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    z-index: 0 !important;
}

/* DESKTOP PHOENIX VIDEO */
.hero-desktop-video {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center center !important;

    display: block !important;

    z-index: 0 !important;
}

/* MOBILE IMAGE hidden on desktop */
.hero-mobile-image {
    display: none !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 768px) {

    .hero {
        position: relative !important;
        height: 700px !important;
        min-height: 700px !important;
        overflow: hidden !important;
    }

    /* Hide phoenix video */
    .hero-desktop-video {
        display: none !important;
    }

    /* Show mobile image */
    .hero-mobile-image {
        display: block !important;

        position: absolute !important;
        inset: 0 !important;

        width: 100% !important;
        height: 100% !important;

        max-width: none !important;

        object-fit: cover !important;
        object-position: center center !important;

        z-index: 0 !important;
    }

    .hero .overlay {
        position: absolute !important;
        inset: 0 !important;

        width: 100% !important;
        height: 100% !important;

        z-index: 1 !important;
    }

    .hero .hero-content {
        z-index: 50 !important;
    }
}


/* SMALL MOBILE */

@media screen and (max-width: 480px) {

    .hero {
        height: 680px !important;
        min-height: 680px !important;
    }

    .hero-mobile-image {
        height: 680px !important;
    }

    .hero .hero-content {
        height: 680px !important;
    }
}
/* ================= FIND YOUR PERFECT PET — ANIMATION ================= */

.pet-finder{
    position: relative;
    z-index: 1;
    animation: petFinderFadeIn .8s ease-out both,
               petFinderGlow 3s ease-in-out infinite;
}

/* Rotating gradient border glow */
.pet-finder::before{
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 26px;
    background: linear-gradient(120deg, #00b4d8, #d4af37, #00b4d8, #d4af37);
    background-size: 300% 300%;
    z-index: -1;
    opacity: .6;
    animation: petFinderBorderShift 6s linear infinite;
}

@keyframes petFinderFadeIn{
    from{ opacity: 0; transform: translateY(30px); }
    to{ opacity: 1; transform: translateY(0); }
}

@keyframes petFinderGlow{
    0%, 100%{ box-shadow: 0 0 25px rgba(0,180,216,.25), 0 0 60px rgba(212,175,55,.15); }
    50%{ box-shadow: 0 0 40px rgba(0,180,216,.45), 0 0 90px rgba(212,175,55,.3); }
}

@keyframes petFinderBorderShift{
    0%{ background-position: 0% 50%; }
    100%{ background-position: 300% 50%; }
}

/* Floating paw icon */
.paw-float{
    display: inline-block;
    animation: pawBounce 1.8s ease-in-out infinite;
}

@keyframes pawBounce{
    0%, 100%{ transform: translateY(0) rotate(0deg); }
    25%{ transform: translateY(-6px) rotate(-8deg); }
    75%{ transform: translateY(-6px) rotate(8deg); }
}

/* Button: pulse ring + shine sweep */
.pet-finder-btn{
    position: relative;
    overflow: hidden;
    animation: btnPulse 2.4s ease-in-out infinite;
    transition: transform .25s ease;
}

.pet-finder-btn:hover{
    transform: translateY(-4px) scale(1.05);
}

@keyframes btnPulse{
    0%, 100%{ box-shadow: 0 0 0 0 rgba(212,175,55,.55); }
    50%{ box-shadow: 0 0 0 14px rgba(212,175,55,0); }
}

.pet-finder-btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.55), transparent);
    transform: skewX(-20deg);
    animation: btnShine 3.2s ease-in-out infinite;
}

@keyframes btnShine{
    0%{ left: -150%; }
    50%{ left: 150%; }
    100%{ left: 150%; }
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce){
    .pet-finder,
    .pet-finder::before,
    .paw-float,
    .pet-finder-btn,
    .pet-finder-btn::after{
        animation: none !important;
    }
}
/* ================= PET CATEGORY CIRCLES — ANIMATION ================= */

/* 1. Staggered entrance on load */
.pet-item{
    opacity: 0;
    animation: petItemFadeUp .6s ease-out forwards;
}

.pet-grid .pet-item:nth-child(1){ animation-delay: .05s; }
.pet-grid .pet-item:nth-child(2){ animation-delay: .12s; }
.pet-grid .pet-item:nth-child(3){ animation-delay: .19s; }
.pet-grid .pet-item:nth-child(4){ animation-delay: .26s; }
.pet-grid .pet-item:nth-child(5){ animation-delay: .33s; }
.pet-grid .pet-item:nth-child(6){ animation-delay: .40s; }
.pet-grid .pet-item:nth-child(7){ animation-delay: .47s; }
.pet-grid .pet-item:nth-child(8){ animation-delay: .54s; }
.pet-grid .pet-item:nth-child(9){ animation-delay: .61s; }
.pet-grid .pet-item:nth-child(10){ animation-delay: .68s; }

@keyframes petItemFadeUp{
    from{ opacity: 0; transform: translateY(24px); }
    to{ opacity: 1; transform: translateY(0); }
}

/* 4. Hover: label color sweep */
.pet-item span{
    transition: color .3s ease, transform .3s ease;
}

.pet-item:hover span{
    color: #00d4ff;
    transform: translateY(-2px);
}

/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce){
    .pet-item{
        animation: none !important;
        opacity: 1 !important;
    }
}
/* =========================================================
   VIMAL PETS & TOYS - ANIMATED VIDEO SHOWCASE
   Floating + Glow + Playful Premium Effect
   ========================================================= */

/* Video section */
.youtube-section {
    position: relative;
    overflow: hidden;
}

/* Video grid */
.youtube-grid {
    position: relative;
    z-index: 2;
}

/* Individual video cards */
.youtube-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 2px solid rgba(0, 180, 216, 0.45);

    /* Premium depth */
    box-shadow:
        0 10px 30px rgba(7, 26, 61, 0.18),
        0 0 0 rgba(0, 180, 216, 0);

    /* Floating animation */
    animation:
        videoFloat 5s ease-in-out infinite,
        videoGlow 4s ease-in-out infinite;

    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease,
        border-color 0.45s ease;

    background: #071a3d;
}

/* Each card floats at a slightly different time */
.youtube-item:nth-child(1) {
    animation-delay: 0s, 0s;
}

.youtube-item:nth-child(2) {
    animation-delay: -1.2s, -0.8s;
}

.youtube-item:nth-child(3) {
    animation-delay: -2.4s, -1.6s;
}

.youtube-item:nth-child(4) {
    animation-delay: -3.6s, -2.4s;
}


/* ---------------------------------------------------------
   FLOATING EFFECT
   --------------------------------------------------------- */

@keyframes videoFloat {

    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-7px);
    }

    50% {
        transform: translateY(-12px);
    }

    75% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}


/* ---------------------------------------------------------
   GLOWING BORDER / SHADOW
   --------------------------------------------------------- */

@keyframes videoGlow {

    0% {
        box-shadow:
            0 10px 30px rgba(7, 26, 61, 0.18),
            0 0 0 rgba(0, 180, 216, 0);
        border-color: rgba(0, 180, 216, 0.35);
    }

    50% {
        box-shadow:
            0 15px 35px rgba(7, 26, 61, 0.22),
            0 0 22px rgba(0, 180, 216, 0.35);
        border-color: rgba(0, 180, 216, 0.85);
    }

    100% {
        box-shadow:
            0 10px 30px rgba(7, 26, 61, 0.18),
            0 0 0 rgba(0, 180, 216, 0);
        border-color: rgba(0, 180, 216, 0.35);
    }
}


/* ---------------------------------------------------------
   VIDEO ITSELF
   --------------------------------------------------------- */

.youtube-item iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;

    transform: scale(1);
    transition: transform 0.8s ease;
}


/* Slow zoom when hovering */
.youtube-item:hover iframe {
    transform: scale(1.035);
}


/* ---------------------------------------------------------
   HOVER - PREMIUM LIFT
   --------------------------------------------------------- */

.youtube-item:hover {
    animation-play-state: paused;

    transform:
        translateY(-10px)
        scale(1.025);

    border-color: #00b4d8;

    box-shadow:
        0 20px 45px rgba(7, 26, 61, 0.25),
        0 0 30px rgba(0, 180, 216, 0.45);
}


/* ---------------------------------------------------------
   SHIMMER LIGHT EFFECT
   --------------------------------------------------------- */

.youtube-item::after {
    content: "";
    position: absolute;

    top: -120%;
    left: -80%;

    width: 45%;
    height: 340%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.18),
        transparent
    );

    transform: rotate(18deg);

    pointer-events: none;

    animation: videoShimmer 6s ease-in-out infinite;
}


/* Different shimmer timing */
.youtube-item:nth-child(2)::after {
    animation-delay: 1.5s;
}

.youtube-item:nth-child(3)::after {
    animation-delay: 3s;
}

.youtube-item:nth-child(4)::after {
    animation-delay: 4.5s;
}


@keyframes videoShimmer {

    0% {
        left: -100%;
    }

    35% {
        left: 140%;
    }

    100% {
        left: 140%;
    }
}


/* ---------------------------------------------------------
   FLOATING PAW PARTICLES
   --------------------------------------------------------- */

.youtube-section::before {
    content: "🐾";

    position: absolute;

    left: 7%;
    bottom: 10%;

    font-size: 22px;

    opacity: 0.12;

    pointer-events: none;

    animation: pawFloat 6s ease-in-out infinite;
}

.youtube-section::after {
    content: "🐾";

    position: absolute;

    right: 8%;
    top: 25%;

    font-size: 18px;

    opacity: 0.10;

    pointer-events: none;

    animation: pawFloat 7s ease-in-out infinite reverse;
}


@keyframes pawFloat {

    0% {
        transform: translateY(15px) rotate(-8deg);
        opacity: 0.05;
    }

    50% {
        transform: translateY(-18px) rotate(8deg);
        opacity: 0.18;
    }

    100% {
        transform: translateY(15px) rotate(-8deg);
        opacity: 0.05;
    }
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 768px) {

    .youtube-item {
        animation-duration: 5.5s, 4.5s;
    }

    .youtube-item:hover {
        transform: translateY(-5px) scale(1.01);
    }

    .youtube-item::after {
        display: none;
    }

    .youtube-section::before {
        left: 3%;
        font-size: 18px;
    }

    .youtube-section::after {
        right: 3%;
        font-size: 16px;
    }
}


/* ---------------------------------------------------------
   ACCESSIBILITY
   Stop motion for users who request reduced animation.
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .youtube-item,
    .youtube-item::after,
    .youtube-section::before,
    .youtube-section::after {
        animation: none !important;
    }

    .youtube-item iframe {
        transition: none !important;
    }
}
