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

/* Page 1 */

.slide-page1 { 
            position: relative;
            background: linear-gradient(135deg, #FFFAF0 0%, #FFD700 100%);
            
        }
        .path {
            position: absolute;
            height: 4px;
            border-radius: 2px;
            transform-origin: left;
            animation: grow 2s ease-out forwards;
        }
        @keyframes grow {
            from { transform: scaleX(0); }
            to { transform: scaleX(1); }
        }
        .career-icon-page1 {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            animation: fadeIn 0.5s ease-out forwards;
            opacity: 0;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .graph-line {
            position: absolute;
            background-color: #008080;
            height: 2px;
            transform-origin: bottom left;
            animation: drawLine 1.5s ease-out forwards;
        }
        @keyframes drawLine {
            from { transform: scaleX(0); }
            to { transform: scaleX(1); }
        }
        .dot {
            position: absolute;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #FF6B6B;
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.5); opacity: 0.7; }
            100% { transform: scale(1); opacity: 1; }
        }

/* Page 2 */


.slide-page2 { 
            position: relative;
            
        }
        .pathway-card-page2 {
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease; 
        }
        .pathway-card-page2:hover {
            transform: translateY(-5px);
        }
        .pathway-header-page2 {
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }
        .bullet-point-page2 {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
        }
        .bullet-point-page2 i {
            color: #FFD700;
            margin-right: 12px;
            width: 20px;
            text-align: center;
        }

/* Page 3 */

.slide-page3 { 
            position: relative;
            
        }
        .cert-card-page3 {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
        .cert-card-page3:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }
        .cert-icon-page3 {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }
        .focus-area-page3 {
            background-color: rgba(0, 128, 128, 0.1);
            border-left: 4px solid #008080;
            padding: 6px 10px;
            margin: 8px 0;
        }

/* Page 4 */

.slide-page4 { 
            position: relative;
            
        }
        .info-card-page4 {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease;
        }
        .info-card-page4:hover {
            transform: translateY(-3px);
        }
        .stage-card-page4 {
            position: relative;
            transition: all 0.3s ease;
        }
        .stage-card-page4:hover {
            transform: scale(1.03);
        }
        .stage-connector-page4 {
            position: absolute;
            height: 2px;
            background-color: #FFD700;
            top: 50%;
            right: -30px;
            width: 30px;
        }
        .salary-bar-page4 {
            height: 20px;
            border-radius: 12px;
            background: linear-gradient(90deg, #008080, #20B2AA);
        }

/* Page 5 */

 .slide-page5 { 
            position: relative;
        }
        .cert-card-page5 {
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
             
        }
        .cert-card-page5:hover {
            transform: translateY(-5px);
        }
        .cert-header-page5 {
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }
        .detail-item-page5 {
            display: flex;
            align-items: flex-start;
            margin-bottom: 10px;
        }
        .detail-item-page5 i {
            margin-right: 12px;
            width: 20px;
            text-align: center;
            margin-top: 3px;
        }
        .comparison-arrow-page5 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #FFFAF0;
            border-radius: 50%;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            z-index: 10;
        }



/* Page 6 */

.slide-page6 { 
            position: relative;
            
        }
        .info-card-page6 {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .bullet-point-page6 {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }
        .bullet-point-page6 i {
            color: #FFD700;
            margin-right: 12px;
            width: 20px;
            text-align: center;
        }
        .salary-bar-page6 {
            height: 30px;
            margin: 8px 0;
            border-radius: 4px;
            transition: width 1s ease-in-out;
        }

/* Page 7 */

 .slide-page7 { 
            position: relative;
        }
        .degree-card-page7 {
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            height: 100%;
        }
        .degree-card-page7:hover {
            transform: translateY(-5px);
        }
        .degree-header-page7 {
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }
        .feature-item-page7 {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }
        .feature-item-page7 i {
            color: #008080;
            margin-right: 10px;
            width: 20px;
            text-align: center;
        }

/* Page 8 */


.slide-page8 { 
            position: relative;
        }
        .role-card-page8 {
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            height: 220px;
        }
        .role-card-page8:hover {
            transform: translateY(-5px);
        }
        .role-header-page8 {
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }
        .bullet-point-page8 {
            display: flex;
            align-items: flex-start;
            margin-bottom: 8px;
        }
        .bullet-point-page8 i {
            color: #FFD700;
            margin-right: 10px;
            margin-top: 4px;
            min-width: 20px;
            text-align: center;
        }

/* Page 9 */


.slide-page9 { 
            position: relative;
            
        }
        .college-card-page9 {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease;
        }
        .college-card-page9:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }
        .recruiter-section-page9 {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .recruiter-category-page9 {
            border-left: 4px solid;
            transition: transform 0.2s ease;
        }
        .recruiter-category-page9:hover {
            transform: translateX(5px);
        }
        .location-badge-page9 {
            background-color: #E5E7EB;
            border-radius: 12px;
            padding: 2px 8px;
            font-size: 0.8rem;
            display: inline-block;
            margin-right: 5px;
        }

/* Page 10 */

.slide-page10 { 
            position: relative;
            
        }
        .guidance-card-page10 {
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .bullet-point-page10 {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
        }
        .bullet-point-page10 i {
            color: #FFD700;
            margin-right: 12px;
            width: 24px;
            text-align: center;
            font-size: 1.2rem;
        }
        .career-path-page10 {
            height: 8px;
            border-radius: 4px;
            margin: 12px 0;
        }
		
/* Footer */ 

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