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

/* Page 1 */

.slide-page1 { 
            position: relative;
            
        }
        .wave-page1 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23006D77' fill-opacity='0.3' d='M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: repeat-x;
            animation: wave 20s linear infinite;
        }
        .wave-page1:nth-child(2) {
            bottom: 0;
            height: 180px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23083D77' fill-opacity='0.2' d='M0,64L48,80C96,96,192,128,288,133.3C384,139,480,117,576,112C672,107,768,117,864,138.7C960,160,1056,192,1152,192C1248,192,1344,160,1392,144L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
            animation: wave 15s linear infinite;
        }
        .wave-page1:nth-child(3) {
            bottom: 0;
            height: 220px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23006D77' fill-opacity='0.1' d='M0,224L48,213.3C96,203,192,181,288,154.7C384,128,480,96,576,90.7C672,85,768,107,864,128C960,149,1056,171,1152,176C1248,181,1344,171,1392,165.3L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
            animation: wave 30s linear infinite;
        }
        @keyframes wave {
            0% {
                background-position-x: 0;
            }
            100% {
                background-position-x: 1440px;
            }
        }
        .compass-page1 {
            position: absolute;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            border: 4px solid rgba(240, 93, 94, 0.2);
            top: -50px;
            right: -50px;
            opacity: 0.3;
            transform: rotate(45deg);
        }
        .compass-page1::before {
            content: "";
            position: absolute;
            width: 260px;
            height: 260px;
            border-radius: 50%;
            border: 2px solid rgba(0, 109, 119, 0.2);
            top: 20px;
            left: 20px;
        }
        .compass-page1::after {
            content: "";
            position: absolute;
            width: 220px;
            height: 220px;
            border-radius: 50%;
            border: 1px solid rgba(13, 75, 119, 0.2);
            top: 40px;
            left: 40px;
        }
		
/* Page 2 */

