
        .preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }

        .preloader.fade-out {
            opacity: 0;
            visibility: hidden;
        }

        .wrapper {
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -100px;
            width: 200px;
            height: 200px;
            background-color: transparent;
            border: none;
            -webkit-user-select: none;
        }

        .box-wrap {
            width: 70%;
            height: 70%;
            margin: calc((100% - 70%)/2) calc((100% - 70%)/2);
            position: relative;
            transform: rotate(-45deg);
        }

        .box {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: rgba(135, 0, 0, .6);
            background: linear-gradient(to right, #141562, #486FBC, #EAB5A1, #8DD6FF, #4973C9, #D07CA7, #F4915E, #F5919E, #B46F89, #141562, #486FBC);
            background-position: 0% 50%;
            background-size: 1000% 1000%;
            visibility: hidden;
        }

        .box.one {
            animation: moveGradient 15s infinite, oneMove 3.5s infinite;
        }

        .box.two {
            animation: moveGradient 15s infinite, twoMove 3.5s .15s infinite;
        }

        .box.three {
            animation: moveGradient 15s infinite, threeMove 3.5s .3s infinite;
        }

        .box.four {
            animation: moveGradient 15s infinite, fourMove 3.5s .575s infinite;
        }

        .box.five {
            animation: moveGradient 15s infinite, fiveMove 3.5s .725s infinite;
        }

        .box.six {
            animation: moveGradient 15s infinite, sixMove 3.5s .875s infinite;
        }

        @keyframes moveGradient {
            to {
                background-position: 100% 50%
            }
        }

        @keyframes oneMove {
            0% {
                visibility: visible;
                clip-path: inset(0% 35% 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            14.2857% {
                clip-path: inset(0% 35% 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            28.5714% {
                clip-path: inset(35% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            42.8571% {
                clip-path: inset(35% 70% 35% 0 round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            57.1428% {
                clip-path: inset(35% 70% 35% 0 round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            71.4285% {
                clip-path: inset(0% 70% 70% 0 round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            85.7142% {
                clip-path: inset(0% 70% 70% 0 round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            100% {
                clip-path: inset(0% 35% 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
        }

        @keyframes twoMove {
            0% {
                visibility: visible;
                clip-path: inset(0% 70% 70% 0 round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            14.2857% {
                clip-path: inset(0% 70% 70% 0 round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            28.5714% {
                clip-path: inset(0% 35% 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            42.8571% {
                clip-path: inset(0% 35% 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            57.1428% {
                clip-path: inset(35% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            71.4285% {
                clip-path: inset(35% 70% 35% 0 round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            85.7142% {
                clip-path: inset(35% 70% 35% 0 round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            100% {
                clip-path: inset(0% 70% 70% 0 round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
        }

        @keyframes threeMove {
            0% {
                visibility: visible;
                clip-path: inset(35% 70% 35% 0 round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            14.2857% {
                clip-path: inset(35% 70% 35% 0 round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            28.5714% {
                clip-path: inset(0% 70% 70% 0 round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            42.8571% {
                clip-path: inset(0% 70% 70% 0 round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            57.1428% {
                clip-path: inset(0% 35% 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            71.4285% {
                clip-path: inset(0% 35% 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            85.7142% {
                clip-path: inset(35% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            100% {
                clip-path: inset(35% 70% 35% 0 round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
        }

        @keyframes fourMove {
            0% {
                visibility: visible;
                clip-path: inset(35% 0% 35% 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            14.2857% {
                clip-path: inset(35% 0% 35% 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            28.5714% {
                clip-path: inset(35% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            42.8571% {
                clip-path: inset(70% 35% 0% 35% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            57.1428% {
                clip-path: inset(70% 35% 0% 35% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            71.4285% {
                clip-path: inset(70% 0 0 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            85.7142% {
                clip-path: inset(70% 0 0 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            100% {
                clip-path: inset(35% 0% 35% 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
        }

        @keyframes fiveMove {
            0% {
                visibility: visible;
                clip-path: inset(70% 0 0 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            14.2857% {
                clip-path: inset(70% 0 0 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            28.5714% {
                clip-path: inset(35% 0% 35% 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            42.8571% {
                clip-path: inset(35% 0% 35% 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            57.1428% {
                clip-path: inset(35% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            71.4285% {
                clip-path: inset(70% 35% 0% 35% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            85.7142% {
                clip-path: inset(70% 35% 0% 35% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            100% {
                clip-path: inset(70% 0 0 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
        }

        @keyframes sixMove {
            0% {
                visibility: visible;
                clip-path: inset(70% 35% 0% 35% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            14.2857% {
                clip-path: inset(70% 35% 0% 35% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            28.5714% {
                clip-path: inset(70% 0 0 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            42.8571% {
                clip-path: inset(70% 0 0 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            57.1428% {
                clip-path: inset(35% 0% 35% 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            71.4285% {
                clip-path: inset(35% 0% 35% 70% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            85.7142% {
                clip-path: inset(35% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
            100% {
                clip-path: inset(70% 35% 0% 35% round 5%);
                animation-timing-function: cubic-bezier(0.86,  0,  0.07,  1);
            }
        }

        /* Main page content - initially hidden */
        .page-content {
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }

        .page-content.show {
            opacity: 1;
            visibility: visible;
        }

        /* Rest of the existing styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html, body {
            height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
        }

        body {
            font-family: 'Arial', sans-serif;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }

        /* Navigation */
        nav {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0;
            background-color: rgb(61, 36, 151);
            z-index: 100;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            flex-shrink: 0;
        }

        .logo {
            width: 80px;
            cursor: pointer;
            border-radius: 50%;
        }

        .logo-container {
            display: flex;
            align-items: center;
            gap: 10px;
            padding-left: 30px;
        }

        .logo-container p {
            color: white;
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .logo-link {
            text-decoration: none;
        }

        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
            gap: 5px;
            z-index: 1000;
            padding-right: 30px;
        }

        .hamburger .bar {
            width: 25px;
            height: 3px;
            background-color: white;
            transition: 0.3s;
        }

        .hamburger.active .bar:nth-child(1) {
            transform: rotate(-45deg) translate(-5px, 6px);
        }

        .hamburger.active .bar:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active .bar:nth-child(3) {
            transform: rotate(45deg) translate(-5px, -6px);
        }

        .nav-links {
            position: relative;
        }

        .nav-links ul {
            list-style: none;
            display: flex;
            gap: 20px;
            padding-right: 60px;
            transition: all 0.3s ease;
            margin: 0;
        }

        .nav-links ul li a {
            text-decoration: none;
            color: white;
            font-weight: 500;
            padding: 10px 15px;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        .nav-links ul li a:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        /* Main Content Container */
        .main-container {
            flex: 1;
            display: flex;
            min-height: calc(100vh - 70px);
        }

        /* Left Section - Contact */
        .contact-section {
            width: 70%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .contact-container {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            border-radius: 30px;
            padding: 40px 35px;
            text-align: center;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.2);
            position: relative;
            max-width: 500px;
            width: 90%;
            animation: float 6s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        h1 {
            color: white;
            font-size: 2.5rem;
            margin-bottom: 10px;
            font-weight: 300;
            letter-spacing: 2px;
            animation: glow 2s ease-in-out infinite alternate;
        }

        @keyframes glow {
            from { text-shadow: 0 0 20px rgba(255, 255, 255, 0.5); }
            to { text-shadow: 0 0 30px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.3); }
        }

        .subtitle {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1.1rem;
            margin-bottom: 40px;
            font-weight: 300;
        }

        .social-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 30px;
        }

        .social-link {
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid rgba(255, 255, 255, 0.2);
            border-radius: 20px;
            padding: 20px 15px;
            text-decoration: none;
            color: white;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(10px);
        }

        .social-link:hover {
            transform: translateY(-8px) scale(1.05);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            border-color: rgba(255, 255, 255, 0.6);
        }

        .social-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.6s;
        }

        .social-link:hover::before {
            left: 100%;
        }

        /* Social media brand colors */
        .social-link.facebook:hover .social-icon {
            color: #1877f2;
        }

        .social-link.instagram:hover .social-icon {
            color: #e4405f;
        }

        .social-link.whatsapp:hover .social-icon {
            color: #25d366;
        }

        .social-link.email:hover .social-icon {
            color: #ea4335;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            margin-bottom: 15px;
            transition: all 0.3s ease;
        }

        .social-link:hover .social-icon {
            transform: scale(1.2) rotate(5deg);
        }

        .social-name {
            font-size: 1rem;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .social-handle {
            font-size: 0.8rem;
            opacity: 0.8;
        }

        .floating-shapes {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }

        .shape {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            animation: float-shapes 20s infinite linear;
        }

        .shape:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .shape:nth-child(2) {
            width: 60px;
            height: 60px;
            top: 60%;
            right: 15%;
            animation-delay: -5s;
        }

        .shape:nth-child(3) {
            width: 100px;
            height: 100px;
            top: 80%;
            left: 20%;
            animation-delay: -10s;
        }

        @keyframes float-shapes {
            0% { transform: translateY(0px) rotate(0deg); }
            25% { transform: translateY(-20px) rotate(90deg); }
            50% { transform: translateY(-40px) rotate(180deg); }
            75% { transform: translateY(-20px) rotate(270deg); }
            100% { transform: translateY(0px) rotate(360deg); }
        }

        /* Right Section - Donation */
        .donation-section {
            width: 30%;
            background: linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1)), 
                        url('https://images.unsplash.com/photo-1559027615-cd4628902d4a?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80') center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px 15px;
            position: relative;
        }

        .donation-container {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(20px);
            border-radius: 25px;
            padding: 30px 25px;
            text-align: center;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(255, 255, 255, 0.3);
            max-width: 320px;
            width: 100%;
            animation: pulse-glow 3s ease-in-out infinite;
        }

        @keyframes pulse-glow {
            0%, 100% { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }
            50% { box-shadow: 0 25px 50px rgba(255, 215, 0, 0.4), 0 0 30px rgba(255, 215, 0, 0.2); }
        }

        .donation-title {
            color: #333;
            font-size: 1.8rem;
            margin-bottom: 15px;
            font-weight: 600;
            background: linear-gradient(45deg, #f39c12, #e74c3c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .donation-description {
            color: white;
            font-size: 0.9rem;
            margin-bottom: 25px;
            line-height: 1.5;
        }

        .bank-accounts {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .bank-account {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            padding: 15px 12px;
            border-radius: 15px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .bank-account:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
        }

        .bank-name {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 6px;
            color: #ffd700;
        }

        .account-detail {
            margin: 4px 0;
            font-size: 0.8rem;
        }

        .account-detail strong {
            color: #e8f4fd;
        }

        /* Tablet Responsive */
        @media (max-width: 1024px) and (min-width: 769px) {
            .main-container {
                padding: 0 20px;
            }
            
            .contact-container {
                padding: 30px 25px;
                max-width: none;
                width: 95%;
                margin: 20px auto;
            }
            
            h1 {
                font-size: 2rem;
            }
            
            .social-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .donation-title {
                font-size: 1.5rem;
            }
            
            .donation-description {
                font-size: 0.85rem;
            }
            
            .donation-container {
                max-width: none;
                width: 95%;
                margin: 20px auto;
            }
        }

        @media (max-width: 600px) {
            .contact-container,
            .donation-container {
                padding: 25px 20px;
            }
        }

        .footer {
            background: linear-gradient(135deg, rgb(61, 36, 151) 0%, #4a2c8a 100%);
            color: white;
            padding: 60px 0 0;
            position: relative;
            overflow: hidden;
        }

        .footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="75" cy="75" r="1.5" fill="rgba(255,255,255,0.02)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.04)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
            opacity: 0.1;
            z-index: 1;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
        }

        .footer-main {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 50px;
            margin-bottom: 50px;
        }

        .footer-section h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 25px;
            color: white;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-section h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 3px;
            background: linear-gradient(45deg, #667eea, #764ba2);
            border-radius: 2px;
        }

        .footer-logo-section {
            display: flex;
            flex-direction: column;
        }

        .footer-logo-container {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .footer-logo {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgb(61, 36, 151);
            font-weight: bold;
            font-size: 1.2rem;
            object-fit: cover;
        }

        .footer-logo-text {
            font-size: 2rem;
            font-weight: 700;
            color: white;
        }

        .footer-tagline {
            font-size: 1.1rem;
            font-style: italic;
            color: #e8e8e8;
            margin-bottom: 20px;
        }

        .footer-description {
            color: #d0d0d0;
            line-height: 1.7;
            margin-bottom: 30px;
            font-size: 0.95rem;
        }

        .footer-social {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .footer-social-link {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .footer-social-link:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-3px) scale(1.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

        .footer-social-link.linkedin:hover { background: #0077b5; }
        .footer-social-link.twitter:hover { background: #1da1f2; }
        .footer-social-link.facebook:hover { background: #1877f2; }
        .footer-social-link.instagram:hover { background: linear-gradient(45deg, #f09433, #e6683c); }
        .footer-social-link.telegram:hover { background: #0088cc; }
        .footer-social-link.email:hover { background: #ea4335; }

        .footer-social-link svg {
            width: 20px;
            height: 20px;
            fill: currentColor;
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: #d0d0d0;
            text-decoration: none;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .footer-links a:hover {
            color: white;
            transform: translateX(5px);
        }

        .footer-links a::before {
            content: '▶';
            font-size: 0.6rem;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .footer-links a:hover::before {
            opacity: 1;
        }

        .contact-info {
            list-style: none;
        }

        .contact-info li {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            color: #d0d0d0;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        .contact-icon {
            width: 20px;
            height: 20px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .contact-icon svg {
            width: 12px;
            height: 12px;
            fill: white;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding: 30px 0;
            text-align: center;
        }

        .footer-bottom-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .copyright {
            color: #b0b0b0;
            font-size: 0.9rem;
        }

        /* Footer Responsive */
        @media (max-width: 768px) {
            .footer-main {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .footer-logo-container {
                justify-content: center;
                text-align: center;
            }

            .footer-section {
                text-align: center;
            }

            .footer-section h3::after {
                left: 50%;
                transform: translateX(-50%);
            }

            .footer-social {
                justify-content: center;
            }

            .footer-bottom-content {
                flex-direction: column;
                text-align: center;
            }

            .contact-info li {
                justify-content: center;
                text-align: left;
            }
        }

        @media (max-width: 480px) {
            .footer-content {
                padding: 0 15px;
            }

            .footer {
                padding: 40px 0 0;
            }
        }

        /* Sparkle animation */
        @keyframes sparkle {
            0% {
                opacity: 1;
                transform: scale(0) rotate(0deg);
            }
            100% {
                opacity: 0;
                transform: scale(1) rotate(180deg);
            }
        }

        /* Mobile Responsive */
@media (max-width: 768px) {
    /* Hamburger Menu */
    .hamburger {
        display: flex;
    }
    
    .hamburger.active .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    
    .nav-links ul {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background-color: rgb(61, 36, 151);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 40px 0;
        transition: left 0.3s ease;
        z-index: 999;
    }

    .nav-links ul.show {
        left: 0;
    }

    .nav-links ul li {
        margin: 15px 0;
    }

    .nav-links ul li a {
        font-size: 1.2rem;
        padding: 15px 25px;
    }

    /* Main content adjustments for mobile - STACKED LAYOUT */
    body {
        overflow-y: auto;
    }
    
    .main-container {
        flex-direction: column;
        min-height: auto;
        overflow-y: visible;
    }
    
    .contact-section {
        width: 100%;
        min-height: 100vh;
        padding: 20px;
    }
    
    .donation-section {
        width: 100%;
        min-height: 60vh;
        padding: 20px;
    }

    .contact-container {
        padding: 30px 25px;
        max-width: none;
        width: 95%;
        margin: 20px auto;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    .social-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .donation-title {
        font-size: 1.5rem;
    }
    
    .donation-description {
        font-size: 0.85rem;
    }
    
    .donation-container {
        max-width: none;
        width: 95%;
        margin: 20px auto;
    }
}

@media (max-width: 600px) {
    .contact-container,
    .donation-container {
        padding: 25px 20px;
    }
}

/* Footer Mobile Responsive */
@media (max-width: 768px) {
    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-logo-container {
        justify-content: center;
        text-align: center;
    }

    .footer-section {
        text-align: center;
    }

    .footer-section h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-social {
        justify-content: center;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }

    .contact-info li {
        justify-content: center;
        text-align: left;
    }
}