.contact-wrapper{background:var(--background);justify-content:center;align-items:center;width:100%;display:flex}.contact-container{color:#000;justify-content:space-between;gap:2rem;width:1180px;padding:12rem 0;display:flex}.contact-left{flex-direction:column;width:50%;display:flex;position:relative}.contact-title{letter-spacing:-.02em;margin-bottom:2rem;font-size:4rem;font-weight:300}.contact-email{color:#000;font-size:1rem;text-decoration:none;transition:color .3s}.contact-email:hover{color:#67e8f9}.contact-address{margin-top:.5rem}.address-label{color:#000;letter-spacing:.05em;margin-bottom:.75rem;font-size:1rem;font-weight:600;display:inline}.contact-item-wrapper a{color:#000000c7}.contact-item-wrapper a:hover{color:#000}.address-text{color:#000000dc;text-align:left;margin:0;font-size:.9rem;font-weight:400;line-height:1.3}.contact-us-image{border-radius:20px;margin-top:2rem;margin-bottom:2rem}.contact-right{width:50%}.form-container{max-width:600px}.form-group{margin-bottom:1.5rem}.form-label{color:#000;text-align:left;margin:0 0 .5rem;font-size:16px;font-weight:600;line-height:1.3;display:block}.form-input,.form-select,.form-textarea{border:1px solid #6e6f70b1;border-radius:.75rem;width:100%;max-width:100%;padding:.875rem 1.25rem;font-family:inherit;font-size:.8rem;transition:all .3s;box-shadow:0 0 0 3px #6d69691a}.form-input::placeholder,.form-textarea::placeholder{color:#000}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#414242;outline:none}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-textarea{resize:none;font-family:inherit}.submit-button-container{justify-content:center;align-items:center;width:100%;display:flex}.submit-button{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:50px;width:100%;padding:.775rem 2rem;font-size:1rem;font-weight:500;transition:all .3s ease-in-out}.submit-button:hover{background:var(--color-blue-500);color:#fff;transition:all .3s ease-in-out;scale:1.02}.contact-background-svg{position:absolute;top:10%;left:10%}@media (max-width:1024px){.contact-container{flex-direction:column}.contact-left,.contact-right{padding:3rem 2rem}.contact-title{font-size:3rem}.contact-container{padding:3rem 0}}@media (max-width:768px){.contact-left,.contact-right{width:100%;padding:2rem 1.5rem}.contact-title{font-size:2.5rem}.contact-email{font-size:1rem}.contact-us-image{display:none}}.toast-notification{z-index:9999;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-width:320px;max-width:420px;padding:16px 20px;animation:.4s cubic-bezier(.68,-.55,.265,1.55) slideInRight;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 10px 40px #00000026}@keyframes slideInRight{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.toast-notification.success{border-left:4px solid #10b981}.toast-notification.error{border-left:4px solid #ef4444}.toast-content{flex:1;align-items:center;gap:12px;display:flex}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:flex}.toast-notification.success .toast-icon{color:#10b981;background:#d1fae5}.toast-notification.error .toast-icon{color:#ef4444;background:#fee2e2}.toast-message{color:#1f2937;font-size:14px;font-weight:500;line-height:1.5}.toast-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;font-size:18px;transition:color .2s;display:flex}.toast-close:hover{color:#4b5563}.submit-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.toast-notification{min-width:auto;max-width:none;top:16px;left:16px;right:16px}}.form-label span{color:red}.contact-item-wrapper{align-items:center;gap:1rem;margin-top:.8rem;display:flex}.form-icon{border:1px solid var(--blue);background-color:var(--blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;transition:all .2s ease-in-out;display:flex}.form-icon:hover{color:#fff;background-color:#000;transition:all .2s ease-in-out}.title-container{display:inline-block}.contact-header{text-align:left;flex-direction:column;gap:1.69rem;max-width:100%;margin-bottom:2rem;display:flex}.contact-header-title-wrapper{display:flex}@media (max-width:768px){.contact-header-title-wrapper{justify-content:center}}
