
        body {
            background-color: #f8f9fa;
        }
        .navbar {
            background-color: #333;
            color: white;
            padding: .5rem 1rem !important;
        }
        .job-card {
            border-radius: 15px;
            padding: 15px;
            margin-bottom: 20px;
            border: none;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .filter-section {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 15px;
        }
        .recommended-jobs-header {
            margin: 20px 0;
        }
        .job-title {
            font-size: 1.25rem;
            font-weight: bold;
        }
        .job-category, .job-info {
            color: #6c757d;
        }
        
        .job-card {
    transition: box-shadow 0.3s ease;
    border: 1px solid #e1e4e8;
}

.job-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.badge {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
}

.btn-outline-dark {
    border-color: #333;
    color: #333;
}

.btn-outline-dark:hover {
    background-color: #333;
    color: #fff;
}


.job-details-button{
    border-color: #fff;
    color: #fff;
    background: #007eff;
}


.form-container {
    margin-top: 30px;
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 92% !important;
}
        .cost-display {
            font-weight: bold;
            color: #007bff;
        }
        
    .subsciption_form-inline {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.subsciption_form-inline .form-group {
    margin: 10px 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 14px 20px;
    border-radius: 8px;
}

.subsciption_form-inline .radio-inline {
    margin: 0px 20px 5px 0px;
}

@media (max-width: 576px) { /* Mobile devices */
    .subscribe-button {
        position: fixed;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%; /* Adjust width as needed */
        z-index: 1000; /* Ensure it stays above other content */
    }
}

.subscribe-button {
background: #00c9ad !important;
border:#00c9ad !important;
}

.invoice-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #edf2fa;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    right: 0;
}

.invoice-footer a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #00a58e;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

.invoice-footer a:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .invoice-footer {
        padding: 15px 0;
    }

    .invoice-footer a {
        font-size: 14px;
        padding: 12px 24px;
    }
}


@media (max-width: 576px) { /* Mobile devices */
    .sidabar {
    display: none !important;
}
}

.navbar {
    background: linear-gradient(to right, rgb(23 114 102), rgb(0 241 207)), url(hero-bg.jpg);
    position: fixed;
    width: 100%;
    margin: 0px 0 -4px 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    color: #343a4c !important;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff !important;
    }
}

.form-group {
    margin-bottom: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 14px 20px;
    border-radius: 8px;
}