*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
scroll-behavior:smooth;
}

body{
background:#111;
color:#fff;
}

/* Navbar */

nav{
position:fixed;
top:0;
left:0;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:5px 8%;
background:rgba(0,0,0,0.7);
backdrop-filter:blur(10px);
z-index:1000;
}

.logo{
font-size:28px;
font-weight:700;
letter-spacing:2px;
}

nav ul{
display:flex;
list-style:none;
gap:30px;
}

nav ul li a{
text-decoration:none;
color:white;
font-weight:600;
font-size:17px;
display:inline-block;
transition:all 0.3s ease;
}
nav ul li a:hover{
color:#f7c948;
transform:scale(1.1);
}

nav ul li a:hover{
color:#d9d9d9;
transform:translate(-2px);
}

/* Hero Section */

.hero{
height:100vh;
position:relative;
display:flex;
align-items:center;
padding:0 8%;
overflow:hidden;
}

.hero-content{
animation:fadeUp.2s ease;
max-width:700px;
}

.since{
display:inline-block;
padding:10px 20px;
border:1px solid rgba(255,255,255,.3);
border-radius:30px;
margin-bottom:20px;
}

.hero h1{
font-size:85px;
margin-bottom:20px;
line-height:1;
font-weight:700;
}

.sub-heading{
display:block;
font-size:60px;
font-weight:600;
margin-top:10px;
}
.hero p{
font-size:20px;
color:#ddd;
margin-bottom:30px;
line-height:1.8;
}

.btn{
display:inline-block;
padding:15px 30px;
background:white;
color:black;
text-decoration:none;
border-radius:40px;
font-weight:600;
transition:.3s;
}

.btn:hover{
transform:translateY(-3px);
}

/* Sections */

section{
padding:100px 8%;
}
.why{
padding-top:25px;
padding-bottom:40px;
}

.products{
padding-top:5px;
padding-bottom:40px;
}

h2{
font-size:42px;
margin-bottom:30px;
text-align:center;
}

/* About */

.about p{
max-width:900px;
margin:auto;
text-align:center;
line-height:1.9;
font-size:18px;
color:#ddd;
}

/* Products */

.product-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
margin-top:50px;
}

.card{
background:#1c1c1c;
border-radius:20px;
overflow:hidden;
transition:.4s;
border:1px solid
rgba(255,255,255,.08);
}

.card:hover{
transform:translateY(-8px);
}
.card:hover img{
transform:scale(1.05);
}

.card img{
width:100%;
height:300px;
object-fit:cover;
transition:.5s;
}

.card h3{
padding:20px;
}

.card a{
display:block;
margin:0 20px 20px;
padding:12px;
text-align:center;
background:white;
color:black;
text-decoration:none;
border-radius:30px;
font-weight:600;
}

/* Contact */

.contact{
text-align:center;
background:#181818;
padding-top:50px;
padding-bottom:20px;
}

.contact p{
margin:10px 0;
font-size:18px;
color:#ddd;
}

/* Mobile */

@media(max-width:768px){

nav{
flex-direction:column;
gap:15px;
}

nav ul{
gap:15px;
}

.hero h1{
font-size:50px;
}

.hero h1{
font-size:52px;
}

.sub-heading{
font-size:35px;
font-weight:500;
}
.hero h2{
font-size:28px;
}

.hero p{
font-size:16px;
}

h2{
font-size:32px;
}
.catalog-hero{
    padding-top: 140px;
}

}

/* Why Choose Piffero */

.why-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-top:40px;
}

.why-card{
background:#1c1c1c;
padding:30px;
border-radius:20px;
text-align:center;
transition:.3s;
}

.why-card:hover{
transform:translateY(-8px);
}

.why-card h3{
margin-bottom:15px;
}

.why-card p{
color:#d0d0d0;
line-height:1.7;
}
/* Footer */

footer{
background:#0a0a0a;
padding:20px 8%;
text-align:center;
border-top:1px solid 
rgba(255,255,255,.08);
}
.footer-content{
text-align:center;
max-width:800px;
margin:0 auto;
}


.footer-content h3{
font-size:28px;
margin-bottom:15px;
font-weight:600;
}

.footer-content p{
font-size:16px;
color:#cfcfcf;
margin:10px 0;
}
/* Gallery */

