.elementor-1170 .elementor-element.elementor-element-75d3ace{margin-top:0px;margin-bottom:100px;}/* Start custom CSS for html, class: .elementor-element-7309e66 */<style>
    .job-ad {
        max-width: 800px;
        margin: auto;
    }
    .job-ad header {
        text-align: center;
        margin-bottom: 40px;
    }
    .job-ad h1 { margin: 10px 0; }
    .job-ad h2 { margin-top: 30px; }
    .job-ad ul { 
        list-style: none; 
        padding-left: 0; 
    }
    .job-ad li { 
        margin-bottom: 10px; 
        padding-left: 25px;
        position: relative;
    }
    .job-ad li::before {
        content: "→";
        position: absolute;
        left: 0;
        font-weight: bold;
    }
    .job-ad .step-bar {
        padding: 15px 0;
        border-top: 1px solid;
        border-bottom: 1px solid;
        margin: 20px 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 15px;
        font-weight: 600;
        opacity: 0.9;
    }
    .job-ad .cta-area {
        margin-top: 50px;
        text-align: center;
    }
    .job-ad .btn {
        display: inline-block;
        padding: 15px 30px;
        text-decoration: none;
        border: 2px solid;
        font-weight: bold;
        margin-top: 20px;
        transition: opacity 0.3s;
    }
    .job-ad .btn:hover { opacity: 0.7; }
</style>/* End custom CSS */