.modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.modal-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.modal-title {
    font-size: 1.75rem;
}

.modal-body {
    padding: 1.5rem;
}

/* Job Steps */
.job-steps-list {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}

.document-list {
    list-style: none;
    padding-left: 1.5rem;
}

    .document-list li::before {
        content: "•";
        color: #007bff;
        font-weight: bold;
        margin-right: 0.5rem;
    }

/* Phone Input */
.phone-section {
    margin-bottom: 1.5rem;
}

.form-control {
    padding: 0rem .75rem;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* Divider */
.divider {
    text-align: center;
    margin: 1.5rem 0;
    position: relative;
}

    .divider span {
        background: #fff;
        padding: 0 1rem;
        color: #666;
        position: relative;
        z-index: 1;
    }

    .divider::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background: #ddd;
    }

/* Thai ID Button */
.thaid-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

    .thaid-btn:hover {
        border-color: #007bff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .thaid-btn img {
        height: 24px;
        width: auto;
    }

/* Contact Info */
.contact-info {
    margin: 2rem 0;
    text-align: center;
    color: #666;
}


.headsize {
    font-size: 1.25rem
}