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

/* Page 1 */

.slide-page1 { 
            position: relative;
            
        }
        .pattern-page1 {
            background-image: radial-gradient(#8E44AD 2px, transparent 2px);
            background-size: 30px 30px;
            opacity: 0.1;
        }
        .accent-shape-page1 {
            position: absolute;
            border-radius: 50%;
            background: linear-gradient(135deg, #FF7F50, #FFD700);
            opacity: 0.8;
        }
        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0px); }
        }
        .float-animation-page1 {
            animation: float 6s ease-in-out infinite;
        }
		
        

/* Page 2 */

.slide-page2 { 
            position: relative;
            background-color: #FFFAF0;
            color: #333;
            font-family: Arial, sans-serif;
        }
        .header-page2 {
            background-color: #008080;
            color: white;
            padding: 1rem 2rem;
            border-bottom: 5px solid #FF7F50;
        }
        .category-card-page2 {
            background-color: white;
            border-left: 5px solid;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        .category-card-page2:hover {
            transform: translateY(-5px);
        }
        .humanities-page2 {
            border-color: #FF7F50;
        }
        .social-sciences-page2 {
            border-color: #008080;
        }
        .creative-page2 {
            border-color: #8E44AD;
        }
        .icon-circle-page2 {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }

/* Page 3 */

.slide-page3 { 
            position: relative;
            background-color: #FFFAF0;
            color: #333;
            font-family: Arial, sans-serif;
        }
        .header-page3 {
            background-color: #008080;
            color: white;
            padding: 1rem 2rem;
            border-bottom: 5px solid #FF7F50;
        }
        .career-card-page3 {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        .career-card-page3:hover {
            transform: translateY(-5px);
        }
        .career-header-page3 {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            color: white;
            padding: 0.75rem 1rem;
        }
        .english-header-page3 {
            background-color: #FF7F50;
        }
        .history-header-page3 {
            background-color: #8E44AD;
        }
        .poli-sci-header-page3 {
            background-color: #008080;
        }
        .sociology-header-page3 {
            background-color: #FFD700;
            color: #333;
        }
        .psychology-header-page3 {
            background-color: #4B0082;
        }
        .career-item-page3 {
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem;
        }
        .career-icon-page3 {
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 0.75rem;
            flex-shrink: 0;
        }

/* Page 4 */

.slide-page4 { 
            position: relative;
            background-color: #FFFAF0;
            color: #333;
            font-family: Arial, sans-serif;
        }
        .header-page4  {
            background-color: #008080;
            color: white;
            padding: 1rem 2rem;
            border-bottom: 5px solid #FF7F50;
        }
        .career-card-page4 {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        .career-card-page4:hover {
            transform: translateY(-5px);
        }
        .economics-header-page4 {
            background-color: rgba(255, 127, 80, 0.2);
            border-left: 5px solid #FF7F50;
        }
        .communication-header-page4 {
            background-color: rgba(142, 68, 173, 0.2);
            border-left: 5px solid #8E44AD;
        }
        .career-icon-page4 {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
        }


/* Page 5 */

.slide-page5 { 
            position: relative;
            background-color: #FFFAF0;
            color: #333;
            font-family: Arial, sans-serif;
        }
        .header-page5 {
            background-color: #008080;
            color: white;
            padding: 1rem 2rem;
            border-bottom: 5px solid #FF7F50;
        }
        .specialization-card-page5 {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            height: 100%;
        }
        .specialization-card-page5:hover {
            transform: translateY(-5px);
        }
        .card-header-page5 {
            padding: 1rem;
            border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        }
        .careers-list-page5 {
            padding: 1rem;
        }
        .career-item-page5 {
            display: flex;
            align-items: flex-start;
            margin-bottom: 0.75rem;
        }
        .icon-container-page5 {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            flex-shrink: 0;
        }


/* Page 6 */

.slide-page6 { 
            position: relative;
            background-color: #FFFAF0;
            color: #333;
            font-family: Arial, sans-serif;
        }
        .header-page6 {
            background-color: #008080;
            color: white;
            padding: 1rem 2rem;
            border-bottom: 5px solid #FF7F50;
        }
        .demand-card-page6 {
            background-color: white;
            border-left: 5px solid;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        .demand-card-page6:hover {
            transform: translateY(-5px);
        }
        .english { border-color: #FF7F50; }
        .economics { border-color: #008080; }
        .political { border-color: #8E44AD; }
        .psychology { border-color: #FFD700; }
        .journalism { border-color: #4682B4; }
        
        .bar {
            fill: #008080;
            transition: fill 0.3s ease;
        }
        .bar:hover {
            fill: #FF7F50;
        }
        
        .icon-circle-page6 {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }


/* Page 7 */

.slide-page7 { 
            position: relative;
            background-color: #FFFAF0;
            color: #333;
            font-family: Arial, sans-serif;
        }
        .header-page7 {
            background-color: #008080;
            color: white;
            padding: 1rem 2rem;
            border-bottom: 5px solid #FF7F50;
        }
        .card-page7 {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .salary-card-page7 {
            border-left: 5px solid #FF7F50;
        }
        .trends-card-page7 {
            border-left: 5px solid #008080;
        }
        .bar {
            transition: all 0.3s ease;
        }
        .bar:hover {
            opacity: 0.8;
        }
        .tooltip {
            position: absolute;
            padding: 8px;
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid #ddd;
            border-radius: 4px;
            pointer-events: none;
            font-size: 12px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            z-index: 10;
        }


/* Page 8 */

.slide-page8 { 
            position: relative;
            background-color: #FFFAF0;
            color: #333;
            font-family: Arial, sans-serif;
        }
        .header-page8 {
            background-color: #008080;
            color: white;
            padding: 1rem 2rem;
            border-bottom: 5px solid #FF7F50;
        }
        .college-card-page8 {
            background-color: white;
            border-left: 4px solid;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease;
        }
        .college-card-page8:hover {
            transform: translateY(-3px);
        }
        .english-colleges-page8 {
            border-color: #FF7F50;
        }
        .economics-colleges-page8 {
            border-color: #008080;
        }
        .college-icon-page8 {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
        }
        .feature-badge-page8 {
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 0.85rem;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            margin-right: 6px;
        }


/* Page 9 */

.slide-page9 { 
            position: relative;
            background-color: #FFFAF0;
            color: #333;
            font-family: Arial, sans-serif;
        }
        .header-page9 {
            background-color: #008080;
            color: white;
            padding: 1rem 2rem;
            border-bottom: 5px solid #FF7F50;
        }
        .college-card-page9 {
            background-color: white;
            border-left: 4px solid #8E44AD;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease;
        }
        .college-card-page9:hover {
            transform: translateY(-3px);
        }
        .admission-card-page9 {
            background-color: white;
            border-left: 4px solid #FF7F50;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .icon-circle-page9 {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }
        .region-marker-page9 {
            display: inline-block;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 0.85rem;
            margin-right: 5px;
            margin-bottom: 5px;
        }

/* Page 10 */

.slide-page10 { 
            position: relative;
            background-color: #FFFAF0;
            color: #333;
            font-family: Arial, sans-serif;
        }
        .header-page10 {
            background-color: #008080;
            color: white;
            padding: 1rem 2rem;
            border-bottom: 5px solid #FF7F50;
        }
        .content-card-page10 {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .icon-circle-page10 {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
		
		
/* Footer */ 

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




	