.accordion-content { display: none; }
         .accordion-content.active { display: block; }
         .accordion-icon { transition: transform 0.3s; }
         .accordion-icon.rotated { transform: rotate(45deg); }
         @keyframes fadeIn {
         from { opacity: 0; }
         to { opacity: 1; }
         }
         @keyframes slideIn {
         from { opacity: 0; transform: translateY(20px) scale(0.95); }
         to { opacity: 1; transform: translateY(0) scale(1); }
         }
         .animate-fadeIn { animation: fadeIn 0.3s ease-out; }
         .animate-slideIn { animation: slideIn 0.3s ease-out; }
         .line-clamp-2 {
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
         }
         .facswiper-pagination .swiper-pagination-bullet {
         background: #ccc;
         opacity: 1;
         width: 10px;
         height: 10px;
         }
         .facswiper-pagination .swiper-pagination-bullet-active {
         background: #4caf50; /* change to your brand color */
         }
         .swiper-button-prev::after,
         .swiper-button-next::after {
         font-size: 16px; /* smaller arrow */
         font-weight: bold;
         }
         @keyframes scroll {
         0% {
         transform: translateX(0);
         }
         100% {
         transform: translateX(-50%);
         }
         }
         .scroll-container {
         display: flex;
         width: max-content;
         animation: scroll 25s linear infinite;
         }
         /* Gradient fade effects on sides */
         .fade-gradient::before,
         .fade-gradient::after {
         content: '';
         position: absolute;
         top: 0;
         bottom: 0;
         width: 100px;
         z-index: 10;
         pointer-events: none;
         }
         .fade-gradient::before {
         left: 0;
         background: linear-gradient(to right, rgb(247, 246, 246), transparent);
         }
         .fade-gradient::after {
         right: 0;
         background: linear-gradient(to left, rgb(247, 246, 246), transparent);
         }
         @media (max-width: 768px) {
         .fade-gradient::before,
         .fade-gradient::after {
         width: 50px;
         }
         }
         .logos-section {
         position: relative;
         }
         .carousel-container {
         overflow: hidden;
         }
         .carousel-track {
         display: flex;
         transition: transform 0.5s ease-in-out;
         }
         .carousel-slide {
         flex: 0 0 25%;
         padding: 0 10px;
         }
         @media (max-width: 1024px) {
         .carousel-slide {
         flex: 0 0 50%;
         }
         }
         @media (max-width: 640px) {
         .carousel-slide {
         flex: 0 0 100%;
         }
         }
         .placement-card {
         background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
         transition: transform 0.3s ease, box-shadow 0.3s ease;
         }
         .placement-card:hover {
         transform: translateY(-5px);
         box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
         }
         .salary-badge {
         background: linear-gradient(45deg, #f093fb 0%, #f5576c 100%);
         }
         /* Custom circle cursor */
         .slide {
         opacity: 0;
         transform: translateX(100%);
         transition: all 0.5s ease-in-out;
         }
         .slide.active {
         opacity: 1;
         transform: translateX(0);
         }
         .slide.prev {
         transform: translateX(-100%);
         }
         .applynoww{
         position: absolute;
         top: 12%;
         right: 8%;
         border-radius: 5px;
         width: 360px;
         }
         .widget_container {
         padding: 0px;
         background: #ffd100 !important;
         width: 100%;
         height: 452px;
         }
         @media (max-width: 768px){
         .applynoww{
         position: relative;
         margin-top: 28px;
         left: 2%;
         border-radius: 5px;
         width: 360px;
         text-align: center;
         }
         }
         .npfTitle-b8c4e00dec4eb71a43966a6ca45f53f3 {
         font-size: 22px;
         text-align: center;
         }
         .npfTitle-b8c4e00dec4eb71a43966a6ca45f53f3 {
         font-size: 20px;
         text-align: center;
         color: #000;
         }
         div#popup-b8c4e00dec4eb71a43966a6ca45f53f3 {
         z-index: 99999;
         }
         @media(max-width:768px) {
         .npfWidget-b8c4e00dec4eb71a43966a6ca45f53f3.npfWidgetButton {
         right: -15%;
         z-index: 99999;
         }
         }
         @keyframes marquee {
         0%   { transform: translateX(0%); }
         100% { transform: translateX(-100%); }
         }
         .animate-marquee {
         display: inline-flex;
         min-width: 100%;
         animation: marquee 25s linear infinite;
         }
         
         
