MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
Line 73: Line 73:


/******** WIKIGENCE PREMIUM HERO ********/
/******** WIKIGENCE PREMIUM HERO ********/
.wg-hero{
width:100%;
box-sizing:border-box;
padding:28px;
margin:15px 0 20px 0;
background:#f8fbff;
border:1px solid #d6e2f0;
border-radius:18px;
box-shadow:0 6px 20px rgba(0,0,0,.06);
}
.wg-title{
font-size:48px;
font-weight:700;
text-align:center;
color:#163b8c;
margin-bottom:15px;
}
.wg-subtitle{
font-size:18px;
text-align:center;
line-height:32px;
color:#54595d;
margin-bottom:30px;
}
.wg-services{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
margin-bottom:25px;
}
.wg-box{
background:#fff;
border:1px solid #eaecf0;
border-radius:14px;
padding:20px;
text-align:center;
}
.wg-box h3{
font-size:22px;
margin-bottom:10px;
}
.wg-box p{
font-size:15px;
line-height:26px;
color:#54595d;
margin:0;
}
.wg-contact{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
margin-bottom:25px;
}
.wg-card{
background:#fff;
padding:18px;
text-align:center;
border:1px solid #eaecf0;
border-radius:14px;
}
.wg-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
margin-bottom:25px;
}
.wg-btn{
padding:14px 28px;
border-radius:30px;
font-size:16px;
font-weight:700;
text-decoration:none;
}
.wg-blue{
background:#3366cc;
color:#fff !important;
}
.wg-black{
background:#111827;
color:#fff !important;
}
.wg-disclaimer{
padding:18px;
background:#fff;
border:1px solid #eaecf0;
border-radius:14px;
font-size:13px;
line-height:24px;
text-align:center;
color:#54595d;
}
@media(max-width:768px){
.wg-services{
grid-template-columns:1fr;
}
.wg-contact{
grid-template-columns:1fr;
}
.wg-title{
font-size:34px;
}
}