/*
Theme Name: All In One Portal
Theme URI: https://example.com
Author: Sohit Kumar
Author URI: https://example.com
Description: Movie, Mobile, Automobile, Jobs, Results, Yojana and Tools Portal Theme
Version: 1.0
License: GPL v2 or later
Text Domain: allinone-portal
*/
.hero{
text-align:center;
padding:80px 20px;
background:#111;
color:white;
}

.hero input{
padding:12px;
width:60%;
border-radius:10px;
border:none;
}

.hero button{
padding:12px 20px;
border:none;
background:#ff4d4d;
color:white;
border-radius:10px;
}

.categories{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
padding:40px;
}

.cat-card{
background:#222;
color:white;
padding:20px;
border-radius:15px;
text-align:center;
}

.tools{
padding:40px;
text-align:center;
}

.tool-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}