
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        :root {
            --dark-bg: #0a0a0a;
            --darker-bg: #050505;
            --accent-color: #5a189a;
            --accent-light: #7b2cbf;
            --text-color: #e3e3e3;
            --text-secondary: #e0e0e0;
            --section-bg: rgba(26, 26, 26, 0.9);
            --section-border: rgba(90, 24, 154, 0.3);
        }
        
        body {
            font-family:  Times New Roman, Georgia, serif;
            background-color: var(--dark-bg);
            color: var(--text-color);
            line-height: 1.7;
            background-image: 
                radial-gradient(circle at 10% 20%, rgba(90, 24, 154, 0.1) 0%, transparent 20%),
                radial-gradient(circle at 90% 80%, rgba(123, 44, 191, 0.1) 0%, transparent 20%);
            background-attachment: fixed;
        }
        
        h1, h2, h3, h4 {
            font-family: Times New Roman, Georgia, serif;
            font-weight: 600;
            color: var(--text-color);
            margin-bottom: 1.5rem;
        }
        
        h1 {
            font-size: 2.5rem;
            text-align: center;
            color: var(--accent-light);
            text-shadow: 0 0 10px rgba(123, 44, 191, 0.5);
            margin-bottom: 2rem;
        }
        
        h2 {
            font-size: 2.5rem;
            position: relative;
            padding-bottom: 0.5rem;
            text-align: center;
        }
        
        h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
        }
        
        h3 {
            font-size: 1.3rem;
            color: var(--accent-light);
            margin-bottom: 1rem;
        }
        
        p {
            margin-bottom: 1.2rem;
            font-size: 1.2rem;
            color: var(--text-secondary);
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        

        .grid-container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 4rem;
            padding: 2rem 0;
        }
        
        .mag {
            grid-column: 1 / -1;
            position: relative;
            min-height: 100vh;
            display: grid;
            place-items: center;
            overflow: hidden;
        }
		
       /* 
        .mag-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                linear-gradient(rgba(10, 10, 10, 0.7), rgba(10, 10, 10, 0.9)),
                url('images/magic-table.jpg') center/cover no-repeat;
            z-index: -1;
        }
        */
		
		
		.mag-bg {
    background: linear-gradient(rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.95)),
                radial-gradient(circle at 30% 20%, rgba(90, 24, 154, 0.2) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(123, 44, 191, 0.2) 0%, transparent 50%);
				
				    

    background-image: 
        linear-gradient(rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.95)),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%235a189a' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");


		}
		
		
        .mag-content {
            max-width: 900px;
            padding: 2rem;
            background-color: rgba(5, 5, 5, 0.8);
            border-radius: 10px;
            border: 1px solid var(--section-border);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(5px);
        }
        
        /* Section styling */
        .section {
            background-color: var(--section-bg);
            border-radius: 10px;
            padding: 3rem;
            border: 1px solid var(--section-border);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }
        
        /* Services grid */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }
        
        .service-card {
            background: linear-gradient(145deg, rgba(40, 40, 40, 0.8), rgba(20, 20, 20, 0.9));
            border-radius: 8px;
            padding: 2rem;
            border-left: 4px solid var(--accent-color);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(90, 24, 154, 0.2);
        }
        
        /* Why me */
        .why-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }
        
        .why-card {
            text-align: center;
            padding: 1.5rem;
        }
        
        .why-icon {
            font-size: 2.3rem;
            margin-bottom: 1rem;
            color: var(--accent-light);
        }
        

        .contact-section {
            background: linear-gradient(145deg, rgba(30, 30, 30, 0.9), rgba(10, 10, 10, 0.9));
            border-radius: 10px;
            padding: 3rem;
            text-align: center;
            border: 1px solid var(--section-border);
        }
        
        .contact-info {
            font-size: 1.5rem;
            margin-top: 1.5rem;
            color: var(--accent-light);
        }
        
        .email-link {
            color: var(--accent-light);
            text-decoration: none;
            border-bottom: 1px dotted var(--accent-light);
            transition: color 0.3s ease;
        }
        
        .email-link:hover {
            color: #ffffff;
            border-bottom: 1px solid #ffffff;
        }
        
        /* Full width image sections */
        .full-width-img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 5px;
            margin: 2rem 0;
            border: 1px solid var(--section-border);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        }
        
        /* MEDIA */
        @media (max-width: 768px) {
            h1 {
                font-size: 2.5rem;
            }
            
            h2 {
                font-size: 2rem;
            }
            
            .section {
                padding: 2rem 1.5rem;
            }
            
            .mag-content {
                padding: 1.5rem;
            }
            
            .services-grid, .why-grid {
                grid-template-columns: 1fr;
            }
            
            .full-width-img {
                height: 250px;
            }
        }
        
        @media (max-width: 480px) {
            h1 {
                font-size: 2rem;
            }
            
            h2 {
                font-size: 1.8rem;
            }
            
            .section {
                padding: 1.5rem 1rem;
            }
            
            .grid-container {
                gap: 2rem;
            }
        }
        
        /* Decorative elements */
        .magic-decoration {
            position: fixed;
            width: 100px;
            height: 100px;
            background: radial-gradient(circle, rgba(123, 44, 191, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            z-index: -1;
            animation: float 20s infinite linear;
        }
        
        .decoration-1 {
            top: 10%;
            left: 5%;
            animation-duration: 25s;
        }
        
        .decoration-2 {
            top: 60%;
            right: 10%;
            animation-duration: 30s;
            animation-direction: reverse;
        }
        
        .decoration-3 {
            bottom: 20%;
            left: 15%;
            animation-duration: 35s;
        }
        
        @keyframes float {
            0% {
                transform: translate(0, 0) rotate(0deg);
            }
            25% {
                transform: translate(20px, 20px) rotate(90deg);
            }
            50% {
                transform: translate(0, 40px) rotate(180deg);
            }
            75% {
                transform: translate(-20px, 20px) rotate(270deg);
            }
            100% {
                transform: translate(0, 0) rotate(360deg);
            }
        }
    