
        /* ============================================ */
        /* DIGITAL MARKETING COURSE SECTION            */
        /* ============================================ */

        .dm-course-section {
            background: #ffffff;
            padding: 30px 0 40px;
            position: relative;
            overflow: hidden;
        }

        .dm-badge {
            display: inline-block;
            background: rgba(13, 95, 249, 0.08);
            padding: 0.4rem 1.5rem;
            border-radius: 50px;
            font-weight: 700;
            font-size: 0.75rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #0D5FF9;
            margin-bottom: 1rem;
        }

        .dm-heading {
            font-size: 2.2rem;
            font-weight: 800;
            color: #0A2540;
            line-height: 1.2;
            margin-bottom: 0.8rem;
        }

        .dm-subtext {
            color: #0D5FF9;
            font-size: 1.1rem;
            font-weight: 600;
            line-height: 1.6;
            max-width: 750px;
            margin: 0 auto;
        }

        .dm-content {
            margin-top: 1rem;
        }

        .dm-description {
            color: #4B5E6F;
            font-size: 1rem;
            line-height: 1.8;
            margin-bottom: 1rem;
            text-align: justify;
            word-spacing: 0.5px;
        }

        .highlight-text {
            background: skyblue;
            padding: 1.2rem 1.5rem;
            border-radius: 16px;
            border-left: 4px solid #0D5FF9;
            margin-top: 0.5rem;
        }

        .highlight-text strong {
            color: #0D5FF9;
        }

        /* ============================================ */
        /* WHY CHOOSE - DIGITAL MARKETING SECTION      */
        /* ============================================ */

        .dm-why-section {
            background: #87CEEB;
            /* sky blue */
            padding: 30px 0 40px;
            position: relative;
            overflow: hidden;
        }

        .dm-why-section::before {
            content: '';
            position: absolute;
            top: -30%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: rgba(255, 255, 255, 0.06);
            border-radius: 50%;
            pointer-events: none;
        }

        .dm-why-section::after {
            content: '';
            position: absolute;
            bottom: -20%;
            left: -8%;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
            pointer-events: none;
        }

        .dm-why-badge {
            display: inline-block;
            background: rgba(10, 37, 64, 0.10);
            padding: 0.4rem 1.5rem;
            border-radius: 50px;
            font-weight: 700;
            font-size: 0.75rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #0A2540;
            margin-bottom: 1rem;
            position: relative;
            z-index: 1;
        }

        .dm-why-heading {
            font-size: 2.2rem;
            font-weight: 800;
            color: #0A2540;
            line-height: 1.2;
            margin-bottom: 0.8rem;
            position: relative;
            z-index: 1;
        }

        .dm-why-subtext {
            color: #0A2540;
            font-size: 1.1rem;
            font-weight: 600;
            line-height: 1.6;
            max-width: 700px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .dm-why-subtext strong {
            color: blue;
        }

        .dm-feature-heading {
            font-size: 1.4rem;
            font-weight: 700;
            color: #0A2540;
            margin-bottom: 0.5rem;
            text-align: center;
            position: relative;
            z-index: 1;
        }

        /* Feature Boxes - White BG, Black Text */
        .dm-feature-box {
            background: #ffffff;
            color: #0A2540;
            padding: 1.1rem 0.7rem;
            border-radius: 16px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 100px;
            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            border: 2px solid rgba(255, 255, 255, 0.3);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
            position: relative;
            overflow: hidden;
            cursor: default;
            gap: 4px;
        }

        /* Hover: Dark Blue Background + White Text + White Icon */
        .dm-feature-box:hover {
            background: blue;
            /* dark blue */
            color: #ffffff;
            transform: translateY(-8px) scale(1.03);
            border-color: white;
            box-shadow: 0 16px 40px rgba(10, 37, 64, 0.20);
        }

        /* Decorative Glow */
        .dm-feature-box::before {
            content: '';
            position: absolute;
            top: -60%;
            left: -60%;
            width: 220%;
            height: 220%;
            background: radial-gradient(circle at center, rgba(255, 255, 255, 0.05) 0%, transparent 60%);
            opacity: 0;
            transition: opacity 0.6s ease;
            pointer-events: none;
            z-index: 0;
        }

        .dm-feature-box:hover::before {
            opacity: 1;
        }

        /* Keep content above glow */
        .dm-feature-box * {
            position: relative;
            z-index: 1;
        }

        /* Icon Styles - Normal: Black */
        .dm-feature-box i {
            font-size: 1.8rem;
            color: #0A2540;
            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            line-height: 1;
        }

        .dm-feature-box:hover i {
            color: #ffffff;
            /* white */
            transform: scale(1.15) rotate(-3deg);
        }

        /* Text Styles - Normal: Black */
        .dm-feature-box span {
            font-size: 0.82rem;
            font-weight: 600;
            color: #0A2540;
            line-height: 1.3;
            text-align: center;
            transition: all 0.4s ease;
            word-break: break-word;
        }

        .dm-feature-box:hover span {
            color: #ffffff;
            /* white */
        }

        /* Full Width Feature Box */
        .dm-feature-full {
            flex-direction: row;
            gap: 14px;
            padding: 1.2rem 1.8rem;
            min-height: 70px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .dm-feature-full i {
            font-size: 1.8rem;
            margin-bottom: 0;
        }

        .dm-feature-full span {
            font-size: 0.95rem;
            font-weight: 700;
        }

        .dm-feature-full:hover {
            transform: translateY(-6px) scale(1.01);
        }

        /* ============================================ */
        /* ========== RESPONSIVE STYLES =============== */
        /* ============================================ */

        /* Tablet (max-width: 991px) */
        @media (max-width: 991px) {

            .dm-course-section,
            .dm-why-section {
                padding: 60px 0 70px;
            }

            .dm-heading,
            .dm-why-heading {
                font-size: 1.9rem;
            }

            .dm-subtext,
            .dm-why-subtext {
                font-size: 1rem;
            }

            .dm-description {
                font-size: 0.95rem;
            }

            .highlight-text {
                padding: 1rem 1.2rem;
            }

            .dm-feature-box {
                min-height: 90px;
                padding: 1rem 0.6rem;
                border-radius: 14px;
            }

            .dm-feature-box i {
                font-size: 1.6rem;
            }

            .dm-feature-box span {
                font-size: 0.78rem;
            }

            .dm-feature-full {
                min-height: 60px;
                padding: 1rem 1.5rem;
            }

            .dm-feature-full span {
                font-size: 0.9rem;
            }

            .dm-why-section::before,
            .dm-why-section::after {
                width: 250px;
                height: 250px;
            }

            .dm-feature-heading {
                font-size: 1.3rem;
            }
        }

        /* Small Tablet (max-width: 768px) */
        @media (max-width: 768px) {

            .dm-course-section,
            .dm-why-section {
                padding: 50px 0 60px;
            }

            .dm-heading,
            .dm-why-heading {
                font-size: 1.6rem;
            }

            .dm-subtext,
            .dm-why-subtext {
                font-size: 0.95rem;
            }

            .dm-badge,
            .dm-why-badge {
                font-size: 0.7rem;
                padding: 0.3rem 1.2rem;
            }

            .dm-description {
                font-size: 0.9rem;
                line-height: 1.7;
            }

            .highlight-text {
                padding: 0.9rem 1.1rem;
            }

            .dm-feature-box {
                min-height: 80px;
                padding: 0.9rem 0.5rem;
                border-radius: 12px;
            }

            .dm-feature-box i {
                font-size: 1.4rem;
            }

            .dm-feature-box span {
                font-size: 0.72rem;
            }

            .dm-feature-full {
                min-height: 55px;
                padding: 0.8rem 1.2rem;
                gap: 12px;
            }

            .dm-feature-full i {
                font-size: 1.4rem;
            }

            .dm-feature-full span {
                font-size: 0.85rem;
            }

            .dm-feature-heading {
                font-size: 1.2rem;
            }

            .row.g-3 {
                --bs-gutter-y: 0.8rem;
            }

            .dm-feature-box:hover {
                transform: translateY(-6px) scale(1.02);
            }

            .dm-feature-full:hover {
                transform: translateY(-4px) scale(1.01);
            }
        }

        /* Mobile (max-width: 576px) */
        @media (max-width: 576px) {

            .dm-course-section,
            .dm-why-section {
                padding: 40px 0 50px;
            }

            .dm-heading,
            .dm-why-heading {
                font-size: 1.4rem;
                line-height: 1.3;
            }

            .dm-subtext,
            .dm-why-subtext {
                font-size: 0.9rem;
                line-height: 1.5;
            }

            .dm-badge,
            .dm-why-badge {
                font-size: 0.65rem;
                padding: 0.25rem 1rem;
                margin-bottom: 0.7rem;
            }

            .dm-description {
                font-size: 0.85rem;
                line-height: 1.6;
                margin-bottom: 0.8rem;
            }

            .highlight-text {
                padding: 0.8rem 1rem;
                border-left-width: 3px;
            }

            .dm-feature-box {
                min-height: 75px;
                padding: 0.7rem 0.4rem;
                border-radius: 12px;
                border-width: 1.5px;
            }

            .dm-feature-box i {
                font-size: 1.2rem;
            }

            .dm-feature-box span {
                font-size: 0.65rem;
                font-weight: 600;
            }

            .dm-feature-box:hover {
                transform: translateY(-5px) scale(1.02);
            }

            .dm-feature-full {
                min-height: 50px;
                padding: 0.7rem 1rem;
                gap: 10px;
                flex-direction: column;
            }

            .dm-feature-full i {
                font-size: 1.2rem;
            }

            .dm-feature-full span {
                font-size: 0.8rem;
            }

            .dm-feature-full:hover {
                transform: translateY(-4px) scale(1.01);
            }

            .dm-feature-heading {
                font-size: 1.1rem;
            }

            .row.g-3 {
                --bs-gutter-y: 0.6rem;
            }

            .col-6 {
                padding-left: 6px;
                padding-right: 6px;
            }

            .col-lg-10 {
                padding-left: 10px;
                padding-right: 10px;
            }

            .dm-why-section::before,
            .dm-why-section::after {
                display: none;
            }
        }

        /* Extra Small (max-width: 400px) */
        @media (max-width: 400px) {

            .dm-course-section,
            .dm-why-section {
                padding: 30px 0 40px;
            }

            .dm-heading,
            .dm-why-heading {
                font-size: 1.2rem;
            }

            .dm-subtext,
            .dm-why-subtext {
                font-size: 0.85rem;
            }

            .dm-description {
                font-size: 0.8rem;
                line-height: 1.5;
            }

            .highlight-text {
                padding: 0.6rem 0.8rem;
                font-size: 0.82rem;
            }

            .dm-feature-box {
                min-height: 65px;
                padding: 0.6rem 0.3rem;
                border-radius: 10px;
            }

            .dm-feature-box i {
                font-size: 1rem;
            }

            .dm-feature-box span {
                font-size: 0.58rem;
            }

            .dm-feature-full {
                min-height: 45px;
                padding: 0.6rem 0.8rem;
            }

            .dm-feature-full i {
                font-size: 1rem;
            }

            .dm-feature-full span {
                font-size: 0.75rem;
            }

            .dm-feature-heading {
                font-size: 1rem;
            }

            .col-6 {
                padding-left: 4px;
                padding-right: 4px;
            }

            .row.g-3 {
                --bs-gutter-y: 0.5rem;
            }
        }

        /* Landscape Phones */
        @media (max-height: 500px) and (orientation: landscape) {

            .dm-course-section,
            .dm-why-section {
                padding: 30px 0 40px;
            }

            .dm-heading,
            .dm-why-heading {
                font-size: 1.5rem;
                margin-bottom: 0.5rem;
            }

            .dm-subtext,
            .dm-why-subtext {
                font-size: 0.9rem;
            }

            .dm-description {
                font-size: 0.85rem;
                line-height: 1.5;
            }

            .dm-feature-box {
                min-height: 65px;
                padding: 0.6rem 0.4rem;
            }

            .dm-feature-box i {
                font-size: 1.2rem;
            }

            .dm-feature-box span {
                font-size: 0.65rem;
            }

            .dm-feature-full {
                min-height: 45px;
                padding: 0.5rem 1rem;
                flex-direction: row;
            }

            .dm-feature-full i {
                font-size: 1.2rem;
            }

            .dm-feature-full span {
                font-size: 0.8rem;
            }

            .row.g-3 {
                --bs-gutter-y: 0.5rem;
            }

            .dm-why-section::before,
            .dm-why-section::after {
                display: none;
            }

            .dm-feature-box:hover {
                transform: translateY(-4px) scale(1.01);
            }
        }

        /* ============================================ */
        /* ========== DARK MODE SUPPORT =============== */
        /* ============================================ */

        @media (prefers-color-scheme: dark) {
            .dm-course-section {
                background: #ffffff;
            }

            .dm-heading {
                color: #0A2540;
            }

            .dm-subtext {
                color: #0D5FF9;
            }

            .dm-description {
                color: #4B5E6F;
            }

            .dm-badge {
                color: #0D5FF9;
                background: rgba(13, 95, 249, 0.08);
            }

            .highlight-text {
                background: rgba(13, 95, 249, 0.04);
            }

            .highlight-text strong {
                color: #0D5FF9;
            }

            .dm-why-section {
                background: #87CEEB;
            }

            .dm-why-heading {
                color: #0A2540;
            }

            .dm-why-subtext {
                color: #0A2540;
            }

            .dm-why-badge {
                color: #0A2540;
                background: rgba(10, 37, 64, 0.10);
            }

            .dm-feature-heading {
                color: #0A2540;
            }

            .dm-feature-box {
                background: #ffffff;
                color: #0A2540;
                border-color: rgba(255, 255, 255, 0.3);
            }

            .dm-feature-box i {
                color: #0A2540;
            }

            .dm-feature-box span {
                color: #0A2540;
            }

            .dm-feature-box:hover {
                background: #0A2540;
                color: #ffffff;
                border-color: rgba(255, 255, 255, 0.5);
            }

            .dm-feature-box:hover i {
                color: #ffffff;
            }

            .dm-feature-box:hover span {
                color: #ffffff;
            }

            .dm-feature-box::before {
                background: radial-gradient(circle at center, rgba(255, 255, 255, 0.05) 0%, transparent 60%);
            }
        }

        /* ============================================ */
        /* ========== REDUCED MOTION ================== */
        /* ============================================ */

        @media (prefers-reduced-motion: reduce) {

            .dm-feature-box,
            .dm-feature-box *,
            .dm-feature-box::before {
                transition: none !important;
                animation: none !important;
            }

            .dm-feature-box:hover {
                transform: none !important;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
            }

            .dm-feature-box:hover i {
                transform: none !important;
            }

            .dm-feature-box::before {
                display: none !important;
            }

            .dm-why-section::before,
            .dm-why-section::after {
                display: none !important;
            }
        }

        /* ============================================ */
        /* ========== PRINT STYLES ==================== */
        /* ============================================ */

        @media print {
            .dm-course-section {
                background: #ffffff !important;
                padding: 30px 0;
            }

            .dm-why-section {
                background: #f0f8ff !important;
                padding: 30px 0;
            }

            .dm-why-section::before,
            .dm-why-section::after {
                display: none !important;
            }

            .dm-feature-box {
                background: #ffffff !important;
                color: #0A2540 !important;
                box-shadow: none !important;
                border: 1px solid #ccc !important;
                transform: none !important;
            }

            .dm-feature-box i {
                color: #0A2540 !important;
            }

            .dm-feature-box span {
                color: #0A2540 !important;
            }

            .dm-feature-box::before {
                display: none !important;
            }

            .dm-badge,
            .dm-why-badge {
                background: #f0f0f0 !important;
                color: #333 !important;
            }

            .dm-heading,
            .dm-why-heading {
                color: #0A2540 !important;
            }

            .dm-subtext,
            .dm-why-subtext {
                color: #0A2540 !important;
            }

            .dm-description {
                color: #0A2540 !important;
            }

            .highlight-text {
                background: #f8f8f8 !important;
                border-left-color: #0D5FF9 !important;
            }

            .dm-feature-heading {
                color: #0A2540 !important;
            }

            .dm-feature-box:hover {
                transform: none !important;
                background: #ffffff !important;
                color: #0A2540 !important;
            }

            .dm-feature-box:hover i {
                color: #0A2540 !important;
            }

            .dm-feature-box:hover span {
                color: #0A2540 !important;
            }
        }

        /* ============================================ */
        /* ========== FOCUS VISIBLE (Accessibility) === */
        /* ============================================ */

        .dm-feature-box:focus-visible {
            outline: 3px solid #0D5FF9;
            outline-offset: 3px;
        }
 



        
        /* ============================================ */
        /* COURSE LEVEL SECTIONS - BASE STYLES         */
        /* ============================================ */

        .course-level-section {
            padding: 30px 0 40px;;
            position: relative;
            overflow: hidden;
        }

        /* ----- White Background Sections (Level 1 & 3) ----- */
        .level-white {
            background: #ffffff;
        }

        /* ----- Sky Blue Background Sections (Level 2 & Premium) ----- */
        .level-skyblue {
            background: #87CEEB;
        }

        .level-skyblue::before {
            content: '';
            position: absolute;
            top: -30%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: rgba(255, 255, 255, 0.06);
            border-radius: 50%;
            pointer-events: none;
        }

        .level-skyblue::after {
            content: '';
            position: absolute;
            bottom: -20%;
            left: -8%;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
            pointer-events: none;
        }

        /* ----- Section Header ----- */
        .level-badge {
            display: inline-block;
            padding: 0.4rem 1.5rem;
            border-radius: 50px;
            font-weight: 700;
            font-size: 0.75rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 0.8rem;
        }

        .level-badge-white {
            background: rgba(13, 95, 249, 0.08);
            color: #0D5FF9;
        }

        .level-badge-skyblue {
            background: rgba(10, 37, 64, 0.10);
            color: #0A2540;
        }

        .level-heading {
            font-size: 2rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 0.6rem;
        }

        .level-heading span {
            font-weight: 400;
            font-size: 1.1rem;
            opacity: 0.7;
        }

        .level-heading-white {
            color: #0A2540;
        }

        .level-heading-skyblue {
            color: #0A2540;
        }

        .level-subtext {
            
            font-size: 1rem;
            line-height: 1.7;
            max-width: 750px;
            margin: 0 auto;
            text-align: justify;
            word-spacing: 0.5px;
        }

        .level-subtext-white {
            color: #4B5E6F;
            text-align: center;
        }

        .level-subtext-skyblue {
            color: #0A2540;
            text-align: center;
        }

        /* ----- Topic Headings ----- */
        .topic-heading {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid rgba(13, 95, 249, 0.1);
        }

        .topic-heading-white {
            color: #0A2540;
            border-bottom-color: rgba(13, 95, 249, 0.1);
        }

        .topic-heading-skyblue {
            color: #0A2540;
            border-bottom-color: rgba(10, 37, 64, 0.1);
        }

        /* ----- Topic Boxes - White Sections (Sky Blue BG, Black Text) ----- */
        .topic-box-white {
            background: #87CEEB;
            color: #0A2540;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }

        .topic-box-white i {
            color: #0A2540;
        }

        .topic-box-white span {
            color: #0A2540;
        }

        .topic-box-white:hover {
            background: blue;
            color: #ffffff;
            border-color: white;
            box-shadow: 0 16px 40px rgba(10, 37, 64, 0.20);
        }

        .topic-box-white:hover i {
            color: #ffffff;
        }

        .topic-box-white:hover span {
            color: #ffffff;
        }

        /* ----- Topic Boxes - Sky Blue Sections (White BG, Black Text) ----- */
        .topic-box-skyblue {
            background: #ffffff;
            color: #0A2540;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }

        .topic-box-skyblue i {
            color: #0A2540;
        }

        .topic-box-skyblue span {
            color: #0A2540;
        }

        .topic-box-skyblue:hover {
            background: blue;
            color: #ffffff;
            border-color: white;
            box-shadow: 0 16px 40px rgba(10, 37, 64, 0.20);
        }

        .topic-box-skyblue:hover i {
            color: #ffffff;
        }

        .topic-box-skyblue:hover span {
            color: #ffffff;
        }

        /* ----- Topic Box Base Styles ----- */
        .topic-box {
            padding: 1rem 0.7rem;
            border-radius: 16px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 90px;
            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            overflow: hidden;
            cursor: default;
            gap: 4px;
        }

        .topic-box::before {
            content: '';
            position: absolute;
            top: -60%;
            left: -60%;
            width: 220%;
            height: 220%;
            background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
            opacity: 0;
            transition: opacity 0.6s ease;
            pointer-events: none;
            z-index: 0;
        }

        .topic-box:hover::before {
            opacity: 1;
        }

        .topic-box * {
            position: relative;
            z-index: 1;
        }

        .topic-box i {
            font-size: 1.6rem;
            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            line-height: 1;
        }

        .topic-box:hover i {
            transform: scale(1.15) rotate(-3deg);
        }

        .topic-box span {
            font-size: 0.78rem;
            font-weight: 600;
            line-height: 1.3;
            text-align: center;
            transition: all 0.4s ease;
            word-break: break-word;
        }

        /* ----- Premium Headings ----- */
        .premium-heading {
            font-size: 1.15rem;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 10px;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid rgba(13, 95, 249, 0.1);
        }

        .premium-heading i {
            font-size: 1.4rem;
        }

        .premium-heading-skyblue {
            color: #0A2540;
            border-bottom-color: rgba(10, 37, 64, 0.1);
        }

        .premium-heading-skyblue i {
            color: #0D5FF9;
        }

        /* ----- Level Outcome ----- */
        .level-outcome {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 1rem 1.5rem;
            border-radius: 16px;
            margin-top: 0.5rem;
        }

        .level-outcome i {
            font-size: 1.5rem;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .level-outcome p {
            font-size: 0.95rem;
            line-height: 1.7;
            margin: 0;
            text-align: justify;
            word-spacing: 0.5px;
        }

        .level-outcome-white {
            background: rgba(13, 95, 249, 0.04);
            border-left: 4px solid #0D5FF9;
        }

        .level-outcome-white i {
            color: #0D5FF9;
        }

        .level-outcome-white p {
            color: #4B5E6F;
        }

        .level-outcome-skyblue {
            background: rgba(255, 255, 255, 0.25);
            border-left: 4px solid #0A2540;
        }

        .level-outcome-skyblue i {
            color: #0A2540;
        }

        .level-outcome-skyblue p {
            color: #0A2540;
        }

        /* ============================================ */
        /* ========== RESPONSIVE STYLES =============== */
        /* ============================================ */

        @media (max-width: 991px) {
            .course-level-section {
                padding: 50px 0 60px;
            }

            .level-heading {
                font-size: 1.7rem;
            }

            .level-heading span {
                font-size: 1rem;
            }

            .level-subtext {
                font-size: 0.95rem;
            }

            .topic-box {
                min-height: 80px;
                padding: 0.9rem 0.6rem;
                border-radius: 14px;
            }

            .topic-box i {
                font-size: 1.4rem;
            }

            .topic-box span {
                font-size: 0.72rem;
            }

            .premium-heading {
                font-size: 1.05rem;
            }

            .premium-heading i {
                font-size: 1.2rem;
            }

            .level-outcome {
                padding: 0.9rem 1.2rem;
            }

            .level-outcome i {
                font-size: 1.3rem;
            }

            .level-outcome p {
                font-size: 0.88rem;
            }

            .level-skyblue::before,
            .level-skyblue::after {
                width: 250px;
                height: 250px;
            }
        }

        @media (max-width: 768px) {
            .course-level-section {
                padding: 40px 0 50px;
            }

            .level-heading {
                font-size: 1.5rem;
            }

            .level-heading span {
                font-size: 0.9rem;
            }

            .level-subtext {
                font-size: 0.9rem;
                line-height: 1.6;
            }

            .level-badge {
                font-size: 0.65rem;
                padding: 0.3rem 1.2rem;
            }

            .topic-heading {
                font-size: 1.05rem;
            }

            .topic-box {
                min-height: 75px;
                padding: 0.8rem 0.5rem;
                border-radius: 12px;
            }

            .topic-box i {
                font-size: 1.2rem;
            }

            .topic-box span {
                font-size: 0.68rem;
            }

            .topic-box:hover {
                transform: translateY(-5px) scale(1.02);
            }

            .premium-heading {
                font-size: 0.95rem;
            }

            .premium-heading i {
                font-size: 1.1rem;
            }

            .level-outcome {
                padding: 0.8rem 1rem;
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .level-outcome p {
                font-size: 0.85rem;
                text-align: center;
            }

            .row.g-3 {
                --bs-gutter-y: 0.8rem;
            }

            .level-skyblue::before,
            .level-skyblue::after {
                display: none;
            }
        }

        @media (max-width: 576px) {
            .course-level-section {
                padding: 35px 0 40px;
            }

            .level-heading {
                font-size: 1.3rem;
            }

            .level-heading span {
                font-size: 0.8rem;
                display: block;
            }

            .level-subtext {
                font-size: 0.85rem;
                line-height: 1.6;
                padding: 0 5px;
            }

            .level-badge {
                font-size: 0.6rem;
                padding: 0.25rem 1rem;
                margin-bottom: 0.6rem;
            }

            .topic-heading {
                font-size: 0.95rem;
            }

            .topic-box {
                min-height: 70px;
                padding: 0.6rem 0.4rem;
                border-radius: 12px;
                border-width: 1.5px;
            }

            .topic-box i {
                font-size: 1.1rem;
            }

            .topic-box span {
                font-size: 0.62rem;
                font-weight: 600;
            }

            .topic-box:hover {
                transform: translateY(-4px) scale(1.02);
            }

            .premium-heading {
                font-size: 0.9rem;
                gap: 8px;
            }

            .premium-heading i {
                font-size: 1rem;
            }

            .level-outcome {
                padding: 0.7rem 0.9rem;
            }

            .level-outcome i {
                font-size: 1.1rem;
            }

            .level-outcome p {
                font-size: 0.8rem;
            }

            .row.g-3 {
                --bs-gutter-y: 0.6rem;
            }

            .col-6 {
                padding-left: 6px;
                padding-right: 6px;
            }

            .col-lg-10 {
                padding-left: 10px;
                padding-right: 10px;
            }

            .level-skyblue::before,
            .level-skyblue::after {
                display: none;
            }
        }

        @media (max-width: 400px) {
            .course-level-section {
                padding: 25px 0 35px;
            }

            .level-heading {
                font-size: 1.1rem;
            }

            .level-subtext {
                font-size: 0.8rem;
            }

            .topic-box {
                min-height: 60px;
                padding: 0.5rem 0.3rem;
                border-radius: 10px;
            }

            .topic-box i {
                font-size: 0.9rem;
            }

            .topic-box span {
                font-size: 0.55rem;
            }

            .premium-heading {
                font-size: 0.8rem;
            }

            .premium-heading i {
                font-size: 0.9rem;
            }

            .level-outcome p {
                font-size: 0.75rem;
            }

            .col-6 {
                padding-left: 4px;
                padding-right: 4px;
            }

            .row.g-3 {
                --bs-gutter-y: 0.5rem;
            }
        }

        /* Landscape Phones */
        @media (max-height: 500px) and (orientation: landscape) {
            .course-level-section {
                padding: 25px 0 35px;
            }

            .level-heading {
                font-size: 1.3rem;
            }

            .level-subtext {
                font-size: 0.85rem;
            }

            .topic-box {
                min-height: 60px;
                padding: 0.5rem 0.4rem;
            }

            .topic-box i {
                font-size: 1rem;
            }

            .topic-box span {
                font-size: 0.6rem;
            }

            .premium-heading {
                font-size: 0.85rem;
            }

            .level-outcome {
                padding: 0.6rem 0.8rem;
            }

            .row.g-3 {
                --bs-gutter-y: 0.5rem;
            }

            .level-skyblue::before,
            .level-skyblue::after {
                display: none;
            }

            .topic-box:hover {
                transform: translateY(-3px) scale(1.01);
            }
        }

        /* ============================================ */
        /* ========== DARK MODE SUPPORT =============== */
        /* ============================================ */

        @media (prefers-color-scheme: dark) {
            .level-white {
                background: #ffffff;
            }

            .level-heading-white {
                color: #0A2540;
            }

            .level-subtext-white {
                color: #4B5E6F;
            }

            .level-badge-white {
                color: #0D5FF9;
                background: rgba(13, 95, 249, 0.08);
            }

            .topic-heading-white {
                color: #0A2540;
            }

            .topic-box-white {
                background: #87CEEB;
                color: #0A2540;
                border-color: rgba(255, 255, 255, 0.3);
            }

            .topic-box-white i {
                color: #0A2540;
            }

            .topic-box-white span {
                color: #0A2540;
            }

            .topic-box-white:hover {
                background: blue;
                color: #ffffff;
                border-color: rgba(255, 255, 255, 0.5);
            }

            .topic-box-white:hover i {
                color: #ffffff;
            }

            .topic-box-white:hover span {
                color: #ffffff;
            }

            .level-outcome-white {
                background: rgba(13, 95, 249, 0.04);
            }

            .level-outcome-white i {
                color: #0D5FF9;
            }

            .level-outcome-white p {
                color: #4B5E6F;
            }

            .level-skyblue {
                background: #87CEEB;
            }

            .level-heading-skyblue {
                color: #0A2540;
            }

            .level-subtext-skyblue {
                color: #0A2540;
            }

            .level-badge-skyblue {
                color: #0A2540;
                background: rgba(10, 37, 64, 0.10);
            }

            .topic-heading-skyblue {
                color: #0A2540;
            }

            .topic-box-skyblue {
                background: #ffffff;
                color: #0A2540;
                border-color: rgba(255, 255, 255, 0.3);
            }

            .topic-box-skyblue i {
                color: #0A2540;
            }

            .topic-box-skyblue span {
                color: #0A2540;
            }

            .topic-box-skyblue:hover {
                background: #0A2540;
                color: #ffffff;
                border-color: rgba(255, 255, 255, 0.5);
            }

            .topic-box-skyblue:hover i {
                color: #ffffff;
            }

            .topic-box-skyblue:hover span {
                color: #ffffff;
            }

            .premium-heading-skyblue {
                color: #0A2540;
            }

            .premium-heading-skyblue i {
                color: #0D5FF9;
            }

            .level-outcome-skyblue {
                background: rgba(255, 255, 255, 0.25);
            }

            .level-outcome-skyblue i {
                color: #0A2540;
            }

            .level-outcome-skyblue p {
                color: #0A2540;
            }

            .level-skyblue::before,
            .level-skyblue::after {
                background: rgba(255, 255, 255, 0.06);
            }
        }

        /* ============================================ */
        /* ========== REDUCED MOTION ================== */
        /* ============================================ */

        @media (prefers-reduced-motion: reduce) {

            .topic-box,
            .topic-box *,
            .topic-box::before {
                transition: none !important;
                animation: none !important;
            }

            .topic-box:hover {
                transform: none !important;
                box-shadow: none !important;
            }

            .topic-box:hover i {
                transform: none !important;
            }

            .topic-box::before {
                display: none !important;
            }

            .level-skyblue::before,
            .level-skyblue::after {
                display: none !important;
            }
        }

        /* ============================================ */
        /* ========== PRINT STYLES ==================== */
        /* ============================================ */

        @media print {
            .course-level-section {
                padding: 20px 0 !important;
            }

            .level-white {
                background: #ffffff !important;
            }

            .level-skyblue {
                background: #f0f8ff !important;
            }

            .level-skyblue::before,
            .level-skyblue::after {
                display: none !important;
            }

            .topic-box {
                background: #f0f0f0 !important;
                color: #0A2540 !important;
                box-shadow: none !important;
                border: 1px solid #ccc !important;
                transform: none !important;
            }

            .topic-box i {
                color: #0A2540 !important;
            }

            .topic-box span {
                color: #0A2540 !important;
            }

            .topic-box::before {
                display: none !important;
            }

            .topic-box:hover {
                transform: none !important;
                background: #f0f0f0 !important;
                color: #0A2540 !important;
            }

            .topic-box:hover i {
                color: #0A2540 !important;
            }

            .topic-box:hover span {
                color: #0A2540 !important;
            }

            .level-badge {
                background: #f0f0f0 !important;
                color: #333 !important;
            }

            .level-heading {
                color: #0A2540 !important;
            }

            .level-subtext {
                color: #0A2540 !important;
            }

            .topic-heading {
                color: #0A2540 !important;
            }

            .level-outcome {
                background: #f8f8f8 !important;
                border-left-color: #0D5FF9 !important;
            }

            .level-outcome i {
                color: #0D5FF9 !important;
            }

            .level-outcome p {
                color: #0A2540 !important;
            }

            .premium-heading {
                color: #0A2540 !important;
            }

            .premium-heading i {
                color: #0D5FF9 !important;
            }

            .level-outcome-skyblue {
                background: #f8f8f8 !important;
            }

            .level-outcome-skyblue i {
                color: #0D5FF9 !important;
            }

            .level-outcome-skyblue p {
                color: #0A2540 !important;
            }
        }

        /* ============================================ */
        /* ========== FOCUS VISIBLE (Accessibility) === */
        /* ============================================ */

        .topic-box:focus-visible {
            outline: 3px solid #0D5FF9;
            outline-offset: 3px;
        }





        
        /* ============================================ */
        /* ========== BASE SECTION STYLES ============= */
        /* ============================================ */

        .section-badge {
            display: inline-block;
            padding: 0.4rem 1.5rem;
            border-radius: 50px;
            font-weight: 700;
            font-size: 0.75rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 0.8rem;
        }

        .section-heading {
            font-size: 2rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 0.6rem;
        }

        .section-subtext {
            font-size: 1rem;
            line-height: 1.7;
            max-width: 750px;
            margin: 0 auto;
            text-align: justify;
            word-spacing: 0.5px;
        }

        .topic-title {
            font-size: 1.15rem;
            font-weight: 700;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid rgba(13, 95, 249, 0.1);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .topic-title i {
            font-size: 1.3rem;
        }

        /* ============================================ */
        /* ========== STYLE 1 - WHITE BG ============= */
        /* ============================================ */

        .internship-section,
        .career-section,
        .whojoin-section {
            background: #ffffff;
            padding: 30px 0 40px;;
            position: relative;
            overflow: hidden;
        }

        .badge-style-1 {
            background: rgba(13, 95, 249, 0.08);
            color: #0D5FF9;
        }

        .heading-style-1 {
            color: #0A2540;
        }

        .subtext-style-1 {
            color: #4B5E6F;
            text-align: center;
        }

        .title-style-1 {
            color: #0A2540;
            border-bottom-color: rgba(13, 95, 249, 0.1);
        }

        .title-style-1 i {
            color: #0D5FF9;
        }

        /* Box Style 1 - Sky Blue BG, Black Text */
        .box-style-1 {
            background: #87CEEB;
            color: #0A2540;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 16px;
            padding: 1rem 0.7rem;
            min-height: 85px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            overflow: hidden;
            cursor: default;
            gap: 4px;
            box-shadow: 0 4px 15px rgba(135, 206, 235, 0.15);
        }

        .box-style-1 i {
            font-size: 1.5rem;
            color: #0A2540;
            transition: all 0.5s ease;
        }

        .box-style-1 span {
            font-size: 0.78rem;
            font-weight: 600;
            color: #0A2540;
            transition: all 0.4s ease;
            line-height: 1.3;
            word-break: break-word;
        }

        .box-style-1::before {
            content: '';
            position: absolute;
            top: -60%;
            left: -60%;
            width: 220%;
            height: 220%;
            background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
            opacity: 0;
            transition: opacity 0.6s ease;
            pointer-events: none;
            z-index: 0;
        }

        .box-style-1:hover {
            background: blue;
            color: #ffffff;
            transform: translateY(-8px) scale(1.03);
            border-color: rgba(255, 255, 255, 0.5);
            box-shadow: 0 16px 40px rgba(10, 37, 64, 0.20);
        }

        .box-style-1:hover i {
            color: #ffffff;
            transform: scale(1.15) rotate(-3deg);
        }

        .box-style-1:hover span {
            color: #ffffff;
        }

        .box-style-1:hover::before {
            opacity: 1;
        }

        .box-style-1 * {
            position: relative;
            z-index: 1;
        }

        /* Outcome Box Style 1 */
        .outcome-style-1 {
            background: rgba(13, 95, 249, 0.04);
            border-left: 4px solid #0D5FF9;
            padding: 1rem 1.5rem;
            border-radius: 16px;
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .outcome-style-1 i {
            font-size: 1.5rem;
            color: #0D5FF9;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .outcome-style-1 p {
            font-size: 0.95rem;
            color: #4B5E6F;
            margin: 0;
            text-align: justify;
            line-height: 1.7;
        }

        /* Who Note */
        .who-note {
            background: skyblue;
            padding: 1.2rem 1.5rem;
            border-radius: 16px;
            display: flex;
            align-items: center;
            gap: 14px;
            border: 1px solid rgba(13, 95, 249, 0.08);
        }

        .who-note i {
            font-size: 1.8rem;
            color: #0D5FF9;
            flex-shrink: 0;
        }

        .who-note p {
            font-size: 0.95rem;
            color: #4B5E6F;
            margin: 0;
            text-align: justify;
            line-height: 1.6;
        }

        .who-note p strong {
            color: #0A2540;
        }

        /* ============================================ */
        /* ========== STYLE 2 - SKY BLUE BG ========== */
        /* ============================================ */

        .tools-section,
        .placement-section {
            background: #87CEEB;
            padding: 30px 0 40px;;
            position: relative;
            overflow: hidden;
        }

        .tools-section::before,
        .placement-section::before {
            content: '';
            position: absolute;
            top: -30%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: rgba(255, 255, 255, 0.06);
            border-radius: 50%;
            pointer-events: none;
        }

        .tools-section::after,
        .placement-section::after {
            content: '';
            position: absolute;
            bottom: -20%;
            left: -8%;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
            pointer-events: none;
        }

        .badge-style-2 {
            background: rgba(10, 37, 64, 0.10);
            color: #0A2540;
        }

        .heading-style-2 {
            color: #0A2540;
        }

        .subtext-style-2 {
            color: #0A2540;
            text-align: center;
        }

        .title-style-2 {
            color: #0A2540;
            border-bottom-color: rgba(10, 37, 64, 0.1);
        }

        .title-style-2 i {
            color: #0D5FF9;
        }

        /* Box Style 2 - White BG, Black Text */
        .box-style-2 {
            background: #ffffff;
            color: #0A2540;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 16px;
            padding: 1rem 0.7rem;
            min-height: 85px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            overflow: hidden;
            cursor: default;
            gap: 4px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
        }

        .box-style-2 i {
            font-size: 1.5rem;
            color: #0A2540;
            transition: all 0.5s ease;
        }

        .box-style-2 span {
            font-size: 0.78rem;
            font-weight: 600;
            color: #0A2540;
            transition: all 0.4s ease;
            line-height: 1.3;
            word-break: break-word;
        }

        .box-style-2::before {
            content: '';
            position: absolute;
            top: -60%;
            left: -60%;
            width: 220%;
            height: 220%;
            background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
            opacity: 0;
            transition: opacity 0.6s ease;
            pointer-events: none;
            z-index: 0;
        }

        .box-style-2:hover {
            background: blue;
            color: #ffffff;
            transform: translateY(-8px) scale(1.03);
            border-color: white;
            box-shadow: 0 16px 40px rgba(10, 37, 64, 0.20);
        }

        .box-style-2:hover i {
            color: #ffffff;
            transform: scale(1.15) rotate(-3deg);
        }

        .box-style-2:hover span {
            color: #ffffff;
        }

        .box-style-2:hover::before {
            opacity: 1;
        }

        .box-style-2 * {
            position: relative;
            z-index: 1;
        }

        /* Outcome Box Style 2 */
        .outcome-style-2 {
            background: white;
            border-left: 4px solid #0A2540;
            padding: 1rem 1.5rem;
            border-radius: 16px;
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .outcome-style-2 i {
            font-size: 1.5rem;
            color: #0A2540;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .outcome-style-2 p {
            font-size: 0.95rem;
            color: #0A2540;
            margin: 0;
            text-align: justify;
            line-height: 1.7;
        }

        /* ============================================ */
        /* ========== RESPONSIVE STYLES =============== */
        /* ============================================ */

        @media (max-width: 991px) {

            .internship-section,
            .tools-section,
            .career-section,
            .placement-section,
            .whojoin-section {
                padding: 50px 0 60px;
            }

            .section-heading {
                font-size: 1.7rem;
            }

            .section-subtext {
                font-size: 0.95rem;
            }

            .topic-title {
                font-size: 1.05rem;
            }

            .box-style-1,
            .box-style-2 {
                min-height: 75px;
                padding: 0.9rem 0.6rem;
                border-radius: 14px;
            }

            .box-style-1 i,
            .box-style-2 i {
                font-size: 1.3rem;
            }

            .box-style-1 span,
            .box-style-2 span {
                font-size: 0.72rem;
            }

            .tools-section::before,
            .placement-section::before,
            .tools-section::after,
            .placement-section::after {
                width: 250px;
                height: 250px;
            }

            .outcome-style-1,
            .outcome-style-2 {
                padding: 0.9rem 1.2rem;
            }

            .outcome-style-1 p,
            .outcome-style-2 p {
                font-size: 0.88rem;
            }

            .who-note {
                padding: 1rem 1.2rem;
            }

            .who-note p {
                font-size: 0.88rem;
            }
        }

        @media (max-width: 768px) {

            .internship-section,
            .tools-section,
            .career-section,
            .placement-section,
            .whojoin-section {
                padding: 40px 0 50px;
            }

            .section-heading {
                font-size: 1.5rem;
            }

            .section-subtext {
                font-size: 0.9rem;
                line-height: 1.6;
            }

            .section-badge {
                font-size: 0.65rem;
                padding: 0.3rem 1.2rem;
            }

            .topic-title {
                font-size: 0.95rem;
            }

            .topic-title i {
                font-size: 1.1rem;
            }

            .box-style-1,
            .box-style-2 {
                min-height: 70px;
                padding: 0.8rem 0.5rem;
                border-radius: 12px;
            }

            .box-style-1 i,
            .box-style-2 i {
                font-size: 1.2rem;
            }

            .box-style-1 span,
            .box-style-2 span {
                font-size: 0.68rem;
            }

            .box-style-1:hover,
            .box-style-2:hover {
                transform: translateY(-5px) scale(1.02);
            }

            .row.g-3 {
                --bs-gutter-y: 0.8rem;
            }

            .tools-section::before,
            .placement-section::before,
            .tools-section::after,
            .placement-section::after {
                display: none;
            }

            .outcome-style-1,
            .outcome-style-2 {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .outcome-style-1 p,
            .outcome-style-2 p {
                text-align: center;
                font-size: 0.85rem;
            }

            .who-note {
                flex-direction: column;
                text-align: center;
            }

            .who-note p {
                text-align: center;
                font-size: 0.85rem;
            }
        }

        @media (max-width: 576px) {

            .internship-section,
            .tools-section,
            .career-section,
            .placement-section,
            .whojoin-section {
                padding: 30px 0 40px;
            }

            .section-heading {
                font-size: 1.3rem;
            }

            .section-subtext {
                font-size: 0.85rem;
                line-height: 1.6;
                padding: 0 5px;
            }

            .section-badge {
                font-size: 0.6rem;
                padding: 0.25rem 1rem;
                margin-bottom: 0.6rem;
            }

            .topic-title {
                font-size: 0.85rem;
            }

            .topic-title i {
                font-size: 1rem;
            }

            .box-style-1,
            .box-style-2 {
                min-height: 65px;
                padding: 0.6rem 0.4rem;
                border-radius: 12px;
                border-width: 1.5px;
            }

            .box-style-1 i,
            .box-style-2 i {
                font-size: 1.1rem;
            }

            .box-style-1 span,
            .box-style-2 span {
                font-size: 0.62rem;
                font-weight: 600;
            }

            .box-style-1:hover,
            .box-style-2:hover {
                transform: translateY(-4px) scale(1.02);
            }

            .row.g-3 {
                --bs-gutter-y: 0.6rem;
            }

            .col-6 {
                padding-left: 6px;
                padding-right: 6px;
            }

            .col-lg-10 {
                padding-left: 10px;
                padding-right: 10px;
            }

            .outcome-style-1,
            .outcome-style-2 {
                padding: 0.7rem 0.9rem;
            }

            .outcome-style-1 i,
            .outcome-style-2 i {
                font-size: 1.2rem;
            }

            .outcome-style-1 p,
            .outcome-style-2 p {
                font-size: 0.8rem;
            }

            .who-note {
                padding: 0.8rem 1rem;
                gap: 10px;
            }

            .who-note i {
                font-size: 1.4rem;
            }

            .who-note p {
                font-size: 0.8rem;
            }
        }

        @media (max-width: 400px) {
            .section-heading {
                font-size: 1.1rem;
            }

            .section-subtext {
                font-size: 0.8rem;
            }

            .box-style-1,
            .box-style-2 {
                min-height: 55px;
                padding: 0.5rem 0.3rem;
                border-radius: 10px;
            }

            .box-style-1 i,
            .box-style-2 i {
                font-size: 0.9rem;
            }

            .box-style-1 span,
            .box-style-2 span {
                font-size: 0.55rem;
            }

            .col-6 {
                padding-left: 4px;
                padding-right: 4px;
            }

            .row.g-3 {
                --bs-gutter-y: 0.5rem;
            }

            .topic-title {
                font-size: 0.8rem;
            }

            .topic-title i {
                font-size: 0.9rem;
            }

            .outcome-style-1 p,
            .outcome-style-2 p {
                font-size: 0.75rem;
            }

            .who-note p {
                font-size: 0.75rem;
            }
        }

        /* Landscape Phones */
        @media (max-height: 500px) and (orientation: landscape) {

            .internship-section,
            .tools-section,
            .career-section,
            .placement-section,
            .whojoin-section {
                padding: 25px 0 35px;
            }

            .section-heading {
                font-size: 1.3rem;
            }

            .section-subtext {
                font-size: 0.85rem;
            }

            .box-style-1,
            .box-style-2 {
                min-height: 55px;
                padding: 0.5rem 0.4rem;
            }

            .box-style-1 i,
            .box-style-2 i {
                font-size: 1rem;
            }

            .box-style-1 span,
            .box-style-2 span {
                font-size: 0.6rem;
            }

            .row.g-3 {
                --bs-gutter-y: 0.5rem;
            }

            .tools-section::before,
            .placement-section::before,
            .tools-section::after,
            .placement-section::after {
                display: none;
            }

            .box-style-1:hover,
            .box-style-2:hover {
                transform: translateY(-3px) scale(1.01);
            }

            .outcome-style-1,
            .outcome-style-2 {
                padding: 0.5rem 0.8rem;
            }

            .who-note {
                padding: 0.5rem 0.8rem;
            }
        }

        /* ============================================ */
        /* ========== DARK MODE SUPPORT =============== */
        /* ============================================ */

        @media (prefers-color-scheme: dark) {

            .internship-section,
            .career-section,
            .whojoin-section {
                background: #ffffff;
            }

            .heading-style-1 {
                color: #0A2540;
            }

            .subtext-style-1 {
                text-align: center;
                color: #4B5E6F;
            }

            .badge-style-1 {
                color: #0D5FF9;
                background: rgba(13, 95, 249, 0.08);
            }

            .title-style-1 {
                color: #0A2540;
            }

            .box-style-1 {
                background: #87CEEB;
                color: #0A2540;
                border-color: rgba(255, 255, 255, 0.3);
            }

            .box-style-1 i {
                color: #0A2540;
            }

            .box-style-1 span {
                color: #0A2540;
            }

            .box-style-1:hover {
                background: #0A2540;
                color: #ffffff;
                border-color: rgba(255, 255, 255, 0.5);
            }

            .box-style-1:hover i {
                color: #ffffff;
            }

            .box-style-1:hover span {
                color: #ffffff;
            }

            .outcome-style-1 {
                background: rgba(13, 95, 249, 0.04);
            }

            .outcome-style-1 p {
                color: #4B5E6F;
            }

            .who-note {
                background: skyblue;
            }

            .who-note p {
                color: #4B5E6F;
            }

            .tools-section,
            .placement-section {
                background: #87CEEB;
            }

            .heading-style-2 {
                color: #0A2540;
            }

            .subtext-style-2 {
                color: #0A2540;
            }

            .badge-style-2 {
                color: #0A2540;
                background: rgba(10, 37, 64, 0.10);
            }

            .title-style-2 {
                color: #0A2540;
            }

            .box-style-2 {
                background: #ffffff;
                color: #0A2540;
                border-color: rgba(255, 255, 255, 0.3);
            }

            .box-style-2 i {
                color: #0A2540;
            }

            .box-style-2 span {
                color: #0A2540;
            }

            .box-style-2:hover {
                background: #0A2540;
                color: #ffffff;
                border-color: rgba(255, 255, 255, 0.5);
            }

            .box-style-2:hover i {
                color: #ffffff;
            }

            .box-style-2:hover span {
                color: #ffffff;
            }

            .outcome-style-2 {
                background: rgba(255, 255, 255, 0.25);
            }

            .outcome-style-2 p {
                color: #0A2540;
            }

            .tools-section::before,
            .placement-section::before,
            .tools-section::after,
            .placement-section::after {
                background: rgba(255, 255, 255, 0.06);
            }
        }

        /* ============================================ */
        /* ========== REDUCED MOTION ================== */
        /* ============================================ */

        @media (prefers-reduced-motion: reduce) {

            .box-style-1,
            .box-style-2,
            .box-style-1 *,
            .box-style-2 *,
            .box-style-1::before,
            .box-style-2::before {
                transition: none !important;
                animation: none !important;
            }

            .box-style-1:hover,
            .box-style-2:hover {
                transform: none !important;
                box-shadow: none !important;
            }

            .box-style-1:hover i,
            .box-style-2:hover i {
                transform: none !important;
            }

            .box-style-1::before,
            .box-style-2::before {
                display: none !important;
            }

            .tools-section::before,
            .placement-section::before,
            .tools-section::after,
            .placement-section::after {
                display: none !important;
            }
        }

        /* ============================================ */
        /* ========== PRINT STYLES ==================== */
        /* ============================================ */

        @media print {

            .internship-section,
            .career-section,
            .whojoin-section {
                background: #ffffff !important;
                padding: 20px 0 !important;
            }

            .tools-section,
            .placement-section {
                background: #f0f8ff !important;
                padding: 20px 0 !important;
            }

            .tools-section::before,
            .placement-section::before,
            .tools-section::after,
            .placement-section::after {
                display: none !important;
            }

            .box-style-1,
            .box-style-2 {
                background: #f0f0f0 !important;
                color: #0A2540 !important;
                box-shadow: none !important;
                border: 1px solid #ccc !important;
                transform: none !important;
            }

            .box-style-1 i,
            .box-style-2 i {
                color: #0A2540 !important;
            }

            .box-style-1 span,
            .box-style-2 span {
                color: #0A2540 !important;
            }

            .box-style-1:hover,
            .box-style-2:hover {
                transform: none !important;
                background: #f0f0f0 !important;
                color: #0A2540 !important;
            }

            .box-style-1:hover i,
            .box-style-2:hover i {
                color: #0A2540 !important;
            }

            .box-style-1:hover span,
            .box-style-2:hover span {
                color: #0A2540 !important;
            }

            .box-style-1::before,
            .box-style-2::before {
                display: none !important;
            }

            .section-badge {
                background: #f0f0f0 !important;
                color: #333 !important;
            }

            .section-heading {
                color: #0A2540 !important;
            }

            .section-subtext {
                color: #0A2540 !important;
            }

            .topic-title {
                color: #0A2540 !important;
            }

            .outcome-style-1,
            .outcome-style-2 {
                background: skyblue !important;
                border-left-color: #0D5FF9 !important;
            }

            .outcome-style-1 p,
            .outcome-style-2 p {
                color: #0A2540 !important;
            }

            .who-note {
                background: #f8f8f8 !important;
                border: 1px solid #ddd !important;
            }

            .who-note p {
                color: #0A2540 !important;
            }

            .who-note i {
                color: #0D5FF9 !important;
            }
        }

        /* ============================================ */
        /* ========== FOCUS VISIBLE =================== */
        /* ============================================ */

        .box-style-1:focus-visible,
        .box-style-2:focus-visible {
            outline: 3px solid #0D5FF9;
            outline-offset: 3px;
        }



















.faq-section {
    padding: 80px 0;
    background: #87ceeb;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.wst-faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.wst-faq-item {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-bottom: 16px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(16, 42, 67, 0.08);
    overflow: hidden;
    transition: all 0.35s ease;
}

.wst-faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(16, 42, 67, 0.13);
}

.wst-faq-question {
    width: 100%;
    padding: 22px 26px;
    border: 0;
    outline: none;
    background: #ffffff;
    color: #102a43;
    font-size: 18px;
    font-weight: 800;
    text-align: left;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
}

.wst-faq-question span {
    flex: 1;
}

.wst-faq-question i {
    flex: 0 0 auto;
    color: #0b6fb3;
    font-size: 24px;
    transition: transform 0.35s ease, color 0.35s ease;
}

.wst-faq-item.active .wst-faq-question i {
    transform: rotate(45deg);
    color: #ff8a3d;
}

.wst-faq-answer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: 0;
    overflow: hidden;
    cursor: pointer;
    background: #ffffff;
    transition: max-height 0.45s ease;
}

.wst-faq-answer-inner {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 26px 24px;
    cursor: pointer;
}

.wst-faq-answer p {
    margin: 0;
    color: #5f6f7f;
    line-height: 1.75;
    text-align: justify;
}

@media (max-width: 575px) {
    .faq-section {
        padding: 60px 0;
    }

    .wst-faq-question {
        padding: 20px;
        font-size: 16px;
    }

    .wst-faq-answer-inner {
        padding: 0 20px 22px;
    }
}



.faq-section,
.faq-section * {
    visibility: visible !important;
}

.faq-section .section-title,
.faq-section .section-title.wow,
.faq-section .section-title.fadeInUp {
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
}





.comple{
    background: white !important;
}

.check{
    background: skyblue !important;
}
.check:hover{
    background: blue !important;
    color: white !important;
}

.develop{
    background: white !important;
}


.set{
    background-color: skyblue !important;
}


.deve{
    background-color: white !important;
}

.deve:hover{
    background: blue !important;
    color: white !important;
}




