﻿@import url(https://db.onlinewebfonts.com/c/7cc72af101cd531652aa3aef967ccbe1?family=TitlingGothicFBCond-Regular);

body {
    font-family: "Inter", sans-serif;
}

.left-panel {
    background:
        linear-gradient(rgba(220, 20, 60, 0.2), rgba(0, 0, 0, 0.8)),
        url("../images/bg-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    color: white;
    padding: 2rem;
    position: relative;
    margin: 20px 0 20px 20px;
    border-radius: 32px;
    width: 700px;
}

.left-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(220, 20, 60, 0.2); /* dark overlay */
    z-index: 1;
    border-radius: 32px;
}

.left-panel > * {
    position: relative;
    z-index: 2;
}

h3 {
    font-weight: 600;
}

a {
    text-decoration: none;
}

.google-btn:hover {
    background-color: transparent;
}

.iti {
    width: 100% !important;
}
.iti input {
    width: 100% !important;
}

/**
* new sitww check
*/
.imm-progress-bar {
    width: 100%;
    height: 6px;
    background-color: #e9ecef; /* Light gray track */
    border-radius: 3px;
    position: relative;
    margin-bottom: 2rem;
}

.imm-progress-fill {
    height: 100%;
    background-color: #161a18; /* Green progress fill (Bootstrap success color) */
    border-radius: 3px;
    transition: width 0.3s ease-in-out;
}

.imm-step-text {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.imm-right-section h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #343a40; /* Dark gray */
}

.form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-control {
    border-radius: 0.3rem;
    padding: 0.75rem 1rem;
    border: 1px solid #ced4da;
    font-size: 1rem;
    height: auto; /* Override default Bootstrap height */
}

.form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.imm-country-code {
    width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 2.5rem; /* Space for dropdown arrow */
    background-position: right 0.75rem center; /* Position for arrow */
}

.imm-toggle-password {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-left: none;
    cursor: pointer;
    padding: 0.75rem 1rem;
}

.btn {
    padding: 0.75rem 1.5rem;
    border-radius: 0.3rem;
    font-weight: 600;
    min-width: 120px; /* Ensure buttons have a minimum width */
}

.imm-btn-continue,
.imm-btn-submit {
    background-color: #212529; /* Dark button */
    border-color: #212529;
    color: #fff;
}

.imm-btn-continue:hover,
.imm-btn-submit:hover {
    background-color: #343a40;
    border-color: #343a40;
}

.imm-btn-previous {
    background-color: #ffffff; /* Light button */
    border: 1px solid #dee2e6;
    color: #495057;
}

.imm-btn-previous:hover {
    background-color: #e9ecef;
    border-color: #ced4da;
}

.form-check-input:checked {
    background-color: #0d6efd; /* Bootstrap primary blue */
    border-color: #0d6efd;
}

.form-check-label {
    cursor: pointer;
}

.imm-already-account {
    margin-top: 3rem; /* Push to the bottom */
}

.imm-already-account p {
    color: #6c757d;
}

.imm-link {
    color: #0d6efd; /* Bootstrap primary blue */
    font-weight: 600;
    text-decoration: none;
}

.imm-link:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .imm-row {
        flex-direction: column;
    }

    .imm-left-section {
        height: 250px; /* Shorter height on small screens */
        padding: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .imm-left-section h1 {
        font-size: 2rem;
    }

    .imm-left-section p {
        font-size: 0.9rem;
    }

    .imm-right-section {
        padding: 2rem;
    }

    .imm-right-section h2 {
        font-size: 1.5rem;
    }

    .imm-btn-continue,
    .imm-btn-submit,
    .imm-btn-previous {
        width: 100%;
        margin-bottom: 1rem;
    }

    .d-flex.justify-content-between.mt-5 {
        flex-direction: column;
    }
}

/**
* forgot password
*/
body,
html {
    height: 100%;
    margin: 0;
}
.container-fluid-custom {
    height: 100vh; /* Full viewport height */
}
.icon-container {
    width: 56px;
    height: 56px;
    background-color: white;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 12px;
    border: 1px solid #eaecf0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-path {
    width: 23.62px;
    height: 23.62px;
    background-color: #343330;
}
.email-input-icon {
    width: 16.25px;
    height: 12.5px;
    background-color: #343330;
}
.back-arrow-icon {
    width: 11.67px;
    height: 11.67px;
    border: 1.67px solid #475467;
    border-radius: 50%; /* Adjust if it's not a perfect circle, but a square with rounded corners */
}

.btn-dark {
    height: 55px;
}

@media (max-width: 767px) {
    #left-panel {
        display: none;
    }
}

