{"id":87424,"date":"2026-07-20T09:08:02","date_gmt":"2026-07-20T09:08:02","guid":{"rendered":"https:\/\/brain100tb.creativedog.in\/?page_id=87424"},"modified":"2026-07-20T09:08:04","modified_gmt":"2026-07-20T09:08:04","slug":"about-v-l-h","status":"publish","type":"page","link":"https:\/\/vedantaaholidays.com\/index.php\/about-v-l-h\/","title":{"rendered":"About V L H"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>About Us | Vedantaa Leisure Holidays \u2013 Custom Travel Planners<\/title>\n    <meta name=\"description\" content=\"Discover Vedantaa Leisure Holidays. We create personalized itineraries across India and beyond.\">\n    <link rel=\"icon\" type=\"image\/svg+xml\" href=\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 100 100'%3E%3Ctext y='.9em' font-size='90'%3E\u2708\ufe0f%3C\/text%3E%3C\/svg%3E\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&#038;family=Poppins:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n        html { scroll-behavior: smooth; }\n\n        :root {\n            --vh-primary: #1976D2;\n            --vh-primary-dark: #1565C0;\n            --vh-accent: #F5A623;\n            --vh-accent-gold: #FFD54F;\n            --vh-white: #ffffff;\n            --vh-dark: #080a0f;\n            --vh-dark-card: #121522;\n            --vh-text-light: rgba(255, 255, 255, 0.9);\n            --vh-text-muted: rgba(255, 255, 255, 0.6);\n            --vh-font-heading: 'Playfair Display', Georgia, serif;\n            --vh-font-body: 'Poppins', 'Segoe UI', sans-serif;\n            --gradient-accent: linear-gradient(135deg, #F5A623 0%, #FFD54F 100%);\n            --glass-bg: rgba(255, 255, 255, 0.02);\n            --glass-border: rgba(255, 255, 255, 0.06);\n        }\n\n        body {\n            font-family: var(--vh-font-body);\n            background-color: var(--vh-dark);\n            color: var(--vh-text-light);\n            overflow-x: hidden;\n            line-height: 1.8;\n            padding-bottom: 120px;\n        }\n\n        \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n           HERO \u2014 Editorial Split-Screen\n           \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n        .about-hero {\n            position: relative;\n            min-height: 100vh;\n            display: flex;\n            overflow: hidden;\n            background-color: var(--vh-dark);\n        }\n\n        \/* Left image panel \u2014 55% width *\/\n        .about-hero__image {\n            flex: 0 0 55%;\n            position: relative;\n            overflow: hidden;\n            clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);\n            z-index: 1;\n        }\n        .about-hero__image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n            animation: heroZoom 12s ease-out forwards;\n        }\n        @keyframes heroZoom {\n            0% { transform: scale(1.15); }\n            100% { transform: scale(1); }\n        }\n        .about-hero__image::after {\n            content: '';\n            position: absolute; inset: 0;\n            background: linear-gradient(135deg, rgba(8,10,15,0.3) 0%, rgba(8,10,15,0.1) 50%, rgba(8,10,15,0.6) 100%);\n            z-index: 1;\n        }\n\n        \/* Right content panel \u2014 45% width *\/\n        .about-hero__content {\n            flex: 0 0 45%;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            padding: 80px 6% 80px 3%;\n            position: relative;\n            z-index: 2;\n            background: var(--vh-dark);\n        }\n\n        \/* Decorative vertical line *\/\n        .about-hero__content::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 15%;\n            height: 70%;\n            width: 2px;\n            background: linear-gradient(to bottom, transparent, var(--vh-accent-gold), transparent);\n            opacity: 0.5;\n        }\n\n        .about-hero__tag {\n            display: inline-flex; align-items: center; gap: 8px;\n            background: rgba(255,255,255,0.06);\n            border: 1px solid rgba(255,255,255,0.12);\n            padding: 7px 18px; border-radius: 50px;\n            font-size: 10px; font-weight: 600; letter-spacing: 3px;\n            text-transform: uppercase; color: var(--vh-accent-gold);\n            margin-bottom: 28px;\n            opacity: 0; animation: fadeUp 0.8s 0.3s ease forwards;\n        }\n\n        .about-hero__title {\n            font-family: var(--vh-font-heading);\n            font-size: clamp(34px, 4.5vw, 60px);\n            font-weight: 900; line-height: 1.1;\n            color: var(--vh-white); margin-bottom: 22px;\n            letter-spacing: -0.5px;\n            opacity: 0; animation: fadeUp 0.8s 0.5s ease forwards;\n        }\n        .about-hero__title span { color: var(--vh-accent-gold); font-style: italic; }\n\n        .about-hero__desc {\n            font-size: clamp(15px, 1.4vw, 17px);\n            color: var(--vh-text-light); font-weight: 300;\n            max-width: 520px; line-height: 1.7; margin-bottom: 36px;\n            opacity: 0; animation: fadeUp 0.8s 0.7s ease forwards;\n        }\n\n        \/* Decorative large number *\/\n        .about-hero__decor {\n            position: absolute;\n            bottom: -20px; right: -10px;\n            font-family: var(--vh-font-heading);\n            font-size: clamp(120px, 15vw, 220px);\n            font-weight: 900; font-style: italic;\n            color: rgba(255,255,255,0.02);\n            line-height: 1; user-select: none;\n            pointer-events: none;\n            z-index: 0;\n        }\n\n        .vh-btn-whatsapp-hero {\n            display: inline-flex; align-items: center; gap: 10px;\n            background: #25D366; color: #fff; text-decoration: none;\n            padding: 15px 34px; border-radius: 50px;\n            font-size: 14px; font-weight: 600;\n            box-shadow: 0 8px 25px rgba(37,211,102,0.35);\n            transition: all 0.3s cubic-bezier(0.4,0,0.2,1);\n            align-self: flex-start;\n            opacity: 0; animation: fadeUp 0.8s 0.9s ease forwards;\n        }\n        .vh-btn-whatsapp-hero:hover {\n            background: #20ba59; transform: translateY(-3px);\n            box-shadow: 0 12px 30px rgba(37,211,102,0.5);\n        }\n        .vh-btn-whatsapp-hero svg { width: 18px; height: 18px; fill: currentColor; }\n\n        @keyframes fadeUp {\n            from { opacity: 0; transform: translateY(30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* Floating stat badges *\/\n        .about-hero__stats {\n            position: absolute;\n            bottom: 60px; left: 5%;\n            z-index: 3;\n            display: flex; gap: 24px;\n            opacity: 0; animation: fadeUp 0.8s 1.1s ease forwards;\n        }\n        .hero-stat {\n            background: rgba(15,18,29,0.7);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border: 1px solid rgba(255,255,255,0.08);\n            padding: 16px 24px; border-radius: 12px;\n            text-align: center; min-width: 100px;\n        }\n        .hero-stat__num {\n            font-family: var(--vh-font-heading);\n            font-size: 24px; font-weight: 900;\n            color: var(--vh-accent-gold); line-height: 1;\n        }\n        .hero-stat__label {\n            font-size: 10px; text-transform: uppercase;\n            letter-spacing: 1.5px; color: var(--vh-text-muted);\n            margin-top: 4px;\n        }\n\n        \/* \u2500\u2500 General Layout \u2500\u2500 *\/\n        .section-padding { padding: 100px 8%; position: relative; }\n        .section-intro { text-align: center; max-width: 750px; margin: 0 auto 60px; }\n        .section-tag {\n            font-size: 12px; font-weight: 700; text-transform: uppercase;\n            letter-spacing: 3px; margin-bottom: 12px; display: inline-block;\n            background: var(--gradient-accent);\n            -webkit-background-clip: text; -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        .section-title {\n            font-family: var(--vh-font-heading);\n            font-size: clamp(28px,3.5vw,44px); font-weight: 900;\n            color: var(--vh-white); line-height: 1.25; letter-spacing: -0.5px;\n        }\n        .section-title span { color: var(--vh-accent-gold); font-style: italic; }\n        .section-desc { font-size: 15px; color: var(--vh-text-muted); margin-top: 15px; font-weight: 300; }\n        .section-title-tag {\n            font-size: 12px; font-weight: 700; text-transform: uppercase;\n            letter-spacing: 3px; margin-bottom: 12px; display: inline-block;\n            background: var(--gradient-accent);\n            -webkit-background-clip: text; -webkit-text-fill-color: transparent;\n            background-clip: text; color: var(--vh-accent-gold);\n        }\n        .grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 60px; align-items: center; }\n        .grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }\n\n        .story-image-wrap {\n            position: relative; border-radius: 16px; overflow: hidden;\n            box-shadow: 0 20px 45px rgba(0,0,0,0.4);\n            border: 1px solid rgba(255,255,255,0.08);\n        }\n        .story-image-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 6s cubic-bezier(0.1,1,0.1,1); }\n        .story-image-wrap:hover img { transform: scale(1.05); }\n        .story-text p { margin-bottom: 24px; font-size: 16px; color: var(--vh-text-light); font-weight: 300; }\n\n        .mission-section { background-color: var(--vh-dark-card); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }\n        .mission-box {\n            background: rgba(255,255,255,0.02); border: 1px solid var(--glass-border);\n            border-radius: 16px; padding: 50px; max-width: 900px; margin: 0 auto;\n            text-align: center; box-shadow: 0 15px 35px rgba(0,0,0,0.2);\n        }\n        .mission-box h3 { font-size: 24px; font-weight: 600; color: var(--vh-white); margin-bottom: 16px; }\n        .mission-box p { font-size: 18px; color: var(--vh-text-muted); line-height: 1.7; font-weight: 300; }\n\n        .diff-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-top: 50px; }\n        .diff-card {\n            background: rgba(255,255,255,0.01); border: 1px solid var(--glass-border);\n            border-radius: 16px; padding: 40px 30px; transition: all 0.3s ease;\n        }\n        .diff-card:hover {\n            background: rgba(255,255,255,0.03); border-color: rgba(25,118,210,0.35);\n            transform: translateY(-5px); box-shadow: 0 15px 30px rgba(25,118,210,0.15);\n        }\n        .diff-card__icon { font-size: 30px; margin-bottom: 20px; display: block; }\n        .diff-card__title { font-size: 18px; font-weight: 600; color: var(--vh-white); margin-bottom: 12px; }\n        .diff-card__desc { font-size: 13.5px; color: var(--vh-text-muted); line-height: 1.6; font-weight: 300; }\n\n        .spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 50px; }\n        .spec-box { background: rgba(255,255,255,0.02); border: 1px solid var(--glass-border); border-radius: 16px; padding: 45px; }\n        .spec-box h3 { font-family: var(--vh-font-heading); font-size: 26px; font-weight: 700; color: var(--vh-white); margin-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 15px; }\n        .spec-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }\n        .spec-list li { position: relative; padding-left: 20px; font-size: 14.5px; color: var(--vh-text-light); font-weight: 300; }\n        .spec-list li::before { content: '\u2022'; position: absolute; left: 0; color: var(--vh-accent); font-weight: bold; }\n\n        .curated-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-top: 50px; }\n        .curated-card { background: rgba(255,255,255,0.01); border: 1px solid var(--glass-border); border-radius: 16px; padding: 40px; transition: all 0.3s ease; }\n        .curated-card:hover { background: rgba(255,255,255,0.03); border-color: rgba(25,118,210,0.25); transform: translateY(-5px); }\n        .curated-card__title { font-size: 18px; font-weight: 600; color: var(--vh-white); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }\n        .curated-card__desc { font-size: 13.5px; color: var(--vh-text-muted); line-height: 1.6; font-weight: 300; }\n\n        .numbers-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 50px; }\n        .number-card { background: rgba(255,255,255,0.02); border: 1px solid var(--glass-border); border-radius: 12px; padding: 30px 24px; text-align: center; transition: all 0.3s ease; }\n        .number-card:hover { transform: translateY(-5px); background: rgba(255,255,255,0.04); border-color: rgba(25,118,210,0.25); }\n        .number-card__num { font-family: var(--vh-font-heading); font-size: 36px; font-weight: 900; color: var(--vh-accent-gold); margin-bottom: 10px; font-style: italic; }\n        .number-card__title { font-size: 14px; font-weight: 500; color: var(--vh-white); line-height: 1.4; }\n\n        .philosophy-section { background-color: var(--vh-dark-card); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); text-align: center; }\n        .philosophy-quote { font-family: var(--vh-font-heading); font-size: clamp(20px,3vw,32px); font-style: italic; color: var(--vh-white); line-height: 1.5; max-width: 850px; margin: 0 auto 30px; }\n        .philosophy-text { font-size: 16px; color: var(--vh-text-muted); max-width: 680px; margin: 0 auto; font-weight: 300; }\n\n        \/* \u2500\u2500 Creative Timeline (replaces gallery) \u2500\u2500 *\/\n        .journey-section { background-color: var(--vh-dark-card); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); overflow: hidden; }\n        .journey-timeline { position: relative; max-width: 1000px; margin: 60px auto 0; }\n        .journey-timeline::before {\n            content: ''; position: absolute; top: 0; left: 50%;\n            transform: translateX(-50%);\n            width: 2px; height: 100%;\n            background: linear-gradient(to bottom, var(--vh-primary), var(--vh-accent-gold), transparent);\n        }\n        .journey-item { display: flex; align-items: flex-start; gap: 40px; margin-bottom: 60px; position: relative; }\n        .journey-item:nth-child(odd) { flex-direction: row-reverse; }\n        .journey-item:last-child { margin-bottom: 0; }\n        .journey-dot {\n            position: absolute; left: 50%; top: 8px;\n            transform: translateX(-50%);\n            width: 20px; height: 20px; border-radius: 50%;\n            background: var(--vh-dark-card); border: 3px solid var(--vh-accent-gold);\n            z-index: 2; transition: all 0.3s ease;\n        }\n        .journey-item:hover .journey-dot { background: var(--vh-accent-gold); box-shadow: 0 0 20px rgba(255,213,79,0.4); }\n        .journey-content { flex: 0 0 calc(50% - 50px); background: rgba(255,255,255,0.02); border: 1px solid var(--glass-border); border-radius: 16px; padding: 32px; transition: all 0.3s ease; }\n        .journey-content:hover { background: rgba(255,255,255,0.03); border-color: rgba(25,118,210,0.25); transform: translateY(-3px); }\n        .journey-year { font-family: var(--vh-font-heading); font-size: 32px; font-weight: 900; color: var(--vh-accent-gold); font-style: italic; line-height: 1; margin-bottom: 8px; }\n        .journey-title { font-size: 18px; font-weight: 600; color: var(--vh-white); margin-bottom: 8px; }\n        .journey-desc { font-size: 13.5px; color: var(--vh-text-muted); line-height: 1.6; font-weight: 300; }\n\n        .trust-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-top: 50px; }\n        .trust-item { background: rgba(255,255,255,0.01); border: 1px solid var(--glass-border); padding: 30px 40px; border-radius: 12px; font-size: 16px; font-weight: 500; color: var(--vh-white); display: flex; align-items: center; gap: 16px; transition: all 0.3s ease; }\n        .trust-item:hover { background: rgba(25,118,210,0.04); border-color: rgba(25,118,210,0.25); transform: translateY(-3px); }\n        .trust-item__check { color: #25D366; font-weight: bold; font-size: 20px; }\n\n        .cta-container { max-width: 800px; margin: 50px auto 0; text-align: center; background: linear-gradient(135deg, rgba(25,118,210,0.05) 0%, rgba(15,18,29,0.4) 100%); border: 1px solid var(--glass-border); border-radius: 20px; padding: 60px; box-shadow: 0 15px 40px rgba(0,0,0,0.3); }\n        .cta-title { font-family: var(--vh-font-heading); font-size: clamp(30px,4.5vw,52px); font-weight: 900; color: var(--vh-white); margin-bottom: 18px; line-height: 1.2; }\n        .cta-desc { font-size: 15.5px; color: var(--vh-text-muted); margin-bottom: 40px; font-weight: 300; line-height: 1.7; }\n        .vh-btn-whatsapp-large { display: inline-flex; align-items: center; gap: 12px; background: #25D366; color: #fff; text-decoration: none; padding: 16px 40px; border-radius: 50px; font-size: 15px; font-weight: 600; box-shadow: 0 8px 25px rgba(37,211,102,0.35); transition: all 0.3s ease; }\n        .vh-btn-whatsapp-large:hover { background: #20ba59; transform: translateY(-3px); box-shadow: 0 12px 30px rgba(37,211,102,0.5); }\n        .vh-btn-whatsapp-large svg { width: 20px; height: 20px; fill: currentColor; }\n        img { background-color: var(--vh-dark-card); position: relative; }\n\n        @media (max-width: 1024px) {\n            .about-hero { flex-direction: column; min-height: auto; }\n            .about-hero__image { flex: none; width: 100%; height: 45vh; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%); }\n            .about-hero__content { flex: none; width: 100%; padding: 50px 6% 80px; }\n            .about-hero__content::before { display: none; }\n            .about-hero__stats { position: relative; bottom: auto; left: auto; padding: 0 6% 40px; }\n            .grid-2, .grid-3, .diff-grid, .spec-grid, .curated-grid, .numbers-grid, .trust-list { grid-template-columns: 1fr !important; gap: 30px; }\n            .journey-timeline::before { left: 20px; }\n            .journey-item, .journey-item:nth-child(odd) { flex-direction: column; padding-left: 50px; }\n            .journey-dot { left: 20px; }\n            .journey-content { flex: none; width: 100%; }\n        }\n        @media (max-width: 768px) {\n            .section-padding { padding: 60px 4%; }\n            .about-hero__image { height: 35vh; }\n            .about-hero__stats { flex-wrap: wrap; gap: 12px; }\n            .hero-stat { min-width: 80px; padding: 12px 16px; }\n            .cta-container { padding: 40px 24px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n         HERO \u2014 Editorial Split-Screen\n         \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n    <section class=\"about-hero\" aria-label=\"About Vedantaa\">\n        <div class=\"about-hero__image\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1587474260584-136574528ed5?w=1600&#038;auto=format&#038;fit=crop&#038;q=80\" alt=\"India Gate, Delhi\" loading=\"eager\">\n        <\/div>\n        <div class=\"about-hero__content\">\n            <div class=\"about-hero__tag\">ABOUT US<\/div>\n            <h1 class=\"about-hero__title\">Creating Meaningful Journeys <span>Across India<\/span><\/h1>\n            <p class=\"about-hero__desc\">From the Himalayas of Ladakh to the spiritual ghats of Varanasi, Vedantaa Leisure Holidays crafts unforgettable travel experiences for travelers from around the world.<\/p>\n            <a href=\"https:\/\/wa.me\/919899272922?text=Hi!%20I%20am%20interested%20in%20planning%20a%20journey%20with%20Vedantaa%20Leisure%20Holidays.\" class=\"vh-btn-whatsapp-hero\" target=\"_blank\" rel=\"noopener noreferrer\">\n                <svg viewBox=\"0 0 24 24\"><path d=\"M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946C.06 5.348 5.397.01 12.008.01c3.202.001 6.212 1.246 8.477 3.514 2.266 2.268 3.507 5.28 3.505 8.484-.004 6.657-5.34 11.997-11.953 11.997-2.005-.001-3.973-.502-5.724-1.455L0 24zm6.59-4.846c1.66.986 3.298 1.448 5.41 1.449 5.428 0 9.847-4.414 9.85-9.847.002-2.63-1.023-5.102-2.886-6.967C17.158 1.924 14.685.9 12.005.9 6.58.9 2.16 5.31 2.157 10.74c-.001 2.126.548 3.8 1.549 5.474l-.999 3.65 3.754-.985zm11.41-5.32c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z\"\/><\/svg>\n                Plan Your Journey\n            <\/a>\n            <span class=\"about-hero__decor\">Since 2016<\/span>\n        <\/div>\n        <!-- Floating stat badges on image side -->\n        <div class=\"about-hero__stats\">\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat__num\">8+<\/div>\n                <div class=\"hero-stat__label\">Years Experience<\/div>\n            <\/div>\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat__num\">50+<\/div>\n                <div class=\"hero-stat__label\">Destinations<\/div>\n            <\/div>\n            <div class=\"hero-stat\">\n                <div class=\"hero-stat__num\">1000+<\/div>\n                <div class=\"hero-stat__label\">Happy Travelers<\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2500\u2500 Our Story \u2500\u2500 -->\n    <section class=\"section-padding\" id=\"our-story\">\n        <div class=\"grid-2\">\n            <div class=\"story-image-wrap\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1564507592333-c60657eea523?w=800&#038;auto=format&#038;fit=crop&#038;q=80\" alt=\"Taj Mahal, Agra India\" loading=\"lazy\">\n            <\/div>\n            <div class=\"story-text\">\n                <span class=\"section-title-tag\">Our Story<\/span>\n                <h2 class=\"section-title\">About <span>Vedantaa<\/span><\/h2>\n                <p>Travel is more than visiting destinations. It is about discovering cultures, creating memories, and experiencing places in a meaningful way.<\/p>\n                <p>Founded in Ghaziabad, NCR, Vedantaa Leisure Holidays has been helping travelers explore India, Nepal, Bhutan, Sri Lanka, Thailand, and Tibet through carefully curated journeys that combine comfort, authenticity, and local expertise.<\/p>\n                <p>Whether it&#8217;s a spiritual pilgrimage, a Himalayan adventure, a luxury holiday, or a family vacation, every itinerary is designed around the traveler&#8217;s interests, pace, and expectations.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2500\u2500 Our Mission \u2500\u2500 -->\n    <section class=\"section-padding mission-section\" id=\"our-mission\">\n        <div class=\"mission-box\">\n            <span class=\"section-tag\">Our Mission<\/span>\n            <h3>Making Travel Personal<\/h3>\n            <p>Our mission is simple: To create seamless, enriching, and memorable travel experiences while showcasing the incredible diversity, heritage, spirituality, and natural beauty of the Indian subcontinent.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- \u2500\u2500 What Makes Us Different \u2500\u2500 -->\n    <section class=\"section-padding\" id=\"different\">\n        <div class=\"section-intro\">\n            <span class=\"section-tag\">Our Advantages<\/span>\n            <h2 class=\"section-title\">Experience the <span>Vedantaa Difference<\/span><\/h2>\n        <\/div>\n        <div class=\"diff-grid\">\n            <div class=\"diff-card\">\n                <span class=\"diff-card__icon\">\ud83c\udfa8<\/span>\n                <h3 class=\"diff-card__title\">Tailor-Made Itineraries<\/h3>\n                <p class=\"diff-card__desc\">Every journey is customized to match your interests, budget, and travel style.<\/p>\n            <\/div>\n            <div class=\"diff-card\">\n                <span class=\"diff-card__icon\">\ud83d\uddfa\ufe0f<\/span>\n                <h3 class=\"diff-card__title\">Local Expertise<\/h3>\n                <p class=\"diff-card__desc\">Our destination specialists possess in-depth knowledge of India&#8217;s most iconic and hidden destinations.<\/p>\n            <\/div>\n            <div class=\"diff-card\">\n                <span class=\"diff-card__icon\">\u2708\ufe0f<\/span>\n                <h3 class=\"diff-card__title\">NRI-Friendly Travel Services<\/h3>\n                <p class=\"diff-card__desc\">Airport-to-airport assistance, English-speaking guides, transparent planning, and dedicated support.<\/p>\n            <\/div>\n            <div class=\"diff-card\">\n                <span class=\"diff-card__icon\">\ud83e\udd1d<\/span>\n                <h3 class=\"diff-card__title\">Trusted Network<\/h3>\n                <p class=\"diff-card__desc\">Handpicked hotels, experienced drivers, professional guides, and reliable local partners.<\/p>\n            <\/div>\n            <div class=\"diff-card\">\n                <span class=\"diff-card__icon\">\ud83d\udcac<\/span>\n                <h3 class=\"diff-card__title\">End-to-End Support<\/h3>\n                <p class=\"diff-card__desc\">From your first WhatsApp message until your return flight home, we&#8217;re with you every step of the way.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2500\u2500 Destinations We Specialize In \u2500\u2500 -->\n    <section class=\"section-padding\" id=\"specializations\" style=\"background-color: var(--vh-dark-card); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05);\">\n        <div class=\"section-intro\">\n            <span class=\"section-tag\">Footprint<\/span>\n            <h2 class=\"section-title\">Destinations We <span>Specialize In<\/span><\/h2>\n        <\/div>\n        <div class=\"spec-grid\">\n            <div class=\"spec-box\">\n                <h3>India<\/h3>\n                <ul class=\"spec-list\">\n                    <li>Leh Ladakh<\/li> <li>Rajasthan<\/li> <li>Kerala<\/li> <li>Goa<\/li>\n                    <li>Jammu &#038; Kashmir<\/li> <li>Himachal Pradesh<\/li> <li>Varanasi<\/li>\n                    <li>Char Dham Yatra<\/li> <li>Golden Triangle<\/li> <li>Andaman Islands<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"spec-box\">\n                <h3>International<\/h3>\n                <ul class=\"spec-list\" style=\"grid-template-columns: 1fr;\">\n                    <li>Nepal<\/li> <li>Bhutan<\/li> <li>Sri Lanka<\/li> <li>Thailand<\/li> <li>Tibet<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2500\u2500 Travel Experiences We Curate \u2500\u2500 -->\n    <section class=\"section-padding\" id=\"curated-experiences\">\n        <div class=\"section-intro\">\n            <span class=\"section-tag\">Tailored Themes<\/span>\n            <h2 class=\"section-title\">Travel Experiences <span>We Curate<\/span><\/h2>\n        <\/div>\n        <div class=\"curated-grid\">\n            <div class=\"curated-card\">\n                <h3 class=\"curated-card__title\">\ud83d\udd4a\ufe0f Spiritual &#038; Pilgrimage<\/h3>\n                <p class=\"curated-card__desc\">Char Dham Yatra, Varanasi, South India Temple Tours, Buddhist Circuit, Kainchi Dham.<\/p>\n            <\/div>\n            <div class=\"curated-card\">\n                <h3 class=\"curated-card__title\">\ud83c\udfd4\ufe0f Adventure Holidays<\/h3>\n                <p class=\"curated-card__desc\">Leh Ladakh expeditions, Himalayan road trips, trekking and wildlife safaris.<\/p>\n            <\/div>\n            <div class=\"curated-card\">\n                <h3 class=\"curated-card__title\">\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66 Family Vacations<\/h3>\n                <p class=\"curated-card__desc\">Multi-generational holidays designed for comfort and convenience.<\/p>\n            <\/div>\n            <div class=\"curated-card\">\n                <h3 class=\"curated-card__title\">\ud83d\udc96 Honeymoon Escapes<\/h3>\n                <p class=\"curated-card__desc\">Romantic journeys featuring premium stays and unique experiences.<\/p>\n            <\/div>\n            <div class=\"curated-card\">\n                <h3 class=\"curated-card__title\">\ud83d\udc8e Luxury Travel<\/h3>\n                <p class=\"curated-card__desc\">Private guides, boutique hotels, heritage palaces, and personalized experiences.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2500\u2500 Why Travelers Trust Vedantaa \u2500\u2500 -->\n    <section class=\"section-padding\" id=\"numbers\" style=\"background-color: var(--vh-dark-card); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05);\">\n        <div class=\"section-intro\">\n            <span class=\"section-tag\">Vetted Statistics<\/span>\n            <h2 class=\"section-title\">Why Travelers Trust <span>Vedantaa<\/span><\/h2>\n            <p class=\"section-desc\">By The Numbers<\/p>\n        <\/div>\n        <div class=\"numbers-grid\">\n            <div class=\"number-card\"><div class=\"number-card__num\">01<\/div><h3 class=\"number-card__title\">Personalized Tour Planning<\/h3><\/div>\n            <div class=\"number-card\"><div class=\"number-card__num\">02<\/div><h3 class=\"number-card__title\">Multi-Destination Expertise<\/h3><\/div>\n            <div class=\"number-card\"><div class=\"number-card__num\">03<\/div><h3 class=\"number-card__title\">Dedicated Travel Support<\/h3><\/div>\n            <div class=\"number-card\"><div class=\"number-card__num\">04<\/div><h3 class=\"number-card__title\">Trusted Local Network<\/h3><\/div>\n            <div class=\"number-card\"><div class=\"number-card__num\">05<\/div><h3 class=\"number-card__title\">International Traveler Assistance<\/h3><\/div>\n            <div class=\"number-card\"><div class=\"number-card__num\">06<\/div><h3 class=\"number-card__title\">Transparent Pricing<\/h3><\/div>\n            <div class=\"number-card\"><div class=\"number-card__num\">07<\/div><h3 class=\"number-card__title\">Handpicked Accommodation Partners<\/h3><\/div>\n            <div class=\"number-card\"><div class=\"number-card__num\">08<\/div><h3 class=\"number-card__title\">Experienced Tour Coordinators<\/h3><\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2500\u2500 Travel Philosophy \u2500\u2500 -->\n    <section class=\"section-padding philosophy-section\" id=\"philosophy\">\n        <h2 class=\"philosophy-quote\">&#8220;The best journeys are not measured in miles, but in memories created along the way.&#8221;<\/h2>\n        <p class=\"philosophy-text\">At Vedantaa, we believe every destination has a story waiting to be experienced. Our role is to make that experience smooth, authentic, and unforgettable.<\/p>\n    <\/section>\n\n    <!-- \u2500\u2500 Creative Timeline: Our Journey (replaces old gallery) \u2500\u2500 -->\n    <section class=\"section-padding journey-section\" id=\"journey\">\n        <div class=\"section-intro\">\n            <span class=\"section-tag\">Our Journey<\/span>\n            <h2 class=\"section-title\">The <span>Vedantaa<\/span> Story<\/h2>\n            <p class=\"section-desc\">From a vision to reality \u2014 how we&#8217;ve grown and evolved over the years.<\/p>\n        <\/div>\n        <div class=\"journey-timeline\">\n            <div class=\"journey-item\">\n                <div class=\"journey-dot\"><\/div>\n                <div class=\"journey-content\">\n                    <div class=\"journey-year\">2016<\/div>\n                    <h3 class=\"journey-title\">The Beginning<\/h3>\n                    <p class=\"journey-desc\">Vedantaa Leisure Holidays was founded in Ghaziabad with a vision to provide personalized, authentic travel experiences across India&#8217;s most remarkable destinations.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"journey-item\">\n                <div class=\"journey-dot\"><\/div>\n                <div class=\"journey-content\">\n                    <div class=\"journey-year\">2018<\/div>\n                    <h3 class=\"journey-title\">Expanding Horizons<\/h3>\n                    <p class=\"journey-desc\">Expanded operations to include Nepal, Bhutan, and Sri Lanka. Built trusted partnerships with boutique hotels, expert guides, and local transporters across South Asia.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"journey-item\">\n                <div class=\"journey-dot\"><\/div>\n                <div class=\"journey-content\">\n                    <div class=\"journey-year\">2020<\/div>\n                    <h3 class=\"journey-title\">The Pivot<\/h3>\n                    <p class=\"journey-desc\">Adapted to global changes by strengthening our digital presence and launching the WhatsApp-first concierge model \u2014 eliminating forms and enabling instant travel design.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"journey-item\">\n                <div class=\"journey-dot\"><\/div>\n                <div class=\"journey-content\">\n                    <div class=\"journey-year\">2024<\/div>\n                    <h3 class=\"journey-title\">Global Recognition<\/h3>\n                    <p class=\"journey-desc\">Became the preferred travel partner for NRIs from the US, UK, Canada, and Australia, specializing in airport-to-airport luxury and spiritual journeys across India.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2500\u2500 Trust Section \u2500\u2500 -->\n    <section class=\"section-padding\" id=\"trust\">\n        <div class=\"section-intro\">\n            <span class=\"section-tag\">Quality Check<\/span>\n            <h2 class=\"section-title\">Travel With <span>Confidence<\/span><\/h2>\n        <\/div>\n        <div class=\"trust-list\">\n            <div class=\"trust-item\"><span class=\"trust-item__check\">\u2713<\/span><span>Personalized Travel Planning<\/span><\/div>\n            <div class=\"trust-item\"><span class=\"trust-item__check\">\u2713<\/span><span>Verified Accommodation Partners<\/span><\/div>\n            <div class=\"trust-item\"><span class=\"trust-item__check\">\u2713<\/span><span>Experienced Local Guides<\/span><\/div>\n            <div class=\"trust-item\"><span class=\"trust-item__check\">\u2713<\/span><span>Private Transportation Options<\/span><\/div>\n            <div class=\"trust-item\"><span class=\"trust-item__check\">\u2713<\/span><span>Dedicated WhatsApp Support<\/span><\/div>\n            <div class=\"trust-item\"><span class=\"trust-item__check\">\u2713<\/span><span>Flexible Tour Customization<\/span><\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2500\u2500 Final CTA \u2500\u2500 -->\n    <section class=\"section-padding\" style=\"padding-top: 20px;\">\n        <div class=\"cta-container\">\n            <h2 class=\"cta-title\">Ready to <span>Explore?<\/span><\/h2>\n            <p class=\"cta-desc\">Whether you&#8217;re planning a spiritual pilgrimage, a Himalayan adventure, or a family holiday across India, our travel specialists are ready to help.<\/p>\n            <a href=\"https:\/\/wa.me\/919899272922?text=Hi!%20I%20am%20interested%20in%20planning%20a%20trip%20with%20Vedantaa%20Leisure%20Holidays.\" class=\"vh-btn-whatsapp-large\" target=\"_blank\" rel=\"noopener noreferrer\">\n                <svg viewBox=\"0 0 24 24\"><path d=\"M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946C.06 5.348 5.397.01 12.008.01c3.202.001 6.212 1.246 8.477 3.514 2.266 2.268 3.507 5.28 3.505 8.484-.004 6.657-5.34 11.997-11.953 11.997-2.005-.001-3.973-.502-5.724-1.455L0 24zm6.59-4.846c1.66.986 3.298 1.448 5.41 1.449 5.428 0 9.847-4.414 9.85-9.847.002-2.63-1.023-5.102-2.886-6.967C17.158 1.924 14.685.9 12.005.9 6.58.9 2.16 5.31 2.157 10.74c-.001 2.126.548 3.8 1.549 5.474l-.999 3.65 3.754-.985zm11.41-5.32c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z\"\/><\/svg>\n                Chat with us on WhatsApp \u2014 we&#8217;ll plan your perfect trip.\n            <\/a>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>About Us | Vedantaa Leisure Holidays \u2013 Custom Travel Planners ABOUT US Creating Meaningful Journeys Across India From the Himalayas of Ladakh to the spiritual ghats of Varanasi, Vedantaa Leisure Holidays crafts unforgettable travel experiences for travelers from around the world. Plan Your Journey Since 2016 8+ Years Experience 50+ Destinations 1000+ Happy Travelers Our [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-87424","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vedantaaholidays.com\/index.php\/wp-json\/wp\/v2\/pages\/87424","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vedantaaholidays.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vedantaaholidays.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vedantaaholidays.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vedantaaholidays.com\/index.php\/wp-json\/wp\/v2\/comments?post=87424"}],"version-history":[{"count":1,"href":"https:\/\/vedantaaholidays.com\/index.php\/wp-json\/wp\/v2\/pages\/87424\/revisions"}],"predecessor-version":[{"id":87425,"href":"https:\/\/vedantaaholidays.com\/index.php\/wp-json\/wp\/v2\/pages\/87424\/revisions\/87425"}],"wp:attachment":[{"href":"https:\/\/vedantaaholidays.com\/index.php\/wp-json\/wp\/v2\/media?parent=87424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}