.elementor-61 .elementor-element.elementor-element-f06fd4b{--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;}/* Start custom CSS for html, class: .elementor-element-f9907e7 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        /* Navigation */
        .nav-menu {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            padding: 15px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
            border-radius: 10px;
        }

        .nav-menu ul {
            list-style: none;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            padding: 0 20px;
        }

        .nav-menu a {
            text-decoration: none;
            color: #1e40af;
            padding: 10px 20px;
            border-radius: 5px;
            transition: all 0.3s ease;
            font-weight: 500;
        }

        .nav-menu a:hover {
            background: #1e40af;
            color: #fff;
            transform: translateY(-2px);
        }

        /* Header */
        .header {
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
            color: #fff;
            padding: 50px 30px;
            border-radius: 15px;
            margin-bottom: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .header h1 {
            font-size: 2.5em;
            margin-bottom: 15px;
            text-align: center;
        }

        .header p {
            font-size: 1.1em;
            text-align: center;
            max-width: 900px;
            margin: 0 auto;
            opacity: 0.95;
            line-height: 1.8;
        }

        /* Content Area */
        .content {
            background: #fff;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
        }

        /* Accordion */
        .accordion-item {
            margin-bottom: 20px;
            border: 2px solid #e5e7eb;
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .accordion-item:hover {
            border-color: #3b82f6;
            box-shadow: 0 5px 15px rgba(59, 130, 246, 0.2);
        }

        .accordion-header {
            background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
            color: #fff;
            padding: 20px 25px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
        }

        .accordion-header:hover {
            background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
        }

        .accordion-header h2 {
            font-size: 1.5em;
            font-weight: 600;
        }

        .accordion-icon {
            font-size: 1.5em;
            transition: transform 0.3s ease;
        }

        .accordion-item.active .accordion-icon {
            transform: rotate(180deg);
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
            background: #f9fafb;
        }

        .accordion-item.active .accordion-content {
            max-height: 5000px;
        }

        .accordion-body {
            padding: 30px 25px;
        }

        /* Job Description Sections */
        .job-section {
            margin-bottom: 30px;
        }

        .job-section h3 {
            color: #1e40af;
            font-size: 1.4em;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 3px solid #3b82f6;
        }

        .job-section h4 {
            color: #2563eb;
            font-size: 1.1em;
            margin: 20px 0 12px 0;
            font-weight: 600;
        }

        .job-section p {
            color: #4b5563;
            margin-bottom: 15px;
            line-height: 1.8;
        }

        .job-section ul {
            list-style: none;
            padding-left: 0;
        }

        .job-section ul li {
            padding: 10px 0 10px 30px;
            position: relative;
            color: #4b5563;
            line-height: 1.7;
        }

        .job-section ul li:before {
            content: "▹";
            position: absolute;
            left: 0;
            color: #3b82f6;
            font-weight: bold;
            font-size: 1.2em;
        }

        .job-section ul li strong {
            color: #1e40af;
            font-weight: 600;
        }

        /* Info Table */
        .info-table {
            width: 100%;
            margin-bottom: 25px;
            border-collapse: collapse;
            background: #f8f9fa;
            border-radius: 8px;
            overflow: hidden;
        }

        .info-table td {
            padding: 15px 20px;
            border-bottom: 1px solid #e5e7eb;
        }

        .info-table tr:last-child td {
            border-bottom: none;
        }

        .info-table td:first-child {
            font-weight: 600;
            color: #1e40af;
            width: 200px;
            background: #e0e7ff;
        }

        .info-table td:last-child {
            color: #4b5563;
        }

        /* Lampiran Section */
        .lampiran-section {
            background: #fff;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
        }

        .lampiran-section h2 {
            background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
            color: #fff;
            padding: 20px 25px;
            margin: -40px -40px 30px -40px;
            border-radius: 15px 15px 0 0;
            font-size: 1.6em;
        }

        .lampiran-section h3 {
            color: #1e40af;
            font-size: 1.3em;
            margin: 30px 0 15px 0;
            padding-bottom: 10px;
            border-bottom: 3px solid #3b82f6;
        }

        .lampiran-section h4 {
            color: #2563eb;
            font-size: 1.1em;
            margin: 20px 0 12px 0;
            font-weight: 600;
        }

        .lampiran-section p {
            color: #4b5563;
            margin-bottom: 15px;
            line-height: 1.8;
        }

        .lampiran-section ul {
            list-style: none;
            padding-left: 0;
        }

        .lampiran-section ul li {
            padding: 10px 0 10px 30px;
            position: relative;
            color: #4b5563;
            line-height: 1.7;
        }

        .lampiran-section ul li:before {
            content: "▹";
            position: absolute;
            left: 0;
            color: #3b82f6;
            font-weight: bold;
            font-size: 1.2em;
        }

        .lampiran-section ul li strong {
            color: #1e40af;
            font-weight: 600;
        }

        /* Category Table */
        .category-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .category-table thead {
            background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
        }

        .category-table th {
            color: #fff;
            padding: 15px;
            text-align: left;
            font-weight: 600;
            font-size: 1em;
        }

        .category-table td {
            padding: 15px;
            border-bottom: 1px solid #e5e7eb;
            color: #4b5563;
        }

        .category-table tr:last-child td {
            border-bottom: none;
        }

        .category-table tr:nth-child(even) {
            background: #f8f9fa;
        }

        .category-table td:first-child {
            font-weight: 600;
            color: #1e40af;
        }

        /* Note Box */
        .note-box {
            background: #fef3c7;
            border-left: 4px solid #f59e0b;
            padding: 20px;
            margin: 20px 0;
            border-radius: 5px;
            color: #78350f;
            line-height: 1.7;
        }

        .note-box strong {
            color: #92400e;
        }

        /* Footer */
        .footer {
            background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
            color: #fff;
            padding: 35px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .footer h3 {
            margin-bottom: 10px;
            font-size: 1.6em;
        }

        .footer p {
            margin-bottom: 20px;
            opacity: 0.95;
        }

        .footer-contact {
            display: flex;
            justify-content: center;
            gap: 40px;
            flex-wrap: wrap;
            margin-top: 15px;
        }

        .footer-contact div {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.1em;
        }

        .footer-contact a {
            color: #fff;
            text-decoration: none;
            transition: opacity 0.3s ease;
        }

        .footer-contact a:hover {
            opacity: 0.8;
            text-decoration: underline;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .header h1 {
                font-size: 1.8em;
            }

            .header p {
                font-size: 1em;
            }

            .content, .lampiran-section {
                padding: 25px;
            }

            .accordion-header h2 {
                font-size: 1.2em;
            }

            .nav-menu ul {
                flex-direction: column;
                align-items: center;
            }

            .footer-contact {
                flex-direction: column;
                gap: 15px;
            }

            .info-table td:first-child {
                width: 140px;
                font-size: 0.9em;
            }

            .category-table {
                font-size: 0.9em;
            }

            .category-table th,
            .category-table td {
                padding: 10px;
            }

            .lampiran-section h2 {
                margin: -25px -25px 25px -25px;
                padding: 15px 20px;
                font-size: 1.3em;
            }
        }

        /* Table Responsive Wrapper */
        .table-wrapper {
            overflow-x: auto;
            margin: 20px 0;
        }
    </style>/* End custom CSS */