.cm-upload-box {
    border: 2px dashed #ccc;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    background: #fafafa;
    cursor: pointer;
    transition: 0.3s;
}

.cm-upload-box:hover {
    border-color: #0073aa;
    background: #f0f8ff;
}

.cm-upload-sub {
    font-size: 12px;
    color: #777;
}

#cm-file-preview {
    margin-top: 15px;
    text-align: left;
}

.cm-file-item {
    background: #f1f1f1;
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 13px;
}


.cm-title {
    text-align: center;
    margin-bottom: 20px;
}

.cm-label {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 8px;
}

/* Equipment Cards */
.cm-equipments {
    display: flex;
    gap: 10px;
}

.cm-card {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    width: 100px;
    transition: 0.3s;
}

.cm-card input {
    display: none;
}

.cm-card img {
    width: 60%;
}

.cm-card span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

.cm-card input:checked + img {
    outline: 3px solid #0073aa;
}

.cm-card input:checked ~ span {
    font-weight: bold;
}

/* Counter */
.cm-counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cm-counter button {
    width: 35px;
    height: 35px;
}

.cm-counter input {
    width: 60px;
    text-align: center;
}

/* Checkbox Group */
.cm-checkbox-group label {
    margin-right: 10px;
    display: inline-flex;
    gap: 5px;
}
/* Services Buttons */
.cm-services {
    display: flex;
    gap: 10px;
}

.cm-btn {
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
}

.cm-btn input {
    display: none;
}

.cm-btn input:checked + span {
    background: #28a745;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Buttons */
.cm-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.cm-back {
    background: #ddd;
    padding: 10px 20px;
}

.cm-next {
    background: #e53935;
    color: #fff;
    padding: 10px 20px;
}


.cm-terms {
    margin-top: 15px;
    font-size: 14px;
}

.cm-terms input {
    margin-right: 6px;
}


input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-bottom: 0px;
}

input{
    width: 100%;
    height: 40px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    margin-bottom: 17px;
    padding: 12px 16px;
}


input, select, textarea {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


select {
    width: 100%;
    height: 40px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    margin-bottom: 17px;
}




input[type="submit"]{
    color: #ffffff;
   box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05);
    background-color: #000;
    padding: 15px 30px ;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
}

