:root{--bs-body-font-family:Alata,sans-serif;--bs-headings-font-family:Alata,sans-serif}.contact-hero{background-color:#fffaec;padding:100px 0 60px;text-align:center}.contact-hero h1{color:#4f1e10;font-size:4rem;font-weight:700;margin-bottom:24px}.contact-hero p{color:#9d5918;font-size:1.5rem;margin:0 auto;max-width:800px}@media(max-width:767px){.contact-hero{padding:60px 0 40px}.contact-hero h1{font-size:2.5rem}.contact-hero p{font-size:1.125rem}}.contact-section{background-color:#fffaec;padding:60px 0 100px}.contact-section .contact-container{background-color:#fff;border-radius:60px;box-shadow:0 20px 50px rgba(0,0,0,.05);display:grid;gap:60px;grid-template-columns:1fr 1.5fr;padding:60px}@media(max-width:1199px){.contact-section .contact-container{grid-template-columns:1fr;padding:40px}}@media(max-width:767px){.contact-section .contact-container{border-radius:30px;gap:40px;padding:30px 20px}}.contact-section .contact-info h3{color:#4f1e10;font-size:2rem;font-weight:700;margin-bottom:30px}.contact-section .contact-info .info-item{margin-bottom:30px}.contact-section .contact-info .info-item h4{color:#9d5918;font-size:.875rem;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.contact-section .contact-info .info-item a,.contact-section .contact-info .info-item p{color:#4f1e10;display:block;font-size:1.375rem;font-weight:600;text-decoration:none}.contact-section .contact-info .info-item a:hover{color:#e78020}.contact-section .contact-form-wrapper h3{color:#4f1e10;font-size:2rem;font-weight:700;margin-bottom:30px}.contact-section .contact-form-wrapper .form-group{margin-bottom:24px}.contact-section .contact-form-wrapper input,.contact-section .contact-form-wrapper textarea{background-color:#fffaec;border:2px solid transparent;border-radius:20px;transition:border-color .3s ease}.contact-section .contact-form-wrapper input:focus,.contact-section .contact-form-wrapper textarea:focus{border-color:#e78020;outline:none}.contact-section .contact-form-wrapper .btn-submit{background-color:#e78020;border:none;border-radius:40px;color:#fff;cursor:pointer;font-size:1.25rem;font-weight:700;padding:18px 40px;transition:transform .3s ease,background-color .3s ease;width:100%}.contact-section .contact-form-wrapper .btn-submit:hover{background-color:#d67317;transform:translateY(-2px)}