    /* General Body Styles */
    .main-course-unique-section {
        background-color: #ebf3f8;
        padding: 2rem 0.4rem;
        margin: 0;
        color: #333;
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d1d8e0' fill-opacity='.6'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6zm30 30v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zm-24 0V0H4v4H0v2h4v4h2V6h4V4H6zm0 30v-4H4v4H0v2h4v4h2v-4h4v-2H6zM12 24v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm36 0v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm-24 0v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm-24 0v-4H4v4H0v2h4v4h2v-4h4v-2H6zm0 12v-4H4v4H0v2h4v4h2v-4h4v-2H6zm24 0v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-24v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-12V0h-2v4h-4v2h4v4h2V6h4V4h-4zm24 0V0h-2v4h-4v2h4v4h2V6h4V4h-4zm0 12v-4h-2v4h-4v2h4v4h2v-4h4v-2H60zM0 60v-4h-2v4H0v2h4v4h2v-4h4v-2H0zm60 0v-4h-2v4h-4v2h4v4h2v-4h4v-2H60zm0-24v-4h-2v4h-4v2h4v4h2v-4h4v-2H60zM0 36v-4h-2v4H0v2h4v4h2v-4h4v-2H0zm24 24v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM0 12v-4h-2v4H0v2h4v4h2v-4h4v-2H0zM0 0v-4h-2v4H0v2h4v4h2v-4h4v-2H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        /* overflow: hidden; */
        position: relative;
    }

    .main-course-unique-section.course-highlights-no-scroll {
        overflow: hidden;
    }

    /* Main Container Styling */
    .course-highlights-main-container {
        max-width: 100%;
        /* background-color: #ffffff4f; */
        padding: 1rem; /* Adjusted for mobile */
        border-radius: 1rem;
        /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); */
        overflow: hidden;
        margin-top: -23%;
    }

    @media (min-width: 768px) { /* Desktop adjustments */
        .main-course-unique-section {
            padding: 1rem 10%;
        }
        .course-highlights-main-container {
            width: 80%;
            padding: 3.5rem;
            /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); */
            justify-self: right;
        }
    }

    /* Section Header */
    .course-highlights-section-header {
        text-align: center;
        margin-bottom: 2rem; /* Adjusted for mobile */
    }

    .course-highlights-section-header h2 {
        font-size: 1.8rem; /* Adjusted for mobile */
        font-weight: 600;
        color: #000000;
        margin-bottom: 0.5rem;
        line-height: 1.2;
    }

    .course-highlights-section-header p {
        font-size: 0.8rem; /* Adjusted for mobile */
        color: #000000;
        max-width: 90%;
        margin: 0 auto;
    }

    @media (min-width: 768px) { /* Desktop adjustments */
        .course-highlights-section-header {
            margin-bottom: 3rem;
        }
        .course-highlights-section-header h2 {
            font-size: 2rem;
        }
        .course-highlights-section-header p {
            font-size: 0.8rem;
        }
    }

    /* Main Content Area - Flexbox for responsive layout */
    .course-highlights-content-area {
        display: flex;
        flex-direction: column; /* Stacks vertically on mobile */
        gap: 1.5rem; /* Adjusted for mobile */
    }

    @media (min-width: 768px) { /* Arranges horizontally on desktop */
        .course-highlights-content-area {
            flex-direction: row;
            gap: 2.5rem;
        }
    }

    /* Left Navigation / Tabs (Desktop View) */
    #course-highlights-desktop-tabs-nav {
        width: 100%; /* Default mobile width */
        display: flex; /* Default mobile display, to be overridden for desktop */
        flex-direction: column;
        gap: 0.75rem; /* Adjusted for mobile */
        flex-shrink: 0;
    }

    /* Hide desktop tabs nav on mobile screens */
    @media (max-width: 767px) {
        #course-highlights-desktop-tabs-nav {
            display: none;
        }
    }

    @media (min-width: 768px) { /* Desktop styles for tabs nav */
        #course-highlights-desktop-tabs-nav {
            width: 280px;
            gap: 1rem;
            display: flex; /* Explicitly show on desktop */
            position: sticky; /* Make it sticky */
            top: 25%; /* Adjust this value as needed for desired spacing from the top */
            align-self: flex-start; /* Ensures it aligns to the start of the flex container */
            height: fit-content; /* Ensures the sticky element only takes up its content height */  
        }
    }

    .course-highlights-tab-button {
        background-color: #ffffff;
        color: #000000;
        min-height: 48px; /* Good tap target size */
        border-radius: 0.4rem 0.625rem 0.625rem 0.2rem;
        box-shadow: 4px 2px 1px rgb(0 0 0);
        transition: all 0.3s ease-in-out;
        text-align: left; 
        cursor: pointer;
        outline: none;
        font-size: 1rem; /* Adjusted for mobile */
        font-weight: 500;
        padding: 10px;
    }

    .course-highlights-tab-button:hover {
        background-color: #f0f4f7;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .course-highlights-tab-button.course-highlights-active {
        background: linear-gradient(to right, #f59e0b, #facc15);
        color: #ffffff;
        font-weight: 500;
        border-left-color: #d97706;
        transform: translateY(0);
        box-shadow: 4px 2px 1px rgb(0 0 0);
    }

    /* Mobile-only Toggle Button */
    .course-highlights-mobile-menu-toggle {
        /* Always present in the DOM, but visibility controlled */
        position: absolute;
        left: 2rem; /* Small padding from left edge */
        top: 36%;
        transform: translateY(-50%) translateX(-100%); /* Start off-screen to the left */
        z-index: 2;
        background-color: #ffb607; /* Semi-transparent for subtle background */
        padding: 0.75rem 0.5rem; /* Adjust padding for pill shape */
        width: 30px;
        height: 70px;
        border-radius: 9999px; /* Pill shape */
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        display: none;
        cursor: pointer;
        display: flex; /* Always flex for internal layout */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.3rem; /* Space between lines */
        border: 1px solid #e0e6ec;
        opacity: 0; /* Hidden by default for smooth transition */
        transition: all 0.3s ease-in-out; /* Smooth transition for entry/exit */
    }

    .course-highlights-mobile-menu-toggle:hover {
        background-color: #ffb607;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }

    .course-highlights-mobile-menu-toggle .course-highlights-line {
        width: 20px; /* Width of the lines */
        height: 3px; /* Thickness of the lines */
        background-color: #000000; /* Color of the lines */
        border-radius: 2px;
        transition: all 0.3s ease-in-out;
    }

    /* Mobile Menu Overlay (dims background when menu is open) */
    .course-highlights-mobile-menu-overlay {
        /* Always present in the DOM, but visibility controlled */
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 900; /* Below menu, above content */
        visibility: hidden; /* Hidden by default for smooth transition */
        opacity: 0; /* Hidden by default for smooth transition */
        transition: opacity 0.3s ease-in-out;
    }

    /* Mobile Side Menu (Drawer) */
    .course-highlights-mobile-side-menu {
        /* Always present in the DOM, but visibility controlled */
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 75%; /* Width of the menu */
        max-width: 280px; /* Max width to prevent it from being too wide on tablets */
        background-color:#ffffff00;
        transform: translateX(-100%); /* Hidden off-screen */
        transition: transform 0.3s ease-in-out;
        z-index: 950; /* Higher than overlay */
        padding: 1.5rem 1rem; /* Padding inside the menu */
        overflow-y: auto; /* Allow scrolling if many tabs */
        display: flex; /* Always flex for internal layout */
        flex-direction: column; /* To stack tab buttons */
        gap: 0.5rem; /* Gap between menu items */
        visibility: hidden; /* Hidden by default for smooth transition */
        opacity: 0; /* Hidden by default for smooth transition */
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s 0.3s; /* Delay visibility change */
    }

    .course-highlights-mobile-side-menu.course-highlights-menu-open-state {
        visibility: visible; /* Make visible immediately on opening */
        opacity: 1; /* Fade in */
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; /* No visibility delay on open */
    }

    .course-highlights-mobile-side-menu .course-highlights-tab-button {
        width: 100%; /* Ensure buttons fill the menu width */
    }

    /* State when menu is open */
    .main-course-unique-section.course-highlights-menu-open .course-highlights-mobile-menu-overlay {
        visibility: visible;
        opacity: 1;
    }

    .main-course-unique-section.course-highlights-menu-open .course-highlights-mobile-side-menu {
        transform: translateX(0); /* Slide into view */
        visibility: visible;
        opacity: 1;
        height:50%;
        background: white;
        top: 19%;
        left: 51px;
        border-radius: 4%;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }

    /* Show mobile elements only on mobile screens */
    @media (max-width: 767px) {
        .course-highlights-mobile-menu-toggle {
            display: flex; /* Ensure display is flex on mobile */
            display: visible;
            opacity: 1;
        }
    }


    /* Right Content Display Area */
    .course-highlights-content-display {
        flex-grow: 1;
        background-color: #ffffff;
        padding: 1.5rem; /* Adjusted for mobile */
        border-radius: 1rem;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        border: 2px solid #000000;
    }

    @media (min-width: 768px) { /* Desktop adjustments */
        .course-highlights-content-display {
            margin-bottom: 20px;
            padding: 2rem;
            box-shadow: 4px 4px 0 #000000;
        }
    }

    /* Individual Content Items - Controlled visibility for smooth transitions */
    .course-highlights-content-item {
        transform: translateY(10px);
        transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    }

    .course-highlights-content-item.course-highlights-active-content {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .course-highlights-content-item h3 {
        font-size: 1rem; /* Adjusted for mobile */
        font-weight: 500;
        color: black;
        text-align: left;
        margin:0;
    }

    /* Inner content layout for text and image */
    .course-highlights-content-item .course-highlights-inner-content {
        display: flex;
        flex-direction: column; /* Stacks on mobile */
        align-items: flex-start;
        gap: 1.5rem; /* Adjusted for mobile */
    }

    @media (min-width: 768px) { /* Desktop adjustments */
        .course-highlights-content-item h3 {
            font-size: 1.1rem;
        }
        .course-highlights-content-item .course-highlights-inner-content {
            flex-direction: row;
            align-items: center;
            gap: 2rem;
        }
    }

    .course-highlights-content-item .course-highlights-text-column {
        width: 100%;
    }

    @media (min-width: 768px) { /* Desktop adjustment */
        .course-highlights-content-item .course-highlights-text-column {
            flex: 2;
        }
    }

    .course-highlights-content-item p {
        color: #000000;
        line-height: 1.6; /* Adjusted for mobile */
        margin-bottom: 0.8rem;
        font-size: 0.95rem; /* Adjusted for mobile */
        margin: 0px;
        margin-top: 10px;
    }

    @media (min-width: 768px) { /* Desktop adjustment */
        .course-highlights-content-item p {
            line-height: 1.7;
            margin-bottom: 1rem;
            font-size: 0.8rem;
            color: #4b5563;
        }
    }

    .course-highlights-content-item .course-highlights-image-column {
        width: 100%;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (min-width: 768px) { /* Desktop adjustment */
        .course-highlights-content-item .course-highlights-image-column {
            flex: 1;
        }
    }

    .course-highlights-content-item img {
        border-radius: 0.75rem;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Adjusted for mobile */
        width: 100%;
        height: auto;
        max-width: 300px; /* Adjusted for mobile */
        object-fit: cover;
        transition: transform 0.3s ease-in-out;
    }

    .displayflex{

    }
    @media (min-width: 768px) { /* Desktop adjustment */
        .course-highlights-content-item img {
            max-width: 400px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }
    }
    @media (max-width: 1400px) {
        .course-highlights-main-container {
            width: 71%;
            padding: 0.5rem;
            margin-top: -24%; 
        }
        .course-highlights-content-display { 
            padding: 1rem;
        }
    }
    @media (max-width: 768px) { /* Desktop adjustment */
    .displayflex {
        display: flex;
        overflow: scroll;
            gap: 20px;
        }
        .course-highlights-main-container { 
            width: 100%;
            margin-top: 0;
        }
        .course-highlights-content-item{ 
            width: 270px;
            text-align: justify;
        }
        .course-highlights-content-item h3 {
            font-size: 1rem;
            font-weight: 600;
        }
        .course-highlights-content-item p { 
            font-size: 0.9rem;
        }
        .course-highlights-section-header h2 {
                font-size: 1.2rem;
            }
        .course-highlights-section-header p {
            font-size: 0.9rem;
        }
        .course-highlights-content-item .course-highlights-inner-content {
            display: flex;
            flex-direction: column-reverse;
            align-items: flex-start;
            gap: 1rem;
            margin-top: 10px;
        }
        .course-highlights-content-display {
            padding: 1rem;
        }
        .course-highlights-section-header { 
            margin-bottom: 0rem;
        }
        .course-highlights-content-display { 
            border: 1px solid #000000;
        }
    }
    .course-highlights-content-item img:hover {
        transform: scale(1.02);
    }

      /* Base styles and custom CSS for the dashed line and arrows */
        .roadmapsection {  
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 2rem; /* py-12 */
            padding-bottom: 2rem; /* py-12 */
            padding-left: 1rem; /* px-4 */
            padding-right: 1rem; /* px-4 */
            box-sizing: border-box; /* Include padding in element's total width and height */
            max-width: 90%;
            margin: auto;
        }

        .roadmapcontainer {
            max-width: 95%; /* max-w-7xl */
            margin-left: auto;
            margin-right: auto;
            display: grid;
            grid-template-columns: 1fr; /* grid-cols-1 */
            gap: 3rem; /* gap-12 */
            padding: 2rem; /* p-8 */ 
            border-radius: 0.75rem; /* rounded-xl */  
        }

        @media (min-width: 768px) {
            .roadmapcontainer {
                grid-template-columns: repeat(2, minmax(0, 1fr)); /* md:grid-cols-2 */
            } 
        } 

        /* Left Section */
        .left-section {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; /* items-center */
            text-align: center; /* text-center */
            margin-bottom: 2rem; /* mb-8 */
        }

        @media (min-width: 768px) {
            .left-section {
                align-items: flex-start; /* md:items-start */
                text-align: left; /* md:text-left */
                margin-bottom: 0; /* md:mb-0 */
            }
        }

        .main-heading {
            font-size: 1.875rem; /* text-3xl */
            line-height: 2.25rem; /* leading-tight */
            font-weight: 800; /* font-extrabold */
            color: #111827; /* text-gray-900 */
            margin-bottom: 1rem; /* mb-4 */
        }

        @media (min-width: 640px) {
            .main-heading {
                font-size: 2.25rem; /* sm:text-4xl */
                line-height: 2.5rem;
            }
        }

        @media (min-width: 1024px) {
            .main-heading {
                font-size: 3rem; /* lg:text-5xl */
                line-height: 1;
            }
        }

        .sub-heading {
            margin-top: 0.5rem; /* mt-2 */
            font-size: 1.125rem; /* text-lg */
            line-height: 1.75rem;
            color: #4b5563; /* text-gray-600 */
            max-width: 28rem; /* max-w-md */
        }

        .apply-button {
            margin-top: 2rem; /* mt-8 */
            padding: 0.75rem 2rem; /* px-8 py-3 */
            background-color: var(--orange-color); /* bg-blue-600 */
            color: #000000; /* text-white */
            font-weight: 600; /* font-semibold */
            border-radius: 9999px; /* rounded-full */
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-lg */
            transition: all 0.3s ease-in-out; /* transition duration-300 ease-in-out transform */
            border: none;
            cursor: pointer;
        }

        .apply-button:hover {
            background-color: #1d4ed8; /* hover:bg-blue-700 */
            transform: scale(1.05); /* hover:scale-105 */
        }

        .apply-button:focus {
            outline: 2px solid transparent;
            outline-offset: 2px;
            box-shadow: 0 0 0 2px #3b82f6, 0 0 0 2px rgba(59, 130, 246, 0.75); /* focus:ring-2 focus:ring-blue-500 focus:ring-opacity-75 */
        }

        /* Right Section - Roadmap Steps */
        .right-section {
            display: flex;
            flex-direction: column; /* flex flex-col */
        }

        /* General roadmapcontainer for the roadmap item */
        .roadmap-item {
            position: relative;
            padding-left: 5rem; /* Space for icon and line */
            margin-bottom: 2rem; /* Space between items */
            min-height: 5rem; /* Ensure enough height for content and line, adjust if content is taller */
        }

        /* Icon styling */
        .roadmap-icon-roadmapcontainer {
            position: absolute;
            left: 0;
            top: 0;
            background-color: var(--background-light); /* Light blue background for icon */
            border-radius: 9999px; /* Full rounded for circle */
            padding: 0.75rem; /* Padding around icon */
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10; /* Ensure icon is above the line */
            width: 3.25rem; /* 1.75rem icon + 0.75rem * 2 padding */
            height: 3.25rem;
        }

        /* SVG icon size and color */
        .roadmap-icon-roadmapcontainer i { 
            color: var(--primary-color); /* Darker blue icon color */
        }

        /* Dashed line connector */
        .roadmap-item:not(:last-child)::before {
            content: '';
            position: absolute;
            left: 1.625rem; /* Horizontally centered with the icon roadmapcontainer (3.25rem / 2) */
            top: 1.625rem; /* Starts from the vertical center of the icon roadmapcontainer */
            height: calc(100% + 2rem); /* Extends from current icon center to next icon center, accounting for margin-bottom */
            width: 2px; /* Line thickness */
            background-image: linear-gradient(to bottom, #d1d5db 50%, transparent 50%);
            background-size: 100% 0.5rem; /* Make dashes larger for better animation */
            background-repeat: repeat-y;
            z-index: 5; /* Behind the icon */
            animation: lineFlow 4s linear infinite; /* Add animation */
        }

        /* Arrow styling (triangle) - Adjusted to match image more closely */
        .roadmap-item:not(:last-child)::after {
            content: '';
            position: absolute;
            left: calc(1.625rem - 0.5rem); /* Adjust for new arrow width: 1.2rem total width / 2 = 0.6rem */
            top: calc(100% + 2rem - 0.8rem); /* Adjust for new arrow height */
            width: 0;
            height: 0;
            border-left: 0.6rem solid transparent; /* Wider base */
            border-right: 0.6rem solid transparent; /* Wider base */
            border-top: 0.8rem solid var(--primary-color); /* Taller */
            z-index: 6; /* Above the line */
            animation: arrowPulse 1.5s infinite ease-in-out; /* Add animation */
        }

        /* Keyframes for dashed line flow animation */
        @keyframes lineFlow {
            from { background-position: 0 0; }
            to { background-position: 0 2.5rem; } /* Move background down by one dash unit */
        }

        /* Keyframes for arrow pulse animation */
        @keyframes arrowPulse {
            0% { transform: translateY(0); }
            50% { transform: translateY(-5px); }
            100% { transform: translateY(0); }
        }

        /* Roadmap Item Content */
        .roadmap-item-title {
            font-size: 1.25rem; /* text-xl */
            line-height: 1.75rem;
            font-weight: 700; /* font-bold */
            color: #111827; /* text-gray-900 */
            margin-bottom: 0.25rem; /* mb-1 */
        }

        .badge {
            margin-left: 0.5rem; /* ml-2 */
            display: inline-flex; /* inline-flex */
            align-items: center; /* items-center */
            padding-left: 0.625rem; /* px-2.5 */
            padding-right: 0.625rem; /* px-2.5 */
            padding-top: 0.125rem; /* py-0.5 */
            padding-bottom: 0.125rem; /* py-0.5 */
            border-radius: 9999px; /* rounded-full */
            font-size: 0.75rem; /* text-xs */
            line-height: 1rem;
            font-weight: 500; /* font-medium */
            background-color: #fff4e1;
            color: red;
        }

        .roadmap-item-description {
            color: #4b5563; /* text-gray-600 */
            font-size: 1rem; /* text-base */
            line-height: 1.625; /* leading-relaxed */
        }

        /* Adjustments for smaller screens (already existing media queries) */
        @media (max-width: 768px) {
            .roadmap-item {
                padding-left: 4.5rem;
                min-height: 7rem;
            }
            .roadmap-icon-roadmapcontainer {
                padding: 0.6rem;
                width: 3rem; /* Adjusted for smaller screens */
                height: 3rem;
            }
            .roadmap-icon-roadmapcontainer svg {
                width: 1.5rem;
                height: 1.5rem;
            }
            .roadmap-item:not(:last-child)::before {
                left: 1.5rem; /* Center of 3rem icon roadmapcontainer */
                top: 1.5rem; /* Center of 3rem icon roadmapcontainer */
                height: calc(100% + 2rem); /* Keep consistent */
            }
            .roadmap-item:not(:last-child)::after {
                left: calc(1.5rem - 0.6rem); /* Adjusted for new arrow width */
                top: calc(100% + 2rem - 0.8rem); /* Adjusted for new arrow height */
            }
            .roadmapsection {
                padding:0;
                padding-top:1rem;
                padding-bottom:1rem;
                max-width:100%;
            }
            .roadmapcontainer {
                padding:0.5rem;
                gap:0rem;
            }
            .roadmap-item-description {
                color: #4b5563;
                font-size: 0.8rem;
            }
            .width-100 {
                width: 50%;
                justify-self: center;
                margin-top: 0px;
            }
        }

         /* Shared Styles for the overall section */
        .syllabus-section { 
            display: flex;
            justify-content: center;
            align-items: flex-start; 
            padding: 40px; /* Increased padding */
            margin: 0;
            box-sizing: border-box;
            color: #000000; /* Darker default text color */
            background-color: #ebf3f8;
  
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d1d8e0' fill-opacity='.6'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6zm30 30v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zm-24 0V0H4v4H0v2h4v4h2V6h4V4H6zm0 30v-4H4v4H0v2h4v4h2v-4h4v-2H6zM12 24v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm36 0v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm-24 0v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm-24 0v-4H4v4H0v2h4v4h2v-4h4v-2H6zm0 12v-4H4v4H0v2h4v4h2v-4h4v-2H6zm24 0v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-24v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-12V0h-2v4h-4v2h4v4h2V6h4V4h-4zm24 0V0h-2v4h-4v2h4v4h2V6h4V4h-4zm0 12v-4h-2v4h-4v2h4v4h2v-4h4v-2H60zM0 60v-4h-2v4H0v2h4v4h2v-4h4v-2H0zm60 0v-4h-2v4h-4v2h4v4h2v-4h4v-2H60zm0-24v-4h-2v4h-4v2h4v4h2v-4h4v-2H60zM0 36v-4h-2v4H0v2h4v4h2v-4h4v-2H0zm24 24v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zM0 12v-4h-2v4H0v2h4v4h2v-4h4v-2H0zM0 0v-4h-2v4H0v2h4v4h2v-4h4v-2H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-attachment: fixed;
        background-position: center center;
        background-size: cover; 
        }
        .syllabus-container {
                max-width: 95%;
                width: 100%;
                background-color: #ffffff;
                border-radius: 20px;
                overflow: hidden;
                padding: 10px 50px;
                border: 1px solid #000000;
        }
        .syllabus-container h2 {
            font-size: 2rem; /* Larger heading */
            line-height: 1.2;
            font-weight: 800; /* Extra bold for impact */
            text-align: center;
            margin-bottom: 1.5rem; /* More space below heading */
            color: #000000; /* Very dark text */
            letter-spacing: -0.03em; /* Slightly tighter letter spacing */
            text-shadow: 1px 1px 2px rgba(0,0,0,0.05); /* Subtle text shadow */
        }
        @media (min-width: 768px) {
            h2 {
                font-weight: 600;
                font-size: 2rem;
            }
        }

        /* Tabs Specific Styling */
        .tabs-wrapper {
            position: relative;
            margin-bottom: 3rem; /* Adjusted margin */
        }

        .tabs-buttons-syllabus-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.2rem; /* Increased gap between buttons */
            margin-bottom: 1rem; /* Space between tab buttons and actual content */
            overflow-x: auto;
            padding-bottom: 0.75rem;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        .tabs-buttons-syllabus-container::-webkit-scrollbar {
            display: none;
        }
        @media (min-width: 768px) {
            .tabs-buttons-syllabus-container {
                justify-content: flex-start;
                gap: 1.5rem; /* Larger gap on desktop */
            }
        }

        .tab-input {
            display: none;
        }

        .tab-label {
            padding: 5px 17px;
            border-radius: 30px; /* Even more rounded, pill-like */
            background-color: #ffffff; /* Light blue-gray for inactive tabs */
            color: #000000; /* Darker, slightly muted text for inactive */
            font-weight: 600;
            transition: all 0.3s ease-in-out; /* Smoother transition */
            cursor: pointer;
            white-space: nowrap;
            border: 1px solid #dae2ea; /* Light border for inactive */
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* Soft shadow */
        }
        .tab-label:hover {
            background-color: #d0e0eb; /* Enhanced hover effect */
            color: #2a2e33; /* Darker text on hover */
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px); /* Subtle lift */
        }
        .tab-label.active {
            background-color: #ef4444;
            color: #fff;
            border-color: #ef4444;
            box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.3);
        }

        .tab-input:checked + .tab-label {
            background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%); /* Vibrant gradient for active */
            color: #ffffff;
            box-shadow: 0 10px 25px rgba(37, 117, 252, 0.6); /* Stronger, blue-tinted shadow */
            transform: translateY(-4px); /* More pronounced lift */
            border: 1px solid #1a5ac9; /* Darker blue border for active */
            font-weight: 700;
        }

        .tab-content {
            display: none;
            padding: 0; 
        }

        #tab0:checked ~ .tab-content[data-tab-content="all"],
        #tab1:checked ~ .tab-content[data-tab-content="tab-11"],
        #tab2:checked ~ .tab-content[data-tab-content="tab-12"],
        #tab3:checked ~ .tab-content[data-tab-content="tab-13"],
        #tab4:checked ~ .tab-content[data-tab-content="tab-14"],
        #tab5:checked ~ .tab-content[data-tab-content="tab-15"],
        #tab6:checked ~ .tab-content[data-tab-content="tab-16"] {
            display: grid;
        }

        /* Curriculum Content Area Grid Layout */
        .curriculum-content-grid {
            grid-template-columns: 1fr;
            gap: 3rem; /* Increased gap */
        }
        @media (min-width: 1024px) {
            .curriculum-content-grid {
                grid-template-columns: 1fr 1fr;
                gap: 2rem; /* Larger gap on desktop */
            }
        }

        .module-list {
            display: flex;
            flex-direction: column;
            gap: 0.5rem; 
        }
        .module-list2 { 
            overflow-y: scroll;
            height:400px;
            padding: 15px;
        }

        /* Styling for H2 headings within the "All" tab to categorize modules */
        .tab-content h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #000000; 
            margin-top: 3rem;
            margin-bottom: 1.5rem;
            padding-bottom: 1rem;
            border-bottom: 2px solid #e0e6ef; /* Thicker, softer border */
            text-transform: uppercase;
            letter-spacing: 0.08em; /* More spaced out letters */
            position: relative; /* For decorative element */
        }
        .tab-content h3::after {
            content: '';
            display: block;
            width: 60px;
            height: 4px;
            background-color: #2575fc; /* Accent color bar */
            position: absolute;
            bottom: -2px; /* Position below border */
            left: 0;
            border-radius: 2px;
        }
        .tab-content[data-tab-content="all"] h3:first-of-type {
            margin-top: 0;
        }


        /* Details/Summary (Accordion Module) Styling */
        details {
            border: 1px solid #dce4eb; /* Lighter, cooler border */
            border-radius: 15px; /* More rounded */
            background-color: #ffffff; /* Pure white background */ 
            transition: all 0.3s ease-in-out; 
        }
        details:hover {
            background-color: #fcfdfe; /* Subtle hover effect */ 
            transform: translateY(-3px); /* Gentle lift on hover */
        }
        details[open] {
            background-color: #ffffff; /* Light blue-gray when open */ 
            transform: translateY(-2px);
        }

        summary {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 18px;
            cursor: pointer;
            font-weight: 700;
            font-size: 0.9rem;
            color: #000000;
            list-style: none;
            position: relative;
            border-bottom: 1px solid transparent;
        }
        details[open] summary {
             border-bottom-color: #e0e6ef; /* Add border when open */
        }
        summary::-webkit-details-marker {
            display: none;
        }
        summary::after {
            content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="%23718096" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>'); /* Larger SVG icon */
            width: 2rem;
            height: 2rem;
            transition: transform 0.3s ease-in-out;
            margin-left: 20px; /* More space */
        }
        details[open] summary::after {
            transform: rotate(90deg);
        }

        .lecture-list {
            padding: 15px 30px 25px 30px; /* Adjusted padding and indent */
        }
        .lecture-item {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            padding: 5px 20px; /* Adjusted padding */
            background-color: #ffffff; /* Pure white background for items */
            border-radius: 8px; /* Slightly more rounded items */
            margin-bottom: 12px; /* More space between items */
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); /* Lighter shadow */
            transition: all 0.2s ease-in-out;
            border: 1px solid #f0f2f5; /* Very light border */
            cursor: pointer; /* Indicate clickability */
        }
        .lecture-item:last-child {
            margin-bottom: 0;
        }
        .lecture-item:hover {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); /* More pronounced hover shadow */
            background-color: #f7f9fb; /* Slightly darker on hover */
            transform: translateY(-2px); /* Slight lift on hover */
        }
        .lecture-item.active { /* Style for active lecture item */
            background-color: #ffffff; /* Light blue-gray for active item */
            border-color: #0098ff;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        }
        .lecture-item span {
            color: #000000;
            font-size: 0.9rem; /* Slightly larger font size for lectures */
            line-height: 1.6;
            flex-grow: 1;
        }
        /* No play/lock icons as requested */

        /* Right column details panel */
        .lecture-details {
            overflow-y: scroll;
            height: 400px;
            background-color: #ffffff;
            padding: 1.5rem;
            border-radius: 15px;
            box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            color: #000000;
            min-height: 300px;
            text-align: center;
            border: 1px solid #006bf5;
        }
        .lecture-details svg {
            width: 5rem; /* Larger icon */
            height: 6rem;
            margin-bottom: 2rem; /* More space */
            color: #000000; /* Muted icon color */
        }
        .lecture-details p {
            font-size: 1rem; /* Larger text */
            line-height: 1.9;
            color: #000000; /* Darker, clear text for readability */ 
        }
        .lecture-details .detail-title {
            font-size: 1.6rem;
            font-weight: 700;
            color: #000000;
            margin-bottom: 1rem;
        }
        .lecture-details .detail-description {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #111;
            font-size: 0.9rem;
        }
        @media (max-width:750px){
            .syllabus-section {
                padding: 20px 5px;
            }
            .syllabus-container {
                padding: 10px 5px;
            }
            .tabs-buttons-syllabus-container {
                display: flex;
                gap: 0.2rem;
                margin-bottom: 1rem;
                padding-bottom: 0.75rem;
                -ms-overflow-style: none;
                overflow: scroll;
                flex-wrap: nowrap;
                justify-content: unset;
                margin: 2px 10px;
            }
            .tab-label {
                font-size: 14px;
                margin-top: 5px;
            }
            .tab-content h2 {
                font-size: 0.9rem;
            }
            .summary{
                font-size: 0.8rem;
            }
            .lecture-item{
                padding: 4px 4px;
            }
            .lecture-list {
                padding: 15px 15px 10px 15px;
            }
            .tab-content h2 {
                margin-top:1rem;
                margin-bottom:1rem;
            }
            .module-list2 { 
                height: 330px;
            }
            .syllabus-container h1 {
                font-size: 1.5rem;
                line-height: 1.2;
                font-weight: 800;
                text-align: center;
                margin-bottom: 1rem;
            } 
            .curriculum-content-grid { 
                gap: 1rem;
            }
            .module-list2 {
                overflow-y: scroll;  
                border-bottom: 1px solid #ff0000;
            }
            .lecture-item span { 
                font-size: 0.8rem;
            } 
            .tabs-wrapper { 
                margin-bottom: 0rem;
            }
            summary{
                font-size:0.8rem;
            }
        }

            .full-stack-section { 
    line-height: 1.6;
    margin: 0;
    padding: 20px; 
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Align to the top */ 
}

.full-stack-course-section {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    width: 90%;
    border: 1px solid black;
}

.full-stack-course-section h1 {
    font-size: 2em; 
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color:var(--primary-color-darker)
}

.full-stack-course-section h2 {
    font-size: 1.5em; 
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    color:var(--primary-color-darker)
}

.full-stack-course-section p {
    margin-bottom: 15px; 
}

.full-stack-course-section strong {
    font-weight: bold; 
}

.full-stack-course-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.full-stack-course-section ul li {
    margin-bottom: 8px; 
    padding-left: 20px;
    position: relative;
}

.full-stack-course-section ul li::before {
    content: "\2022"; /* Unicode for a solid circle bullet */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 0;
}

.read-more {
    text-align: right;
    margin-top: 20px;
    color:var(--primary-color);
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* Optional: Add a smooth transition for the arrow if desired */
    transition: color 0.3s ease;
}

.read-more:hover {
    color:var(--primary-color); /* Darker blue on hover */
}

.read-more .arrow {
    margin-left: 5px;
    font-size: 0.8em;
    transition: transform 0.3s ease; /* Smooth arrow rotation */
}

/* CSS to hide and show content */
.hidden-content {
    display: none; /* Initially hide the content */
}

.show-content {
    display: block; /* Show the content when this class is added */
}

/* Arrow rotation when content is shown */
.read-more.expanded .arrow {
    transform: rotate(180deg); /* Rotate arrow up */
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .full-stack-course-section {
        padding: 20px;
    } 
}

@media (max-width: 480px) {
    .full-stack-course-section {
        padding: 15px;
    }

    .full-stack-course-section h1 {
        font-size: 1.3em;
        margin-bottom: 10px;
    }

    .full-stack-course-section h2 {
        font-size: 1em;
    }
    .full-stack-section {
        padding: 10px 0;
    }
    .full-stack-course-section p {
        margin-bottom: 5px;
        font-size: 0.8rem;
        text-align: justify;
    }
    .full-stack-course-section ul li {
        margin-bottom: 8px;
        padding-left: 6px;
        position: relative;
        font-size: 0.8rem;
    }
    .full-stack-course-section{
        width:95%;
    }
}

    .partners-title-faq{
        color: black;
    }
    .form-card { 
        border-top: 50px solid var(--primary-color);
    } 
    .faq-item { 
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    }
    .right-column {
        flex: 1 1 calc(50% - 15px);
        padding: 0 16px;
    }
    .section-header { 
        margin-bottom: 20px;
    }
    @media (max-width: 768px) {
        .form-heading { 
            margin-top: -62px;
            margin-bottom: 25px; 
        }
        .left-column, .right-column {
            padding: 25px;
            width: 100%;
        } 
        .faq-column-heading {
            margin-bottom: 0.5rem;
            font-size: 1.5rem;
            color: black;
        }
    }