From 799859f506f8b7f541582e51f2ad20319f65efbd Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Sat, 31 May 2025 07:49:43 +0000 Subject: [PATCH] Build_Site --- apply_now.html | 4255 +++++++++++++++++++++++++++++++++++++++ document_hub.html | 4172 +++++++++++++++++++++++++++++++++++++++ faq.html | 2431 ++++++++++++++++++++++- index.html | 2454 ++++++++++++++++++++++- payment.html | 4199 +++++++++++++++++++++++++++++++++++++++ requirements.html | 4212 +++++++++++++++++++++++++++++++++++++++ track_application.html | 4166 +++++++++++++++++++++++++++++++++++++++ visa_types.html | 4256 ++++++++++++++++++++++++++++++++++++++++ 8 files changed, 30087 insertions(+), 58 deletions(-) create mode 100644 apply_now.html create mode 100644 document_hub.html create mode 100644 payment.html create mode 100644 requirements.html create mode 100644 track_application.html create mode 100644 visa_types.html diff --git a/apply_now.html b/apply_now.html new file mode 100644 index 0000000..1dda22e --- /dev/null +++ b/apply_now.html @@ -0,0 +1,4255 @@ + + + + + + apply_now + + + + +

Your Journey to Egypt Begins Here

Fast & Secure Egypt Visa Applications

Visa2Egypt offers seamless online visa processing for tourists, business travelers, and researchers. Government-approved and compliant, ensuring a smooth entry to the land of the Pharaohs.

+
+
+

Apply for Your Egypt Visa

+

Complete the form below to begin your application. It should take approximately 10 minutes.

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+
+
+ +
+
+

What Our Clients Say

+
+
+
+

"The process was incredibly smooth and efficient. I received my visa within 48 hours! Highly recommend!"

+
+

Jane Doe

+

London, UK

+
+
+
+
+
+

"I was initially apprehensive about the application process, but Visa2Egypt made it incredibly easy. Their customer support was also excellent."

+
+

John Smith

+

New York, USA

+
+
+
+
+
+

"As a researcher, I needed a visa quickly. Visa2Egypt delivered! The entire experience was professional and efficient."

+
+

Dr. Emily Carter

+

Cairo, Egypt

+
+
+
+
+
+
+ +
+

Submission Section

+
+
+

Your Application

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+

Next Steps

+

After submitting your application, you will receive an email confirmation with your application ID. You can track your application status using this ID.

+

Processing times vary depending on the visa type and time of year. You will be notified via email when your visa has been approved or if further information is needed.

+

For any questions or concerns, please contact our support team.

+
+
+
+ + + + \ No newline at end of file diff --git a/document_hub.html b/document_hub.html new file mode 100644 index 0000000..afdb840 --- /dev/null +++ b/document_hub.html @@ -0,0 +1,4172 @@ + + + + + + document_hub + + + + +

Your Journey to Egypt Begins Here

Fast & Secure Egypt Visa Applications

Visa2Egypt offers seamless online visa processing for tourists, business travelers, and researchers. Government-approved and compliant, ensuring a smooth entry to the land of the Pharaohs.

+⚠️ HTML API call failed. +
+
+

Your Visa Application Results

+
+
+

Application Status:

+

Processing

+
+

Tracking ID:

+

1234567890

+
+
+

Application Date:

+

October 26, 2023

+
+
+
+

Application Details

+

Visa Type: Tourist Visa

+

Applicant Name: Jane Doe

+

Passport Number: ABC1234567

+

Expected Processing Time: 2-3 business days

+
+
+

Next Steps

+

Your application is currently being processed. You will receive an email notification once it is complete.

+ Check Application Status +
+ +
+
+ + + + \ No newline at end of file diff --git a/faq.html b/faq.html index 78cbabe..9cd98d3 100644 --- a/faq.html +++ b/faq.html @@ -1,13 +1,14 @@ -SafeValue must use [property]=binding: - - - - - - FAQ - - - - -

Efficiency

Unlock the Power of Real-Time Data

The Tor Jupiter Gateway revolutionizes industrial operations by enhancing data accuracy and minimizing downtime. Experience improved operational efficiency with real-time monitoring and management.

📦

Operational Efficiency

Streamline processes and boost productivity with reliable data-driven insights.

📦

Data Accuracy

Ensure precise data collection for informed decision-making and enhanced performance.

