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

/* Page 1 */

.slide-page1 { 
            position: relative;
            
        }
        .icon-circle-page1 {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }
        .healthcare-page1{
            background-color: rgba(0, 128, 128, 0.15);
            border: 2px solid #008080;
        }
        .allied-health-page1 {
            background-color: rgba(255, 127, 80, 0.15);
            border: 2px solid #FF7F50;
        }
        .sports-sciences-page1 {
            background-color: rgba(152, 255, 152, 0.15);
            border: 2px solid #98FF98;
        }
        .path-arrow-page1 {
            position: absolute;
            bottom: 40px;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(to right, #008080, #FF7F50, #98FF98);
        }

/* Page 2 */

.slide-page2 { 
            position: relative;
        }
        .slide-content-page2 {
            height: 100%;
            padding: 2rem;
        }
        .header-page2 {
            text-align: center;
            margin-bottom: 2rem;
        }
        .career-card-page2 {
            height: 380px;
            border-radius: 10px;
            transition: all 0.3s ease;
        }
        .career-card-page2:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        .icon-container-page2 {
            height: 80px;
            width: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }

/* Page 3 */

.slide-page3 { 
            position: relative;
        }
        .slide-content-page3 {
            height: 100%;
            padding: 2rem;
        }
        .header-page3 {
            text-align: center;
            margin-bottom: 2rem;
        }
        .medical-card-page3 {
            height: 320px;
            border-radius: 10px;
            transition: all 0.3s ease;
            border-left: 5px solid #008080;
        }
        .medical-card-page3:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        .icon-container-page3 {
            height: 70px;
            width: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .entrance-exam-page3 {
            background-color: rgba(0, 128, 128, 0.1);
            border-radius: 8px;
            padding: 8px 12px;
            display: inline-block;
        }

/* Page 4 */

.slide-page4 { 
            position: relative;
        }
        .header-page4 {
            text-align: center;
            margin-bottom: 1.5rem;
        }
        .career-card-page4 {
            height: 450px;
            border-radius: 10px;
            transition: all 0.3s ease;
            background-color: white;
        }
        .career-card-page4:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        .icon-container-page4 {
            height: 70px;
            width: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }
        .card-footer-page4 {
            border-top: 1px solid #e2e8f0;
            padding: 1rem;
            background-color: #f8f9fa;
        }

/* Page 5 */


.slide-page5 { 
            position: relative;
        }
        .program-card-page5 {
            border-radius: 8px;
            transition: all 0.3s ease;
            border-left: 4px solid #FF7F50;
        }
        .program-card-page5:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px rgba(0,0,0,0.1);
        }
        .icon-container-page5 {
            height: 50px;
            width: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

/* Page 6 */

.slide-page6 { 
            position: relative;
        }
        .slide-content-page6 {
            height: 100%;
            padding: 2rem;
        }
        .header-page6 {
            text-align: center;
            margin-bottom: 1.5rem;
        }
        .program-card-page6 {
            border-radius: 10px;
            transition: all 0.3s ease;
            height: 100%;
        }
        .program-card-page6:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }
        .icon-container-page6 {
            height: 60px;
            width: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }
        .coral-500 {
            background-color: #FF7F50;
        }
        .text-coral-700 {
            color: #FF7F50;
        }


/* Page 7 */

.slide-page7 { 
            position: relative;
        }
        .slide-content-page7 {
            height: 100%;
            padding: 2rem;
        }
        .header-page7 {
            text-align: center;
            margin-bottom: 1.5rem;
        }
        .diploma-card-page7 {
            border-radius: 10px;
            transition: all 0.3s ease;
            height: 100%;
        }
        .diploma-card-page7:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        .icon-container-page7 {
            height: 70px;
            width: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }
        .card-header-page7 {
            border-bottom: 2px solid rgba(255, 127, 80, 0.3);
            padding-bottom: 0.5rem;
            margin-bottom: 1rem;
        }
        .feature-item-page7 {
            display: flex;
            align-items: flex-start;
            margin-bottom: 0.5rem;
        }

/* Page 8 */

.slide-page8 { 
            position: relative;
        }
        .program-card-page8 {
            border-radius: 10px;
            transition: all 0.3s ease;
            height: 100%;
        }
        .program-card-page8:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        .icon-container-page8 {
            height: 60px;
            width: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .career-badge-page8 {
            display: inline-block;
            padding: 4px 8px;
            border-radius: 20px;
            font-size: 0.85rem;
            margin-right: 4px;
            margin-bottom: 4px;
        }

/* Page 9 */

.slide-page9 { 
            position: relative;
        }
        .slide-content-page9 {
            height: 100%;
            padding: 2rem;
        }
        .header-page9 {
            text-align: center;
            margin-bottom: 1.5rem;
        }
        .tech-card-page9 {
            border-radius: 10px;
            transition: all 0.3s ease;
            height: 100%;
        }
        .tech-card-page9:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }
        .icon-container-page9 {
            height: 70px;
            width: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }
        .feature-item-page9 {
            display: flex;
            align-items: flex-start;
            margin-bottom: 0.75rem;
        }
        .feature-icon-page9 {
            flex-shrink: 0;
            margin-right: 0.75rem;
            margin-top: 0.25rem;
        }


/* Page 10 */

.slide-page10 { 
            position: relative;
        }
        .slide-content-page10 {
            height: 100%;
            padding: 2rem;
        }
        .header-page10 {
            text-align: center;
            margin-bottom: 1.5rem;
        }
        .career-card-page10 {
            height: 220px;
            border-radius: 8px;
            transition: all 0.3s ease;
            background-color: white;
        }
        .career-card-page10:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        .icon-container-page10 {
            height: 60px;
            width: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .workplace-tag-page10 {
            display: inline-block;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 0.75rem;
            margin-right: 4px;
            margin-bottom: 4px;
        }

/* Page 11 */

.slide-page11 { 
            position: relative;
        }
        .slide-content-page11 {
            height: 100%;
            padding: 2rem;
        }
        .header-page11 {
            text-align: center;
            margin-bottom: 1.5rem;
        }
        .career-path-page11 {
            border-radius: 10px;
            transition: all 0.3s ease;
            height: 100%;
        }
        .career-path-page11:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }
        .icon-container-page11 {
            height: 60px;
            width: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .path-divider-page11 {
            height: 3px;
            background: linear-gradient(to right, transparent, #98FF98, transparent);
            margin: 10px 0;
        }

/* Page 12 */

.slide-page12 { 
            position: relative;
        }
        .exam-card-page12 {
            border-radius: 10px;
            transition: all 0.3s ease;
        }
        .exam-card-page12:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        .icon-container-page12 {
            height: 70px;
            width: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .exam-list-page12 li {
            margin-bottom: 8px;
            display: flex;
            align-items: center;
        }
        .exam-list-page12 li i {
            margin-right: 10px;
        }


/* Page 13 */

 .slide-page13 { 
            position: relative;
        }
        .college-card-page13 {
            border-radius: 10px;
            transition: all 0.3s ease;
            border-left: 5px solid #008080;
        }
        .college-card-page13:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        .icon-container-page13 {
            height: 60px;
            width: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

/* Page 14 */

.slide-page14 { 
            position: relative;
        }
        .college-card-page14 {
            border-radius: 10px;
            transition: all 0.3s ease;
            height: 100%;
        }
        .college-card-page14:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        .icon-container-page14 {
            height: 60px;
            width: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .allied-health-page14 {
            background-color: rgba(255, 127, 80, 0.15);
            border: 2px solid #FF7F50;
        }
        .sports-sciences-page14 {
            background-color: rgba(152, 255, 152, 0.15);
            border: 2px solid #98FF98;
        }

/* Page 15 */

.slide-page15 { 
            position: relative;
        }
        .slide-content-page15 {
            height: 100%;
            padding: 2rem;
        }
        .header-page15 {
            text-align: center;
            margin-bottom: 1.5rem;
        }
        .sector-card-page15 {
            border-radius: 8px;
            transition: all 0.3s ease;
            height: 100%;
        }
        .sector-card-page15:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px rgba(0,0,0,0.1);
        }
        .icon-container-page15 {
            height: 60px;
            width: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
        }
        .healthcare {
            border-left: 4px solid #008080;
        }
        .allied-health {
            border-left: 4px solid #FF7F50;
        }
        .sports-sciences {
            border-left: 4px solid #98FF98;
        }

/* Page 16 */
		
.slide-pag16 { 
            position: relative;
        }
        .slide-content-pag16 {
            height: 100%;
            padding: 2rem;
        }
        .header-pag16 {
            text-align: center;
            margin-bottom: 1.5rem;
        }
        .prospect-card-pag16 {
            height: 240px;
            border-radius: 10px;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.9);
        }
        .prospect-card-pag16:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        .icon-container-pag16 {
            height: 60px;
            width: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .footer-pag16 {
            text-align: center;
            margin-top: 1.5rem;
        }
		
/* Footer */ 

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