.elementor-3762 .elementor-element.elementor-element-9726c0f{--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 text-editor, class: .elementor-element-b0e1d04 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            color: #1f2937;
            line-height: 1.6;
            background-color: #f9fafb;
        }

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

        /* Hero Banner */
        .hero-banner {
            position: relative;
            height: 320px;
            overflow: hidden;
            margin-bottom: 32px;
        }

        .hero-banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, rgba(0, 74, 173, 0.6), transparent);
        }

        /* Breadcrumb */
        .breadcrumb {
            background-color: #004aad;
            border-bottom: 1px solid #e5e7eb;
            padding: 12px 0;
            margin-bottom: 32px;
        }

        .breadcrumb nav {
            font-size: 14px;
        }

        .breadcrumb ol {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }

        .breadcrumb a {
            color: white;
            text-decoration: none;
        }

        .breadcrumb a:hover {
            opacity: 0.8;
        }

        .breadcrumb li {
            color: white;
        }

        .breadcrumb .badge {
            padding: 8px 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            color: #004aad;
            background-color: white;
        }

        /* Main Layout */
        .main-wrapper {
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 32px;
            margin-bottom: 32px;
        }

        @media (max-width: 1024px) {
            .main-wrapper {
                grid-template-columns: 1fr;
            }
        }

        /* Content Section */
        .content {
            flex: 1;
        }

        .content-header {
            border-left: 4px solid #004aad;
            padding-left: 16px;
            margin-bottom: 24px;
        }

        .content-header h1 {
            font-size: 30px;
            font-weight: bold;
            color: #1f2937;
        }

        .content p {
            color: #6b7280;
            margin-bottom: 16px;
            line-height: 1.6;
        }

        .content ul {
            list-style: disc;
            margin-left: 20px;
            margin-bottom: 24px;
            color: #004aad;
        }

        .content ul a {
            color: #004aad;
            text-decoration: none;
        }

        .content ul a:hover {
            text-decoration: underline;
        }

        /* Filters */
        .filters {
            margin-bottom: 24px;
            padding: 0;
        }

        .letter-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 16px;
        }

        .letter-btn {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            font-weight: 600;
            border: 1px solid #d1d5db;
            background-color: white;
            color: #1f2937;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.2s;
        }

        .letter-btn:hover {
            background-color: #f3f4f6;
        }

        .letter-btn.active {
            background-color: #004aad;
            color: white;
            border-color: #004aad;
        }

        .selected-filters {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }

        .filter-pill {
            background-color: #004aad;
            color: white;
            padding: 8px 12px;
            border-radius: 9999px;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .filter-pill .close-btn {
            cursor: pointer;
            font-size: 18px;
            line-height: 1;
        }

        .filter-pill .close-btn:hover {
            opacity: 0.8;
        }

        .clear-btn {
            background: none;
            border: none;
            color: #6b7280;
            cursor: pointer;
            font-size: 14px;
            text-decoration: none;
        }

        .clear-btn:hover {
            color: #1f2937;
        }

        /* Course Listing */
        .course-card {
            background-color: white;
            border: 1px solid #e5e7eb;
            border-radius: 4px;
            padding: 24px;
            margin-bottom: 16px;
            transition: box-shadow 0.2s;
        }

        .course-card:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .course-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .course-title a {
            color: #004aad;
            text-decoration: none;
        }

        .course-title a:hover {
            text-decoration: underline;
        }

        .course-desc {
            font-size: 14px;
            color: #6b7280;
            margin-bottom: 12px;
        }

        .course-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 24px 24px;
            font-size: 14px;
            color: #6b7280;
            margin-bottom: 8px;
        }

        .course-details {
            display: flex;
            flex-wrap: wrap;
            gap: 24px 24px;
            font-size: 14px;
            margin-top: 8px;
        }

        .course-details .label {
            font-weight: 500;
        }

        .course-details .instructor {
            color: #004aad;
            font-weight: 500;
        }

        /* FAQ Section */
        .faq-section {
            background-color: #f3f4f6;
            padding: 48px 0;
            margin: 0 -9999px;
            padding-left: 9999px;
            padding-right: 9999px;
        }

        .faq-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 16px;
        }

        .faq-banner {
            position: relative;
            height: 240px;
            margin-bottom: 32px;
            border-radius: 4px;
            overflow: hidden;
        }

        .faq-banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .faq-overlay {
            position: absolute;
            inset: 0;
            background-color: rgba(0, 74, 173, 0.8);
        }

        .faq-title {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 32px;
            font-weight: bold;
            text-align: center;
            padding: 16px;
        }

        .faq-categories {
            display: space-y-8;
        }

        .faq-category {
            margin-bottom: 32px;
        }

        .faq-category-title {
            font-size: 18px;
            font-weight: 600;
            color: #004aad;
            margin-bottom: 16px;
        }

        .accordion {
            border: 1px solid #e5e7eb;
            border-radius: 4px;
            background-color: white;
            overflow: hidden;
        }

        .accordion-item {
            border-bottom: 1px solid #e5e7eb;
        }

        .accordion-item:last-child {
            border-bottom: none;
        }

        .accordion-trigger {
            width: 100%;
            padding: 16px;
            background-color: white;
            border: none;
            text-align: left;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.2s;
        }

        .accordion-trigger:hover {
            background-color: #f9fafb;
        }

        .accordion-trigger.active {
            background-color: #f3f4f6;
        }

        .accordion-trigger::after {
            content: '▼';
            font-size: 12px;
            transition: transform 0.2s;
        }

        .accordion-trigger.active::after {
            transform: rotate(180deg);
        }

        .accordion-content {
            padding: 16px;
            color: #6b7280;
            background-color: #f9fafb;
            display: none;
        }

        .accordion-content.active {
            display: block;
        }

        /* Sidebar */
        .sidebar {
            width: 100%;
        }

        .card {
            background-color: white;
            border: 1px solid #e5e7eb;
            border-radius: 4px;
            padding: 16px;
            margin-bottom: 24px;
        }

        .card-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .card-content {
            display: flex;
            flex-direction: column;
        }

        .card-link {
            padding: 8px 12px;
            font-size: 14px;
            color: #004aad;
            text-decoration: none;
            border-radius: 4px;
            transition: background-color 0.2s;
        }

        .card-link:hover {
            background-color: #f3f4f6;
        }

        .card-link.active {
            background-color: #f3f4f6;
            color: #1f2937;
            font-weight: 500;
            border-left: 2px solid #004aad;
            padding-left: 10px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero-banner {
                height: 240px;
            }

            .content-header h1 {
                font-size: 24px;
            }

            .letter-grid {
                gap: 6px;
            }

            .letter-btn {
                width: 36px;
                height: 36px;
                font-size: 12px;
            }

            .course-meta,
            .course-details {
                gap: 16px 16px;
            }

            .faq-title {
                font-size: 24px;
            }
        }/* End custom CSS */