.cert-section{
padding:90px 0;
background:#f5f7fb;
}

.cert-title{
font-size:42px;
font-weight:700;
margin-bottom:60px;
color:#e31b23;
}

/* card */

.cert-card{
background:white;
border-radius:12px;
padding:15px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:all .35s ease;
height:100%;
display:flex;
flex-direction:column;
justify-content:space-between;
}

/* hover */

.cert-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 40px rgba(0,0,0,0.15);
}

/* image */

.cert-img{
width:100%;
height:280px;
object-fit:contain;
border-radius:8px;
background:#fafafa;
padding:8px;
}

/* title */

.cert-card h5{
margin-top:15px;
font-size:16px;
font-weight:600;
color:#333;
letter-spacing:.5px;
}

/* responsive */

@media(max-width:768px){

.cert-title{
font-size:32px;
}

.cert-img{
height:220px;
}

}
.site-footer{

background:#111;

color:#ddd;

padding:70px 0 20px;

margin-top:80px;

position:relative;

overflow:hidden;

}

/* container */

.footer-container{

max-width:1200px;

margin:auto;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:40px;

padding:0 20px;

}

/* logo */

.footer-logo{

height:60px;

margin-bottom:15px;

}

/* text */

.footer-desc{

font-size:14px;

line-height:1.7;

color:#bbb;

}

/* headings */

.footer-col h3{

color:white;

margin-bottom:20px;

font-size:20px;

position:relative;

}

/* underline animation */

.footer-col h3::after{

content:"";

width:40px;

height:3px;

background:#e31b23;

position:absolute;

left:0;

bottom:-8px;

}

/* list */

.footer-col ul{

list-style:none;

padding:0;

}

.footer-col ul li{

margin-bottom:10px;

font-size:14px;

}

/* links */

.footer-col ul li a{

color:#bbb;

text-decoration:none;

transition:.3s;

}

.footer-col ul li a:hover{

color:#e31b23;

padding-left:5px;

}

/* social icons */

.social-icons{

margin-top:20px;

}

.social-icons a{

display:inline-block;

width:40px;

height:40px;

line-height:40px;

text-align:center;

border-radius:50%;

background:#222;

color:white;

margin-right:10px;

transition:.3s;

}

.social-icons a:hover{

background:#e31b23;

transform:translateY(-4px);

}

/* bottom */

.footer-bottom{

text-align:center;

border-top:1px solid #333;

margin-top:40px;

padding-top:15px;

font-size:14px;

color:#aaa;

}

/* responsive */

@media(max-width:768px){

.site-footer{

text-align:center;

}

.footer-col h3::after{

left:50%;

transform:translateX(-50%);

}
}  