.elementor-11532 .elementor-element.elementor-element-2e0768a:not(.elementor-motion-effects-element-type-background), .elementor-11532 .elementor-element.elementor-element-2e0768a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EAEAEA;}.elementor-11532 .elementor-element.elementor-element-2e0768a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-11532 .elementor-element.elementor-element-2e0768a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-11532 .elementor-element.elementor-element-23e021b{width:var( --container-widget-width, 100.355% );max-width:100.355%;--container-widget-width:100.355%;--container-widget-flex-grow:0;}.elementor-11532 .elementor-element.elementor-element-23e021b.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-23e021b */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f8fafc;
    color: #1e293b;
    line-height: 1.6;
}

.jobadder-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* === Search Form Styling: Aligned Button + Clean Layout === */

.ja-form {
    margin-bottom: 3em;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: stretch; /* Align all fields and button */
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

/* Hide Location field (2nd) */
.ja-form .ja-field-container:nth-child(2) {
    display: none !important;
}

/* Hide Work Type field (3rd) */
.ja-form .ja-field-container:nth-child(3) {
    display: none !important;
}

/* Hide Companies field (4th) */
.ja-form .ja-field-container:nth-child(4) {
    display: none !important;
}

.ja-form .ja-field-container {
    margin-bottom: 0;
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
}

.ja-form .ja-field-container:before,
.ja-form .ja-field-container:after {
    display: none;
}

.ja-form .ja-field-container label {
    display: block;
    float: none;
    width: auto;
    padding: 0 0 0.5rem 0;
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.ja-form .ja-field-container .ja-field {
    float: none;
    width: 100%;
}

.ja-form .ja-field-container select,
.ja-form .ja-field-container input[type="text"],
.ja-form .ja-field-container input[type="search"] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 0.875rem;
    color: #374151;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    width: 100%;
    height: 48px;
    transition: all 0.2s ease;
    background: #ffffff;
    box-sizing: border-box;
}

.ja-form .ja-field-container select:focus,
.ja-form .ja-field-container input[type="text"]:focus,
.ja-form .ja-field-container input[type="search"]:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.ja-form .ja-field-container select:hover,
.ja-form .ja-field-container input[type="text"]:hover,
.ja-form .ja-field-container input[type="search"]:hover {
    border-color: #9ca3af;
}

/* ✅ Search Button Container Aligned */
.ja-form .ja-submit {
    margin: 0;
    display: flex;
    align-items: center;
    height: 48px; /* Match input height */
}

/* ✅ Search Button Style */
.ja-form .ja-submit .ja-button {
    font-size: 0.875rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    padding: 0.75rem 2rem;
    text-decoration: none;
    background: #001262 !important;
    color: #ffffff !important;
    display: inline-block;
    text-shadow: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    cursor: pointer;
    min-width: 120px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ja-form .ja-submit .ja-button:hover {
    background: #000d4a !important;
    box-shadow: 0 4px 12px rgba(0, 18, 98, 0.3);
    transform: translateY(-1px);
}

.ja-form .ja-submit .ja-button:active {
    position: relative;
    top: 0;
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .ja-form {
        flex-direction: column;
        gap: 1rem;
    }
    
    .ja-form .ja-field-container {
        min-width: auto;
        flex: none;
    }
    
    .ja-form .ja-submit {
        align-self: stretch;
    }
    
    .ja-form .ja-submit .ja-button {
        width: 100%;
        text-align: center;
    }
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .ja-form {
        flex-direction: column;
        gap: 1rem;
    }
    
    .ja-form .ja-field-container {
        min-width: auto;
        flex: none;
    }
    
    .ja-form .ja-submit {
        align-self: stretch;
    }
    
    .ja-form .ja-submit .ja-button {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .ja-form .ja-field-container {
        min-width: 180px;
    }
}


/* Jobs Section */
.jobs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.jobs-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.jobs-count {
    background: #f3f4f6;
    color: #6b7280;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.sort-select {
    padding: 0.5rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: white;
    font-size: 0.875rem;
}

/* Job Cards Grid */
.jobs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .jobs-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.job-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.5rem;
    border: 2px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.job-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.job-card:hover {
    transform: translateY(-4px);
    border-color: #e2e8f0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.job-card:hover::before {
    transform: scaleX(1);
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.job-date {
    font-size: 0.75rem;
    color: #6b7280;
    background: #f9fafb;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.company-logo {
    width: 48px;
    height: 48px;
    background: #f3f4f6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #374151;
    margin-bottom: 1rem;
}

.job-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.job-company {
    color: #059669;
    font-weight: 600;
    margin-bottom: 1rem;
}

.job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.job-tag {
    background: #f0f9ff;
    color: #0369a1;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid #e0f2fe;
}

.job-tag.type-tag {
    background: #fef3c7;
    color: #92400e;
    border-color: #fed7aa;
}

.job-tag.level-tag {
    background: #f3e8ff;
    color: #7c3aed;
    border-color: #e9d5ff;
}

.job-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.job-location {
    color: #6b7280;
    font-size: 0.875rem;
}

.job-salary {
    font-weight: 700;
    color: #1f2937;
}

.apply-btn {
    background: #1f2937;
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

.apply-btn:hover {
    background: #374151;
    transform: translateY(-1px);
}

/* JobAdder Widget Overrides */
#ja-jobs-widget {
    margin-top: 2rem;
}

/* Enhanced Job List Styling */
.ja-job-list-container {
    background: transparent;
}

.ja-job-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .ja-job-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .ja-job-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ja-job-list .job {
    background: #ffffff !important;
    border: 2px solid #f1f5f9 !important;
    border-radius: 16px !important;
    padding: 1.5rem !important;
    margin-bottom: 0 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    display: flex !important;
    flex-direction: column !important;
}

.ja-job-list .job::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.ja-job-list .job:hover {
    transform: translateY(-4px) !important;
    border-color: #e2e8f0 !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.ja-job-list .job:hover::before {
    transform: scaleX(1);
}

.ja-job-list .job.alt {
    background: #ffffff !important;
}

.ja-job-list .job.hot {
    background: #ffffff !important;
    border-color: #fbbf24 !important;
}

.ja-job-list .job.hot::before {
    background: linear-gradient(90deg, #f59e0b, #eab308);
}

/* Date Posted - First (Order: 1) */
.ja-job-list .job .meta .date-posted {
    order: 1 !important;
    float: none !important;
    width: 100% !important;
    text-align: left !important;
    color: #6b7280 !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    margin-bottom: 0.75rem !important;
    margin-top: 0 !important;
}

/* Job Title - Second (Order: 2) */
.ja-job-list .job .title {
    order: 2 !important;
    margin-bottom: 0.5rem !important;
}

.ja-job-list .job .title a {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    display: block !important;
}

.ja-job-list .job .title a:hover {
    color: #3b82f6 !important;
}

/* Location with Icon - Third (Order: 3) - Right under title */
.ja-job-list .job .location {
    order: 3 !important;
    display: flex !important;
    align-items: center !important;
    color: #6b7280 !important;
    font-size: 0.9rem !important;
    margin-bottom: 1rem !important;
}

.ja-job-list .job .location::before {
    content: "📍" !important;
    margin-right: 0.5rem !important;
}

/* Short Description - Fourth (Order: 4) */
.ja-job-list .job .summary {
    order: 4 !important;
    color: #4b5563 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
}

/* Hide Company Name */
.ja-job-list .job .meta .company,
.ja-job-list .job .company {
    display: none !important;
}

/* Job Meta Information - Fifth (Order: 5) */
.ja-job-list .job .meta {
    order: 5 !important;
    margin-bottom: 1.5rem !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

.ja-job-list .job .meta:before,
.ja-job-list .job .meta:after {
    display: none !important;
}

.ja-job-list .job .meta p {
    font-size: 0.9rem !important;
    margin-bottom: 0.5rem !important;
    color: #6b7280 !important;
}

/* Tags Container */
.ja-job-list .job .meta .tags-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
}

.ja-job-list .job .meta .classifications {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    list-style: none !important;
}

.ja-job-list .job .meta .classifications li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 20px !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
    border: none !important;
}

/* Category - First tag - #e8ecff */
.ja-job-list .job .meta .classifications li:nth-child(1) {
    background-color: #e8ecff !important;
}

/* Work Type - Second tag - #ffdfdd */
.ja-job-list .job .meta .classifications li:nth-child(2) {
    background-color: #ffdfdd !important;
}

/* Aircraft - Third tag - #fff7d9 */
.ja-job-list .job .meta .classifications li:nth-child(3) {
    background-color: #fff7d9 !important;
}

.ja-job-list .job .meta .salary {
    clear: none !important;
    float: none !important;
    font-weight: 600 !important;
    color: #059669 !important;
    font-size: 0.9rem !important;
}

.ja-job-list .job .meta .reference {
    float: none !important;
    text-align: left !important;
    font-size: 0.8rem !important;
    color: #6b7280 !important;
    margin-top: 0 !important;
}

/* More Button - Last (Order: 6) */
.ja-job-list .job .view-details {
    order: 6 !important;
    background: #001262 !important;
    color: white !important;
    border: none !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    text-decoration: none !important;
    display: block !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    text-shadow: none !important;
    box-shadow: none !important;
    margin-top: auto !important;
    width: 100% !important;
}

.ja-job-list .job .view-details:hover {
    background: #000d4a !important;
    transform: translateY(-1px) !important;
    cursor: pointer !important;
}

.ja-job-list .job .view-details:active {
    position: relative !important;
    top: 0 !important;
}

/* Pagination Styling */
.ja-pager-container {
    margin-top: 3rem !important;
    padding: 2rem 0 !important;
    border-top: 1px solid #e5e7eb !important;
}

.ja-pager {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.5rem !important;
    float: none !important;
    font-size: 0.875rem !important;
}

.ja-pager span,
.ja-pager a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    margin-right: 0 !important;
    color: #6b7280 !important;
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.ja-pager a:hover,
.ja-pager .current-page {
    color: #ffffff !important;
    background-color: #3b82f6 !important;
    border-color: #3b82f6 !important;
}

.ja-pager-summary {
    float: none !important;
    text-align: center !important;
    margin-top: 1rem !important;
    font-size: 0.875rem !important;
    color: #6b7280 !important;
}

/* Forms Styling */
.ja-form {
    background: #ffffff !important;
    padding: 2rem !important;
    border-radius: 16px !important;
    border: 1px solid #e5e7eb !important;
    margin-bottom: 2rem !important;
}

.ja-form .ja-field-container {
    margin-bottom: 1.5rem !important;
}

.ja-form .ja-field-container label {
    display: block !important;
    float: none !important;
    width: 100% !important;
    padding: 0 0 0.5rem 0 !important;
    font-weight: 600 !important;
    color: #374151 !important;
    font-size: 0.875rem !important;
}

.ja-form .ja-field-container .ja-field {
    float: none !important;
    width: 100% !important;
}

.ja-form .ja-field-container select,
.ja-form .ja-field-container textarea,
.ja-form .ja-field-container input[type="text"],
.ja-form .ja-field-container input[type="password"],
.ja-form .ja-field-container input[type="email"],
.ja-form .ja-field-container input[type="search"] {
    width: 100% !important;
    padding: 0.875rem 1rem !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 12px !important;
    font-size: 1rem !important;
    background: #ffffff !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
    color: #1f2937 !important;
}

.ja-form .ja-field-container select:focus,
.ja-form .ja-field-container textarea:focus,
.ja-form .ja-field-container input:focus {
    outline: none !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

.ja-form .ja-submit {
    margin-top: 2rem !important;
    margin-left: 0 !important;
    text-align: center !important;
}

.ja-button {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
    color: white !important;
    border: none !important;
    padding: 0.875rem 2rem !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.2s ease !important;
    text-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.ja-button:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3) !important;
    background: linear-gradient(135deg, #1d4ed8, #1e3a8a) !important;
}

.ja-button:active {
    position: relative !important;
    top: 0 !important;
}

/* Error States */
.ja-form .ja-field-container .error {
    border-color: #ef4444 !important;
    color: #dc2626 !important;
}

.ja-form .ja-field-container .validation-error {
    color: #dc2626 !important;
    font-size: 0.875rem !important;
    margin-top: 0.5rem !important;
}

.ja-form .ja-error-container {
    background: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    border-radius: 8px !important;
    padding: 1rem !important;
    margin: 1rem 0 !important;
    color: #dc2626 !important;
}

/* Loading States */
.ja-loading {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #f3f4f6 !important;
    border-top: 2px solid #3b82f6 !important;
    border-radius: 50% !important;
    animation: spin 1s linear infinite !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Powered by JobAdder */
.powered-by-jobadder {
    color: #9ca3af !important;
    font-size: 0.875rem !important;
    text-align: center !important;
    margin: 3rem 0 1rem 0 !important;
    padding: 1rem !important;
    border-top: 1px solid #e5e7eb !important;
}

.powered-by-jobadder a {
    color: #6b7280 !important;
    text-decoration: none !important;
}

.powered-by-jobadder a:hover {
    color: #3b82f6 !important;
}

/* Responsive Design */
@media (max-width: 767px) {
    .ja-job-list .job .meta .classifications {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .ja-form {
        padding: 1rem !important;
    }
    
    .ja-button {
        width: 100% !important;
    }
}/* End custom CSS */