Sign Up
-⚠️ No response received from HTML API. - - - (see https://g.co/ng/security#xss) \ No newline at end of file +/* Master Reset & Base Styles */ +html, body { + margin: 0 ; + padding: 0 ; + width: 100% ; + min-height: 100% ; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ; + font-size: 16px ; + line-height: 1.6 ; + color: #333 ; + background-color: #fff ; + box-sizing: border-box ; + overflow-x: hidden ; + text-align: left ; /* Override center alignment */ +} + +*, *::before, *::after { + box-sizing: border-box ; +} + +/* Common Container */ +// .container { +// max-width: 1200px ; +// width: 100% ; +// margin: 0 auto ; +// padding: 0 20px ; +// } + +// /* Section Styling for Consistent Flow */ +// section { +// padding: 80px 0 ; +// position: relative ; +// width: 100% ; +// background-color: #fff ; +// } + +// section:nth-child(even) { +// background-color: #f9f9f9 ; +// } + +/* Typography Hierarchy */ +// h1, h2, h3, h4, h5, h6 { +// margin-top: 0 ; +// margin-bottom: 0.5em ; +// line-height: 1.3 ; +// font-weight: 700 ; +// color: #111 ; +// } + +// h1 { +// font-size: 2.5rem ; +// } + +// h2 { +// font-size: 2rem ; +// } + +// h3 { +// font-size: 1.75rem ; +// } + +// h4 { +// font-size: 1.5rem ; +// } + +// h5 { +// font-size: 1.25rem ; +// } + +// h6 { +// font-size: 1rem ; +// } + +// p { +// margin-top: 0 ; +// margin-bottom: 1rem ; +// color: #555 ; +// } + +/* Link Styling */ +// a { +// color: #0066cc ; +// text-decoration: none ; +// transition: all 0.3s ease ; +// } + +// a:hover { +// color: #004499 ; +// text-decoration: underline ; +// } + +/* Button System */ +.hero-1-btn, .hero-2-btn, .grid-11-btn, .grid-12-btn, +.split-8-btn, .split-10-btn, .text-1-btn, .text-2-btn, +.cta-3-btn, .faq-4-footer-btn, .faq-5-contact-btn, +.faq-6-view-more-btn, .visa-order-btn, .nav-1-btn { + display: inline-block ; + padding: 12px 24px ; + font-size: 16px ; + font-weight: 600 ; + text-align: center ; + border-radius: 6px ; + cursor: pointer ; + transition: all 0.3s ease ; + border: 2px solid transparent ; + letter-spacing: 0.5px ; + text-decoration: none ; +} + +.hero-1-solid, .hero-2-solid, .text-1-solid, .text-2-solid, .cta-3-solid, .nav-1-solid { + background-color: #0066cc ; + color: #fff ; + border-color: #0066cc ; +} + + .hero-1-solid:hover, .hero-2-solid:hover, .text-1-solid:hover, .text-2-solid:hover, .cta-3-solid:hover, .nav-1-solid:hover { + background-color: #004499 ; + border-color: #004499 ; +} + + .hero-1-outline, .hero-2-outline, .text-1-outline, .text-2-outline, .cta-3-outline, .nav-1-outline { + background-color: transparent ; + color: #0066cc ; + border-color: #0066cc ; +} + + .hero-1-outline:hover, .hero-2-outline:hover, .text-1-outline:hover, .text-2-outline:hover, .cta-3-outline:hover, .nav-1-outline:hover { + background-color: #0066cc ; + color: #fff ; +} + + +/* Form Elements */ +input, textarea, select { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ; + font-size: 16px ; + padding: 12px ; + border: 1px solid #ccc ; + border-radius: 6px ; + width: 100% ; + transition: border-color 0.3s ease ; +} + +input:focus, textarea:focus, select:focus { + outline: none ; + border-color: #0066cc ; + box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1) ; +} + +/* Navigation Override */ +.nav-1-navbar { + background-color: #fff ; + box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) ; + position: sticky ; + top: 0 ; + z-index: 1000 ; +} + +/* Blog Section Fixes */ +.tn1-blog-section, .blog-2-section { + background-color: inherit ; + padding: 80px 20px ; +} + +.tn1-blog-card, .blog-2-card { + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) ; + transition: transform 0.3s ease, box-shadow 0.3s ease ; + overflow: hidden ; +} + +.tn1-blog-card:hover, .blog-2-card:hover { + transform: translateY(-5px) ; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12) ; +} + +/* FAQ Sections */ +.faq-4-section, .faq-5-section, .faq-6-block, .faq-7-container { + background-color: inherit ; +} + +.faq-4-question, .faq-5-question, .faq-6-question, .faq-7-question { + background-color: #f1f1f1 ; + transition: background-color 0.3s ease ; +} + +.faq-4-question:hover, .faq-5-question:hover, .faq-6-question:hover, .faq-7-question:hover { + background-color: #e7e7e7 ; +} + +/* Footer Override */ +.footer-1-section, .footer-2-section { + background-color: #f8f8f8 ; + border-top: 1px solid #eee ; +} + +/* Contact Section */ +.contact-1-section { + background-color: #fff ; + box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) ; +} + +.contact-1-submit-btn { + background-color: #0066cc ; + color: #fff ; +} + +.contact-1-submit-btn:hover { + background-color: #004499 ; +} + +/* Hero Section Enhancements */ +.hero-1-two-column, .hero-2-centered-hero, .hero-9-section { + background-color: inherit ; +} + +.hero-1-placeholder, .hero-2-placeholder, .hero-9-placeholder { + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) ; + overflow: hidden ; + position: relative ; +} + +/* Split Sections */ +.split-8-section, .split-10-section { + background-color: inherit ; +} + +.split-8-placeholder, .split-10-placeholder { + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) ; +} + +/* Testimonial Styling */ +testimonial { + display: block ; + max-width: 800px ; + margin: 40px auto ; + padding: 35px ; + background-color: #fff ; + border-radius: 10px ; + box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) ; + font-style: italic ; + color: #444 ; + position: relative ; + line-height: 1.8 ; + font-size: 1.1rem ; + border-left: 5px solid #0066cc ; +} + +testimonial::before { + content: '"' ; + font-size: 5rem ; + color: #0066cc ; + position: absolute ; + left: 15px ; + top: -10px ; + opacity: 0.2 ; + font-family: Georgia, serif ; +} + + +/* Animations and Transitions */ +.fade-in { + animation: fadeIn 1s ease-in-out ; +} + +@keyframes fadeIn { + from { + opacity: 0 ; + transform: translateY(20px) ; + } + to { + opacity: 1 ; + transform: translateY(0) ; + } +} + +/* Ensure smooth scrolling */ +html { + scroll-behavior: smooth ; +} + + +/* Additional common styles */ + + +body { + + font-family: sans-serif; + margin: 0; + padding: 0; + background: #f9f9f9; + text-align: center; + } + + .tn1-blog-section { + max-width: 960px; + margin: auto; + padding: 60px 20px; + background: #fff; + } + + .tn1-subheading { + font-size: 14px; + color: #666; + margin-bottom: 8px; + } + + .tn1-main-heading { + font-size: 28px; + margin: 10px 0; + } + + .tn1-description { + color: #888; + margin-bottom: 40px; + } + + .tn1-blog-grid { + display: flex; + gap: 20px; + justify-content: center; + flex-wrap: wrap; + } + + .tn1-blog-card { + background: #f1f1f1; + padding: 20px; + max-width: 280px; + flex: 1 1 250px; + border-radius: 8px; + text-align: left; + } + + .tn1-placeholder { + background: #ccc; + height: 160px; + border-radius: 6px; + margin-bottom: 16px; + } + + .tn1-category { + font-size: 12px; + color: #999; + text-transform: uppercase; + margin: 8px 0 4px; + } + + .tn1-title { + font-size: 16px; + margin: 0 0 10px; + font-weight: bold; + } + + .tn1-summary { + font-size: 14px; + color: #555; + margin-bottom: 12px; + } + + .tn1-meta { + font-size: 12px; + color: #777; + } + + .tn1-view-all-btn { + margin-top: 40px; + padding: 10px 20px; + background: transparent; + border: 1px solid #000; + cursor: pointer; + } + + body { + font-family: sans-serif; + margin: 0; + padding: 0; + background: #fff; + } + + .blog-2-section { + max-width: 1200px; + margin: auto; + padding: 60px 20px; + } + + .blog-2-header { + display: flex; + justify-content: space-between; + align-items: flex-start; + flex-wrap: wrap; + margin-bottom: 40px; + } + + .blog-2-subheading { + font-size: 14px; + color: #666; + margin-bottom: 8px; + } + + .blog-2-main-heading { + font-size: 28px; + margin: 0; + } + + .blog-2-description { + font-size: 16px; + color: #888; + margin-top: 10px; + max-width: 500px; + } + + .blog-2-view-all { + padding: 8px 16px; + background: transparent; + border: 1px solid #000; + cursor: pointer; + margin-top: 8px; + } + + .blog-2-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); + gap: 50px; + } + + .blog-2-card { + background: #fff; + border: 1px solid #ddd; + border-radius: 8px; + overflow: hidden; + display: flex; + flex-direction: column; + } + + .blog-2-placeholder { + height: 160px; + background: #ccc; + } + + .blog-2-content { + padding: 16px; + display: flex; + flex-direction: column; + gap: 8px; + } + + .blog-2-meta { + font-size: 12px; + color: #777; + margin-bottom: 8px; + display: flex; + gap: 8px; + } + + .blog-2-title { + font-size: 18px; + margin: 10px 0; + font-weight: bold; + } + + .blog-2-summary { + font-size: 14px; + color: #555; + margin-bottom: 12px; + } + + .blog-2-read-more { + font-size: 14px; + color: #000; + text-decoration: none; + font-weight: 500; + } + + + .contact-1-wrapper { + margin: 0; + font-family: Arial, sans-serif; + background: #f0efec; + } + + .contact-1-section { + background: #fff; + max-width: 480px; + margin: 60px auto; + padding: 40px 30px; + text-align: center; + border-radius: 8px; + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); + } + + .contact-1-tagline { + font-size: 14px; + color: #777; + margin-bottom: 8px; + } + + .contact-1-heading { + font-size: 24px; + margin: 0 0 10px; + } + + .contact-1-description { + color: #666; + font-size: 14px; + margin-bottom: 30px; + } + + .contact-1-form { + display: flex; + flex-direction: column; + gap: 16px; + text-align: left; + } + + .contact-1-label { + font-size: 14px; + font-weight: 500; + } + + .contact-1-input, + .contact-1-textarea { + width: 100%; + padding: 10px; + border: 1px solid #ccc; + border-radius: 4px; + font-size: 14px; + } + + .contact-1-checkbox-row { + display: flex; + align-items: center; + gap: 8px; + font-size: 13px; + } + + .contact-1-submit-btn { + background: #000; + color: #fff; + padding: 10px 20px; + border: none; + font-weight: bold; + cursor: pointer; + border-radius: 4px; + } + + .newsletter-2-wrapper { + font-family: sans-serif; + margin: 0; + padding: 0; + background: #f5f3f0; + } + + .newsletter-2-section { + background: #fff; + padding: 60px 40px; + } + + .newsletter-2-container { + max-width: 1200px; + margin: auto; + display: flex; + justify-content: space-between; + align-items: flex-start; + flex-wrap: wrap; + gap: 40px; + } + + .newsletter-2-left { + flex: 1; + min-width: 300px; + } + + .newsletter-2-heading { + font-size: 24px; + font-weight: bold; + margin-bottom: 10px; + } + + .newsletter-2-description { + font-size: 14px; + color: #666; + } + + .newsletter-2-right { + flex: 1; + min-width: 280px; + } + + .newsletter-2-signup-form { + display: flex; + gap: 10px; + margin-bottom: 10px; + } + + .newsletter-2-email-input { + flex: 1; + padding: 10px; + font-size: 14px; + border: 1px solid #aaa; + border-radius: 4px; + } + + .newsletter-2-submit-btn { + padding: 10px 16px; + background: #000; + color: #fff; + border: none; + font-weight: bold; + cursor: pointer; + border-radius: 4px; + } + + .newsletter-2-disclaimer { + font-size: 12px; + color: #888; + } + + .newsletter-2-disclaimer a { + color: #000; + text-decoration: underline; + } + + .cta-3-wrapper { + font-family: sans-serif; + margin: 0; + padding: 0; + background: #f5f3f0; + } + + .cta-3-section { + background: #fff; + padding: 80px 20px; + text-align: center; + } + + .cta-3-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; + } + + .cta-3-description { + font-size: 16px; + color: #666; + max-width: 600px; + margin: 0 auto 32px; + } + + .cta-3-button-group { + display: flex; + justify-content: center; + gap: 16px; + } + + .cta-3-btn { + padding: 10px 24px; + font-size: 14px; + cursor: pointer; + border-radius: 4px; + font-weight: 600; + } + + .cta-3-solid { + background-color: #000; + color: #fff; + border: none; + } + + .cta-3-outline { + background-color: transparent; + color: #000; + border: 1px solid #000; + } +.faq-4-wrapper { + margin: 0; + font-family: sans-serif; + background: #f5f5f5; +} + +.faq-4-section { + background: #fff; + padding: 60px 20px; + max-width: 700px; + margin: auto; + text-align: center; +} + +.faq-4-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 12px; +} + +.faq-4-description { + font-size: 14px; + color: #666; + margin-bottom: 32px; +} + +.faq-4-list { + display: flex; + flex-direction: column; + gap: 12px; + margin-bottom: 40px; +} + +.faq-4-question { + width: 100%; + padding: 14px 18px; + font-size: 14px; + text-align: left; + background: #f1f1f1; + border: none; + border-radius: 4px; + cursor: pointer; + display: flex; + justify-content: space-between; +} + +.faq-4-footer { + text-align: center; +} + +.faq-4-footer-heading { + font-size: 18px; + font-weight: bold; + margin-bottom: 8px; +} + +.faq-4-footer-description { + font-size: 14px; + color: #777; + margin-bottom: 16px; +} + +.faq-4-footer-btn { + padding: 10px 20px; + border: 1px solid #000; + background: transparent; + cursor: pointer; + font-weight: bold; + border-radius: 4px; +} +.faq-5-wrapper { + margin: 0; + font-family: sans-serif; + background: #f5f3f0; +} + +.faq-5-section { + background: #fff; + padding: 60px 20px; +} + +.faq-5-container { + max-width: 1100px; + margin: auto; + display: flex; + gap: 40px; + flex-wrap: wrap; + justify-content: space-between; +} + +.faq-5-left { + flex: 1; + min-width: 280px; +} + +.faq-5-heading { + font-size: 24px; + font-weight: bold; + margin-bottom: 12px; +} + +.faq-5-description { + font-size: 14px; + color: #666; + margin-bottom: 24px; +} + +.faq-5-contact-btn { + padding: 10px 20px; + background: transparent; + border: 1px solid #000; + font-weight: bold; + cursor: pointer; + border-radius: 4px; +} + +.faq-5-right { + flex: 2; + min-width: 400px; + display: flex; + flex-direction: column; + gap: 12px; +} + +.faq-5-item .faq-5-question { + width: 100%; + text-align: left; + padding: 14px 18px; + background: #f1f1f1; + border: none; + font-size: 14px; + border-radius: 4px; + display: flex; + justify-content: space-between; + cursor: pointer; +} +.faq-6-wrapper { + margin: 0; + font-family: sans-serif; + background: #f5f5f5; +} + +.faq-6-block { + max-width: 700px; + margin: 60px auto; + padding: 40px 20px; + background: #fff; + text-align: center; +} + +.faq-6-tagline { + font-size: 12px; + letter-spacing: 1px; + text-transform: uppercase; + color: #999; + margin-bottom: 8px; +} + +.faq-6-heading { + font-size: 22px; + font-weight: bold; + margin-bottom: 24px; +} + +.faq-6-list { + text-align: left; +} + +.faq-6-item { + border-top: 1px solid #ddd; + padding: 16px 0; +} + +.faq-6-question { + display: flex; + justify-content: space-between; + font-weight: 500; + cursor: pointer; +} + +.faq-6-icon { + font-weight: bold; +} + +.faq-6-answer { + margin-top: 10px; + color: #444; + font-size: 14px; +} + +.faq-6-answer a { + color: #000; + text-decoration: underline; +} + +.faq-6-footer { + margin-top: 30px; +} + +.faq-6-view-more-btn { + padding: 10px 24px; + border: 1px solid #000; + background: transparent; + font-weight: bold; + cursor: pointer; +} +.faq-7-wrapper { + font-family: sans-serif; + margin: 0; + background: #fff; +} + +.faq-7-container { + display: flex; + padding: 60px 30px; + gap: 60px; + max-width: 1200px; + margin: auto; + flex-wrap: wrap; +} + +.faq-7-left { + flex: 1; + min-width: 260px; + text-align: center; + display: flex; + flex-direction: column; + justify-content: center; +} + +.faq-7-support-label { + font-size: 14px; + color: #888; +} + +.faq-7-support-action { + font-size: 16px; + font-weight: bold; + margin: 10px 0; +} + +.faq-7-chat-icon img { + width: 40px; + height: 40px; +} + +.faq-7-right { + flex: 2; + min-width: 400px; +} + +.faq-7-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 24px; +} + +.faq-7-search input { + width: 100%; + padding: 12px 16px; + font-size: 14px; + margin-bottom: 24px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.faq-7-list { + display: flex; + flex-direction: column; + gap: 16px; +} + +.faq-7-item { + display: flex; + flex-direction: column; +} + +.faq-7-question { + width: 100%; + padding: 14px; + text-align: left; + font-size: 16px; + border: none; + background: #f9f9f9; + border-radius: 6px; + cursor: pointer; +} + +.faq-7-answer { + padding: 12px 14px; + font-size: 14px; + background: #f0f0f0; + margin-top: 8px; + border-radius: 6px; + color: #333; +} +.split-8-wrapper { + margin: 0; + font-family: sans-serif; + background: #f5f3f0; +} + +.split-8-section { + display: flex; + flex-wrap: wrap; + gap: 40px; + padding: 60px 30px; + max-width: 1200px; + margin: auto; + background: #fff; +} + +.split-8-left { + flex: 1; + min-width: 280px; +} + +.split-8-tagline { + font-size: 12px; + color: #999; + margin-bottom: 8px; +} + +.split-8-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.split-8-description { + font-size: 14px; + color: #555; + margin-bottom: 24px; +} + +.split-8-button-group { + display: flex; + gap: 16px; + flex-wrap: wrap; +} + +.split-8-btn { + padding: 10px 20px; + font-size: 14px; + font-weight: bold; + cursor: pointer; + border-radius: 4px; +} + +.split-8-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} + +.split-8-arrow { + background: transparent; + border: none; + color: #000; +} + +.split-8-right { + flex: 1; + min-width: 300px; + display: flex; + justify-content: center; + align-items: center; +} + +.split-8-placeholder { + width: 100%; + max-width: 400px; + height: 300px; + background: #ccc; + border-radius: 8px; +} +.hero-9-wrapper { + margin: 0; + font-family: sans-serif; + background: #f4f4f4; +} + +.hero-9-section { + text-align: center; + padding: 60px 20px 40px; + background: #fff; +} + +.hero-9-tagline { + font-size: 12px; + color: #777; + margin-bottom: 8px; +} + +.hero-9-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.hero-9-description { + font-size: 14px; + color: #555; + max-width: 600px; + margin: 0 auto 24px; +} + +.hero-9-button-group { + display: flex; + justify-content: center; + gap: 16px; + flex-wrap: wrap; + margin-bottom: 40px; +} + +.hero-9-btn { + padding: 10px 20px; + font-size: 14px; + cursor: pointer; + font-weight: bold; + border-radius: 4px; +} + +.hero-9-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} + +.hero-9-arrow { + background: transparent; + border: none; + color: #000; +} + +.hero-9-image-wrapper { + max-width: 1000px; + margin: auto; +} + +.hero-9-placeholder { + height: 320px; + background: #ccc; + border-radius: 8px; +} +.split-10-wrapper { + margin: 0; + font-family: sans-serif; + background: #f5f3f0; +} + +.split-10-section { + display: flex; + flex-wrap: wrap; + gap: 40px; + padding: 60px 30px; + max-width: 1200px; + margin: auto; + background: #fff; +} + +.split-10-left { + flex: 1; + min-width: 300px; + display: flex; + justify-content: center; + align-items: center; +} + +.split-10-placeholder { + width: 100%; + max-width: 400px; + height: 300px; + background: #ccc; + border-radius: 8px; +} + +.split-10-right { + flex: 1; + min-width: 280px; +} + +.split-10-tagline { + font-size: 12px; + color: #999; + margin-bottom: 8px; +} + +.split-10-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.split-10-description { + font-size: 14px; + color: #555; + margin-bottom: 24px; +} + +.split-10-button-group { + display: flex; + gap: 16px; + flex-wrap: wrap; +} + +.split-10-btn { + padding: 10px 20px; + font-size: 14px; + font-weight: bold; + cursor: pointer; + border-radius: 4px; +} + +.split-10-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} + +.split-10-arrow { + background: transparent; + border: none; + color: #000; +} +.grid-11-wrapper { + margin: 0; + font-family: sans-serif; + background: #f5f5f5; +} + +.grid-11-section { + padding: 60px 20px; + text-align: center; + background: #fff; +} + +.grid-11-tagline { + font-size: 12px; + color: #777; + margin-bottom: 8px; +} + +.grid-11-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.grid-11-description { + font-size: 14px; + color: #555; + max-width: 700px; + margin: 0 auto 40px; +} + +.grid-11-card-grid { + display: flex; + gap: 24px; + flex-wrap: wrap; + justify-content: center; + margin-bottom: 40px; +} + +.grid-11-card { + max-width: 300px; + text-align: center; +} + +.grid-11-placeholder { + height: 180px; + background: #ccc; + border-radius: 6px; + margin-bottom: 16px; +} + +.grid-11-card-title { + font-size: 16px; + font-weight: bold; + margin-bottom: 10px; +} + +.grid-11-card-desc { + font-size: 14px; + color: #666; +} + +.grid-11-button-group { + display: flex; + gap: 16px; + justify-content: center; +} + +.grid-11-btn { + padding: 10px 20px; + font-size: 14px; + font-weight: bold; + cursor: pointer; + border-radius: 4px; +} + +.grid-11-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} + +.grid-11-arrow { + background: transparent; + border: none; + color: #000; +} +.grid-12-wrapper { + margin: 0; + font-family: sans-serif; + background: #f5f5f5; +} + +.grid-12-section { + padding: 60px 20px; + text-align: center; + background: #fff; +} + +.grid-12-heading { + font-size: 26px; + font-weight: bold; + margin-bottom: 40px; +} + +.grid-12-grid { + display: flex; + gap: 24px; + flex-wrap: wrap; + justify-content: center; +} + +.grid-12-card { + max-width: 280px; + text-align: left; +} + +.grid-12-icon { + font-size: 24px; + margin-bottom: 16px; + color: #000; +} + +.grid-12-title { + font-size: 16px; + font-weight: bold; + margin-bottom: 12px; +} + +.grid-12-desc { + font-size: 14px; + color: #555; + margin-bottom: 16px; +} + +.grid-12-btn { + font-size: 14px; + font-weight: bold; + cursor: pointer; + background: transparent; + border: none; + color: #000; +} + + +.grid-12-arrow { + font-size: 14px; + font-weight: bold; + cursor: pointer; + background: transparent; + border: none; + color: #000; +} +.footer-1-wrapper { + background: #f8f8f8; + font-family: sans-serif; + margin: 0; + padding:20px; +} + +.footer-1-section { + background: #fff; + padding: 40px 30px 20px; + border-top: 1px solid #eee; +} + +.footer-1-top { + display: flex; + flex-wrap: wrap; + gap: 40px; + justify-content: space-between; + margin-bottom: 40px; +} + +.footer-1-brand { + flex: 1 1 300px; + max-width: 350px; +} + +.footer-1-logo { + font-size: 20px; + font-weight: bold; + margin-bottom: 10px; +} + +.footer-1-newsletter-text { + font-size: 14px; + color: #333; + margin-bottom: 16px; +} + +.footer-1-newsletter-form { + display: flex; + gap: 10px; + margin-bottom: 12px; +} + +.footer-1-newsletter-form input[type="email"] { + padding: 10px; + flex: 1; + font-size: 14px; + border: 1px solid #ccc; + border-radius: 4px; +} + +.footer-1-subscribe-btn { + padding: 10px 16px; + font-size: 14px; + border: 1px solid #000; + background: #000; + color: #fff; + border-radius: 4px; + cursor: pointer; +} + +.footer-1-privacy-note { + font-size: 12px; + color: #666; +} + +.footer-1-privacy-note a { + text-decoration: underline; + color: #000; +} + +.footer-1-columns { + display: flex; + gap: 40px; + flex-wrap: wrap; + flex: 2 1 500px; + justify-content: space-between; +} + +.footer-1-column { + min-width: 150px; +} + +.footer-1-column h4 { + font-size: 14px; + font-weight: bold; + margin-bottom: 12px; +} + +.footer-1-column ul { + list-style: none; + padding: 0; + margin: 0; +} + +.footer-1-column ul li { + margin-bottom: 8px; + font-size: 14px; +} + +.footer-1-column ul li a { + color: #000; + text-decoration: none; +} + +.footer-1-social ul li { + display: flex; + align-items: center; + gap: 8px; +} + +.footer-1-social ul li i { + width: 18px; +} + +.footer-1-bottom { + border-top: 1px solid #eee; + padding-top: 20px; + display: flex; + flex-wrap: wrap; + justify-content: space-between; + font-size: 13px; + color: #777; +} + +.footer-1-links { + display: flex; + gap: 20px; + list-style: none; + padding: 0; + margin: 0; +} + +.footer-1-links li a { + text-decoration: none; + color: #555; +} +.footer-2-wrapper { + font-family: sans-serif; + background: #f5f5f5; + padding: 20px; +} + +.footer-2-section { + background: #fff; + padding: 40px 30px 20px; + border-top: 1px solid #eee; + +} + +.footer-2-top { + display: flex; + flex-wrap: wrap; + gap: 40px; + justify-content: space-between; + margin-bottom: 40px; +} + +.footer-2-left { + flex: 1 1 300px; + max-width: 350px; +} + +.footer-2-left .logo { + font-size: 20px; + font-weight: bold; + margin-bottom: 10px; +} + +.footer-2-left p { + font-size: 14px; + color: #333; + margin: 10px 0; +} + +.footer-2-left a { + font-size: 14px; + color: #000; + text-decoration: underline; +} + +.footer-2-social-icons { + margin-top: 12px; + display: flex; + gap: 12px; +} + +.footer-2-social-icons i { + font-size: 16px; + color: #000; + cursor: pointer; +} + +.footer-2-links-columns { + flex: 2 1 400px; + display: flex; + gap: 80px; + justify-content: flex-end; +} + +.footer-2-links-columns ul { + list-style: none; + padding: 0; + margin: 0; +} + +.footer-2-links-columns ul li { + margin-bottom: 8px; + font-size: 14px; +} + +.footer-2-links-columns ul li a { + text-decoration: none; + color: #000; +} + +.footer-2-bottom { + border-top: 1px solid #eee; + padding-top: 20px; + display: flex; + flex-wrap: wrap; + justify-content: space-between; + font-size: 13px; + color: #777; +} + +.footer-2-bottom .footer-2-links { + display: flex; + gap: 20px; + list-style: none; + padding: 0; + margin: 0; +} + +.footer-2-bottom .footer-2-links li a { + text-decoration: none; + color: #555; +} +.text-1-wrapper { + margin: 0; + font-family: sans-serif; + background: #fff; +} + +.text-1-section { + padding: 60px 30px; + max-width: 700px; + margin: auto; +} + +.text-1-tagline { + font-size: 12px; + color: #999; + margin-bottom: 10px; +} + +.text-1-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.text-1-description { + font-size: 14px; + color: #555; + margin-bottom: 24px; +} + +.text-1-button-group { + display: flex; + gap: 16px; +} + +.text-1-btn { + padding: 10px 20px; + font-size: 14px; + font-weight: bold; + border-radius: 4px; + cursor: pointer; +} + +.text-1-solid { + background: #000; + color: #fff; + border: 1px solid #000; +} + +.text-1-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} +.text-2-wrapper { + margin: 0; + font-family: sans-serif; + background: #fff; +} + +.text-2-section { + padding: 60px 30px; + text-align: center; + max-width: 700px; + margin: auto; +} + +.text-2-tagline { + font-size: 12px; + color: #999; + margin-bottom: 10px; +} + +.text-2-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.text-2-description { + font-size: 14px; + color: #555; + margin-bottom: 24px; +} + +.text-2-button-group { + display: flex; + gap: 16px; + justify-content: center; +} + +.text-2-btn { + padding: 10px 20px; + font-size: 14px; + font-weight: bold; + border-radius: 4px; + cursor: pointer; +} + +.text-2-solid { + background: #000; + color: #fff; + border: 1px solid #000; +} + +.text-2-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} +.hero-1-wrapper { + margin: 0; + font-family: sans-serif; + background: #fff; +} + +.hero-1-two-column { + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; + padding: 60px 30px; + gap: 40px; +} + +.hero-1-content { + flex: 1 1 400px; + max-width: 600px; +} + +.hero-1-image { + flex: 1 1 300px; + max-width: 500px; +} + +.hero-1-placeholder { + background: #ccc; + height: 300px; + border-radius: 6px; +} + +.hero-1-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.hero-1-description { + font-size: 14px; + color: #555; + margin-bottom: 24px; +} + +.hero-1-button-group { + display: flex; + gap: 16px; +} + +.hero-1-btn { + padding: 10px 20px; + font-size: 14px; + font-weight: bold; + border-radius: 4px; + cursor: pointer; +} + +.hero-1-solid { + background: #000; + color: #fff; + border: 1px solid #000; +} + +.hero-1-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} +.hero-2-wrapper { + margin: 0; + font-family: sans-serif; + background: #fff; +} + +.hero-2-centered-hero { + text-align: center; + padding: 60px 20px; +} + +.hero-2-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.hero-2-description { + font-size: 14px; + color: #555; + margin-bottom: 24px; + max-width: 700px; + margin-left: auto; + margin-right: auto; +} + +.hero-2-button-group { + display: flex; + gap: 16px; + justify-content: center; + margin-bottom: 40px; +} + +.hero-2-btn { + padding: 10px 20px; + font-size: 14px; + font-weight: bold; + border-radius: 4px; + cursor: pointer; +} + +.hero-2-solid { + background: #000; + color: #fff; + border: 1px solid #000; +} + +.hero-2-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} + +.hero-2-image { + display: flex; + justify-content: center; + margin-top: 20px; +} + +.hero-2-placeholder { + background: #ccc; + width: 100%; + max-width: 800px; + height: 300px; + border-radius: 6px; +} +.logo-1-wrapper { + margin: 0; + font-family: sans-serif; + background: #fff; +} + +.logo-1-cloud { + padding: 40px 20px; + text-align: center; +} + +.logo-1-intro-text { + font-size: 14px; + color: #333; + margin-bottom: 20px; +} + +.logo-1-grid { + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 24px; +} + +.logo-1-grid img { + height: 30px; + opacity: 0.8; + transition: opacity 0.3s ease; +} + +.logo-1-grid img:hover { + opacity: 1; +} +.feature-1-wrapper { + margin: 0; + font-family: sans-serif; + background-color: #fff; + color: #111; +} + +.feature-1-section { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + align-items: flex-start; + padding: 60px 40px; + max-width: 1200px; + margin: auto; + gap: 40px; +} + +.feature-1-text { + flex: 1 1 500px; +} + +.feature-1-tag { + font-size: 14px; + color: #555; + margin-bottom: 10px; +} + +.feature-1-title { + font-size: 36px; + font-weight: 800; + margin-bottom: 20px; +} + +.feature-1-subtitle { + font-size: 16px; + line-height: 1.6; + color: #333; + margin-bottom: 30px; +} + +.feature-1-benefits { + display: flex; + gap: 40px; + margin-bottom: 30px; + flex-wrap: wrap; +} + +.feature-1-benefit { + display: flex; + align-items: flex-start; + gap: 10px; + max-width: 250px; +} + +.feature-1-benefit i { + font-size: 24px; + color: #000; +} + +.feature-1-benefit h4 { + margin: 0 0 5px; + font-size: 16px; + font-weight: 700; +} + +.feature-1-benefit p { + margin: 0; + font-size: 14px; + color: #444; +} + +.feature-1-actions { + display: flex; + align-items: center; + gap: 20px; +} + +.feature-1-btn.feature-1-primary { + padding: 10px 20px; + background-color: #fff; + border: 2px solid #111; + font-weight: 600; + cursor: pointer; +} + +.feature-1-btn-link { + font-weight: 500; + font-size: 14px; + text-decoration: none; + color: #111; + display: inline-flex; + align-items: center; + gap: 5px; +} + +.feature-1-image { + flex: 1 1 400px; +} + +.feature-1-placeholder { + width: 100%; + aspect-ratio: 1 / 1; + background-color: #ddd; + background-image: url('https://via.placeholder.com/100x100?text=Image'); + background-repeat: no-repeat; + background-position: center; + background-size: 40px; +} + +.nav-1-wrapper { + margin: 0; + font-family: sans-serif; +} + +.nav-1-navbar { + display: flex; + justify-content: space-between; + align-items: center; + padding: 16px 40px; + border-bottom: 1px solid #eee; +} + +.nav-1-logo { + font-family: cursive; + font-size: 24px; + font-weight: bold; +} + +.nav-1-nav-links { + list-style: none; + display: flex; + gap: 20px; + margin: 0; + padding: 0; +} + +.nav-1-nav-links li a { + text-decoration: none; + color: #111; + font-size: 14px; +} + +.nav-1-dropdown i { + font-size: 10px; + margin-left: 5px; +} + +.nav-1-nav-actions { + display: flex; + gap: 10px; +} + +.nav-1-btn { + padding: 6px 14px; + font-size: 14px; + font-weight: 500; + cursor: pointer; + border: 2px solid #111; +} + +.nav-1-outline { + background-color: transparent; + color: #111; +} + +.nav-1-solid { + background-color: #111; + color: #fff; +} +.visa-order-btn-section { + padding: 60px 20px; + text-align: center; + background-color: #f9f9f9; +} + +.visa-order-btn { + padding: 12px 28px; + font-size: 15px; + font-weight: 600; + color: #fff; + background-color: #0072f5; + border: none; + border-radius: 6px; + cursor: pointer; + transition: background-color 0.3s ease; + box-shadow: 0 4px 8px rgba(0, 114, 245, 0.2); +} + +.visa-order-btn:hover { + background-color: #005fcc; +} + + +/* Master Reset & Base Styles */ +html, body { + margin: 0 ; + padding: 0 ; + width: 100% ; + min-height: 100% ; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ; + font-size: 16px ; + line-height: 1.6 ; + color: #333 ; + background-color: #fff ; + box-sizing: border-box ; + overflow-x: hidden ; + text-align: left ; /* Override center alignment */ +} + +*, *::before, *::after { + box-sizing: border-box ; +} + +/* Common Container */ +// .container { +// max-width: 1200px ; +// width: 100% ; +// margin: 0 auto ; +// padding: 0 20px ; +// } + +// /* Section Styling for Consistent Flow */ +// section { +// padding: 80px 0 ; +// position: relative ; +// width: 100% ; +// background-color: #fff ; +// } + +// section:nth-child(even) { +// background-color: #f9f9f9 ; +// } + +/* Typography Hierarchy */ +// h1, h2, h3, h4, h5, h6 { +// margin-top: 0 ; +// margin-bottom: 0.5em ; +// line-height: 1.3 ; +// font-weight: 700 ; +// color: #111 ; +// } + +// h1 { +// font-size: 2.5rem ; +// } + +// h2 { +// font-size: 2rem ; +// } + +// h3 { +// font-size: 1.75rem ; +// } + +// h4 { +// font-size: 1.5rem ; +// } + +// h5 { +// font-size: 1.25rem ; +// } + +// h6 { +// font-size: 1rem ; +// } + +// p { +// margin-top: 0 ; +// margin-bottom: 1rem ; +// color: #555 ; +// } + +/* Link Styling */ +// a { +// color: #0066cc ; +// text-decoration: none ; +// transition: all 0.3s ease ; +// } + +// a:hover { +// color: #004499 ; +// text-decoration: underline ; +// } + +/* Button System */ +.hero-1-btn, .hero-2-btn, .grid-11-btn, .grid-12-btn, +.split-8-btn, .split-10-btn, .text-1-btn, .text-2-btn, +.cta-3-btn, .faq-4-footer-btn, .faq-5-contact-btn, +.faq-6-view-more-btn, .visa-order-btn, .nav-1-btn { + display: inline-block ; + padding: 12px 24px ; + font-size: 16px ; + font-weight: 600 ; + text-align: center ; + border-radius: 6px ; + cursor: pointer ; + transition: all 0.3s ease ; + border: 2px solid transparent ; + letter-spacing: 0.5px ; + text-decoration: none ; +} + +.hero-1-solid, .hero-2-solid, .text-1-solid, .text-2-solid, .cta-3-solid, .nav-1-solid { + background-color: #0066cc ; + color: #fff ; + border-color: #0066cc ; +} + + .hero-1-solid:hover, .hero-2-solid:hover, .text-1-solid:hover, .text-2-solid:hover, .cta-3-solid:hover, .nav-1-solid:hover { + background-color: #004499 ; + border-color: #004499 ; +} + + .hero-1-outline, .hero-2-outline, .text-1-outline, .text-2-outline, .cta-3-outline, .nav-1-outline { + background-color: transparent ; + color: #0066cc ; + border-color: #0066cc ; +} + + .hero-1-outline:hover, .hero-2-outline:hover, .text-1-outline:hover, .text-2-outline:hover, .cta-3-outline:hover, .nav-1-outline:hover { + background-color: #0066cc ; + color: #fff ; +} + + +/* Form Elements */ +input, textarea, select { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ; + font-size: 16px ; + padding: 12px ; + border: 1px solid #ccc ; + border-radius: 6px ; + width: 100% ; + transition: border-color 0.3s ease ; +} + +input:focus, textarea:focus, select:focus { + outline: none ; + border-color: #0066cc ; + box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1) ; +} + +/* Navigation Override */ +.nav-1-navbar { + background-color: #fff ; + box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) ; + position: sticky ; + top: 0 ; + z-index: 1000 ; +} + +/* Blog Section Fixes */ +.tn1-blog-section, .blog-2-section { + background-color: inherit ; + padding: 80px 20px ; +} + +.tn1-blog-card, .blog-2-card { + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) ; + transition: transform 0.3s ease, box-shadow 0.3s ease ; + overflow: hidden ; +} + +.tn1-blog-card:hover, .blog-2-card:hover { + transform: translateY(-5px) ; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12) ; +} + +/* FAQ Sections */ +.faq-4-section, .faq-5-section, .faq-6-block, .faq-7-container { + background-color: inherit ; +} + +.faq-4-question, .faq-5-question, .faq-6-question, .faq-7-question { + background-color: #f1f1f1 ; + transition: background-color 0.3s ease ; +} + +.faq-4-question:hover, .faq-5-question:hover, .faq-6-question:hover, .faq-7-question:hover { + background-color: #e7e7e7 ; +} + +/* Footer Override */ +.footer-1-section, .footer-2-section { + background-color: #f8f8f8 ; + border-top: 1px solid #eee ; +} + +/* Contact Section */ +.contact-1-section { + background-color: #fff ; + box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) ; +} + +.contact-1-submit-btn { + background-color: #0066cc ; + color: #fff ; +} + +.contact-1-submit-btn:hover { + background-color: #004499 ; +} + +/* Hero Section Enhancements */ +.hero-1-two-column, .hero-2-centered-hero, .hero-9-section { + background-color: inherit ; +} + +.hero-1-placeholder, .hero-2-placeholder, .hero-9-placeholder { + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) ; + overflow: hidden ; + position: relative ; +} + +/* Split Sections */ +.split-8-section, .split-10-section { + background-color: inherit ; +} + +.split-8-placeholder, .split-10-placeholder { + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) ; +} + +/* Testimonial Styling */ +testimonial { + display: block ; + max-width: 800px ; + margin: 40px auto ; + padding: 35px ; + background-color: #fff ; + border-radius: 10px ; + box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) ; + font-style: italic ; + color: #444 ; + position: relative ; + line-height: 1.8 ; + font-size: 1.1rem ; + border-left: 5px solid #0066cc ; +} + +testimonial::before { + content: '"' ; + font-size: 5rem ; + color: #0066cc ; + position: absolute ; + left: 15px ; + top: -10px ; + opacity: 0.2 ; + font-family: Georgia, serif ; +} + + +/* Animations and Transitions */ +.fade-in { + animation: fadeIn 1s ease-in-out ; +} + +@keyframes fadeIn { + from { + opacity: 0 ; + transform: translateY(20px) ; + } + to { + opacity: 1 ; + transform: translateY(0) ; + } +} + +/* Ensure smooth scrolling */ +html { + scroll-behavior: smooth ; +} + + +html, body { + margin: 0 !important; + padding: 0 !important; + min-height: 100% !important; + width: 100% !important; + font-family: 'Segoe UI', sans-serif !important; +} + + + + +

Your Journey to Egypt Starts Here

Secure Your Egypt Visa Online

Fast, reliable, and government-approved visa processing. Explore the wonders of ancient Egypt with ease.

+

Frequently Asked Questions

Planning your Egyptian adventure? We've compiled answers to your most pressing visa questions. Explore the wonders of the Nile with ease.

+
+
+

Contact Us

+
+
+ +

Our Address

+

Placeholder Address, City, Country

+
+
+ +

Phone

+

+1-555-123-4567

+
+
+ +

Email

+

info@visa2egypt.com

+
+
+
+

Send a Message

+
+ + + + +
+
+
+
+ + + + \ No newline at end of file diff --git a/index.html b/index.html index d67fbec..c518d1b 100644 --- a/index.html +++ b/index.html @@ -5,16 +5,17 @@ -SafeValue must use [property]=binding: - - - - - - Home - - - - - - -

Tagline

Medium length section heading goes here

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.

-

Medium length hero heading goes here

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.

- - - (see https://g.co/ng/security#xss) +/* Master Reset & Base Styles */ +html, body { + margin: 0 ; + padding: 0 ; + width: 100% ; + min-height: 100% ; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ; + font-size: 16px ; + line-height: 1.6 ; + color: #333 ; + background-color: #fff ; + box-sizing: border-box ; + overflow-x: hidden ; + text-align: left ; /* Override center alignment */ +} + +*, *::before, *::after { + box-sizing: border-box ; +} + +/* Common Container */ +// .container { +// max-width: 1200px ; +// width: 100% ; +// margin: 0 auto ; +// padding: 0 20px ; +// } + +// /* Section Styling for Consistent Flow */ +// section { +// padding: 80px 0 ; +// position: relative ; +// width: 100% ; +// background-color: #fff ; +// } + +// section:nth-child(even) { +// background-color: #f9f9f9 ; +// } + +/* Typography Hierarchy */ +// h1, h2, h3, h4, h5, h6 { +// margin-top: 0 ; +// margin-bottom: 0.5em ; +// line-height: 1.3 ; +// font-weight: 700 ; +// color: #111 ; +// } + +// h1 { +// font-size: 2.5rem ; +// } + +// h2 { +// font-size: 2rem ; +// } + +// h3 { +// font-size: 1.75rem ; +// } + +// h4 { +// font-size: 1.5rem ; +// } + +// h5 { +// font-size: 1.25rem ; +// } + +// h6 { +// font-size: 1rem ; +// } + +// p { +// margin-top: 0 ; +// margin-bottom: 1rem ; +// color: #555 ; +// } + +/* Link Styling */ +// a { +// color: #0066cc ; +// text-decoration: none ; +// transition: all 0.3s ease ; +// } + +// a:hover { +// color: #004499 ; +// text-decoration: underline ; +// } + +/* Button System */ +.hero-1-btn, .hero-2-btn, .grid-11-btn, .grid-12-btn, +.split-8-btn, .split-10-btn, .text-1-btn, .text-2-btn, +.cta-3-btn, .faq-4-footer-btn, .faq-5-contact-btn, +.faq-6-view-more-btn, .visa-order-btn, .nav-1-btn { + display: inline-block ; + padding: 12px 24px ; + font-size: 16px ; + font-weight: 600 ; + text-align: center ; + border-radius: 6px ; + cursor: pointer ; + transition: all 0.3s ease ; + border: 2px solid transparent ; + letter-spacing: 0.5px ; + text-decoration: none ; +} + +.hero-1-solid, .hero-2-solid, .text-1-solid, .text-2-solid, .cta-3-solid, .nav-1-solid { + background-color: #0066cc ; + color: #fff ; + border-color: #0066cc ; +} + + .hero-1-solid:hover, .hero-2-solid:hover, .text-1-solid:hover, .text-2-solid:hover, .cta-3-solid:hover, .nav-1-solid:hover { + background-color: #004499 ; + border-color: #004499 ; +} + + .hero-1-outline, .hero-2-outline, .text-1-outline, .text-2-outline, .cta-3-outline, .nav-1-outline { + background-color: transparent ; + color: #0066cc ; + border-color: #0066cc ; +} + + .hero-1-outline:hover, .hero-2-outline:hover, .text-1-outline:hover, .text-2-outline:hover, .cta-3-outline:hover, .nav-1-outline:hover { + background-color: #0066cc ; + color: #fff ; +} + + +/* Form Elements */ +input, textarea, select { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ; + font-size: 16px ; + padding: 12px ; + border: 1px solid #ccc ; + border-radius: 6px ; + width: 100% ; + transition: border-color 0.3s ease ; +} + +input:focus, textarea:focus, select:focus { + outline: none ; + border-color: #0066cc ; + box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1) ; +} + +/* Navigation Override */ +.nav-1-navbar { + background-color: #fff ; + box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) ; + position: sticky ; + top: 0 ; + z-index: 1000 ; +} + +/* Blog Section Fixes */ +.tn1-blog-section, .blog-2-section { + background-color: inherit ; + padding: 80px 20px ; +} + +.tn1-blog-card, .blog-2-card { + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) ; + transition: transform 0.3s ease, box-shadow 0.3s ease ; + overflow: hidden ; +} + +.tn1-blog-card:hover, .blog-2-card:hover { + transform: translateY(-5px) ; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12) ; +} + +/* FAQ Sections */ +.faq-4-section, .faq-5-section, .faq-6-block, .faq-7-container { + background-color: inherit ; +} + +.faq-4-question, .faq-5-question, .faq-6-question, .faq-7-question { + background-color: #f1f1f1 ; + transition: background-color 0.3s ease ; +} + +.faq-4-question:hover, .faq-5-question:hover, .faq-6-question:hover, .faq-7-question:hover { + background-color: #e7e7e7 ; +} + +/* Footer Override */ +.footer-1-section, .footer-2-section { + background-color: #f8f8f8 ; + border-top: 1px solid #eee ; +} + +/* Contact Section */ +.contact-1-section { + background-color: #fff ; + box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) ; +} + +.contact-1-submit-btn { + background-color: #0066cc ; + color: #fff ; +} + +.contact-1-submit-btn:hover { + background-color: #004499 ; +} + +/* Hero Section Enhancements */ +.hero-1-two-column, .hero-2-centered-hero, .hero-9-section { + background-color: inherit ; +} + +.hero-1-placeholder, .hero-2-placeholder, .hero-9-placeholder { + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) ; + overflow: hidden ; + position: relative ; +} + +/* Split Sections */ +.split-8-section, .split-10-section { + background-color: inherit ; +} + +.split-8-placeholder, .split-10-placeholder { + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) ; +} + +/* Testimonial Styling */ +testimonial { + display: block ; + max-width: 800px ; + margin: 40px auto ; + padding: 35px ; + background-color: #fff ; + border-radius: 10px ; + box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) ; + font-style: italic ; + color: #444 ; + position: relative ; + line-height: 1.8 ; + font-size: 1.1rem ; + border-left: 5px solid #0066cc ; +} + +testimonial::before { + content: '"' ; + font-size: 5rem ; + color: #0066cc ; + position: absolute ; + left: 15px ; + top: -10px ; + opacity: 0.2 ; + font-family: Georgia, serif ; +} + + +/* Animations and Transitions */ +.fade-in { + animation: fadeIn 1s ease-in-out ; +} + +@keyframes fadeIn { + from { + opacity: 0 ; + transform: translateY(20px) ; + } + to { + opacity: 1 ; + transform: translateY(0) ; + } +} + +/* Ensure smooth scrolling */ +html { + scroll-behavior: smooth ; +} + + +/* Additional common styles */ + + +body { + + font-family: sans-serif; + margin: 0; + padding: 0; + background: #f9f9f9; + text-align: center; + } + + .tn1-blog-section { + max-width: 960px; + margin: auto; + padding: 60px 20px; + background: #fff; + } + + .tn1-subheading { + font-size: 14px; + color: #666; + margin-bottom: 8px; + } + + .tn1-main-heading { + font-size: 28px; + margin: 10px 0; + } + + .tn1-description { + color: #888; + margin-bottom: 40px; + } + + .tn1-blog-grid { + display: flex; + gap: 20px; + justify-content: center; + flex-wrap: wrap; + } + + .tn1-blog-card { + background: #f1f1f1; + padding: 20px; + max-width: 280px; + flex: 1 1 250px; + border-radius: 8px; + text-align: left; + } + + .tn1-placeholder { + background: #ccc; + height: 160px; + border-radius: 6px; + margin-bottom: 16px; + } + + .tn1-category { + font-size: 12px; + color: #999; + text-transform: uppercase; + margin: 8px 0 4px; + } + + .tn1-title { + font-size: 16px; + margin: 0 0 10px; + font-weight: bold; + } + + .tn1-summary { + font-size: 14px; + color: #555; + margin-bottom: 12px; + } + + .tn1-meta { + font-size: 12px; + color: #777; + } + + .tn1-view-all-btn { + margin-top: 40px; + padding: 10px 20px; + background: transparent; + border: 1px solid #000; + cursor: pointer; + } + + body { + font-family: sans-serif; + margin: 0; + padding: 0; + background: #fff; + } + + .blog-2-section { + max-width: 1200px; + margin: auto; + padding: 60px 20px; + } + + .blog-2-header { + display: flex; + justify-content: space-between; + align-items: flex-start; + flex-wrap: wrap; + margin-bottom: 40px; + } + + .blog-2-subheading { + font-size: 14px; + color: #666; + margin-bottom: 8px; + } + + .blog-2-main-heading { + font-size: 28px; + margin: 0; + } + + .blog-2-description { + font-size: 16px; + color: #888; + margin-top: 10px; + max-width: 500px; + } + + .blog-2-view-all { + padding: 8px 16px; + background: transparent; + border: 1px solid #000; + cursor: pointer; + margin-top: 8px; + } + + .blog-2-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); + gap: 50px; + } + + .blog-2-card { + background: #fff; + border: 1px solid #ddd; + border-radius: 8px; + overflow: hidden; + display: flex; + flex-direction: column; + } + + .blog-2-placeholder { + height: 160px; + background: #ccc; + } + + .blog-2-content { + padding: 16px; + display: flex; + flex-direction: column; + gap: 8px; + } + + .blog-2-meta { + font-size: 12px; + color: #777; + margin-bottom: 8px; + display: flex; + gap: 8px; + } + + .blog-2-title { + font-size: 18px; + margin: 10px 0; + font-weight: bold; + } + + .blog-2-summary { + font-size: 14px; + color: #555; + margin-bottom: 12px; + } + + .blog-2-read-more { + font-size: 14px; + color: #000; + text-decoration: none; + font-weight: 500; + } + + + .contact-1-wrapper { + margin: 0; + font-family: Arial, sans-serif; + background: #f0efec; + } + + .contact-1-section { + background: #fff; + max-width: 480px; + margin: 60px auto; + padding: 40px 30px; + text-align: center; + border-radius: 8px; + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); + } + + .contact-1-tagline { + font-size: 14px; + color: #777; + margin-bottom: 8px; + } + + .contact-1-heading { + font-size: 24px; + margin: 0 0 10px; + } + + .contact-1-description { + color: #666; + font-size: 14px; + margin-bottom: 30px; + } + + .contact-1-form { + display: flex; + flex-direction: column; + gap: 16px; + text-align: left; + } + + .contact-1-label { + font-size: 14px; + font-weight: 500; + } + + .contact-1-input, + .contact-1-textarea { + width: 100%; + padding: 10px; + border: 1px solid #ccc; + border-radius: 4px; + font-size: 14px; + } + + .contact-1-checkbox-row { + display: flex; + align-items: center; + gap: 8px; + font-size: 13px; + } + + .contact-1-submit-btn { + background: #000; + color: #fff; + padding: 10px 20px; + border: none; + font-weight: bold; + cursor: pointer; + border-radius: 4px; + } + + .newsletter-2-wrapper { + font-family: sans-serif; + margin: 0; + padding: 0; + background: #f5f3f0; + } + + .newsletter-2-section { + background: #fff; + padding: 60px 40px; + } + + .newsletter-2-container { + max-width: 1200px; + margin: auto; + display: flex; + justify-content: space-between; + align-items: flex-start; + flex-wrap: wrap; + gap: 40px; + } + + .newsletter-2-left { + flex: 1; + min-width: 300px; + } + + .newsletter-2-heading { + font-size: 24px; + font-weight: bold; + margin-bottom: 10px; + } + + .newsletter-2-description { + font-size: 14px; + color: #666; + } + + .newsletter-2-right { + flex: 1; + min-width: 280px; + } + + .newsletter-2-signup-form { + display: flex; + gap: 10px; + margin-bottom: 10px; + } + + .newsletter-2-email-input { + flex: 1; + padding: 10px; + font-size: 14px; + border: 1px solid #aaa; + border-radius: 4px; + } + + .newsletter-2-submit-btn { + padding: 10px 16px; + background: #000; + color: #fff; + border: none; + font-weight: bold; + cursor: pointer; + border-radius: 4px; + } + + .newsletter-2-disclaimer { + font-size: 12px; + color: #888; + } + + .newsletter-2-disclaimer a { + color: #000; + text-decoration: underline; + } + + .cta-3-wrapper { + font-family: sans-serif; + margin: 0; + padding: 0; + background: #f5f3f0; + } + + .cta-3-section { + background: #fff; + padding: 80px 20px; + text-align: center; + } + + .cta-3-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; + } + + .cta-3-description { + font-size: 16px; + color: #666; + max-width: 600px; + margin: 0 auto 32px; + } + + .cta-3-button-group { + display: flex; + justify-content: center; + gap: 16px; + } + + .cta-3-btn { + padding: 10px 24px; + font-size: 14px; + cursor: pointer; + border-radius: 4px; + font-weight: 600; + } + + .cta-3-solid { + background-color: #000; + color: #fff; + border: none; + } + + .cta-3-outline { + background-color: transparent; + color: #000; + border: 1px solid #000; + } +.faq-4-wrapper { + margin: 0; + font-family: sans-serif; + background: #f5f5f5; +} + +.faq-4-section { + background: #fff; + padding: 60px 20px; + max-width: 700px; + margin: auto; + text-align: center; +} + +.faq-4-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 12px; +} + +.faq-4-description { + font-size: 14px; + color: #666; + margin-bottom: 32px; +} + +.faq-4-list { + display: flex; + flex-direction: column; + gap: 12px; + margin-bottom: 40px; +} + +.faq-4-question { + width: 100%; + padding: 14px 18px; + font-size: 14px; + text-align: left; + background: #f1f1f1; + border: none; + border-radius: 4px; + cursor: pointer; + display: flex; + justify-content: space-between; +} + +.faq-4-footer { + text-align: center; +} + +.faq-4-footer-heading { + font-size: 18px; + font-weight: bold; + margin-bottom: 8px; +} + +.faq-4-footer-description { + font-size: 14px; + color: #777; + margin-bottom: 16px; +} + +.faq-4-footer-btn { + padding: 10px 20px; + border: 1px solid #000; + background: transparent; + cursor: pointer; + font-weight: bold; + border-radius: 4px; +} +.faq-5-wrapper { + margin: 0; + font-family: sans-serif; + background: #f5f3f0; +} + +.faq-5-section { + background: #fff; + padding: 60px 20px; +} + +.faq-5-container { + max-width: 1100px; + margin: auto; + display: flex; + gap: 40px; + flex-wrap: wrap; + justify-content: space-between; +} + +.faq-5-left { + flex: 1; + min-width: 280px; +} + +.faq-5-heading { + font-size: 24px; + font-weight: bold; + margin-bottom: 12px; +} + +.faq-5-description { + font-size: 14px; + color: #666; + margin-bottom: 24px; +} + +.faq-5-contact-btn { + padding: 10px 20px; + background: transparent; + border: 1px solid #000; + font-weight: bold; + cursor: pointer; + border-radius: 4px; +} + +.faq-5-right { + flex: 2; + min-width: 400px; + display: flex; + flex-direction: column; + gap: 12px; +} + +.faq-5-item .faq-5-question { + width: 100%; + text-align: left; + padding: 14px 18px; + background: #f1f1f1; + border: none; + font-size: 14px; + border-radius: 4px; + display: flex; + justify-content: space-between; + cursor: pointer; +} +.faq-6-wrapper { + margin: 0; + font-family: sans-serif; + background: #f5f5f5; +} + +.faq-6-block { + max-width: 700px; + margin: 60px auto; + padding: 40px 20px; + background: #fff; + text-align: center; +} + +.faq-6-tagline { + font-size: 12px; + letter-spacing: 1px; + text-transform: uppercase; + color: #999; + margin-bottom: 8px; +} + +.faq-6-heading { + font-size: 22px; + font-weight: bold; + margin-bottom: 24px; +} + +.faq-6-list { + text-align: left; +} + +.faq-6-item { + border-top: 1px solid #ddd; + padding: 16px 0; +} + +.faq-6-question { + display: flex; + justify-content: space-between; + font-weight: 500; + cursor: pointer; +} + +.faq-6-icon { + font-weight: bold; +} + +.faq-6-answer { + margin-top: 10px; + color: #444; + font-size: 14px; +} + +.faq-6-answer a { + color: #000; + text-decoration: underline; +} + +.faq-6-footer { + margin-top: 30px; +} + +.faq-6-view-more-btn { + padding: 10px 24px; + border: 1px solid #000; + background: transparent; + font-weight: bold; + cursor: pointer; +} +.faq-7-wrapper { + font-family: sans-serif; + margin: 0; + background: #fff; +} + +.faq-7-container { + display: flex; + padding: 60px 30px; + gap: 60px; + max-width: 1200px; + margin: auto; + flex-wrap: wrap; +} + +.faq-7-left { + flex: 1; + min-width: 260px; + text-align: center; + display: flex; + flex-direction: column; + justify-content: center; +} + +.faq-7-support-label { + font-size: 14px; + color: #888; +} + +.faq-7-support-action { + font-size: 16px; + font-weight: bold; + margin: 10px 0; +} + +.faq-7-chat-icon img { + width: 40px; + height: 40px; +} + +.faq-7-right { + flex: 2; + min-width: 400px; +} + +.faq-7-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 24px; +} + +.faq-7-search input { + width: 100%; + padding: 12px 16px; + font-size: 14px; + margin-bottom: 24px; + border: 1px solid #ccc; + border-radius: 6px; +} + +.faq-7-list { + display: flex; + flex-direction: column; + gap: 16px; +} + +.faq-7-item { + display: flex; + flex-direction: column; +} + +.faq-7-question { + width: 100%; + padding: 14px; + text-align: left; + font-size: 16px; + border: none; + background: #f9f9f9; + border-radius: 6px; + cursor: pointer; +} + +.faq-7-answer { + padding: 12px 14px; + font-size: 14px; + background: #f0f0f0; + margin-top: 8px; + border-radius: 6px; + color: #333; +} +.split-8-wrapper { + margin: 0; + font-family: sans-serif; + background: #f5f3f0; +} + +.split-8-section { + display: flex; + flex-wrap: wrap; + gap: 40px; + padding: 60px 30px; + max-width: 1200px; + margin: auto; + background: #fff; +} + +.split-8-left { + flex: 1; + min-width: 280px; +} + +.split-8-tagline { + font-size: 12px; + color: #999; + margin-bottom: 8px; +} + +.split-8-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.split-8-description { + font-size: 14px; + color: #555; + margin-bottom: 24px; +} + +.split-8-button-group { + display: flex; + gap: 16px; + flex-wrap: wrap; +} + +.split-8-btn { + padding: 10px 20px; + font-size: 14px; + font-weight: bold; + cursor: pointer; + border-radius: 4px; +} + +.split-8-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} + +.split-8-arrow { + background: transparent; + border: none; + color: #000; +} + +.split-8-right { + flex: 1; + min-width: 300px; + display: flex; + justify-content: center; + align-items: center; +} + +.split-8-placeholder { + width: 100%; + max-width: 400px; + height: 300px; + background: #ccc; + border-radius: 8px; +} +.hero-9-wrapper { + margin: 0; + font-family: sans-serif; + background: #f4f4f4; +} + +.hero-9-section { + text-align: center; + padding: 60px 20px 40px; + background: #fff; +} + +.hero-9-tagline { + font-size: 12px; + color: #777; + margin-bottom: 8px; +} + +.hero-9-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.hero-9-description { + font-size: 14px; + color: #555; + max-width: 600px; + margin: 0 auto 24px; +} + +.hero-9-button-group { + display: flex; + justify-content: center; + gap: 16px; + flex-wrap: wrap; + margin-bottom: 40px; +} + +.hero-9-btn { + padding: 10px 20px; + font-size: 14px; + cursor: pointer; + font-weight: bold; + border-radius: 4px; +} + +.hero-9-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} + +.hero-9-arrow { + background: transparent; + border: none; + color: #000; +} + +.hero-9-image-wrapper { + max-width: 1000px; + margin: auto; +} + +.hero-9-placeholder { + height: 320px; + background: #ccc; + border-radius: 8px; +} +.split-10-wrapper { + margin: 0; + font-family: sans-serif; + background: #f5f3f0; +} + +.split-10-section { + display: flex; + flex-wrap: wrap; + gap: 40px; + padding: 60px 30px; + max-width: 1200px; + margin: auto; + background: #fff; +} + +.split-10-left { + flex: 1; + min-width: 300px; + display: flex; + justify-content: center; + align-items: center; +} + +.split-10-placeholder { + width: 100%; + max-width: 400px; + height: 300px; + background: #ccc; + border-radius: 8px; +} + +.split-10-right { + flex: 1; + min-width: 280px; +} + +.split-10-tagline { + font-size: 12px; + color: #999; + margin-bottom: 8px; +} + +.split-10-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.split-10-description { + font-size: 14px; + color: #555; + margin-bottom: 24px; +} + +.split-10-button-group { + display: flex; + gap: 16px; + flex-wrap: wrap; +} + +.split-10-btn { + padding: 10px 20px; + font-size: 14px; + font-weight: bold; + cursor: pointer; + border-radius: 4px; +} + +.split-10-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} + +.split-10-arrow { + background: transparent; + border: none; + color: #000; +} +.grid-11-wrapper { + margin: 0; + font-family: sans-serif; + background: #f5f5f5; +} + +.grid-11-section { + padding: 60px 20px; + text-align: center; + background: #fff; +} + +.grid-11-tagline { + font-size: 12px; + color: #777; + margin-bottom: 8px; +} + +.grid-11-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.grid-11-description { + font-size: 14px; + color: #555; + max-width: 700px; + margin: 0 auto 40px; +} + +.grid-11-card-grid { + display: flex; + gap: 24px; + flex-wrap: wrap; + justify-content: center; + margin-bottom: 40px; +} + +.grid-11-card { + max-width: 300px; + text-align: center; +} + +.grid-11-placeholder { + height: 180px; + background: #ccc; + border-radius: 6px; + margin-bottom: 16px; +} + +.grid-11-card-title { + font-size: 16px; + font-weight: bold; + margin-bottom: 10px; +} + +.grid-11-card-desc { + font-size: 14px; + color: #666; +} + +.grid-11-button-group { + display: flex; + gap: 16px; + justify-content: center; +} + +.grid-11-btn { + padding: 10px 20px; + font-size: 14px; + font-weight: bold; + cursor: pointer; + border-radius: 4px; +} + +.grid-11-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} + +.grid-11-arrow { + background: transparent; + border: none; + color: #000; +} +.grid-12-wrapper { + margin: 0; + font-family: sans-serif; + background: #f5f5f5; +} + +.grid-12-section { + padding: 60px 20px; + text-align: center; + background: #fff; +} + +.grid-12-heading { + font-size: 26px; + font-weight: bold; + margin-bottom: 40px; +} + +.grid-12-grid { + display: flex; + gap: 24px; + flex-wrap: wrap; + justify-content: center; +} + +.grid-12-card { + max-width: 280px; + text-align: left; +} + +.grid-12-icon { + font-size: 24px; + margin-bottom: 16px; + color: #000; +} + +.grid-12-title { + font-size: 16px; + font-weight: bold; + margin-bottom: 12px; +} + +.grid-12-desc { + font-size: 14px; + color: #555; + margin-bottom: 16px; +} + +.grid-12-btn { + font-size: 14px; + font-weight: bold; + cursor: pointer; + background: transparent; + border: none; + color: #000; +} + + +.grid-12-arrow { + font-size: 14px; + font-weight: bold; + cursor: pointer; + background: transparent; + border: none; + color: #000; +} +.footer-1-wrapper { + background: #f8f8f8; + font-family: sans-serif; + margin: 0; + padding:20px; +} + +.footer-1-section { + background: #fff; + padding: 40px 30px 20px; + border-top: 1px solid #eee; +} + +.footer-1-top { + display: flex; + flex-wrap: wrap; + gap: 40px; + justify-content: space-between; + margin-bottom: 40px; +} + +.footer-1-brand { + flex: 1 1 300px; + max-width: 350px; +} + +.footer-1-logo { + font-size: 20px; + font-weight: bold; + margin-bottom: 10px; +} + +.footer-1-newsletter-text { + font-size: 14px; + color: #333; + margin-bottom: 16px; +} + +.footer-1-newsletter-form { + display: flex; + gap: 10px; + margin-bottom: 12px; +} + +.footer-1-newsletter-form input[type="email"] { + padding: 10px; + flex: 1; + font-size: 14px; + border: 1px solid #ccc; + border-radius: 4px; +} + +.footer-1-subscribe-btn { + padding: 10px 16px; + font-size: 14px; + border: 1px solid #000; + background: #000; + color: #fff; + border-radius: 4px; + cursor: pointer; +} + +.footer-1-privacy-note { + font-size: 12px; + color: #666; +} + +.footer-1-privacy-note a { + text-decoration: underline; + color: #000; +} + +.footer-1-columns { + display: flex; + gap: 40px; + flex-wrap: wrap; + flex: 2 1 500px; + justify-content: space-between; +} + +.footer-1-column { + min-width: 150px; +} + +.footer-1-column h4 { + font-size: 14px; + font-weight: bold; + margin-bottom: 12px; +} + +.footer-1-column ul { + list-style: none; + padding: 0; + margin: 0; +} + +.footer-1-column ul li { + margin-bottom: 8px; + font-size: 14px; +} + +.footer-1-column ul li a { + color: #000; + text-decoration: none; +} + +.footer-1-social ul li { + display: flex; + align-items: center; + gap: 8px; +} + +.footer-1-social ul li i { + width: 18px; +} + +.footer-1-bottom { + border-top: 1px solid #eee; + padding-top: 20px; + display: flex; + flex-wrap: wrap; + justify-content: space-between; + font-size: 13px; + color: #777; +} + +.footer-1-links { + display: flex; + gap: 20px; + list-style: none; + padding: 0; + margin: 0; +} + +.footer-1-links li a { + text-decoration: none; + color: #555; +} +.footer-2-wrapper { + font-family: sans-serif; + background: #f5f5f5; + padding: 20px; +} + +.footer-2-section { + background: #fff; + padding: 40px 30px 20px; + border-top: 1px solid #eee; + +} + +.footer-2-top { + display: flex; + flex-wrap: wrap; + gap: 40px; + justify-content: space-between; + margin-bottom: 40px; +} + +.footer-2-left { + flex: 1 1 300px; + max-width: 350px; +} + +.footer-2-left .logo { + font-size: 20px; + font-weight: bold; + margin-bottom: 10px; +} + +.footer-2-left p { + font-size: 14px; + color: #333; + margin: 10px 0; +} + +.footer-2-left a { + font-size: 14px; + color: #000; + text-decoration: underline; +} + +.footer-2-social-icons { + margin-top: 12px; + display: flex; + gap: 12px; +} + +.footer-2-social-icons i { + font-size: 16px; + color: #000; + cursor: pointer; +} + +.footer-2-links-columns { + flex: 2 1 400px; + display: flex; + gap: 80px; + justify-content: flex-end; +} + +.footer-2-links-columns ul { + list-style: none; + padding: 0; + margin: 0; +} + +.footer-2-links-columns ul li { + margin-bottom: 8px; + font-size: 14px; +} + +.footer-2-links-columns ul li a { + text-decoration: none; + color: #000; +} + +.footer-2-bottom { + border-top: 1px solid #eee; + padding-top: 20px; + display: flex; + flex-wrap: wrap; + justify-content: space-between; + font-size: 13px; + color: #777; +} + +.footer-2-bottom .footer-2-links { + display: flex; + gap: 20px; + list-style: none; + padding: 0; + margin: 0; +} + +.footer-2-bottom .footer-2-links li a { + text-decoration: none; + color: #555; +} +.text-1-wrapper { + margin: 0; + font-family: sans-serif; + background: #fff; +} + +.text-1-section { + padding: 60px 30px; + max-width: 700px; + margin: auto; +} + +.text-1-tagline { + font-size: 12px; + color: #999; + margin-bottom: 10px; +} + +.text-1-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.text-1-description { + font-size: 14px; + color: #555; + margin-bottom: 24px; +} + +.text-1-button-group { + display: flex; + gap: 16px; +} + +.text-1-btn { + padding: 10px 20px; + font-size: 14px; + font-weight: bold; + border-radius: 4px; + cursor: pointer; +} + +.text-1-solid { + background: #000; + color: #fff; + border: 1px solid #000; +} + +.text-1-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} +.text-2-wrapper { + margin: 0; + font-family: sans-serif; + background: #fff; +} + +.text-2-section { + padding: 60px 30px; + text-align: center; + max-width: 700px; + margin: auto; +} + +.text-2-tagline { + font-size: 12px; + color: #999; + margin-bottom: 10px; +} + +.text-2-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.text-2-description { + font-size: 14px; + color: #555; + margin-bottom: 24px; +} + +.text-2-button-group { + display: flex; + gap: 16px; + justify-content: center; +} + +.text-2-btn { + padding: 10px 20px; + font-size: 14px; + font-weight: bold; + border-radius: 4px; + cursor: pointer; +} + +.text-2-solid { + background: #000; + color: #fff; + border: 1px solid #000; +} + +.text-2-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} +.hero-1-wrapper { + margin: 0; + font-family: sans-serif; + background: #fff; +} + +.hero-1-two-column { + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; + padding: 60px 30px; + gap: 40px; +} + +.hero-1-content { + flex: 1 1 400px; + max-width: 600px; +} + +.hero-1-image { + flex: 1 1 300px; + max-width: 500px; +} + +.hero-1-placeholder { + background: #ccc; + height: 300px; + border-radius: 6px; +} + +.hero-1-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.hero-1-description { + font-size: 14px; + color: #555; + margin-bottom: 24px; +} + +.hero-1-button-group { + display: flex; + gap: 16px; +} + +.hero-1-btn { + padding: 10px 20px; + font-size: 14px; + font-weight: bold; + border-radius: 4px; + cursor: pointer; +} + +.hero-1-solid { + background: #000; + color: #fff; + border: 1px solid #000; +} + +.hero-1-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} +.hero-2-wrapper { + margin: 0; + font-family: sans-serif; + background: #fff; +} + +.hero-2-centered-hero { + text-align: center; + padding: 60px 20px; +} + +.hero-2-heading { + font-size: 28px; + font-weight: bold; + margin-bottom: 16px; +} + +.hero-2-description { + font-size: 14px; + color: #555; + margin-bottom: 24px; + max-width: 700px; + margin-left: auto; + margin-right: auto; +} + +.hero-2-button-group { + display: flex; + gap: 16px; + justify-content: center; + margin-bottom: 40px; +} + +.hero-2-btn { + padding: 10px 20px; + font-size: 14px; + font-weight: bold; + border-radius: 4px; + cursor: pointer; +} + +.hero-2-solid { + background: #000; + color: #fff; + border: 1px solid #000; +} + +.hero-2-outline { + background: transparent; + border: 1px solid #000; + color: #000; +} + +.hero-2-image { + display: flex; + justify-content: center; + margin-top: 20px; +} + +.hero-2-placeholder { + background: #ccc; + width: 100%; + max-width: 800px; + height: 300px; + border-radius: 6px; +} +.logo-1-wrapper { + margin: 0; + font-family: sans-serif; + background: #fff; +} + +.logo-1-cloud { + padding: 40px 20px; + text-align: center; +} + +.logo-1-intro-text { + font-size: 14px; + color: #333; + margin-bottom: 20px; +} + +.logo-1-grid { + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 24px; +} + +.logo-1-grid img { + height: 30px; + opacity: 0.8; + transition: opacity 0.3s ease; +} + +.logo-1-grid img:hover { + opacity: 1; +} +.feature-1-wrapper { + margin: 0; + font-family: sans-serif; + background-color: #fff; + color: #111; +} + +.feature-1-section { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + align-items: flex-start; + padding: 60px 40px; + max-width: 1200px; + margin: auto; + gap: 40px; +} + +.feature-1-text { + flex: 1 1 500px; +} + +.feature-1-tag { + font-size: 14px; + color: #555; + margin-bottom: 10px; +} + +.feature-1-title { + font-size: 36px; + font-weight: 800; + margin-bottom: 20px; +} + +.feature-1-subtitle { + font-size: 16px; + line-height: 1.6; + color: #333; + margin-bottom: 30px; +} + +.feature-1-benefits { + display: flex; + gap: 40px; + margin-bottom: 30px; + flex-wrap: wrap; +} + +.feature-1-benefit { + display: flex; + align-items: flex-start; + gap: 10px; + max-width: 250px; +} + +.feature-1-benefit i { + font-size: 24px; + color: #000; +} + +.feature-1-benefit h4 { + margin: 0 0 5px; + font-size: 16px; + font-weight: 700; +} + +.feature-1-benefit p { + margin: 0; + font-size: 14px; + color: #444; +} + +.feature-1-actions { + display: flex; + align-items: center; + gap: 20px; +} + +.feature-1-btn.feature-1-primary { + padding: 10px 20px; + background-color: #fff; + border: 2px solid #111; + font-weight: 600; + cursor: pointer; +} + +.feature-1-btn-link { + font-weight: 500; + font-size: 14px; + text-decoration: none; + color: #111; + display: inline-flex; + align-items: center; + gap: 5px; +} + +.feature-1-image { + flex: 1 1 400px; +} + +.feature-1-placeholder { + width: 100%; + aspect-ratio: 1 / 1; + background-color: #ddd; + background-image: url('https://via.placeholder.com/100x100?text=Image'); + background-repeat: no-repeat; + background-position: center; + background-size: 40px; +} + +.nav-1-wrapper { + margin: 0; + font-family: sans-serif; +} + +.nav-1-navbar { + display: flex; + justify-content: space-between; + align-items: center; + padding: 16px 40px; + border-bottom: 1px solid #eee; +} + +.nav-1-logo { + font-family: cursive; + font-size: 24px; + font-weight: bold; +} + +.nav-1-nav-links { + list-style: none; + display: flex; + gap: 20px; + margin: 0; + padding: 0; +} + +.nav-1-nav-links li a { + text-decoration: none; + color: #111; + font-size: 14px; +} + +.nav-1-dropdown i { + font-size: 10px; + margin-left: 5px; +} + +.nav-1-nav-actions { + display: flex; + gap: 10px; +} + +.nav-1-btn { + padding: 6px 14px; + font-size: 14px; + font-weight: 500; + cursor: pointer; + border: 2px solid #111; +} + +.nav-1-outline { + background-color: transparent; + color: #111; +} + +.nav-1-solid { + background-color: #111; + color: #fff; +} +.visa-order-btn-section { + padding: 60px 20px; + text-align: center; + background-color: #f9f9f9; +} + +.visa-order-btn { + padding: 12px 28px; + font-size: 15px; + font-weight: 600; + color: #fff; + background-color: #0072f5; + border: none; + border-radius: 6px; + cursor: pointer; + transition: background-color 0.3s ease; + box-shadow: 0 4px 8px rgba(0, 114, 245, 0.2); +} + +.visa-order-btn:hover { + background-color: #005fcc; +} + + +/* Master Reset & Base Styles */ +html, body { + margin: 0 ; + padding: 0 ; + width: 100% ; + min-height: 100% ; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ; + font-size: 16px ; + line-height: 1.6 ; + color: #333 ; + background-color: #fff ; + box-sizing: border-box ; + overflow-x: hidden ; + text-align: left ; /* Override center alignment */ +} + +*, *::before, *::after { + box-sizing: border-box ; +} + +/* Common Container */ +// .container { +// max-width: 1200px ; +// width: 100% ; +// margin: 0 auto ; +// padding: 0 20px ; +// } + +// /* Section Styling for Consistent Flow */ +// section { +// padding: 80px 0 ; +// position: relative ; +// width: 100% ; +// background-color: #fff ; +// } + +// section:nth-child(even) { +// background-color: #f9f9f9 ; +// } + +/* Typography Hierarchy */ +// h1, h2, h3, h4, h5, h6 { +// margin-top: 0 ; +// margin-bottom: 0.5em ; +// line-height: 1.3 ; +// font-weight: 700 ; +// color: #111 ; +// } + +// h1 { +// font-size: 2.5rem ; +// } + +// h2 { +// font-size: 2rem ; +// } + +// h3 { +// font-size: 1.75rem ; +// } + +// h4 { +// font-size: 1.5rem ; +// } + +// h5 { +// font-size: 1.25rem ; +// } + +// h6 { +// font-size: 1rem ; +// } + +// p { +// margin-top: 0 ; +// margin-bottom: 1rem ; +// color: #555 ; +// } + +/* Link Styling */ +// a { +// color: #0066cc ; +// text-decoration: none ; +// transition: all 0.3s ease ; +// } + +// a:hover { +// color: #004499 ; +// text-decoration: underline ; +// } + +/* Button System */ +.hero-1-btn, .hero-2-btn, .grid-11-btn, .grid-12-btn, +.split-8-btn, .split-10-btn, .text-1-btn, .text-2-btn, +.cta-3-btn, .faq-4-footer-btn, .faq-5-contact-btn, +.faq-6-view-more-btn, .visa-order-btn, .nav-1-btn { + display: inline-block ; + padding: 12px 24px ; + font-size: 16px ; + font-weight: 600 ; + text-align: center ; + border-radius: 6px ; + cursor: pointer ; + transition: all 0.3s ease ; + border: 2px solid transparent ; + letter-spacing: 0.5px ; + text-decoration: none ; +} + +.hero-1-solid, .hero-2-solid, .text-1-solid, .text-2-solid, .cta-3-solid, .nav-1-solid { + background-color: #0066cc ; + color: #fff ; + border-color: #0066cc ; +} + + .hero-1-solid:hover, .hero-2-solid:hover, .text-1-solid:hover, .text-2-solid:hover, .cta-3-solid:hover, .nav-1-solid:hover { + background-color: #004499 ; + border-color: #004499 ; +} + + .hero-1-outline, .hero-2-outline, .text-1-outline, .text-2-outline, .cta-3-outline, .nav-1-outline { + background-color: transparent ; + color: #0066cc ; + border-color: #0066cc ; +} + + .hero-1-outline:hover, .hero-2-outline:hover, .text-1-outline:hover, .text-2-outline:hover, .cta-3-outline:hover, .nav-1-outline:hover { + background-color: #0066cc ; + color: #fff ; +} + + +/* Form Elements */ +input, textarea, select { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ; + font-size: 16px ; + padding: 12px ; + border: 1px solid #ccc ; + border-radius: 6px ; + width: 100% ; + transition: border-color 0.3s ease ; +} + +input:focus, textarea:focus, select:focus { + outline: none ; + border-color: #0066cc ; + box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1) ; +} + +/* Navigation Override */ +.nav-1-navbar { + background-color: #fff ; + box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) ; + position: sticky ; + top: 0 ; + z-index: 1000 ; +} + +/* Blog Section Fixes */ +.tn1-blog-section, .blog-2-section { + background-color: inherit ; + padding: 80px 20px ; +} + +.tn1-blog-card, .blog-2-card { + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) ; + transition: transform 0.3s ease, box-shadow 0.3s ease ; + overflow: hidden ; +} + +.tn1-blog-card:hover, .blog-2-card:hover { + transform: translateY(-5px) ; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12) ; +} + +/* FAQ Sections */ +.faq-4-section, .faq-5-section, .faq-6-block, .faq-7-container { + background-color: inherit ; +} + +.faq-4-question, .faq-5-question, .faq-6-question, .faq-7-question { + background-color: #f1f1f1 ; + transition: background-color 0.3s ease ; +} + +.faq-4-question:hover, .faq-5-question:hover, .faq-6-question:hover, .faq-7-question:hover { + background-color: #e7e7e7 ; +} + +/* Footer Override */ +.footer-1-section, .footer-2-section { + background-color: #f8f8f8 ; + border-top: 1px solid #eee ; +} + +/* Contact Section */ +.contact-1-section { + background-color: #fff ; + box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) ; +} + +.contact-1-submit-btn { + background-color: #0066cc ; + color: #fff ; +} + +.contact-1-submit-btn:hover { + background-color: #004499 ; +} + +/* Hero Section Enhancements */ +.hero-1-two-column, .hero-2-centered-hero, .hero-9-section { + background-color: inherit ; +} + +.hero-1-placeholder, .hero-2-placeholder, .hero-9-placeholder { + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) ; + overflow: hidden ; + position: relative ; +} + +/* Split Sections */ +.split-8-section, .split-10-section { + background-color: inherit ; +} + +.split-8-placeholder, .split-10-placeholder { + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) ; +} + +/* Testimonial Styling */ +testimonial { + display: block ; + max-width: 800px ; + margin: 40px auto ; + padding: 35px ; + background-color: #fff ; + border-radius: 10px ; + box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) ; + font-style: italic ; + color: #444 ; + position: relative ; + line-height: 1.8 ; + font-size: 1.1rem ; + border-left: 5px solid #0066cc ; +} + +testimonial::before { + content: '"' ; + font-size: 5rem ; + color: #0066cc ; + position: absolute ; + left: 15px ; + top: -10px ; + opacity: 0.2 ; + font-family: Georgia, serif ; +} + + +/* Animations and Transitions */ +.fade-in { + animation: fadeIn 1s ease-in-out ; +} + +@keyframes fadeIn { + from { + opacity: 0 ; + transform: translateY(20px) ; + } + to { + opacity: 1 ; + transform: translateY(0) ; + } +} + +/* Ensure smooth scrolling */ +html { + scroll-behavior: smooth ; +} + + +html, body { + margin: 0 !important; + padding: 0 !important; + min-height: 100% !important; + width: 100% !important; + font-family: 'Segoe UI', sans-serif !important; +} + + + + +

Unlock the Wonders of Egypt: Apply for Your Visa Online

Experience the magic of ancient Egypt with our fast and secure online visa application service. Government-approved and backed by 24/7 support, your journey to the land of the Pharaohs starts here.

+

Unlock the Wonders of Egypt

Your Seamless Journey to the Land of the Pharaohs Begins Here

Visa2Egypt offers fast, reliable, and government-approved visa processing for all your Egyptian adventures. Whether you're a tourist, business professional, or archaeologist, we simplify the application process, ensuring a smooth and stress-free experience. Explore ancient wonders and modern marvels with confidence.

+

Applying for my Egypt visa through Visa2Egypt was incredibly smooth. The online platform is intuitive, and I received my visa within 48 hours. Highly recommend!

Author Avatar

Sarah Jones

Travel Blogger, AdventureAwaits.com

+⚠️ HTML API call failed. +
+
+

Our Pricing Plans

+
+
+

Standard Processing

+
+ $ + 99 +
+
    +
  • Processing time: 5-7 business days
  • +
  • Email support
  • +
  • Basic application assistance
  • +
+ +
+ +
+

Premium Processing

+
+ $ + 199 +
+
    +
  • Processing time: 24 hours guaranteed
  • +
  • 24/7 phone & email support
  • +
  • Dedicated application manager with priority access
  • +
  • Document review and correction
  • +
  • Optional expedited delivery
  • +
+ +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/payment.html b/payment.html new file mode 100644 index 0000000..c15ea5b --- /dev/null +++ b/payment.html @@ -0,0 +1,4199 @@ + + + + + + payment + + + + +

Your Journey to Egypt Begins Here

Fast & Secure Egypt Visa Applications

Visa2Egypt offers seamless online visa processing for tourists, business travelers, and researchers. Government-approved and compliant, ensuring a smooth entry to the land of the Pharaohs.

+
+
+

Payment Methods

+
+
+
+ Visa +

Visa

+

Secure and reliable payment processing.

+
+
+
+
+ Mastercard +

Mastercard

+

Fast and convenient online payments.

+
+
+
+
+ PayPal +

PayPal

+

Secure online payments via your PayPal account.

+
+
+
+
+ American Express +

American Express

+

Flexible payment options for your convenience.

+
+
+
+
+
+ +
+
+

Confirmation

+
+

Thank you for your application. Your reference number is: #123456789

+

We have received your application and are processing it. You will receive an email notification within 24-72 hours.

+
+

Application Details

+
    +
  • Visa Type: Tourist Visa
  • +
  • Applicant Name: John Doe
  • +
  • Application Date: October 26, 2023
  • +
  • Payment Status: Confirmed
  • +
+
+
+

Next Steps

+

You can track the status of your application here.

+

If you have any questions, please contact us at support@visa2egypt.com or call us at +1-555-123-4567.

+
+
+
+
+ + + + \ No newline at end of file diff --git a/requirements.html b/requirements.html new file mode 100644 index 0000000..2fbe950 --- /dev/null +++ b/requirements.html @@ -0,0 +1,4212 @@ + + + + + + requirements + + + + +
+

Your Journey to Egypt Begins Here

Fast & Secure Egypt Visa Applications

Visa2Egypt offers seamless online visa processing for tourists, business travelers, and researchers. Government-approved and compliant, ensuring a smooth entry to the land of the Pharaohs.

+

Essential Documents for Your Egypt Visa

  • Valid Passport (at least 6 months validity remaining)
  • High-quality Passport Photo (meeting our specifications)
  • Proof of Accommodation (hotel booking, invitation letter)
  • Round-trip Flight or Travel Itinerary
  • Proof of sufficient funds for your trip
+
+
+

Photo Requirements

+

Ensure your photograph meets the following criteria for a smooth application process:

+
+
+

Photo Size

+

Minimum dimensions: 350 x 450 pixels
Maximum dimensions: 1000 x 1200 pixels

+
+
+

Background

+

Plain white or light-grey background. No shadows.

+
+
+

Facial Features

+

Face should be centered and take up 70-80% of the image. Neutral expression, eyes open and clearly visible.

+
+
+

Headwear

+

Headwear is generally not allowed, unless worn for religious reasons. The face must be fully visible.

+
+
+

Image Quality

+

High resolution, clear image. No blurry or pixelated areas. Taken within the last 6 months.

+
+
+

File Format

+

JPEG or PNG format only.

+
+
+

File Size

+

Maximum file size: 1MB

+
+
+

Failing to meet these requirements may result in your application being delayed. Learn more about acceptable photo specifications.

+ Example of an acceptable passport photo +
+
+ +
+
+

Additional Requirements

+
+
+

Passport Validity

+

Your passport must be valid for at least six months beyond your intended stay in Egypt.

+
+
+

Passport Photos

+

Two recent passport-sized photographs are required. Specific guidelines are available here.

+
+
+

Proof of Accommodation

+

Provide a copy of your hotel reservation or other proof of accommodation.

+
+
+

Travel Itinerary

+

A detailed travel itinerary outlining your planned activities and destinations in Egypt.

+
+
+

Financial Proof

+

Evidence of sufficient funds to support your stay in Egypt (bank statements, credit card statements).

+
+
+

Visa Type Specific Requirements

+

Additional documents may be required depending on your chosen visa type. Please refer to the specific visa type page for details.

+
+
+
+
+ + + + \ No newline at end of file diff --git a/track_application.html b/track_application.html new file mode 100644 index 0000000..4d07578 --- /dev/null +++ b/track_application.html @@ -0,0 +1,4166 @@ + + + + + + track_application + + + + +

Your Journey to Egypt Begins Here

Fast & Secure Egypt Visa Applications

Visa2Egypt offers seamless online visa processing for tourists, business travelers, and researchers. Government-approved and compliant, ensuring a smooth entry to the land of the Pharaohs.

+

Track Your Egypt Visa Journey

+
+
+

Latest Updates & Announcements

+
+
+
October 26, 2023
+
Important Notice: New Visa Requirements for Tourist Visas
+

Please be advised that new requirements for tourist visas have been implemented. Review the updated requirements on the Requirements page.

+ Learn More +
+
+
October 12, 2023
+
System Maintenance Scheduled
+

Our visa application system will undergo scheduled maintenance on November 5th from 10 PM to 12 AM EST.

+ Read More +
+
+
September 28, 2023
+
Visa Processing Times Updated
+

Processing times for certain visa types have been updated. Please check the individual visa type pages for the latest information.

+ Check Processing Times +
+
+
+
+ + + + \ No newline at end of file diff --git a/visa_types.html b/visa_types.html new file mode 100644 index 0000000..c0e95dc --- /dev/null +++ b/visa_types.html @@ -0,0 +1,4256 @@ + + + + + + visa_types + + + + +

Your Journey to Egypt Begins Here

Fast & Secure Egypt Visa Applications

Visa2Egypt offers seamless online visa processing for tourists, business travelers, and researchers. Government-approved and compliant, ensuring a smooth entry to the land of the Pharaohs.

+
+
+

Tourist Visa

+
+
+ Tourist Visa in Egypt +
+
+

Explore the Wonders of Egypt

+

Discover the ancient pyramids, the majestic Nile River, and the vibrant culture of Egypt with our easy-to-use tourist visa application process.

+
    +
  • Processing Time: 2-5 business days
  • +
  • Validity: 30 days / 90 days (options available)
  • +
  • Embassy Fees: [Insert Fee Amount]
  • +
+ Apply Now +
+
+
+
+

What you'll need:

+
    +
  • Valid Passport
  • +
  • Passport Photo
  • +
  • Proof of Accommodation
  • +
  • Flight Itinerary
  • +
  • [Other required documents]
  • +
+
+
+
+
+ +
+
+

Business Visa

+
+
+ Business Visa in Egypt +
+
+

Obtain your Egyptian business visa swiftly and securely. Our streamlined application process ensures compliance with all Egyptian regulations. We handle the complexities, allowing you to focus on your business objectives.

+
    +
  • Fast Processing: [Processing Time]
  • +
  • Validity: [Validity Period]
  • +
  • Embassy Fees: [Fee Details]
  • +
  • Requirements: [List Key Requirements]
  • +
+ Apply Now +
+
+
+
+

What You Need to Know

+

This section provides further details and answers frequently asked questions regarding business visas. For additional support, please contact our customer service team.

+ +
+
+
+
+ +
+
+

Nile Cruise Visa

+
+
+ Nile Cruise +
+
+

Planning an unforgettable Nile cruise? Ensure a smooth journey with our streamlined Nile Cruise Visa application process. We handle all the complexities, allowing you to focus on the wonders of ancient Egypt.

+
    +
  • Fast Processing: Receive your visa quickly and efficiently.
  • +
  • Simplified Application: Our user-friendly online form makes applying a breeze.
  • +
  • Expert Support: Our team is available to assist you every step of the way.
  • +
  • Secure Processing: Your data is safe with our secure online platform.
  • +
+ Apply Now +
+
+
+

Visa Requirements

+
    +
  • Valid Passport
  • +
  • Passport Photo
  • +
  • Cruise Itinerary
  • +
  • Proof of Travel Insurance
  • +
+

For detailed requirements, please refer to the Visa Requirements page.

+
+
+
+ +
+
+

Archaeology Permit

+
+
+ Archaeology Permit Icon +
+
+

Obtain the necessary permits for archaeological research and exploration in Egypt. Our streamlined process ensures a smooth and efficient application experience.

+
    +
  • Detailed application guidance
  • +
  • Expert support throughout the process
  • +
  • Fast processing times
  • +
  • Secure online submission
  • +
+ Learn More +
+
+
+
+ + + + \ No newline at end of file