Compare commits

...

5 Commits

Author SHA1 Message Date
17bf9df061 added menu designed toggle 2025-08-24 18:00:29 +05:45
c5e45e0cdc card height 2025-08-24 13:25:07 +05:45
be47f2dde8 height 2025-08-22 15:21:03 +05:45
f1a952202d added link and banner edited 2025-08-22 12:56:55 +05:45
c3514ab1d8 added as per qa 2025-08-22 12:16:36 +05:45
11 changed files with 248 additions and 117 deletions

View File

@@ -1,4 +1,4 @@
<?php include ('header.php'); ?>
<?php include('header.php'); ?>
<div class="container-fluid bg-breadcrumb">
<div class="container text-center py-5" style="max-width: 900px;">
@@ -39,7 +39,8 @@
</div>
<div class="mb-3">
<h6 class="mb-0">Email:</h6>
<a href="mailto: info@orientabroad.com" class="fs-5 text-primary" target="_blank">info@orientabroad.com</a>
<a href="mailto: info@orientabroad.com" class="fs-5 text-primary"
target="_blank">info@orientabroad.com</a>
</div>
</div>
</div>
@@ -68,7 +69,8 @@
</div>
<div class="col-lg-12 col-xl-6">
<div class="form-floating">
<input type="phone" class="form-control" id="phone" name="phone" placeholder="Phone">
<input type="tel" class="form-control" id="phone" name="phone" pattern="[0-9]{10}" maxlength="10"
placeholder="Enter 10-digit phone number" required>
<label for="phone">Your Phone</label>
</div>
</div>
@@ -103,9 +105,10 @@
<div class="col-12 pt-5 wow zoomIn" data-wow-delay="0.1s">
<div class="rounded h-100">
<iframe class="rounded w-100" style="height: 500px;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3532.8720945893288!2d85.33298677611329!3d27.690347826239755!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb19860a58dced%3A0x9a2314f109088c48!2sNew%20Baneshwor%20Plaza!5e0!3m2!1sen!2snp!4v1720153851635!5m2!1sen!2snp"
loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<iframe class="rounded w-100" style="height: 500px;"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3532.8720945893288!2d85.33298677611329!3d27.690347826239755!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb19860a58dced%3A0x9a2314f109088c48!2sNew%20Baneshwor%20Plaza!5e0!3m2!1sen!2snp!4v1720153851635!5m2!1sen!2snp"
loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
@@ -114,4 +117,4 @@
</div>
<?php include ('footer.php'); ?>
<?php include('footer.php'); ?>

View File

