.contact-page{justify-content:center;align-items:flex-start;gap:6rem;max-width:1200px;margin:0 auto 30px;padding:2rem;font-family:SF Pro Display,sans-serif;font-size:1rem;font-weight:100;display:flex}.left-side{flex:1}.right-side{flex:1;justify-content:center;align-items:center;display:flex}.right-side img{border-radius:12px;max-width:95%;height:auto}.headings{margin-bottom:2rem}.heading-main,.heading-sub{opacity:0;animation:1s forwards fadeSlideUp;transform:translateY(20px)}.heading-sub{animation-delay:.9s}@keyframes fadeSlideUp{to{opacity:1;transform:translateY(0)}}.heading-main{color:#c7e77d;margin-bottom:1rem;font-size:2rem;font-weight:200}.heading-sub{color:#f5f5f5;font-size:1.2rem;font-weight:100}.contact-form{flex-direction:column;gap:1.4rem;display:flex}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:6px;padding:.75rem;font-size:1rem}.contact-form button{color:#fff;cursor:pointer;background-color:#2b892e;border:none;border-radius:6px;padding:.75rem;font-size:1rem;transition:background-color .2s}.contact-form button:hover{background-color:#c5f158}.contact-status{margin-top:1rem;font-weight:500}@media (max-width:768px){.contact-page{flex-direction:column;gap:1.5rem}.heading-main{font-size:1.75rem}.heading-sub{font-size:1rem}.right-side img{margin-left:auto}}
