

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

/* Page 1 */

.slide-page1 { 
            position: relative;
            
        }
        .gavel-page1 {
            position: absolute;
            bottom: 40px;
            right: 60px;
            transform: rotate(-15deg);
            opacity: 0.8;
        }
        .scale-page1 {
            position: absolute;
            top: 50px;
            left: 60px;
            opacity: 0.7;
        }
        .gradient-overlay {
            background: linear-gradient(135deg, rgba(76, 29, 149, 0.9) 0%, rgba(124, 58, 237, 0.8) 100%);
        }
		
/* Page 2 */

.slide-page2 { 
            position: relative;
            
        }
        .reason-box-page2 {
            transition: all 0.3s ease;
        }
        .reason-box-page2:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

/* Page 3 */

 .slide-page3 { 
            position: relative;
            
        }
        .career-card-page3 {
            transition: all 0.3s ease;
            height: 100%;
        }
        .career-card-page3:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

/* Page 4 */

 .slide-page4 { 
            position: relative;
            
        }
        .course-card-page4 {
            transition: all 0.3s ease;
        }
        .course-card-page4:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

/* Page 5 */

.slide-page5 { 
            position: relative;
            
        }
        .college-card-page5 {
            transition: all 0.3s ease;
            height: 100%;
        }
        .college-card-page5:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

/* Page 6 */

 .slide-page6 { 
            position: relative;
            
        }
        .exam-card-page6 {
            transition: all 0.3s ease;
            background: linear-gradient(to bottom right, #ffffff, #f8fafc);
        }
        .exam-card-page6:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

/* Page 7 */


.slide-page7 { 
            position: relative;
            
        }
        .comparison-table-page7 th {
            background-color: rgba(30, 58, 138, 0.9);
            color: white;
            font-weight: 600;
            text-align: left;
            padding: 10px 15px;
        }
        .comparison-table-page7 td {
            padding: 8px 15px;
            border-bottom: 1px solid #e5e7eb;
        }
        .comparison-table-page7 tr:nth-child(even) {
            background-color: rgba(243, 244, 246, 0.7);
        }
        .comparison-table-page7 tr:hover {
            background-color: rgba(219, 234, 254, 0.5);
        }
        .difficulty-indicator-page7 {
            display: flex;
            align-items: center;
        }
        .difficulty-dot-page7 {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin-right: 3px;
        }
        .filled-page7 {
            background-color: #1e40af;
        }
        .empty-page7 {
            background-color: #cbd5e1;
        }
		
/* Page 8 */

.slide-page8 { 
            position: relative;
            
        }
        .criteria-card-page8 {
            transition: all 0.3s ease;
        }
        .criteria-card-page8:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }

/* Page 9 */

.slide-page9 { 
            position: relative;
            
        }
        .job-sector-page9 {
            transition: all 0.3s ease;
        }
        .job-sector-page9:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

/* Page 10 */

.slide-page10 { 
            position: relative;
            
        }
        .pathway-page10 {
            position: relative;
        }
        .pathway-page10::before {
            content: '';
            position: absolute;
            top: 40px;
            left: 50%;
            width: 90%;
            height: 4px;
            background: linear-gradient(90deg, #3B82F6, #1E40AF);
            transform: translateX(-50%);
            z-index: 0;
        }
        .step-page10 {
            position: relative;
            z-index: 1;
            transition: all 0.3s ease;
        }
        .step-page10:hover {
            transform: translateY(-5px);
        }
		
/* Footer */ 

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