@media (max-width: 1300px) {
    #left-panel {
        display: none;
    }

    #right-panel {
        width: 100%;
        margin-left: -2px;
    }
}

/* =========================================
   Client Onboarding Flow - Pixel Perfect
   ========================================= */

.co-wrapper {
    min-height: 100vh;
    background: #fff;
    font-family: "Inter", sans-serif;
    font-feature-settings: "cv01" 1;
}

/* Header */
.co-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 67px 80px 0 80px;
}

.co-header-logo img {
    height: 28px;
    width: auto;
}

.co-header-right {
    font-size: 14px;
    color: #757575;
    font-feature-settings: "cv01" 1;
}

.co-header-right span {
    margin-right: 4px;
}

.co-header-link {
    color: #2b2b2b;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.co-header-link:hover {
    text-decoration: underline;
    color: #2b2b2b;
}

/* Options Page */
.co-options-container {
    max-width: 941px;
    margin: 0 auto;
    padding: 120px 24px 60px;
    text-align: center;
}

.co-options-title {
    font-size: 48px;
    font-weight: 500;
    color: #2b2b2b;
    margin-bottom: 16px;
    font-feature-settings: "cv01" 1;
    letter-spacing: -0.96px;
    line-height: 1.2;
}

.co-options-subtitle {
    font-size: 16px;
    color: #757575;
    line-height: 1.5;
    max-width: 941px;
    margin: 0 auto 78px;
    font-feature-settings: "cv01" 1;
}

.co-text-dark {
    color: #2b2b2b;
    font-weight: 500;
}

.co-options-cards {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.co-option-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    width: 100%;
    max-width: 458px;
    text-align: left;
    cursor: pointer;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.06),
        0 5px 22px rgba(0, 0, 0, 0.04);
}

.co-option-card:hover {
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.1),
        0 5px 22px rgba(0, 0, 0, 0.08);
}

.co-option-card.co-option-selected {
    box-shadow:
        0 0 0 2px #2b2b2b,
        0 5px 22px rgba(0, 0, 0, 0.04);
}

.co-option-radio {
    position: absolute;
    top: 24px;
    right: 24px;
}

.co-option-radio input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #2b2b2b;
    cursor: pointer;
}

.co-option-icon {
    width: 52px;
    height: 52px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.co-option-icon-intake {
    background: #fbfaff;
    color: #8f78e8;
}

.co-option-icon-ai {
    background: #e7f6ec;
    color: #039855;
}

.co-option-card-title {
    font-size: 20px;
    font-weight: 500;
    color: #2b2b2b;
    margin-bottom: 8px;
    font-feature-settings: "cv01" 1;
    letter-spacing: -0.4px;
}

.co-option-card-desc {
    font-size: 14px;
    color: #757575;
    line-height: 1.45;
    margin-bottom: 20px;
    font-feature-settings: "cv01" 1;
}

.co-option-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #575757;
    text-decoration: none;
    font-feature-settings: "cv01" 1;
}

.co-option-link:hover {
    color: #2b2b2b;
}

.co-option-icon i {
    font-size: 24px;
}

.co-option-link i {
    font-size: 16px;
}

/* Form Container */
.co-form-container {
    max-width: 812px;
    margin: 0 auto;
    padding: 149px 24px 60px;
}

/* Back Link */
.co-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #575757;
    text-decoration: none;
    margin-bottom: 32px;
    font-feature-settings: "cv01" 1;
}

.co-back-link:hover {
    color: #2b2b2b;
}

.co-back-link i {
    font-size: 24px;
}

/* Stepper */
.co-stepper {
    margin-bottom: 52px;
}

.co-stepper-steps {
    display: flex;
    width: 100%;
}

.co-stepper-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.co-stepper-line-left,
.co-stepper-line-right {
    position: absolute;
    top: 11px;
    height: 2px;
    background: #d6d6d6;
    width: calc(50% - 16px);
}

