.umrah-itinerary{
font-family: ‘Segoe UI’, sans-serif;
background:linear-gradient(180deg,#f3fbf6,#ffffff);
padding:70px 20px;
}
.umrah-container{
max-width:1100px;
margin:auto;
}
.umrah-title{
text-align:center;
font-size:34px;
color:#0f5132;
font-weight:700;
margin-bottom:50px;
}
.timeline{
position:relative;
padding-left:30px;
}
.timeline::before{
content:””;
position:absolute;
left:10px;
top:0;
width:4px;
height:100%;
background:#198754;
border-radius:10px;
}
/* DAY CARD */
.day-card{
background:white;
padding:25px;
margin-bottom:25px;
border-radius:10px;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
position:relative;
}
.day-card::before{
content:””;
position:absolute;
left:-24px;
top:28px;
width:16px;
height:16px;
background:#198754;
border-radius:50%;
border:3px solid white;
box-shadow:0 0 0 3px #19875433;
}
.day-title{
font-size:22px;
font-weight:700;
color:#157347;
margin-bottom:10px;
}
.day-card ul{
padding-left:20px;
}
.day-card li{
margin-bottom:8px;
line-height:1.6;
color:#333;
}
.highlight{
color:#198754;
font-weight:600;
}
/* ZIYARAT BOX */
.ziyarat-box{
background:#e9f7ef;
border-left:4px solid #198754;
padding:15px;
border-radius:6px;
margin-top:10px;
}
/* RESPONSIVE */
@media(max-width:768px){
.umrah-title{
font-size:26px;
}
.day-title{
font-size:20px;
}
.timeline{
padding-left:20px;
}
.day-card{
padding:20px;
}
}
🕋 Detailed Umrah Itinerary
Day 01 – Departure
- Report 4 hours prior at Srinagar International Airport
- Depart for Jeddah International Airport
- Upon arrival complete airport formalities
- Transfer by AC Coach to Makkah Mukarrama
- Hotel check-in and rest
Day 02 – Day 17 (Makkah Mukarrama – 16 Nights)
- Perform Umrah rituals
- Daily Ibadah and Tawaf in Masjid al-Haram
Optional Ziyarat Program
- Mina, Arafat & Muzdalifa
- Jabal-e-Noor (Cave Hira)
- Jabal-e-Soor (Cave Thawr)
- Jannat-ul-Mala
Day 17 – Transfer to Madina Munawwara
- After Fajr depart by AC coach
- Arrival in Madina and hotel check-in
- Visit Masjid-e-Nabawi ﷺ
Day 17 – Day 23 (Madina Munawwara – 6 Nights)
- Daily prayers and Ibadah at Masjid-e-Nabawi ﷺ
Optional Ziyarat Program
- Masjid-e-Quba
- Masjid-e-Qiblatain
- Saba-Masajid (Seven Mosques)
- Jabal-e-Uhud
Day 23 – Day 27 (Makkah Mukarrama – 4 Nights)
- Return to Makkah Mukarrama
- Perform Umrah again
- Daily prayers and Tawaf at Masjid al-Haram
Day 28 – Return Journey
- After Fajr depart for Jeddah International Airport
- Report 4 hours before departure
- Receive 5 Litres Zam Zam gift
- Board flight to India
- Tour Concludes
🏨 Accommodation Details
Comfortable stays near the Holy Mosques ensuring convenience and peace for your spiritual journey.
🕋 Makkah Mukarrama
- Hotel Zaid Al Kheema
- Manaratul Misk
- Shaza Al Misk
- or Similar
Hotel Category: ⭐ Star Hotels
Distance from Haram: 10 – 12 Minutes Walk
🌙 Madina Munawwara
- Hotel Lolu Medina
- Beer Al Emaan
- Abraj Toiba
- or Similar
Hotel Category: ⭐ Star Hotels
Distance from Haram: 05 Minutes Walk
🛏 Room Facilities
A/C in Rooms: ✅ Available
Mini Fridge: ✅ Available
Room Sharing: 4 & 5 Sharing
.umrah-accommodation{
background:#f7faf7;
padding:60px 20px;
font-family:’Segoe UI’, sans-serif;
}
.accommodation-title{
text-align:center;
font-size:32px;
color:#0f5132;
margin-bottom:10px;
}
.accommodation-subtitle{
text-align:center;
color:#555;
margin-bottom:40px;
}
.accommodation-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
}
.hotel-card{
background:#ffffff;
border-radius:12px;
padding:25px;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
border-top:5px solid #198754;
transition:0.3s;
}
.hotel-card:hover{
transform:translateY(-5px);
box-shadow:0 12px 30px rgba(0,0,0,0.12);
}
.hotel-card h3{
color:#0f5132;
margin-bottom:12px;
}
.hotel-list{
padding-left:18px;
margin-bottom:15px;
}
.hotel-list li{
margin-bottom:5px;
color:#444;
}
.hotel-details p{
margin:6px 0;
color:#444;
}
@media(max-width:768px){
.accommodation-title{
font-size:26px;
}
.hotel-card{
padding:20px;
}
}
🌙 Services & Facilities
Thoughtfully arranged services to make your sacred journey comfortable and spiritually fulfilling.
🍽
Kashmiri Style Meals
Enjoy delicious and hygienic Kashmiri-type meals prepared specially for pilgrims.
🧺
Complimentary Laundry
Laundry services are provided free of cost for your convenience during the stay.
🎁
Welcome Kit
- Umrah Travel Bag
- Umrah Belt
- Ehraam
- Dua Book
- Chapal Bag
- Tasbeeh
.umrah-services{
background:#ffffff;
padding:60px 20px;
font-family:’Segoe UI’, sans-serif;
}
.services-title{
text-align:center;
font-size:32px;
color:#0f5132;
margin-bottom:10px;
}
.services-subtitle{
text-align:center;
color:#666;
margin-bottom:40px;
}
.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}
.service-card{
background:#f6fbf6;
border-radius:12px;
padding:25px;
text-align:center;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
border-bottom:4px solid #198754;
transition:0.3s;
}
.service-card:hover{
transform:translateY(-6px);
box-shadow:0 12px 28px rgba(0,0,0,0.12);
}
.service-icon{
font-size:34px;
margin-bottom:12px;
}
.service-card h3{
color:#0f5132;
margin-bottom:10px;
}
.service-card p{
color:#555;
font-size:15px;
}
.kit-list{
list-style:none;
padding:0;
margin-top:10px;
}
.kit-list li{
padding:4px 0;
color:#444;
}
@media(max-width:768px){
.services-title{
font-size:26px;
}
.service-card{
padding:20px;
}
}
🚌 Transportation & Ziyarat Tours
Comfortable transportation and guided spiritual visits to important Islamic historical sites.
🚌
VIP Round Trip Transportation
Comfortable travel between cities with modern VIP air-conditioned buses.
🕌
Complimentary Ziyarats
Guided Ziyarat tours included in both Makkah Mukarrama and Madina Munawwara.
🏞
Jourana & Taif Tour
Visit the historic locations of Jourana Miqat and the beautiful city of Taif.
⭐
Badar Tour
Spiritual visit to the historic land of Badar, one of the most important places in Islamic history.
🥤
Complimentary Refreshments
Refreshments provided during Ziyarat tours for the comfort of pilgrims.
.umrah-transport{
background:#f7faf7;
padding:60px 20px;
font-family:’Segoe UI’, sans-serif;
}
.transport-title{
text-align:center;
font-size:32px;
color:#0f5132;
margin-bottom:10px;
}
.transport-subtitle{
text-align:center;
color:#555;
margin-bottom:40px;
}
.transport-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}
.transport-card{
background:#ffffff;
border-radius:12px;
padding:25px;
text-align:center;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
border-top:5px solid #198754;
transition:0.3s;
}
.transport-card:hover{
transform:translateY(-6px);
box-shadow:0 12px 28px rgba(0,0,0,0.12);
}
.transport-icon{
font-size:34px;
margin-bottom:12px;
}
.transport-card h3{
color:#0f5132;
margin-bottom:10px;
}
.transport-card p{
color:#555;
font-size:15px;
}
@media(max-width:768px){
.transport-title{
font-size:26px;
}
.transport-card{
padding:20px;
}
}
🤝 Guidance & Support Services
Dedicated guidance and assistance throughout your sacred Umrah journey for a smooth and peaceful experience.
📘
Orientation Programme
A detailed orientation session is conducted before departure to guide pilgrims about Umrah rituals and travel procedures.
🧑✈️
Experienced Guide
An experienced guide accompanies the group from Srinagar to Srinagar to ensure proper guidance and support.
🏨
Dedicated Staff Support
Our staff members are available at Makkah and Madinah hotels to assist pilgrims throughout their stay.
.umrah-support{
background:#ffffff;
padding:60px 20px;
font-family:’Segoe UI’, sans-serif;
}
.support-title{
text-align:center;
font-size:32px;
color:#0f5132;
margin-bottom:10px;
}
.support-subtitle{
text-align:center;
color:#666;
margin-bottom:40px;
}
.support-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}
.support-card{
background:#f6fbf6;
border-radius:12px;
padding:25px;
text-align:center;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
border-bottom:4px solid #198754;
transition:0.3s;
}
.support-card:hover{
transform:translateY(-6px);
box-shadow:0 12px 28px rgba(0,0,0,0.12);
}
.support-icon{
font-size:34px;
margin-bottom:12px;
}
.support-card h3{
color:#0f5132;
margin-bottom:10px;
}
.support-card p{
color:#555;
font-size:15px;
}
@media(max-width:768px){
.support-title{
font-size:26px;
}
.support-card{
padding:20px;
}
}
💰 Umrah Package Pricing
Affordable premium package designed for a comfortable and spiritually fulfilling pilgrimage.
Package Type: Premium Economy Class
₹1,35,000
Ex-Srinagar Price (All Inclusive)
- ✔ Return Air Tickets Included
- ✔ Umrah Visa Processing
- ✔ Star Category Hotels
- ✔ VIP AC Transportation
- ✔ Ziyarat Tours Included
🕋 Book Your Umrah Now
.umrah-pricing{
background:#f7faf7;
padding:70px 20px;
font-family:’Segoe UI’, sans-serif;
}
.pricing-title{
text-align:center;
font-size:34px;
color:#0f5132;
margin-bottom:10px;
}
.pricing-subtitle{
text-align:center;
color:#555;
margin-bottom:40px;
}
.pricing-grid{
display:flex;
justify-content:center;
}
.price-card{
background:#ffffff;
border-radius:14px;
width:380px;
max-width:100%;
box-shadow:0 8px 25px rgba(0,0,0,0.1);
overflow:hidden;
border-top:6px solid #198754;
transition:0.3s;
}
.price-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}
.price-header{
background:#198754;
color:#fff;
text-align:center;
padding:18px;
font-size:20px;
}
.price-body{
padding:30px;
text-align:center;
}
.package-type{
margin-bottom:15px;
color:#444;
}
.price{
font-size:42px;
font-weight:700;
color:#0f5132;
margin:10px 0;
}
.price-note{
color:#666;
margin-bottom:20px;
}
.price-features{
list-style:none;
padding:0;
margin-bottom:25px;
}
.price-features li{
padding:6px 0;
color:#444;
}
.book-btn{
display:inline-block;
background:#198754;
color:#fff;
padding:12px 26px;
border-radius:30px;
text-decoration:none;
font-weight:600;
transition:0.3s;
}
.book-btn:hover{
background:#0f5132;
}
@media(max-width:768px){
.pricing-title{
font-size:26px;
}
.price{
font-size:36px;
}
.price-body{
padding:25px;
}
}