.slide-page2 { 
            position: relative;
            background: linear-gradient(135deg, #EDEEC0 0%, #f5f5f0 100%);
            color: #083D77;
        }
        .title-page2 {
            color: #006D77;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        }
        .benefit-card-page2 {
            background-color: rgba(255, 255, 255, 0.85);
            border-left: 5px solid #006D77;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        .benefit-card-page2:hover {
            transform: translateY(-5px);
        }
        .icon-container-page2 {
            background-color: #006D77;
            color: white;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }
        .wave-page2 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23006D77" fill-opacity="0.2" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-repeat: no-repeat;
            background-size: cover;
            opacity: 0.7;
        }

/* Page 3 */

.slide-page3 { 
            position: relative;
            background: linear-gradient(135deg, #EDEEC0 0%, #f5f5f0 100%);
            color: #083D77;
        }
        .title-page3 {
            color: #006D77;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        }
        .course-card-page3 {
            background-color: rgba(255, 255, 255, 0.85);
            border-left: 4px solid #006D77;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            height: 100%;
        }
        .course-card-page3:hover {
            transform: translateY(-5px);
        }
        .icon-container-page3 {
            background-color: #006D77;
            color: white;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wave-page3 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23006D77" fill-opacity="0.2" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-repeat: no-repeat;
            background-size: cover;
            opacity: 0.7;
        }

/* Page 4 */

.slide-page4 { 
            position: relative;
            background: linear-gradient(135deg, #EDEEC0 0%, #f5f5f0 100%);
            color: #083D77;
        }
        .title-page4 {
            color: #006D77;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        }
        .college-card-page4 {
            background-color: rgba(255, 255, 255, 0.85);
            border-left: 5px solid #006D77;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        .college-card-page4:hover {
            transform: translateY(-5px);
        }
        .icon-container-page4 {
            background-color: #006D77;
            color: white;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wave-page4 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23006D77" fill-opacity="0.2" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-repeat: no-repeat;
            background-size: cover;
            opacity: 0.7;
        }
        .image-container-page4 {
            border: 3px solid #006D77;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

/* Page 5 */ 

.slide-page5 { 
            position: relative;
            background: linear-gradient(135deg, #EDEEC0 0%, #f5f5f0 100%);
            color: #083D77;
        }
        .title-page5 {
            color: #006D77;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        }
        .card-page5 {
            background-color: rgba(255, 255, 255, 0.85);
            border-left: 5px solid #006D77;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .exam-item-page5, .eligibility-item-page5 {
            border-bottom: 1px solid rgba(0, 109, 119, 0.2);
            padding: 10px 0;
        }
        .exam-item-page5:last-child, .eligibility-item-page5:last-child {
            border-bottom: none;
        }
        .icon-container-page5 {
            background-color: #006D77;
            color: white;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }
        .wave-page5 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23006D77" fill-opacity="0.2" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-repeat: no-repeat;
            background-size: cover;
            opacity: 0.7;
        }

/* Page 6 */ 

.slide-page6 { 
            position: relative;
            background: linear-gradient(135deg, #EDEEC0 0%, #f5f5f0 100%);
            color: #083D77;
        }
        .title-page6 {
            color: #006D77;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        }
        .content-card-page6 {
            background-color: rgba(255, 255, 255, 0.85);
            border-left: 5px solid #006D77;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .icon-container-page6 {
            background-color: #006D77;
            color: white;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wave-page6 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23006D77" fill-opacity="0.2" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-repeat: no-repeat;
            background-size: cover;
            opacity: 0.7;
        }
        .image-container-page6 {
            border: 3px solid #006D77;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }
        .list-item-page6 {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }

/* Page 7 */ 

.slide-page7 { 
            position: relative;
            background: linear-gradient(135deg, #EDEEC0 0%, #f5f5f0 100%);
            color: #083D77;
        }
        .title-page7 {
            color: #006D77;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        }
        .job-card-page7 {
            background-color: rgba(255, 255, 255, 0.85);
            border-left: 5px solid #006D77;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        .job-card-page7:hover {
            transform: translateY(-5px);
        }
        .icon-container-page7 {
            background-color: #006D77;
            color: white;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wave-page7 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23006D77" fill-opacity="0.2" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-repeat: no-repeat;
            background-size: cover;
            opacity: 0.7;
        }

/* Page 8 */

.slide-page8 { 
            position: relative;
            background: linear-gradient(135deg, #EDEEC0 0%, #f5f5f0 100%);
            color: #083D77;
        }
        .title-page8 {
            color: #006D77;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        }
        .content-card-page8 {
            background-color: rgba(255, 255, 255, 0.85);
            border-left: 5px solid #006D77;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .benefit-item-page8 {
            transition: transform 0.2s ease;
        }
        .benefit-item-page8:hover {
            transform: translateY(-3px);
        }
        .icon-container-page8 {
            background-color: #006D77;
            color: white;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wave-page8 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23006D77" fill-opacity="0.2" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-repeat: no-repeat;
            background-size: cover;
            opacity: 0.7;
        }
        .bar {
            fill: #006D77;
            transition: fill 0.3s ease;
        }
        .bar:hover {
            fill: #F05D5E;
        }
        .axis text {
            font-size: 12px;
            fill: #083D77;
        }
        .axis path, .axis line {
            stroke: #083D77;
        }

/* Page 9 */

.slide-page9 { 
            position: relative;
            background: linear-gradient(135deg, #EDEEC0 0%, #f5f5f0 100%);
            color: #083D77;
        }
        .title-page9 {
            color: #006D77;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        }
        .institution-card-page9 {
            background-color: rgba(255, 255, 255, 0.85);
            border-left: 4px solid #006D77;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease;
        }
        .institution-card-page9:hover {
            transform: translateY(-3px);
        }
        .country-icon-page9 {
            background-color: #006D77;
            color: white;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wave-page9 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23006D77" fill-opacity="0.2" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-repeat: no-repeat;
            background-size: cover;
            opacity: 0.7;
        }

/* Page 10 */

.slide-page10 { 
            position: relative;
            background: linear-gradient(135deg, #EDEEC0 0%, #f5f5f0 100%);
            color: #083D77;
        }
        .title-page10 {
            color: #006D77;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        }
        .conclusion-card-page10 {
            background-color: rgba(255, 255, 255, 0.85);
            border-left: 5px solid #006D77;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .icon-container-page10 {
            background-color: #006D77;
            color: white;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .wave-page10 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23006D77" fill-opacity="0.2" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-repeat: no-repeat;
            background-size: cover;
            opacity: 0.7;
        }
        .image-container-page10 {
            position: relative;
            
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        .image-overlay-page10 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
        }		
		
/* Footer */ 

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