/*
Theme Name: Premium Punjabi Shayari
Version: 1.0
*/

body{
margin:0;
padding:0;
font-family:Arial,sans-serif;
background:#fff7f2;
color:#222;
}

a{
text-decoration:none;
}

.header{
background:linear-gradient(90deg,#ff7a18,#ff4d88);
padding:15px 25px;
position:sticky;
top:0;
z-index:999;
}

.header-inner{
max-width:1300px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
}

.logo{
font-size:42px;
font-weight:800;
color:#fff;
}

.search-box input{
width:340px;
padding:14px 18px;
border:none;
border-radius:40px;
outline:none;
}

.hero{
max-width:1300px;
margin:35px auto;
padding:60px;
border-radius:35px;
background:linear-gradient(to right,#fff0f3,#ffe8d8);
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
}

.hero-text h1{
font-size:62px;
line-height:1.2;
margin-bottom:20px;
}

.hero-text p{
font-size:20px;
line-height:1.7;
max-width:650px;
}

.hero-buttons{
display:flex;
gap:15px;
margin-top:25px;
}

.hero-btn{
padding:14px 28px;
border-radius:40px;
font-weight:bold;
font-size:15px;
}

.orange-btn{
background:#ff7a18;
color:#fff;
}

.white-btn{
background:#fff;
color:#222;
}

.category-grid{
max-width:1300px;
margin:35px auto;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
}

.category-card{
background:#fff;
padding:25px;
border-radius:25px;
text-align:center;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
transition:0.3s;
}

.category-card:hover{
transform:translateY(-5px);
}

.category-card h3{
font-size:22px;
margin:10px 0;
}

.trending{
max-width:1300px;
margin:40px auto;
}

.section-title{
font-size:42px;
font-weight:800;
margin-bottom:25px;
}

.shayari-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:20px;
}

.shayari-card{
background:#fff;
padding:18px;
border-radius:22px;
border:1px solid #ffd8cb;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.shayari-line{
background:#fff3f7;
padding:14px;
border-radius:15px;
font-size:15px;
text-align:center;
font-weight:600;
line-height:1.6;
min-height:55px;
display:flex;
align-items:center;
justify-content:center;
}

.btns{
display:flex;
justify-content:center;
gap:10px;
margin-top:15px;
flex-wrap:wrap;
}

.btn{
padding:8px 16px;
border-radius:25px;
font-size:12px;
font-weight:700;
}

.copy-btn{
background:#ff7a18;
color:#fff;
}

.share-btn{
background:#ff4d88;
color:#fff;
}

.read-btn{
background:#f1f1f1;
color:#222;
}

.footer{
background:#111;
color:#fff;
margin-top:60px;
padding:60px 20px;
}

.footer-inner{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
}

.footer h3{
font-size:24px;
margin-bottom:20px;
}

.footer p{
line-height:1.8;
color:#ddd;
}

@media(max-width:768px){

.hero{
flex-direction:column;
text-align:center;
padding:35px 20px;
}

.hero-text h1{
font-size:38px;
}

.logo{
font-size:28px;
}

.search-box input{
width:100%;
}

.section-title{
font-size:30px;
}

}