/* Custom styles to match the original feel and ensure proper rendering */
        :root {
            --primary-blue: #1e3a8a; /* Blue 900 */
            --accent-red: #dc2626; /* Red 600 */
        }

        .pagetitle {
            background-image: url('https://placehold.co/1400x200/1e3a8a/ffffff?text=Program+Header+Background');
            background-size: cover;
            background-position: center;
        }

        .txlevntgrid {
            position: sticky;
            top: 0;
            z-index: 50;
            background-color: #f3f4f6;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

        .btnevent-menu {
            /* Hidden on desktop, shown on mobile */
            display: block;
        }

        @media (min-width: 1024px) {
            .txlevntgrid {
                /* Reset sticky/fixed positioning for wider screens if needed, or keep it sticky */
                top: 0;
            }
            .btnevent-menu {
                display: none;
            }
        }
        
        .pgdm-terms .card {
            border: 1px solid #02163d;
            overflow: hidden;
            margin-bottom: 1rem;
        }
        .pgdm-terms .card-header {
            background-color: #02163d;
            padding: 0;
        }
        .pgdm-terms .card-header button {
            width: 100%;
            text-align: left;
            padding: 1rem 1.5rem;
            font-weight: 600;
            color: white;
            transition: background-color 0.3s;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .pgdm-terms .card-header button:hover {
            background-color: #ffffff;
            color: #02163d;
        }
        .pgdm-terms .card-body {
            padding: 1.5rem;
            border-top: 1px solid #03163b;
        }

        .content-block ul.fct, .content-block ul.cpoint {
            list-style: none;
            padding-left: 0;
        }
        .content-block ul.fct li::before, .content-block ul.cpoint li::before {
            content: "\2713"; /* Checkmark icon */
            margin-right: 0.5rem;
            color: var(--accent-blue);
            font-weight: bold;
        }

        .skill-list li {
            border: 1px solid #03163b;
            padding: 1.5rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .skill-list li:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }

        /* Utility for collapse state management */
        .collapse-panel {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }
        .collapse-panel.open {
            max-height: 1000px; /* Large enough height to cover content */
            transition: max-height 0.5s ease-in-out;
        }
        .rotated {
            transform: rotate(180deg);
        }
        
    .card-hover-effect:hover {
            animation: cardHoverScale 0.3s ease-in-out forwards;
        }
        .ag-courses-item_link {
            display: block;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            background-color: #fff;
            padding: 1.5rem;
            text-decoration: none;
            color: inherit;
            transition: all .3s ease-in-out;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        }
        .ag-courses-item_link:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        .ag-courses-item_bg {
            height: 120px; /* Adjusted to be visible */
            width: 120px; /* Adjusted to be visible */
            background-color: #13110f; /* Example background color */
            border-radius: 50%;
            position: absolute;
            top: -50%;
            left: -50%;
            transform: scale(0);
            transition: all .3s ease-in-out;
            z-index: 0;
            opacity: 0.1; /* Make it subtle */
        }
        .ag-courses-item_link:hover .ag-courses-item_bg {
            transform: scale(1);
        }
        .ag-courses-item_title1 {
            font-size: 2.25rem; /* text-4xl */
            font-weight: 700; /* font-bold */
            color: #1e3a8a; /* xlri-blue */
            margin-bottom: 0.5rem;
            position: relative;
            z-index: 1;
        }
        .ag-courses-item_title {
            font-size: 1.125rem; /* text-lg */
            color: #4a5568; /* gray-700 */
            position: relative;
            z-index: 1;
        }
        .placement-item .stimg {
            overflow: hidden;
            position: relative;
            height: 200px; /* Fixed height for consistency */
            margin-bottom: 1rem;
        }
        .placement-item .stimg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease-in-out;
        }
        .placement-item:hover .stimg img {
            transform: scale(1.05);
        }
        .placement-info h4 {
            font-size: 1.25rem; /* text-xl */
            font-weight: 700; /* font-bold */
            color: #1e3a8a; /* xlri-blue */
            margin-bottom: 0.25rem;
        }
        .placement-info h5 {
            font-size: 1rem; /* text-base */
            color: #4a5568; /* gray-700 */
            margin-bottom: 0.5rem;
        }
        .placement-info h6 {
            font-size: 1.125rem; /* text-lg */
            font-weight: 600; /* font-semibold */
            color: #b91c1c; /* xlri-red */
        }
        .video-card .playbtn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.6);
            color: white;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            transition: background-color 0.3s;
        }
        .video-card .playbtn:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
        .video-card .ythumb img {
            transition: transform 0.3s ease-in-out;
        }
        .video-card:hover .ythumb img {
            transform: scale(1.05);
        }
        .placement-award-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            background-color: #fff;
            border-radius: 8px;
            padding: 1.5rem;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease-in-out;
        }
        .placement-award-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        .placement-award-item .awlimg {
            width: 100%;
            height: 180px;
            overflow: hidden;
            border-radius: 0.5rem;
            margin-bottom: 1rem;
        }
        .placement-award-item .awlimg img {
            width: 100%;
            height: 100%;
            object-fit: contain; /* Ensure the whole image is visible */
            transition: transform 0.3s ease-in-out;
        }
        .placement-award-item:hover .awlimg img {
            transform: scale(1.05);
        }
        .placement-award-item .awlinfo p {
            font-size: 0.95rem;
            color: #4a5568;
        }
        .accordion-button {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            padding: 1rem 1.5rem;
            font-weight: 600;
            color: #1e3a8a;
            background-color: #f3f4f6;
            border-bottom: 1px solid #e2e8f0;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .accordion-button:hover {
            background-color: #e5e7eb;
        }
        .accordion-content {
            padding: 1rem 1.5rem;
            background-color: #ffffff;
            border-bottom: 1px solid #e2e8f0;
        }
        .accordion-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }
        .accordion-content ul li {
            background-color: #1e3a8a; /* Light blue tag */
            color: white;
            padding: 0.3rem 0.7rem; 
            font-size: 0.875rem;
            display: inline-flex;
            align-items: center;
        }
        .table-striped tbody tr:nth-child(odd) {
            background-color: #fcfcfc;
        }
        .table-striped tbody tr:nth-child(even) {
            background-color: #ffffff;
        }
        .table-bordered th, .table-bordered td {
            border: 1px solid #001531;
            padding: 0.75rem 1rem;
        }
        .thead-red th {
            background-color: #b91c1c;
            color: white;
            font-weight: bold;
        }
        .youtube-btn {
            background-color: #020d6b; /* YouTube Red */
            color: white;
            font-weight: bold;
            padding: 0.75rem 2rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s ease;
        }
        .youtube-btn:hover {
            background-color: #cc0000;
        }
        
        
        
       

    /* Timeline vertical line */
    .timeline-item::before {
      content: '';
      position: absolute;
      top: 2.75rem;
      left: 2.75rem;
      width: 2px;
      height: 100%;
      background-color: #dbeafe;
      transform: translateX(-50%);
    }

    .timeline-item:last-child::before {
      display: none;
    }
    
    
    
    * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        html {
            scroll-behavior: smooth;
        }
        
        body {
            overflow-x: hidden;
        }
        
        .tour-content {
            display: none;
        }
        
        .tour-content.active {
            display: block;
            animation: fadeIn 0.6s ease-out forwards;
        }
        
        iframe {
            width: 100%;
            height: 600px;
            border: 0;
        }
        
        @media (max-width: 768px) {
            iframe {
                height: 400px;
            }
        }
        
        /* Video container fix */
        video {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
        
        /* Ensure video section has proper stacking */
        section {
            position: relative;
        }
        
        /* Ensure icons stay visible */
        .campus-nav i {
            min-width: 32px;
            text-align: center;
        }
        
        /* Active navigation state */
        .active-nav-item {
            background-color: #1e3a8a !important;
            color: white !important;
            border-left-color: #1e3a8a !important;
        }
        
        .active-nav-item i {
            color: white !important;
        }

    