.co-stepper-line-left {
    left: 0;
}

.co-stepper-line-right {
    right: 0;
}

.co-stepper-line-left.co-line-active,
.co-stepper-line-right.co-line-active,
.co-stepper-line-left.co-line-done,
.co-stepper-line-right.co-line-done {
    background: #e34363;
}

.co-stepper-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.co-stepper-dot.co-dot-current {
    border: 1px solid #e34363;
    background: #fff;
}

.co-dot-inner {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e34363;
    border: 1px solid #fff;
}

.co-stepper-dot.co-dot-pending {
    border: 1px solid #d6d6d6;
    background: #fff;
}

.co-dot-inner-gray {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a6a6a6;
    border: 1px solid #d6d6d6;
}

.co-stepper-dot.co-dot-done {
    background: #e34363;
    border: 1px solid #e34363;
}

.co-stepper-dot.co-dot-done i {
    font-size: 12px;
    color: #fff;
}

.co-stepper-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    height: 36px;
    width: 100%;
}

.co-stepper-step-label {
    font-size: 12px;
    font-weight: 500;
    color: #575757;
    text-align: center;
    font-feature-settings: "cv01" 1;
}

.co-stepper-step-label.co-step-label-active {
    font-weight: 600;
    color: #2b2b2b;
}

.co-stepper-step-desc {
    font-size: 12px;
    font-weight: 400;
    color: #757575;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-feature-settings: "cv01" 1;
}

/* Form Titles */
.co-form-title {
    font-size: 32px;
    font-weight: 600;
    color: #101928;
    margin-bottom: 8px;
    font-feature-settings: "cv01" 1;
    letter-spacing: -0.64px;
}

.co-form-subtitle {
    font-size: 16px;
    color: #667185;
    margin-bottom: 32px;
    font-feature-settings: "cv01" 1;
}

/* Form Card */
.co-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
    box-shadow: 0 0 0 1px #dcdfe4;
}

/* Field Groups */
.co-field-group {
    margin-bottom: 20px;
}

.co-field-group:last-child {
    margin-bottom: 0;
}

.co-field-row {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
}

.co-field-row:last-child {
    margin-bottom: 0;
}

.co-field-half {
    flex: 1;
    margin-bottom: 0;
}

/* Labels & Inputs */
.co-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #101928;
    margin-bottom: 6px;
    font-feature-settings: "cv01" 1;
}

.co-required {
    color: #dc143c;
}

.co-input {
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    font-size: 14px;
    color: #101928;
    padding: 0 16px;
    font-family: "Inter", sans-serif;
    font-feature-settings: "cv01" 1;
    background: #fff;
    outline: none;
    box-sizing: border-box;
}

.co-input::placeholder {
    color: #98a2b3;
}

.co-input:focus {
    border-color: #98a2b3;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.co-select {
    appearance: none;
    -webkit-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 1.5L6 6.5L11 1.5' stroke='%23667085' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 44px;
    cursor: pointer;
}

.co-textarea {
    height: auto;
    min-height: 120px;
    resize: vertical;
    padding: 16px;
}

/* Input with icon */
.co-input-icon-wrapper {
    position: relative;
}

.co-input-with-icon-right {
    padding-right: 48px;
}

.co-input-icon-right {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #98a2b3;
}

/* Upload Area */
.co-upload-area {
    border: 1px dashed #d0d5dd;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition:
        border-color 0.2s,
        background 0.2s;
}

.co-upload-area:hover,
.co-upload-area.co-upload-dragover {
    border-color: #98a2b3;
    background: #f9fafb;
}

.co-upload-icon {
    margin-bottom: 8px;
}

.co-upload-icon i {
    font-size: 20px;
    color: #475367;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
}

.co-upload-text {
    font-size: 14px;
    color: #475367;
    margin-bottom: 4px;
    font-feature-settings: "cv01" 1;
}

.co-upload-click {
    color: #dc143c;
    font-weight: 600;
}

.co-upload-hint {
    font-size: 12px;
    color: #98a2b3;
    margin-bottom: 0;
    font-feature-settings: "cv01" 1;
}

.co-upload-filename {
    font-size: 13px;
    color: #344054;
    margin-top: 8px;
    padding: 6px 12px;
    background: #f9fafb;
    border-radius: 6px;
    display: inline-block;
}

