<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Your Trusted Global Oil Supply Partner</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Roboto:wght@300;400&display=swap" rel="stylesheet"/>
<style>
        /* General Styles */
        body {
            font-family: 'Roboto', Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f3f4f6;
            color: #444;
        }
        .container {
            max-width: 700px;
            margin: 30px auto;
            background: #ffffff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        }
        /* Updated Header Styles */
        .header {
            background: linear-gradient(135deg, #0056b3, #00aaff);
            padding: 20px 15px;
            text-align: center;
            color: #ffffff;
            position: relative;
            border-bottom-left-radius: 40px;
            border-bottom-right-radius: 40px;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }
        .header h1 {
            font-family: 'Poppins', sans-serif;
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 5px;
            letter-spacing: 1px;
            text-transform: uppercase;
            line-height: 1.2;
        }
        .header p {
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 400;
            margin-top: 10px;
            letter-spacing: 0.5px;
        }
        .header .tagline {
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            font-weight: 400;
            color: #ffffff;
            background-color: rgba(0, 0, 0, 0.3);
            padding: 8px 16px;
            display: inline-block;
            border-radius: 20px;
            margin-top: 15px;
        }
        /* Content Styles */
        .content {
            padding: 25px;
            line-height: 1.8;
        }
        .content h2 {
            font-family: 'Poppins', sans-serif;
            font-size: 22px;
            color: #0056b3;
            margin-bottom: 10px;
        }
        .content p {
            margin: 15px 0;
            font-family: 'Roboto', sans-serif;
        }
        .content ul {
            margin: 20px 0;
            padding-left: 20px;
            list-style-type: disc;
        }
        .content ul li {
            margin-bottom: 10px;
        }
        .cta {
            text-align: center;
            margin: 30px 0;
        }
        .cta a {
            display: inline-block;
            background-color: #0056b3;
            color: #ffffff;
            text-decoration: none;
            padding: 15px 25px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }
        .cta a:hover {
            background-color: #003a80;
        }
        /* Footer Styles */
        .footer {
            text-align: center;
            padding: 20px;
            background-color: #f8f9fa;
            font-size: 14px;
            color: #666666;
        }
        .footer a {
            color: #0056b3;
            text-decoration: none;
        }
        .footer .social-icons {
            margin: 10px 0;
        }
        .footer .social-icons a {
            margin: 0 5px;
            text-decoration: none;
            color: #0056b3;
            font-size: 18px;
        }
        @media only screen and (max-width: 650px) {
            .container {
                width: 90%;
            }
            .header h1 {
                font-size: 24px;
            }
            .header p {
                font-size: 14px;
            }
            .header .tagline {
                font-size: 14px;
            }
        }
    </style>
</head>
<body>
<div class="container">
<!-- Header -->
<div class="header">
<h1>Your Trusted Global Oil Supply Partner</h1>
<p>Ensuring Reliable Energy Solutions Tailored to Your Needs</p>
<span class="tagline">Reliable, Efficient, Global</span>
</div>
<!-- Content -->
<div class="content">
<h2>Why Partner with NFIS Oil and Gas?</h2>
<p>At <strong>NFIS Oil and Gas</strong>, we understand the challenges businesses face in maintaining a reliable energy supply. We specialize in delivering high-quality oil and petroleum products directly to your preferred location, ensuring uninterrupted service and operational efficiency.</p>
<ul>
<li><strong>Global Reach:</strong> Trusted by businesses in major markets worldwide.</li>
<li><strong>Custom Solutions:</strong> Flexible agreements tailored to your unique needs.</li>
<li><strong>Competitive Edge:</strong> Enhance your supply chain with reduced lead times and dependable service.</li>
</ul>
<p>Our clients have achieved significant operational improvements, including a 25% reduction in lead times, through partnerships that prioritize reliability and efficiency.</p>
<h2>Our Product Portfolio</h2>
<p>We supply a wide range of high-demand petroleum products, including:</p>
<ul>
<li>EN590, D2 Diesel, Jet Fuel, LNG, LPG</li>
<li>Urea 46%, Mazut, Bitumen, Petcoke</li>
<li>Crude Oil and Specialty Lubricants</li>
</ul>
<p>Whether you're sourcing bulk fuels or industrial-grade petroleum, NFIS Oil and Gas has the expertise to meet your procurement goals.</p>
<!-- Call to Action -->
<div class="cta">
<a href="mailto:oilmandate@zulmaabreu.org"> Schedule a Free Consultation Today</a>
</div>
</div>
<!-- Footer -->
<div class="footer">
<p>© 2025 NFIS Oil and Gas. All Rights Reserved.</p>
<div class="social-icons">
<a href="#">🌐</a>
<a href="#">🐦</a>
<a href="#">💼</a>
</div>
<p><a href="#">Privacy Policy</a> | <a href="#">Unsubscribe</a></p>
<p>NFIS Oil and Gas | Doha, Qatar | <a href="mailto:oilmandate@zulmaabreu.org">oilmandate@zulmaabreu.org</a></p>
</div>
</div>
</body>
</html>