<!DOCTYPE html><html lang="ar"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Nutrisynth Group Business Card</title><link rel="stylesheet" href="style.css"><style>/* General styling */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            background: linear-gradient(135deg, #e0f7fa, #80deea);
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            min-height: 100vh;
            margin: 0;
        }

        .welcome {
            text-align: center;
            margin-bottom: 20px;
        }

        .welcome img {
            width: 100px;
            height: auto;
            margin-bottom: 10px;
        }

        .welcome h1 {
            font-size: 1.5em;
            color: #689500;
            font-weight: bold;
        }

        .card {
            background-color: #ffffff;
            border-radius: 15px;
            overflow: hidden;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            max-width: 350px;
            width: 100%;
            padding: 20px;
            margin: 20px;
        }

        .card img {
            width: 80px;
            height: auto;
            border-radius: 50%;
            margin-bottom: 10px;
            border: 3px solid #689500;
        }

        .card h2 {
            font-size: 1.4em;
            color: #689500;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .contact-details {
            text-align: center;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .contact-item {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .contact-item i {
            font-size: 1.4em;
            color: #007BFF;
            margin-right: 10px;
        }

        .contact-item span,
        .contact-item a {
            font-size: 14px;
            color: #333;
        }

        .contact-item a {
            text-decoration: none;
            color: #007BFF;
        }

        .contact-item a:hover {
            text-decoration: underline;
        }

        @media (max-width: 768px) {
            .card {
                max-width: 90%;
            }

            .welcome h1 {
                font-size: 1.2em;
            }
        }
                .save-btn {
            margin-top: 20px;
            background-color: #007BFF;
            color: #ffffff;
            padding: 10px 15px;
            border-radius: 5px;
            text-decoration: none;
            font-size: 14px;
            display: inline-block;
            transition: background-color 0.3s ease;
        }

        .save-btn:hover {
            background-color: #0056b3;
        }

        @media (max-width: 768px) {
            .card {
                max-width: 90%;
            }

            .welcome h1 {
                font-size: 1.2em;
            }
        }</style> <script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/js/all.min.js" crossorigin="anonymous"></script> </head><body data-rsssl=1><div class="welcome"> <img decoding="async" src="https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://nutrisynthgroup.com/wp-content/uploads/2024/10/ns-removebg-preview.png" alt="Welcome Logo"><h1>Nutrisynth Group</h1></div><div class="card"> <img decoding="async" src="https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://nutrisynthgroup.com/wp-content/uploads/2024/10/ns-removebg-preview.png" alt="Company Logo"><h2></h2><div class="contact-details"><div class="contact-item"> <i class="fas fa-user"></i> <span>Dr.Hisham Ghonim</span></div><div class="contact-item"> <i class="fas fa-briefcase"></i> <span>Chief Executive Officer</span></div><div class="contact-item"> <i class="fas fa-phone"></i> <a href="tel:00201044000596">00201044000596</a></div><div class="contact-item"> <i class="fas fa-envelope"></i> <a href="mailto:ceo@nutrisynthgroup.com">ceo@nutrisynthgroup.com</a></div><div class="contact-item"> <i class="fas fa-envelope"></i> <a href="mailto:dr_hishamghonim@outlook.com">dr_hishamghonim@outlook.com</a></div><div class="contact-item"> <i class="fas fa-envelope"></i> <a href="mailto:Info@nutrisynthgroup.com">Info@nutrisynthgroup.com</a></div><div class="contact-item"> <i class="fab fa-whatsapp"></i> <a href="https://wa.me/00201044000596" target="_blank">00201044000596</a></div><div class="contact-item"> <i class="fas fa-link"></i> <a href="https://123.nutrisynthgroup.com/" target="_blank">Website link</a></div> <a class="save-btn" href="?download_vcard=1">حفظ البيانات</a></div> 
 BEGIN:VCARD
VERSION:3.0
TEL;TYPE=WORK,VOICE:00201044000596
EMAIL:ceo@nutrisynthgroup.com
URL:https://123.nutrisynthgroup.com/
END:VCARD