@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&display=swap');

/* Shared footer — matches the Services page footer. */
footer{background:#0d2b28;color:#cfe0dc;margin-top:70px;}
.footer-main{
  display:grid;grid-template-columns:1.4fr 1fr 1.3fr 1.3fr;
  gap:40px;padding:60px;
}
.footer-main h5{color:#fff;font-size:15px;margin-bottom:18px;letter-spacing:.04em;}
.footer-about p{font-size:13.5px;color:#a9beb8;margin-bottom:20px;max-width:260px;}
.socials{display:flex;gap:12px;}
.socials a{
  width:32px;height:32px;border:1px solid #3d5a54;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-size:13px;
}
.footer-main ul{list-style:none;}
.footer-main ul li{margin-bottom:10px;font-size:13.5px;color:#a9beb8;}
.footer-main ul li a:hover{color:#fff;}
.contact-list li{display:flex;gap:10px;align-items:flex-start;}
.footer-bottom{
  border-top:1px solid #223f3a;padding:20px 60px;
  display:flex;justify-content:space-between;font-size:12.5px;color:#fbe6da;
  background:#a84f31;
}
.footer-bottom a{color:#fbe6da;}
.footer-bottom-links{display:flex;gap:24px;}
.footer-credit{margin-left:24px;}

@media(max-width:900px){
  .footer-main{grid-template-columns:1fr 1fr;padding:40px 24px;}
  .footer-bottom{flex-direction:column;gap:10px;padding:20px 24px;}
}
