/* Printkreation Quote Form Styles */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body .form_entries table.form-table {
    margin: 10px 0 !important;
}
body .form_entries .form-table th, body .form_entries .form-table td {
    border: none !important;
    vertical-align: middle !important;
    line-height: normal;
    height: auto;
    padding: 12px 0 0 15px !important;
}
.pkq-quote-form {
    overflow: hidden;
    font-family: "Inter", sans-serif;
}

.pkq-quote-form h1,
.pkq-quote-form h2,
.pkq-quote-form h3,
.pkq-quote-form h4,
.pkq-quote-form h5,
.pkq-quote-form h6,
.pkq-quote-form span,
.pkq-quote-form p {
    margin: 0 !important;
    font-family: "Inter", sans-serif !important;
}
.pkq-quote-form .form_header {
    margin-bottom: 25px;
}
.pkq-quote-form .form_header h1 {
    font-size: 44px;
    font-weight: bold;
    color: #f90d0d;
    margin: 0 !important;
    line-height: 1;
}
.pkq-quote-form .form_header p {
    margin: 5px 0 0 0!important;
    color: #979595;
    font-size: 19px;
    font-style: italic;
    line-height: normal;
}
/* ---------- progress indicator with line ---------- */
.pkq-quote-form .step-indicator-wrapper {
    position: relative;
}
.pkq-quote-form .step-indicator-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    width: 34px;
    height: 16px;
    background-color: #fff;
    top: 30%;
    transform: translateY(-50%);
    z-index: 9;
}
.pkq-quote-form .step-indicator-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    width: 50px;
    height: 16px;
    background-color: #fff;
    top: 30%;
    transform: translateY(-50%);
    z-index: 9;
}
.pkq-quote-form .step-indicator {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}
/* gray background line */
.pkq-quote-form .step-indicator::before {
    content: '';
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 12px;
    background: #c4c4c4;
    z-index: 1;
}
/* red progress line */
.pkq-quote-form .progress-line-fill {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: 0;
    width: 0%;
    height: 12px;
    background: #f90d0d;
    z-index: 2;
    transition: width 0.3s ease;
}
.pkq-quote-form .step-item {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5px;
}
.pkq-quote-form .step-number {
    width: 35px;
    height: 35px;
    background: #c4c4c4;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 6px;
    clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 50% 100%, 0 80%, 0 20%);
    font-size: 20px;
    transition: background 0.2s;
}
.pkq-quote-form .step-label {
    font-size: 15px;
    color: #c4c4c4;
    letter-spacing: 0.3px;
    font-weight: 500;
    transition: color 0.2s;
}
.pkq-quote-form .step-item.done .step-number {
    background: #f90d0d;
    color: white;
}
.pkq-quote-form .step-item.done .step-label {
    color: #f90d0d;
    font-weight: bold;
}

/* -------------------------------- */

/* steps content */
.pkq-quote-form .step-content {
    display: block;
}
.pkq-quote-form .step-panel {
    display: none;
}
.pkq-quote-form .step-panel.active-panel {
    display: block;
}

/* Keep the form hidden by default; JS toggles visibility when needed */
.pkq-quote-form__form--hidden {
    display: none !important;
}

.pkq-quote-form h2 {
    font-size: 23px !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    color: #000 !important;
    margin-bottom: 0.2rem !important;
    margin-top: 15px !important;
}
.pkq-quote-form h3 {
    font-size: 15px !important;
    color: #424242 !important;
    font-weight: 600;
}
.pkq-quote-form .subhead {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: "Inter", sans-serif !important;
}

/* fields */
.pkq-quote-form .field {
    margin-bottom: 1.5rem;
    position: relative;
}
.pkq-quote-form .field label {
    position: absolute;
    left: 12px;
    top: -8px;
    background-color: #fff;
    padding: 0 5px;
    font-weight: bold;
    font-size: 15px;
    color: #424242;
    display: block;
}
.pkq-quote-form .field label span {
    color: #424242;
    margin-left: 2px;
}
.pkq-quote-form input,
.pkq-quote-form textarea {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 2px solid #b3b3b3;
    transition: 0.15s;
    background: white;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
}
.pkq-quote-form input:focus,
.pkq-quote-form textarea:focus {
    outline: none;
    border-color: #1e2b3a;
    box-shadow: none;
}
.pkq-quote-form textarea {
    min-height: 100px;
    resize: vertical;
}
.pkq-quote-form .error-border {
    border-color: #d14 !important;
}
.pkq-quote-form .error-message {
    color: #d14;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    font-weight: 500;
}