/* Checkbox */
.co-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.co-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: #2b2b2b;
    flex-shrink: 0;
    cursor: pointer;
}

.co-checkbox-label {
    font-size: 14px;
    color: #475367;
    line-height: 1.5;
    cursor: pointer;
    font-feature-settings: "cv01" 1;
}

.co-consultant-name {
    color: #dc143c;
    font-weight: 600;
}

/* Form Actions */
.co-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e4e7ec;
}

.co-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #d0d5dd;
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    padding: 16px 24px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-feature-settings: "cv01" 1;
}

.co-btn-secondary:hover {
    background: #f9fafb;
}

.co-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2c2c2c;
    border: 1px solid #2c2c2c;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    padding: 16px 24px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-feature-settings: "cv01" 1;
    text-decoration: none;
}

.co-btn-primary:hover {
    background: #1a1a1a;
    color: #fff;
}

/* Success Page */
.co-success-container {
    max-width: 592px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 80px);
    gap: 24px;
}

.co-success-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 546px;
    width: 100%;
}

.co-success-icon {
    margin-bottom: 0;
}

.co-success-title {
    font-size: 24px;
    font-weight: 600;
    color: #2b2b2b;
    margin: 0;
    font-feature-settings: "cv01" 1;
    letter-spacing: -0.48px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

.co-success-desc {
    font-size: 14px;
    color: #757575;
    line-height: 1.45;
    margin: 0;
    font-feature-settings: "cv01" 1;
    text-align: center;
    width: 100%;
}

.co-success-desc strong {
    color: #2b2b2b;
    font-weight: 600;
}

.co-success-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px 24px;
    text-align: left;
    width: 100%;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.06),
        0 5px 22px rgba(0, 0, 0, 0.04);
}

.co-success-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #2970ff;
    margin: 0 0 20px 0;
    font-feature-settings: "cv01" 1;
    line-height: 1.48;
}

.co-success-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.co-success-step {
    display: flex;
    align-items: center;
    gap: 10.5px;
}

.co-success-step-num {
    width: 24.5px;
    height: 24.5px;
    border-radius: 50%;
    background: #f5f8ff;
    border: 1px solid #b2ccff;
    color: #528bff;
    font-size: 10.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 14px;
}

.co-success-step span {
    font-size: 12px;
    font-weight: 500;
    color: #2b2b2b;
    line-height: 1.45;
    letter-spacing: -0.06px;
    font-feature-settings: "cv01" 1;
}

.co-btn-dashboard {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    background: #2b2b2b;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    cursor: pointer;
    text-decoration: none;
    font-feature-settings: "cv01" 1;
    transition: background 0.2s;
}

.co-btn-dashboard:hover {
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
}

/* ============================================
   Profile Review Completed Page
   ============================================ */
.co-review-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 60px;
    max-width: 673px;
    margin: 0 auto;
}

.co-review-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
    max-width: 546px;
    width: 100%;
}

.co-review-icon {
    margin-bottom: 16px;
}

.co-review-title {
    font-size: 24px;
    font-weight: 600;
    color: #2b2b2b;
    letter-spacing: -0.48px;
    margin: 0 0 8px;
    line-height: 1.2;
}

.co-review-desc {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    line-height: 1.45;
    margin: 0;
    font-feature-settings: "cv01" 1;
}

/* AI Summary Card */
.co-ai-summary {
    width: 100%;
    border: 1px solid #0f973d;
    background: #e7f6ec;
    border-radius: 9.25px;
    padding: 16px;
    margin-bottom: 32px;
}

.co-ai-summary-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.co-ai-summary-icon {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: #b5e3c4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 12px;
}

.co-ai-summary-icon i {
    font-size: 32px;
    color: #0f973d;
}

.co-ai-summary-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.co-ai-summary-title {
    font-size: 16px;
    font-weight: 600;
    color: #2b2b2b;
    margin: 0;
    line-height: 1.48;
}

.co-ai-summary-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    margin: 0;
    line-height: 1.45;
    font-feature-settings: "cv01" 1;
}

.co-ai-summary-text {
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    line-height: 1.45;
    margin: 0;
    font-feature-settings: "cv01" 1;
}

