
 body { height:auto;  margin: 0 auto; padding: 0;}
 
 /* Page 1 */
 
 .slide {
           
            position: relative;
            
        }
        .gradient-bg {
            background: linear-gradient(135deg, #663399 0%, #9966CC 33%, #FF9966 66%, #FF6600 100%);
        }
        .shape-1 {
            position: absolute;
            width: 300px;
            height: 300px;
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
            background: rgba(255, 255, 255, 0.1);
            top: -50px;
            left: -50px;
            animation: float 15s ease-in-out infinite;
        }
        .shape-2 {
            position: absolute;
            width: 200px;
            height: 200px;
            border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
            background: rgba(255, 255, 255, 0.1);
            bottom: 50px;
            right: 100px;
            animation: float 12s ease-in-out infinite reverse;
        }
        .shape-3 {
            position: absolute;
            width: 150px;
            height: 150px;
            border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
            background: rgba(255, 255, 255, 0.1);
            bottom: -30px;
            left: 200px;
            animation: float 18s ease-in-out infinite;
        }
        @keyframes float {
            0% { transform: translate(0, 0) rotate(0deg); }
            50% { transform: translate(15px, 15px) rotate(5deg); }
            100% { transform: translate(0, 0) rotate(0deg); }
        }
        .content-overlay {
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(3px);
            border-radius: 16px;
        }
		
/* Page 2 */

 .slide-page2 {
            
            position: relative;
            
        }
        .specialization-card-page2 {
            transition: all 0.3s ease;
        }
        .specialization-card-page2:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
		
 /* Page 3 */
 
 .slide-page3 { 
            position: relative;
            
        }
        .specialization-card-page3 {
            transition: all 0.3s ease;
        }
        .specialization-card-page3:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        .image-container-page3 {
            position: relative;
            
            border-radius: 8px;
        }
        .image-overlay-page3 {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
            padding: 20px 15px 15px;
            color: white;
        }
		
/* Page 4 */

.slide-page4 { 
            position: relative;
            
        }
        .specialization-card-page4 {
            transition: all 0.3s ease;
        }
        .specialization-card-page4:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        .image-container-page4 {
            position: relative;
            
            border-radius: 12px;
        }
        .image-overlay-page4 {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
            padding: 20px;
        }
		
/* Page 5 */

.slide-page5 { 
            position: relative;
            
        }
        .commerce-card-page5 {
            transition: all 0.3s ease;
        }
        .commerce-card-page5:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }		
		
/* Page 6 */

.slide-page6 { 
            position: relative;
            
        }
        .design-card-page6 {
            transition: all 0.3s ease;
        }
        .design-card-page6:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        .image-container-page6 {
            
            border-radius: 12px;
        }
        .image-container-page6 img {
            transition: transform 0.5s ease;
        }
        .image-container-page6:hover img {
            transform: scale(1.05);
        }		
		
/* Page 7 */

.slide-page7 { 
            position: relative;
            
        }
        .field-card-page7 {
            transition: all 0.3s ease;
        }
        .field-card-page7:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }		
		
/* Page 8 */

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

/* Page 9 */

.slide-page9 { 
            position: relative;
            
        }
        .factor-card-page9 {
            transition: all 0.3s ease;
        }
        .factor-card-page9:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
       .factor-card-page9 .icon-circle {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }		
		
/* Footer */ 

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