/* service cards */
.pkq-quote-form .service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.pkq-quote-form .service-card {
    position: relative;
    border: 2px solid #c4c4c4;
    padding: 10px;
}
.pkq-quote-form .service_card_box {
    display: flex;
    gap: 15px;
}
.pkq-quote-form .service_card_box .service_card_img {
    height: 75px;
    width: 75px;
}
.pkq-quote-form .service_card_box .service_card_img img {
    max-width: 100%;
}
.pkq-quote-form .service_card_text {
    flex: 1;
}
.pkq-quote-form .service_card_text label {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
}
.pkq-quote-form .service_card_text span {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: bold;
}
.pkq-quote-form .service_card_text p {
    color: #bebdbd;
    font-size: 13px;
}
.pkq-quote-form .service-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.pkq-quote-form .service-card:has( input[type="radio"]:checked) {
    border-color: #000;
}
/* checkbox / radio groups */
.pkq-quote-form .checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    margin: 10px 0 0 0;
}
.pkq-quote-form .checkbox-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.pkq-quote-form .checkbox-item input[type="checkbox"],
.pkq-quote-form .checkbox-item input[type="radio"] {
    width: 13px;
    height: 13px;
    accent-color: #1e2b3a;
    margin: 0;
}
.pkq-quote-form .checkbox-item label {
    color: #bebdbd;
    font-size: 15px;
    cursor: pointer;
}

/* extra sections hidden by default */
.pkq-quote-form #refinementExtra,
.pkq-quote-form #guidExtra,
.pkq-quote-form #designExtra {
    display: none;
}

.pkq-quote-form .extra_option_wrapper {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.pkq-quote-form .extra_option_wrapper .extra_option_img {
    height: 75px;
    width: 75px;
}
.pkq-quote-form .extra_option_wrapper .extra_option_img img {
    max-width: 100%;
}
.pkq-quote-form .extra_option_wrapper .extra_option_select {
    flex: 1;
}

/* step 3 specific */
.pkq-quote-form .project-detail-section {
    margin-bottom: 20px;
}
.pkq-quote-form .project-detail-section h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
}
.pkq-quote-form .project-detail-section .question {
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
}
.pkq-quote-form .note-box {
    background: #f0f5fa;
    border-radius: 16px;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    font-size: 14px;
    color: #1f3b4f;
}
.pkq-quote-form .file-upload label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    background-color: #636363;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    padding: 6px;
    font-size: 14px;
}
.pkq-quote-form .file-upload input {
    padding: 0;
    border: none !important;
    background-color: transparent !important;
    font-size: 0 !important;
}
.pkq-quote-form .custome_file_upload {
    position: relative;
}
.pkq-quote-form .custome_file_upload input#fileUpload {
    position: absolute;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
}
/* navigation buttons */
.pkq-quote-form .nav-buttons {
    display: flex;
    justify-content: end;
    border-top: 3px solid #c4c4c4;
    padding-top: 2rem;
    margin-top: 1rem;
}
.pkq-quote-form .btn {
    border: none;
    padding: 0.9rem 2.2rem;
    border-radius: 40px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.15s;
    background: white;
    color: #1e2b3a;
    border: 1.5px solid #cad8e6;
}
.pkq-quote-form .btn-primary {
    background: #1e2b3a;
    color: white;
    border: 1.5px solid #1e2b3a;
}
.pkq-quote-form .btn-primary:hover {
    background: #0f1a24;
}
.pkq-quote-form .btn:hover {
    background: #f0f5fc;
}
.pkq-quote-form .btn:disabled {
    opacity: 0.4;
    pointer-events: none;
}
.pkq-quote-form .custome_btn_next:disabled {
    opacity: 0.4;
    pointer-events: none;
}
.pkq-quote-form .custome_btn_next {
    border: none !important;
    font-size: 20px !important;
    font-weight: bold;
    padding: 10px !important;
    border-radius: 10px;
    color: #fff !important;
    background-color: #e12e1e !important;
    height: auto !important;
    line-height: normal;
    cursor: pointer;
    transition: 0.5s;
}
.pkq-quote-form .custome_btn_next:hover {
    background-color: #000 !important;
    transition: 0.5s;
}