.co-ai-summary-text strong {
    font-weight: 600;
}

/* Recommended Consultants */
.co-consultants-section {
    width: 100%;
    margin-bottom: 32px;
}

.co-consultants-title {
    font-size: 18px;
    font-weight: 600;
    color: #2b2b2b;
    margin: 0 0 24px;
    line-height: 1.54;
}

.co-consultants-cards {
    display: flex;
    gap: 20px;
}

.co-consultant-card {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.06),
        0 5px 22px rgba(0, 0, 0, 0.04);
    padding: 24px 16px;
    cursor: pointer;
    position: relative;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
}

.co-consultant-card:hover {
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.1),
        0 8px 28px rgba(0, 0, 0, 0.08);
}

.co-consultant-card.co-consultant-selected {
    box-shadow:
        0 0 0 2px #258be4,
        0 5px 22px rgba(0, 0, 0, 0.04);
}

.co-consultant-radio {
    position: absolute;
    top: 7px;
    right: 16px;
}

.co-consultant-radio input[type="radio"] {
    width: 24px;
    height: 24px;
    border: 1.5px solid #d0d5dd;
    border-radius: 100px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    margin: 0;
    background: #fff;
    transition: border-color 0.2s;
}

.co-consultant-radio input[type="radio"]:checked {
    border-color: #258be4;
    background: radial-gradient(circle, #258be4 40%, transparent 40%);
}

.co-consultant-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.co-consultant-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.co-consultant-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.co-consultant-name {
    font-size: 18px;
    font-weight: 500;
    color: #2b2b2b;
    margin: 0;
    line-height: 1.54;
    font-feature-settings: "cv01" 1;
}

.co-consultant-company {
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    margin: 0;
    line-height: 1.48;
    font-feature-settings: "cv01" 1;
}

.co-consultant-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.co-stars {
    display: flex;
    gap: 2px;
}

.co-stars i {
    font-size: 24px;
}

.co-star-filled {
    color: #ffb400;
}

.co-star-empty {
    color: rgba(0, 0, 0, 0.23);
}

.co-client-count {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    line-height: 1.45;
    font-feature-settings: "cv01" 1;
}

.co-consultant-specialization {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.co-specialization-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #575757;
    font-feature-settings: "cv01" 1;
}

.co-specialization-label i {
    font-size: 32px;
    color: #575757;
}

.co-specialization-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.co-chip {
    border: 1px solid #a6a6a6;
    border-radius: 16px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #454545;
    line-height: 1.45;
    letter-spacing: -0.06px;
    background: #fff;
    font-feature-settings: "cv01" 1;
}

.co-chip-more {
    background: #ebe5ff;
    color: #644fc1;
    border-radius: 999px;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.06px;
    border: none;
    font-feature-settings: "cv01" 1;
}

.co-view-plans-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #258be4;
    text-decoration: none;
    cursor: pointer;
    font-feature-settings: "cv01" 1;
    transition: color 0.2s;
}

.co-view-plans-link:hover {
    color: #0063ad;
    text-decoration: none;
}

.co-view-plans-link i {
    font-size: 20px;
}

/* Review Actions */
.co-review-actions {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    width: 100%;
}

.co-review-actions .co-btn-secondary {
    border: 1.5px solid #d6d6d6;
    border-radius: 8px;
    padding: 10px 12px;
    color: #2b2b2b;
}

.co-review-actions .co-btn-secondary i {
    font-size: 32px;
}

.co-review-actions .co-btn-primary {
    border-radius: 8px;
    padding: 10px 12px;
}

.co-review-actions .co-btn-primary i {
    font-size: 20px;
}

.co-btn-accept {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.co-btn-accept:disabled,
.co-btn-primary:disabled {
    background: #d6d6d6;
    color: #a6a6a6;
    cursor: not-allowed;
    border-color: #d6d6d6;
}

.co-btn-accept:disabled:hover,
.co-btn-primary:disabled:hover {
    background: #d6d6d6;
    color: #a6a6a6;
}

/* ============================================
   Service Plans Modal
   ============================================ */
.co-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.co-modal {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 0 1px #dcdfe4;
    width: 711px;
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
}

.co-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 24px 16px;
}

