.courses .sdo .section-1 h3 {
    font-size: 16px;
    line-height: 28px;
    min-height: auto;
}

#job-search .btn-search {
    height: 40px;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
}

.job-logo {
    width: 150px;
    height: 120px;
    object-fit: contain;
    display: block;
    margin: 15px auto;
}

.pp.page-header p {
    font-size: 16px;
    max-width: 900px;
    margin: 20px auto;
    color: #333;
    line-height: 1.8;
}
.post-a-job-form .row {
    align-items: center !important;
    display: flex;
}





/* $tarts ---------- job-page --------------------------------------------------  */


    .job-page {
        padding: 60px 0;
    }

    .job-page .page-header h2 {
        color: #ff6b00;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .job-page .page-header p {
        font-size: 13px;
        max-width: 750px;
        margin: auto;
        color: #666;
        line-height: 1.6;
    }

    .job-page form label {
        font-size: 13px;
        margin-top: 15px;
        font-weight: 600;
    }

    .job-page form input,
    .job-page form select,
    .job-page form textarea {
        width: 100%;
        padding: 0px 12px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        font-size: 13px;
        background: #f9f9f9;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .job-page form textarea {
        resize: none;
    }

    .job-page form small {
        font-size: 13px;
        color: #999;
        display: inline-block;
    }

    .job-page .checkbox {
        margin-top: 10px;
        font-size: 13px;
    }

    .job-page .section-title {
        color: #ff6b00;
        margin-top: 30px;
        font-weight: 600;
    }

    .job-page .btn-group-custom {
        margin-top: 20px;
    }

    .job-page .btn-orange {
        background: #ff6b00;
        color: #fff;
        border: none;
        padding: 6px 18px;
        border-radius: 25px;
        font-size: 13px;
    }

    .job-page .btn-orange:hover {
        background: #e55d00;
    }

    .job-page .btn-light-custom {
        background: #eee;
        border: none;
        padding: 6px 18px;
        border-radius: 25px;
        font-size: 13px;
        margin-left: 8px;
    }

    .job-page .image-large img {
        width: 100%;
        object-fit: cover;
        border-radius: 25px;
    }

    .job-page .small-images {
        margin-top: 20px;
    }

    .job-page .small-images img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 25px;
    }

    .job-page .signin-link {
        font-size: 13px;
        margin-top: 15px;
    }

    .joba-a-page.signin-link a {
        color: #ff6b00;
        font-weight: 600;
        text-decoration: none;
    }
    .job-page .checkbox-line {
        display: flex;
        gap: 10px;
        align-items: center;
    }

/* @nd ---------- job-page -------------------------------------------------------------  */





.post-a-job-section {
    padding: 60px 0;
}

.post-a-job .form-box {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 6px;
}

.post-a-job .form-title {
    margin-bottom: 25px;
    color: #f26522;
}

.post-a-job .form-group {
    margin-bottom: 20px;
}

.post-a-job .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.post-a-job .checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-a-job .terms {
    color: #f26522;
}

.post-a-job .button-group {
    margin-top: 20px;
}

.post-a-job .btn {
    padding: 8px 18px;
    border: none;
    border-radius: 20px;
    cursor: pointer.post-a-job;
}

.post-a-job .btn-preview {
    background: #f26522;
    color: #fff;
}

.post-a-job .btn-draft {
    background: #ddd;
    margin-left: 10px;
}

.post-a-job .right-image {
    text-align: right;
}

.post-a-job .right-image img {
    width: 100%;
    max-width: 650px;
    height: auto;
    display: block;
    margin-left: auto;
}

.job-page input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.company-title {
    font-weight: 700 !important;
    color: #f26522 !important;
}
.job-small-text {margin-top: 10px;
    display: block;
}
