.enquiry-section{width:100%;display:flex;justify-content:center;padding:0 16px;margin:0}.contact-us-page .enquiry-section{margin-top:32px;margin-bottom:0}.contact-us-page .enquiry-section .enquiry-container{max-width:1041px!important;padding:50px 0!important;justify-content:space-between!important;gap:clamp(20px,3vw,40px)!important}@media(max-width:1024px){.contact-us-page .enquiry-section .enquiry-container{padding:40px 24px!important}}@media(max-width:768px){.contact-us-page .enquiry-section .enquiry-container{padding:32px 16px!important}}.contact-us-page .enquiry-section .enquiry-left{max-width:401px!important}.contact-us-page .enquiry-section .enquiry-form-group{max-width:506px!important}.enquiry-container{width:100%;max-width:1080px;margin:0 auto;min-height:570px;background-color:#f8efdb;border-radius:16px;padding:56px clamp(32px,5vw,64px);box-sizing:border-box;display:flex;gap:clamp(24px,4vw,48px);justify-content:space-between}.enquiry-left{display:flex;flex-direction:column;max-width:401px;width:100%}.enquiry-left__illustration{width:103px;height:228px;margin-bottom:40px;object-fit:contain}.enquiry-left__title{width:100%;max-width:401px;font-family:Items,Georgia,serif;font-weight:300;font-size:36px;line-height:44px;letter-spacing:0;color:#000;margin:0 0 24px}.enquiry-left__desc{width:100%;max-width:309px;font-family:"Inter Tight",var(--font-sans,sans-serif);font-weight:400;font-size:18px;line-height:24px;color:#000;margin:0}.enquiry-left__desc p{margin:0 0 16px}.enquiry-left__desc p:last-child{margin-bottom:0}.enquiry-left__desc b,.enquiry-left__desc strong{font-weight:600}.enquiry-left__desc em,.enquiry-left__desc i{font-style:italic}.enquiry-left__desc a{color:inherit;text-decoration:underline}.enquiry-left__desc a:hover{text-decoration:none}.enquiry-form-group{width:100%;max-width:506px;display:flex;flex-direction:column;gap:24px}.enquiry-form-group__row{display:flex;gap:16px}.enquiry-input,.enquiry-textarea{width:100%;background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:10px 24px;font-family:"Inter Tight",var(--font-sans,sans-serif);font-size:16px;color:#000;box-sizing:border-box;outline:none;transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease}.enquiry-input:hover,.enquiry-textarea:hover{border-color:#b2c9be}.enquiry-input:focus,.enquiry-textarea:focus{border-color:#5a9677;box-shadow:0 0 0 3px rgba(90,150,119,.15)}.enquiry-input::placeholder,.enquiry-textarea::placeholder{color:#8c8c8c;transition:color .2s ease}.enquiry-input:focus::placeholder,.enquiry-textarea:focus::placeholder{color:#b5b5b5}.enquiry-input{height:48px}.enquiry-dropdown-wrapper{position:relative;width:100%}.enquiry-custom-select{width:100%;height:48px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;user-select:none;font-family:"Inter Tight",var(--font-sans,sans-serif);font-size:16px;color:#000;box-sizing:border-box;outline:none;transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease}.enquiry-custom-select:hover{border-color:#b2c9be}.enquiry-custom-select--active,.enquiry-custom-select:focus{border-color:#5a9677;box-shadow:0 0 0 3px rgba(90,150,119,.15)}.enquiry-custom-select--placeholder .enquiry-custom-select__value{color:#8c8c8c}.enquiry-custom-select__value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.enquiry-custom-select__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:12px}.enquiry-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;width:100%;z-index:1000;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:8px;box-sizing:border-box;box-shadow:0 20px 40px -12px rgba(0,0,0,.14),0 8px 16px -8px rgba(0,0,0,.06);max-height:280px;overflow-y:auto;opacity:0;transform:translateY(-8px) scale(.98);pointer-events:none;transition:opacity .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1)}.enquiry-dropdown-menu--open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.enquiry-dropdown-option{padding:12px 18px;border-radius:8px;font-family:"Inter Tight",var(--font-sans,sans-serif);font-size:16px;color:#333;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .15s ease;margin-bottom:2px}.enquiry-dropdown-option:last-child{margin-bottom:0}.enquiry-dropdown-option:hover{background-color:#f4f9f6;color:#000}.enquiry-dropdown-option--selected{background-color:#e6f2eb;color:#1f523b;font-weight:600}.enquiry-dropdown-option--selected:hover{background-color:#dceee3;color:#1a4732}.enquiry-dropdown-option__check{display:inline-flex;align-items:center;justify-content:center}.enquiry-textarea{resize:vertical;height:98px}.enquiry-privacy{display:flex;align-items:center;gap:12px}.enquiry-privacy input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;cursor:pointer;flex-shrink:0;border-radius:4px;border:1px solid #8c8c8c;background-color:transparent;margin:0}.enquiry-privacy input[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5.5L5 9L12.5 1.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:14px 11px;border-color:#000}.enquiry-privacy label{font-family:"Inter Tight",var(--font-sans,sans-serif);font-weight:400;font-size:16px;line-height:28px;color:#6d6d6d}.enquiry-privacy label a,.enquiry-privacy label span{text-decoration:underline;color:#6d6d6d;cursor:pointer}.enquiry-submit-btn{font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:1;letter-spacing:-.02em;color:#000;background-color:#cde856;border:none;border-radius:8px;padding:16px 24px;cursor:pointer;width:fit-content;transition:background-color .4s ease .1s,color .4s ease .1s,transform .4s ease .1s}.enquiry-submit-btn:hover:not(:disabled){background-color:#000;color:#fff;transform:translateY(-1px)}.enquiry-submit-btn:disabled{opacity:.7;cursor:not-allowed}.enquiry-bottom-desc{width:100%;max-width:506px;font-family:"Inter Tight",var(--font-sans,sans-serif);font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#000;margin:25px 0 0}.enquiry-bottom-desc p{margin:0 0 16px}.enquiry-bottom-desc p:last-child{margin-bottom:0}.enquiry-bottom-desc b,.enquiry-bottom-desc strong{font-weight:600}.enquiry-bottom-desc em,.enquiry-bottom-desc i{font-style:italic}.enquiry-bottom-desc a{color:inherit;text-decoration:underline}.enquiry-bottom-desc a:hover{text-decoration:none}@media screen and (min-width:1438px){.enquiry-container{max-width:1120px;padding:60px 64px;gap:50px}.enquiry-left{max-width:420px}.enquiry-form-group{max-width:520px}}@media screen and (min-width:1680px){.enquiry-container{max-width:1140px;padding:64px 72px;gap:56px}.enquiry-left{max-width:430px}.enquiry-form-group{max-width:530px}}@media screen and (max-width:1024px){.enquiry-container{flex-direction:column;padding:40px;align-items:center;gap:48px}.enquiry-left{align-items:center;text-align:center}.enquiry-left__title{font-size:clamp(36px,8vw,64px)}.enquiry-form-group{max-width:100%}}@media screen and (max-width:768px){.enquiry-section{margin-top:0;margin-bottom:0}.enquiry-container{padding:32px 20px}.enquiry-left{align-items:flex-start;text-align:left}.enquiry-left__illustration{margin:48px 0 12px 24px}.enquiry-left__title{font-size:64px;line-height:70px}}