.co-modal-title {
    font-size: 18px;
    font-weight: 500;
    color: #212636;
    margin: 0;
    line-height: 1.2;
}

.co-modal-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.co-modal-close:hover {
    background: #f9fafb;
}

.co-modal-close i {
    font-size: 24px;
    color: #667185;
}

.co-modal-body {
    display: flex;
    gap: 20px;
    padding: 0 24px 32px;
}

.co-plan-card {
    flex: 1;
    background: #fff;
    border: 0.5px solid #d6d6d6;
    border-radius: 8px;
    box-shadow:
        0 0 0 0 rgba(0, 0, 0, 0.06),
        0 5px 22px rgba(0, 0, 0, 0.04);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.co-plan-badge {
    display: inline-flex;
    align-self: flex-start;
    background: #f0f7ff;
    color: #0063ad;
    border-radius: 999px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.06px;
    font-feature-settings: "cv01" 1;
}

.co-plan-name {
    font-size: 14px;
    font-weight: 500;
    color: #2b2b2b;
    margin: 0;
    line-height: 1.45;
}

.co-plan-desc {
    font-size: 12px;
    font-weight: 400;
    color: #757575;
    margin: -12px 0 0;
    line-height: 1.45;
    font-feature-settings: "cv01" 1;
}

.co-plan-price {
    font-size: 20px;
    font-weight: 600;
    color: #2b2b2b;
    letter-spacing: -0.4px;
    line-height: 1.2;
    font-feature-settings: "cv01" 1;
}

.co-plan-features {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.co-plan-feature {
    display: flex;
    align-items: center;
    gap: 8px;
}

.co-plan-feature i {
    font-size: 26.667px;
    color: #0f973d;
    flex-shrink: 0;
}

.co-plan-feature span {
    font-size: 12px;
    font-weight: 400;
    color: #454545;
    line-height: 1.45;
    font-feature-settings: "cv01" 1;
}

/* Toggle password in onboarding */
.co-toggle-password {
    background: none;
    border: none;
}

.co-toggle-password i {
    font-size: 20px;
    color: #98a2b3;
}

/* Client Login Page */
.container-fluid:has(> .cl-wrapper) {
    padding: 0 !important;
    height: auto !important;
    min-height: 100vh;
}

.cl-wrapper {
    display: flex;
    min-height: 100vh;
    background: #fcfcfc;
    font-family: "Inter", sans-serif;
    font-feature-settings: "cv01" 1;
}

.cl-left-panel {
    width: 700px;
    flex-shrink: 0;
    background:
        linear-gradient(rgba(220, 20, 60, 0.2), rgba(0, 0, 0, 0.8)),
        url("../images/bg-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    border-radius: 32px;
    margin: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.cl-left-logo img {
    height: 28px;
    width: auto;
}

.cl-left-content {
    margin-top: auto;
}

.cl-left-title {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 8px;
    line-height: 1.2;
}

.cl-left-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.cl-right-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 40px 80px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cl-top-bar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
    position: absolute;
    top: 40px;
    right: 80px;
}

.cl-website-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #2b2b2b;
    text-decoration: none;
    font-feature-settings: "cv01" 1;
}

.cl-website-link:hover {
    text-decoration: underline;
    color: #2b2b2b;
}

.cl-website-link svg,
.cl-website-link img {
    width: 26.667px;
    height: 26.667px;
}

.cl-form-area {
    max-width: 475px;
    width: 100%;
}

.cl-form-title {
    font-size: 36px;
    font-weight: 600;
    color: #1b1818;
    margin-bottom: 8px;
    letter-spacing: -1.44px;
    font-feature-settings: "cv01" 1;
}

.cl-form-desc {
    font-size: 14px;
    color: #667185;
    margin-bottom: 32px;
    font-feature-settings: "cv01" 1;
}

.cl-form-desc a {
    color: #dc143c;
    font-weight: 600;
    text-decoration: none;
}

.cl-form-desc a:hover {
    text-decoration: underline;
}

.cl-field-group {
    margin-bottom: 16px;
}

.cl-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #2b2b2b;
    margin-bottom: 6px;
    font-feature-settings: "cv01" 1;
}

.cl-input-wrapper {
    position: relative;
}

.cl-input {
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    font-size: 14px;
    color: #2b2b2b;
    padding: 0 16px 0 48px;
    font-family: "Inter", sans-serif;
    font-feature-settings: "cv01" 1;
    background: #fff;
    outline: none;
    box-sizing: border-box;
}

.cl-input-plain {
    padding: 0 48px 0 16px;
}

.cl-input::placeholder {
    color: #a6a6a6;
}

.cl-input:focus {
    border-color: #a6a6a6;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.cl-input:-webkit-autofill,
.cl-input:-webkit-autofill:hover,
.cl-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #2b2b2b !important;
    transition: background-color 5000s ease-in-out 0s;
}

.cl-input-icon-left {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    color: #a6a6a6;
}

.cl-input-icon-right {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    color: #a6a6a6;
}

.cl-btn-login {
    display: block;
    width: 100%;
    height: 56px;
    background: #2c2c2c;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-feature-settings: "cv01" 1;
    margin-top: 16px;
}

.cl-btn-login:hover {
    background: #1a1a1a;
}

.cl-forgot {
    font-size: 14px;
    color: #667185;
    margin-top: 12px;
    font-feature-settings: "cv01" 1;
}

.cl-forgot a {
    color: #dc143c;
    font-weight: 600;
    text-decoration: none;
}

.cl-forgot a:hover {
    text-decoration: underline;
}

.cl-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 26px 0;
}

