384 lines
30 KiB
HTML
384 lines
30 KiB
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html lang="en">
|
|||
|
|
<head>
|
|||
|
|
<meta charset="UTF-8">
|
|||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|||
|
|
<title>nile_cruise_visa_details</title>
|
|||
|
|
<link rel="stylesheet" href="style.css" />
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<div class="nav-1-wrapper"><nav class="nav-1-navbar"><div class="nav-1-logo">Visa2Egypt</div><ul class="nav-1-nav-links"><li><a href="home.html">Home</a></li><li><a href="about.html">Visa Types</a></li><li><a href="contact.html">Requirements</a></li><li><a href="services.html">Processing</a></li><li><a href="faq.html">FAQ</a></li><li class="nav-1-dropdown"><a href="#">Resources<i class="fas fa-chevron-down"><i class="fas fa-chevron-down">🔽</i></i></a></li></ul><div class="nav-1-nav-actions"><button class="nav-1-btn nav-1-outline">Track Visa</button><button class="nav-1-btn nav-1-solid">Apply Now</button></div></nav></div>
|
|||
|
|
<div class="text-2-wrapper"><section class="text-2-section"><p class="text-2-tagline">Pharaoh-Approved Processing</p><h2 class="text-2-heading">Apply for Your Egypt Visa Online – Fast & Secure</h2><p class="text-2-description">Government-approved processing with 24/7 support. Explore the land of Pharaohs with confidence.</p><div class="text-2-button-group"><button class="text-2-btn text-2-solid">Start Your Application</button><button class="text-2-btn text-2-outline">Explore Visa Types</button></div></section></div>
|
|||
|
|
<section id="visa-overview" class="py-12 md:py-20 bg-deep-blue text-white">
|
|||
|
|
<div class="container mx-auto px-4">
|
|||
|
|
<h2 class="text-4xl md:text-5xl font-cairo text-center text-egyptian-gold mb-4 relative z-10 after:absolute after:bottom-0 after:left-1/2 after:-translate-x-1/2 after:w-24 after:h-1 after:bg-egyptian-gold after:rounded-full after:z-0 pb-6">
|
|||
|
|
Your Egypt Visa Journey Starts Here
|
|||
|
|
</h2>
|
|||
|
|
<p class="text-lg md:text-xl text-center max-w-3xl mx-auto mb-12 opacity-90 font-open-sans">
|
|||
|
|
Explore the diverse visa options tailored for your Egyptian adventure,
|
|||
|
|
whether it's for tourism, business, or archaeological exploration.
|
|||
|
|
</p>
|
|||
|
|
|
|||
|
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mb-16">
|
|||
|
|
<!-- Visa Service Card 1: Tourist Visa -->
|
|||
|
|
<div class="visa-card bg-white p-6 rounded-lg shadow-lg text-deep-blue transform hover:-translate-y-2 transition-transform duration-300 relative overflow-hidden group">
|
|||
|
|
<div class="absolute inset-0 bg-egyptian-gold opacity-10 rounded-lg transform scale-x-0 group-hover:scale-x-100 transition-transform duration-300 origin-left"></div>
|
|||
|
|
<div class="relative z-10">
|
|||
|
|
<div class="icon-placeholder w-16 h-16 bg-egyptian-gold rounded-full flex items-center justify-center mb-4 mx-auto md:mx-0">
|
|||
|
|
<img src="placeholder-tourist-icon.svg" alt="Tourist Visa Icon" class="w-10 h-10 filter brightness-0 invert" aria-hidden="true">
|
|||
|
|
</div>
|
|||
|
|
<h3 class="text-2xl font-cairo text-center md:text-left text-deep-blue mb-2">Tourist Visa</h3>
|
|||
|
|
<p class="text-sm font-open-sans text-gray-700 text-center md:text-left mb-4">
|
|||
|
|
Ideal for vacations, cultural tours, and exploring ancient sites.
|
|||
|
|
</p>
|
|||
|
|
<ul class="text-sm font-open-sans text-gray-800 space-y-2 mb-4">
|
|||
|
|
<li class="flex items-center"><span class="w-2 h-2 rounded-full bg-egyptian-gold mr-2"></span> Processing: <span class="font-semibold ml-1">2-3 Business Days</span></li>
|
|||
|
|
<li class="flex items-center"><span class="w-2 h-2 rounded-full bg-egyptian-gold mr-2"></span> Validity: <span class="font-semibold ml-1">Up to 90 Days</span></li>
|
|||
|
|
<li class="flex items-center"><span class="w-2 h-2 rounded-full bg-egyptian-gold mr-2"></span> Fees: <span class="font-semibold ml-1">From $30 USD</span></li>
|
|||
|
|
</ul>
|
|||
|
|
<a href="#apply" class="block w-full py-2 px-4 bg-egyptian-gold text-white text-center rounded-md hover:bg-opacity-90 transition-colors duration-300 font-semibold mt-4">Learn More</a>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<!-- Visa Service Card 2: Business Visa -->
|
|||
|
|
<div class="visa-card bg-white p-6 rounded-lg shadow-lg text-deep-blue transform hover:-translate-y-2 transition-transform duration-300 relative overflow-hidden group">
|
|||
|
|
<div class="absolute inset-0 bg-egyptian-gold opacity-10 rounded-lg transform scale-x-0 group-hover:scale-x-100 transition-transform duration-300 origin-left"></div>
|
|||
|
|
<div class="relative z-10">
|
|||
|
|
<div class="icon-placeholder w-16 h-16 bg-egyptian-gold rounded-full flex items-center justify-center mb-4 mx-auto md:mx-0">
|
|||
|
|
<img src="placeholder-business-icon.svg" alt="Business Visa Icon" class="w-10 h-10 filter brightness-0 invert" aria-hidden="true">
|
|||
|
|
</div>
|
|||
|
|
<h3 class="text-2xl font-cairo text-center md:text-left text-deep-blue mb-2">Business Visa</h3>
|
|||
|
|
<p class="text-sm font-open-sans text-gray-700 text-center md:text-left mb-4">
|
|||
|
|
For conferences, meetings, and professional engagements.
|
|||
|
|
</p>
|
|||
|
|
<ul class="text-sm font-open-sans text-gray-800 space-y-2 mb-4">
|
|||
|
|
<li class="flex items-center"><span class="w-2 h-2 rounded-full bg-egyptian-gold mr-2"></span> Processing: <span class="font-semibold ml-1">3-5 Business Days</span></li>
|
|||
|
|
<li class="flex items-center"><span class="w-2 h-2 rounded-full bg-egyptian-gold mr-2"></span> Validity: <span class="font-semibold ml-1">Up to 6 Months</span></li>
|
|||
|
|
<li class="flex items-center"><span class="w-2 h-2 rounded-full bg-egyptian-gold mr-2"></span> Fees: <span class="font-semibold ml-1">From $50 USD</span></li>
|
|||
|
|
</ul>
|
|||
|
|
<a href="#apply" class="block w-full py-2 px-4 bg-egyptian-gold text-white text-center rounded-md hover:bg-opacity-90 transition-colors duration-300 font-semibold mt-4">Learn More</a>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<!-- Visa Service Card 3: Nile Cruise Visa -->
|
|||
|
|
<div class="visa-card bg-white p-6 rounded-lg shadow-lg text-deep-blue transform hover:-translate-y-2 transition-transform duration-300 relative overflow-hidden group">
|
|||
|
|
<div class="absolute inset-0 bg-egyptian-gold opacity-10 rounded-lg transform scale-x-0 group-hover:scale-x-100 transition-transform duration-300 origin-left"></div>
|
|||
|
|
<div class="relative z-10">
|
|||
|
|
<div class="icon-placeholder w-16 h-16 bg-egyptian-gold rounded-full flex items-center justify-center mb-4 mx-auto md:mx-0">
|
|||
|
|
<img src="placeholder-cruise-icon.svg" alt="Nile Cruise Visa Icon" class="w-10 h-10 filter brightness-0 invert" aria-hidden="true">
|
|||
|
|
</div>
|
|||
|
|
<h3 class="text-2xl font-cairo text-center md:text-left text-deep-blue mb-2">Nile Cruise Visa</h3>
|
|||
|
|
<p class="text-sm font-open-sans text-gray-700 text-center md:text-left mb-4">
|
|||
|
|
Specific requirements for travelers entering via Nile cruise ships.
|
|||
|
|
</p>
|
|||
|
|
<ul class="text-sm font-open-sans text-gray-800 space-y-2 mb-4">
|
|||
|
|
<li class="flex items-center"><span class="w-2 h-2 rounded-full bg-egyptian-gold mr-2"></span> Processing: <span class="font-semibold ml-1">2-4 Business Days</span></li>
|
|||
|
|
<li class="flex items-center"><span class="w-2 h-2 rounded-full bg-egyptian-gold mr-2"></span> Validity: <span class="font-semibold ml-1">Up to 30 Days</span></li>
|
|||
|
|
<li class="flex items-center"><span class="w-2 h-2 rounded-full bg-egyptian-gold mr-2"></span> Fees: <span class="font-semibold ml-1">From $35 USD</span></li>
|
|||
|
|
</ul>
|
|||
|
|
<a href="#apply" class="block w-full py-2 px-4 bg-egyptian-gold text-white text-center rounded-md hover:bg-opacity-90 transition-colors duration-300 font-semibold mt-4">Learn More</a>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<!-- Visa Service Card 4: Archaeology Permit -->
|
|||
|
|
<div class="visa-card bg-white p-6 rounded-lg shadow-lg text-deep-blue transform hover:-translate-y-2 transition-transform duration-300 relative overflow-hidden group">
|
|||
|
|
<div class="absolute inset-0 bg-egyptian-gold opacity-10 rounded-lg transform scale-x-0 group-hover:scale-x-100 transition-transform duration-300 origin-left"></div>
|
|||
|
|
<div class="relative z-10">
|
|||
|
|
<div class="icon-placeholder w-16 h-16 bg-egyptian-gold rounded-full flex items-center justify-center mb-4 mx-auto md:mx-0">
|
|||
|
|
<img src="placeholder-archaeology-icon.svg" alt="Archaeology Permit Icon" class="w-10 h-10 filter brightness-0 invert" aria-hidden="true">
|
|||
|
|
</div>
|
|||
|
|
<h3 class="text-2xl font-cairo text-center md:text-left text-deep-blue mb-2">Archaeology Permit</h3>
|
|||
|
|
<p class="text-sm font-open-sans text-gray-700 text-center md:text-left mb-4">
|
|||
|
|
Specialized permit for researchers and excavation teams.
|
|||
|
|
</p>
|
|||
|
|
<ul class="text-sm font-open-sans text-gray-800 space-y-2 mb-4">
|
|||
|
|
<li class="flex items-center"><span class="w-2 h-2 rounded-full bg-egyptian-gold mr-2"></span> Processing: <span class="font-semibold ml-1">7-10 Business Days</span></li>
|
|||
|
|
<li class="flex items-center"><span class="w-2 h-2 rounded-full bg-egyptian-gold mr-2"></span> Validity: <span class="font-semibold ml-1">Varies per Project</span></li>
|
|||
|
|
<li class="flex items-center"><span class="w-2 h-2 rounded-full bg-egyptian-gold mr-2"></span> Fees: <span class="font-semibold ml-1">Custom Quote</span></li>
|
|||
|
|
</ul>
|
|||
|
|
<a href="#apply" class="block w-full py-2 px-4 bg-egyptian-gold text-white text-center rounded-md hover:bg-opacity-90 transition-colors duration-300 font-semibold mt-4">Learn More</a>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="application-process text-center md:text-left mb-16">
|
|||
|
|
<h3 class="text-3xl md:text-4xl font-cairo text-egyptian-gold mb-8 relative z-10 after:absolute after:bottom-0 after:left-1/2 md:after:left-0 after:-translate-x-1/2 md:after:translate-x-0 after:w-20 after:h-1 after:bg-egyptian-gold after:rounded-full after:z-0 pb-6">
|
|||
|
|
Your Journey to Egypt in 3 Simple Steps
|
|||
|
|
</h3>
|
|||
|
|
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
|||
|
|
<!-- Step 1 -->
|
|||
|
|
<div class="step-item bg-white p-6 rounded-lg shadow-lg text-deep-blue flex flex-col items-center md:items-start text-center md:text-left relative overflow-hidden group">
|
|||
|
|
<div class="absolute inset-0 bg-egyptian-gold opacity-10 rounded-lg transform scale-x-0 group-hover:scale-x-100 transition-transform duration-300 origin-left"></div>
|
|||
|
|
<div class="relative z-10">
|
|||
|
|
<div class="step-icon w-12 h-12 bg-egyptian-gold rounded-full flex items-center justify-center text-white text-2xl font-bold mb-4">1</div>
|
|||
|
|
<h4 class="text-xl font-cairo text-deep-blue mb-2">Complete Online Form</h4>
|
|||
|
|
<p class="text-md font-open-sans text-gray-700">
|
|||
|
|
Our intuitive 10-minute application guides you through every detail effortlessly.
|
|||
|
|
</p>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<!-- Step 2 -->
|
|||
|
|
<div class="step-item bg-white p-6 rounded-lg shadow-lg text-deep-blue flex flex-col items-center md:items-start text-center md:text-left relative overflow-hidden group">
|
|||
|
|
<div class="absolute inset-0 bg-egyptian-gold opacity-10 rounded-lg transform scale-x-0 group-hover:scale-x-100 transition-transform duration-300 origin-left"></div>
|
|||
|
|
<div class="relative z-10">
|
|||
|
|
<div class="step-icon w-12 h-12 bg-egyptian-gold rounded-full flex items-center justify-center text-white text-2xl font-bold mb-4">2</div>
|
|||
|
|
<h4 class="text-xl font-cairo text-deep-blue mb-2">Upload Required Documents</h4>
|
|||
|
|
<p class="text-md font-open-sans text-gray-700">
|
|||
|
|
Securely upload your passport, photo, and itinerary with our AI-powered checker.
|
|||
|
|
</p>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<!-- Step 3 -->
|
|||
|
|
<div class="step-item bg-white p-6 rounded-lg shadow-lg text-deep-blue flex flex-col items-center md:items-start text-center md:text-left relative overflow-hidden group">
|
|||
|
|
<div class="absolute inset-0 bg-egyptian-gold opacity-10 rounded-lg transform scale-x-0 group-hover:scale-x-100 transition-transform duration-300 origin-left"></div>
|
|||
|
|
<div class="relative z-10">
|
|||
|
|
<div class="step-icon w-12 h-12 bg-egyptian-gold rounded-full flex items-center justify-center text-white text-2xl font-bold mb-4">3</div>
|
|||
|
|
<h4 class="text-xl font-cairo text-deep-blue mb-2">Receive Your E-Visa</h4>
|
|||
|
|
<p class="text-md font-open-sans text-gray-700">
|
|||
|
|
Get your government-approved e-visa directly via email in 24-72 hours.
|
|||
|
|
</p>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="text-center">
|
|||
|
|
<a href="#apply-now" class="inline-block bg-egyptian-gold text-white text-xl md:text-2xl font-cairo py-4 px-10 rounded-full shadow-lg hover:bg-opacity-90 transition-colors duration-300 transform hover:scale-105">
|
|||
|
|
Start Your Egypt Visa Application Today
|
|||
|
|
</a>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</section>
|
|||
|
|
<section class="eligibility-section">
|
|||
|
|
<div class="container">
|
|||
|
|
<h2 class="section-title">Eligibility Requirements for Your Egypt Visa</h2>
|
|||
|
|
<p class="section-intro">
|
|||
|
|
To ensure a seamless and successful visa application, it's crucial to meet all the necessary requirements. Below is a comprehensive guide to the documents and criteria needed for various visa types. Our "Pharaoh-approved processing" ensures compliance and speed.
|
|||
|
|
</p>
|
|||
|
|
|
|||
|
|
<div class="requirements-layout">
|
|||
|
|
<article class="card general-requirements">
|
|||
|
|
<h3 class="card-title">General Requirements for All Applicants</h3>
|
|||
|
|
<ul class="requirement-list">
|
|||
|
|
<li class="list-item">
|
|||
|
|
<h4 class="list-item-title">Valid Passport</h4>
|
|||
|
|
<p class="list-item-description">Original passport with at least 6 months validity from your intended date of entry into Egypt, and at least two blank pages for stamps.</p>
|
|||
|
|
</li>
|
|||
|
|
<li class="list-item">
|
|||
|
|
<h4 class="list-item-title">Recent Passport-Sized Photo</h4>
|
|||
|
|
<p class="list-item-description">One recent (taken within the last 6 months) color photo, 2x2 inches, against a white background, full face view directly facing the camera. Ensure no shadows and a neutral expression.</p>
|
|||
|
|
</li>
|
|||
|
|
<li class="list-item">
|
|||
|
|
<h4 class="list-item-title">Completed Visa Application Form</h4>
|
|||
|
|
<p class="list-item-description">Duly filled and signed application form. This can be completed online through our secure portal in an easy 10-minute process.</p>
|
|||
|
|
</li>
|
|||
|
|
<li class="list-item">
|
|||
|
|
<h4 class="list-item-title">Travel Itinerary</h4>
|
|||
|
|
<p class="list-item-description">Confirmed flight reservations (round trip) and detailed accommodation information (hotel bookings or invitation from host).</p>
|
|||
|
|
</li>
|
|||
|
|
<li class="list-item">
|
|||
|
|
<h4 class="list-item-title">Proof of Sufficient Funds</h4>
|
|||
|
|
<p class="list-item-description">Bank statements or other financial documents proving you have sufficient funds to cover your stay in Egypt. This ensures a seamless application.</p>
|
|||
|
|
</li>
|
|||
|
|
</ul>
|
|||
|
|
</article>
|
|||
|
|
|
|||
|
|
<div class="visa-type-breakdown">
|
|||
|
|
<h3 class="card-title">Specific Requirements by Visa Type</h3>
|
|||
|
|
<div class="type-cards-grid">
|
|||
|
|
<article class="card specific-visa-type">
|
|||
|
|
<h4 class="card-subtitle">Tourist Visa</h4>
|
|||
|
|
<ul class="requirement-list compact">
|
|||
|
|
<li class="list-item">Return flight ticket confirmation.</li>
|
|||
|
|
<li class="list-item">Hotel booking confirmation or a formal letter of invitation from a host in Egypt.</li>
|
|||
|
|
<li class="list-item">Purpose of travel strictly limited to tourism, visiting family, or leisure.</li>
|
|||
|
|
</ul>
|
|||
|
|
</article>
|
|||
|
|
|
|||
|
|
<article class="card specific-visa-type">
|
|||
|
|
<h4 class="card-subtitle">Business Visa</h4>
|
|||
|
|
<ul class="requirement-list compact">
|
|||
|
|
<li class="list-item">Official invitation letter from an Egyptian company, detailing the purpose and duration of the business visit.</li>
|
|||
|
|
<li class="list-item">Copy of the inviting Egyptian company's registration documents.</li>
|
|||
|
|
<li class="list-item">Letter from your employer stating the purpose of your trip, role, and guaranteeing financial responsibility.</li>
|
|||
|
|
</ul>
|
|||
|
|
</article>
|
|||
|
|
|
|||
|
|
<article class="card specific-visa-type">
|
|||
|
|
<h4 class="card-subtitle">Nile Cruise Visa</h4>
|
|||
|
|
<ul class="requirement-list compact">
|
|||
|
|
<li class="list-item">Confirmed Nile cruise booking details, including the full itinerary and passenger names.</li>
|
|||
|
|
<li class="list-item">Proof of onward travel after the cruise (if applicable).</li>
|
|||
|
|
<li class="list-item">Valid travel insurance covering the entire duration of your cruise in Egypt.</li>
|
|||
|
|
</ul>
|
|||
|
|
</article>
|
|||
|
|
|
|||
|
|
<article class="card specific-visa-type">
|
|||
|
|
<h4 class="card-subtitle">Archaeology Permit</h4>
|
|||
|
|
<ul class="requirement-list compact">
|
|||
|
|
<li class="list-item">Detailed research proposal or project outline approved by a relevant institution.</li>
|
|||
|
|
<li class="list-item">Letter of affiliation or sponsorship from an academic/research institution.</li>
|
|||
|
|
<li class="list-item">Curriculum Vitae (CV) and academic credentials highlighting relevant experience.</li>
|
|||
|
|
<li class="list-item">Specific permission or endorsement from the Ministry of Antiquities (if your project requires direct interaction with sites).</li>
|
|||
|
|
</ul>
|
|||
|
|
</article>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="important-notes-section">
|
|||
|
|
<h3 class="notes-title">Important Notes & Disclaimer</h3>
|
|||
|
|
<ul class="notes-list">
|
|||
|
|
<li>All documents must be in English or Arabic, or accompanied by a certified translation.</li>
|
|||
|
|
<li>Additional documents may be requested by the Egyptian authorities during the visa processing period.</li>
|
|||
|
|
<li>Visa processing times are estimates and may vary based on the embassy workload and specific circumstances. We recommend applying well in advance.</li>
|
|||
|
|
<li>For the most up-to-date and official information, always refer to the Egyptian Ministry of Foreign Affairs or your local Egyptian embassy/consulate.</li>
|
|||
|
|
<li>Our AI Chatbot "Nefertari" and Document Hub can assist you with common queries and document checks.</li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="cta-area">
|
|||
|
|
<p class="cta-text">Unsure about your visa type or specific requirements? Our Visa Wizard will guide you!</p>
|
|||
|
|
<a href="#" class="button button-primary">Check Your Eligibility with Our Visa Wizard</a>
|
|||
|
|
<a href="#" class="button button-secondary">Start Your Application Now</a>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</section>
|
|||
|
|
<section id="required-documents" class="section-padding">
|
|||
|
|
<div class="container">
|
|||
|
|
<h2 class="section-title text-center">Required Documents for Your Egypt Visa</h2>
|
|||
|
|
<p class="section-subtitle text-center">To ensure a seamless application process, please prepare the following documents according to the specifications below. Our AI-powered Document Hub can assist with compliance checks.</p>
|
|||
|
|
|
|||
|
|
<div class="documents-grid">
|
|||
|
|
|
|||
|
|
<div class="document-card">
|
|||
|
|
<div class="card-header">
|
|||
|
|
<span class="icon-placeholder"></span>
|
|||
|
|
<h3 class="document-title">Valid Passport</h3>
|
|||
|
|
</div>
|
|||
|
|
<div class="card-body">
|
|||
|
|
<p>Your passport must meet specific criteria for visa eligibility:</p>
|
|||
|
|
<ul class="document-specs-list">
|
|||
|
|
<li><strong>Validity:</strong> At least 6 months beyond your intended stay in Egypt.</li>
|
|||
|
|
<li><strong>Blank Pages:</strong> Minimum of two blank pages for visa stamps.</li>
|
|||
|
|
<li><strong>Scanned Copy:</strong> A clear, full-page scan of your passport's bio-data page. Ensure no glare or obstruction.</li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="document-card">
|
|||
|
|
<div class="card-header">
|
|||
|
|
<span class="icon-placeholder"></span>
|
|||
|
|
<h3 class="document-title">Recent Passport-Sized Photograph</h3>
|
|||
|
|
</div>
|
|||
|
|
<div class="card-body">
|
|||
|
|
<p>A digital photograph meeting international standards:</p>
|
|||
|
|
<ul class="document-specs-list">
|
|||
|
|
<li><strong>Recency:</strong> Taken within the last 6 months.</li>
|
|||
|
|
<li><strong>Background:</strong> Plain white or off-white background.</li>
|
|||
|
|
<li><strong>Expression:</strong> Neutral facial expression, direct to camera.</li>
|
|||
|
|
<li><strong>Quality:</strong> High resolution, no shadows, and natural color.</li>
|
|||
|
|
<li><strong>Format:</strong> JPEG/PNG, file size typically under 200KB.</li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="document-card">
|
|||
|
|
<div class="card-header">
|
|||
|
|
<span class="icon-placeholder"></span>
|
|||
|
|
<h3 class="document-title">Confirmed Travel Itinerary</h3>
|
|||
|
|
</div>
|
|||
|
|
<div class="card-body">
|
|||
|
|
<p>Proof of your travel plans to and from Egypt:</p>
|
|||
|
|
<ul class="document-specs-list">
|
|||
|
|
<li><strong>Flight Bookings:</strong> Round-trip airline tickets or confirmed travel bookings.</li>
|
|||
|
|
<li><strong>Accommodation:</strong> Hotel reservations for your entire stay or a letter of invitation from a host.</li>
|
|||
|
|
<li><strong>Dates:</strong> Ensure the itinerary dates align with your visa application period.</li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="document-card">
|
|||
|
|
<div class="card-header">
|
|||
|
|
<span class="icon-placeholder"></span>
|
|||
|
|
<h3 class="document-title">Completed Visa Application Form</h3>
|
|||
|
|
</div>
|
|||
|
|
<div class="card-body">
|
|||
|
|
<p>The online application form must be filled out accurately:</p>
|
|||
|
|
<ul class="document-specs-list">
|
|||
|
|
<li><strong>Accuracy:</strong> All fields completed truthfully and accurately.</li>
|
|||
|
|
<li><strong>Signatures:</strong> Duly signed where required (for physical applications or declarations).</li>
|
|||
|
|
<li><strong>Confirmation:</strong> For online applications, the confirmation page or reference number.</li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="document-card">
|
|||
|
|
<div class="card-header">
|
|||
|
|
<span class="icon-placeholder"></span>
|
|||
|
|
<h3 class="document-title">Proof of Funds (If Applicable)</h3>
|
|||
|
|
</div>
|
|||
|
|
<div class="card-body">
|
|||
|
|
<p>Evidence of sufficient financial means for your trip:</p>
|
|||
|
|
<ul class="document-specs-list">
|
|||
|
|
<li><strong>Bank Statements:</strong> Recent bank statements (last 3-6 months).</li>
|
|||
|
|
<li><strong>Sponsorship Letter:</strong> If sponsored, a letter from your sponsor with proof of their funds.</li>
|
|||
|
|
<li><strong>Credit Card Statements:</strong> Copies of major credit cards with available limits.</li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="document-card">
|
|||
|
|
<div class="card-header">
|
|||
|
|
<span class="icon-placeholder"></span>
|
|||
|
|
<h3 class="document-title">Invitation Letter (Business/Visit Visas)</h3>
|
|||
|
|
</div>
|
|||
|
|
<div class="card-body">
|
|||
|
|
<p>For specific visa types, an official invitation may be required:</p>
|
|||
|
|
<ul class="document-specs-list">
|
|||
|
|
<li><strong>From Host:</strong> Letter from an Egyptian individual or registered company.</li>
|
|||
|
|
<li><strong>Content:</strong> Must state the purpose of visit, duration, and host's contact details.</li>
|
|||
|
|
<li><strong>Company Details:</strong> For business visas, include company registration details.</li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="text-center cta-area">
|
|||
|
|
<p class="cta-text">Unsure if your documents meet the requirements? Use our advanced tool:</p>
|
|||
|
|
<a href="#" class="button button-primary">Access Document Hub for AI Checks</a>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</section>
|
|||
|
|
<div class="steps-wrapper"><h2 class="steps-title">Your Journey to Egypt in 3 Steps</h2><p class="steps-subtitle">Experience Pharaoh-approved processing. Our seamless application process makes securing your Egypt visa effortless and efficient, so you can focus on your adventure.</p><div class="steps-grid"><div class="step"><div class="step-icon">1</div><h3 class="step-title">Complete Your Secure Online Form</h3><p class="step-desc">Our intuitive 10-minute application guides you through each field, ensuring accuracy and compliance for a smooth start to your journey.</p></div><div class="step"><div class="step-icon">2</div><h3 class="step-title">Effortlessly Upload Your Documents</h3><p class="step-desc">Securely upload required documents like your passport, photo, and itinerary. Our system offers AI-powered checks for quick validation.</p></div><div class="step"><div class="step-icon">3</div><h3 class="step-title">Receive Your E-Visa & Explore</h3><p class="step-desc">Your approved e-visa will be delivered directly to your email in 24-72 hours, ready for you to embark on your Egyptian adventure with confidence.</p></div></div></div>
|
|||
|
|
<section id="apply-now-section" class="apply-now-section">
|
|||
|
|
<div class="container">
|
|||
|
|
<h2 class="section-title">Ready to Explore the Land of Pharaohs?</h2>
|
|||
|
|
<p class="section-description">Embark on your journey to Egypt with our streamlined, secure, and government-approved visa application process. Your adventure begins here.</p>
|
|||
|
|
|
|||
|
|
<div class="apply-steps-summary">
|
|||
|
|
<div class="step-card">
|
|||
|
|
<span class="step-icon icon-form"></span>
|
|||
|
|
<h3 class="step-title">Complete Your Easy Form</h3>
|
|||
|
|
<p class="step-detail">Just 10 minutes to fill out our intuitive online application.</p>
|
|||
|
|
</div>
|
|||
|
|
<div class="step-card">
|
|||
|
|
<span class="step-icon icon-upload"></span>
|
|||
|
|
<h3 class="step-title">Upload Required Documents</h3>
|
|||
|
|
<p class="step-detail">Securely submit your passport, photo, and itinerary.</p>
|
|||
|
|
</div>
|
|||
|
|
<div class="step-card">
|
|||
|
|
<span class="step-icon icon-receive"></span>
|
|||
|
|
<h3 class="step-title">Receive Your E-Visa</h3>
|
|||
|
|
<p class="step-detail">Get your approved visa delivered to your email in 24–72 hours.</p>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<a href="#start-application-form" class="cta-button gold-button sand-dune-hover">Start Your Application Now</a>
|
|||
|
|
<p class="cta-subtext">Trusted by thousands of travelers and explorers worldwide.</p>
|
|||
|
|
</div>
|
|||
|
|
</section>
|
|||
|
|
<div class="footer-2-wrapper"><section class="footer-2-section"><div class="footer-2-top"><div class="footer-2-left"><h3 class="logo">Visa2Egypt</h3><p><strong>Address:</strong><br></br><span>Level 1, 12 Sample St, Sydney NSW 2000</span></p><p><strong>Contact:</strong><br></br><span>1800 123 4567</span><br></br><a href="mailto:support@visa2egypt.com">support@visa2egypt.com</a></p><div class="footer-2-social-icons"><i class="fab fa-facebook"></i><i class="fab fa-instagram"></i><i class="fab fa-x-twitter"></i><i class="fab fa-linkedin"></i><i class="fab fa-youtube"></i></div></div><div class="footer-2-links-columns"><ul><li><a href="#">Visa Types</a></li><li><a href="#">Requirements</a></li><li><a href="#">Processing</a></li><li><a href="#">FAQ</a></li><li><a href="#">Track Application</a></li></ul><ul><li><a href="#">About Us</a></li><li><a href="#">Contact Us</a></li><li><a href="#">Blog: Exploring Ancient Egypt</a></li><li><a href="#">Partnerships</a></li><li><a href="#">Careers</a></li></ul></div></div><div class="footer-2-bottom"><p>© 2024 Visa2Egypt. All rights reserved.</p><ul class="footer-2-links"><li><a href="#">Privacy Policy</a></li><li><a href="#">Terms of Service</a></li><li><a href="#">Cookie Policy</a></li></ul></div></section></div>
|
|||
|
|
</body>
|
|||
|
|
</html>
|