
body{
background:#080b12!important;
color:#d8dbe2;
}
.site-header,.site-footer{
background:#080b12!important;
}
.site-content{
background:#101622;
border-radius:22px;
padding:25px;
}
h1,h2,h3,h4{
font-family:Poppins,Arial,sans-serif;
color:#fff;
}
.entry-title a{
color:#fff;
}
a{
color:#00d4ff;
}
.aixp-hero{
text-align:center;
padding:80px 20px;
margin-bottom:30px;
background:linear-gradient(135deg,#101622,#171f35);
border-radius:25px;
}
.aixp-hero h1{
font-size:55px;
}
.aixp-hero p{
font-size:20px;
}
.aixp-btn{
display:inline-block;
margin-top:25px;
padding:14px 35px;
border-radius:40px;
background:#00d4ff;
color:#000!important;
font-weight:bold;
}
.aixp-card{
background:#151c2b;
padding:25px!important;
border-radius:20px;
margin-bottom:25px;
transition:.3s;
}
.aixp-card:hover{
transform:translateY(-5px);
}
img{
border-radius:15px;
}
