.elementor-854 .elementor-element.elementor-element-ef5cb62{--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;--margin-top:180px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:90px;--padding-right:90px;overflow:visible;}@media(min-width:768px){.elementor-854 .elementor-element.elementor-element-ef5cb62{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-879d966 */:root {
            --primary-red: #c62828;
            --dark-red: #8e0000;
            --light-red: #ff5f52;
            --light-gray: #f5f5f5;
            --dark-gray: #424242;
            --text-color: #333;
            --gold-accent: #d4af37;
        }



        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }







        .courses-section {
            padding: 40px 0;
        }

        .section-title {
            text-align: center;
            margin-bottom: 35px;
            position: relative;
        }

        .section-title h2 {
            font-size: 1.8rem;
            color: var(--primary-red);
            display: inline-block;
            padding-bottom: 12px;
            position: relative;
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            width: 70px;
            height: 3px;
            background: linear-gradient(to right, var(--primary-red), var(--light-red));
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }

        .table-container {
            overflow-x: auto;
            margin-bottom: 50px;
            border-radius: 10px;
            
            background: white;
        }

        .course-table {
            width: 100%;
            border-collapse: collapse;
            min-width: 800px;
        }

        .course-table th {
            background: linear-gradient(to bottom, var(--primary-red), var(--dark-red));
            color: white;
            padding: 16px 12px;
            text-align: left;
            font-weight: 600;
            font-size: 0.95rem;
            position: sticky;
            left: 0;
        }

        .course-table tr:nth-child(even) {
            background-color: var(--light-gray);
        }

        .course-table tr:nth-child(odd) {
            background-color: white;
        }

        .course-table tr:hover {
            background-color: #f0f0f0;
        }

        .course-table td {
            padding: 14px 12px;
            border-bottom: 1px solid #e0e0e0;
            font-size: 0.9rem;
        }

        .apply-btn {
            background: linear-gradient(to bottom, var(--primary-red), var(--dark-red));
            color: white;
            border: none;
            padding: 10px 18px;
            border-radius: 5px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: 0.9rem;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            display: inline-block;
            text-align: center;
            width: 100%;
            max-width: 120px;
        }

        .apply-btn:hover {
            background: linear-gradient(to bottom, var(--dark-red), #600000);
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .coming-soon {
            color: #757575;
            font-style: italic;
        }




        /* Mobile-specific styles */
        @media (max-width: 768px) {
            header {
                padding: 20px 0;
            }

            header h1 {
                font-size: 1.8rem;
            }

            header p {
                font-size: 1rem;
                padding: 0 10px;
            }

            .courses-section {
                padding: 30px 0;
            }

            .section-title {
                margin-bottom: 25px;
            }

            .section-title h2 {
                font-size: 1.5rem;
            }

            .table-container {
                margin-bottom: 40px;
                border-radius: 8px;
            }

            .course-table th {
                padding: 14px 10px;
                font-size: 0.85rem;
            }

            .course-table td {
                padding: 12px 10px;
                font-size: 0.85rem;
            }

            .apply-btn {
                padding: 8px 14px;
                font-size: 0.85rem;
                max-width: 110px;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 10px;
            }

            header h1 {
                font-size: 1.6rem;
            }

            header p {
                font-size: 0.95rem;
            }

            .section-title h2 {
                font-size: 1.4rem;
            }

            .course-table th {
                padding: 12px 8px;
                font-size: 0.8rem;
            }

            .course-table td {
                padding: 10px 8px;
                font-size: 0.8rem;
            }

            .apply-btn {
                padding: 7px 12px;
                font-size: 0.8rem;
                max-width: 100px;
            }
        }

        /* Table scroll indicator for mobile */
        .scroll-indicator {
            display: none;
            text-align: center;
            color: var(--primary-red);
            font-size: 0.9rem;
            margin-bottom: 10px;
            font-weight: 500;
        }

        @media (max-width: 768px) {
            .scroll-indicator {
                display: block;
            }
        }/* End custom CSS */