.custom-select{width:100%;font-family:inherit;position:relative}.select-trigger{cursor:pointer;background:#fff;border:1px solid #e4c8af;border-radius:5px;justify-content:space-between;align-items:center;padding:7px;transition:all .2s;display:flex}.select-trigger span{color:#333;font-size:12px;font-weight:500}.select-trigger:hover{background:#fff7f0}.arrow{width:14px;transition:transform .2s}.arrow.rotate{transform:rotate(180deg)}.select-options{z-index:100;background:#fff;border:1px solid #bc6c25;border-radius:8px;width:100%;max-height:220px;padding-left:0;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 10px 30px #bc6c2540}.select-options.open-up{top:auto;bottom:calc(100% + 6px)}.select-option{cursor:pointer;padding:5px 14px;list-style:none;transition:background .2s;position:relative}.select-option input{pointer-events:none}.select-option:after{content:"";background-color:#eee;width:93%;height:1px;transition:all .2s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.select-option:hover{color:#fff;background:#bc6c25}.select-option:hover:after{background:#bc6c25}.select-option:hover label{color:#fff}.select-option:hover .custom-checkbox-2 .checkmark{border:1px solid #fff}.select-option:has(+.select-option:hover):after{width:100%}.select-options::-webkit-scrollbar{width:6px}.select-options::-webkit-scrollbar-thumb{background:#bc6c25;border-radius:999px}.enquire-form-select{appearance:none;white-space:nowrap;text-overflow:ellipsis;background:#fff;border:1px solid #0000;border-radius:7.36px;width:100%;padding:12px;font-size:14px;font-weight:700;overflow:hidden;color:#bc6c25!important}.enquire-form-select:focus{border:1px solid #bc6c25!important;outline:1px solid #bc6c25!important}.search-box{z-index:2;background:#fff;border-bottom:1px solid #eee;padding:8px;list-style:none;position:sticky;top:0}.search-box input{border:1px solid #e4c8af;border-radius:5px;outline:none;width:100%;padding:6px 10px;font-size:12px}.search-box input:focus{border-color:#bc6c25}.no-result{text-align:center;color:gray;padding:10px;font-size:12px;list-style:none}.select-option.active{color:#fff;background:#bc6c25}.select-option.active label{color:#fff}.select-option.active .custom-checkbox-2 .checkmark{border:1px solid #fff}
.custom-checkbox-2{cursor:pointer;align-items:center;gap:10px;margin-bottom:8px;font-size:15px;display:flex}.custom-checkbox-2 input{display:none}.custom-checkbox-2 .checkmark{border:1px solid #bc6c25;border-radius:5px;width:20px;height:20px;transition:all .2s;position:relative}label.custom-checkbox-2{color:#000}.custom-checkbox-2 input:checked+.checkmark{background:#bc6c25;border-color:#bc6c25}.custom-checkbox-2 input:checked+.checkmark:after{content:"✔";color:#fff;font-size:13px;position:absolute;top:-2px;left:3px}