/* Submit button spinner */
.pkq-quote-form .pkq-loading {
    display: none;
}

.pkq-quote-form .loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.pkq-quote-form .small-note {
    font-size: 13px;
    color: #bebdbd;
    margin-top: 8px;
}
.pkq-quote-form input:-internal-autofill-selected {
    background-color: transparent !important;
}
.pkq-quote-form #refinement-file-group,
.pkq-quote-form #guid-file-group,
.pkq-quote-form #design-file-group {
    margin-top: 10px;
}
.pkq-quote-form #usage-section {
    margin-top: 20px;
}
.pkq-quote-form .file_upload_wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.pkq-quote-form .file_upload_wrapper .text_span {
    width: 49%;
}
.pkq-quote-form .file_upload_wrapper .file-upload {
    width: 49%;
}
.pkq-quote-form .file_upload_wrapper p {
    max-width: 277px;
    color: #bebdbd;
    font-size: 16px;
}

/* Step 4 specific */
.pkq-quote-form .timeline-section {
    margin-bottom: 2rem;
}
.pkq-quote-form .timeline-section h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
}
/*.pkq-quote-form .target-date-field {*/
/*    margin: 10px 0 0 25px;*/
/*}*/
.pkq-quote-form .target-date-field input {
    width: 100%;
    max-width: 200px;
    padding: 0px 5px;
}
.pkq-quote-form .inline-label {
    display: block;
    color: #bebdbd;
    font-size: 13px;
}
.pkq-quote-form hr.sep {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
}
.pkq-quote-form .budget-note {
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Step 5 – Review with edit icons */
.pkq-quote-form .review-section {
    margin-bottom: 2rem;
}
.pkq-quote-form .review-step {
    margin-bottom: 16px;
    padding: 10px;
    border: 2px solid #c4c4c4;
}
.pkq-quote-form .review-step h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}
.pkq-quote-form .edit-icon {
    float: right;
    font-size: 18px;
    cursor: pointer;
    color: #f90d0d;
    margin-left: 10px;
}
.pkq-quote-form .edit-icon svg {
    fill: #bfbaba;
}
.pkq-quote-form .edit-icon svg:hover {
    fill: #000;
}
.pkq-quote-form .review-item {
    margin-bottom: 0px;
}
.pkq-quote-form .review-item strong {
    display: block;
    color: #000;
    font-size: 14px;
}
.pkq-quote-form .review-value {
    color: #000;
    display: block;
    font-size: 14px;
}
.pkq-quote-form .review-note-box {
    background: #c4c4c4;
    padding: 10px;
    font-size: 14px;
    color: #424242;
    display: flex;
    align-items: center;
}
.pkq-quote-form .review-note-box h4 {
    font-size: 19px;
    font-weight: bold;
    width: 85px;
}
.pkq-quote-form .review-note-box ul {
    margin: 0 0 0 10px;
    border-left: 3px solid;
}
.pkq-quote-form .review-note-box li {
    margin: 0;
    margin-left: 25px;
    color: #424242;
}
.pkq-quote-form .review-note-box p {
    margin: 5px 0 0 10px !important;
    color: #424242;
}
.pkq-quote-form .confidential-note {
    font-size: 14px;
    color: #666;
    margin: 20px 0 10px;
    font-style: italic;
}
.pkq-quote-form .submit-btn {
    width: 100%;
    padding: 1rem;
    background-color: #e12e1e;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 20px;
}
.pkq-quote-form .submit-btn:hover {
    background-color: #000;
}
.pkq-quote-form .submit_footer {
    border-top: 3px solid #c4c4c4;
    margin-top: 1rem;
}
.pkq-quote-form .submit_btn_wrpper {
    display: flex;
    justify-content: end;
}

.pkq-quote-form .pkq-status {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 8px;
    font-weight: 600;
}
.pkq-quote-form .pkq-status--success {
    background: rgba(27, 174, 88, 0.12);
    border: 1px solid rgba(27, 174, 88, 0.25);
    color: #164d26;
}
.pkq-quote-form .pkq-status--error {
    background: rgba(209, 20, 20, 0.12);
    border: 1px solid rgba(209, 20, 20, 0.25);
    color: #7b1919;
}
