.quote-page-section{background:#f0f3ff;padding:60px 0;min-height:600px}.quote-form-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:15px;margin:0 auto;max-width:900px}.quote-form-header{text-align:center;margin-bottom:12px;padding-bottom:12px;border-bottom:3px solid #836fff}.quote-form-header h2{font-weight:700;color:#211951;margin-bottom:10px;font-family:Roboto,sans-serif}.quote-form-header p{color:#666;margin:0}.cust-form input[type=email],.cust-form input[type=tel],.cust-form input[type=text],.cust-form select,.cust-form textarea{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;transition:all .3s ease;font-family:Roboto,sans-serif;color:#333}.cust-form input[type=email]:focus,.cust-form input[type=tel]:focus,.cust-form input[type=text]:focus,.cust-form select:focus,.cust-form textarea:focus{outline:none;border-color:#836fff;box-shadow:0 0 0 3px rgba(131,111,255,.1)}.cust-form input[type=email]::-moz-placeholder,.cust-form input[type=tel]::-moz-placeholder,.cust-form input[type=text]::-moz-placeholder,.cust-form textarea::-moz-placeholder{color:#999}.cust-form input[type=email]::placeholder,.cust-form input[type=tel]::placeholder,.cust-form input[type=text]::placeholder,.cust-form textarea::placeholder{color:#999}.cust-form label{font-weight:600;color:#333;margin-bottom:8px;display:block;font-family:Roboto,sans-serif}.cust-form .text-danger{color:#dc3545;font-weight:700}.cust-form .error{color:#dc3545;margin-top:6px;display:block;font-weight:500}.color-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:12px;margin-top:15px;padding:20px;background:#f9f9f9;border-radius:12px;border:1px solid #e0e0e0;max-height:300px;overflow-y:auto}.color-checkbox-wrapper{display:flex;flex-direction:column;align-items:center;gap:6px}.color-circle{width:50px;height:50px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .3s ease;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.15)}.color-circle:hover{transform:scale(1.15);box-shadow:0 4px 12px rgba(0,0,0,.25)}.color-checkbox-wrapper input[type=checkbox]:checked+.color-circle{border-color:#211951;box-shadow:0 0 0 4px rgba(131,111,255,.3);transform:scale(1.1)}.color-checkbox-wrapper input[type=checkbox]:checked+.color-circle:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.5)}.color-name{color:#666;text-align:center;font-weight:500;text-transform:capitalize}.font-dropdown-button{min-width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center}.font-dropdown-button:hover{border-color:#836fff}.font-panel{margin-top:10px;padding:20px;background:#f9f9f9;border-radius:12px;border:1px solid #e0e0e0;max-height:400px;overflow-y:auto}.font-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.font-card{padding:20px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;text-align:center;cursor:pointer;transition:all .3s ease;position:relative}.font-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,.1);border-color:#836fff}.font-card.selected{border-color:#211951;background:#f0f3ff;box-shadow:0 0 0 3px rgba(131,111,255,.2)}.font-card.selected:after{content:"✓";position:absolute;top:8px;right:8px;width:24px;height:24px;background:#211951;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.font-preview{margin-bottom:8px;color:#211951}.font-name{color:#666;font-weight:500}.sign-type-image-container{margin-top:15px;padding:20px;background:#f9f9f9;border-radius:12px;border:2px solid #e0e0e0;text-align:center}.sign-type-image-container img{max-width:100%;max-height:200px;-o-object-fit:contain;object-fit:contain;border-radius:8px}.captcha-container{display:flex;flex-direction:column;gap:12px}.captcha-canvas-wrapper{padding:10px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;display:inline-block}.captcha-input-row{display:flex;gap:10px;align-items:center}.reload-captcha-button{padding:12px 16px;background:#211951;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:50px}.reload-captcha-button:hover{background:#836fff;transform:rotate(180deg)}.cust-n-btn{background:linear-gradient(135deg,#211951,#836fff);color:#fff;padding:16px 48px;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(33,25,81,.3);font-family:Roboto,sans-serif;margin-top:30px;min-width:250px}.cust-n-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(33,25,81,.4)}.cust-n-btn:active:not(:disabled){transform:translateY(0)}.cust-n-btn:disabled{opacity:.6;cursor:not-allowed}.loader{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}.spinner{width:60px;height:60px;border:5px solid hsla(0,0%,100%,.3);border-top-color:#836fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-container{background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.3);max-width:500px;width:90%;animation:slideUp .3s ease;overflow:hidden}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-header{background:linear-gradient(135deg,#211951,#836fff);padding:24px;text-align:center}.popup-header h3{color:#fff;font-weight:700;margin:0;font-family:Roboto,sans-serif}.popup-body{padding:40px 30px;text-align:center}.popup-body p{color:#333;margin:0;line-height:1.6}.popup-footer{padding:20px 30px;text-align:center;border-top:1px solid #e0e0e0}.popup-footer .pay-btn{background:#211951;color:#fff;padding:12px 40px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.popup-footer .pay-btn:hover{background:#836fff;transform:translateY(-2px)}.quote-form-card .col-lg-12,.quote-form-card .col-lg-4,.quote-form-card .col-lg-6{margin-bottom:1px}@media (max-width:768px){.quote-form-card{padding:30px 20px;border-radius:12px}.color-grid-container{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:10px}.color-circle{width:45px;height:45px}.font-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.cust-n-btn{padding:14px 32px;min-width:200px}}.cust-form input[type=file]{padding:12px;border:2px dashed #e0e0e0;border-radius:8px;background:#f9f9f9;cursor:pointer;transition:all .3s ease}.cust-form input[type=file]:hover{border-color:#836fff;background:#f0f3ff}.cust-form textarea{min-height:120px;resize:vertical}.cust-form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:45px}.cust-form .row{margin:0 -12px}.cust-form .row>[class*=col-]{padding:0 12px}