.contact-section{opacity:0;background-color:#faf9f6;padding:50px 0;transition:opacity .8s ease-out,transform .8s ease-out;position:relative;overflow:hidden;transform:translateY(50px)}.animate-fade-up{opacity:1;transform:translateY(0)}.contact-container{justify-content:space-between;gap:80px;width:90%;max-width:1300px;margin:0 auto;display:flex}.contact-info{flex:1}.contact-label{color:#4b662a;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:10px;font-size:24px;font-weight:600;display:flex;font-family:poppins!important}.leaf-icon{margin-left:8px}.contact-title{color:#2b3a4a;margin-bottom:20px;font-family:serif;font-size:48px;font-weight:700;line-height:1.2}.contact-divider{background-color:#6c8724;width:60px;height:3px;margin-bottom:25px}.contact-desc{color:#555;font-size:16px;line-height:1.8}.contact-form-box{flex-direction:column;flex:1;justify-content:center;display:flex}.contact-form{flex-direction:column;gap:30px;display:flex}.form-group input,.form-group textarea{color:#333;resize:none;background:0 0;border:none;border-bottom:1px solid #ccc;outline:none;width:100%;padding:10px 0;font-family:inherit;font-size:18px;transition:border-color .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.form-group input:focus,.form-group textarea:focus{border-bottom-color:#6c8724}.submit-btn{color:#fff;cursor:pointer;background-color:#0d4a22;border:none;border-radius:30px;align-self:flex-start;padding:12px 30px;font-size:14px;font-weight:600;transition:background-color .3s}.submit-btn:hover{background-color:#0a381a}@media (max-width:900px){.contact-container{flex-direction:column;gap:50px}}
