.elementor-296619 .elementor-element.elementor-element-1a66306{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-296619 .elementor-element.elementor-element-11c1397{--spacer-size:20px;}.elementor-296619 .elementor-element.elementor-element-ec5e81f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-296619:not(.elementor-motion-effects-element-type-background), body.elementor-page-296619 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-061956b */:root {
            --parkingjobs-primary: #3A5EA6;
            --parkingjobs-accent: #EE7A3B;
            --parkingjobs-secondary: #54A8DC;
            --parkingjobs-highlight: #FDDA16;
        }

        html {
            scroll-behavior: smooth;
        }

        .parkingjobs-container {
            font-family: 'Arial', sans-serif;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            background: white;
            min-height: 100vh;
        }

        .parkingjobs-header {
            text-align: center;
            padding: 40px 0;
            background: linear-gradient(135deg, var(--parkingjobs-primary) 0%, var(--parkingjobs-secondary) 100%);
            color: white;
            border-radius: 15px;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .parkingjobs-title {
            font-size: 2.8rem;
            font-weight: bold;
            margin: 0;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            color: white;
        }

        .parkingjobs-subtitle {
            font-size: 1.2rem;
            margin-top: 10px;
            opacity: 0.9;
            color: white;
        }

        .parkingjobs-post-listing {
            margin-top: 25px;
            padding: 20px;
            background: rgba(255,255,255,0.1);
            border-radius: 12px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
        }

        .parkingjobs-post-text {
            color: white;
            font-size: 1.1rem;
            margin: 0 0 15px 0;
            text-align: center;
        }

        .parkingjobs-post-btn {
            background: var(--parkingjobs-highlight);
            color: #333;
            padding: 12px 25px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: bold;
            display: inline-block;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            font-size: 1rem;
        }

        .parkingjobs-post-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
            background: #ffed4e;
        }

        .parkingjobs-navigation {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
        }

        .parkingjobs-nav-btn {
            background: linear-gradient(135deg, var(--parkingjobs-primary) 0%, var(--parkingjobs-secondary) 100%);
            color: white;
            padding: 15px 30px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 6px 20px rgba(58, 94, 166, 0.3);
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;
        }

        .parkingjobs-nav-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(58, 94, 166, 0.4);
            border-color: var(--parkingjobs-highlight);
        }

        .parkingjobs-nav-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s ease;
        }

        .parkingjobs-nav-btn:hover::before {
            left: 100%;
        }

        .parkingjobs-nav-btn.jobs-btn {
            background: linear-gradient(135deg, var(--parkingjobs-accent) 0%, #d73502 100%);
            box-shadow: 0 6px 20px rgba(238, 122, 59, 0.3);
        }

        .parkingjobs-nav-btn.jobs-btn:hover {
            box-shadow: 0 10px 30px rgba(238, 122, 59, 0.4);
        }

        @media (max-width: 768px) {
            .parkingjobs-navigation {
                flex-direction: column;
                align-items: center;
            }
            
            .parkingjobs-nav-btn {
                width: 80%;
                text-align: center;
            }
        }

        .parkingjobs-content {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .parkingjobs-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-left: 5px solid var(--parkingjobs-accent);
            scroll-margin-top: 20px;
        }

        .parkingjobs-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }

        .parkingjobs-card-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .parkingjobs-badge {
            background: var(--parkingjobs-highlight);
            color: #333;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: bold;
            margin-right: 15px;
        }

        .parkingjobs-badge.rfp-badge {
            background: var(--parkingjobs-secondary);
            color: white;
        }

        .parkingjobs-job-title {
            color: var(--parkingjobs-primary);
            font-size: 1.8rem;
            font-weight: bold;
            margin: 0;
        }

        .parkingjobs-rfp-title {
            color: var(--parkingjobs-primary);
            font-size: 1.5rem;
            font-weight: bold;
            margin: 0;
            line-height: 1.3;
        }

        .parkingjobs-salary {
            background: var(--parkingjobs-secondary);
            color: white;
            padding: 10px 20px;
            border-radius: 25px;
            display: inline-block;
            margin: 15px 0;
            font-weight: bold;
        }

        .parkingjobs-section {
            margin: 25px 0;
        }

        .parkingjobs-section-title {
            color: var(--parkingjobs-primary);
            font-size: 1.3rem;
            font-weight: bold;
            margin-bottom: 10px;
            border-bottom: 2px solid var(--parkingjobs-highlight);
            padding-bottom: 5px;
        }

        .parkingjobs-list {
            padding-left: 0;
            list-style: none;
        }

        .parkingjobs-list li {
            background: #f8f9fa;
            margin: 8px 0;
            padding: 12px 15px;
            border-radius: 8px;
            border-left: 3px solid var(--parkingjobs-secondary);
            transition: background 0.2s ease;
        }

        .parkingjobs-list li:hover {
            background: #e9ecef;
        }

        .parkingjobs-list li::before {
            content: "▶";
            color: var(--parkingjobs-accent);
            margin-right: 10px;
            font-size: 0.8rem;
        }

        .parkingjobs-highlight-box {
            background: linear-gradient(135deg, var(--parkingjobs-highlight) 0%, #ffeaa7 100%);
            padding: 20px;
            border-radius: 10px;
            margin: 20px 0;
            border: 2px solid #f39c12;
        }

        .parkingjobs-link {
            color: red;
            text-decoration: none;
            font-weight: bold;
            border-bottom: 2px solid transparent;
            transition: border-color 0.2s ease;
        }

        .parkingjobs-link:hover {
            border-bottom-color: var(--parkingjobs-accent);
        }

        .parkingjobs-apply-btn {
            background: linear-gradient(135deg, var(--parkingjobs-accent) 0%, #d73502 100%);
            color: white;
            padding: 15px 30px;
            border-radius: 30px;
            text-decoration: none;
            display: inline-block;
            margin: 20px 0;
            font-weight: bold;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            box-shadow: 0 4px 15px rgba(238, 122, 59, 0.3);
        }

        .parkingjobs-apply-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(238, 122, 59, 0.4);
        }

        .parkingjobs-org-logo {
            max-width: 150px;
            height: auto;
            margin-bottom: 15px;
            border-radius: 8px;
        }

        .parkingjobs-company-logo {
            max-width: 200px;
            height: auto;
            margin-bottom: 15px;
            border-radius: 8px;
        }

        .parkingjobs-deadline {
            background: var(--parkingjobs-primary);
            color: white;
            padding: 10px 15px;
            border-radius: 8px;
            display: inline-block;
            margin: 10px 0;
            font-weight: bold;
        }

        .parkingjobs-footer {
            text-align: center;
            margin-top: 50px;
            padding: 30px;
            background: var(--parkingjobs-primary);
            color: white;
            border-radius: 15px;
        }

        .parkingjobs-footer p {
            margin: 0;
            font-size: 1.2rem;
            color: white;
        }
        
        .parkingjobs-footer h4 {
            margin: 0;
            font-size: 1.2rem;
            color: white;
        }
        
        .parkingjobs-no-jobs-card {
            text-align: center;
        }

        .parkingjobs-no-jobs-icon {
            font-size: 4rem;
            color: var(--parkingjobs-secondary);
            margin: 20px 0;
            opacity: 0.7;
        }

        .parkingjobs-no-jobs-message {
            color: #666;
            font-size: 1.1rem;
            line-height: 1.6;
            margin: 0;
        }

        .parkingjobs-highlight-box p {
            margin: 10px 0;
        }/* End custom CSS */