.QuerySection_section{background-color:var(--bg-light);justify-content:center;width:100%;padding:4rem 0;display:flex}.QuerySection_container{width:100%}.QuerySection_card{border-radius:var(--br-md);background:#fff;min-height:540px;padding:5px;display:flex;overflow:hidden}.QuerySection_leftPanel{color:#fff;border-radius:8px;flex:0 0 50%;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.QuerySection_leftPanel.QuerySection_hasMap{flex:0 0 60%}.QuerySection_leftPanel:before{content:"";z-index:1;background:#fff9f921;border-radius:50%;width:130px;height:130px;position:absolute;bottom:0;right:200px}.QuerySection_leftPanel:after{content:"";z-index:1;background:#ffffff1f;border-radius:50%;width:270px;height:270px;position:absolute;bottom:-150px;right:20px}.QuerySection_leftContentWrapper{z-index:2;gap:2rem;width:100%;display:flex;position:relative}.QuerySection_leftContent{flex:1}.QuerySection_mapWrapper{flex:0 0 38%;min-height:412px;padding-top:2rem}.QuerySection_googleMap{border-radius:20px;height:100%}.QuerySection_header{margin-bottom:30px}.QuerySection_title{font-size:clamp(var(--font-size-base),1.5vw,var(--font-size-28));margin-bottom:10px;font-weight:600;line-height:1.4}.QuerySection_subtitle{font-size:clamp(var(--font-size-base),1.1vw,var(--font-size-22));opacity:.9;font-weight:400}.QuerySection_contactList{flex-direction:column;gap:30px;display:flex}.QuerySection_contactItem{font-size:clamp(var(--font-size-sm),.9vw,var(--font-size-base));gap:15px;max-width:95%;line-height:1.5;display:flex}.QuerySection_icon{color:#fff;flex-shrink:0;width:24px;height:24px}.QuerySection_rightPanel{background:#fff;flex:1;padding:30px}.QuerySection_form{flex-direction:column;gap:20px;display:flex}.QuerySection_row{gap:20px;display:flex}.QuerySection_formGroup{flex-direction:column;flex:1;gap:8px;display:flex}.QuerySection_formGroup label{font-size:var(--font-size-xs);color:var(--text-description);font-weight:500}.QuerySection_formGroup input[type=text],.QuerySection_formGroup input[type=email],.QuerySection_formGroup input[type=tel]{color:#333;border:none;border-bottom:1px solid #ddd;outline:none;padding:10px 0;font-size:14px;transition:border-color .3s}.QuerySection_formGroup input:focus{border-bottom-color:#ed6f1e}.QuerySection_formGroup textarea{resize:none;border:none;border-bottom:1px solid #ddd;outline:none;padding:10px 0;font-family:inherit;font-size:14px;transition:border-color .3s}.QuerySection_formGroup textarea:focus{border-bottom-color:#ed6f1e}.QuerySection_radioGroup{flex-wrap:wrap;gap:20px;margin-top:5px;display:flex}.QuerySection_radioLabel{cursor:pointer;color:#555;align-items:center;gap:8px;font-size:12px;display:flex}.QuerySection_radioLabel input{display:none}.QuerySection_radioCustom{border:2px solid #ddd;border-radius:50%;width:20px;height:20px;display:inline-block;position:relative}.QuerySection_radioLabel input:checked+.QuerySection_radioCustom{background:#0f1020;border-color:#0f1020}.QuerySection_radioLabel input:checked+.QuerySection_radioCustom:after{content:"";background:#fff;border-radius:50%;width:7px;height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.QuerySection_submitBtn{color:#fff;font-size:var(--font-base);cursor:pointer;background-color:#ed6f1e;border:none;border-radius:50px;align-items:center;gap:10px;width:fit-content;margin-top:10px;padding:15px 40px;font-weight:500;transition:background-color .3s;display:flex}.QuerySection_submitBtn:hover{background-color:#d65a0d}.QuerySection_btnIcon{font-size:16px}.QuerySection_formGroup input.error,.QuerySection_formGroup textarea.error{border-bottom-color:#f44}.QuerySection_error{color:#f44;font-size:var(--font-size-xs);display:block}.QuerySection_success{color:#fff;font-size:var(--font-size-base);text-align:center;background-color:#4caf50;border-radius:5px;margin-bottom:10px;padding:12px}.QuerySection_submitBtn:disabled{cursor:not-allowed;background-color:#ccc}.QuerySection_submitBtn:disabled:hover{background-color:#ccc}@media (max-width:900px){.QuerySection_card{flex-direction:column}.QuerySection_leftPanel{flex:0 0 100%;width:100%;padding:40px 30px}.QuerySection_rightPanel{padding:40px 30px}}@media (max-width:600px){.QuerySection_row{flex-direction:column;gap:20px}.QuerySection_radioGroup{gap:10px}.QuerySection_icon{width:20px;height:20px}.QuerySection_leftContentWrapper{flex-direction:column;gap:2rem}.QuerySection_mapWrapper{flex:none;width:100%;min-height:250px}}
.GoogleMap_container{border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.GoogleMap_iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}