.cl-divider-line {
    flex: 1;
    height: 1px;
    background: #f0f2f5;
}

.cl-divider-text {
    font-size: 14px;
    color: #667185;
    font-feature-settings: "cv01" 1;
}

.cl-btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 56px;
    background: #fff;
    border: 1.5px solid #d0d5dd;
    border-radius: 6px;
    color: #344054;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-feature-settings: "cv01" 1;
    text-decoration: none;
    padding: 16px;
}

.cl-btn-google:hover {
    background: #f9fafb;
    color: #344054;
}

.cl-btn-google img {
    width: 20px;
    height: 20px;
}

/* Responsive */
@media (max-width: 1199px) {
    .cl-left-panel {
        width: 500px;
    }
    .cl-left-title {
        font-size: 36px;
    }
    .cl-right-panel {
        padding: 40px 48px;
    }
}

@media (max-width: 991px) {
    .cl-left-panel {
        display: none;
    }
    .cl-wrapper {
        justify-content: center;
    }
    .cl-right-panel {
        padding: 40px 48px;
        max-width: 600px;
        margin: 0 auto;
    }
    .cl-top-bar {
        right: 48px;
    }
    .cl-form-area {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .cl-right-panel {
        padding: 32px 20px;
    }
    .cl-top-bar {
        top: 32px;
        right: 20px;
    }
    .cl-form-title {
        font-size: 28px;
        letter-spacing: -0.56px;
    }
    .cl-input {
        height: 48px;
        font-size: 14px;
    }
    .cl-btn-login,
    .cl-btn-google {
        height: 48px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .co-header {
        padding: 24px 20px 0 20px;
    }

    .co-options-container {
        padding: 60px 16px 40px;
    }

    .co-options-title {
        font-size: 28px;
    }

    .co-options-cards {
        flex-direction: column;
        align-items: center;
    }

    .co-option-card {
        max-width: 100%;
    }

    .co-form-container {
        padding: 40px 16px 40px;
    }

    .co-field-row {
        flex-direction: column;
        gap: 20px;
    }

    .co-stepper-step-desc {
        font-size: 10px;
    }

    .co-form-card {
        padding: 20px;
    }

    .co-form-actions {
        flex-direction: column-reverse;
    }

    .co-form-actions button {
        width: 100%;
        justify-content: center;
    }

    .co-success-container {
        padding: 60px 16px 40px;
        min-height: auto;
    }

    .co-review-container {
        padding: 40px 16px 40px;
    }

    .co-consultants-cards {
        flex-direction: column;
    }

    .co-review-actions {
        flex-direction: column-reverse;
    }

    .co-review-actions button {
        width: 100%;
        justify-content: center;
    }

    .co-modal {
        width: 95vw;
    }

    .co-modal-body {
        flex-direction: column;
    }

    .co-modal-header {
        padding: 24px 16px 12px;
    }

    .co-modal-body {
        padding: 0 16px 24px;
    }
}
