
/*
Theme Name: GrowthX Infotech Theme
Author: GrowthX
Version: 1.0
Description: GrowthX Multi Page Theme
*/

body{
background:#060608;
color:#fff;
font-family:Arial, sans-serif;
margin:0;
}

.gx-wrap{
max-width:1200px;
margin:auto;
padding:80px 20px;
}

.gx-nav{
position:fixed;
top:0;
width:100%;
background:#060608;
z-index:999;
border-bottom:1px solid rgba(255,255,255,.1);
}

.gx-nav .gx-wrap{
display:flex;
justify-content:space-between;
align-items:center;
}

.gx-menu{
display:flex;
gap:20px;
list-style:none;
}

.gx-menu a{
color:#fff;
text-decoration:none;
}

.gx-hero{padding-top:140px;}

.gx-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.gx-box{
background:#111;
padding:30px;
border-radius:10px;
}

.gx-btn{
background:#c8f500;
color:#000;
padding:12px 20px;
display:inline-block;
border-radius:6px;
}

footer{
background:#111;
padding:40px 0;
margin-top:60px;
}

@media(max-width:768px){
.gx-grid{grid-template-columns:1fr;}
}
