

 body { height:auto;  margin: 0 auto; padding: 0;}
        

/* Page 1 */

.slide-page1 {
            
            position: relative;
            
        }
        .gradient-bg-page1 {
            background: linear-gradient(135deg, #663399 0%, #FF9A8B 100%);
        }
        .animated-shape-page1 {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            animation: float 8s infinite ease-in-out;
        }
        @keyframes float {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(5deg); }
        }
        .title-text-page1 {
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }
        .subtitle-text-page1 {
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        }
        .icon-container-page1 {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-top: 2rem;
        }
        .icon-box-page1 {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(5px);
            transition: transform 0.3s ease;
        }
        .icon-box-page1:hover {
            transform: scale(1.1);
        }
		
/* Page 2 */

.slide-page2 {
             
            position: relative;
            
        }
        .career-card-page2 {
            transition: all 0.3s ease;
        }
        .career-card-page2:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .gradient-bg-page2 {
            background: linear-gradient(135deg, #1a2a6c, #b21f1f, #1a2a6c);
        }

/* Page 3 */

.slide-page3 {
             
            position: relative;
            
        }
        .course-card-page3 {
            transition: all 0.3s ease;
        }
        .course-card-page3:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .gradient-bg-page3 {
            background: linear-gradient(135deg, #1a2a6c, #b21f1f, #1a2a6c);
        }


/* Page 4 */

.slide-page4 {
            
            position: relative;
            
        }
        .gradient-bg-page4 {
            background: linear-gradient(135deg, #1a2a6c, #b21f1f, #1a2a6c);
        }
        .exam-card-page4 {
            transition: all 0.3s ease;
        }
        .exam-card-page4:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }


/* Page 5 */

.slide-page5 {
             
            position: relative;
            
        }
        .gradient-bg-page5 {
            background: linear-gradient(135deg, #1a2a6c, #b21f1f, #1a2a6c);
        }
        .college-card-page5 {
            transition: all 0.3s ease;
        }
        .college-card-page5:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .table-header-page5 {
            background: linear-gradient(90deg, #1a2a6c, #b21f1f);
        }
        .table-row:nth-child(even) {
            background-color: rgba(237, 242, 247, 0.7);
        }
        .table-row:nth-child(odd) {
            background-color: rgba(255, 255, 255, 0.7);
        }

/* Page 6 */

.slide-page6 {
            
            position: relative;
            
        }
        .skill-card-page6 {
            transition: all 0.3s ease;
        }
        .skill-card-page6:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .gradient-bg-page6 {
            background: linear-gradient(135deg, #1a2a6c, #b21f1f, #1a2a6c);
        }
        .skill-icon-page6 {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 15px;
        }

/* Page 7 */

.slide-page7 {
             
            position: relative;
            
        }
        .job-card-page7 {
            transition: all 0.3s ease;
            height: 100%;
        }
        .job-card-page7:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .gradient-bg-page7 {
            background: linear-gradient(135deg, #1a2a6c, #b21f1f, #1a2a6c);
        }
        .icon-circle-page7 {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 0.75rem;
        }

/* Page 8 */

.slide-page8 {
             
            position: relative;
            
        }
        .gradient-bg-page8 {
            background: linear-gradient(135deg, #1a2a6c, #b21f1f, #1a2a6c);
        }
        .college-card-page8 {
            transition: all 0.3s ease;
        }
        .college-card-page8:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .placement-stat-page8 {
            position: relative;
            height: 120px;
        }

/* Page 9 */


.slide-page9 {
             
            position: relative;
            
        }
        .gradient-bg-page9 {
            background: linear-gradient(135deg, #1a2a6c, #b21f1f, #1a2a6c);
        }
        .process-step-page9 {
            transition: all 0.3s ease;
        }
        .process-step-page9:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .step-connector-page9 {
            position: absolute;
            height: 2px;
            background: #666;
            top: 40px;
            z-index: 0;
        }
		
/* Page 10 */

.slide-page10 {
             
            position: relative;
            
        }
        .gradient-bg-page10 {
            background: linear-gradient(135deg, #1a2a6c, #b21f1f, #1a2a6c);
        }
        .prospect-card-page10 {
            transition: all 0.3s ease;
            border-left: 4px solid transparent;
        }
        .prospect-card-page10:hover {
            transform: translateX(5px);
            border-left-color: #6366F1;
        }
        .icon-circle-page10 {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 16px;
        }
		
		
/* Footer */ 

.slide-footer { 
            position: relative;
            
        }
		
		.footer-card  {
            transition: all 0.3s ease;
        }