.footer{background-color:#046219;padding:60px 20px;color:#fff}.footer .container{margin:auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;text-align:center;padding:0}.footer-left{flex:1}.footer-left h2{font-weight:600;font-size:clamp(28px,2vw,32px);text-align:center;margin-bottom:15px}.footer-left p{font-size:clamp(16px,2vw,18px);margin-bottom:20px}.social-icons{display:flex;gap:30px;align-items:center;justify-content:center}.social-icons img{width:28px;cursor:pointer}.footer-logo{margin:auto}.footer-right{flex:1}.footer-right p{font-weight:600;font-size:clamp(18px,2vw,22px);margin-bottom:40px}.newsletter{display:flex;background:#fff;border-radius:30px;overflow:hidden;max-width:92%;margin:auto}.newsletter input{width:100%;padding:15px;border:none;outline:none;font-size:14px}.newsletter button{background:#f1f0e0;border:none;padding:10px 25px;cursor:pointer;font-size:18px;font-weight:500;color:#025e1f;white-space:nowrap;border-radius:310px}@media (max-width:991.98px){.footer .container{flex-direction:column}}