@@ -387,13 +387,13 @@ h6{
border-radius: 50%;
background-size: 60% 60%;
transition: 0.5s;
margin-top: 280%;
/* margin-top: 280%; */
}
.carousel-header .carousel-control-next .carousel-control-next-icon {
margin-left: 0;
margin-right: -60px;
margin-top: 280%;
/* margin-top: 280%; */
}
.carousel-header .carousel .carousel-indicators {
@@ -462,7 +462,7 @@ h6{
@media (max-width: 768px) {
.carousel-header {
height: 700px !important;
height: 945px !important;
}
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
@@ -771,7 +771,7 @@ h6{
}
.country .country-item .country-name a.fs-4:hover {
color: var(--bs-secondary) !important;
color: white!important;
}
/*** Country End ***/
@@ -882,6 +882,9 @@ h6{
/*** Contact Start ***/
.form-control{
color: black !important;
}
.contact .office .office-item {
text-align: center;
border-radius: 10px;
@@ -977,3 +980,6 @@ h6{
.text-right{
text-align: right !important;
}
.home-destination .card{
height: 345px;
}

View File

@@ -23,9 +23,9 @@
</div>
<div class="row g-3 text-center">
<div class="col-4 p-5 mb-5 wow fadeInUp" data-wow-delay="0.1s">
<div class="country-item">
<div class="rounded overflow-hidden">
<img src="img/country-1.jpg" class="img-fluid w-100 rounded" alt="Image">
<div class="country-item h-100">
<div class="rounded overflow-hidden h-100">
<img src="img/australia.jpg" class="img-fluid w-100 rounded h-100" alt="Image">
</div>
<div class="country-flag">
<img src="img/ausflag.png" class="img-fluid rounded-circle" alt="Image">
@@ -36,9 +36,9 @@
</div>
</div>
<div class="col-4 p-5 mb-5 wow fadeInUp" data-wow-delay="0.3s">
<div class="country-item">
<div class="rounded overflow-hidden">
<img src="img/country-2.jpg" class="img-fluid w-100 rounded" alt="Image">
<div class="country-item h-100">
<div class="rounded overflow-hidden h-100">
<img src="img/canada.png" class="img-fluid w-100 rounded h-100" alt="Image">
</div>
<div class="country-flag">
<img src="img/canadaflag.png" class="img-fluid rounded-circle" alt="Image">
@@ -49,9 +49,9 @@
</div>
</div>
<div class="col-4 p-5 mb-5 wow fadeInUp" data-wow-delay="0.5s">
<div class="country-item">
<div class="rounded overflow-hidden">
<img src="img/country-3.jpg" class="img-fluid w-100 rounded" alt="Image">
<div class="country-item h-100">
<div class="rounded overflow-hidden h-100">
<img src="img/usa.png" class="img-fluid w-100 rounded h-100" alt="Image">
</div>
<div class="country-flag">
<img src="img/usa.jpg" class="img-fluid rounded-circle" alt="Image">
@@ -62,9 +62,9 @@
</div>
</div>
<div class="col-4 p-5 wow fadeInUp" data-wow-delay="0.7s">
<div class="country-item">
<div class="rounded overflow-hidden">
<img src="img/country-4.jpg" class="img-fluid w-100 rounded" alt="Image">
<div class="country-item h-100">
<div class="rounded overflow-hidden h-100">
<img src="img/uk.png" class="img-fluid w-100 rounded h-100" alt="Image">
</div>
<div class="country-flag">
<img src="img/ukflag.png" class="img-fluid rounded-circle" alt="Image">
@@ -76,9 +76,9 @@
</div>
<div class="col-4 p-5 wow fadeInUp" data-wow-delay="0.9s">
<div class="country-item">
<div class="rounded overflow-hidden">
<img src="img/country-1.jpg" class="img-fluid w-100 rounded" alt="Image">
<div class="country-item h-100">
<div class="rounded overflow-hidden h-100">
<img src="img/newzealand.png" class="img-fluid w-100 rounded h-100" alt="Image">
</div>
<div class="country-flag">
<img src="img/newzealandflag.png" class="img-fluid rounded-circle" alt="Image">
@@ -89,9 +89,9 @@
</div>
</div>
<div class="col-4 p-5 wow fadeInUp" data-wow-delay="1s">
<div class="country-item">
<div class="rounded overflow-hidden">
<img src="img/country-1.jpg" class="img-fluid w-100 rounded" alt="Image">
<div class="country-item h-100">
<div class="rounded overflow-hidden h-100">
<img src="img/japan.jpg" class="img-fluid w-100 rounded h-100 object-fit-cover" alt="Image">
</div>
<div class="country-flag">
<img src="img/japanflag.png" class="img-fluid rounded-circle" alt="Image">

View File

@@ -55,7 +55,7 @@
<div class="d-flex text-right icons">
<a class="btn mx-1 text-white" href="https://www.facebook.com/profile.php?id=61561062214963" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a class="btn mx-1 text-white" href="#"><i class="fab fa-instagram"></i></a>
<a class="btn mx-1 text-white" href="https://www.instagram.com/orient.abroad/" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
@@ -76,11 +76,55 @@
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
<script src="bib-toaster/toaster.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
const navbarToggler = document.querySelector('.navbar-toggler');
const navbarCollapse = document.getElementById('navbarSupportedContent');
if (!navbarToggler || !navbarCollapse) return;
// Remove Bootstrap attributes
navbarToggler.removeAttribute('data-bs-toggle');
navbarToggler.removeAttribute('data-bs-target');
// Only handle the main menu toggle
navbarToggler.addEventListener('click', function(e) {
e.preventDefault();
e.stopPropagation();
navbarCollapse.classList.toggle('show');
this.setAttribute('aria-expanded', navbarCollapse.classList.contains('show').toString());
});
// Don't close menu when clicking on dropdown elements
document.addEventListener('click', function(e) {
if (window.innerWidth > 991) return;
const isClickOnDropdown = e.target.closest('.dropdown-menu') || e.target.closest('.dropdown-toggle');
const isClickOnToggler = e.target.closest('.navbar-toggler');
const isClickInsideNavbar = e.target.closest('.navbar');
if (isClickOnDropdown) return; // Don't close if clicking dropdown
if (!isClickInsideNavbar && !isClickOnToggler && navbarCollapse.classList.contains('show')) {
navbarCollapse.classList.remove('show');
navbarToggler.setAttribute('aria-expanded', 'false');
}
});
});
</script>
</body>
</html>

View File

@@ -29,10 +29,12 @@
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> -->
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<link href="bib-toaster/toaster.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
@@ -60,7 +62,7 @@
<div class="d-inline-flex align-items-center justify-content-end" style="height: 45px;">
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href="https://www.facebook.com/profile.php?id=61561062214963" target="_blank"><i
class="fab fa-facebook-f fw-normal text-white"></i></a>
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href="" target="_blank"><i
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href="https://www.instagram.com/orient.abroad/" target="_blank"><i
class="fab fa-instagram fw-normal text-white"></i></a>
</div>
</div>
@@ -92,7 +94,8 @@
</div>
<div class="col-lg-12 col-xl-6">
<div class="form-floating">
<input type="phone" class="form-control" id="phone" placeholder="Phone" name="phone">
<input type="tel" class="form-control" id="phone" name="phone" pattern="[0-9]{10}" maxlength="10"
placeholder="Enter 10-digit phone number" required>
<label for="phone">Your Phone</label>
</div>
</div>
@@ -146,71 +149,108 @@
<!-- Navbar & Hero Start -->
<div class="container nav-bar p-0">
<nav class="navbar navbar-expand-lg navbar-light bg-white px-4 px-lg-5 py-3 py-lg-0">
<a href="index.php" class="navbar-brand p-0">
<h1 class="display-5 text-secondary m-0"><img src="img/Orient.png" class="img-fluid" alt=""></h1>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto py-0" style="border: none;">
<div class="nav-item dropdown">
<a href="aboutus.php" class="nav-link" data-bs-toggle="dropdown"><span class="dropdown-toggle">About
Us</span></a>
<div class="dropdown-menu m-0">
<a href="aboutus.php" class="dropdown-item">Company Profile</a>
<a href="messagefrommd.php" class="dropdown-item">Message from MD</a>
<!--<a href="aboutus.php#network" class="dropdown-item">Our Network</a>-->
</div>
</div>
<nav class="navbar navbar-expand-lg navbar-light bg-white px-4 px-lg-5 py-3 py-lg-0">
<a href="index.php" class="navbar-brand p-0">
<h1 class="display-5 text-secondary m-0"><img src="img/Orient.png" class="img-fluid" alt=""></h1>
</a>
<!-- Corrected toggler button -->
<button class="navbar-toggler" type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto py-0">
<!-- About Us Dropdown -->
<li class="nav-item dropdown">
<a href="aboutus.php" class="nav-link dropdown-toggle"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false">
About Us
</a>
<div class="dropdown-menu m-0" aria-labelledby="aboutDropdown">
<a href="aboutus.php" class="dropdown-item">Company Profile</a>
<a href="messagefrommd.php" class="dropdown-item">Message from MD</a>
</div>
</li>
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-bs-toggle="dropdown"><span
class="dropdown-toggle">Destination</span></a>
<div class="dropdown-menu m-0">
<a href="australia.php" class="dropdown-item">Australia</a>
<a href="canada.php" class="dropdown-item">Canada</a>
<a href="uk.php" class="dropdown-item">Uk</a>
<a href="usa.php" class="dropdown-item">USA</a>
<a href="newzealand.php" class="dropdown-item">New Zealand</a>
<a href="korea.php" class="dropdown-item">South Korea</a>
<a href="japan.php" class="dropdown-item">Japan</a>
<a href="vietnam.php" class="dropdown-item">Vietnam</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-bs-toggle="dropdown"><span
class="dropdown-toggle">Test Preparation</span></a>
<div class="dropdown-menu m-0">
<a href="ielts.php" class="dropdown-item">IELTS</a>
<a href="pte.php" class="dropdown-item">PTE</a>
<a href="toefl.php" class="dropdown-item">TOEFL</a>
<a href="gre.php" class="dropdown-item">GRE</a>
<a href="gmat.php" class="dropdown-item">GMAT</a>
<a href="sat.php" class="dropdown-item">SAT</a>
<a href="japanese.php" class="dropdown-item">Japanese</a>
<a href="korean.php" class="dropdown-item">Korean</a>
</div>
</div>
<a href="services.php" class="nav-item nav-link">Services</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-bs-toggle="dropdown"><span
class="dropdown-toggle">Resources</span></a>
<div class="dropdown-menu m-0">
<a href="essentials.php" class="dropdown-item">Essential Resources</a>
<a href="sample-documents.php" class="dropdown-item">Sample Documents</a>
<a href="embassy.php" class="dropdown-item">Embassy Addresses</a>
<a href="visa-information.php" class="dropdown-item">Visa Information</a>
</div>
</div>
<a href="blog.php" class="nav-item nav-link">Blog</a>
<!-- Destination Dropdown -->
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false">
Destination
</a>
<div class="dropdown-menu m-0">
<a href="australia.php" class="dropdown-item">Australia</a>
<a href="canada.php" class="dropdown-item">Canada</a>
<a href="uk.php" class="dropdown-item">UK</a>
<a href="usa.php" class="dropdown-item">USA</a>
<a href="newzealand.php" class="dropdown-item">New Zealand</a>
<a href="korea.php" class="dropdown-item">South Korea</a>
<a href="japan.php" class="dropdown-item">Japan</a>
<a href="vietnam.php" class="dropdown-item">Vietnam</a>
</div>
</li>
<a href="contact.php" class="nav-item nav-link">Contact Us</a>
</div>
</div>
</nav>
<!-- Test Preparation Dropdown -->
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false">
Test Preparation
</a>
<div class="dropdown-menu m-0">
<a href="ielts.php" class="dropdown-item">IELTS</a>
<a href="pte.php" class="dropdown-item">PTE</a>
<a href="toefl.php" class="dropdown-item">TOEFL</a>
<a href="gre.php" class="dropdown-item">GRE</a>
<a href="gmat.php" class="dropdown-item">GMAT</a>
<a href="sat.php" class="dropdown-item">SAT</a>
<a href="japanese.php" class="dropdown-item">Japanese</a>
<a href="korean.php" class="dropdown-item">Korean</a>
</div>
</li>
<li class="nav-item">
<a href="services.php" class="nav-link">Services</a>
</li>
<!-- Resources Dropdown -->
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false">
Resources
</a>
<div class="dropdown-menu m-0">
<a href="essentials.php" class="dropdown-item">Essential Resources</a>
<a href="sample-documents.php" class="dropdown-item">Sample Documents</a>
<a href="embassy.php" class="dropdown-item">Embassy Addresses</a>
<a href="visa-information.php" class="dropdown-item">Visa Information</a>
</div>
</li>
<li class="nav-item">
<a href="blog.php" class="nav-link">Blog</a>
</li>
<li class="nav-item">
<a href="contact.php" class="nav-link">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- Navbar & Hero End -->

View File

@@ -32,7 +32,8 @@
</div>
<div class="col-lg-12 col-xl-6">
<div class="form-floating">
<input type="phone" class="form-control" id="phone" placeholder="Phone" name="phone">
<input type="tel" class="form-control" id="phone" name="phone" pattern="[0-9]{10}" maxlength="10"
placeholder="Enter 10-digit phone number" required>
<label for="phone">Your Phone</label>
</div>
</div>

View File

@@ -1,4 +1,4 @@
<div class="container-fluid features overflow-hidden py-5">
<div class="container-fluid features overflow-hidden home-destination py-5">
<div class="container">
<div class="section-title text-center mb-5 wow fadeInUp" data-wow-delay="0.1s">
<div class="sub-style">

View File

@@ -7,7 +7,7 @@
<h1 class="display-5 mb-4">Master Your Exam and Language Skills with Orient International</h1>
</div>
<div class="row g-4">
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.1s">
<div class="col-sm-6 col-lg-4 col-xl-3 wow fadeInUp" data-wow-delay="0.1s">
<div class="training-item">
<div class="training-inner">
<img src="img/training-1.jpg" class="img-fluid w-100 rounded" alt="Image">
@@ -26,7 +26,7 @@
</div>
</div>
</div>
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.3s">
<div class="col-sm-6 col-lg-4 col-xl-3 wow fadeInUp" data-wow-delay="0.3s">
<div class="training-item">
<div class="training-inner">
<img src="img/toefl.png" class="img-fluid w-100 rounded" alt="Image">
@@ -45,7 +45,7 @@
</div>
</div>
</div>
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.5s">
<div class="col-sm-6 col-lg-4 col-xl-3 wow fadeInUp" data-wow-delay="0.5s">
<div class="training-item">
<div class="training-inner">
<img src="img/pte_coaching.png" class="img-fluid w-100 rounded" alt="Image">
@@ -65,7 +65,7 @@
</div>
</div>
</div>
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.7s">
<div class="col-sm-6 col-lg-4 col-xl-3 wow fadeInUp" data-wow-delay="0.7s">
<div class="training-item">
<div class="training-inner">
<img src="img/langclass.jpg" class="img-fluid w-100 rounded" alt="Image">

32
index.html Normal file
View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">Navbar</a>
<button class="navbar-toggler" type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarTest"
aria-controls="navbarTest"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTest">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
</ul>
</div>
</div>
</nav>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>

View File

@@ -18,6 +18,11 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
$subject = htmlspecialchars(trim($_POST['subject']));
$message = htmlspecialchars(trim($_POST['message']));
if (!preg_match('/^[0-9]{10}$/', $_POST['phone'])) {
$errors[] = "Please enter a valid 10-digit phone number.";
}
if (!empty($name) && !empty($user_email) && !empty($phone) && !empty($subject) && !empty($message) && !empty($address)) {
try {
// Send confirmation email to user

View File

@@ -33,16 +33,16 @@
</div>
<div class="service-title">
<div class="service-title-name">
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
<a href="Contact.php" class="h4 text-white mb-0">Personalized Counseling</a>
<div class="bg-primary text-center rounded p-3 mx-3 mb-4">
<a href="contact.php" class="h4 text-white mb-0">Personalized Counseling</a>
</div>
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="Contact.php">Explore More</a>
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="contact.php">Explore More</a>
</div>
<div class="service-content pb-4">
<a href="Contact.php"><h4 class="text-white mb-4 py-3">"Personalized Counseling"</h4></a>
<a href="contact.php"><h4 class="text-white mb-4 py-3">"Personalized Counseling"</h4></a>
<div class="px-4">
<p class="mb-4">Tailored guidance from experts to help you achieve your study abroad dreams.</p>
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5" href="Contact.php">Explore More</a>
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5" href="contact.php">Explore More</a>
</div>
</div>
</div>
@@ -57,16 +57,16 @@
</div>
<div class="service-title">
<div class="service-title-name">
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
<div class="bg-primary text-center rounded p-3 mx-3 mb-4">
<a href="#" class="h4 text-white mb-0" style="margin-left: -7px;">Comprehensive Support</a>
</div>
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a>
</div>
<div class="service-content pb-4">
<a href="Contact.php"><h4 class="text-white mb-4 py-3"> "Comprehensive Support"</h4></a>
<a href="contact.php"><h4 class="text-white mb-4 py-3"> "Comprehensive Support"</h4></a>
<div class="px-4">
<p class="mb-4">End-to-end assistance from application to visa processing for a seamless experience.</p>
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="Contact.php">Explore More</a>
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="contact.php">Explore More</a>
</div>
</div>
</div>
@@ -81,16 +81,16 @@
</div>
<div class="service-title">
<div class="service-title-name">
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
<a href="#" class="h4 text-white mb-0">Experienced Team</a>
<div class="bg-primary text-center rounded p-3 mx-3 mb-4">
<a href="#" class="h3 text-white mb-0">Experienced Team</a>
</div>
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a>
</div>
<div class="service-content pb-4">
<a href="Contact.php"><h4 class="text-white mb-4 py-3"> "Experienced <br>Team"</h4></a>
<a href="contact.php"><h4 class="text-white mb-4 py-3"> "Experienced <br>Team"</h4></a>
<div class="px-4">
<p class="mb-4">Over a decade of expertise in international education and student success.</p>
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="Contact.php">Explore More</a>
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="contact.php">Explore More</a>
</div>
</div>
</div>
@@ -105,16 +105,16 @@
</div>
<div class="service-title">
<div class="service-title-name">
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
<a href="#" class="h4 text-white mb-0">Prime Location</a>
<div class="bg-primary text-center rounded p-3 mx-4 mb-4">
<a href="#" class="h3 text-white mb-0">Prime Location</a>
</div>
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a>
</div>
<div class="service-content pb-4">
<a href="Contact.php"><h4 class="text-white mb-4 py-3">"Prime <br> Location"</h4></a>
<a href="contact.php"><h4 class="text-white mb-4 py-3">"Prime <br> Location"</h4></a>
<div class="px-4">
<p class="mb-4">Conveniently located at New Baneshwor for easy access to our services.</p>
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="Contact.php">Explore More</a>
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="contact.php">Explore More</a>
</div>
</div>
</div>