.gallery{
padding:40px 8% 40px;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
margin-top:40px;
}

.gallery-grid img{
width:100%;
height:320px;
object-fit:cover;
border-radius:20px;
transition:.4s;
cursor:pointer;
}

.gallery-grid img:hover{
transform:scale(1.04);
}@keyframes fadeUp{

from{
opacity:0;
transform:translateY(50px);
}

to{
opacity:1;
transform:translateY(0);
}
}
/* Stats */

.stats{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
padding:80px 8%;
background:#151515;
}

.stat-box{
text-align:center;
padding:30px;
background:#1c1c1c;
border-radius:20px;
}

.stat-box h3{
font-size:32px;
margin-bottom:10px;
}

.stat-box p{
color:#cfcfcf;
}
/* Stats Section */

.stats{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
padding:80px 8%;
background:#151515;
}

.stat-box{
background:#1c1c1c;
padding:30px;
text-align:center;
border-radius:20px;
transition:.3s;
}

.stat-box:hover{
transform:translateY(-8px);
}

.stat-box h3{
font-size:30px;
margin-bottom:10px;
}

.stat-box p{
color:#cfcfcf;
}
.nav-amazon{
background:#f7c948;
color:black;
text-decoration:none;
padding:10px 18px;
border-radius:30px;
font-weight:600;
display:inline-block;

}

.contact-form{
max-width:600px;
margin:30px auto;
display:flex;
flex-direction:column;
gap:15px;
}

.contact-form input,
.contact-form textarea{
padding:15px;
border:none;
border-radius:10px;
box-sizing:border-box;
}

.contact-form textarea{
height:140px;
resize:none;
}

.contact-form button{
padding:15px;
border:none;
border-radius:30px;
font-weight:600;
cursor:pointer;
}
.catalog-btn-wrap{
text-align:center;
margin-top:0px;
margin-bottom:20px;
}

.catalog-btn{
display:inline-block;
padding:16px 35px;
background:white;
color:black;
text-decoration:none;
font-weight:600;
border-radius:40px;
transition:.3s;
}

.catalog-btn:hover{
transform:translateY(-5px);
}
.product-feature{
padding:0 20px 20px;
color:#d0d0d0;
line-height:1.8;
font-size:15px;
}

.catalog-hero{
    position:relative;
    height:350px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    overflow:hidden;
}

.catalog-video-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:-2;
}

.catalog-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.55);
    z-index:-1;
}

.catalog-text{
    position:relative;
    z-index:2;
    padding:0 20px;
}

.catalog-text h1{
    font-size:60px;
    margin-bottom:12px;
}

.catalog-text p{
    max-width:700px;
    margin:0 auto 15px;
    color:#d0d0d0;
    font-size:20px;
}
.search-box{
display:block;
width:100%;
max-width:500px;
margin:30px auto;
padding:15px;
border:none;
border-radius:40px;
font-size:16px;
}
/* Floating Social Icons */

.social-floating{
position:fixed;
right:25px;
bottom:25px;
display:flex;
gap:12px;
z-index:9999;
}

.social-btn{
width:55px;
height:55px;
display:flex;
align-items:center;
justify-content:center;
border-radius:16px;
text-decoration:none;
font-size:28px;
color:white;
box-shadow:0 5px 20px rgba(0,0,0,.3);
transition:.3s;
}

.social-btn:hover{
transform:translateY(-5px);
}

.social-btn:hover{
transform:scale(1.08);
}

.whatsapp-btn{
background:#25D366;
}

.instagram-btn{
background:#E1306C;
}
/* Logo Styling */

.logo{
    display:flex;
    align-items:center;
    text-decoration:none;
}

.logo img{
    height:80px;
    width:auto;
    transition:0.3s ease;
    display:block;
}

/* Hover Effect */

.logo:hover img{
    transform:scale(1.08);
}
.hero-video{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:-2;
}

.hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
z-index:-1;
}


.gallery{
padding-top:40px;
}
.contact{
padding-top:50px;
}
.about{
padding-top:40px;
padding-bottom:20px;
}
@media(max-width:768px){

.nav-amazon{
    display:none;
}

}

.warranty-badge{
    text-align:center;
    margin:1px 0;
    transform:translateX(10px);
}

.warranty-badge img{
    max-width:300px;
    width:80%;
    height:auto;
}
