<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tour Packages &#8211; Noble House Tours Pvt. Ltd.</title>
	<atom:link href="https://www.noblehouseindia.org/category/tour-packages/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.noblehouseindia.org</link>
	<description>Best Travel Destinations in India</description>
	<lastBuildDate>Sat, 08 Aug 2026 14:29:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.3</generator>
	<item>
		<title>THE GOLDEN CHARIOT &#8211; MOST LUXURIOUS TRAIN</title>
		<link>https://www.noblehouseindia.org/luxary-place/the-golden-chariot-most-luxurious-train/</link>
		
		<dc:creator><![CDATA[Nobel House Tour]]></dc:creator>
		<pubDate>Sat, 08 Aug 2026 13:29:13 +0000</pubDate>
				<category><![CDATA[Luxary Place]]></category>
		<category><![CDATA[Tour Packages]]></category>
		<category><![CDATA[Travel with Noble House]]></category>
		<guid isPermaLink="false">https://www.noblehouseindia.org/?p=3225</guid>

					<description><![CDATA[India&#8217;s Iconic Luxury Train THE GOLDEN CHARIOT Experience the timeless heritage of South India aboard one of India&#8217;s most luxurious trains. Discover magnificent palaces, UNESCO World Heritage Sites, wildlife, temples and vibrant cultural traditions in exceptional comfort. Explore Journeys ◆ 3 Luxury Journeys Explore South India ◇ Maharaja Cabins Luxury<a class="moretag" href="https://www.noblehouseindia.org/luxary-place/the-golden-chariot-most-luxurious-train/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[
<style>

/* =========================================================
   GOLDEN CHARIOT - LUXURY TRAIN PAGE
   COPY + PASTE INTO WORDPRESS CUSTOM HTML
   ========================================================= */

.gc-page {
    --gold: #d4af5a;
    --gold-light: #f0d58a;
    --gold-dark: #a77b27;
    --purple: #24152f;
    --purple-light: #382046;
    --cream: #faf7f0;
    --cream-dark: #f0eadf;
    --white: #ffffff;
    --text: #343038;
    --muted: #77727a;
    --border: #dfd1b3;

    max-width: 1200px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    line-height: 1.7;
}

.gc-page * {
    box-sizing: border-box;
}

.gc-page img {
    max-width: 100%;
}


/* =========================================================
   HERO
   ========================================================= */

.gc-hero {
    position: relative;
    min-height: 570px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 55px;

    background-image:
        linear-gradient(
            90deg,
            rgba(25,12,34,.94) 0%,
            rgba(25,12,34,.72) 48%,
            rgba(25,12,34,.20) 100%
        ),
        url("https://www.noblehouseindia.org/wp-content/uploads/2026/08/Home-GC.webp");

    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.gc-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 70px 55px;
    color: #fff;
}

.gc-eyebrow {
    display: inline-block;
    color: var(--gold-light);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.gc-hero h1 {
    color: #fff;
    font-size: 56px;
    line-height: 1.05;
    margin: 0 0 18px;
    letter-spacing: 1px;
}

.gc-hero h1 span {
    color: var(--gold-light);
}

.gc-hero-text {
    color: #eee8f0;
    font-size: 18px;
    max-width: 650px;
    margin-bottom: 30px;
}

.gc-hero-button {
    display: inline-block;
    background: var(--gold);
    color: #25182c !important;
    text-decoration: none !important;
    padding: 14px 28px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .25s ease;
}

.gc-hero-button:hover {
    background: #f0d58a;
    color: #25182c !important;
}


/* =========================================================
   QUICK INFO
   ========================================================= */

.gc-info-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: -85px 30px 60px;
    position: relative;
    z-index: 5;
    box-shadow: 0 15px 35px rgba(35,20,45,.12);
    border-radius: 8px;
    overflow: hidden;
}

.gc-info-item {
    background: #fff;
    text-align: center;
    padding: 22px 15px;
    border-right: 1px solid #e7dfd0;
}

.gc-info-item:last-child {
    border-right: none;
}

.gc-info-icon {
    color: var(--gold-dark);
    font-size: 24px;
    margin-bottom: 5px;
}

.gc-info-item strong {
    display: block;
    color: var(--purple);
    font-size: 15px;
}

.gc-info-item span {
    color: var(--muted);
    font-size: 12px;
}


/* =========================================================
   INTRO
   ========================================================= */

.gc-section {
    margin: 65px 0;
}

.gc-section-heading {
    text-align: center;
    margin-bottom: 35px;
}

.gc-section-heading small {
    color: var(--gold-dark);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: bold;
}

.gc-section-heading h2 {
    color: var(--purple);
    font-size: 34px;
    margin: 6px 0 10px;
}

.gc-section-heading p {
    max-width: 800px;
    margin: auto;
    color: var(--muted);
}


/* =========================================================
   FEATURE CARDS
   ========================================================= */

.gc-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.gc-feature-card {
    background: var(--cream);
    border: 1px solid var(--border);
    padding: 27px 20px;
    text-align: center;
    border-radius: 6px;
    transition: .25s ease;
}

.gc-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(50,30,60,.10);
}

.gc-feature-card .icon {
    width: 48px;
    height: 48px;
    border: 1px solid var(--gold);
    color: var(--gold-dark);
    border-radius: 50%;
    margin: 0 auto 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.gc-feature-card h3 {
    color: var(--purple);
    font-size: 17px;
    margin: 0 0 6px;
}

.gc-feature-card p {
    color: var(--muted);
    font-size: 13px;
    margin: 0;
}


/* =========================================================
   JOURNEYS INTRO
   ========================================================= */

.gc-journey-intro {
    background:
        linear-gradient(
            135deg,
            #26162f,
            #3a2147
        );

    color: #fff;
    padding: 50px 30px;
    text-align: center;
    border-radius: 10px;
    margin: 60px 0 35px;
}

.gc-journey-intro small {
    color: var(--gold-light);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

.gc-journey-intro h2 {
    color: #fff;
    font-size: 33px;
    margin: 8px 0;
}

.gc-journey-intro p {
    max-width: 760px;
    margin: auto;
    color: #ddd5e2;
}


/* =========================================================
   ACCORDION
   ========================================================= */

.gc-journeys {
    margin-top: 25px;
}

.gc-journey {
    border: 1px solid var(--border);
    border-radius: 8px;
    margin-bottom: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 18px rgba(40,20,50,.04);
}

.gc-journey-header {
    width: 100%;
    border: none;
    background: #fff;
    padding: 24px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    cursor: pointer;
    transition: .25s ease;
}

.gc-journey-header:hover,
.gc-journey-header.active {
    background: #fbf7ed;
}

.gc-journey-header-left {
    flex: 1;
}

.gc-number {
    color: var(--gold-dark);
    display: block;
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.gc-journey-name {
    display: block;
    color: var(--purple);
    font-size: 22px;
    font-weight: bold;
    margin: 3px 0;
}

.gc-journey-meta {
    color: var(--muted);
    font-size: 13px;
}

.gc-arrow {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-dark);
    font-size: 22px;
}

.gc-journey-content {
    display: none;
    padding: 38px;
    border-top: 1px solid var(--border);
}

.gc-journey-content.open {
    display: block;
}


/* =========================================================
   JOURNEY TITLE
   ========================================================= */

.gc-title {
    border-bottom: 1px solid #e5ded2;
    padding-bottom: 22px;
    margin-bottom: 30px;
}

.gc-title h2 {
    color: var(--purple);
    font-size: 30px;
    margin: 0 0 8px;
}

.gc-route {
    color: var(--gold-dark);
    font-weight: bold;
    font-size: 14px;
}


/* =========================================================
   JOURNEY OVERVIEW
   ========================================================= */

.gc-overview {
    background: var(--cream);
    border-left: 4px solid var(--gold);
    padding: 22px 25px;
    margin-bottom: 30px;
}

.gc-overview p {
    margin: 0;
    color: #5f5a60;
}


/* =========================================================
   HIGHLIGHTS
   ========================================================= */

.gc-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 30px 0;
}

.gc-card {
    border: 1px solid #e2daca;
    padding: 25px;
    border-radius: 5px;
}

.gc-card h3 {
    color: var(--purple);
    margin: 0 0 15px;
    font-size: 19px;
    border-bottom: 2px solid var(--gold);
    padding-bottom: 9px;
}

.gc-card ul {
    padding-left: 20px;
    margin: 0;
}

.gc-card li {
    margin-bottom: 7px;
}


/* =========================================================
   ITINERARY
   ========================================================= */

.gc-itinerary {
    margin: 38px 0;
}

.gc-itinerary > h3 {
    color: var(--purple);
    font-size: 23px;
    border-bottom: 2px solid var(--gold);
    padding-bottom: 10px;
}

.gc-day {
    display: grid;
    grid-template-columns: 85px 1fr;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #eee9e2;
}

.gc-day-label {
    color: var(--gold-dark);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.gc-day h4 {
    color: var(--purple);
    margin: 0 0 5px;
    font-size: 17px;
}

.gc-day p {
    color: #666;
    margin: 0;
}


/* =========================================================
   INCLUSION
   ========================================================= */

.gc-inclusion-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 40px 0;
}

.gc-inclusion,
.gc-exclusion {
    padding: 27px;
    border-radius: 6px;
}

.gc-inclusion {
    background: #f2f8f2;
    border: 1px solid #d5e5d4;
}

.gc-exclusion {
    background: #fbf5f3;
    border: 1px solid #ead8d2;
}

.gc-inclusion h3,
.gc-exclusion h3 {
    color: var(--purple);
    margin-top: 0;
}

.gc-inclusion ul,
.gc-exclusion ul {
    padding-left: 20px;
}

.gc-inclusion li::marker {
    color: #43814b;
}

.gc-exclusion li::marker {
    color: #a34c3c;
}


/* =========================================================
   PRICE
   ========================================================= */

.gc-price-section {
    margin-top: 40px;
    background: linear-gradient(135deg,#f9f4e8,#fffdf8);
    border: 1px solid var(--gold);
    border-radius: 8px;
    padding: 30px;
}

.gc-price-section h3 {
    color: var(--purple);
    text-align: center;
    font-size: 24px;
    margin: 0 0 20px;
}

.gc-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.gc-price-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: #fff;
}

.gc-price-table th {
    background: var(--purple);
    color: #fff;
    padding: 16px 13px;
    border: 1px solid #4d3659;
    text-align: center;
    font-size: 13px;
}

.gc-price-table td {
    padding: 17px 13px;
    border: 1px solid #d8c9a8;
    text-align: center;
    color: #39333c;
    font-size: 14px;
}

.gc-price-table td strong {
    color: var(--purple);
}

.gc-gst {
    text-align: center;
    color: #8a641d;
    font-size: 14px;
    font-weight: bold;
    margin: 18px 0 5px;
}

.gc-price-small {
    text-align: center;
    color: #777;
    font-size: 12px;
    margin: 5px 0 20px;
}


/* =========================================================
   BUTTON
   ========================================================= */

.gc-button-wrap {
    text-align: center;
    margin-top: 25px;
}

.gc-button {
    display: inline-block;
    background: var(--gold);
    color: #27172f !important;
    text-decoration: none !important;
    padding: 13px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    transition: .25s ease;
}

.gc-button:hover {
    background: var(--gold-dark);
    color: #fff !important;
}


/* =========================================================
   FEATURE IMAGE INSIDE PAGE
   ========================================================= */

.gc-image-box {
    margin: 35px 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.gc-image-box img {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.gc-image-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px 25px 20px;
    background: linear-gradient(transparent,rgba(20,10,28,.85));
    color: #fff;
    font-weight: bold;
}


/* =========================================================
   FINAL NOTE
   ========================================================= */

.gc-note {
    background: #fff9eb;
    border-left: 4px solid var(--gold);
    padding: 20px 22px;
    margin: 45px 0;
    color: #5e565d;
}

.gc-note strong {
    color: var(--purple);
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.gc-final {
    background:
        linear-gradient(
            135deg,
            #24152f,
            #41234e
        );
    color: #fff;
    text-align: center;
    padding: 55px 25px;
    border-radius: 10px;
    margin: 60px 0 20px;
}

.gc-final small {
    color: var(--gold-light);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}

.gc-final h2 {
    color: #fff;
    font-size: 32px;
    margin: 8px 0 10px;
}

.gc-final p {
    max-width: 700px;
    margin: auto;
    color: #ddd4e1;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .gc-feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gc-info-strip {
        grid-template-columns: 1fr 1fr;
    }

    .gc-info-item:nth-child(2) {
        border-right: none;
    }

    .gc-two-column,
    .gc-inclusion-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 700px) {

    .gc-hero {
        min-height: 520px;
        background-position: 62% center;
    }

    .gc-hero-content {
        padding: 45px 25px;
    }

    .gc-hero h1 {
        font-size: 38px;
    }

    .gc-hero-text {
        font-size: 15px;
    }

    .gc-info-strip {
        margin: -35px 15px 45px;
    }

    .gc-feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gc-journey-content {
        padding: 25px 18px;
    }

    .gc-journey-header {
        padding: 19px 16px;
    }

    .gc-journey-name {
        font-size: 18px;
    }

    .gc-day {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .gc-price-section {
        padding: 20px 10px;
    }

}


@media (max-width: 480px) {

    .gc-info-strip,
    .gc-feature-grid {
        grid-template-columns: 1fr;
    }

    .gc-info-item {
        border-right: none;
        border-bottom: 1px solid #e7dfd0;
    }

    .gc-info-item:last-child {
        border-bottom: none;
    }

    .gc-hero h1 {
        font-size: 32px;
    }

    .gc-section-heading h2,
    .gc-journey-intro h2 {
        font-size: 27px;
    }

}


/* WordPress fixes */

.gc-page button {
    font-family: inherit;
}

.gc-page a {
    box-shadow: none;
}

.gc-page table {
    margin-bottom: 0;
}

</style>


<div class="gc-page">


<!-- =========================================================
     HERO
     ========================================================= -->

<section class="gc-hero">

    <div class="gc-hero-content">

        <span class="gc-eyebrow">
            India&#8217;s Iconic Luxury Train
        </span>

        <h1>
            THE <span>GOLDEN CHARIOT</span>
        </h1>

        <div class="gc-hero-text">

            Experience the timeless heritage of South India
            aboard one of India&#8217;s most luxurious trains.
            Discover magnificent palaces, UNESCO World Heritage
            Sites, wildlife, temples and vibrant cultural traditions
            in exceptional comfort.

        </div>

        <a href="#golden-journeys" class="gc-hero-button">
            Explore Journeys
        </a>

    </div>

</section>


<!-- =========================================================
     QUICK FACTS
     ========================================================= -->

<div class="gc-info-strip">

    <div class="gc-info-item">

        <div class="gc-info-icon">◆</div>

        <strong>
            3 Luxury Journeys
        </strong>

        <span>
            Explore South India
        </span>

    </div>


    <div class="gc-info-item">

        <div class="gc-info-icon">◇</div>

        <strong>
            Maharaja Cabins
        </strong>

        <span>
            Luxury Accommodation
        </span>

    </div>


    <div class="gc-info-item">

        <div class="gc-info-icon">♛</div>

        <strong>
            Butler Service
        </strong>

        <span>
            Personalized Hospitality
        </span>

    </div>


    <div class="gc-info-item">

        <div class="gc-info-icon">✦</div>

        <strong>
            Heritage Experiences
        </strong>

        <span>
            Culture &amp; UNESCO Sites
        </span>

    </div>

</div>


<!-- =========================================================
     INTRODUCTION
     ========================================================= -->

<section class="gc-section">

    <div class="gc-section-heading">

        <small>
            A Royal Journey
        </small>

        <h2>
            Step Aboard a World of Elegance
        </h2>

        <p>
            The Golden Chariot combines royal hospitality,
            comfortable luxury accommodation, fine dining
            and unforgettable sightseeing experiences.
            Travel through the heritage and natural beauty
            of South India in extraordinary style.
        </p>

    </div>


    <div class="gc-image-box">

        <!--
        =====================================================
        FEATURE IMAGE

        REPLACE THE IMAGE URL BELOW WITH YOUR GOLDEN CHARIOT
        PHOTO FROM WORDPRESS MEDIA LIBRARY.

        Example:
        https://yourwebsite.com/wp-content/uploads/
        golden-chariot.jpg
        =====================================================
        -->

        <img decoding="async" src="https://www.noblehouseindia.org/wp-content/uploads/2026/08/imagesCC.jpg" alt="The Golden Chariot Luxury Train">

        <div class="gc-image-caption">
            The Golden Chariot – Luxury Train Journey Through South India
        </div>

    </div>


    <div class="gc-feature-grid">


        <div class="gc-feature-card">

            <div class="icon">
                ♛
            </div>

            <h3>
                Royal Heritage
            </h3>

            <p>
                Discover India&#8217;s magnificent royal heritage
                in luxurious surroundings.
            </p>

        </div>


        <div class="gc-feature-card">

            <div class="icon">
                ✦
            </div>

            <h3>
                Fine Dining
            </h3>

            <p>
                Enjoy carefully prepared meals during your
                luxury rail journey.
            </p>

        </div>


        <div class="gc-feature-card">

            <div class="icon">
                ◆
            </div>

            <h3>
                Luxury Accommodation
            </h3>

            <p>
                Relax in comfortable, well-furnished cabins
                aboard the train.
            </p>

        </div>


        <div class="gc-feature-card">

            <div class="icon">
                ◇
            </div>

            <h3>
                Personalized Hospitality
            </h3>

            <p>
                Enjoy attentive service throughout your
                Golden Chariot experience.
            </p>

        </div>


    </div>

</section>


<!-- =========================================================
     JOURNEY INTRO
     ========================================================= -->

<section class="gc-journey-intro" id="golden-journeys">

    <small>
        Choose Your Royal Journey
    </small>

    <h2>
        Three Golden Chariot Experiences
    </h2>

    <p>
        Select a journey below to explore the route,
        day-by-day itinerary, highlights, inclusions,
        exclusions and current pricing.
    </p>

</section>


<!-- =========================================================
     JOURNEYS
     ========================================================= -->

<div class="gc-journeys">


<!-- =========================================================
     JOURNEY 01 - PRIDE OF KARNATAKA
     ========================================================= -->

<div class="gc-journey">


    <button class="gc-journey-header active" type="button" aria-expanded="true">

        <div class="gc-journey-header-left">

            <span class="gc-number">
                Journey 01
            </span>

            <span class="gc-journey-name">
                Pride of Karnataka
            </span>

            <span class="gc-journey-meta">
                5 Nights / 6 Days
                &nbsp; • &nbsp;
                Bengaluru – Bandipur – Mysuru – Halebidu –
                Chikkamagaluru – Hampi – Goa – Bengaluru
            </span>

        </div>

        <span class="gc-arrow">
            −
        </span>

    </button>


    <div class="gc-journey-content open">


        <div class="gc-title">

            <h2>
                Pride of Karnataka
            </h2>

            <div class="gc-route">
                Bengaluru → Bandipur → Mysuru → Halebidu →
                Chikkamagaluru → Hampi → Goa → Bengaluru
            </div>

        </div>


        <div class="gc-overview">

            <p>
                A 6-day, 5-night luxury train journey through
                some of South India&#8217;s most beautiful destinations.
                Experience wildlife, royal palaces, ancient temples,
                coffee plantations, UNESCO World Heritage Sites
                and the cultural charm of Goa.
            </p>

        </div>


        <!-- HIGHLIGHTS -->

        <div class="gc-two-column">


            <div class="gc-card">

                <h3>
                    Journey Highlights
                </h3>

                <ul>

                    <li>
                        Wildlife Safari at Bandipur National Park
                    </li>

                    <li>
                        Mysore Palace
                    </li>

                    <li>
                        Srirangapatna
                    </li>

                    <li>
                        Hoysaleswara Temple at Halebidu
                    </li>

                    <li>
                        Chikkamagaluru coffee plantations
                    </li>

                    <li>
                        UNESCO World Heritage Site of Hampi
                    </li>

                    <li>
                        Virupaksha Temple
                    </li>

                    <li>
                        Churches and cultural experiences in Goa
                    </li>

                </ul>

            </div>


            <div class="gc-card">

                <h3>
                    Journey Experience
                </h3>

                <ul>

                    <li>
                        Luxury train accommodation
                    </li>

                    <li>
                        Guided sightseeing
                    </li>

                    <li>
                        Wildlife experience
                    </li>

                    <li>
                        Cultural performances
                    </li>

                    <li>
                        Heritage sightseeing
                    </li>

                    <li>
                        Fine dining onboard
                    </li>

                    <li>
                        Personalized hospitality
                    </li>

                </ul>

            </div>


        </div>


        <!-- ITINERARY -->

        <div class="gc-itinerary">

            <h3>
                Day-by-Day Itinerary
            </h3>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 1
                </div>

                <div>

                    <h4>
                        Bengaluru – Bandipur
                    </h4>

                    <p>
                        Board The Golden Chariot at Bengaluru.
                        Enjoy lunch onboard followed by a wildlife
                        safari at Bandipur National Park. Return to
                        the train for dinner and overnight journey.
                    </p>

                </div>

            </div>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 2
                </div>

                <div>

                    <h4>
                        Mysuru
                    </h4>

                    <p>
                        Visit the magnificent Mysore Palace and
                        explore historic Srirangapatna. Continue
                        towards Halebidu and enjoy a special banquet
                        dinner.
                    </p>

                </div>

            </div>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 3
                </div>

                <div>

                    <h4>
                        Halebidu – Chikkamagaluru
                    </h4>

                    <p>
                        Visit Hoysaleswara Temple at Halebidu.
                        Continue to Chikkamagaluru for plantation
                        experiences and cultural activities.
                    </p>

                </div>

            </div>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 4
                </div>

                <div>

                    <h4>
                        Hampi
                    </h4>

                    <p>
                        Explore the UNESCO World Heritage Site
                        of Hampi, including Virupaksha Temple and
                        other historic monuments.
                    </p>

                </div>

            </div>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 5
                </div>

                <div>

                    <h4>
                        Goa
                    </h4>

                    <p>
                        Discover the Indo-Portuguese heritage of
                        Goa, visit famous churches and enjoy a
                        cultural evening before returning to the train.
                    </p>

                </div>

            </div>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 6
                </div>

                <div>

                    <h4>
                        Return to Bengaluru
                    </h4>

                    <p>
                        Arrive at Yeshwanthpur Railway Station,
                        complete check-out formalities and conclude
                        your Golden Chariot journey.
                    </p>

                </div>

            </div>

        </div>


        <!-- INCLUSION -->

        <div class="gc-inclusion-grid">


            <div class="gc-inclusion">

                <h3>
                    ✓ What&#8217;s Included
                </h3>

                <ul>

                    <li>
                        Well-furnished cabins onboard
                    </li>

                    <li>
                        Daily breakfast, lunch and dinner
                    </li>

                    <li>
                        Selected refreshments
                    </li>

                    <li>
                        Guided sightseeing
                    </li>

                    <li>
                        Wildlife safari at Bandipur
                    </li>

                    <li>
                        Monument and attraction entry fees
                    </li>

                    <li>
                        Cultural performances
                    </li>

                    <li>
                        Onboard hospitality
                    </li>

                </ul>

            </div>


            <div class="gc-exclusion">

                <h3>
                    ✕ What&#8217;s Not Included
                </h3>

                <ul>

                    <li>
                        Airfare and transportation to/from Bengaluru
                    </li>

                    <li>
                        Personal shopping expenses
                    </li>

                    <li>
                        Alcoholic beverages and premium drinks
                    </li>

                    <li>
                        Travel and medical insurance
                    </li>

                    <li>
                        Laundry and telephone expenses
                    </li>

                    <li>
                        Tips and gratuities
                    </li>

                    <li>
                        Camera/video fees where applicable
                    </li>

                    <li>
                        Services not mentioned in the itinerary
                    </li>

                </ul>

            </div>


        </div>


        <!-- PRICE -->

        <div class="gc-price-section">

            <h3>
                Pride of Karnataka – Pricing
            </h3>


            <div class="gc-table-wrap">

                <table class="gc-price-table">

                    <thead>

                        <tr>

                            <th>
                                Rooming
                            </th>

                            <th>
                                Pride of Karnataka
                                <br>
                                05N / 06D
                            </th>

                        </tr>

                    </thead>


                    <tbody>

                        <tr>

                            <td>
                                <strong>
                                    Deluxe Cabin
                                </strong>
                            </td>

                            <td>
                                <strong>
                                    USD 5,000
                                </strong>
                            </td>

                        </tr>


                        <tr>

                            <td>
                                <strong>
                                    Single Supplement
                                </strong>
                            </td>

                            <td>
                                <strong>
                                    USD 3,800
                                </strong>
                            </td>

                        </tr>

                    </tbody>

                </table>

            </div>


            <p class="gc-gst">
                5% GST tax will be charged extra on the cost mentioned.
            </p>

            <p class="gc-price-small">
                Prices are in USD and are per person per journey
                on a twin-sharing basis.
            </p>


            <div class="gc-button-wrap">

                <a href="/contact-us/?subject=Golden%20Chariot%20-%20Pride%20of%20Karnataka%20Enquiry" class="gc-button">
                    Enquire Now
                </a>

            </div>

        </div>

    </div>

</div>



<!-- =========================================================
     JOURNEY 02 - GLIMPSES OF KARNATAKA
     ========================================================= -->

<div class="gc-journey">


    <button class="gc-journey-header" type="button" aria-expanded="false">

        <div class="gc-journey-header-left">

            <span class="gc-number">
                Journey 02
            </span>

            <span class="gc-journey-name">
                Glimpses of Karnataka
            </span>

            <span class="gc-journey-meta">
                3 Nights / 4 Days
                &nbsp; • &nbsp;
                Bengaluru – Bandipur – Mysuru – Hampi – Bengaluru
            </span>

        </div>

        <span class="gc-arrow">
            +
        </span>

    </button>


    <div class="gc-journey-content">


        <div class="gc-title">

            <h2>
                Glimpses of Karnataka
            </h2>

            <div class="gc-route">
                Bengaluru → Bandipur → Mysuru → Hampi → Bengaluru
            </div>

        </div>


        <div class="gc-overview">

            <p>
                A shorter 4-day, 3-night luxury train journey
                designed for travellers who want to experience
                the highlights of Karnataka in a limited amount
                of time. Discover wildlife, royal heritage,
                Mysore Palace and the UNESCO World Heritage Site
                of Hampi.
            </p>

        </div>


        <div class="gc-two-column">


            <div class="gc-card">

                <h3>
                    Journey Highlights
                </h3>

                <ul>

                    <li>
                        Bandipur National Park Wildlife Safari
                    </li>

                    <li>
                        Mysore Palace
                    </li>

                    <li>
                        Mysuru cultural experience
                    </li>

                    <li>
                        UNESCO World Heritage Site of Hampi
                    </li>

                    <li>
                        Historic temples and monuments
                    </li>

                    <li>
                        Indian-themed evening onboard
                    </li>

                </ul>

            </div>


            <div class="gc-card">

                <h3>
                    Perfect For
                </h3>

                <ul>

                    <li>
                        Short luxury holidays
                    </li>

                    <li>
                        Couples
                    </li>

                    <li>
                        Families
                    </li>

                    <li>
                        Senior travellers
                    </li>

                    <li>
                        First-time luxury train travellers
                    </li>

                    <li>
                        South India heritage experiences
                    </li>

                </ul>

            </div>


        </div>


        <!-- ITINERARY -->

        <div class="gc-itinerary">

            <h3>
                Day-by-Day Itinerary
            </h3>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 1
                </div>

                <div>

                    <h4>
                        Bengaluru – Bandipur
                    </h4>

                    <p>
                        Board The Golden Chariot at Yeshwanthpur
                        Railway Station. Enjoy lunch onboard,
                        followed by a wildlife safari at Bandipur
                        National Park. Dinner and overnight stay
                        on the train.
                    </p>

                </div>

            </div>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 2
                </div>

                <div>

                    <h4>
                        Mysuru
                    </h4>

                    <p>
                        Explore the magnificent Mysore Palace.
                        Enjoy lunch and an optional visit to
                        Srirangapatna. Experience a cultural dinner
                        and traditional performances.
                    </p>

                </div>

            </div>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 3
                </div>

                <div>

                    <h4>
                        Hampi
                    </h4>

                    <p>
                        Explore the UNESCO World Heritage Site
                        of Hampi, its historic monuments and
                        ancient ruins. Enjoy an Indian-themed
                        evening onboard.
                    </p>

                </div>

            </div>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 4
                </div>

                <div>

                    <h4>
                        Return to Bengaluru
                    </h4>

                    <p>
                        Enjoy breakfast onboard before arriving
                        at Yeshwanthpur Railway Station, Bengaluru.
                        Complete the check-out formalities and
                        conclude the journey.
                    </p>

                </div>

            </div>

        </div>


        <!-- INCLUSIONS -->

        <div class="gc-inclusion-grid">


            <div class="gc-inclusion">

                <h3>
                    ✓ What&#8217;s Included
                </h3>

                <ul>

                    <li>
                        Comfortable cabin accommodation
                    </li>

                    <li>
                        Breakfast, lunch and dinner
                    </li>

                    <li>
                        Selected refreshments
                    </li>

                    <li>
                        Professional guides
                    </li>

                    <li>
                        Bandipur wildlife safari
                    </li>

                    <li>
                        Monument entry fees
                    </li>

                    <li>
                        Cultural dinner and performances
                    </li>

                    <li>
                        Transfers for sightseeing
                    </li>

                </ul>

            </div>


            <div class="gc-exclusion">

                <h3>
                    ✕ What&#8217;s Not Included
                </h3>

                <ul>

                    <li>
                        Airfare and other transportation
                    </li>

                    <li>
                        Personal shopping
                    </li>

                    <li>
                        Alcoholic and premium drinks
                    </li>

                    <li>
                        Travel or medical insurance
                    </li>

                    <li>
                        Laundry and telephone expenses
                    </li>

                    <li>
                        Tips and gratuities
                    </li>

                    <li>
                        Optional activities
                    </li>

                    <li>
                        Unforeseen expenses
                    </li>

                </ul>

            </div>


        </div>


        <!-- PRICE -->

        <div class="gc-price-section">

            <h3>
                Glimpses of Karnataka – Pricing
            </h3>


            <div class="gc-table-wrap">

                <table class="gc-price-table">

                    <thead>

                        <tr>

                            <th>
                                Rooming
                            </th>

                            <th>
                                Glimpses of Karnataka
                                <br>
                                03N / 04D
                            </th>

                        </tr>

                    </thead>


                    <tbody>

                        <tr>

                            <td>
                                <strong>
                                    Deluxe Cabin
                                </strong>
                            </td>

                            <td>
                                <strong>
                                    USD 3,400
                                </strong>
                            </td>

                        </tr>


                        <tr>

                            <td>
                                <strong>
                                    Single Supplement
                                </strong>
                            </td>

                            <td>
                                <strong>
                                    USD 2,500
                                </strong>
                            </td>

                        </tr>

                    </tbody>

                </table>

            </div>


            <p class="gc-gst">
                5% GST tax will be charged extra on the cost mentioned.
            </p>

            <p class="gc-price-small">
                Prices are in USD and are per person per journey
                on a twin-sharing basis.
            </p>


            <div class="gc-button-wrap">

                <a href="/contact-us/?subject=Golden%20Chariot%20-%20Glimpses%20of%20Karnataka%20Enquiry" class="gc-button">
                    Enquire Now
                </a>

            </div>

        </div>

    </div>

</div>



<!-- =========================================================
     JOURNEY 03 - JEWELS OF SOUTH
     ========================================================= -->

<div class="gc-journey">


    <button class="gc-journey-header" type="button" aria-expanded="false">

        <div class="gc-journey-header-left">

            <span class="gc-number">
                Journey 03
            </span>

            <span class="gc-journey-name">
                Jewels of South
            </span>

            <span class="gc-journey-meta">
                5 Nights / 6 Days
                &nbsp; • &nbsp;
                Bengaluru – Mysuru – Kanchipuram –
                Mahabalipuram – Thanjavur – Chettinad –
                Cochin – Kumarakom – Bengaluru
            </span>

        </div>

        <span class="gc-arrow">
            +
        </span>

    </button>


    <div class="gc-journey-content">


        <div class="gc-title">

            <h2>
                Jewels of South
            </h2>

            <div class="gc-route">
                Bengaluru → Mysuru → Kanchipuram →
                Mahabalipuram → Thanjavur → Chettinad →
                Cochin → Kumarakom → Bengaluru
            </div>

        </div>


        <div class="gc-overview">

            <p>
                A 6-day, 5-night luxury journey showcasing
                the cultural and architectural treasures of
                South India. Explore magnificent palaces,
                ancient temples, UNESCO monuments, Chettinad
                heritage, Kerala&#8217;s colonial charm and peaceful
                backwaters.
            </p>

        </div>


        <div class="gc-two-column">


            <div class="gc-card">

                <h3>
                    Journey Highlights
                </h3>

                <ul>

                    <li>
                        Mysore Palace
                    </li>

                    <li>
                        Kanchipuram temples
                    </li>

                    <li>
                        UNESCO monuments of Mahabalipuram
                    </li>

                    <li>
                        Thanjavur heritage
                    </li>

                    <li>
                        Chettinad mansions
                    </li>

                    <li>
                        Athangudi Tile Factory
                    </li>

                    <li>
                        Mattancherry Palace
                    </li>

                    <li>
                        Kerala backwater experience
                    </li>

                </ul>

            </div>


            <div class="gc-card">

                <h3>
                    Journey Experience
                </h3>

                <ul>

                    <li>
                        Luxury accommodation
                    </li>

                    <li>
                        Fine dining
                    </li>

                    <li>
                        Guided sightseeing
                    </li>

                    <li>
                        Heritage experiences
                    </li>

                    <li>
                        Cultural performances
                    </li>

                    <li>
                        Kerala backwater cruise
                    </li>

                    <li>
                        Butler service
                    </li>

                </ul>

            </div>


        </div>


        <!-- ITINERARY -->

        <div class="gc-itinerary">

            <h3>
                Day-by-Day Itinerary
            </h3>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 1
                </div>

                <div>

                    <h4>
                        Bengaluru – Mysuru
                    </h4>

                    <p>
                        Board The Golden Chariot at Bengaluru.
                        Enjoy lunch onboard before exploring
                        Mysore Palace. Return to the train for
                        dinner as the journey continues.
                    </p>

                </div>

            </div>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 2
                </div>

                <div>

                    <h4>
                        Kanchipuram – Mahabalipuram
                    </h4>

                    <p>
                        Explore the temples of Kanchipuram and
                        the UNESCO monuments of Mahabalipuram.
                        Enjoy a beachfront dinner before returning
                        to the train.
                    </p>

                </div>

            </div>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 3
                </div>

                <div>

                    <h4>
                        Thanjavur – Chettinad
                    </h4>

                    <p>
                        Discover the cultural heritage of Tamil
                        Nadu, including Chettinad, Athangudi
                        Tile Factory and traditional Chettinad
                        mansions.
                    </p>

                </div>

            </div>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 4
                </div>

                <div>

                    <h4>
                        Cochin
                    </h4>

                    <p>
                        Explore Mattancherry Palace, experience
                        Kerala&#8217;s cultural traditions and discover
                        the famous Chinese Fishing Nets and
                        St. Francis Church.
                    </p>

                </div>

            </div>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 5
                </div>

                <div>

                    <h4>
                        Kerala Backwaters
                    </h4>

                    <p>
                        Experience the peaceful Kerala backwaters
                        with a traditional houseboat cruise and
                        lunch during the cruise.
                    </p>

                </div>

            </div>


            <div class="gc-day">

                <div class="gc-day-label">
                    Day 6
                </div>

                <div>

                    <h4>
                        Return to Bengaluru
                    </h4>

                    <p>
                        Enjoy your final breakfast onboard.
                        Arrive at Yeshwanthpur Railway Station,
                        complete check-out and conclude your
                        Golden Chariot experience.
                    </p>

                </div>

            </div>

        </div>


        <!-- INCLUSIONS -->

        <div class="gc-inclusion-grid">


            <div class="gc-inclusion">

                <h3>
                    ✓ What&#8217;s Included
                </h3>

                <ul>

                    <li>
                        Luxury train accommodation
                    </li>

                    <li>
                        Daily breakfast, lunch and dinner
                    </li>

                    <li>
                        Tea, coffee and selected beverages
                    </li>

                    <li>
                        Local guides
                    </li>

                    <li>
                        Applicable entrance fees
                    </li>

                    <li>
                        Transportation for excursions
                    </li>

                    <li>
                        Butler service
                    </li>

                    <li>
                        Cultural performances
                    </li>

                    <li>
                        Selected heritage dining experiences
                    </li>

                </ul>

            </div>


            <div class="gc-exclusion">

                <h3>
                    ✕ What&#8217;s Not Included
                </h3>

                <ul>

                    <li>
                        International and domestic flights
                    </li>

                    <li>
                        Travel insurance
                    </li>

                    <li>
                        Visa charges
                    </li>

                    <li>
                        Personal laundry and shopping
                    </li>

                    <li>
                        Telephone expenses
                    </li>

                    <li>
                        Alcoholic beverages outside complimentary selection
                    </li>

                    <li>
                        Optional tours and activities
                    </li>

                    <li>
                        Camera fees and gratuities
                    </li>

                    <li>
                        Transfers before or after the journey
                    </li>

                </ul>

            </div>


        </div>


        <!-- PRICE -->

        <div class="gc-price-section">

            <h3>
                Jewels of South – Pricing
            </h3>


            <div class="gc-table-wrap">

                <table class="gc-price-table">

                    <thead>

                        <tr>

                            <th>
                                Rooming
                            </th>

                            <th>
                                Jewels of South
                                <br>
                                05N / 06D
                            </th>

                        </tr>

                    </thead>


                    <tbody>

                        <tr>

                            <td>
                                <strong>
                                    Deluxe Cabin
                                </strong>
                            </td>

                            <td>
                                <strong>
                                    USD 5,000
                                </strong>
                            </td>

                        </tr>


                        <tr>

                            <td>
                                <strong>
                                    Single Supplement
                                </strong>
                            </td>

                            <td>
                                <strong>
                                    USD 3,800
                                </strong>
                            </td>

                        </tr>

                    </tbody>

                </table>

            </div>


            <p class="gc-gst">
                5% GST tax will be charged extra on the cost mentioned.
            </p>

            <p class="gc-price-small">
                Prices are in USD and are per person per journey
                on a twin-sharing basis.
            </p>


            <div class="gc-button-wrap">

                <a href="/contact-us/?subject=Golden%20Chariot%20-%20Jewels%20of%20South%20Enquiry" class="gc-button">
                    Enquire Now
                </a>

            </div>

        </div>

    </div>

</div>


</div>


<!-- =========================================================
     PRICING SUMMARY
     ========================================================= -->

<section class="gc-section">

    <div class="gc-section-heading">

        <small>
            Current Pricing
        </small>

        <h2>
            Golden Chariot Fare Summary
        </h2>

        <p>
            All prices below are displayed in USD per person
            per journey on a twin-sharing basis.
        </p>

    </div>


    <div class="gc-price-section">

        <div class="gc-table-wrap">

            <table class="gc-price-table">

                <thead>

                    <tr>

                        <th>
                            Journey
                        </th>

                        <th>
                            Duration
                        </th>

                        <th>
                            Deluxe Cabin
                        </th>

                        <th>
                            Single Supplement
                        </th>

                    </tr>

                </thead>


                <tbody>

                    <tr>

                        <td>
                            <strong>
                                Pride of Karnataka
                            </strong>
                        </td>

                        <td>
                            05N / 06D
                        </td>

                        <td>
                            <strong>
                                USD 5,000
                            </strong>
                        </td>

                        <td>
                            <strong>
                                USD 3,800
                            </strong>
                        </td>

                    </tr>


                    <tr>

                        <td>
                            <strong>
                                Glimpses of Karnataka
                            </strong>
                        </td>

                        <td>
                            03N / 04D
                        </td>

                        <td>
                            <strong>
                                USD 3,400
                            </strong>
                        </td>

                        <td>
                            <strong>
                                USD 2,500
                            </strong>
                        </td>

                    </tr>


                    <tr>

                        <td>
                            <strong>
                                Jewels of South
                            </strong>
                        </td>

                        <td>
                            05N / 06D
                        </td>

                        <td>
                            <strong>
                                USD 5,000
                            </strong>
                        </td>

                        <td>
                            <strong>
                                USD 3,800
                            </strong>
                        </td>

                    </tr>

                </tbody>

            </table>

        </div>


        <p class="gc-gst">
            5% GST tax will be charged extra on the cost mentioned.
        </p>

        <p class="gc-price-small">
            All prices are in USD and are per person per journey
            on a twin-sharing basis.
        </p>

    </div>

</section>


<!-- =========================================================
     TERMS / IMPORTANT NOTE
     ========================================================= -->

<div class="gc-note">

    <strong>
        Important Pricing &amp; Booking Note:
    </strong>

    The above prices are displayed in USD per person per
    journey on a twin-sharing basis. <strong>5% GST tax is extra</strong>
    and will be charged in addition to the published fare.
    Prices, itineraries, inclusions, destinations and scheduled
    departures may be subject to change. Special supplements
    may apply for special occasions and selected journeys.
    Availability and final pricing should be reconfirmed at
    the time of booking.

</div>


<!-- =========================================================
     FINAL CTA
     ========================================================= -->

<section class="gc-final">

    <small>
        Plan Your Royal Journey
    </small>

    <h2>
        Experience The Golden Chariot
    </h2>

    <p>
        Contact our luxury travel specialists for availability,
        booking assistance, journey selection and personalized
        arrangements for your Golden Chariot experience.
    </p>


    <div class="gc-button-wrap">

        <a href="/contact-us/?subject=The%20Golden%20Chariot%20Luxury%20Train%20Enquiry" class="gc-button">
            Enquire Now
        </a>

    </div>

</section>


</div>


<!-- =========================================================
     GOLDEN CHARIOT ACCORDION JAVASCRIPT
     ========================================================= -->

<script>

(function () {

    const headers =
        document.querySelectorAll(
            '.gc-journey-header'
        );


    headers.forEach(function (header) {

        header.addEventListener(
            'click',
            function () {

                const journey =
                    header.closest(
                        '.gc-journey'
                    );

                const content =
                    journey.querySelector(
                        '.gc-journey-content'
                    );

                const currentlyOpen =
                    content.classList.contains(
                        'open'
                    );


                /*
                 * Close every journey
                 */

                document
                    .querySelectorAll(
                        '.gc-journey-content'
                    )
                    .forEach(function (item) {

                        item.classList.remove(
                            'open'
                        );

                    });


                /*
                 * Reset every button
                 */

                document
                    .querySelectorAll(
                        '.gc-journey-header'
                    )
                    .forEach(function (item) {

                        item.classList.remove(
                            'active'
                        );

                        item.setAttribute(
                            'aria-expanded',
                            'false'
                        );


                        const arrow =
                            item.querySelector(
                                '.gc-arrow'
                            );


                        if (arrow) {

                            arrow.textContent = '+';

                        }

                    });


                /*
                 * Open selected journey
                 */

                if (!currentlyOpen) {

                    content.classList.add(
                        'open'
                    );

                    header.classList.add(
                        'active'
                    );

                    header.setAttribute(
                        'aria-expanded',
                        'true'
                    );


                    const arrow =
                        header.querySelector(
                            '.gc-arrow'
                        );


                    if (arrow) {

                        arrow.textContent = '−';

                    }


                    /*
                     * Small scroll adjustment on mobile
                     */

                    if (
                        window.innerWidth < 700
                    ) {

                        setTimeout(function () {

                            header.scrollIntoView({
                                behavior: 'smooth',
                                block: 'start'
                            });

                        }, 100);

                    }

                }

            }
        );

    });

})();

</script>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MAHARAJAS&#8217; EXPRESS</title>
		<link>https://www.noblehouseindia.org/tour-packages/3219/</link>
		
		<dc:creator><![CDATA[Nobel House Tour]]></dc:creator>
		<pubDate>Sat, 08 Aug 2026 12:17:56 +0000</pubDate>
				<category><![CDATA[Tour Packages]]></category>
		<category><![CDATA[Travel with Noble House]]></category>
		<category><![CDATA[Unique Stay]]></category>
		<guid isPermaLink="false">https://www.noblehouseindia.org/?p=3219</guid>

					<description><![CDATA[Luxury Train Journey Through India MAHARAJAS&#8217; EXPRESS A unique way to explore India. Specially introduced for overseas travellers, Maharajas&#8217; Express offers an exceptional and luxurious way to discover India&#8217;s heritage, wildlife, culture and royal destinations. A Journey Like No Other Discover India in Luxury Maharajas&#8217; Express covers some of the<a class="moretag" href="https://www.noblehouseindia.org/tour-packages/3219/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[
<style data-wp-block-html="css">
/* =========================================================
   FEATURED TRAIN IMAGE
   ========================================================= */

.mex-featured-image {
    position: relative;
    margin: -25px 20px 45px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.18);
    border: 1px solid rgba(201,164,92,.55);
}

.mex-featured-image img {
    width: 100%;
    height: 420px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.mex-featured-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 70px 35px 30px;
    background: linear-gradient(
        to top,
        rgba(8,18,31,.92),
        rgba(8,18,31,.15),
        transparent
    );
    color: #ffffff;
}

.mex-featured-overlay h2 {
    color: #ffffff;
    margin: 0 0 5px;
    font-size: 28px;
}

.mex-featured-overlay p {
    margin: 0;
    color: #e8e8e8;
    font-size: 14px;
}


/* MOBILE FEATURED IMAGE */

@media (max-width: 768px) {

    .mex-featured-image {
        margin: -20px 10px 35px;
    }

    .mex-featured-image img {
        height: 280px;
    }

    .mex-featured-overlay {
        padding: 60px 20px 20px;
    }

    .mex-featured-overlay h2 {
        font-size: 22px;
    }

}

</style>

<style>

/* =========================================================
   MAHARAJAS' EXPRESS - LUXURY TRAIN PAGE
   ========================================================= */

.mex-page {
    --gold: #c9a45c;
    --gold-light: #e2c77f;
    --gold-dark: #a67c35;
    --navy: #152337;
    --navy-light: #243750;
    --cream: #f7f2e8;
    --cream-dark: #eee6d6;
    --white: #ffffff;
    --text: #333333;
    --muted: #777777;
    --border: #dfc17a;

    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    line-height: 1.7;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.mex-hero {
    background:
        linear-gradient(
            135deg,
            rgba(10,22,38,.98),
            rgba(30,48,72,.96)
        );

    padding: 65px 35px 45px;
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    margin-bottom: 45px;
    position: relative;
    overflow: hidden;
}

.mex-hero:before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(201,164,92,.35);
    border-radius: 50%;
    top: -100px;
    left: -100px;
}

.mex-hero:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(201,164,92,.20);
    border-radius: 50%;
    right: -130px;
    bottom: -160px;
}

.mex-small-title {
    color: var(--gold-light);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.mex-hero h1 {
    color: #ffffff;
    font-size: 44px;
    margin: 0 0 15px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.mex-hero p {
    max-width: 820px;
    margin: 0 auto;
    color: #e5e9ee;
    font-size: 17px;
    position: relative;
    z-index: 2;
}


/* =========================================================
   FEATURE IMAGE
   ========================================================= */

.mex-hero-image-wrap {
    position: relative;
    max-width: 1000px;
    height: 370px;
    margin: 38px auto 0;
    overflow: hidden;
    border-radius: 7px;
    border: 2px solid rgba(201,164,92,.75);
    box-shadow:
        0 20px 50px rgba(0,0,0,.45),
        0 0 0 1px rgba(255,255,255,.05);
    z-index: 2;
}

.mex-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition:
        transform .8s ease,
        filter .5s ease;
}

/* Image zoom */

.mex-hero-image-wrap:hover .mex-hero-image {
    transform: scale(1.06);
    filter: brightness(1.08);
}


/* Luxury image overlay */

.mex-hero-image-wrap:after {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(5,15,27,.45),
            transparent 55%
        );

    pointer-events: none;
}


/* Gold corner decoration */

.mex-image-corner {
    position: absolute;
    width: 45px;
    height: 45px;
    z-index: 5;
    pointer-events: none;
}

.mex-image-corner.top-left {
    top: 12px;
    left: 12px;
    border-top: 2px solid var(--gold-light);
    border-left: 2px solid var(--gold-light);
}

.mex-image-corner.top-right {
    top: 12px;
    right: 12px;
    border-top: 2px solid var(--gold-light);
    border-right: 2px solid var(--gold-light);
}

.mex-image-corner.bottom-left {
    bottom: 12px;
    left: 12px;
    border-bottom: 2px solid var(--gold-light);
    border-left: 2px solid var(--gold-light);
}

.mex-image-corner.bottom-right {
    bottom: 12px;
    right: 12px;
    border-bottom: 2px solid var(--gold-light);
    border-right: 2px solid var(--gold-light);
}


/* =========================================================
   SECTION
   ========================================================= */

.mex-section {
    margin: 50px 0;
}

.mex-section-title {
    text-align: center;
    margin-bottom: 30px;
}

.mex-section-title .eyebrow {
    color: var(--gold-dark);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: bold;
}

.mex-section-title h2 {
    color: var(--navy);
    font-size: 31px;
    margin: 6px 0 10px;
}

.mex-section-title p {
    max-width: 820px;
    margin: 0 auto;
    color: var(--muted);
}


/* =========================================================
   QUICK FACTS
   ========================================================= */

.mex-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 35px 0 55px;
}

.mex-fact {
    text-align: center;
    background: var(--cream);
    border: 1px solid #ded5c4;
    padding: 22px 12px;
    border-radius: 4px;
    transition: .3s ease;
}

.mex-fact:hover {
    transform: translateY(-4px);
    border-color: var(--gold);
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.mex-fact strong {
    display: block;
    color: var(--navy);
    font-size: 19px;
}

.mex-fact span {
    color: var(--muted);
    font-size: 13px;
}


/* =========================================================
   ROUTES
   ========================================================= */

.mex-routes {
    margin-top: 30px;
}

.mex-route {
    border: 1px solid #d8c39a;
    margin-bottom: 16px;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(0,0,0,.04);
}


/* =========================================================
   ACCORDION HEADER
   ========================================================= */

.mex-route-header {
    width: 100%;
    border: 0;
    background: var(--navy);
    color: #ffffff;
    padding: 23px 25px;
    cursor: pointer;
    text-align: left;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    transition: background .25s ease;
}

.mex-route-header:hover,
.mex-route-header.active {
    background: var(--navy-light);
}

.mex-route-left {
    flex: 1;
}

.mex-route-number {
    color: var(--gold-light);
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 3px;
}

.mex-route-name {
    font-size: 21px;
    font-weight: bold;
    display: block;
}

.mex-route-meta {
    color: #d3d8df;
    font-size: 14px;
    margin-top: 4px;
}

.mex-route-arrow {
    width: 34px;
    height: 34px;
    border: 1px solid var(--gold);
    color: var(--gold-light);

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    font-size: 21px;
    flex-shrink: 0;
}


/* =========================================================
   ACCORDION CONTENT
   ========================================================= */

.mex-route-content {
    display: none;
    padding: 36px;
    background: #ffffff;
}

.mex-route-content.open {
    display: block;
}


/* =========================================================
   ROUTE TITLE
   ========================================================= */

.mex-route-title {
    border-bottom: 1px solid #ded5c4;
    padding-bottom: 20px;
    margin-bottom: 28px;
}

.mex-route-title h2 {
    color: var(--navy);
    margin: 0 0 7px;
    font-size: 30px;
}

.mex-route-title p {
    margin: 4px 0;
}

.mex-route-route {
    color: var(--gold-dark);
    font-weight: bold;
}


/* =========================================================
   TWO COLUMN CARDS
   ========================================================= */

.mex-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin: 30px 0;
}

.mex-card {
    border: 1px solid #ded5c4;
    padding: 25px;
    background: #ffffff;
    transition: .3s ease;
}

.mex-card:hover {
    border-color: var(--gold);
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.mex-card h3 {
    color: var(--navy);
    font-size: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--gold);
}

.mex-card ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.mex-card li {
    margin-bottom: 6px;
}


/* =========================================================
   DEPARTURE DATES
   ========================================================= */

.mex-dates-box {
    margin: 30px 0;
}

.mex-dates-box h3 {
    color: var(--navy);
    font-size: 22px;
    border-bottom: 2px solid var(--gold);
    padding-bottom: 10px;
}

.mex-dates {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.mex-date {
    background: #ffffff;
    border: 1px solid #ded5c4;
    padding: 12px;
    text-align: center;
    color: var(--navy);
    font-weight: bold;
    transition: .25s ease;
}

.mex-date:hover {
    background: var(--cream);
    border-color: var(--gold);
}


/* =========================================================
   ITINERARY
   ========================================================= */

.mex-itinerary {
    margin: 38px 0;
}

.mex-itinerary > h3 {
    color: var(--navy);
    font-size: 23px;
    border-bottom: 2px solid var(--gold);
    padding-bottom: 10px;
}

.mex-day {
    display: grid;
    grid-template-columns: 95px 1fr;
    gap: 20px;

    padding: 18px 0;
    border-bottom: 1px solid #eeeeee;
}

.mex-day-number {
    color: var(--gold-dark);
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.mex-day h4 {
    color: var(--navy);
    margin: 0 0 4px;
    font-size: 17px;
}

.mex-day p {
    margin: 0;
    color: #555555;
}


/* =========================================================
   INCLUSIONS / EXCLUSIONS
   ========================================================= */

.mex-inclusion-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 38px 0;
}

.mex-inclusion,
.mex-exclusion {
    padding: 27px;
    border-radius: 4px;
}

.mex-inclusion {
    background: #f3f8f2;
    border: 1px solid #d4e5d1;
}

.mex-exclusion {
    background: #faf5f2;
    border: 1px solid #ead8cf;
}

.mex-inclusion h3,
.mex-exclusion h3 {
    margin-top: 0;
    color: var(--navy);
}

.mex-inclusion ul,
.mex-exclusion ul {
    padding-left: 20px;
}

.mex-inclusion li::marker {
    color: #3b8a45;
}

.mex-exclusion li::marker {
    color: #a34c3c;
}


/* =========================================================
   PRICE SECTION
   ========================================================= */

.mex-price-box {
    background: var(--cream);
    border: 1px solid var(--gold);
    padding: 32px;
    margin: 40px 0 10px;
    text-align: center;
    border-radius: 4px;
}

.mex-price-box h3 {
    color: var(--navy);
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 20px;
}


/* =========================================================
   PRICE TABLE
   ========================================================= */

.mex-price-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 25px 0;

    -webkit-overflow-scrolling: touch;
}

.mex-price-table {
    width: 100%;
    min-width: 760px;

    border-collapse: collapse;

    background: #ffffff;

    border: 1px solid #d8b36a;

    font-size: 14px;
}

.mex-price-table th {
    background: #f3eee4;

    color: #243247;

    font-weight: 700;

    text-align: center;

    padding: 17px 12px;

    border: 1px solid #d8b36a;

    white-space: nowrap;
}

.mex-price-table td {
    padding: 16px 12px;

    text-align: center;

    border: 1px solid #d8b36a;

    color: #333333;

    vertical-align: middle;
}

.mex-price-table td:first-child {
    background: #faf8f3;
    color: #243247;
    min-width: 130px;
}

.mex-price-table td strong {
    color: #29374a;
    font-size: 15px;
}

.mex-price-table tbody tr:hover {
    background: #fffaf0;
}

.mex-price-note {
    text-align: center;
    color: #8a641d;
    font-size: 14px;
    margin: 18px 0 5px;
}


/* =========================================================
   BUTTON
   ========================================================= */

.mex-button-wrap {
    text-align: center;
    margin: 28px 0 5px;
}

.mex-button {
    display: inline-block;

    background: var(--gold);

    color: #ffffff !important;

    text-decoration: none !important;

    padding: 14px 34px;

    font-size: 14px;

    font-weight: bold;

    text-transform: uppercase;

    letter-spacing: 1px;

    border-radius: 3px;

    transition: .25s ease;
}

.mex-button:hover {
    background: var(--gold-dark);
    color: #ffffff !important;
    transform: translateY(-2px);
}


/* =========================================================
   NOTE
   ========================================================= */

.mex-note {
    background: #fff9ec;

    border-left: 4px solid var(--gold);

    padding: 17px 20px;

    margin-top: 25px;

    color: #555555;
}

.mex-note strong {
    color: var(--navy);
}


/* =========================================================
   FINAL ENQUIRY
   ========================================================= */

.mex-enquiry {
    background:
        linear-gradient(
            135deg,
            #101b2d,
            #1c2b42
        );

    color: #ffffff;

    padding: 50px 30px;

    text-align: center;

    margin: 60px 0 20px;

    border-radius: 5px;
}

.mex-enquiry .eyebrow {
    color: var(--gold-light);

    text-transform: uppercase;

    letter-spacing: 3px;

    font-size: 12px;

    font-weight: bold;
}

.mex-enquiry h2 {
    color: #ffffff;

    margin: 8px 0 12px;

    font-size: 30px;
}

.mex-enquiry p {
    max-width: 750px;

    margin: 0 auto;

    color: #dce1e7;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .mex-hero {
        padding: 50px 20px 30px;
    }

    .mex-hero h1 {
        font-size: 31px;
    }

    .mex-hero-image-wrap {
        height: 240px;
        margin-top: 28px;
    }

    .mex-facts {
        grid-template-columns: 1fr 1fr;
    }

    .mex-two-col,
    .mex-inclusion-grid {
        grid-template-columns: 1fr;
    }

    .mex-dates {
        grid-template-columns: 1fr 1fr;
    }

    .mex-route-content {
        padding: 23px 18px;
    }

    .mex-route-header {
        padding: 18px;
    }

    .mex-route-name {
        font-size: 17px;
    }

    .mex-day {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .mex-price-box {
        padding: 22px 12px;
    }

}


@media (max-width: 480px) {

    .mex-facts {
        grid-template-columns: 1fr;
    }

    .mex-dates {
        grid-template-columns: 1fr;
    }

    .mex-hero h1 {
        font-size: 27px;
    }

    .mex-hero-image-wrap {
        height: 200px;
    }

    .mex-price-box {
        padding: 20px 8px;
    }

}


/* =========================================================
   WORDPRESS FIXES
   ========================================================= */

.mex-page button {
    font-family: inherit;
}

.mex-page a {
    box-shadow: none;
}

.mex-page table {
    margin-bottom: 0;
}

</style>


<div class="mex-page">


<!-- =========================================================
     HERO
     ========================================================= -->

<section class="mex-hero">

    <div class="mex-small-title">
        Luxury Train Journey Through India
    </div>

    <h1>
        MAHARAJAS&#8217; EXPRESS
    </h1>

    <p>
        A unique way to explore India. Specially introduced for
        overseas travellers, Maharajas&#8217; Express offers an exceptional
        and luxurious way to discover India&#8217;s heritage, wildlife,
        culture and royal destinations.
    </p>


    <!-- =====================================================
         YOUR ONE FEATURE IMAGE
         ===================================================== -->

    <div class="mex-hero-image-wrap">

        <span class="mex-image-corner top-left"></span>
        <span class="mex-image-corner top-right"></span>
        <span class="mex-image-corner bottom-left"></span>
        <span class="mex-image-corner bottom-right"></span>

        <img decoding="async" src="https://www.noblehouseindia.org/wp-content/uploads/2026/08/maharajas-express-trainvvvv.webp" alt="Maharajas' Express Luxury Train" class="mex-hero-image">

    </div>

</section>


<!-- =========================================================
     INTRODUCTION
     ========================================================= -->

<section class="mex-section">

    <div class="mex-section-title">

        <div class="eyebrow">
            A Journey Like No Other
        </div>

        <h2>
            Discover India in Luxury
        </h2>

        <p>
            Maharajas&#8217; Express covers some of the most fascinating
            destinations in North India and Rajasthan. These luxury
            journeys operate primarily from September to April,
            offering an ideal season to discover India&#8217;s heritage,
            wildlife and culture.
        </p>

    </div>


    <div class="mex-facts">

        <div class="mex-fact">
            <strong>4</strong>
            <span>Luxury Journeys</span>
        </div>

        <div class="mex-fact">
            <strong>3–6 Nights</strong>
            <span>Journey Duration</span>
        </div>

        <div class="mex-fact">
            <strong>4 Categories</strong>
            <span>Cabin &amp; Suites</span>
        </div>

        <div class="mex-fact">
            <strong>Sep–Apr</strong>
            <span>Travel Season</span>
        </div>

    </div>

</section>


<!-- =========================================================
     ROUTES
     ========================================================= -->

<section class="mex-section">

    <div class="mex-section-title">

        <div class="eyebrow">
            Choose Your Journey
        </div>

        <h2>
            Four Exceptional Routes
        </h2>

        <p>
            Click on any route below to view the complete
            itinerary, departure dates, inclusions,
            exclusions and accommodation prices.
        </p>

    </div>


    <div class="mex-routes">


<!-- =========================================================
     ROUTE A
     ========================================================= -->

<div class="mex-route">

    <button class="mex-route-header active" type="button" aria-expanded="true">

        <div class="mex-route-left">

            <span class="mex-route-number">
                ROUTE A
            </span>

            <span class="mex-route-name">
                THE INDIAN SPLENDOUR
            </span>

            <div class="mex-route-meta">
                6 Nights / 7 Days
                &nbsp; | &nbsp;
                Delhi → Mumbai
            </div>

        </div>

        <span class="mex-route-arrow">
            −
        </span>

    </button>


    <div class="mex-route-content open">


        <div class="mex-route-title">

            <h2>
                The Indian Splendour
            </h2>

            <p>
                <strong>Duration:</strong>
                6 Nights / 7 Days
            </p>

            <p class="mex-route-route">
                Delhi – Agra – Ranthambore – Jaipur –
                Bikaner – Jodhpur – Udaipur – Mumbai
            </p>

        </div>


        <!-- DATES -->

        <div class="mex-dates-box">

            <h3>
                Departure Dates
            </h3>

            <div class="mex-dates">

                <div class="mex-date">11 Oct 2026</div>
                <div class="mex-date">08 Nov 2026</div>
                <div class="mex-date">06 Dec 2026</div>
                <div class="mex-date">03 Jan 2027</div>
                <div class="mex-date">31 Jan 2027</div>
                <div class="mex-date">28 Feb 2027</div>
                <div class="mex-date">28 Mar 2027</div>

            </div>

        </div>


        <!-- HIGHLIGHTS -->

        <div class="mex-two-col">

            <div class="mex-card">

                <h3>Journey Highlights</h3>

                <ul>

                    <li>Taj Mahal, Agra</li>
                    <li>Wildlife Safari, Ranthambore</li>
                    <li>Amber Fort, Jaipur</li>
                    <li>Desert Kingdom Experience, Bikaner</li>
                    <li>Mehrangarh Fort, Jodhpur</li>
                    <li>City Tour, Udaipur</li>

                </ul>

            </div>


            <div class="mex-card">

                <h3>Journey Overview</h3>

                <p>
                    Travel through India&#8217;s spectacular heritage
                    destinations aboard Maharajas&#8217; Express,
                    combining luxury accommodation, fine dining
                    and curated sightseeing experiences.
                </p>

                <p>
                    The journey begins in Delhi and concludes
                    in Mumbai.
                </p>

            </div>

        </div>


        <!-- ITINERARY -->

        <div class="mex-itinerary">

            <h3>Day-by-Day Itinerary</h3>


            <div class="mex-day">

                <div class="mex-day-number">Day 1</div>

                <div>

                    <h4>Delhi – Departure aboard Maharajas&#8217; Express</h4>

                    <p>
                        Departure aboard Maharajas&#8217; Express.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 2</div>

                <div>

                    <h4>Agra – Visit the Taj Mahal</h4>

                    <p>
                        Visit the magnificent Taj Mahal.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 3</div>

                <div>

                    <h4>Ranthambore National Park</h4>

                    <p>
                        Enjoy a wildlife safari.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 4</div>

                <div>

                    <h4>Jaipur</h4>

                    <p>
                        Amber Fort &amp; City Tour.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 5</div>

                <div>

                    <h4>Bikaner</h4>

                    <p>
                        Desert Kingdom Experience.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 6</div>

                <div>

                    <h4>Jodhpur</h4>

                    <p>
                        Visit Mehrangarh Fort.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 7</div>

                <div>

                    <h4>Udaipur – Mumbai</h4>

                    <p>
                        City Tour &amp; journey concludes in Mumbai.
                    </p>

                </div>

            </div>

        </div>


        <!-- INCLUSIONS -->

        <div class="mex-inclusion-grid">

            <div class="mex-inclusion">

                <h3>✓ What&#8217;s Included</h3>

                <ul>

                    <li>Luxury accommodation aboard the train</li>
                    <li>Meals during the journey</li>
                    <li>Guided sightseeing</li>
                    <li>Monument entrance fees</li>
                    <li>Wildlife Safari at Ranthambore</li>
                    <li>Scheduled excursions</li>
                    <li>On-board hospitality</li>

                </ul>

            </div>


            <div class="mex-exclusion">

                <h3>✕ What&#8217;s Not Included</h3>

                <ul>

                    <li>International flights</li>
                    <li>Domestic flights</li>
                    <li>Travel insurance</li>
                    <li>Visa charges</li>
                    <li>Personal expenses</li>
                    <li>Laundry and telephone expenses</li>
                    <li>Optional activities</li>

                </ul>

            </div>

        </div>


        <!-- PRICE -->

        <div class="mex-price-box">

            <h3>Tour Cost</h3>

            <div class="mex-price-table-wrap">

                <table class="mex-price-table">

                    <thead>

                        <tr>

                            <th>Rooming</th>
                            <th>Deluxe Cabin</th>
                            <th>Junior Suite</th>
                            <th>Suite</th>
                            <th>Presidential Suite</th>

                        </tr>

                    </thead>

                    <tbody>

                        <tr>

                            <td><strong>Adult</strong></td>

                            <td><strong>USD 8,400</strong></td>
                            <td><strong>USD 10,700</strong></td>
                            <td><strong>USD 15,600</strong></td>
                            <td><strong>USD 26,800</strong></td>

                        </tr>

                        <tr>

                            <td><strong>Single Supplement</strong></td>

                            <td><strong>USD 6,300</strong></td>
                            <td><strong>USD 9,700</strong></td>
                            <td><strong>USD 15,600</strong></td>
                            <td><strong>USD 26,800</strong></td>

                        </tr>

                    </tbody>

                </table>

            </div>

            <p class="mex-price-note">
                <strong>
                    5% GST is extra and applicable as per Government regulations.
                </strong>
            </p>

            <div class="mex-button-wrap">

                <a href="/contact-us/?subject=Maharajas%20Express%20-%20The%20Indian%20Splendour%20Enquiry" class="mex-button">
                    Enquire Now
                </a>

            </div>

        </div>

    </div>

</div>


<!-- =========================================================
     ROUTE B
     ========================================================= -->

<div class="mex-route">

    <button class="mex-route-header" type="button" aria-expanded="false">

        <div class="mex-route-left">

            <span class="mex-route-number">
                ROUTE B
            </span>

            <span class="mex-route-name">
                HERITAGE OF INDIA
            </span>

            <div class="mex-route-meta">
                6 Nights / 7 Days
                &nbsp; | &nbsp;
                Mumbai → Delhi
            </div>

        </div>

        <span class="mex-route-arrow">+</span>

    </button>


    <div class="mex-route-content">

        <div class="mex-route-title">

            <h2>Heritage of India</h2>

            <p>
                <strong>Duration:</strong>
                6 Nights / 7 Days
            </p>

            <p class="mex-route-route">
                Mumbai – Udaipur – Jodhpur – Bikaner –
                Jaipur – Ranthambore – Fatehpur Sikri –
                Agra – Delhi
            </p>

        </div>


        <div class="mex-dates-box">

            <h3>Departure Dates</h3>

            <div class="mex-dates">

                <div class="mex-date">18 Oct 2026</div>
                <div class="mex-date">15 Nov 2026</div>
                <div class="mex-date">13 Dec 2026</div>
                <div class="mex-date">10 Jan 2027</div>
                <div class="mex-date">07 Feb 2027</div>
                <div class="mex-date">07 Mar 2027</div>
                <div class="mex-date">04 Apr 2027</div>

            </div>

        </div>


        <div class="mex-two-col">

            <div class="mex-card">

                <h3>Journey Highlights</h3>

                <ul>

                    <li>Udaipur City Tour</li>
                    <li>Mehrangarh Fort, Jodhpur</li>
                    <li>Bikaner Desert Kingdom Experience</li>
                    <li>Amber Fort, Jaipur</li>
                    <li>Ranthambore Wildlife Safari</li>
                    <li>Fatehpur Sikri</li>
                    <li>Taj Mahal, Agra</li>

                </ul>

            </div>


            <div class="mex-card">

                <h3>Journey Overview</h3>

                <p>
                    Discover India&#8217;s royal heritage on a
                    spectacular journey from Mumbai to Delhi,
                    travelling through Rajasthan and Agra.
                </p>

                <p>
                    Experience magnificent forts, palaces,
                    wildlife and iconic monuments along the way.
                </p>

            </div>

        </div>


        <div class="mex-itinerary">

            <h3>Day-by-Day Itinerary</h3>


            <div class="mex-day">

                <div class="mex-day-number">Day 1</div>

                <div>

                    <h4>Mumbai – Departure aboard Maharajas&#8217; Express</h4>

                    <p>
                        Departure aboard Maharajas&#8217; Express.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 2</div>

                <div>

                    <h4>Udaipur – City Tour</h4>

                    <p>
                        Explore the beautiful city of Udaipur.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 3</div>

                <div>

                    <h4>Jodhpur – Mehrangarh Fort</h4>

                    <p>
                        Visit Mehrangarh Fort.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 4</div>

                <div>

                    <h4>Bikaner</h4>

                    <p>
                        Desert Kingdom Experience.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 5</div>

                <div>

                    <h4>Jaipur</h4>

                    <p>
                        Amber Fort &amp; City Tour.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 6</div>

                <div>

                    <h4>Ranthambore – Fatehpur Sikri – Agra</h4>

                    <p>
                        Ranthambore Safari followed by
                        Fatehpur Sikri and Agra.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 7</div>

                <div>

                    <h4>Arrival in Delhi</h4>

                    <p>
                        Journey concludes in Delhi.
                    </p>

                </div>

            </div>

        </div>


        <div class="mex-inclusion-grid">

            <div class="mex-inclusion">

                <h3>✓ What&#8217;s Included</h3>

                <ul>

                    <li>Luxury train accommodation</li>
                    <li>Meals during the journey</li>
                    <li>Guided sightseeing</li>
                    <li>Monument entrance fees</li>
                    <li>Ranthambore Safari</li>
                    <li>Scheduled excursions</li>
                    <li>On-board hospitality</li>

                </ul>

            </div>


            <div class="mex-exclusion">

                <h3>✕ What&#8217;s Not Included</h3>

                <ul>

                    <li>International and domestic flights</li>
                    <li>Travel insurance</li>
                    <li>Visa charges</li>
                    <li>Personal expenses</li>
                    <li>Laundry and telephone expenses</li>
                    <li>Optional activities</li>

                </ul>

            </div>

        </div>


        <div class="mex-price-box">

            <h3>Tour Cost</h3>

            <div class="mex-price-table-wrap">

                <table class="mex-price-table">

                    <thead>

                        <tr>

                            <th>Rooming</th>
                            <th>Deluxe Cabin</th>
                            <th>Junior Suite</th>
                            <th>Suite</th>
                            <th>Presidential Suite</th>

                        </tr>

                    </thead>

                    <tbody>

                        <tr>

                            <td><strong>Adult</strong></td>

                            <td><strong>USD 8,800</strong></td>
                            <td><strong>USD 11,200</strong></td>
                            <td><strong>USD 15,600</strong></td>
                            <td><strong>USD 26,800</strong></td>

                        </tr>

                        <tr>

                            <td><strong>Single Supplement</strong></td>

                            <td><strong>USD 6,600</strong></td>
                            <td><strong>USD 10,100</strong></td>
                            <td><strong>USD 15,600</strong></td>
                            <td><strong>USD 26,800</strong></td>

                        </tr>

                    </tbody>

                </table>

            </div>

            <p class="mex-price-note">

                <strong>
                    5% GST is extra and applicable as per Government regulations.
                </strong>

            </p>

            <div class="mex-button-wrap">

                <a href="/contact-us/?subject=Maharajas%20Express%20-%20Heritage%20of%20India%20Enquiry" class="mex-button">
                    Enquire Now
                </a>

            </div>

        </div>

    </div>

</div>


<!-- =========================================================
     ROUTE C
     ========================================================= -->

<div class="mex-route">

    <button class="mex-route-header" type="button" aria-expanded="false">

        <div class="mex-route-left">

            <span class="mex-route-number">
                ROUTE C
            </span>

            <span class="mex-route-name">
                THE INDIAN PANORAMA
            </span>

            <div class="mex-route-meta">
                6 Nights / 7 Days
                &nbsp; | &nbsp;
                Delhi → Delhi
            </div>

        </div>

        <span class="mex-route-arrow">+</span>

    </button>


    <div class="mex-route-content">

        <div class="mex-route-title">

            <h2>The Indian Panorama</h2>

            <p>
                <strong>Duration:</strong>
                6 Nights / 7 Days
            </p>

            <p class="mex-route-route">
                Delhi – Jaipur – Ranthambore –
                Fatehpur Sikri – Agra – Orchha –
                Khajuraho – Varanasi – Delhi
            </p>

        </div>


        <div class="mex-dates-box">

            <h3>Departure Dates</h3>

            <div class="mex-dates">

                <div class="mex-date">04 Oct 2026</div>
                <div class="mex-date">01 Nov 2026</div>
                <div class="mex-date">29 Nov 2026</div>
                <div class="mex-date">27 Dec 2026</div>
                <div class="mex-date">24 Jan 2027</div>
                <div class="mex-date">21 Feb 2027</div>
                <div class="mex-date">21 Mar 2027</div>

            </div>

        </div>


        <div class="mex-two-col">

            <div class="mex-card">

                <h3>Journey Highlights</h3>

                <ul>

                    <li>Amber Fort, Jaipur</li>
                    <li>Ranthambore National Park</li>
                    <li>Fatehpur Sikri</li>
                    <li>Taj Mahal, Agra</li>
                    <li>Orchha</li>
                    <li>Khajuraho</li>
                    <li>Ganga Aarti, Varanasi</li>

                </ul>

            </div>


            <div class="mex-card">

                <h3>Journey Overview</h3>

                <p>
                    Experience a fascinating combination of
                    royal heritage, wildlife, architecture and
                    spirituality on this round journey from Delhi.
                </p>

                <p>
                    Explore Rajasthan, Agra, Madhya Pradesh and
                    Varanasi aboard Maharajas&#8217; Express.
                </p>

            </div>

        </div>


        <div class="mex-itinerary">

            <h3>Day-by-Day Itinerary</h3>


            <div class="mex-day">

                <div class="mex-day-number">Day 1</div>

                <div>

                    <h4>Delhi – Departure</h4>

                    <p>
                        Departure aboard Maharajas&#8217; Express.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 2</div>

                <div>

                    <h4>Jaipur</h4>

                    <p>
                        Amber Fort &amp; City Tour.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 3</div>

                <div>

                    <h4>Ranthambore National Park</h4>

                    <p>
                        Wildlife Safari.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 4</div>

                <div>

                    <h4>Fatehpur Sikri &amp; Agra</h4>

                    <p>
                        Visit Fatehpur Sikri and the Taj Mahal.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 5</div>

                <div>

                    <h4>Orchha &amp; Khajuraho</h4>

                    <p>
                        Explore Orchha and Khajuraho.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 6</div>

                <div>

                    <h4>Varanasi</h4>

                    <p>
                        Ganga Aarti &amp; Sightseeing.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 7</div>

                <div>

                    <h4>Delhi</h4>

                    <p>
                        Arrival in Delhi.
                    </p>

                </div>

            </div>

        </div>


        <div class="mex-inclusion-grid">

            <div class="mex-inclusion">

                <h3>✓ What&#8217;s Included</h3>

                <ul>

                    <li>Luxury train accommodation</li>
                    <li>Meals during the journey</li>
                    <li>Guided sightseeing</li>
                    <li>Monument entrance fees</li>
                    <li>Wildlife Safari</li>
                    <li>Scheduled excursions</li>
                    <li>On-board hospitality</li>

                </ul>

            </div>


            <div class="mex-exclusion">

                <h3>✕ What&#8217;s Not Included</h3>

                <ul>

                    <li>International and domestic flights</li>
                    <li>Travel insurance</li>
                    <li>Visa charges</li>
                    <li>Personal expenses</li>
                    <li>Laundry and telephone expenses</li>
                    <li>Optional activities</li>

                </ul>

            </div>

        </div>


        <div class="mex-price-box">

            <h3>Tour Cost</h3>

            <div class="mex-price-table-wrap">

                <table class="mex-price-table">

                    <thead>

                        <tr>

                            <th>Rooming</th>
                            <th>Deluxe Cabin</th>
                            <th>Junior Suite</th>
                            <th>Suite</th>
                            <th>Presidential Suite</th>

                        </tr>

                    </thead>

                    <tbody>

                        <tr>

                            <td><strong>Adult</strong></td>

                            <td><strong>USD 8,400</strong></td>
                            <td><strong>USD 10,700</strong></td>
                            <td><strong>USD 15,600</strong></td>
                            <td><strong>USD 26,800</strong></td>

                        </tr>

                        <tr>

                            <td><strong>Single Supplement</strong></td>

                            <td><strong>USD 6,300</strong></td>
                            <td><strong>USD 9,700</strong></td>
                            <td><strong>USD 15,600</strong></td>
                            <td><strong>USD 26,800</strong></td>

                        </tr>

                    </tbody>

                </table>

            </div>

            <p class="mex-price-note">

                <strong>
                    5% GST is extra and applicable as per Government regulations.
                </strong>

            </p>

            <div class="mex-button-wrap">

                <a href="/contact-us/?subject=Maharajas%20Express%20-%20The%20Indian%20Panorama%20Enquiry" class="mex-button">
                    Enquire Now
                </a>

            </div>

        </div>

    </div>

</div>


<!-- =========================================================
     ROUTE D
     ========================================================= -->

<div class="mex-route">

    <button class="mex-route-header" type="button" aria-expanded="false">

        <div class="mex-route-left">

            <span class="mex-route-number">
                ROUTE D
            </span>

            <span class="mex-route-name">
                TREASURES OF INDIA
            </span>

            <div class="mex-route-meta">
                3 Nights / 4 Days
                &nbsp; | &nbsp;
                Delhi → Delhi
            </div>

        </div>

        <span class="mex-route-arrow">+</span>

    </button>


    <div class="mex-route-content">

        <div class="mex-route-title">

            <h2>Treasures of India</h2>

            <p>
                <strong>Duration:</strong>
                3 Nights / 4 Days
            </p>

            <p class="mex-route-route">
                Delhi – Agra – Ranthambore – Jaipur – Delhi
            </p>

        </div>


        <div class="mex-dates-box">

            <h3>Departure Dates</h3>

            <div class="mex-dates">

                <div class="mex-date">30 Sep 2026</div>
                <div class="mex-date">25 Oct 2026</div>
                <div class="mex-date">22 Nov 2026</div>
                <div class="mex-date">20 Dec 2026</div>
                <div class="mex-date">17 Jan 2027</div>
                <div class="mex-date">14 Feb 2027</div>
                <div class="mex-date">14 Mar 2027</div>

            </div>

        </div>


        <div class="mex-two-col">

            <div class="mex-card">

                <h3>Journey Highlights</h3>

                <ul>

                    <li>Taj Mahal, Agra</li>
                    <li>Ranthambore Wildlife Safari</li>
                    <li>Jaipur City Tour</li>
                    <li>Amber Fort</li>

                </ul>

            </div>


            <div class="mex-card">

                <h3>Journey Overview</h3>

                <p>
                    A shorter luxury rail journey designed to
                    experience some of India&#8217;s most iconic
                    destinations in just four days.
                </p>

                <p>
                    The journey begins and ends in Delhi.
                </p>

            </div>

        </div>


        <div class="mex-itinerary">

            <h3>Day-by-Day Itinerary</h3>


            <div class="mex-day">

                <div class="mex-day-number">Day 1</div>

                <div>

                    <h4>Delhi – Departure</h4>

                    <p>
                        Departure aboard Maharajas&#8217; Express.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 2</div>

                <div>

                    <h4>Agra</h4>

                    <p>
                        Visit the Taj Mahal.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 3</div>

                <div>

                    <h4>Ranthambore – Jaipur</h4>

                    <p>
                        Ranthambore Safari &amp; Jaipur City Tour.
                    </p>

                </div>

            </div>


            <div class="mex-day">

                <div class="mex-day-number">Day 4</div>

                <div>

                    <h4>Delhi</h4>

                    <p>
                        Arrival in Delhi.
                    </p>

                </div>

            </div>

        </div>


        <div class="mex-inclusion-grid">

            <div class="mex-inclusion">

                <h3>✓ What&#8217;s Included</h3>

                <ul>

                    <li>Luxury train accommodation</li>
                    <li>Meals during the journey</li>
                    <li>Guided sightseeing</li>
                    <li>Monument entrance fees</li>
                    <li>Ranthambore Safari</li>
                    <li>Scheduled excursions</li>

                </ul>

            </div>


            <div class="mex-exclusion">

                <h3>✕ What&#8217;s Not Included</h3>

                <ul>

                    <li>International and domestic flights</li>
                    <li>Travel insurance</li>
                    <li>Visa charges</li>
                    <li>Personal expenses</li>
                    <li>Laundry and telephone expenses</li>
                    <li>Optional activities</li>

                </ul>

            </div>

        </div>


        <div class="mex-price-box">

            <h3>Tour Cost</h3>

            <div class="mex-price-table-wrap">

                <table class="mex-price-table">

                    <thead>

                        <tr>

                            <th>Rooming</th>
                            <th>Deluxe Cabin</th>
                            <th>Junior Suite</th>
                            <th>Suite</th>
                            <th>Presidential Suite</th>

                        </tr>

                    </thead>

                    <tbody>

                        <tr>

                            <td><strong>Adult</strong></td>

                            <td><strong>USD 5,300</strong></td>
                            <td><strong>USD 5,700</strong></td>
                            <td><strong>USD 8,600</strong></td>
                            <td><strong>USD 14,600</strong></td>

                        </tr>

                        <tr>

                            <td><strong>Single Supplement</strong></td>

                            <td><strong>USD 4,000</strong></td>
                            <td><strong>USD 5,200</strong></td>
                            <td><strong>USD 8,600</strong></td>
                            <td><strong>USD 14,600</strong></td>

                        </tr>

                    </tbody>

                </table>

            </div>

            <p class="mex-price-note">

                <strong>
                    5% GST is extra and applicable as per Government regulations.
                </strong>

            </p>

            <div class="mex-button-wrap">

                <a href="/contact-us/?subject=Maharajas%20Express%20-%20Treasures%20of%20India%20Enquiry" class="mex-button">
                    Enquire Now
                </a>

            </div>

        </div>

    </div>

</div>


    </div>

</section>


<!-- =========================================================
     IMPORTANT NOTE
     ========================================================= -->

<div class="mex-note">

    <strong>Please Note:</strong>

    The above rates are based on the accommodation category
    selected and are subject to availability. 5% GST is extra
    and applicable as per Government regulations. Departure
    dates, availability and final pricing should be reconfirmed
    at the time of booking.

</div>


<!-- =========================================================
     FINAL ENQUIRY
     ========================================================= -->

<section class="mex-enquiry">

    <div class="eyebrow">
        Plan Your Journey
    </div>

    <h2>
        Enquire About Maharajas&#8217; Express
    </h2>

    <p>
        Contact us for availability, booking assistance,
        accommodation options and customized travel
        arrangements.
    </p>

    <div class="mex-button-wrap">

        <a href="/contact-us/?subject=Maharajas%20Express%20Luxury%20Train%20-%20Enquiry" class="mex-button">
            Make an Enquiry
        </a>

    </div>

</section>


</div>


<!-- =========================================================
     ACCORDION JAVASCRIPT
     ========================================================= -->

<script>

(function () {

    const headers =
        document.querySelectorAll(
            '.mex-route-header'
        );


    headers.forEach(function (header) {

        header.addEventListener(
            'click',
            function () {

                const route =
                    header.closest(
                        '.mex-route'
                    );

                const content =
                    route.querySelector(
                        '.mex-route-content'
                    );

                const isOpen =
                    content.classList.contains(
                        'open'
                    );


                /*
                 * Close every route
                 */

                document
                    .querySelectorAll(
                        '.mex-route-content'
                    )
                    .forEach(
                        function (item) {

                            item.classList.remove(
                                'open'
                            );

                        }
                    );


                /*
                 * Reset every button
                 */

                document
                    .querySelectorAll(
                        '.mex-route-header'
                    )
                    .forEach(
                        function (item) {

                            item.classList.remove(
                                'active'
                            );

                            item.setAttribute(
                                'aria-expanded',
                                'false'
                            );


                            const arrow =
                                item.querySelector(
                                    '.mex-route-arrow'
                                );


                            if (arrow) {

                                arrow.textContent =
                                    '+';

                            }

                        }
                    );


                /*
                 * Open selected route
                 */

                if (!isOpen) {

                    content.classList.add(
                        'open'
                    );

                    header.classList.add(
                        'active'
                    );

                    header.setAttribute(
                        'aria-expanded',
                        'true'
                    );


                    const arrow =
                        header.querySelector(
                            '.mex-route-arrow'
                        );


                    if (arrow) {

                        arrow.textContent =
                            '−';

                    }

                }

            }
        );

    });

})();

</script>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>16 Days North India Exotic Tour with Golden Temple</title>
		<link>https://www.noblehouseindia.org/tour-packages/16-days-north-india-exotic-tour-with-golden-temple/</link>
		
		<dc:creator><![CDATA[Nobel House Tour]]></dc:creator>
		<pubDate>Wed, 24 Jun 2026 13:25:37 +0000</pubDate>
				<category><![CDATA[Tour Packages]]></category>
		<category><![CDATA[Theme Vacations]]></category>
		<guid isPermaLink="false">https://www.noblehouseindia.org/?p=3180</guid>

					<description><![CDATA[Overview16 Days North India Exotic Tour with Golden Temple tour will cover the most popular destination of India. Red Fort &#38; Lotus Temple in Delhi, Bharat Mata Temple and Sankat Mochan Temple in Varanasi. Also, Khajuraho is mainly famous for a typical group of temples with erotic sculptures on the<a class="moretag" href="https://www.noblehouseindia.org/tour-packages/16-days-north-india-exotic-tour-with-golden-temple/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[
<p class="has-light-green-cyan-to-vivid-green-cyan-gradient-background has-background wp-block-paragraph"><strong>Overview</strong><br>16 Days North India Exotic Tour with Golden Temple tour will cover the most popular destination of India. Red Fort &amp; Lotus Temple in Delhi, Bharat Mata Temple and Sankat Mochan Temple in Varanasi. Also, Khajuraho is mainly famous for a typical group of temples with erotic sculptures on the outside of the temple wall in Khajuraho.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<figure class="wp-block-image alignfull size-full"><img fetchpriority="high" decoding="async" width="612" height="408" src="https://www.noblehouseindia.org/wp-content/uploads/2026/06/cccccnjs.jpg" alt="" class="wp-image-3181" srcset="https://www.noblehouseindia.org/wp-content/uploads/2026/06/cccccnjs.jpg 612w, https://www.noblehouseindia.org/wp-content/uploads/2026/06/cccccnjs-300x200.jpg 300w, https://www.noblehouseindia.org/wp-content/uploads/2026/06/cccccnjs-360x240.jpg 360w" sizes="(max-width: 612px) 100vw, 612px" /></figure>



<p class="wp-block-paragraph"><strong>TOUR PROGRAMME<br>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br>DAY 01: ARRIVE DELHI</strong><br>Indian Traditional Welcome with Garlands at the Indira Gandhi International Airport (T-3) and transfer to the hotel.<br>Hotel check-in time: 1400 Hrs.<br>No other services.<br>Night stay in Delhi.</p>



<p class="wp-block-paragraph"><strong>DAY 02: DELHI (Red Fort &amp; Lotus Temple closed on Monday)</strong><br>Breakfast at the hotel and proceed for sightseeing in Delhi with a tourist guide.<br>Visit Old Delhi: Red Fort, Jama Masjid (Mosque), and Raj Ghat – cremation place of Mahatma Gandhi &amp; Chandni Chowk Bazaar through local rickshaw ride.<br>Later drive through India Gate, President House, Parliament House area &amp; Bangla Sahib Gurudwara.<br>Visit South Delhi: Humayun’s Tomb, Lotus Temple, and Qutub Minar.<br>Night stay in Delhi.</p>



<p class="wp-block-paragraph"><strong>DAY 03: DELHI – VARANASI BY FLIGHT</strong><br>After breakfast at the hotel &amp; transfer to Delhi airport to board your flight to Varanasi.<br>Flight: Indigo Airlines – 1230/1345 Hrs.<br>Upon arrival at Varanasi Airport, our local representative will meet and assist you with your transfer to the hotel.<br>After check-in, take some time to relax. In the evening, our driver and guide will accompany you to the banks of the sacred River Ganga to witness the famous Ganga Aarti, a traditional ceremony dedicated to Goddess Ganga.<br>Experience the spiritual atmosphere, devotional chants, and the unique charm of Varanasi during this memorable event.<br>Later come back to hotel &amp; night stay.</p>



<p class="wp-block-paragraph"><strong>DAY 04: VARANASI</strong><br>Morning start with sun rise boat ride at Ganges River, our tour guide will be with you and explain the atmosphere and local life which you can observe during the boat ride.<br>Later proceed to hotel, en route visit Kashi Vishwanath temple which dedicated to Lord Shiva.<br>Breakfast at the hotel &amp; leave for local sightseeing of Varanasi with guide which includes Bharat Mata temple, Banares Hindu University and Sarnath: place where Lord Buddha delivered his first sermon after attaining enlightenment.</p>



<p class="wp-block-paragraph">Later, return to your hotel.<br>The rest of the day is free for you to explore at your own pace, soak in the unique atmosphere of Varanasi.<br>Take dinner early &amp; sleep because you will have early morning train to Khajuraho.<br>Overnight stay in Varanasi.</p>



<p class="wp-block-paragraph"><strong>DAY 05: VARANASI – KHAJURAHO BY DAY TRAIN</strong><br>Early morning leave for Varanasi train station to board the train for Khajuraho.<br>Train Timing: 05:30-13:15 Hrs.<br>On arrival at Khajuraho station, our man will pick you in front of the train platform, later you will transfer to your hotel &amp; take some rest.<br>Khajuraho, a UNESCO World Heritage Site in Madhya Pradesh, is famous for its beautiful Hindu and Jain temples.<br>Known for their stunning architecture and detailed stone carvings, the temples depict gods, goddesses, daily life, and the renowned erotic sculptures that make Khajuraho unique and world-famous.<br>Later our guide will meet you at the hotel lobby and proceed Khajuraho.<br>Visit: Eastern group of temples mainly consists of Jain temples along with a few Hindu temples.<br>These temples are known for their peaceful atmosphere, beautiful architecture, and finely carved sculptures that reflect the rich cultural and religious heritage of the region.<br>Later come back to hotel &amp; night stay.</p>



<p class="wp-block-paragraph"><strong>DAY 06: KHAJURAHO</strong><br>Breakfast at the hotel &amp; leave for visit Western group of temples: These magnificent temples are renowned for their stunning architecture, intricate stone carvings, and beautifully crafted sculptures depicting gods, goddesses, daily life, and scenes from Indian mythology.<br>Later, return to your hotel. Rest day is at leisure for you to relax or explore on your own.<br>Alternatively, you may choose to visit Panna National Park to experience its rich wildlife and natural beauty.<br>You can enjoy a jeep safari and boat ride within the park.<br>This is an optional activity and can be arranged in advance on a direct payment basis.<br>Night stay in Khajuraho.</p>



<p class="wp-block-paragraph"><strong>DAY 07: KHAJURAHO – ORCHHA (Approx 03 Hrs)</strong><br>Breakfast at the hotel &amp; leave for Orchha.<br>This is a historic town in Madhya Pradesh famous for its stunning 16th-century Bundela architecture, grand riverside cenotaphs, and majestic palaces.<br>On arrival check into your hotel &amp; take some rest, later proceed to visit Orchha: Shri Ram Raja Temple, Chaturbhuj Temple, Raja Mahal &amp; Orchha fort complex.<br>Night stay in Orchha.</p>



<p class="wp-block-paragraph"><strong>DAY 08: ORCHHA – GWALIOR – AGRA (Approx 05:30 Hrs)</strong><br>Breakfast at the hotel &amp; leave bit early for Agra. En route you will visit Gwalior fort – one of the most impressive hill forts in India.<br>The fort is renowned for its grand palaces, ancient temples, beautiful architecture, and rich history, please note that no guide services are included for this visit. Your driver will assist you with the sightseeing and take you to the Jas Vilas Museum.<br>Later continue your journey to Agra, on arrival check into your hotel.<br>Night stay in Agra.</p>



<p class="wp-block-paragraph"><strong>DAY 09: AGRA</strong><br>Breakfast at the hotel &amp; ready for local sightseeing of Agra, our local tour guide will meet you at hotel lobby. Agra is famous as the home of the Taj Mahal, one of the Seven Wonders of the World.<br>This city is uniquely renowned for housing three UNESCO World Heritage Sites, rich Mughal architecture, and major traditional industries.</p>



<p class="wp-block-paragraph">Places to visit:<br><strong>Taj Mahal Visit</strong> – the amazing beauty of the Taj Mahal – The symbol of love and one of the seven wonders of the world.<br><strong>Agra Fort</strong> – A red sandstone massive fort which situated on bank of river Yamuna which includes Diwan E Aam, Diwan E Khas &amp; Moti Mahal etc.<br><strong>Itmad-ud-Daulah’s Tomb</strong> – popularly known as the “Baby Taj.” Built by Empress Nur Jahan in memory of her father, this exquisite marble mausoleum is considered a precursor to the Taj Mahal.<br><strong>(TAJ MAHAL IS CLOSED ON EVERY FRIDAY)</strong><br>Night stay in Agra.</p>



<p class="wp-block-paragraph"><strong>DAY 10: AGRA – FATEHPUR SIKRI – KARAULI (Approx 04 Hrs)</strong><br>Breakfast at the hotel, later proceed to Karuli, en route visit Fatehpur Sikri – known as Ghost City (visit Buland Dawaza, Tomb of Sheikh Salim Chishti &amp; Panch Mahal etc).<br>Later continue your journey to Karauli, here you will stay in Bhanwar Villas Palace – A regal, spiritual and cultural sojourn in an Art Deco palace. It is home to the royal family of the princely state of Karauli.</p>



<p class="wp-block-paragraph">On arrival check in to your hotel &amp; take some rest.<br>Evening you will explore around the palace &amp; man from Bhanwar Villas will explain about the palace &amp; related history behind this.<br>Night stay in Karauli.</p>



<p class="wp-block-paragraph"><strong>DAY 11: KARAULI</strong><br>Breakfast at the hotel, later proceed to visit Karauli with local guide which is organised from Palace.<br>You will visit the local village to experience the traditional rural lifestyle and explore the bustling local bazaar.<br>The tour also includes a visit to the revered Lord Krishna Gopal Temple and the historic Old Fort, which is closely associated with the region’s royal family and heritage.<br>Later, return to the palace and enjoy lunch (on a direct payment basis). Rest day is at leisure for you to relax and explore the surroundings at your own pace.<br>The palace also offers a variety of activities, such as horse riding, camel cart rides, and yoga sessions, which can be enjoyed on a direct payment basis.<br>Overnight stay in Karauli.</p>



<p class="wp-block-paragraph"><strong>DAY 12: KARAULI – JAIPUR (Approx 04 Hrs)</strong><br>After breakfast at the hotel, depart for Jaipur, famously known as the Pink City of India.<br>Upon arrival, check in to your hotel and relax after your journey.<br>Later, your driver and vehicle will be at your disposal for a visit to the beautiful Birla Temple, one of Jaipur’s most renowned landmarks.<br>After the visit, return to your hotel.<br>Overnight stay in Jaipur.</p>



<p class="wp-block-paragraph"><strong>DAY 13: JAIPUR</strong><br>After having an early breakfast, you will have an excursion to Amber Fort and enjoy an elephant safari.<br>Later you will have a city tour of Jaipur – Visit Hawa Mahal, Pink City, City Palace, Royal Observatory &amp; Albert Museum.<br>After lunch at a local restaurant (on direct payment basis), later driver will take to move around local bazaar/shopping which is famous for traditional Rajasthani dresses, souvenirs and sweets.<br>Night stay in Jaipur.</p>



<p class="wp-block-paragraph"><strong>DAY 14: JAIPUR – AMRITSAR BY FLIGHT</strong><br>After breakfast at the hotel &amp; leave for Jaipur airport to connect flight for Amritsar via Delhi.<br>Flight: Air India – 0935/1325 Hrs via Delhi (Flight timing may change).<br>On arrival, Amritsar Airport transfer to the hotel and check-in.<br>Amritsar is one of the most important cities in Punjab and the spiritual center of the Sikh religion.<br>It is famous for the beautiful Golden Temple, which attracts millions of visitors from around the world. The city is also known for its rich history, delicious Punjabi cuisine, lively markets, and traditional handicrafts.<br>Evening our driver will take you to Golden Temple, in the evening view of temple is very beautiful.<br>Later come back to hotel &amp; night stay.</p>



<p class="wp-block-paragraph"><strong>DAY 15: AMRITSAR</strong><br>After breakfast you will explore again morning view of the Golden Temple (The most popular and holy destination of Sikhism).<br>After that, you will visit – Jaliawala Bagh (is memorable place during the freedom fighter) and Durgiana Temple (This is the replica of Golden Temple and dedicated to Goddess Durga, in Hindu religion).<br>In the afternoon around 03:30 PM, you will move to explore the Wagha Border with a guide (India – Pakistan border and explore the evening closing ceremony).<br>Later come back to hotel &amp; night stay.</p>



<p class="wp-block-paragraph"><strong>DAY 16: AMRITSAR / DELHI FLY</strong><br>After breakfast, you will drive to the airport to board your flight to Delhi.<br>Flight: Indigo Airline – 1040/1155 Hrs (Flight time may change).<br>On arrival at Delhi airport, you will be in transit.<br>Later you will connect your international flight to your onward destination with sweet memories of India.</p>



<p class="has-header-gradient-color has-text-color has-link-color wp-elements-b1cf8955c361164cbf5a6fbc96158261 wp-block-paragraph"><strong>TOUR COST<br>Low Season (16/04/2026 – 30/09/2026)</strong></p>



<figure class="wp-block-table"><table class="has-pale-ocean-gradient-background has-background has-fixed-layout"><thead><tr><th>Package</th><th>Standard</th><th>Deluxe</th><th>Luxury</th></tr></thead><tbody><tr><td>Cost Per Person</td><td>USD 1485 / EURO 1375</td><td>USD 1745 / EURO 1615</td><td>USD 1975 / EURO 1830</td></tr></tbody></table></figure>



<h3 class="wp-block-heading has-header-gradient-color has-text-color has-link-color wp-elements-07dfbe273a96e907af328b2bd37e0601">High Season (01/10/2026 – 15/04/2027)</h3>



<figure class="wp-block-table is-style-regular"><table class="has-pale-ocean-gradient-background has-background has-fixed-layout"><thead><tr><th>Package</th><th>Standard</th><th>Deluxe</th><th>Luxury</th></tr></thead><tbody><tr><td>Cost Per Person</td><td>USD 1555 / EURO 1440</td><td>USD 1925 / EURO 1785</td><td>USD 2245 / EURO 2080</td></tr></tbody></table></figure>



<h3 class="wp-block-heading">TOUR INCLUDES</h3>



<ul class="wp-block-list">
<li>Total 15 nights hotels with breakfast on twin sharing basis.</li>



<li>Air-conditioned car with an English-speaking tourist driver as per programme.</li>



<li>Local English-speaking tourist guide as per tour package.</li>



<li>Local rickshaw ride in Old Delhi.</li>



<li>Evening Ganga Aarti with guide at Ganges in Varanasi with seating arrangement.</li>



<li>Sun rise boat ride at Ganges with guide in Varanasi.</li>



<li>All presently applicable taxes related to hotel and transport.</li>
</ul>



<h3 class="wp-block-heading">TOUR EXCLUDES</h3>



<ul class="wp-block-list">
<li>Entrance Fees of Monuments.</li>



<li>Domestic/International flight fare.</li>



<li>Meal: Lunch, dinner or drinks.</li>



<li>Any type of personal expenses in this tour.</li>



<li>Anything which is not mentioned in tour/inclusions.</li>
</ul>



<h3 class="wp-block-heading">OTHER TERMS AND CONDITIONS</h3>



<ul class="wp-block-list">
<li>For 24th Dec and 31st Dec nights, Hotels may ask for a mandatory Gala Dinner. If so, this will be payable extra.</li>



<li>Many hotels may ask for supplement costs during the period from 20th Dec – 07th Jan due to a premium season.</li>



<li>Please ask for more specific information on Pricing.</li>



<li>Various Discounts are also available – subject to terms and conditions.</li>
</ul>



<h3 class="wp-block-heading">HOTEL DETAILS</h3>



<figure class="wp-block-table is-style-regular"><table class="has-pale-ocean-gradient-background has-background has-fixed-layout"><thead><tr><th>City</th><th>Standard Hotels</th><th>Deluxe Hotels</th><th>Luxury Hotels</th></tr></thead><tbody><tr><td>Delhi</td><td>Hotel Justa by Nuo / Bloom Karol Bagh</td><td>Zone The Park / Hotel Jaypee Siddhartha</td><td>Hotel Le Meridien</td></tr><tr><td>Varanasi</td><td>Hotel Westin / Meraden Grand</td><td>Hotel Amaya / Palace on the Ganges</td><td>Hotel Radisson</td></tr><tr><td>Khajuraho</td><td>Hotel The Bundela</td><td>Hotel Chandela / Ramada</td><td>Hotel Radisson</td></tr><tr><td>Orchha</td><td>Orchha Palace</td><td>Orchha Palace</td><td>Amar Mahal</td></tr><tr><td>Agra</td><td>Hotel P L Palace</td><td>Hotel Royle Sarovar</td><td>Hotel Trident / Radisson</td></tr><tr><td>Karauli</td><td>Bhanwar Vilas Palace</td><td>Bhanwar Vilas Palace</td><td>Bhanwar Vilas Palace Suite</td></tr><tr><td>Jaipur</td><td>Hotel Park Ocean / Traditional Haveli</td><td>Alsisar Haveli / Shahpura House</td><td>ITC Rajputana Palace / Hilton</td></tr><tr><td>Amritsar</td><td>Hotel Ritz Plaza</td><td>Hotel Ramada</td><td>Hotel Hyatt / Taj Swarna</td></tr></tbody></table></figure>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>17 Days Rajasthan Heritage &#038; Kerala Backwater Tour</title>
		<link>https://www.noblehouseindia.org/tour-packages/17-days-rajasthan-heritage-kerala-backwater-tour/</link>
		
		<dc:creator><![CDATA[Nobel House Tour]]></dc:creator>
		<pubDate>Fri, 19 Jun 2026 13:38:08 +0000</pubDate>
				<category><![CDATA[Tour Packages]]></category>
		<guid isPermaLink="false">https://www.noblehouseindia.org/?p=3169</guid>

					<description><![CDATA[Overview This Rajasthan Heritage &#38; Kerala Backwater Tour introduces you to two distinct flavors of India. First, explore Rajasthan – the Land of Kings – where magnificent forts, palaces, and royal heritage showcase the grandeur of India&#8217;s past. Then continue to Kerala, famously known as &#8220;God&#8217;s Own Country,&#8221; where serene<a class="moretag" href="https://www.noblehouseindia.org/tour-packages/17-days-rajasthan-heritage-kerala-backwater-tour/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading has-blush-bordeaux-gradient-background has-background">Overview</h2>



<p class="has-light-green-cyan-to-vivid-green-cyan-gradient-background has-background wp-block-paragraph">This Rajasthan Heritage &amp; Kerala Backwater Tour introduces you to two distinct flavors of India. First, explore Rajasthan – the Land of Kings – where magnificent forts, palaces, and royal heritage showcase the grandeur of India&#8217;s past. Then continue to Kerala, famously known as &#8220;God&#8217;s Own Country,&#8221; where serene backwaters, lush plantations, and beautiful beaches create a perfect contrast to Rajasthan&#8217;s desert landscapes.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h4 class="wp-block-heading"><strong>TOUR PROGRAMME</strong></h4>



<p class="wp-block-paragraph"><strong>DAY 01: ARRIVE DELHI</strong><br>Indian Traditional Welcome with Garlands at the Indira Gandhi International Airport (T-3) and transfer to the hotel.<br>Hotel check-in time: 1400 Hrs.<br>No other services.<br>Night stay in Delhi.</p>



<p class="wp-block-paragraph"><strong>DAY 02: DELHI (Red Fort &amp; Lotus Temple closed on Monday)</strong><br>After breakfast start sightseeing with Old Delhi which includes Red Fort, Jama Masjid (Mosque), Chandni Chowk (The Moonlight Square), and Raj Ghat – the cremation place of Mahatma Gandhi.<br>Later explore and drive through India Gate, President House, Parliament House, and other Historical Buildings.<br>After taking lunch start with South Delhi – Humayun’s Tomb, Lotus Temple, and Qutab Minar.<br>Night stay in Delhi.</p>



<p class="wp-block-paragraph"><strong>DAY 03: DELHI – AGRA (Approx 04 Hrs drive) (Taj Mahal closed on Friday)</strong><br>Breakfast at the hotel, later proceed to drive for Agra which is mainly popular for Taj Mahal.<br>On arrival check into your hotel.<br>Later proceed for your sightseeing in Agra, our local tour guide will meet you there.<br>Visit: Agra Fort and the Taj Mahal. Explore the amazing beauty of the Taj Mahal – The symbol of love and one of the seven wonders of the world.<br>After that, there is free time for shopping at the local bazaar in Agra which is very famous for marble souvenir which will attract you.<br>Night stay at Agra.</p>



<p class="wp-block-paragraph"><strong>DAY 04: AGRA – Fatehpur Sirki – Jaipur (Approx 05 Hrs drive)</strong><br>Early morning visit the Taj Mahal at sunrise (optional). Breakfast at the hotel &amp; leave for Pink city of India Jaipur. En route visit Fatehpur Sikri – known as Ghost City (visit Buland dawaza, Tomb of Sheikh Salim Chishti &amp; Panch Mahal etc).<br>Later continue your journey to Jaipur, on arrival check into your hotel. The evening is at leisure. Your vehicle and driver will be at your disposal should you wish to explore the local bazaars of Jaipur, renowned for their handicrafts, textiles, jewellery, and souvenirs (optional). Alternatively, you may choose to relax and enjoy the facilities of your hotel after a long day.<br>Overnight stay in Jaipur.</p>



<p class="wp-block-paragraph"><strong>DAY 05: JAIPUR</strong><br>After taking an early breakfast, you will have an excursion to Amber Fort – one of Rajasthan’s most magnificent forts and a UNESCO World Heritage Site. Built by Raja Man Singh &amp; renowned for its stunning blend of Rajput and Mughal architecture.<br>Later you will have a city tour of Jaipur – Hawa Mahal, city Palace, Royal Observatory (Jantar Mantar) &amp; Albert Museum. Night stay in Jaipur.</p>



<p class="wp-block-paragraph"><strong>DAY 06: JAIPUR/JOJAWAR (200km)</strong><br>After breakfast drive to Jojawar – Rawla Jojawar is the fort which is converted into a heritage hotel. The new generation of King Rao is looking after the hotel in the Rawla, recently restored into its old-world splendour.<br>Check-in at the hotel and take a rest. After that you will have a village walk of Jojawar – the visitor to explore it; the small town is a hidden gem in the county, exploring the village experience accompanied by one of the staff guides is a great way to experience life here as it unfolds before your eyes.</p>



<p class="wp-block-paragraph"><strong>DAY 07: JOJAWAR</strong><br>Train ride– The train route between the cities of Jodhpur and Udaipur goes up the scenic Kambli Ghat Pass. One of our favourite excursions is this daily train service from the station at the start of the hill section to the highest station in the Aravalli – the Kambli Ghat station, or the other way around.<br>Come back to the hotel. Afternoon starts with a new adventure in Jojawar called Countryside Jeep Safari – It is said that the real India is its rural areas, the country around Jojawar boasts of very interesting landscapes, with the picturesque Aravalli Hills in the east.</p>



<p class="wp-block-paragraph"><strong>DAY 08: JOJAWAR – RANAKPUR – UDAIPUR (Approx 04 Hrs)</strong><br>After breakfast, drive to Udaipur, en route visit Ranakpur: One of India’s most stunning Jain temple complexes, this is 15th-century white marble marvel dedicated to Tirthankara Adinatha.<br>Later continue drive to Udaipur – often referred to as the “City of Lakes.” Upon arrival, check in to your hotel and relax.<br>Overnight stay in Udaipur.</p>



<p class="wp-block-paragraph"><strong>DAY 09: UDAIPUR</strong><br>After breakfast, proceed for a sightseeing tour of Udaipur, famously known as the “City of Lakes” and the “Venice of the East.” Visit the magnificent City Palace Museum, the Bhartiya Lok Kala Mandir (Folk Art Museum), the historic Jagdish Temple, Saheliyon Ki Bari (the Garden of the Maidens), and the Maharana Pratap Memorial.<br>In the afternoon, an excursion to the revered Eklingji Temple, one of the most important pilgrimage sites in Rajasthan. In the evening, enjoy a shared boat ride on the picturesque Lake Pichola, offering beautiful views of the City Palace, Jag Mandir, and the surrounding hills.<br>Overnight stay in Udaipur.</p>



<p class="wp-block-paragraph"><strong>DAY 10: UDAIPUR / COCHIN (KOCHI) FLY</strong><br>After breakfast, you will drive to Udaipur airport to board your flight for Cochin (Kochi).<br>Flight: Indigo Airlines – 10:30-1535 Hrs via Hyderabad (Flight timing may change).<br>Upon arrival at Cochin Airport, you will be warmly welcomed by our local representative and transferred to your hotel. After check-in, later in the evening driver will take you to local bazaar/move around the area to feel the destination.<br>Night stay in Cochin.</p>



<p class="wp-block-paragraph"><strong>DAY 11: COCHIN</strong><br>After breakfast you will have sightseeing of Cochin with Guide – is a vibrant city situated on the south-west coast of the Indian peninsula in the breathtakingly scenic and prosperous state of Kerala, hailed as ‘God’s Own Country’.<br>Visit – Chinese Fishing nets, Fort Cochin, Mattancherry, St. Francis Church, Dutch Cemetery, and Jewish Synagogue. Also, enjoy famous Kathakali dance / Night stay in Cochin.</p>



<p class="wp-block-paragraph"><strong>DAY 12: COCHIN / WAGMAM DRIVE (Plantation home stay)</strong><br>After taking breakfast you will drive to Wagmam – Three hour’s drive from Cochin and its unique destination helps travellers understand the true meaning of responsible Eco-tourism.<br>Check in the Vanilla County own by Baby Mathew and wife Rani. Post-Lunch Experience:<br>Rockpool Visit (Private Experience) – A 20 Minute jeep ride followed by a short plantation walk to a hidden natural rockpool for a refreshing dip.<br>Dinner at Vanilla County and Night stay.</p>



<p class="wp-block-paragraph"><strong>DAY 13: WAGMAM</strong><br>Morning start with guided Nature Walk with a naturalist for 01:30 Hrs approx. – Discover local bird life, butterflies and native flora along a peaceful plantation trail with seasonal flowing streams. Come back to Vanilla County to have breakfast.<br>Later proceed to Visit Kurishumala Ashram – A peaceful monastic retreat founded by a Belgian priest over 60 years ago, blending Christian and Indian spiritual traditions.<br>Lunch at Vanilla County, also various activity offered by the Vanilla County to enjoy your stay.</p>



<p class="wp-block-paragraph">• Pool side relaxation or hammock naps.<br>• Quiet reading in our Tangerine Room.<br>• Ayurvedic spa therapy (additional charges apply)<br>• Kerala cooking workshop (additional charges apply)<br>Dinner at Vanilla County &amp; night stay.</p>



<p class="wp-block-paragraph"><strong>DAY 14: WAGMAM – ALLEPPEY (Kerala backwater) Approx 02:30 Hrs</strong><br>After breakfast, you will drive to Alleppey (Kerala backwaters – Houseboat) check-in time is 1200 Hrs. After reaching Alleppey check in the Houseboat and take Lunch.<br>Cruise starts after Lunch on board. Houseboats or ‘Kettuvalloms’ are deluxe boats with well-appointed bedrooms and ensuite bathrooms.<br>In the evening boat stay at the place and enjoy the beauty of Kerala.<br>Night stay in Houseboat.</p>



<p class="wp-block-paragraph"><strong>DAY 15: ALLEPPEY – MARARI BEACH DRIVE</strong><br>Checkout from the Houseboat at 0900 Hrs. Drive to Marari, after reach check in the hotel.<br>Rest day for leisure activity &amp; enjoy at the beach hotel. Night stay in Marari.</p>



<p class="wp-block-paragraph"><strong>DAY 16: MARARI</strong><br>After breakfast, the day is free for leisure and relaxation.<br>Enjoy the facilities of your beach resort and spend time unwinding by the beautiful shores of Marari.<br>Overnight stay in Marari.</p>



<p class="wp-block-paragraph"><strong>DAY 17: MARARI – COCHIN INTERNATIONAL AIRPORT</strong><br>Breakfast at the hotel &amp; free, hotel checkout in noon, later transfer to Cochin airport to connect your international flight to onward destination.<br><br></p>



<h2 class="wp-block-heading">Tour Cost</h2>



<h3 class="wp-block-heading has-header-gradient-color has-text-color has-link-color wp-elements-3995f4d477ea7d3e626ef81670aaa706">Low Season (16 Apr 2026 – 30 Sep 2026)</h3>



<figure class="wp-block-table is-style-regular"><table class="has-pale-ocean-gradient-background has-background has-fixed-layout"><thead><tr><th>Package</th><th>Cost Per Person</th></tr></thead><tbody><tr><td>Standard</td><td>USD 1,735 / EUR 1,615</td></tr><tr><td>Deluxe</td><td>USD 1,915 / EUR 1,775</td></tr><tr><td>Luxury</td><td>USD 2,200 / EUR 2,045</td></tr></tbody></table></figure>



<h3 class="wp-block-heading has-header-gradient-color has-text-color has-link-color wp-elements-ba49566fe8ad8aa3933d29abdf1df504">High Season (01 Oct 2026 – 15 Apr 2027)</h3>



<figure class="wp-block-table"><table class="has-pale-ocean-gradient-background has-background has-fixed-layout"><thead><tr><th>Package</th><th>Cost Per Person</th></tr></thead><tbody><tr><td>Standard</td><td>USD 1,960 / EUR 1,760</td></tr><tr><td>Deluxe</td><td>USD 2,310 / EUR 2,070</td></tr><tr><td>Luxury</td><td>USD 2,855 / EUR 2,565</td></tr></tbody></table></figure>



<h2 class="wp-block-heading">Tour Includes</h2>



<ul class="wp-block-list">
<li>16 nights accommodation on twin-sharing basis.</li>



<li>1 night Alleppey houseboat stay with all meals.</li>



<li>2 nights Vagamon stay with all meals.</li>



<li>13 nights accommodation with breakfast.</li>



<li>Air-conditioned vehicle with English-speaking driver.</li>



<li>All transfers and sightseeing.</li>



<li>Local English-speaking guides during sightseeing.</li>



<li>Rickshaw ride in Old Delhi.</li>



<li>Train ride in Jojawar.</li>



<li>Village Jeep Safari in Jojawar.</li>



<li>Shared boat ride on Lake Pichola.</li>



<li>Kathakali dance performance.</li>



<li>Rock pool excursion with plantation walk.</li>



<li>Applicable hotel and transport taxes.</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Tour Excludes</h2>



<ul class="wp-block-list">
<li>Monument and museum entrance fees.</li>



<li>Domestic airfare (Udaipur – Cochin).</li>



<li>Lunches, dinners, and beverages unless specified.</li>



<li>Personal expenses.</li>



<li>International airfare.</li>



<li>Visa fees.</li>



<li>Travel insurance.</li>



<li>Vehicle upgrade to Toyota Crysta (USD 195 / EUR 170).</li>



<li>Any services not specifically mentioned.</li>
</ul>



<h2 class="wp-block-heading">Important Notes</h2>



<ul class="wp-block-list">
<li>Mandatory Gala Dinner charges may apply on 24th and 31st December.</li>



<li>Peak season supplements may apply between 20th December and 7th January.</li>



<li>Additional discounts may be available subject to terms and conditions.</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Hotel Details</h2>



<figure class="wp-block-table"><table class="has-light-green-cyan-to-vivid-green-cyan-gradient-background has-background has-fixed-layout"><thead><tr><th>City</th><th>Standard</th><th>Deluxe</th><th>Luxury</th></tr></thead><tbody><tr><td>Delhi</td><td>Justa by Nuo / Bloom Karol Bagh</td><td>Zone by The Park / Jaypee Siddharth</td><td>Le Meridien</td></tr><tr><td>Agra</td><td>PL Palace</td><td>Royale Sarovar Portico</td><td>Radisson</td></tr><tr><td>Jaipur</td><td>Park Ocean / Traditional Haveli</td><td>Alsisar Haveli</td><td>Hilton Jaipur</td></tr><tr><td>Jojawar</td><td>Rawla Jojawar</td><td>Rawla Jojawar</td><td>Rawla Jojawar</td></tr><tr><td>Udaipur</td><td>Kankarwa Haveli / Ram Pratap Palace</td><td>Jagat Niwas / Fateh Niwas</td><td>Trident Udaipur</td></tr><tr><td>Cochin</td><td>Old Courtyard</td><td>Tower House</td><td>Old Harbour</td></tr><tr><td>Vagamon</td><td>Vanilla County</td><td>Vanilla County</td><td>Vanilla County</td></tr><tr><td>Alleppey</td><td>Lakes &amp; Lagoons Deluxe Houseboat</td><td>Lakes &amp; Lagoons Deluxe Houseboat</td><td>Lakes &amp; Lagoons Premium Houseboat</td></tr><tr><td>Marari</td><td>Abad Turtle Beach Resort</td><td>Ether Beach Resort / Flamingo Marari</td><td>Xandari Pearl Beach Resort</td></tr></tbody></table></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>India Tour: Golden Triangle with Ranthambore tiger reserve &#038; Varanasi 12 Nights &#124; 13 Days</title>
		<link>https://www.noblehouseindia.org/destinations/india-tour-golden-triangle-with-ranthambore-tiger-reserve-varanasi-12-nights-13-days/</link>
		
		<dc:creator><![CDATA[Nobel House Tour]]></dc:creator>
		<pubDate>Thu, 11 Jun 2026 10:28:05 +0000</pubDate>
				<category><![CDATA[Destinations]]></category>
		<category><![CDATA[Tour Packages]]></category>
		<guid isPermaLink="false">https://www.noblehouseindia.org/?p=3156</guid>

					<description><![CDATA[Delhi – Jaipur – Ranthambore – Fatehpur Sikri – Agra – Varanasi – Delhi Day 01: Arrive DelhiIndian Traditional Welcome with Garlands at the Indira Gandhi International Airport (T-3) andtransfer to the hotel. Hotel check-in time: 1400 Hrs. No other services. Night stay in Delhi. Day 02: Delhi (Red Fort<a class="moretag" href="https://www.noblehouseindia.org/destinations/india-tour-golden-triangle-with-ranthambore-tiger-reserve-varanasi-12-nights-13-days/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><br><em>Delhi – Jaipur – Ranthambore – Fatehpur Sikri – Agra – Varanasi – Delhi</em></p>



<figure class="wp-block-image size-full"><img decoding="async" width="1024" height="683" src="https://www.noblehouseindia.org/wp-content/uploads/2026/06/Golden-Triangle-Tour-with-tiger-safari-1024x683-1.jpg" alt="" class="wp-image-3157" srcset="https://www.noblehouseindia.org/wp-content/uploads/2026/06/Golden-Triangle-Tour-with-tiger-safari-1024x683-1.jpg 1024w, https://www.noblehouseindia.org/wp-content/uploads/2026/06/Golden-Triangle-Tour-with-tiger-safari-1024x683-1-300x200.jpg 300w, https://www.noblehouseindia.org/wp-content/uploads/2026/06/Golden-Triangle-Tour-with-tiger-safari-1024x683-1-768x512.jpg 768w, https://www.noblehouseindia.org/wp-content/uploads/2026/06/Golden-Triangle-Tour-with-tiger-safari-1024x683-1-360x240.jpg 360w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph"><br><strong>Day 01: Arrive Delhi</strong><br>Indian Traditional Welcome with Garlands at the Indira Gandhi International Airport (T-3) and<br>transfer to the hotel. Hotel check-in time: 1400 Hrs. No other services. <br>Night stay in Delhi.<br><br><strong>Day 02: Delhi (Red Fort &amp; Lotus Temple closed on Monday)</strong><br>Breakfast at the hotel and proceed for sightseeing in Delhi with a tourist guide.<br>Visit Old Delhi: Red Fort, Jama Masjid (Mosque), and Raj Ghat – cremation place of Mahatma Gandhi<br>&amp; Chandni chowk Bazaar through local ricksow ride.<br>Later drive through India Gate, President House, Parliament House area &amp; Bangla Sahib Gurudwara.<br>Visit South Delhi: Humayun’s Tomb, Lotus Temple, and Qutub Minar.<br>Night stay in Delhi.<br><br><strong>Day 03: Delhi – Jaipur approx. 05 Hrs Drive</strong><br>After breakfast at the hotel, drive to Jaipur, popularly known as the Pink City of India. Upon arrival,<br>check in to your hotel and relax for a while.<br>Later, your driver will take you to explore Jaipur&#8217;s vibrant local bazaars, where you can shop for<br>traditional Rajasthani attire, handicrafts, jewellery, and beautiful souvenirs. In the evening, visit the<br>magnificent Birla Temple, renowned for its stunning white marble architecture and peaceful<br>ambiance. Return to the hotel for an overnight stay in Jaipur.<br><strong><br>Day 04: Jaipur</strong><br>Enjoy breakfast at the hotel before setting out for a full-day sightseeing tour of Jaipur accompanied<br>by our local tour guide.<br>Places to visit:<br>Magnificent Amber Fort (optional elephant ride available on a direct payment basis)<br>Hawa Mahal (Palace of Winds)<br>City Palace<br>Jantar Mantar Observatory<br>Albert Hall Museum<br>Explore the rich history, royal heritage, and architectural splendour of the Pink City throughout the<br>day. Return to the hotel in the evening for an overnight stay in Jaipur.<br><br><strong>Day 05: Jaipur – Pushkar – Jaipur (Approx 03 Hrs one way).</strong><br>Breakfast at the hotel &amp; today you will have full day excursion trip to Pushkar &#8211; Pushkar is famous for<br>its annual fair (Pushkar Camel Fair) featuring a trading fete of cattle, horses and camels.<br>Upon arrival in Pushkar, your local tour guide will meet you and accompany you on a sightseeing tour<br>of the sacred Pushkar Lake and the renowned Lord Brahma Temple, one of the few temples in the<br>world dedicated to Lord Brahma. After exploring this spiritual town, return to Jaipur in the evening<br>for an overnight stay at the hotel.<br><strong><br>Day 06: Jaipur – Ranthambore (Approx 04 Hrs).</strong><br>Breakfast at the hotel &amp; ready to leave for Ranthambore National park &#8211; located in Rajasthan near<br>Sawai Madhopur, is one of India&#8217;s premier tiger reserves. Famous for its diurnal (daytime) Bengal<br>tiger sightings &amp; also features stunning historical ruins and the majestic 10th-century Ranthambore<br>Fort.<br>On arrival check into your hotel, Lunch &amp; Dinner are included. Evening free for your own &amp; night stay.<br><strong><br>Day 07: Ranthambore Tiger Reserve</strong><br>After an early morning tea/coffee, proceed for a shared Jeep Safari in the national park accompanied<br>by an experienced naturalist. Park entry fees are included.<br>Return to the resort for breakfast and lunch. Later in the afternoon, enjoy a second shared Jeep Safari<br>in the jungle with a naturalist, including park entry fees.<br>Dinner and overnight stay at the resort. Note: A maximum of 6 guests will share one jeep during each<br>jungle safari.<br><strong><br>Day 08: Ranthambore – Fatehpur Sikri – Agra (Approx 05 Hrs drive)</strong><br>Breakfast at the hotel, later proceed to drive for Agra which is mainly popular for Taj Mahal. En route<br>visit Fatehpur Sikri: Buland Darwaja, Panch Mahal &amp; Tomb of Salim Chishti etc with local tour guide.<br>Later proceed to drive for Agra, on arrival check in at the hotel.<br>Evening is free time for shopping at the local bazaar in Agra which is very famous for marble souvenir<br>which will attract you. (TAJ MAHAL IS CLOSE ON EVERY FRIDAY). Night stay at Agra.<br><strong><br>Day 09: Agra</strong><br>Breakfast at the hotel, later proceed to visit Agra with your local tour guide. <br>Agra is one of India&#8217;s most famous historical cities, renowned worldwide as the home of the magnificent Taj Mahal, <br>A UNESCO World Heritage Site and symbol of eternal love.<br>Visit Taj Mahal: One of the Seven Wonders of the World and a UNESCO World Heritage Site, the Taj<br>Mahal was built by Mughal Emperor Shah Jahan in memory of his beloved wife Mumtaz Mahal.<br>Visit Agra: Agra Fort – A UNESCO World Heritage Site, Agra Fort is a magnificent red sandstone<br>fortress built by Mughal Emperor Akbar in the 16th century.<br>Visit the elegant Itimad-ud-Daulah&#8217;s Tomb, often referred to as the &#8220;Baby Taj.<br>Later come back to hotel &amp; night stay.<br><br><strong>Day 10: Agra – Varanasi by superfast day train</strong><br>Early in the morning, check out from the hotel and proceed to Agra Railway Station to board your<br>train to Varanasi. <br>Our local representative in Agra will assist you and escort you to your designated<br>coach for a smooth departure.<br>Train Timing: 0630 Hrs – 1400 Hrs.<br>Upon arrival at Varanasi Railway Station, our local representative will be waiting outside your train<br>coach with a placard displaying your name. <br>He will assist you with your transfer to the hotel for check-in.<br>Later in the evening, our driver and guide will pick you up from the hotel and take you to the sacred<br>banks of the River Ganges to witness the mesmerizing Ganga Aarti ceremony, a traditional ritual<br>dedicated to Goddess Ganga. Experience the spiritual atmosphere, devotional chants, and beautifully<br>illuminated ghats. After the ceremony, return to the hotel for an overnight stay.<br><br><strong>Day 11: Varanasi</strong><br>Start your day with a breathtaking sunrise boat ride on the River Ganges accompanied by your local<br>tour guide. Witness the true essence of Varanasi as you observe the daily life along the ghats, sacred<br>rituals performed by devotees, and the serene spiritual atmosphere that makes this city so unique.<br>After the boat ride, return towards the hotel and en route visit the sacred Kashi Vishwanath Temple,<br>one of the most revered temples dedicated to Lord Shiva. <br>Enjoy breakfast at the hotel and take some time to relax.<br>Later, proceed for a guided sightseeing tour of Varanasi, including visits to Bharat Mata Temple,<br>Banaras Hindu University, and Sarnath, the sacred site where Lord Buddha delivered his first sermon<br>after attaining enlightenment.<br>In the evening, return to the hotel and enjoy leisure time at your own pace. You may take a stroll<br>along the ghats to soak in the unique charm and spiritual ambiance of Varanasi, especially as your<br>hotel is located right on the banks of the River Ganges.<br>Overnight stay in Varanasi.<br><br><strong>Day 12: Varanasi – Delhi by flight</strong><br>After breakfast at the hotel, transfer to Varanasi Airport to board your flight to Delhi.<br>Flight: IndiGo Airlines – 12:20 hrs / 13:45 hrs<br>Upon arrival at Delhi Airport, you will be transferred to your hotel for check-in and some time to<br>relax.<br>In the evening, your driver and vehicle will be at your disposal for local sightseeing or shopping. You<br>may explore the vibrant Connaught Place area, known for its shops, cafés, and colonial architecture,<br>or enjoy dinner at the famous United Coffee House, one of Delhi&#8217;s most iconic restaurants.<br>Return to the hotel for an overnight stay in Delhi.<br><br><strong>Day 13: Depart Delhi</strong><br>Breakfast at the hotel &amp; free for your own, Hotel checkout time is 1100 Hrs. Later proceed for Delhi<br>international airport to connect your flight to onward destination.<br><em><strong>Tour End with Sweet memories of India</strong></em><br><br><strong>PRICE: 06 PERSON TRAVELING TOGETHER</strong><br><strong>Validity: Today till 30th Sep 2026</strong><br>USD 1040 PER PERSON ON TWIN SHARING BASIS WITH 4 STAR HOTELS.<br>USD 1370 PER PERSON ON TWIN SHARING BASIS WITH 5 STAR HOTELS.<br><br><strong>Validity: 01st Oct,26 till 31st Mar 2027</strong><br>USD 1255 PER PERSON ON TWIN SHARING BASIS WITH 4 STAR HOTELS.<br>USD 1910 PER PERSON ON TWIN SHARING BASIS WITH 5 STAR HOTELS.<br>USD 095 PER PERSON FLIGHT FARE (Varanasi/Delhi) with 23 + 07 Kg Lugg.</p>



<ul class="wp-block-list">
<li>Flight fare may change at the time of booking; this is indicative fare.</li>



<li>Above tour price is not valid from 20th Dec 26 till 10th Jan 2027.<br><br><strong>TOUR INCLUSIONS:</strong></li>



<li>Total 12 Nights hotels as below:<br>A. 10 Nights hotels with breakfast only.<br>B. 02 Nights at Ranthambore with all meals.</li>



<li>Air-conditioned vehicle (van) with driver in this tour.</li>



<li>All transfers &amp; sightseeing as per tour programme.</li>



<li>Local English-speaking tour guide during the sightseeing.</li>



<li>Old Delhi local ricksow ride in Delhi.</li>



<li>Two times sharing Jeep safari in Ranthambore with naturalist &amp; park Entry fees.</li>



<li>Evening Aarti ceremony with seating arrangement.</li>



<li>Sun rise boat ride at Ganges with guide in Varanasi.</li>



<li>Flight from Varanasi to Delhi with 23 + 07 Kg Lugg.</li>



<li>All applicable taxes as per govt.<br><br><strong>TOUR EXCLUSIONS:</strong></li>



<li>Lunch, dinner or drinks (if not specified).</li>



<li>Monument entry fees during the sightseeing.</li>



<li>International flight fare.</li>



<li>Indian VISA &amp; travel insurance.</li>



<li>Any type of personal expenses in this tour.</li>



<li>Anything which is not mentioned in tour/inclusions.<br><br><em>LIST OF THE HOTELS/SIMILAR</em><br>04 Star hotels:<br>Delhi – Hotel Zone by the park.<br>https://www.zonebythepark.com/delhi-hotels/zone-connect-by-the-park-saket-delhi<br><br>Jaipur – Hotel Alsisar Haveli<br>https://www.alsisarhaveli.com/<br><br>Ranthambore – Ranthambore Forest Resort<br>https://www.fernhotels.com/jungle-safaris-forest-resorts-wildlife-sanctuaries/the-<br>fern-ranthambore-forest-resort-sawai-madhopur<br><br>Agra – Hotel Royle Sarovar.<br>https://www.sarovarhotels.com/royale-sarovar-portico-agra/<br><br>Varanasi – Palace on Ganges /Hotel Amaya.<br>https://palaceonganges.com/<br>https://www.theamayaa.com/<br><br>05 Star hotels:<br>Delhi – Hotel Le Meridan<br>https://www.marriott.com/en-us/hotels/delmd-le-meridien-new-delhi/overview/<br><br>Jaipur – Hotel The Hilton<br>https://www.hilton.com/en/hotels/jaighhi-hilton-jaipur/<br><br>Ranthambore – Hotel Nahargarh<br>https://www.nahargarh.com/<br><br>Agra – Hotel the Trident<br>https://www.tridenthotels.com/hotels-in-agra/<br><br>Varanasi – Hotel Guleria Kothi<br>https://guleriakothi.com/</li>
</ul>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>India Tour: Delhi, Rajasthan, Agra &#038; Varanasi 13 Nights &#124; 14 Days</title>
		<link>https://www.noblehouseindia.org/tour-packages/india-tour-delhi-rajasthan-agra-varanasi-13-nights-14-days/</link>
		
		<dc:creator><![CDATA[Nobel House Tour]]></dc:creator>
		<pubDate>Sat, 23 May 2026 13:45:41 +0000</pubDate>
				<category><![CDATA[Tour Packages]]></category>
		<guid isPermaLink="false">https://www.noblehouseindia.org/?p=3147</guid>

					<description><![CDATA[Day to Day Tour Programme Day 01: Arrive Delhi Upon arrival in Delhi, you will be met and transferred to your hotel for check-in (standard check-in time is at noon). Later, enjoy an introductory tour of Central Delhi, subject to your arrival time in the city. Overnight stay in Delhi.<a class="moretag" href="https://www.noblehouseindia.org/tour-packages/india-tour-delhi-rajasthan-agra-varanasi-13-nights-14-days/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Day to Day Tour Programme</p>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Day 01: Arrive Delhi</p>



<p class="wp-block-paragraph">Upon arrival in Delhi, you will be met and transferred to your hotel for check-in (standard check-in time is at noon).</p>



<p class="wp-block-paragraph">Later, enjoy an introductory tour of Central Delhi, subject to your arrival time in the city. </p>



<p class="wp-block-paragraph">Overnight stay in Delhi.</p>
</blockquote>
</div></div>
</div></div>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Day 02: Delhi</p>



<p class="wp-block-paragraph">After breakfast at the hotel, your tour guide will meet you in the hotel lobby for a full-day sightseeing tour of Delhi. The tour can be divided into the following three parts:</p>



<p class="wp-block-paragraph">Old Delhi:</p>



<p class="wp-block-paragraph">Visit the iconic Red Fort, Jama Masjid, and explore the bustling Chandni Chowk Bazaar with an enjoyable local rickshaw ride.</p>



<p class="wp-block-paragraph">Central Delhi:</p>



<p class="wp-block-paragraph">Drive past India Gate and the President’s House area, followed by a visit to Connaught Place and Bangla Sahib Gurudwara.</p>



<p class="wp-block-paragraph">South Delhi:</p>



<p class="wp-block-paragraph">Visit the beautiful Lotus Temple, the historic Qutub Minar, and Humayun’s Tomb.</p>



<p class="wp-block-paragraph">Return to the hotel in the evening. Overnight stay in Delhi.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Day 03: Delhi – Udaipur by Flight</p>



<p class="wp-block-paragraph">Breakfast &amp; transfer to Delhi airport to catch the flight for Udaipur.</p>



<p class="wp-block-paragraph">Flight: Indigo Airlines – 1100/1230 Hrs.</p>



<p class="wp-block-paragraph">Upon arrival, transfer to your hotel and check in. Relax and take some time to rest after your journey.</p>



<p class="wp-block-paragraph">Later in the evening, enjoy a shared boat ride on the beautiful Lake Pichola. Our guide will assist you with the boarding arrangements. During the boat ride, admire the stunning views of the illuminated City Palace and Jag Mandir as the sun sets over the lake. Overnight stay in Udaipur.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Day 04: Udaipur</p>



<p class="wp-block-paragraph">After breakfast at the hotel, proceed to visit Eklingji Temple, a famous temple dedicated to Lord Shiva with tour guide.</p>



<p class="wp-block-paragraph">Later, continue for a guided sightseeing tour of Udaipur, popularly known as the “City of Lakes: Places to visit as below:</p>



<p class="wp-block-paragraph">• City Palace</p>



<p class="wp-block-paragraph">• Jagdish temple.</p>



<p class="wp-block-paragraph">• Saheliyon ki Badi.</p>



<p class="wp-block-paragraph">• Bagore ki Haveli</p>



<p class="wp-block-paragraph">The day offers a perfect combination of spirituality, royal heritage, architecture, and cultural experiences of Rajasthan.</p>



<p class="wp-block-paragraph">Overnight stay in Udaipur.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Day 05: Udaipur – Ranakpur – Jojawar (Approx 03:30 Hrs. drive)</p>



<p class="wp-block-paragraph">Breakfast &amp; proceed to Jojawar, En route, visit Ranakpur Jain Temples, renowned for their intricate marble carvings and impressive architecture.</p>



<p class="wp-block-paragraph">Later continue to Jojawar: a peaceful rural destination known for its heritage charm and countryside beauty. Upon arrival, check in to Rawla Jojawar, evening you will be for your own &amp; feel the destination. Night stay in Jojawar.</p>



<p class="wp-block-paragraph">Day 06: Jojawar</p>



<p class="wp-block-paragraph">Breakfast at the hotel, Jojawar offers you two major activities to experience this destination: Village Safari &amp; Local train ride.</p>



<p class="wp-block-paragraph">Local train: ride through the picturesque countryside, passing small villages, farmlands, and the rugged Aravalli hills. This unique experience offers a glimpse into the daily lifestyle, culture, and traditions of rural Rajasthan.</p>



<p class="wp-block-paragraph">Afternoon village Jeep Safari: exploring the nearby villages and rural trails. Drive through the untouched countryside, interact with villagers, and enjoy the serene atmosphere while witnessing the beautiful sunset over the Aravalli region.</p>



<p class="wp-block-paragraph">Evening come back to hotel &amp; night stay. Overnight stay in Jojawar.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Day 07: Jojawar – Pushkar (Approx 03:30 Hrs. drive)</p>



<p class="wp-block-paragraph">After breakfast, check out and drive to Pushkar, one of India’s oldest and holiest towns. Upon arrival, check in to your hotel.</p>



<p class="wp-block-paragraph">Places to visit with tour guide:</p>



<p class="wp-block-paragraph">&#8211; Pushkar Lake.</p>



<p class="wp-block-paragraph">&#8211; Lord Brahma temple (Creator of Universe).</p>



<p class="wp-block-paragraph">&#8211; Visit local bazaar &amp; spiritual atmosphere around the ghat.</p>



<p class="wp-block-paragraph">Overnight stay in Pushkar.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Day 08: Pushkar – Jaipur (Approx. 03 Hrs. drive)</p>



<p class="wp-block-paragraph">After breakfast, drive to Jaipur, the capital city of Rajasthan &amp; know as Pink city. Upon arrival, check in to your hotel, later visit places as below:</p>



<p class="wp-block-paragraph">&#8211; Local famous markets.</p>



<p class="wp-block-paragraph">&#8211; Famous for textiles, jewellery, handicrafts, and traditional Rajasthani items.</p>



<p class="wp-block-paragraph">You may also enjoy an optional traditional Rajasthani dinner with cultural performances (direct payment basis). Overnight stay in Jaipur.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Day 09: Jaipur</p>



<p class="wp-block-paragraph">After breakfast, proceed for a full-day sightseeing tour of Jaipur accompanied by our tour guide. The tour includes visits to the following attractions:</p>



<p class="wp-block-paragraph">• Magnificent Amber Fort, renowned for its grand architecture and royal heritage.</p>



<p class="wp-block-paragraph">• City Palace and Jantar Mantar Observatory, a UNESCO World Heritage Site.</p>



<p class="wp-block-paragraph">• Iconic Hawa Mahal (Palace of Winds).</p>



<p class="wp-block-paragraph">• Albert Hall Museum: showcasing an impressive collection of art &amp; artifacts.</p>



<p class="wp-block-paragraph">• Beautiful Birla Temple, known for its peaceful atmosphere and elegant marble architecture.</p>



<p class="wp-block-paragraph">Return to the hotel in the evening. Overnight stay in Jaipur.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Day 10: Jaipur – Fatehpur Sikri &#8211; Agra (Approx. 05 Hrs. drive)</p>



<p class="wp-block-paragraph">After breakfast, check out and drive towards Agra. En route, visit Fatehpur Sikri, the abandoned Mughal capital built by Emperor Akbar and renowned for its magnificent red sandstone architecture.</p>



<p class="wp-block-paragraph">Continue to Agra and check in to your hotel upon arrival, evening free for your own or visit local shops which is famous for marble art &amp; souvenirs. Overnight stay in Agra.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Day 11: Agra</p>



<p class="wp-block-paragraph">Visit the Taj Mahal early in the morning before breakfast for a truly unforgettable experience. Admire one of the Seven Wonders of the World and the timeless symbol of love, beautifully built by Emperor Shah Jahan.</p>



<p class="wp-block-paragraph">Return to the hotel for breakfast.</p>



<p class="wp-block-paragraph">Later, continue sightseeing with visits to Agra Fort and Itmad-ud-Daulah (Baby Taj). Overnight stay in Agra.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Day 12: Agra – Varanasi by day train.</p>



<p class="wp-block-paragraph">Early morning, transfer to the railway station to board your air-conditioned train to Varanasi, one of the oldest living cities in the world and the spiritual heart of India.</p>



<p class="wp-block-paragraph">Train Time: At 0600 Hrs depart | At 1300 Hrs arrive Varanasi. Upon arrival in Varanasi, transfer to your hotel and relax.</p>



<p class="wp-block-paragraph">In the evening our guide will take you to Ganges ghat to participate in sacred Ganga Aarti ceremony to experience the spiritual rituals, chanting, and mesmerizing atmosphere on the riverbanks. Overnight stay in Varanasi.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Day 13: Varanasi</p>



<p class="wp-block-paragraph">Early morning, enjoy a guided boat ride on the sacred River Ganges and witness the spiritual rituals taking place along the ghats during sunrise. On the way visit Kashi Vishwanath temple (dedicated to Lord Shiva).</p>



<p class="wp-block-paragraph">Return to the hotel for breakfast. Later, proceed for a city tour of Varanasi:</p>



<p class="wp-block-paragraph">&#8211; Bharat Matat Temple.</p>



<p class="wp-block-paragraph">&#8211; Banares Hindu University.</p>



<p class="wp-block-paragraph">&#8211; Sarnath: where lord Buddha gave his first sermon.</p>



<p class="wp-block-paragraph">Later come back to hotel &amp; your evening free for your own. Night stay in Varanasi.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">Day 14: Varanasi – Delhi by Flight.</p>



<p class="wp-block-paragraph">After breakfast, transfer to the airport for your flight to Delhi.</p>



<p class="wp-block-paragraph">Flight options:</p>



<p class="wp-block-paragraph">Air India – 1240/1415 Hrs. OR Indigo Airlines – 1635/1810 Hrs.</p>



<p class="wp-block-paragraph">On arrival at Delhi airport, you will be in transit, later connect your international flight to onward destination.</p>



<p class="wp-block-paragraph">TOUR END WITH SWEET MEMORIES OF INDIA</p>
</blockquote>



<p></p>
<table style="border-collapse: collapse; width: 100%;">
<tbody>
<tr>
<td style="width: 50%;"><strong>TOTAL TOUR PRICE (Including Land &amp; Internal flights) </strong></td>
<td style="width: 50%;"><strong>Total Tour cost for 02 Person EURO 4499</strong></td>
</tr>
</tbody>
</table>
<p></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">TOUR INCLUSIONS</p>



<p class="wp-block-paragraph">01. Total 13 Nights hotel accommodation with breakfast only.</p>



<p class="wp-block-paragraph">02. Air-conditioned Toyota Crysta with English Speaking Driver as per Programme.</p>



<p class="wp-block-paragraph">03. All transfers &amp; sightseeing as per tour Programme.</p>



<p class="wp-block-paragraph">04. English speaking tour guide in tour as below:</p>



<p class="wp-block-paragraph">A. 01 &amp; half day in Delhi</p>



<p class="wp-block-paragraph">B. 01 &amp; half day in Udaipur.</p>



<p class="wp-block-paragraph">C. 01 Day in Pushkar</p>



<p class="wp-block-paragraph">D. 01 &amp; half Day in Jaipur</p>



<p class="wp-block-paragraph">E. 01 Day in Agra + Fatehpur Sikri.</p>



<p class="wp-block-paragraph">F. Varanasi: As per tour programme.</p>



<p class="wp-block-paragraph">05. One time monument entry fees during the sightseeing.</p>



<p class="wp-block-paragraph">A. Delhi: Humayu’s Tomb + Qutub Minar + Red Fort + Jama Masjid.</p>



<p class="wp-block-paragraph">B. Udaipur: City Palace + Saheliyon Ki Badi + Bagore Ki Haveli.</p>



<p class="wp-block-paragraph">C. Jaipur: Amber fort + City palace + Hawa Mahal + Jantar Manar + Albert Museum.</p>



<p class="wp-block-paragraph">D. Agra: Taj Mahal + Agra fort + Fatehpur Sikri.</p>



<p class="wp-block-paragraph">E. Varanasi: Sarnath</p>



<p class="wp-block-paragraph">06. Activities in tour are as below:</p>



<p class="wp-block-paragraph">A. Local rickshaw ride in Old Delhi.</p>



<p class="wp-block-paragraph">B. Lake Pichola sharing boat ride in Udaipur.</p>



<p class="wp-block-paragraph">C. Village Jeep Safari in Jojawar.</p>



<p class="wp-block-paragraph">D. Rural train ride in Jojawar.</p>



<p class="wp-block-paragraph">E. Evening chair arrangements in Varanasi for Ganga Aarti with guide.</p>



<p class="wp-block-paragraph">F. Sun rise boat ride at Ganges in Varanasi with Guide.</p>



<p class="wp-block-paragraph">07. Two Domestic Flight as Below,</p>



<p class="wp-block-paragraph">A. Delhi/Udaipur with 23 + 07 Kg Lugg.</p>



<p class="wp-block-paragraph">B. A. Varanasi/Delhi with 20 + 07 Kg Lugg.</p>



<p class="wp-block-paragraph">08. Air Condition Chair Car Train ticket From Agra/Varasnsi with Breakfast.</p>



<p class="wp-block-paragraph">09. All applicable govt. taxes.</p>
</blockquote>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">TOUR EXCLUSIONS</p>



<p class="wp-block-paragraph">01. Lunch, Dinner or drinks.</p>



<p class="wp-block-paragraph">02. International flight tickets.</p>



<p class="wp-block-paragraph">03. VISA/Travel insurance for India visit.</p>



<p class="wp-block-paragraph">04. Any type of personal expenses during the tour.</p>



<p class="wp-block-paragraph">05. Anything which is not mentioned in tour inclusions.</p>
</blockquote>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Chardham Yatra 2026</title>
		<link>https://www.noblehouseindia.org/destinations/chardham-yatra-2026/</link>
		
		<dc:creator><![CDATA[Nobel House Tour]]></dc:creator>
		<pubDate>Thu, 16 Apr 2026 09:24:31 +0000</pubDate>
				<category><![CDATA[Destinations]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Tour Packages]]></category>
		<guid isPermaLink="false">https://www.noblehouseindia.org/?p=3006</guid>

					<description><![CDATA[India Chardham Yatra14 Nights &#124; 15 Days(Valid from April till Mid Oct 2026) DAY TO DAY TOUR PROGRAMME&#160;Yamunotri&#124; Gangotri &#124; Kedarnath&#124; Badrinath Day 01: Arrive Delhi.Arrive Delhi airport &#38; transfer to your hotel. Hotel check in time noon. No other services. Night stay in Delhi Hotel.Day 02: Delhi– Haridwar (Approx.<a class="moretag" href="https://www.noblehouseindia.org/destinations/chardham-yatra-2026/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><p class="has-text-align-center" style="font-size:30px"><span style="color: #800000;"><strong>India Chardham Yatra</strong></span><br><strong>14 Nights | 15 Days</strong><br><span style="color: #800000;"><strong>(Valid from April till Mid Oct 2026)</strong></span></p></p>



<figure class="wp-block-image"><img decoding="async" width="1024" height="572" src="https://www.noblehouseindia.org/wp-content/uploads/2026/04/Chadham-PIC-1024x572.webp" alt="" class="wp-image-3007" srcset="https://www.noblehouseindia.org/wp-content/uploads/2026/04/Chadham-PIC-1024x572.webp 1024w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/Chadham-PIC-300x167.webp 300w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/Chadham-PIC-768x429.webp 768w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/Chadham-PIC-1536x857.webp 1536w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/Chadham-PIC-2048x1143.webp 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"><p class="has-text-align-center" style="font-size:25px"><span style="color: #800000;"><strong><u>DAY TO DAY TOUR PROGRAMME&nbsp;<br>Yamunotri| Gangotri | Kedarnath| Badrinath<br></u></strong></span></p></p>



<p class="wp-block-paragraph"><p class="has-text-align-center" style="font-size:25px"></p></p>



<p class="wp-block-paragraph"><p style="font-size:18px"><strong>Day 01: Arrive Delhi.<br></strong>Arrive Delhi airport &amp; transfer to your hotel. Hotel check in time noon. No other services. Night stay in Delhi Hotel.<br><strong><br>Day 02: Delhi– Haridwar (Approx. 04 Hrs.)</strong><br>Breakfast &amp; drive to Haridwar. Upon arrival check-in at the hotel. Relaxation at hotel. Later in the evening, visit Har-ki Pauri for the Aarti ceremony of Mother Ganges. Return to the hotel. Overnight stay at Haridwar.</p></p>



<p class="wp-block-paragraph"><strong>Day 03: Haridwar &#8211; Barkot (Approx. 06 Hrs.)</strong><br>After breakfast at the hotel. Check-out from the hotel and drive to Barkot. Upon arrival check-in at the hotel. Rest of the day free at leisure. Overnight stay at Barkot.<br><strong><br>Day 04: Barkot – Yamunotri – Barkot&nbsp;</strong>(45 Km on each side | Trek: 6 km each side)<br>Early Morning (04:00 AM) drive to Jankichatti, Jankichatti is the starting point for the trek route towards Yamunotri i.e. 6 Kms one way&nbsp;[you have option either walk or hire Pony or by Doli at your own cost]. Upon arrival at Yamunotri, take a Holy bath in Tapt Kund (Hot Spring) or Yamuna River (Cold Water) and visit Yamunotri temple &#8220;Darshan&#8221; and Pooja of pious &#8220;Yamuna Ji&#8221; at Divya Shila. Later return to Janki Chatti and then further drive back to Barkot<strong>.&nbsp; Overnight stay at Barkot.</strong></p>



<p class="wp-block-paragraph"><strong>Day 05: Barkot – Uttarkashi&nbsp;&nbsp;</strong>(Distance – 100 Km | Duration: 03:30 Hrs.)<br>Morning (09:00 AM) after breakfast, check out from the hotel and drive to Uttarkashi. En route visit Vishwanath Temple.&nbsp; Upon arrival check-in at the hotel. Rest of the day free. Overnight stay at Uttarkashi.</p>



<p class="wp-block-paragraph"><strong>Day 06: Uttarkashi – Gangotri – Uttarkashi&nbsp;</strong>(100 Km each side | Duration: 03:30 Hrs.) After breakfast, proceed to the Gangotri excursion tour. En-route enjoy picturesque Harsil valley, Bhagirathi River and the most magnificent view of the Himalayas. Upon arrival at Gangotri, visit Gangotri Mata Temple and perform pooja, Bhagirath Shilla and Surya Kund. Thereafter we drive back to Uttarkashi. Overnight stay at Uttarkashi.</p>



<p class="wp-block-paragraph"><strong>Day 07: Uttarkashi – Guptkashi&nbsp;</strong>(Distance – 200 Km | Duration: 07 Hrs.)<br>Morning (07:00 AM) After breakfast, check out from the hotel and drive to Guptkashi. Upon arrival at Guptkashi check-in at the hotel. Rest of the day free at the hotel. Overnight stay at Guptkashi.</p>



<p class="wp-block-paragraph"><strong>Day 08: Guptkashi – Phata helipad – Kedarnath</strong> By helicopter.<br>Today we take a short helicopter ride from Phata (a short ride from Guptkashi). We arrive in Kedarnath. Transfer to our hotel (will be very basic). Will do VIP DARSHAN AND PUJA (extra payment will be involved) Overnight stay at Kedarnath.</p>



<p class="wp-block-paragraph"><strong>Day 09: Kedarnath – Guptkashi </strong>by Helicopter<br>After breakfast we fly back to Phata or other helicopter point. Then a short drive to Guptkashi. An overnight stay.</p>



<p class="wp-block-paragraph"><strong>Day 10: Guptkashi – Badrinath&nbsp;</strong>(Distance – 200 Km | Duration: 08 Hrs.)<br>After breakfast, check out from the hotel and drive to Badrinath. En route drive via Chopta and visit Narsingh Temple at Joshimath. Upon arrival at Badrinath, check-in at the hotel &amp; night stay.</p>



<p class="wp-block-paragraph"><strong>Day 11: Badrinath</strong><br>Morning Plan for your Darshan at Badrinath Dham. Night stay in Badrinath.</p>



<p class="wp-block-paragraph"><strong>Day 12: Badrinath – Rudraprayag</strong> (Distance – 200 Km | Duration: 07:30 Hrs.)<br>Morning after bath in the Taptkund visit to Shri Badrinath Temple, Brahma Kamal is significant for Pind Dan Shradh of ancestors (Pitru). There is another interesting sightseeing spot like Mana Village, Vyas Gufa, Mata Murti Temple, Bhim Kund and the &#8220;Mukh &#8221; of the Saraswati River &amp; Saraswati Temple. Just within the three Kms of Badrinath Ji.</p>



<p class="wp-block-paragraph">After the sightseeing tour, drive towards Rudraprayag. Upon arrival check-in at the hotel. Overnight stay at Rudraprayag.</p>



<p class="wp-block-paragraph"><strong>Day 13: Rudraprayag – Rishikesh</strong> (Distance – 165 Km | Duration: 6 Hrs.)<br>After breakfast, check-out from the hotel and drive to Rishikesh. En-route visiting Ram Jhula, Laxman Jhula, Triveni Ghat temples and Ashrams. Upon arrival, check-in at the hotel. Overnight stay at Rishikesh.</p>



<p class="wp-block-paragraph"><strong>Day 14: Rishikesh – Delhi (Approx. 05 Hrs.).</strong><br>Breakfast at hotel, check out and drive to Delhi, on arrival check-in to your hotel. No other services &amp; night stay.</p>



<p class="wp-block-paragraph"><strong>Day 15: Depart Delhi.</strong><br>Breakfast &amp; checkout at 1100 Hrs. Later transfer to airport to board the flight for onward destination.<br>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td class="has-text-align-center" data-align="center" colspan="2"><strong>TOUR PRICE: PER PERSON</strong></td></tr><tr><td class="has-text-align-center" data-align="center"><strong>02 PERSON TRAVELING</strong></td><td><strong>USD 1455 | EURO 1350</strong></td></tr><tr><td class="has-text-align-center" data-align="center"><strong>04 PERSON TRAVELING</strong></td><td><strong>USD 1390 | EURO 1290</strong></td></tr></tbody></table></figure>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"><strong>NOTE: “Valid from April till Mid of October 2026”.<br></strong><br><strong>TOUR INCLUSIONS:</strong><br>=============<br>01. Total 14 Nights hotels stay on twin sharing basis.<br>      A. 02 Nights in Delhi with breakfast only.<br>      B. 12 Nights in Chardham with breakfast + Dinner.</p>



<p class="wp-block-paragraph">02. Air-conditioned good vehicle with driver in this tour as below:<br> A. Arrival Transfer to Hotel in Delhi.<br> B. Pickup from Delhi for Chardham &amp; come back to Delhi drop.<br> C. Departure transfer to airport in Delhi.</p>



<p class="wp-block-paragraph">04. Helicopter ticket: Guptkashi &#8211; Kedarnath &#8211; Guptkashi<br>05. All applicable taxes.</p>



<p class="wp-block-paragraph"><strong>TOUR EXCLUSIONS:</strong><br>================<br>01. Lunch during Chardham Yatra.<br>02. Lunch, dinner or drinks during stay in Delhi.<br>03. Any international/domestic flight or train tickets.<br>04. Any entry fees/guide/activity (if not specified in inclusions).<br>05. Any type of personal expenses in this tour.<br>06. Anything which is not mentioned in inclusions/tour.</p>



<p class="has-header-gradient-color has-text-color has-link-color wp-block-paragraph"><strong>LIST OF THE HOTELS/SIMILAR:</strong><br>=====================</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Destination</strong></td><td><strong>Hotels/ Similar</strong></td><td><strong>Night</strong></td></tr><tr><td>Delhi</td><td>Hotel Bloom Boutique CP</td><td><strong>01</strong></td></tr><tr><td>Haridwar</td><td>Hotel Godwin</td><td><strong>01</strong></td></tr><tr><td>Barkot</td><td>Camp Nirwana</td><td><strong>02</strong></td></tr><tr><td>Uttarkashi</td><td>Yantra Retreat</td><td><strong>02</strong></td></tr><tr><td>Guptkashi</td><td>Bhel Forest Retreat</td><td><strong>01</strong></td></tr><tr><td>Kedarnath</td><td>Behl Ashram</td><td><strong>01</strong></td></tr><tr><td>Guptkashi</td><td>Bhel Forest Retreat</td><td><strong>01</strong></td></tr><tr><td>Badrinath</td><td>Amritara By Awadh</td><td><strong>02</strong></td></tr><tr><td>Rudraprayag</td><td>Monal Resort</td><td><strong>01</strong></td></tr><tr><td>Rishikesh</td><td>Holy water by Ganga Kinare</td><td><strong>01</strong></td></tr><tr><td>Delhi</td><td>Hotel Bloom Boutique CP</td><td><strong>01</strong></td></tr></tbody></table></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>India Spiritual Tour: Delhi – Ayodhya – Prayagraj – Varanasi(08 Nights &#124; 09 Days)</title>
		<link>https://www.noblehouseindia.org/tour-packages/india-spiritual-tour-delhi-ayodhya-prayagraj-varanasi08-nights-09-days/</link>
		
		<dc:creator><![CDATA[Nobel House Tour]]></dc:creator>
		<pubDate>Mon, 13 Apr 2026 13:10:03 +0000</pubDate>
				<category><![CDATA[Tour Packages]]></category>
		<guid isPermaLink="false">https://www.noblehouseindia.org/?p=2996</guid>

					<description><![CDATA[Spiritual Golden Triangle of India with Delhi 08 Nights &#124; 09 Days  Highlights of the Tour: &#8211; Ayodhya (Birth Place of Lord Rama). &#8211; Prayagraj (Sangam &#8211; Where meet three holy river &#8211; Ganga, Yamuna &#38; Saraswati). &#8211; Varanasi  (City of Temple &#38; oldest city of India). Duration: 08 Nights<a class="moretag" href="https://www.noblehouseindia.org/tour-packages/india-spiritual-tour-delhi-ayodhya-prayagraj-varanasi08-nights-09-days/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" src="https://www.noblehouseindia.org/wp-content/uploads/2026/04/ram-mandir-ayodhya-uttar-pradesh-indiaccc-1024x293.webp" alt="" width="788" height="226" class="wp-image-2999  aligncenter" srcset="https://www.noblehouseindia.org/wp-content/uploads/2026/04/ram-mandir-ayodhya-uttar-pradesh-indiaccc-1024x293.webp 1024w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/ram-mandir-ayodhya-uttar-pradesh-indiaccc-300x86.webp 300w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/ram-mandir-ayodhya-uttar-pradesh-indiaccc-768x219.webp 768w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/ram-mandir-ayodhya-uttar-pradesh-indiaccc.webp 1400w" sizes="auto, (max-width: 788px) 100vw, 788px" /></p>
<p style="text-align: center;"><span style="color: #003300;"><strong>Spiritual Golden Triangle of India with Delhi</strong></span></p>
<p style="text-align: center;"><span style="color: #000000;"><strong>08 Nights | 09 Days </strong></span></p>
<p><span style="color: #000080;"><strong>Highlights of the Tour:</strong></span></p>
<p>&#8211; Ayodhya (Birth Place of Lord Rama).<br />
&#8211; Prayagraj (Sangam &#8211; Where meet three holy river &#8211; Ganga, Yamuna &amp; Saraswati).<br />
&#8211; Varanasi  (City of Temple &amp; oldest city of India).</p>
<p><span style="color: #000000;"><b>Duration: 08 Nights | 09 Days in India.</b></span><br />
02 Nights: Delhi.<br />
02 Nights: Ayodhya<br />
01 Night  : Prayagraj<br />
02 Nights: Varanasi<br />
01 Night  : Delhi.</p>
<p><span style="color: #000000;"><strong>Day to Day Tour Programme:</strong></span></p>
<p><span style="color: #800000;"><strong>Day 01: Arrive Delhi</strong></span><br />
Arrival at airport with traditional welcome<br />
Transfer to hotel<br />
Check-in at 1400 Hrs.<br />
Night stay in Delhi</p>
<p><span style="color: #800000;"><strong>Day 02: Delhi</strong></span><br />
Breakfast &amp; full day sightseeing with guide<br />
Visit Old Delhi: Red Fort, Jama Masjid, Raj Ghat &amp; Chandni Chowk (rickshaw ride)<br />
Drive past India Gate, President House &amp; Parliament House<br />
Visit Bangla Sahib Gurudwara<br />
Visit Humayun’s Tomb, Lotus Temple &amp; Qutub Minar<br />
Night stay in Delhi</p>
<p><span style="color: #800000;"><strong>Day 03: Delhi – Ayodhya (By Train)</strong></span><br />
Train: Vande Bharat 06:30 – 14:30 Hrs.<br />
Breakfast &amp; transfer to railway station<br />
Arrival Ayodhya &amp; transfer to hotel<br />
Evening visit Ram Mandir<br />
Attend Saryu River Aarti at Ram Ki Paidi<br />
Night stay in Ayodhya</p>
<p><strong><span style="color: #800000;">Day 04: Ayodhya</span></strong><br />
Breakfast &amp; sightseeing with guide<br />
Visit Sita Ki Rasoi, Kanak Bhawan, Dashrath Mahal &amp; Hanuman Garhi<br />
Optional visit to Ram Mandir again or local market<br />
Night stay in Ayodhya</p>
<p><span style="color: #800000;"><strong>Day 05: Ayodhya – Prayagraj</strong></span><br />
Breakfast &amp; drive to Prayagraj (approx. 4 hours)<br />
Check-in to hotel<br />
Visit Triveni Sangam, Hanuman Temple, Akshay Vat &amp; Patalpuri Temple<br />
Short visit to Allahabad Fort &amp; Anand Bhawan Museum<br />
Night stay in Prayagraj</p>
<p><span style="color: #800000;"><strong>Day 06: Prayagraj – Varanasi</strong></span><br />
Breakfast &amp; drive to Varanasi (approx. 3.5 hours)<br />
Check-in &amp; rest<br />
Evening visit Ganga Ghat<br />
Attend Ganga Aarti<br />
Night stay in Varanasi</p>
<p><span style="color: #800000;"><strong>Day 07: Varanasi</strong></span><br />
Early morning boat ride on Ganges River<br />
Visit Kashi Vishwanath Temple<br />
Breakfast at hotel<br />
Visit Bharat Mata Temple, Tulsi Manas Temple &amp; BHU (New Vishwanath Temple)</p>
<p><span style="color: #800000;"><strong>Day 08: Varanasi – Delhi (By Air)</strong></span><br />
Flight: AI-405 12:45 – 14:20 Hrs.<br />
Breakfast &amp; transfer to airport<br />
Arrival Delhi &amp; transfer to hotel<br />
Leisure time<br />
Night stay in Delhi</p>
<p><span style="color: #800000;"><strong>Day 09: Depart Delhi</strong></span></p>
<table width="100%">
<thead>
<tr>
<td width="38%"><strong>Tour Cost Per Person</strong></td>
<td width="31%"><strong>Standard Tour Package</strong></td>
<td width="30%"><strong>Deluxe Tour Package</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td width="38%"><strong>Low Season</strong></p>
<p><strong>(16/04/2026 – 30/09/2026)</strong></td>
<td width="31%"><strong>USD 745 | EURO 665</strong></td>
<td width="30%"><strong>USD 985 | EURO 875</strong></td>
</tr>
<tr>
<td width="38%"><strong>High Season</strong></p>
<p><strong>(01/10/2026 – 15/04/2027)</strong></td>
<td width="31%"><strong>USD 825 | EURO 735</strong></td>
<td width="30%"><strong>USD 1285 | EURO 1145</strong></td>
</tr>
</tbody>
</table>
<p><strong> Flight Fare:</strong></p>
<table width="99%">
<tbody>
<tr>
<td width="48%"><strong>Varanasi/Delhi (23 +07) Kg Lugg</strong></td>
<td width="51%"><strong>USD 85 | EURO 75</strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><strong><u>Tour Include</u></strong></p>
<ol>
<li>Total 08 Nights Hotels with breakfast &amp; taxes on twin sharing basis.</li>
<li>Air-conditioned Medium car with an English-speaking tourist driver as per Programme.</li>
<li>One day local English-speaking tour guide in each city during the sightseeing.</li>
<li>Boat ride at Sangam with guide in Prayagraj.</li>
<li>Evening Ganga Aarti at Ganges Ghats with guide (A Kind of worship of Goddess Ganga).</li>
<li>Morning sunrise boat ride with guide at Ganges River in Varanasi.</li>
<li>Air-conditioned Chair Car Train ticket from Delhi/ Ayodhya.</li>
<li>All presently applicable taxes related to hotel and transport.</li>
</ol>
<p><strong><u>Tour Exclude</u></strong></p>
<ol>
<li>Lunch, Dinner or Drink.</li>
<li>Air fare ticket/domestic &amp; international.</li>
<li>Any type of personal expanses during the tour.</li>
<li>Any type of portage charges at railway station/Airport.</li>
<li>Any other expenses which are not mentioned in Inclusion/ Tour.</li>
</ol>
<p><strong><u>Other Terms and Conditions:</u></strong></p>
<ol>
<li>24th Dec and 31st Dec nights, Hotels may ask for mandatory Gala Dinner. This will be payable extra.</li>
<li>Hotels may ask for supplement cost during the period from 20th Dec – 07th Jan due to the premium season.</li>
<li>If traveling more than two people, tour price will change accordingly.</li>
</ol>
<h3><strong>List of Hotel/similar Details</strong></h3>
<table width="99%">
<thead>
<tr>
<td width="17%"><strong>City</strong></td>
<td width="40%"><strong>Standard Hotels (03 Star)</strong></td>
<td width="42%"><strong>Deluxe Hotels (04 Star)</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td width="17%">Delhi</td>
<td width="40%">Hotel Bloom Karol Bagh/Nuo by Justa</td>
<td width="42%">Hotel Jaypee Siddhartha/ Zone by the Park</td>
</tr>
<tr>
<td width="17%">Ayodhya</td>
<td width="40%">Hotel Click Narayana</td>
<td width="42%">Hotel Park Inn by Radisson</td>
</tr>
<tr>
<td width="17%">Prayagraj</td>
<td width="40%">Hotel Rama Continental</td>
<td width="42%">Hotel Kanha Shayam/ Hotel Grand Continental</td>
</tr>
<tr>
<td width="17%">Varanasi</td>
<td width="40%">Hotel West Inn/Ganges View</td>
<td width="42%">Palace on the Ganges/Hotel Amaya</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>12 Nights 13 Days Rajasthan Tour India with Jojawar &#038; Udaipur</title>
		<link>https://www.noblehouseindia.org/destinations/12-nights-13-days-rajasthan-tour-india-with-jojawar-udaipur/</link>
		
		<dc:creator><![CDATA[Nobel House Tour]]></dc:creator>
		<pubDate>Mon, 13 Apr 2026 09:39:08 +0000</pubDate>
				<category><![CDATA[Destinations]]></category>
		<category><![CDATA[Theme Vacations]]></category>
		<category><![CDATA[Tour Packages]]></category>
		<category><![CDATA[Unique Stay]]></category>
		<guid isPermaLink="false">https://www.noblehouseindia.org/?p=2955</guid>

					<description><![CDATA[Rajasthan Tour India with Jojawar &#38; Udaipur 12 Nights &#124; 13 Days  Day 01: Arrive Delhi Indian Traditional Welcome with Garlands at the Indira Gandhi International Airport (T-3) and transfer to the hotel. Hotel check-in time: 1400 Hrs. No other services. Night stay in Delhi. Day 02: Delhi (Red Fort<a class="moretag" href="https://www.noblehouseindia.org/destinations/12-nights-13-days-rajasthan-tour-india-with-jojawar-udaipur/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[<h4 class="entry-title" style="text-align: center;">Rajasthan Tour India with Jojawar &amp; Udaipur</h4>
<h6 style="text-align: center;"><span style="color: #800080;"><strong>12 Nights | 13 Days </strong></span></h6>
<p><img loading="lazy" decoding="async" src="https://www.noblehouseindia.org/wp-content/uploads/2026/04/rajasthan-1024x313.webp" alt="" width="839" height="256" class="alignnone wp-image-2956 " srcset="https://www.noblehouseindia.org/wp-content/uploads/2026/04/rajasthan-1024x313.webp 1024w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/rajasthan-300x92.webp 300w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/rajasthan-768x235.webp 768w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/rajasthan.webp 1400w" sizes="auto, (max-width: 839px) 100vw, 839px" /></p>
<p><strong><span style="color: #000000;">Day 01: Arrive Delhi</span></strong><br />
<span style="color: #000000;">Indian Traditional Welcome with Garlands at the Indira Gandhi International Airport (T-3) and transfer to the hotel. Hotel check-in time: 1400 Hrs. No other services. Night stay in Delhi.</span></p>
<p><strong><span style="color: #000000;">Day 02: Delhi (Red Fort &amp; Lotus Temple closed on Monday)</span></strong><br />
<span style="color: #000000;">Breakfast at the hotel and proceed for sightseeing in Delhi with a tourist guide.</span><br />
<span style="color: #000000;">Visit Old Delhi: Red Fort, Jama Masjid (Mosque), and Raj Ghat – cremation place of Mahatma Gandhi &amp; Chandni chowk Bazaar through local ricksow ride.</span></p>
<p><img loading="lazy" decoding="async" src="https://www.noblehouseindia.org/wp-content/uploads/2026/04/delhi_sight-1024x341.jpg" alt="" width="828" height="276" class="wp-image-2959 " srcset="https://www.noblehouseindia.org/wp-content/uploads/2026/04/delhi_sight-1024x341.jpg 1024w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/delhi_sight-300x100.jpg 300w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/delhi_sight-768x256.jpg 768w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/delhi_sight.jpg 1200w" sizes="auto, (max-width: 828px) 100vw, 828px" /></p>
<p><span style="color: #000000;">Later drive through India Gate, President House, Parliament House area &amp; Bangla Sahib Gurudwara.</span><br />
<span style="color: #000000;"></span></p>
<p><span style="color: #000000;">Visit South Delhi: Humayun’s Tomb, Lotus Temple, and Qutub Minar.</span><br />
<span style="color: #000000;">Night stay in Delhi.</span></p>
<p><strong><span style="color: #000000;">Day 03: Delhi – Agra (Approx 04 Hrs drive)</span></strong><br />
<span style="color: #000000;">Breakfast at the hotel, later proceed to drive for Agra which is mainly popular for Taj Mahal. On arrival check into your hotel.</span></p>
<p><span style="color: #000000;">Later proceed for your sightseeing in Agra, our local tour guide will meet you there. Visit: Agra Fort and the Taj Mahal. Explore the amazing beauty of the Taj Mahal – The symbol of love and one of the seven wonders of the world.</span><br />
<span style="color: #000000;">After that, there is free time for shopping at the local bazaar in Agra which is very famous for marble souvenir which will attract you.</span><br />
<span style="color: #000000;">Night stay at Agra. NOTE: The Taj Mahal is closed on every Friday.</span></p>
<p><strong><span style="color: #000000;">Day 04: Agra / Fatehpur Sikri / Jaipur (approx. 05 Hrs)</span></strong><br />
<span style="color: #000000;">Breakfast at the hotel (Sun rise Taj Mahal visit can also be possible if you wish before breakfast). Leave for pink city Jaipur.En route visit Fatehpur Sikri.</span></p>
<p><span style="color: #000000;">Later continue the drive to Jaipur, and on arrival check in at the hotel.</span><br />
<span style="color: #000000;">Evening you are free for your own or driver will take you to local bazaar etc. Night stay in Jaipur.</span></p>
<p><strong><span style="color: #000000;">Day 05: Jaipur</span></strong><br />
<span style="color: #000000;">Breakfast at the hotel &amp; ready for full day sightseeing of Jaipur with our local tour guide.</span><br />
<span style="color: #000000;">Places to visit: Massive Amber fort (where you can also enjoy Elephant safari on direct payment basis, this is optional activity).</span></p>
<p><img loading="lazy" decoding="async" src="https://www.noblehouseindia.org/wp-content/uploads/2026/04/JAI-sites-1024x416.webp" alt="" width="824" height="335" class="alignnone wp-image-2961 " srcset="https://www.noblehouseindia.org/wp-content/uploads/2026/04/JAI-sites-1024x416.webp 1024w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/JAI-sites-300x122.webp 300w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/JAI-sites-768x312.webp 768w, https://www.noblehouseindia.org/wp-content/uploads/2026/04/JAI-sites.webp 1280w" sizes="auto, (max-width: 824px) 100vw, 824px" /></p>
<p><span style="color: #000000;">Also visit: Hawa Mahal + City Palace + Jantar Mantar + Albert Museum etc. Evening, you are free for your own or you can go for dinner at local restaurant for local Rajasthani cosines and sweets etc (on direct payment basis). Night stay in Jaipur.</span></p>
<p><strong><span style="color: #000000;">Day 06: Jaipur/Jojawar (Approx. 05 Hrs)</span></strong><br />
<span style="color: #000000;">After breakfast drive to Jojawar – Rawla Jojawar is the fort which is converted into a heritage hotel. The new generation of King Rao is looking after the hotel in the Rawla, recently restored into its old-world splendour.</span><br />
<span style="color: #000000;">Check-in the hotel and take a rest.</span></p>
<p><span style="color: #000000;">After that you will have a village walk of Jojawar – the visitor to explore it; the small town is a hidden gem in the county, exploring the village experience accompanied by one of the staff guides is a great way to experience life here as it unfolds before your eyes.</span><br />
<span style="color: #000000;">Night stay in Jojawar.</span></p>
<p><strong><span style="color: #000000;">Day 07: Jojawar</span></strong><br />
<span style="color: #000000;">Breakfast at the hotel &amp; ready for train Safari which is organised by the hotel &amp; included in package. – The train route between the cities of Jodhpur and Udaipur goes up the scenic Kambli Ghat Pass. One of our favourite excursions is this daily train service from the station at the start of the hill section to the highest station in the Aravali – the Kambli Ghat station, or the other way around.</span></p>
<p><span style="color: #000000;">Come back to the hotel. Afternoon starts with a new adventure in Jojawar called Countryside Jeep Safari – It is said that the real India is its rural areas, the country around Jojawar boasts of very interesting landscapes, with the picturesque Aravali Hills in the east.</span><br />
<span style="color: #000000;">Night stay in Jojawar.</span></p>
<p><strong><span style="color: #000000;">Day 08: Jojawar/Udaipur (03 Hrs drive)</span></strong><br />
<span style="color: #000000;">After breakfast drive to drive to Udaipur and check in at the hotel. Udaipur is Known as the city of the rising sun or city of lakes. In the evening enjoy sharing a boat ride at Lake Pichola (Our driver will provide ticket for boat ride). Overnight stay in Udaipur.</span></p>
<p><strong><span style="color: #000000;">Day 09: Udaipur</span></strong><br />
<span style="color: #000000;">Breakfast at the hotel &amp; ready for sightseeing of Udaipur with our local tour guide who will mee you at hotel lobby.Visit: City Palace + Jagdish Temple + Bhartiya Lok Kala Mandir (Folk art museum) + Saheliyon Ki Bari, and Crystal gallery in Udaipur is one of the most interesting and must visit places during your visit to Udaipur.</span><br />
<span style="color: #000000;">Evening you are free for your own, our driver will take you to local bazaar for shopping or try some local cuisines etc. Night stay in Udaipur.</span></p>
<p><strong><span style="color: #000000;">Day 10: Udaipur / Ranakpur / Jodhpur (250Kms/05 Hrs)</span></strong><br />
<span style="color: #000000;">After breakfast, you will drive to Jodhpur via Ranakpur – Jain Temple which is 91 km from Udaipur. Ranakpur Temple is a fine piece of marble architecture and is among the most popular Jain temples.</span><br />
<span style="color: #000000;">After visiting the Temple, you can take a lunch break in a nearby (on direct payment basis).</span><br />
<span style="color: #000000;">Later continue drive to Jodhpur also known as blue city of India. On arrival check in the hotel &amp; night stay.</span></p>
<p><strong><span style="color: #000000;">Day 11: Jodhpur</span></strong><br />
<span style="color: #000000;">Breakfast at the hotel, you will have half day sightseeing of Jodhpur with local tour guide.</span><br />
<span style="color: #000000;">Visit: Mehrangarh Fort, Jaswant Thada (The Royal Cenotaph, the imposing Umaid Bhawan Palace Hotel &amp; Museum, and finally a walk around the clock tower and central market.</span></p>
<p><span style="color: #000000;">Afternoon Excursion to Ossian – Enjoy the Sunset on Sand dunes. Also, enjoy 1 hour Camel Safari (on direct payment basis). Late evening comes back to the hotel. Night stay in Jodhpur.</span></p>
<p><span style="color: #000000;"><strong>Day 12: Jodhpur / Delhi by Flight.</strong></span><br />
<span style="color: #000000;">After breakfast at the hotel, transfer to Jodhpur airport to connect flight to Delhi. Flight: AI 2475 1300-1420 Hrs.On arrival at Delhi airport, transfer to your hotel &amp; take some rest.</span></p>
<p><span style="color: #000000;">Our driver &amp; vehicle will be with you within city till 1900 Hrs. to move around the city like Janpath lane, Connaught place &amp; Bangla Sahib Gurudwara. Night stay in Delhi.</span></p>
<p><strong><span style="color: #000000;">Day 13: Depart Delhi.</span></strong><br />
<span style="color: #000000;">Breakfast at the hotel (Hotel checkout time: 1100 Hrs) &amp; free for your own. Later transfer to airport to connect your flight to onward destination.</span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Pushkar Camel Fair 2026 – Dates, Highlights, Activities – Itinerary (8N/9D)</title>
		<link>https://www.noblehouseindia.org/tour-packages/pushkar-camel-fair-2025-dates-highlights-activities-itinerary-8n-9d/</link>
		
		<dc:creator><![CDATA[Nobel House Tour]]></dc:creator>
		<pubDate>Fri, 10 Apr 2026 14:56:18 +0000</pubDate>
				<category><![CDATA[Tour Packages]]></category>
		<category><![CDATA[Fairs & Festivals]]></category>
		<category><![CDATA[Theme Vacations]]></category>
		<guid isPermaLink="false">https://www.noblehouseindia.org/?p=2699</guid>

					<description><![CDATA[Pushkar Camel Fair 2026 Tour Plan (08 Nights/09 Days)Pushkar Camel Fair  2026 starts on 17 November 2026, and ends 24 November 2026. START: 14 NOVEND   : 22 NOVDURATION: 08 NIGHTS &#124; 09 DAYS&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;PLACES: DELHI &#8211; AGRA &#8211; FATEHPUR SIKRI &#8211; JAIPUR &#8211; PUSHKAR &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; TOUR PROGRAMME14 Nov: ARRIVE IN DELHI&#8211; Arrive<a class="moretag" href="https://www.noblehouseindia.org/tour-packages/pushkar-camel-fair-2025-dates-highlights-activities-itinerary-8n-9d/"> Read more&#8230;</a>]]></description>
										<content:encoded><![CDATA[<h3 style="text-align: center;"><span style="color: #800000;"><strong>Pushkar Camel Fair 2026 Tour Plan (08 Nights/09 Days)<br /><span style="color: #ff6600;">Pushkar Camel Fair  2026 starts on 17 November 2026, and ends 24 November 2026.</span></strong></span></h3>
<p><strong>START: 14 NOV<br />END   : 22 NOV<br />DURATION: 08 NIGHTS | 09 DAYS</strong><br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br /><strong>PLACES: DELHI &#8211; AGRA &#8211; FATEHPUR SIKRI &#8211; JAIPUR &#8211; PUSHKAR </strong><br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><span style="color: #000080;"><b>TOUR PROGRAMME</b></span><br /><strong>14 Nov: ARRIVE IN DELHI</strong><br />&#8211; Arrive at Delhi airport &amp; transfer to Hotel.<br />&#8211; No other services &amp; night stay.<br /><strong><br />15 NOV: DELHI</strong><br />&#8211; Breakfast &amp; full day sightseeing of Delhi with guide.<br />&#8211; Visit: Old + Central + South Delhi.<br />&#8211; Night stay in Delhi.<strong><br /></strong><strong><br />16 NOV: DELHI – AGRA DRIVE (215 km / 3:30 Hrs)</strong><br />&#8211; Breakfast &amp; leave for Agra at 0900 Hrs.<br />&#8211; Visit: Taj Mahal + Agra fort with guide.<br />&#8211; Night stay in Agra.<br /><strong><br />17NOV: AGRA – FATEHPUR SIKRI – JAIPUR DRIVE (Approx 05 Hrs drive)</strong><br />&#8211; Breakfast at the hotel + Leave for pink city Jaipur.<br />&#8211; En route visit Fatehpur Sikri + Drive to Jaipur &amp; check in the hotel.<br />&#8211; Night stay in Jaipur.<br /><strong><br />18 NOV: JAIPUR</strong><br />&#8211; Breakfast at the hotel + full day sightseeing with guide.<br />&#8211; Amber fort + City Palace + Hawa Mahal + Jantar Mantar + Birla Temple etc.<br />&#8211; Night stay in Jaipur.<br /><strong><br />19 NOV: JAIPUR – PUSHKAR DRIVE (146 Km / 3 Hrs.)<br /></strong>&#8211; Breakfast drive to Pushkar + check in to your camp with all meals.<strong><br /></strong>&#8211; Visit: Pushkar Lake &amp; Lord Brahma temple etc. with guide.<br />&#8211; Night stay.<strong><br /></strong><br /><strong>20 NOV: PUSHKAR</strong><br />&#8211; Breakfast at the camp &amp; our local guide will meet you &amp; proceed to visit Pushkar fair glimpses.<br />&#8211; Lunch &amp; Dinner at Camp and overnight stay.<br /><strong><br />21 NOV: PUSHKAR</strong><br />&#8211; Breakfast at the camp &amp; our local guide will meet you &amp; proceed to visit Pushkar fair glimpses.<br />&#8211; Lunch &amp; Dinner at Camp and overnight stay.<br /><strong><br />22 NOV: DEPART PUSHKAR</strong><br />&#8211; Breakfast at camp + transfer to Jaipur airport/Hotel (Approx. 03 Hrs.).<br />&#8211; Later you can connect flight to Delhi/Mumbai from Jaipur airport or dropped at hotel (if you booked).<br /><strong>&#8211; SERVICES END HERE</strong><br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<h3 style="font-weight: 400;"><span style="color: #800000;"><strong>Tour Cost: Per Person</strong></span></h3>
<p style="font-weight: 400;"><strong>Validity: 17/11/2026 – 24/11/2026 (Minimum 02 Person traveling together)</strong></p>
<table width="642">
<tbody>
<tr>
<td width="151"><strong>Standard Hotels</strong></td>
<td width="170"><strong>Deluxe Hotels</strong></td>
<td width="161"><strong>Luxury Hotels</strong></td>
<td width="161"><strong>Premium Hotels</strong></td>
</tr>
<tr>
<td width="151">
<p><strong>EURO 915 | USD 1020</strong></p>
</td>
<td width="170"><strong> </strong>
<p><strong>EURO 1070 | USD 1190</strong></p>
</td>
<td width="161"><strong> </strong>
<p><strong>EURO 1235 | USD 1375</strong></p>
</td>
<td width="161"><strong> </strong>
<p><strong>EURO 1485 | USD 1650</strong></p>
</td>
</tr>
</tbody>
</table>
<h3 style="font-weight: 400;"></h3>
<h3><span style="color: #800000;"><strong>Tour Inclusion:</strong></span></h3>
<ul>
<li>&#8211; 05 Nights twin sharing hotels with breakfast and taxes.</li>
<li>&#8211; 03 Nights in Aircon Camps in Pushkar with all meals.</li>
<li>&#8211; Air-conditioned car with an English-speaking tourist driver as per tour</li>
<li>&#8211; One day English-speaking tour guide during sightseeing in Delhi + Agra + Fatehpur Sikri + Jaipur.</li>
<li>&#8211; Local English speaking tour guide for 03 Days in Pushkar.</li>
<li>&#8211; Local rick-show ride in Old Delhi during sightseeing.</li>
<li>&#8211; All presently applicable taxes related to hotel and transport.</li>
</ul>
<h3><span style="color: #800000;"><strong>Tour Exclusion:</strong></span></h3>
<ul>
<li>&#8211; Entrance Fees of Monuments. (€ 85 / $ 80) Per Person</li>
<li>&#8211; Activities (Tonga Ride, Elephant Ride) during the tour. (€35 / $40) Per Person.</li>
<li>&#8211; Cost of Domestic flights (Jaipur / Delhi or Jaipur / Mumbai).</li>
<li>&#8211; Lunch and Dinner ( Delhi + Agra + Jaipur)</li>
<li>&#8211; Extra expenses such as laundry, drinks, tips, etc.</li>
<li>&#8211; Upgrade vehicle – from medium car to Toyota Innova. (€65 / $75)</li>
</ul>
<h3 style="font-weight: 400;"><span style="color: #800000;"><strong>Hotel Details: Below or Similar:</strong></span></h3>
<table style="font-weight: 400;">
<tbody>
<tr>
<td><strong>City</strong></td>
<td><strong>Standard Hotels</strong></td>
<td><strong>Deluxe Hotels</strong></td>
<td><strong>Luxury Hotels</strong></td>
<td><strong>Premium Hotel</strong></td>
</tr>
<tr>
<td data-title="City">Delhi</td>
<td data-title="Standard">Hotel Madhuban/Nuo by Justa</td>
<td data-title="Deluxe">Hotel Jaypee Siddhartha/Eros Nehru Place</td>
<td data-title="Luxury">Hotel Le Meridian</td>
<td data-title="Premium">Hotel Le Meridian</td>
</tr>
<tr>
<td data-title="City">Agra</td>
<td data-title="Standard">Hotel P L Palace</td>
<td data-title="Deluxe">Hotel Royale Sarovar/Grand Mercury</td>
<td data-title="Luxury">Hotel Marriott</td>
<td data-title="Premium">Hotel Taj Agra</td>
</tr>
<tr>
<td data-title="City">Jaipur</td>
<td data-title="Standard">Mandawa Haveli/Park Ocean</td>
<td data-title="Deluxe">Hotel Alsisar Haveli</td>
<td data-title="Luxury">The Hilton</td>
<td data-title="Premium">Hotel Samode Haveli</td>
</tr>
<tr>
<td data-title="City">Pushkar</td>
<td data-title="Standard">Royal Desert Camp</td>
<td data-title="Deluxe">Royal Desert Camp</td>
<td data-title="Luxury">Royal Desert Camp</td>
<td data-title="Premium">Royal Desert Camp</td>
</tr>
</tbody>
</table>
<p><strong></strong></p>








<div class="wp-block-media-text is-stacked-on-mobile"><figure class="wp-block-media-text__media"></figure><div class="wp-block-media-text__content">
<p class="wp-block-paragraph"></p>
</div></div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
