<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="JAq8A8FIo1KAATA6ddCcYbJqLVdKb604s0iMfbobcT8" />
<title>Crown International Education Pvt Ltd</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<style>
body {
font-family: 'Segoe UI', sans-serif;
background-color: #f8fafc;
color: #1e293b;
}
.hero {
background: linear-gradient(to right, #0f172a, #1e3a8a);
color: white;
padding: 100px 0;
text-align: center;
}
.hero h1 {
font-size: 3rem;
}
.hero p {
font-size: 1.2rem;
max-width: 700px;
margin: 20px auto 0;
}
section {
padding: 60px 20px;
}
.icon-box i {
font-size: 2rem;
color: #2563eb;
margin-bottom: 10px;
}
footer {
background: #0f172a;
color: white;
padding: 20px;
text-align: center;
}
footer a {
color: #38bdf8;
text-decoration: none;
}
.social-icons a {
margin: 0 10px;
color: #facc15;
font-size: 1.4rem;
}
</style>
</head>
<body>
<!-- Bootstrap CSS (v5.3 or latest) -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<!-- Full-Width Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark" style="background: linear-gradient(90deg, #0f172a, #1e3a8a); position: fixed; top: 0; width: 100%; z-index: 999;">
<div class="container-fluid px-4">
<!-- Logo -->
<a class="navbar-brand d-flex align-items-center" href="#home">
<img src="logo.png" alt="Crown International" style="height: 65px;">
</a>
<!-- Toggler with white icon -->
<button class="navbar-toggler text-white" type="button" onclick="toggleNavbar()">
<i class="fas fa-bars"></i>
</button>
<!-- Menu -->
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav text-uppercase fw-semibold" style="gap: 14px;">
<li class="nav-item"><a class="nav-link px-3" href="#home"><i class="fas fa-home me-1"></i> Home</a></li>
<li class="nav-item"><a class="nav-link px-3" href="#about"><i class="fas fa-info-circle me-1"></i> About</a></li>
<li class="nav-item"><a class="nav-link px-3" href="#services"><i class="fas fa-concierge-bell me-1"></i> Services</a></li>
<li class="nav-item"><a class="nav-link px-3" href="#universities"><i class="fas fa-university me-1"></i> Universities</a></li>
<li class="nav-item"><a class="nav-link px-3" href="#students"><i class="fas fa-user-graduate me-1"></i> Students</a></li>
<li class="nav-item"><a class="nav-link px-3" href="#team"><i class="fas fa-users me-1"></i> Team</a></li>
<li class="nav-item"><a class="nav-link px-3" href="#faq"><i class="fas fa-question-circle me-1"></i> FAQ</a></li>
<li class="nav-item"><a class="nav-link px-3" href="#contact"><i class="fas fa-envelope me-1"></i> Contact</a></li>
<!-- Flag Icons -->
<li class="nav-item d-flex align-items-center" style="gap: 6px;">
<img src="https://flagcdn.com/24x18/gb.png" alt="UK">
<img src="https://flagcdn.com/24x18/us.png" alt="USA">
<img src="https://flagcdn.com/24x18/au.png" alt="Australia">
<img src="https://flagcdn.com/24x18/ca.png" alt="Canada">
<img src="https://flagcdn.com/24x18/de.png" alt="Germany">
</li>
<!-- WhatsApp & Consult Buttons -->
<li class="nav-item ms-3">
<a href="https://wa.me/923365959597" target="_blank" class="btn btn-success btn-sm px-3">
<i class="fab fa-whatsapp"></i> WhatsApp
</a>
</li>
<li class="nav-item ms-2">
<a href="#book-consultation" class="btn btn-warning btn-sm px-3 text-dark fw-bold">
<i class="fas fa-calendar-check"></i> Book Consultation
</a>
</li>
<!-- Social Icons -->
<li class="nav-item d-flex align-items-center ms-3" style="gap: 10px;">
<a href="#" target="_blank" style="color: #f8fafc;"><i class="fab fa-facebook-f"></i></a>
<a href="#" target="_blank" style="color: #f8fafc;"><i class="fab fa-instagram"></i></a>
<a href="#" target="_blank" style="color: #f8fafc;"><i class="fab fa-linkedin-in"></i></a>
<a href="#" target="_blank" style="color: #f8fafc;"><i class="fab fa-youtube"></i></a>
</li>
<!-- Badge -->
<li class="nav-item ms-3 d-none d-lg-block">
<span style="font-size: 0.8rem; color: #facc15; font-weight: bold;">
<i class="fas fa-certificate me-1"></i> British Council Certified
</span>
</li>
</ul>
</div>
</div>
</nav>
<!-- Bootstrap JS (Required for Collapse) -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Inline JavaScript for Smooth Toggle -->
<script>
function toggleNavbar() {
const nav = document.getElementById("navbarNav");
if (nav.classList.contains("show")) {
nav.classList.remove("show");
} else {
nav.classList.add("show");
}
}
</script>
<!-- Hero Section -->
<section id="home" class="hero d-flex align-items-center justify-content-center text-center" style="min-height: 100vh; background: radial-gradient(circle at center, #1e3a8a, #0f172a); color: white; padding: 80px 20px;">
<div class="container">
<!-- Typewriter Heading -->
<h1 id="typewriter" class="typewriter-heading"></h1>
<!-- Quote -->
<p style="font-size: 1.1rem; max-width: 750px; margin: 15px auto;">
<i class="fas fa-quote-left"></i> Education is the most powerful weapon which you can use to change the world.
<i class="fas fa-quote-right"></i><br>
<span style="font-size: 0.95rem;">– Nelson Mandela</span>
</p>
<!-- Features -->
<div style="font-size: 1rem; margin-top: 20px; color: #facc15;">
<i class="fas fa-globe me-1"></i> Study Abroad |
<i class="fas fa-hand-holding-usd me-1"></i> Scholarships |
<i class="fas fa-passport me-1"></i> Visa Guidance
</div>
<!-- Country Flags (8 countries) -->
<div class="d-flex flex-wrap justify-content-center gap-4 mt-5">
<div class="text-center">
<img src="https://flagcdn.com/48x36/gb.png" alt="UK"><br>
<small><i class="fas fa-university"></i> UK</small>
</div>
<div class="text-center">
<img src="https://flagcdn.com/48x36/us.png" alt="USA"><br>
<small><i class="fas fa-university"></i> USA</small>
</div>
<div class="text-center">
<img src="https://flagcdn.com/48x36/au.png" alt="Australia"><br>
<small><i class="fas fa-university"></i> Australia</small>
</div>
<div class="text-center">
<img src="https://flagcdn.com/48x36/ca.png" alt="Canada"><br>
<small><i class="fas fa-university"></i> Canada</small>
</div>
<div class="text-center">
<img src="https://flagcdn.com/48x36/de.png" alt="Germany"><br>
<small><i class="fas fa-university"></i> Germany</small>
</div>
<div class="text-center">
<img src="https://flagcdn.com/48x36/tr.png" alt="Turkey"><br>
<small><i class="fas fa-university"></i> Turkey</small>
</div>
<div class="text-center">
<img src="https://flagcdn.com/48x36/nz.png" alt="New Zealand"><br>
<small><i class="fas fa-university"></i> New Zealand</small>
</div>
<div class="text-center">
<img src="https://flagcdn.com/48x36/ae.png" alt="UAE"><br>
<small><i class="fas fa-university"></i> UAE</small>
</div>
</div>
<!-- Call Now Button -->
<div class="mt-5">
<a href="tel:+923365959597" class="btn btn-lg btn-warning text-dark fw-bold px-4 py-2" style="font-size: 1.1rem;">
<i class="fas fa-phone-alt me-2"></i> Call Now: 0336-5959597
</a>
</div>
</div>
</section>
<!-- Typewriter Styles + Script -->
<style>
#typewriter {
font-weight: 700;
border-right: 2px solid #facc15;
white-space: nowrap;
overflow: hidden;
animation: blink-caret 0.75s step-end infinite;
margin-bottom: 20px;
}
.typewriter-heading {
font-size: 2rem;
}
@media (min-width: 768px) {
.typewriter-heading {
font-size: 3rem;
}
}
@media (min-width: 1024px) {
.typewriter-heading {
font-size: 3.5rem;
}
}
@keyframes blink-caret {
from, to { border-color: transparent; }
50% { border-color: #facc15; }
}
</style>
<script>
const message = "Empowering Futures Through Global Education";
const target = document.getElementById("typewriter");
function typeWriter(text, index = 0) {
if (index === 0) {
target.textContent = "";
target.style.borderRight = "2px solid #facc15";
}
if (index < text.length) {
target.textContent += text.charAt(index);
setTimeout(() => typeWriter(text, index + 1), 80);
} else {
setTimeout(() => {
target.textContent = "";
typeWriter(text);
}, 30000);
}
}
document.addEventListener("DOMContentLoaded", () => {
typeWriter(message);
});
</script>
<!-- About, Mission, Vision Section as Cards -->
<section id="about" style="background-color: #f1f5f9; padding: 80px 20px;">
<div class="container">
<div class="row text-center g-4">
<!-- About Us -->
<div class="col-md-4">
<div style="background: white; border-radius: 16px; padding: 30px; box-shadow: 0 8px 20px rgba(0,0,0,0.08); animation: fadeInUp 1s ease-in-out;">
<div style="font-size: 2rem; color: #1e3a8a; margin-bottom: 15px;">
<i class="fas fa-circle-info"></i>
</div>
<h4 style="font-weight: 700; margin-bottom: 15px;">About Us</h4>
<p style="font-size: 0.95rem;">Crown International Education Pvt Ltd is a leading overseas education consultancy in Pakistan. We offer expert counseling, admissions, and visa services for the UK, USA, Canada, Australia, and Europe.</p>
</div>
</div>
<!-- Mission -->
<div class="col-md-4">
<div style="background: white; border-radius: 16px; padding: 30px; box-shadow: 0 8px 20px rgba(0,0,0,0.08); animation: fadeInUp 1.2s ease-in-out;">
<div style="font-size: 2rem; color: #1e3a8a; margin-bottom: 15px;">
<i class="fas fa-bullseye"></i>
</div>
<h4 style="font-weight: 700; margin-bottom: 15px;">Our Mission</h4>
<p style="font-size: 0.95rem;">To provide professional, transparent, and reliable education consultancy services that empower Pakistani students to achieve academic and career goals abroad.</p>
</div>
</div>
<!-- Vision -->
<div class="col-md-4">
<div style="background: white; border-radius: 16px; padding: 30px; box-shadow: 0 8px 20px rgba(0,0,0,0.08); animation: fadeInUp 1.4s ease-in-out;">
<div style="font-size: 2rem; color: #1e3a8a; margin-bottom: 15px;">
<i class="fas fa-eye"></i>
</div>
<h4 style="font-weight: 700; margin-bottom: 15px;">Our Vision</h4>
<p style="font-size: 0.95rem;">To become Pakistan’s most trusted and result-oriented international education consultancy, shaping bright futures and global citizens.</p>
</div>
</div>
</div>
<!-- CEO Section -->
<div class="text-center bounce-in mt-5">
<h5 style="color: #1e3a8a; font-weight: bold;">Mr. Ayaz Khan</h5>
<p style="font-size: 0.9rem; margin-bottom: 6px;">CEO - Crown International Education</p>
<img src="https://cdn-icons-png.flaticon.com/512/2956/2956780.png" alt="signature" style="width: 130px; margin: 10px auto; opacity: 0.8;">
<!-- Social Media Icons -->
<div style="margin-top: 15px; font-size: 1.2rem;">
<a href="https://facebook.com" target="_blank" class="social-icon" style="color: #1877f2; margin: 0 10px;"><i class="fab fa-facebook-f"></i></a>
<a href="https://instagram.com" target="_blank" class="social-icon" style="color: #e1306c; margin: 0 10px;"><i class="fab fa-instagram"></i></a>
<a href="https://linkedin.com" target="_blank" class="social-icon" style="color: #0077b5; margin: 0 10px;"><i class="fab fa-linkedin-in"></i></a>
<a href="https://youtube.com" target="_blank" class="social-icon" style="color: #ff0000; margin: 0 10px;"><i class="fab fa-youtube"></i></a>
</div>
<!-- CEO Message -->
<div style="max-width: 800px; margin: 40px auto 0; font-size: 1rem; color: #334155; line-height: 1.7;">
<p style="animation: fadeInUp 1s ease-in-out;">
At Crown International Education, we believe that education is not just about acquiring degrees — it’s about building futures. We are committed to providing students with the right direction, support, and mentorship to explore the world of global opportunities. Our personalized approach ensures that each student receives the attention and guidance they deserve.
</p>
<p style="animation: fadeInUp 1.3s ease-in-out;">
Whether it's your first step toward studying abroad or you're navigating complex visa procedures, we’re here to walk the journey with you. Our team works tirelessly to ensure that dreams don’t remain dreams — they turn into success stories that inspire. Join us in shaping your tomorrow, today.
</p>
</div>
</div>
</div>
</section>
<!-- Animation Styles -->
<style>
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes bounceIn {
0% { opacity: 0; transform: scale(0.9); }
50% { opacity: 1; transform: scale(1.02); }
100% { transform: scale(1); }
}
.bounce-in {
animation: bounceIn 1s ease forwards;
}
</style>
<!-- Font Awesome (if not already included) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Font Awesome (Only once in <head>) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- UK Partner Universities Section -->
<section id="universities" style="padding: 100px 20px; background: linear-gradient(to right, #0f172a, #1e3a8a); color: white;">
<div class="container">
<h2 class="text-center mb-5" style="font-weight: bold; animation: fadeInDown 1s;">
<img src="https://flagcdn.com/gb.svg" alt="UK Flag" style="width: 36px; margin-right: 10px; vertical-align: middle;">
Our UK University Partners
</h2>
<div class="row" id="uni-cards"></div>
</div>
</section>
<!-- Animations -->
<style>
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(40px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
from { opacity: 0; transform: translateY(-40px); }
to { opacity: 1; transform: translateY(0); }
}
</style>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- JavaScript to Auto-Generate Cards -->
<script>
const universities = [
"London South Bank University",
"University of Hertfordshire",
"De Montfort University",
"Canterbury Christ Church University",
"Hartpury University",
"Ulster University London/Birmingham",
"Northumbria University Main/London",
"Solent University",
"Ulster University Belfast",
"University of Central Lancashire",
"University of West of Scotland Campus",
"University of Chester",
"University of Suffolk",
"Leeds Beckett University",
"London Metropolitan University",
"University of Gloucestershire",
"University of West England",
"Univesity of South Wales",
"University of Bolton",
"University of Portsmouth",
"University of Wolverhampton",
"Aston University",
"University of Huddersfield",
"Teesside University",
"Coventry University"
];
const container = document.getElementById("uni-cards");
universities.forEach((name, index) => {
const delay = (index * 0.1).toFixed(1);
const card = document.createElement("div");
card.className = "col-md-4 mb-4";
card.style = `animation: fadeInUp 1s; animation-delay: ${delay}s; animation-fill-mode: forwards;`;
card.innerHTML = `
<div style="background: white; color: #1e3a8a; border-radius: 15px; padding: 25px; box-shadow: 0 4px 20px rgba(0,0,0,0.2); text-align: center; height: 100%;">
<img src="https://flagcdn.com/gb.svg" style="width: 30px;">
<h5 style="margin-top: 10px; font-weight: 600;">${name}</h5>
<p>Partnered for your bright future in the UK.</p>
<a href="https://wa.me/923365959597" target="_blank" style="color: #25D366;">
<i class="fab fa-whatsapp"></i> WhatsApp Us
</a>
</div>`;
container.appendChild(card);
});
</script>
<!-- Info Section: Total Stats & Offerings -->
<section id="info-stats" style="background-color: #ffffff; padding: 100px 20px;">
<div class="container">
<div class="row text-center">
<div class="col-md-3 mb-4" style="animation: fadeInUp 1s;">
<div style="background: #f1f5f9; border-radius: 15px; padding: 30px; box-shadow: 0 4px 16px rgba(0,0,0,0.1);">
<h2 style="color: #1e3a8a; font-weight: bold;">25+</h2>
<p style="margin: 0;">Partner Universities</p>
</div>
</div>
<div class="col-md-3 mb-4" style="animation: fadeInUp 1s; animation-delay: 0.2s;">
<div style="background: #f1f5f9; border-radius: 15px; padding: 30px; box-shadow: 0 4px 16px rgba(0,0,0,0.1);">
<h2 style="color: #1e3a8a; font-weight: bold;">1,000+</h2>
<p style="margin: 0;">Students Placed</p>
</div>
</div>
<div class="col-md-3 mb-4" style="animation: fadeInUp 1s; animation-delay: 0.4s;">
<div style="background: #f1f5f9; border-radius: 15px; padding: 30px; box-shadow: 0 4px 16px rgba(0,0,0,0.1);">
<h2 style="color: #1e3a8a; font-weight: bold;">100+</h2>
<p style="margin: 0;">Courses Offered</p>
</div>
</div>
<div class="col-md-3 mb-4" style="animation: fadeInUp 1s; animation-delay: 0.6s;">
<div style="background: #f1f5f9; border-radius: 15px; padding: 30px; box-shadow: 0 4px 16px rgba(0,0,0,0.1);">
<h2 style="color: #1e3a8a; font-weight: bold;">24/7</h2>
<p style="margin: 0;">Support & Guidance</p>
</div>
</div>
</div>
<div class="row mt-5 text-center">
<div class="col-md-6 mb-4" style="animation: fadeInLeft 1s;">
<h4 style="font-weight: bold; color: #1e3a8a;"><i class="fas fa-language"></i> English Language Courses</h4>
<p style="max-width: 500px; margin: 0 auto;">Prepare for IELTS, TOEFL, and PTE with expert tutors. We provide free resources, mock tests, and feedback sessions to ensure your success.</p>
</div>
<div class="col-md-6 mb-4" style="animation: fadeInRight 1s;">
<h4 style="font-weight: bold; color: #1e3a8a;"><i class="fas fa-star"></i> Success Stories</h4>
<p style="max-width: 500px; margin: 0 auto;">Hundreds of students have achieved their dreams with our guidance. From admissions to visas, we’ve been a part of their successful journey abroad.</p>
</div>
</div>
<!-- Contact Button -->
<div class="text-center mt-5">
<a href="https://wa.me/923365959597" target="_blank" style="display: inline-block; background-color: #25D366; color: white; padding: 14px 30px; border-radius: 30px; font-size: 1.1rem; font-weight: bold; text-decoration: none; box-shadow: 0 4px 12px rgba(0,0,0,0.2);">
<i class="fab fa-whatsapp"></i> Contact Us Now
</a>
</div>
</div>
</section>
<!-- Animations -->
<style>
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(40px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
from { opacity: 0; transform: translateY(-40px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
from { opacity: 0; transform: translateX(-40px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
from { opacity: 0; transform: translateX(40px); }
to { opacity: 1; transform: translateX(0); }
}
</style>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Welcome Section -->
<section id="welcome" style="padding: 100px 20px; background: linear-gradient(to right, #0f172a, #1e3a8a); color: white;">
<div class="container">
<div class="row align-items-center">
<!-- Text Column -->
<div class="col-md-6" style="animation: fadeInLeft 1s ease-in-out;">
<h2 style="font-size: 2.8rem; font-weight: bold;">Welcome to <br>
<span style="color: #facc15;">Crown International Education PVT LTD</span>
</h2>
<p style="margin-top: 20px; font-size: 1.1rem; line-height: 1.8;">
At Crown International, we take pride in guiding students towards their academic dreams abroad. With a team of dedicated counselors and years of experience, we help bridge the gap between talent and opportunity.
</p>
<p style="font-size: 1.1rem; line-height: 1.8;">
We offer professional services for university admission, visa processing, test preparation, and scholarship applications. Whether you're aiming for the UK, USA, Canada, Australia, or Europe — we are your trusted partner at every step.
</p>
<p style="font-family: 'Brush Script MT', cursive; font-size: 1.5rem; margin-top: 20px; color: #facc15;">
— Team Crown International
</p>
<!-- WhatsApp Button -->
<a href="https://wa.me/923365959597" target="_blank" style="display: inline-block; margin-top: 25px; background-color: #25D366; color: white; padding: 12px 26px; border-radius: 30px; font-size: 1rem; font-weight: bold; text-decoration: none; box-shadow: 0 4px 12px rgba(0,0,0,0.2);">
<i class="fab fa-whatsapp"></i> Contact Us on WhatsApp
</a>
</div>
<!-- Image Column -->
<div class="col-md-6 text-center" style="animation: fadeInRight 1.2s ease-in-out;">
<img src="a8826aa75ffa76b588cb1ea3aa610a0d.png" alt="Welcome Image" style="max-width: 60%; border-radius: 20px; box-shadow: 0 8px 24px rgba(0,0,0,0.3);">
</div>
</div>
</div>
</section>
<!-- Animation Styles -->
<style>
@keyframes fadeInLeft {
from { opacity: 0; transform: translateX(-40px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
from { opacity: 0; transform: translateX(40px); }
to { opacity: 1; transform: translateX(0); }
}
</style>
<!-- Font Awesome (add in <head> once) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Services Section -->
<section id="services" style="background-color: #f9fafb; padding: 80px 20px;">
<div class="container">
<h2 class="text-center mb-5" style="font-weight: bold; color: #1e3a8a; animation: fadeInDown 1s;">
<i class="fas fa-concierge-bell"></i> Our Services
</h2>
<div class="row text-center">
<!-- Service Card 1 -->
<div class="col-md-4 mb-4">
<div style="background: white; padding: 30px; border-radius: 16px;
box-shadow: 0 8px 20px rgba(0,0,0,0.06);
opacity: 0; animation: fadeInUp 1s forwards; animation-delay: 0s;">
<div style="font-size: 2.5rem;">🧭</div>
<h5 style="margin-top: 15px; font-weight: 600;">Career Counseling</h5>
<p style="font-size: 0.95rem;">Guidance to choose the right program and destination.</p>
</div>
</div>
<!-- Service Card 2 -->
<div class="col-md-4 mb-4">
<div style="background: white; padding: 30px; border-radius: 16px;
box-shadow: 0 8px 20px rgba(0,0,0,0.06);
opacity: 0; animation: fadeInUp 1s forwards; animation-delay: 0.2s;">
<div style="font-size: 2.5rem;">📄</div>
<h5 style="margin-top: 15px; font-weight: 600;">Admission Support</h5>
<p style="font-size: 0.95rem;">Complete assistance with university applications.</p>
</div>
</div>
<!-- Service Card 3 -->
<div class="col-md-4 mb-4">
<div style="background: white; padding: 30px; border-radius: 16px;
box-shadow: 0 8px 20px rgba(0,0,0,0.06);
opacity: 0; animation: fadeInUp 1s forwards; animation-delay: 0.4s;">
<div style="font-size: 2.5rem;">🛂</div>
<h5 style="margin-top: 15px; font-weight: 600;">Visa Filing</h5>
<p style="font-size: 0.95rem;">End-to-end visa application and documentation help.</p>
</div>
</div>
<!-- Service Card 4 -->
<div class="col-md-4 mb-4">
<div style="background: white; padding: 30px; border-radius: 16px;
box-shadow: 0 8px 20px rgba(0,0,0,0.06);
opacity: 0; animation: fadeInUp 1s forwards; animation-delay: 0.6s;">
<div style="font-size: 2.5rem;">📘</div>
<h5 style="margin-top: 15px; font-weight: 600;">Test Preparation</h5>
<p style="font-size: 0.95rem;">IELTS, TOEFL, PTE coaching by professionals.</p>
</div>
</div>
<!-- Service Card 5 -->
<div class="col-md-4 mb-4">
<div style="background: white; padding: 30px; border-radius: 16px;
box-shadow: 0 8px 20px rgba(0,0,0,0.06);
opacity: 0; animation: fadeInUp 1s forwards; animation-delay: 0.8s;">
<div style="font-size: 2.5rem;">🎓</div>
<h5 style="margin-top: 15px; font-weight: 600;">Scholarships</h5>
<p style="font-size: 0.95rem;">Guidance in identifying and applying for scholarships.</p>
</div>
</div>
<!-- Service Card 6 -->
<div class="col-md-4 mb-4">
<div style="background: white; padding: 30px; border-radius: 16px;
box-shadow: 0 8px 20px rgba(0,0,0,0.06);
opacity: 0; animation: fadeInUp 1s forwards; animation-delay: 1s;">
<div style="font-size: 2.5rem;">✈️</div>
<h5 style="margin-top: 15px; font-weight: 600;">Pre/Post Departure</h5>
<p style="font-size: 0.95rem;">Support before departure and after arrival abroad.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Animations -->
<style>
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(40px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
from { opacity: 0; transform: translateY(-40px); }
to { opacity: 1; transform: translateY(0); }
}
</style>
<!-- Font Awesome (only once in <head>) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Team Section -->
<section id="team" style="padding: 100px 20px; background: linear-gradient(to right, #0f172a, #1e3a8a); color: white;">
<div class="container">
<h2 class="text-center mb-5" style="font-weight: bold; animation: fadeInDown 1s;">
<i class="fas fa-users"></i> Meet Our Team
</h2>
<div class="row text-center g-4">
<!-- CEO -->
<div class="col-md-4" style="animation: fadeInUp 1s;">
<div style="background: rgba(255,255,255,0.1); padding: 25px; border-radius: 16px;">
<h5 class="fw-bold">Mr. Ayaz Khan</h5>
<p>Chief Executive Officer</p>
</div>
</div>
<!-- Branch Manager -->
<div class="col-md-4" style="animation: fadeInUp 1.1s;">
<div style="background: rgba(255,255,255,0.1); padding: 25px; border-radius: 16px;">
<h5 class="fw-bold">Mr. Sana Ullah</h5>
<p>Branch Manager</p>
</div>
</div>
<!-- Education Counselors -->
<div class="col-md-4" style="animation: fadeInUp 1.2s;">
<div style="background: rgba(255,255,255,0.1); padding: 25px; border-radius: 16px;">
<h5 class="fw-bold">Mr. Rehan Ahmad</h5>
<p>Education Counselor</p>
</div>
</div>
<div class="col-md-4" style="animation: fadeInUp 1.3s;">
<div style="background: rgba(255,255,255,0.1); padding: 25px; border-radius: 16px;">
<h5 class="fw-bold">Mr. Asif Jamal</h5>
<p>Education Counselor</p>
</div>
</div>
<div class="col-md-4" style="animation: fadeInUp 1.4s;">
<div style="background: rgba(255,255,255,0.1); padding: 25px; border-radius: 16px;">
<h5 class="fw-bold">Mr. Zohaib Alam</h5>
<p>Education Counselor</p>
</div>
</div>
<div class="col-md-4" style="animation: fadeInUp 1.5s;">
<div style="background: rgba(255,255,255,0.1); padding: 25px; border-radius: 16px;">
<h5 class="fw-bold">Mr. Hazrat Umair</h5>
<p>Education Counselor</p>
</div>
</div>
<div class="col-md-4" style="animation: fadeInUp 1.6s;">
<div style="background: rgba(255,255,255,0.1); padding: 25px; border-radius: 16px;">
<h5 class="fw-bold">Mr. Hazrat Nouman</h5>
<p>Education Counselor</p>
</div>
</div>
<div class="col-md-4" style="animation: fadeInUp 1.7s;">
<div style="background: rgba(255,255,255,0.1); padding: 25px; border-radius: 16px;">
<h5 class="fw-bold">Mr. Amjid Khan</h5>
<p>Education Counselor</p>
</div>
</div>
<!-- Managing Director -->
<div class="col-md-4" style="animation: fadeInUp 1.8s;">
<div style="background: rgba(255,255,255,0.1); padding: 25px; border-radius: 16px;">
<h5 class="fw-bold">Mr. Farhan Khan</h5>
<p>Managing Director</p>
</div>
</div>
</div>
</div>
</section>
<!-- WhatsApp Floating Button -->
<a href="https://wa.me/923365959597" class="whatsapp-float" target="_blank" aria-label="Chat on WhatsApp">
<i class="fab fa-whatsapp"></i>
</a>
<!-- Styles -->
<style>
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(40px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
from { opacity: 0; transform: translateY(-40px); }
to { opacity: 1; transform: translateY(0); }
}
.whatsapp-float {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #25D366;
color: white;
font-size: 26px;
padding: 14px 16px;
border-radius: 50%;
box-shadow: 0 8px 15px rgba(0,0,0,0.2);
z-index: 999;
transition: background 0.3s ease;
}
.whatsapp-float:hover {
background-color: #128c7e;
color: #fff;
text-decoration: none;
}
</style>
<!-- Font Awesome (Add to head if not already included) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Font Awesome (Add to <head> if not already included) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Contact Section -->
<section id="contact" style="padding: 80px 20px; background-color: #f8fafc;">
<div class="container">
<!-- Heading -->
<h2 class="text-center mb-4" style="color: #1e3a8a; font-weight: bold; animation: fadeInDown 1s;">
<i class="fas fa-address-book"></i> Contact Us
</h2>
<!-- Intro -->
<p class="text-center mb-5" style="max-width: 700px; margin: 0 auto; font-size: 1.05rem; color: #334155; animation: fadeInUp 1s;">
We are here to help you take your first confident step toward global education. Reach out to our friendly and experienced consultants for expert guidance, honest advice, and personalized support.
</p>
<!-- Contact Info -->
<div class="row text-center mb-5">
<div class="col-md-4 mb-4" style="animation: fadeInUp 1s; animation-delay: 0.1s; opacity: 0; animation-fill-mode: forwards;">
<i class="fas fa-map-marker-alt fa-2x" style="color: #1e3a8a;"></i>
<p style="margin-top: 10px;">UG 250–252, Deans Trade Center, Peshawar, Pakistan</p>
</div>
<div class="col-md-4 mb-4" style="animation: fadeInUp 1s; animation-delay: 0.3s; opacity: 0; animation-fill-mode: forwards;">
<i class="fas fa-phone fa-2x" style="color: #1e3a8a;"></i>
<p style="margin-top: 10px;">+92 91 5603038</p>
</div>
<div class="col-md-4 mb-4" style="animation: fadeInUp 1s; animation-delay: 0.5s; opacity: 0; animation-fill-mode: forwards;">
<i class="fas fa-envelope fa-2x" style="color: #1e3a8a;"></i>
<p style="margin-top: 10px;">info@cecpak.com</p>
</div>
</div>
<!-- Google Map -->
<div class="text-center" style="animation: fadeInUp 1.2s ease-in-out; opacity: 0; animation-fill-mode: forwards;">
<iframe
src="https://www.google.com/maps?q=Deans+Trade+Center,+Peshawar,+Pakistan&output=embed"
width="100%" height="350" frameborder="0" style="border:0; border-radius: 12px; box-shadow: 0 8px 20px rgba(0,0,0,0.1);" allowfullscreen=""
loading="lazy" referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
</div>
</section>
<!-- Animations -->
<style>
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(40px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
from { opacity: 0; transform: translateY(-40px); }
to { opacity: 1; transform: translateY(0); }
}
</style>
<!-- Student Success Stories Section -->
<section id="student-success" style="padding: 100px 20px; background: linear-gradient(to right, #0f172a, #1e3a8a); color: white;">
<div class="container">
<h2 class="text-center mb-5" style="font-weight: bold; animation: fadeInDown 1s;">
🎉 Student Success Stories
</h2>
<div id="students" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<!-- Slide 1 -->
<div class="carousel-item active">
<div class="row text-center">
<div class="col-md-4 mb-4">
<div style="background: white; color: #1e3a8a; border-radius: 12px; padding: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.2); height: 100%;">
<h5 style="font-weight: bold;">Muhammad Salman Khan</h5>
<p style="font-size: 0.9rem;">Secured UK Visa – Expert guidance made it possible!</p>
<a href="https://wa.me/923365959597" target="_blank" style="color: #25D366; font-weight: bold;">
<i class="fab fa-whatsapp"></i> WhatsApp
</a>
</div>
</div>
<div class="col-md-4 mb-4">
<div style="background: white; color: #1e3a8a; border-radius: 12px; padding: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.2); height: 100%;">
<h5 style="font-weight: bold;">Umair Hassan</h5>
<p style="font-size: 0.9rem;">Got visa for GCU London – May 2025 intake (Intl. Marketing)</p>
<a href="https://wa.me/923365959597" target="_blank" style="color: #25D366; font-weight: bold;">
<i class="fab fa-whatsapp"></i> WhatsApp
</a>
</div>
</div>
<div class="col-md-4 mb-4">
<div style="background: white; color: #1e3a8a; border-radius: 12px; padding: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.2); height: 100%;">
<h5 style="font-weight: bold;">Adnan Alam</h5>
<p style="font-size: 0.9rem;">Successfully cleared English proficiency test.</p>
<a href="https://wa.me/923365959597" target="_blank" style="color: #25D366; font-weight: bold;">
<i class="fab fa-whatsapp"></i> WhatsApp
</a>
</div>
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item">
<div class="row text-center">
<div class="col-md-4 mb-4">
<div style="background: white; color: #1e3a8a; border-radius: 12px; padding: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.2); height: 100%;">
<h5 style="font-weight: bold;">Student Name 4</h5>
<p style="font-size: 0.9rem;">Achieved high IELTS score with our coaching.</p>
<a href="https://wa.me/923365959597" target="_blank" style="color: #25D366; font-weight: bold;">
<i class="fab fa-whatsapp"></i> WhatsApp
</a>
</div>
</div>
<div class="col-md-4 mb-4">
<div style="background: white; color: #1e3a8a; border-radius: 12px; padding: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.2); height: 100%;">
<h5 style="font-weight: bold;">Student Name 5</h5>
<p style="font-size: 0.9rem;">Visa granted for University of Hertfordshire.</p>
<a href="https://wa.me/923365959597" target="_blank" style="color: #25D366; font-weight: bold;">
<i class="fab fa-whatsapp"></i> WhatsApp
</a>
</div>
</div>
<div class="col-md-4 mb-4">
<div style="background: white; color: #1e3a8a; border-radius: 12px; padding: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.2); height: 100%;">
<h5 style="font-weight: bold;">Student Name 6</h5>
<p style="font-size: 0.9rem;">Now studying in Northumbria University – London.</p>
<a href="https://wa.me/923365959597" target="_blank" style="color: #25D366; font-weight: bold;">
<i class="fab fa-whatsapp"></i> WhatsApp
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel controls -->
<button class="carousel-control-prev" type="button" data-bs-target="#studentCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" style="background-color: #000;"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#studentCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" style="background-color: #000;"></span>
</button>
</div>
</div>
</section>
<!-- Required Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<!-- Footer -->
<footer style="background: #0f172a; color: #f8fafc; padding: 60px 20px 30px; font-size: 0.95rem;">
<div class="container">
<div class="row gy-4" style="border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding-bottom: 40px;">
<!-- Column 1: Logo + Intro -->
<div class="col-md-4">
<img src="logo.png" alt="Crown International" style="height: 65px; margin-bottom: 20px;">
<p style="line-height: 1.6;">
Crown International Education Pvt Ltd is Pakistan's leading overseas education consultancy, providing expert guidance for studying in the UK, USA, Canada, Australia, and Europe.
</p>
</div>
<!-- Column 2: Menu -->
<div class="col-md-4">
<h5 class="fw-bold mb-3 text-uppercase" style="color: #facc15;">Quick Links</h5>
<ul style="list-style: none; padding: 0; margin: 0;">
<li class="mb-2"><a href="#home" class="footer-link"><i class="fas fa-home me-2"></i>Home</a></li>
<li class="mb-2"><a href="#about" class="footer-link"><i class="fas fa-circle-info me-2"></i>About Us</a></li>
<li class="mb-2"><a href="#services" class="footer-link"><i class="fas fa-cogs me-2"></i>Services</a></li>
<li class="mb-2"><a href="#students" class="footer-link"><i class="fas fa-user-graduate me-2"></i>Students</a></li>
<li class="mb-2"><a href="#contact" class="footer-link"><i class="fas fa-envelope me-2"></i>Contact</a></li>
</ul>
</div>
<!-- Column 3: Office Address + Logos -->
<div class="col-md-4">
<h5 class="fw-bold mb-3 text-uppercase" style="color: #facc15;">Our Office</h5>
<p>
<i class="fas fa-map-marker-alt text-warning me-2"></i><strong>Office Address:</strong><br>
UG 250-252, Deans Trade Center,<br>
Peshawar Cantt, KPK, 25000
</p>
<p>
<i class="fas fa-phone-alt text-warning me-2"></i><strong>WhatsApp:</strong><br>
<a href="https://wa.me/923365959597" style="color: #f8fafc;">+92 336 5959597</a>
</p>
<!-- Logos Row -->
<!-- Add in your HTML where you want logos to appear -->
<div style="margin-top: 20px; display: flex; align-items: center; gap: 25px; font-size: 1.5rem; color: #1e3a8a;">
<div title="British Council" style="display: flex; align-items: center; gap: 8px;">
<i class="fas fa-university"></i> <span style="font-size: 0.95rem;">British Council</span>
</div>
<div title="IELTS" style="display: flex; align-items: center; gap: 8px;">
<i class="fas fa-file-alt"></i> <span style="font-size: 0.95rem;">IELTS</span>
</div>
<div title="TOEFL" style="display: flex; align-items: center; gap: 8px;">
<i class="fas fa-book-reader"></i> <span style="font-size: 0.95rem;">TOEFL</span>
</div>
</div>
</div>
</div>
<!-- Bottom Bar -->
<div class="d-flex flex-column flex-md-row justify-content-between align-items-center pt-3">
<p class="mb-2 mb-md-0">© 2025 Crown International Education Pvt Ltd</p>
<div>
<a href="#" title="Facebook" class="social-icon"><i class="fab fa-facebook"></i></a>
<a href="#" title="Instagram" class="social-icon"><i class="fab fa-instagram"></i></a>
<a href="#" title="Twitter" class="social-icon"><i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
</footer>
<!-- Footer Styles -->
<style>
.footer-link {
color: #f8fafc;
text-decoration: none;
transition: 0.3s ease;
}
.footer-link:hover {
color: #facc15;
}
.social-icon {
color: #f8fafc;
font-size: 1.2rem;
margin-left: 15px;
transition: color 0.3s ease;
}
.social-icon:hover {
color: #facc15;
}
</style>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>