  .footer {
            background: #1a1a1a;
            padding: 40px 20px;
            text-align: center;
            color: white;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-company {
            font-family: 'Cormorant', serif;
            font-size: 1.5rem;
            font-weight: 600;
            color: #4CAF50;
            margin-bottom: 15px;
            letter-spacing: 1px;
        }

        .footer-copyright {
            font-family: 'Calibri', sans-serif;
            font-size: 0.9rem;
            color: #ccc;
            margin-bottom: 5px;
        }

        .footer-rights {
            font-family: 'Calibri', sans-serif;
            font-size: 0.9rem;
            color: #ccc;
        }
