body{font-family:Arial,sans-serif;background-color:#fff}header{background-color:#fff;color:#000;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:3px solid #2AACE3;margin-bottom:20px}nav a{color:#000;text-decoration:none;margin:0 15px;font-weight:700;transition:color .3s}nav a:hover{color:#2aace3}nav a.active{color:#f36d21}.logo img{width:300px;height:auto}footer{background-color:#fff;color:#000;padding:20px;border-top:3px solid #2AACE3;margin-top:40px}footer .footer-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}footer .footer-section{flex:1 1 25%}footer .footer-section h4{font-size:1.2rem;color:#000;margin-bottom:10px}footer .footer-section a{color:#000;text-decoration:none;font-size:.9rem;margin:5px 0;display:block;transition:color .3s}footer .footer-section a:hover{color:#f36d21}footer .footer-section p{font-size:.8rem}footer .footer-section img{margin-top:10px}footer .footer-section:last-child{text-align:right}@media (max-width: 768px){footer .footer-section{flex:1 1 100%;text-align:center}footer .footer-section:last-child{text-align:center}}
