{"id":885,"date":"2025-08-02T07:27:43","date_gmt":"2025-08-02T07:27:43","guid":{"rendered":"https:\/\/eventparadise.in\/?page_id=885"},"modified":"2025-08-03T17:50:47","modified_gmt":"2025-08-03T17:50:47","slug":"alpine-grandeur","status":"publish","type":"page","link":"https:\/\/eventparadise.in\/?page_id=885","title":{"rendered":"ALPINE GRANDEUR"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"885\" class=\"elementor elementor-885\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d904b93 e-flex e-con-boxed e-con e-parent\" data-id=\"d904b93\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-878ee65 elementor-widget elementor-widget-html\" data-id=\"878ee65\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>\ud83c\udfd4\ufe0f Alpine Grandeur | Mountain & Hillside Event Destinations by Event Paradise<\/title>\r\n    <meta name=\"description\" content=\"Host Elevated Celebrations Amidst the Majesty of the Mountains. Stunning mountain-side venues where sophistication meets serenity across India's most scenic hill stations.\">\r\n    <meta name=\"keywords\" content=\"mountain wedding destinations India, hillside event venues, high-altitude wedding packages, luxury retreat in the mountains, alpine themed event planners, snow-inspired wedding experiences\">\r\n    <meta name=\"robots\" content=\"index, follow\">\r\n    <meta property=\"og:title\" content=\"\ud83c\udfd4\ufe0f Alpine Grandeur | Mountain & Hillside Event Destinations by Event Paradise\">\r\n    <meta property=\"og:description\" content=\"Host Elevated Celebrations Amidst the Majesty of the Mountains. Luxury destination weddings, winter retreats, and cinematic experiences surrounded by mist, pine, and poetic stillness.\">\r\n    <meta property=\"og:type\" content=\"website\">\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Cormorant+Garamond:wght@300;400;500;600;700&family=Cinzel:wght@400;500;600;700&family=Crimson+Text:wght@400;600;700&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --primary-color: #f3b4af;\r\n            --secondary-color: #000000;\r\n        }\r\n        \r\n        .font-luxury { font-family: 'Playfair Display', serif; }\r\n        .font-royal { font-family: 'Cinzel', serif; }\r\n        .font-exquisite { font-family: 'Cormorant Garamond', serif; }\r\n        .font-quning { font-family: 'Crimson Text', serif; }\r\n        \r\n        body { \r\n            font-family: 'Cormorant Garamond', serif;\r\n            background-color: #fafafa;\r\n        }\r\n        \r\n        .alpine-gradient {\r\n            background: linear-gradient(135deg, #f3b4af 0%, #000000 25%, #f3b4af 50%, #000000 75%, #f3b4af 100%);\r\n            background-size: 400% 400%;\r\n            animation: mountainMist 20s ease infinite;\r\n        }\r\n        \r\n        @keyframes mountainMist {\r\n            0% { background-position: 0% 50%; }\r\n            25% { background-position: 100% 50%; }\r\n            50% { background-position: 50% 100%; }\r\n            75% { background-position: 0% 50%; }\r\n            100% { background-position: 50% 0%; }\r\n        }\r\n        \r\n        .card-hover { \r\n            transition: all 0.5s ease; \r\n        }\r\n        \r\n        .card-hover:hover { \r\n            transform: translateY(-12px) scale(1.03); \r\n            box-shadow: 0 35px 70px rgba(243, 180, 175, 0.4); \r\n        }\r\n        \r\n        .elegant-border {\r\n            border: 2px solid #f3b4af;\r\n            position: relative;\r\n        }\r\n        \r\n        .elegant-border::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: -4px;\r\n            left: -4px;\r\n            right: -4px;\r\n            bottom: -4px;\r\n            border: 1px solid #f3b4af;\r\n            opacity: 0.5;\r\n        }\r\n        \r\n        .ornament {\r\n            background-image: url(\"data:image\/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M50 0L60 10L50 20L40 10Z' fill='%23f3b4af' opacity='0.3'\/%3E%3Cpath d='M20 0L30 10L20 20L10 10Z' fill='%23f3b4af' opacity='0.2'\/%3E%3Cpath d='M80 0L90 10L80 20L70 10Z' fill='%23f3b4af' opacity='0.2'\/%3E%3C\/svg%3E\");\r\n            background-repeat: repeat-x;\r\n            background-position: center;\r\n            height: 20px;\r\n        }\r\n        \r\n        @keyframes fadeInUp {\r\n            from { opacity: 0; transform: translateY(40px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n        \r\n        @keyframes peakFloat {\r\n            0% { transform: scale(1) translateY(0px) rotate(0deg); }\r\n            25% { transform: scale(1.02) translateY(-4px) rotate(0.5deg); }\r\n            50% { transform: scale(1) translateY(0px) rotate(0deg); }\r\n            75% { transform: scale(1.02) translateY(-2px) rotate(-0.5deg); }\r\n            100% { transform: scale(1) translateY(0px) rotate(0deg); }\r\n        }\r\n        \r\n        .fade-in-up { animation: fadeInUp 1s ease-out; }\r\n        .peak-float { animation: peakFloat 12s ease-in-out infinite; }\r\n        \r\n        .luxury-shadow {\r\n            box-shadow: 0 15px 35px rgba(243, 180, 175, 0.4);\r\n        }\r\n        \r\n        .service-icon {\r\n            width: 60px;\r\n            height: 60px;\r\n            background: linear-gradient(135deg, #f3b4af, #000000);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 1rem;\r\n            transition: all 0.4s ease;\r\n        }\r\n        \r\n        .service-icon:hover {\r\n            transform: rotate(360deg) scale(1.2);\r\n            box-shadow: 0 15px 30px rgba(243, 180, 175, 0.6);\r\n        }\r\n        \r\n        .alpine-card {\r\n            background: linear-gradient(135deg, #ffffff 0%, #faf9f8 100%);\r\n            border-left: 4px solid #f3b4af;\r\n            transition: all 0.4s ease;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .alpine-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: -100%;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: linear-gradient(90deg, transparent, rgba(243, 180, 175, 0.15), transparent);\r\n            transition: left 0.6s ease;\r\n        }\r\n        \r\n        .alpine-card:hover::before {\r\n            left: 100%;\r\n        }\r\n        \r\n        .alpine-card:hover {\r\n            border-left-width: 8px;\r\n            transform: translateX(8px);\r\n            box-shadow: 0 20px 40px rgba(243, 180, 175, 0.3);\r\n        }\r\n        \r\n        .mountain-pattern {\r\n            background-image: url(\"data:image\/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='%23f3b4af' fill-opacity='0.08'%3E%3Cpath d='M0 70 L20 40 L40 60 L60 30 L80 50 L100 20 L100 100 L0 100 Z'\/%3E%3Cpath d='M0 80 L15 60 L30 70 L50 45 L70 65 L85 40 L100 55 L100 100 L0 100 Z' opacity='0.6'\/%3E%3C\/g%3E%3C\/svg%3E\");\r\n        }\r\n        \r\n        .mist-effect {\r\n            background: radial-gradient(ellipse at center top, rgba(243, 180, 175, 0.2) 0%, transparent 70%);\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            pointer-events: none;\r\n        }\r\n        \r\n        .grandeur-text {\r\n            background: linear-gradient(45deg, #f3b4af, #000000, #f3b4af);\r\n            background-size: 200% 200%;\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n            animation: grandeurShine 7s ease-in-out infinite;\r\n        }\r\n        \r\n        @keyframes grandeurShine {\r\n            0%, 100% { background-position: 0% 50%; }\r\n            50% { background-position: 100% 50%; }\r\n        }\r\n        \r\n        .elevation-animation {\r\n            background: linear-gradient(45deg, transparent 30%, rgba(243, 180, 175, 0.12) 50%, transparent 70%);\r\n            background-size: 200% 200%;\r\n            animation: elevationFlow 6s ease-in-out infinite;\r\n        }\r\n        \r\n        @keyframes elevationFlow {\r\n            0%, 100% { background-position: 0% 50%; }\r\n            50% { background-position: 100% 50%; }\r\n        }\r\n        \r\n        .snow-drift {\r\n            animation: snowDrift 10s ease-in-out infinite;\r\n        }\r\n        \r\n        @keyframes snowDrift {\r\n            0%, 100% { transform: translateY(0px) translateX(0px); }\r\n            25% { transform: translateY(-5px) translateX(2px); }\r\n            50% { transform: translateY(0px) translateX(0px); }\r\n            75% { transform: translateY(-3px) translateX(-2px); }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"bg-gray-50\">\r\n    <!-- Hero Section -->\r\n    <section class=\"alpine-gradient text-white py-12 sm:py-16 md:py-24 px-4 relative overflow-hidden\">\r\n        <div class=\"absolute inset-0 mountain-pattern opacity-30\"><\/div>\r\n        <div class=\"mist-effect\"><\/div>\r\n        \r\n        <div class=\"max-w-6xl mx-auto text-center fade-in-up relative z-10\">\r\n            <div class=\"mb-6 sm:mb-8\">\r\n                <svg width=\"80\" height=\"80\" viewBox=\"0 0 120 120\" className=\"mx-auto mb-4 sm:mb-6 peak-float\" fill=\"none\" stroke=\"currentColor\" strokeWidth=\"2\">\r\n                    <!-- Mountain Peaks -->\r\n                    <path d=\"M10 90 L25 60 L40 80 L55 45 L70 70 L85 35 L100 65 L110 90\" stroke=\"currentColor\" strokeWidth=\"3\" opacity=\"0.7\"\/>\r\n                    <path d=\"M10 95 L20 75 L35 85 L50 60 L65 80 L80 50 L95 75 L110 95\" stroke=\"currentColor\" strokeWidth=\"2\" opacity=\"0.6\"\/>\r\n                    \r\n                    <!-- Snow Caps -->\r\n                    <path d=\"M25 60 L30 55 L35 60\" fill=\"currentColor\" opacity=\"0.8\"\/>\r\n                    <path d=\"M55 45 L60 40 L65 45\" fill=\"currentColor\" opacity=\"0.8\"\/>\r\n                    <path d=\"M85 35 L90 30 L95 35\" fill=\"currentColor\" opacity=\"0.8\"\/>\r\n                    \r\n                    <!-- Pine Trees -->\r\n                    <path d=\"M30 80 L30 90 M25 85 L30 75 L35 85\" stroke=\"currentColor\" strokeWidth=\"2\" opacity=\"0.6\"\/>\r\n                    <path d=\"M45 85 L45 95 M40 90 L45 80 L50 90\" stroke=\"currentColor\" strokeWidth=\"2\" opacity=\"0.6\"\/>\r\n                    <path d=\"M75 70 L75 80 M70 75 L75 65 L80 75\" stroke=\"currentColor\" strokeWidth=\"2\" opacity=\"0.6\"\/>\r\n                    \r\n                    <!-- Chalet\/Lodge -->\r\n                    <rect x=\"60\" y=\"85\" width=\"20\" height=\"12\" fill=\"currentColor\" opacity=\"0.5\" rx=\"2\"\/>\r\n                    <path d=\"M58 85 L70 75 L82 85\" stroke=\"currentColor\" strokeWidth=\"2\" opacity=\"0.6\"\/>\r\n                    <rect x=\"65\" y=\"88\" width=\"3\" height=\"5\" fill=\"currentColor\" opacity=\"0.7\"\/>\r\n                    <rect x=\"72\" y=\"88\" width=\"3\" height=\"3\" fill=\"currentColor\" opacity=\"0.7\"\/>\r\n                    \r\n                    <!-- Smoke from Chimney -->\r\n                    <path d=\"M74 75 Q76 70 74 65 Q72 60 74 55\" stroke=\"currentColor\" strokeWidth=\"1\" opacity=\"0.4\"\/>\r\n                    \r\n                    <!-- Eagles\/Birds -->\r\n                    <path d=\"M40 50 Q45 45 50 50\" stroke=\"currentColor\" strokeWidth=\"1\" opacity=\"0.5\"\/>\r\n                    <path d=\"M70 40 Q75 35 80 40\" stroke=\"currentColor\" strokeWidth=\"1\" opacity=\"0.5\"\/>\r\n                    \r\n                    <!-- Sun Behind Peaks -->\r\n                    <circle cx=\"90\" cy=\"25\" r=\"12\" fill=\"currentColor\" opacity=\"0.4\"\/>\r\n                    <path d=\"M78 25 L102 25 M90 13 L90 37 M82 17 L98 33 M98 17 L82 33\" stroke=\"currentColor\" strokeWidth=\"1\" opacity=\"0.3\"\/>\r\n                    \r\n                    <!-- Mist\/Clouds -->\r\n                    <ellipse cx=\"35\" cy=\"65\" rx=\"8\" ry=\"3\" fill=\"currentColor\" opacity=\"0.2\"\/>\r\n                    <ellipse cx=\"65\" cy=\"55\" rx=\"10\" ry=\"4\" fill=\"currentColor\" opacity=\"0.2\"\/>\r\n                    <ellipse cx=\"95\" cy=\"45\" rx=\"6\" ry=\"2\" fill=\"currentColor\" opacity=\"0.2\"\/>\r\n                    \r\n                    <!-- Alpine Flowers -->\r\n                    <circle cx=\"25\" cy=\"88\" r=\"1\" fill=\"currentColor\" opacity=\"0.6\"\/>\r\n                    <circle cx=\"28\" cy=\"90\" r=\"1\" fill=\"currentColor\" opacity=\"0.6\"\/>\r\n                    <circle cx=\"85\" cy=\"92\" r=\"1\" fill=\"currentColor\" opacity=\"0.6\"\/>\r\n                <\/svg>\r\n            <\/div>\r\n            \r\n            <h1 class=\"font-luxury text-4xl sm:text-5xl md:text-6xl lg:text-7xl font-bold mb-4 sm:mb-6 leading-tight tracking-wide\">\r\n                \ud83c\udfd4\ufe0f Alpine Grandeur\r\n            <\/h1>\r\n            \r\n            <div class=\"ornament mb-4 sm:mb-6\"><\/div>\r\n            \r\n            <h2 class=\"font-royal text-lg sm:text-xl md:text-2xl lg:text-3xl mb-6 sm:mb-8 tracking-wider px-2\">\r\n                Mountain & Hillside Event Destinations by Event Paradise\r\n            <\/h2>\r\n            \r\n            <p class=\"font-exquisite text-lg sm:text-xl md:text-2xl mb-8 sm:mb-12 max-w-4xl mx-auto leading-relaxed px-2\">\r\n                Host Elevated Celebrations Amidst the Majesty of the Mountains\r\n            <\/p>\r\n            \r\n            <button onclick=\"scrollToContact()\" class=\"bg-white text-black px-6 sm:px-8 md:px-12 py-3 sm:py-4 font-royal text-sm sm:text-base md:text-lg tracking-wider hover:bg-gray-50 transition-all duration-300 luxury-shadow border-2 border-white hover:border-gray-100 hover:scale-105\">\r\n                PLAN YOUR HIGHLAND EVENT NOW\r\n            <\/button>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- About Section -->\r\n    <section class=\"py-12 sm:py-16 md:py-20 px-4 bg-white\">\r\n        <div class=\"max-w-6xl mx-auto text-center\">\r\n            <div class=\"mb-8 sm:mb-12 md:mb-16\">\r\n                <h2 class=\"font-luxury text-3xl sm:text-4xl md:text-5xl font-bold text-black mb-4 sm:mb-6\">Elevated Celebrations Above the Clouds<\/h2>\r\n                <div class=\"ornament mb-6 sm:mb-8\"><\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"max-w-5xl mx-auto space-y-6 sm:space-y-8\">\r\n                <p class=\"font-quning text-base sm:text-lg md:text-xl leading-relaxed text-gray-800\">\r\n                    Breathe in the crisp air. Look out over snow-dusted peaks. Feel the silence of the forest echo through your soul. With Alpine Grandeur, Event Paradise brings you a curated selection of stunning mountain-side venues where sophistication meets serenity, and every event becomes a work of art.\r\n                <\/p>\r\n                \r\n                <p class=\"font-quning text-base sm:text-lg md:text-xl leading-relaxed text-gray-800\">\r\n                    Designed for those who dream above the clouds, Alpine Grandeur is your gateway to high-altitude weddings, luxury retreats, winter-themed galas, and cinematic destination experiences surrounded by mist, pine, and poetic stillness.\r\n                <\/p>\r\n                \r\n                <div class=\"mt-8 sm:mt-12\">\r\n                    <svg width=\"180\" height=\"120\" viewBox=\"0 0 240 140\" className=\"mx-auto mb-6 snow-drift\" fill=\"none\" stroke=\"currentColor\" strokeWidth=\"2\">\r\n                        <!-- Extended Mountain Range -->\r\n                        <path d=\"M10 110 L30 70 L50 90 L70 50 L90 80 L110 40 L130 75 L150 35 L170 70 L190 45 L210 85 L230 110\" stroke=\"#f3b4af\" strokeWidth=\"4\" opacity=\"0.6\"\/>\r\n                        <path d=\"M10 115 L25 85 L45 100 L65 70 L85 95 L105 60 L125 90 L145 55 L165 85 L185 65 L205 95 L230 115\" stroke=\"#f3b4af\" strokeWidth=\"3\" opacity=\"0.5\"\/>\r\n                        \r\n                        <!-- Snow Caps on Major Peaks -->\r\n                        <path d=\"M70 50 L75 45 L80 50\" fill=\"#f3b4af\" opacity=\"0.7\"\/>\r\n                        <path d=\"M110 40 L115 35 L120 40\" fill=\"#f3b4af\" opacity=\"0.7\"\/>\r\n                        <path d=\"M150 35 L155 30 L160 35\" fill=\"#f3b4af\" opacity=\"0.7\"\/>\r\n                        <path d=\"M190 45 L195 40 L200 45\" fill=\"#f3b4af\" opacity=\"0.7\"\/>\r\n                        \r\n                        <!-- Alpine Lodge Complex -->\r\n                        <rect x=\"100\" y=\"95\" width=\"40\" height=\"20\" fill=\"#000000\" opacity=\"0.4\" rx=\"3\"\/>\r\n                        <path d=\"M95 95 L120 80 L145 95\" stroke=\"#000000\" strokeWidth=\"3\" opacity=\"0.5\"\/>\r\n                        <rect x=\"110\" y=\"100\" width=\"6\" height=\"10\" fill=\"#000000\" opacity=\"0.6\"\/>\r\n                        <rect x=\"120\" y=\"100\" width=\"8\" height=\"6\" fill=\"#000000\" opacity=\"0.6\"\/>\r\n                        <rect x=\"130\" y=\"100\" width=\"6\" height=\"8\" fill=\"#000000\" opacity=\"0.6\"\/>\r\n                        \r\n                        <!-- Chimney Smoke -->\r\n                        <path d=\"M125 80 Q127 75 125 70 Q123 65 125 60 Q127 55 125 50\" stroke=\"#f3b4af\" strokeWidth=\"1\" opacity=\"0.4\"\/>\r\n                        \r\n                        <!-- Forest of Pine Trees -->\r\n                        <path d=\"M40 90 L40 110 M35 100 L40 85 L45 100\" stroke=\"#000000\" strokeWidth=\"2\" opacity=\"0.5\"\/>\r\n                        <path d=\"M55 95 L55 115 M50 105 L55 90 L60 105\" stroke=\"#000000\" strokeWidth=\"2\" opacity=\"0.5\"\/>\r\n                        <path d=\"M80 85 L80 105 M75 95 L80 80 L85 95\" stroke=\"#000000\" strokeWidth=\"2\" opacity=\"0.5\"\/>\r\n                        <path d=\"M160 75 L160 95 M155 85 L160 70 L165 85\" stroke=\"#000000\" strokeWidth=\"2\" opacity=\"0.5\"\/>\r\n                        <path d=\"M175 80 L175 100 M170 90 L175 75 L180 90\" stroke=\"#000000\" strokeWidth=\"2\" opacity=\"0.5\"\/>\r\n                        <path d=\"M200 90 L200 110 M195 100 L200 85 L205 100\" stroke=\"#000000\" strokeWidth=\"2\" opacity=\"0.5\"\/>\r\n                        \r\n                        <!-- Mountain Lake -->\r\n                        <ellipse cx=\"180\" cy=\"105\" rx=\"20\" ry=\"6\" fill=\"#f3b4af\" opacity=\"0.3\"\/>\r\n                        <ellipse cx=\"180\" cy=\"107\" rx=\"15\" ry=\"3\" stroke=\"#f3b4af\" strokeWidth=\"1\" opacity=\"0.4\" fill=\"none\"\/>\r\n                        \r\n                        <!-- Eagles Soaring -->\r\n                        <path d=\"M60 60 Q65 55 70 60\" stroke=\"#000000\" strokeWidth=\"1\" opacity=\"0.4\"\/>\r\n                        <path d=\"M120 50 Q125 45 130 50\" stroke=\"#000000\" strokeWidth=\"1\" opacity=\"0.4\"\/>\r\n                        <path d=\"M170 40 Q175 35 180 40\" stroke=\"#000000\" strokeWidth=\"1\" opacity=\"0.4\"\/>\r\n                        \r\n                        <!-- Alpine Sun -->\r\n                        <circle cx=\"200\" cy=\"25\" r=\"15\" fill=\"#f3b4af\" opacity=\"0.5\"\/>\r\n                        <path d=\"M185 25 L215 25 M200 10 L200 40 M190 15 L210 35 M210 15 L190 35\" stroke=\"#f3b4af\" strokeWidth=\"1\" opacity=\"0.4\"\/>\r\n                        \r\n                        <!-- Mist and Clouds -->\r\n                        <ellipse cx=\"50\" cy=\"75\" rx=\"12\" ry=\"4\" fill=\"#f3b4af\" opacity=\"0.15\"\/>\r\n                        <ellipse cx=\"90\" cy=\"65\" rx=\"15\" ry=\"5\" fill=\"#f3b4af\" opacity=\"0.15\"\/>\r\n                        <ellipse cx=\"140\" cy=\"55\" rx=\"10\" ry=\"3\" fill=\"#f3b4af\" opacity=\"0.15\"\/>\r\n                        <ellipse cx=\"180\" cy=\"50\" rx=\"8\" ry=\"3\" fill=\"#f3b4af\" opacity=\"0.15\"\/>\r\n                        \r\n                        <!-- Alpine Wildflowers -->\r\n                        <circle cx=\"30\" cy=\"108\" r=\"1.5\" fill=\"#f3b4af\" opacity=\"0.6\"\/>\r\n                        <circle cx=\"35\" cy=\"110\" r=\"1\" fill=\"#f3b4af\" opacity=\"0.6\"\/>\r\n                        <circle cx=\"210\" cy=\"112\" r=\"1.5\" fill=\"#f3b4af\" opacity=\"0.6\"\/>\r\n                        <circle cx=\"215\" cy=\"110\" r=\"1\" fill=\"#f3b4af\" opacity=\"0.6\"\/>\r\n                    <\/svg>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Perfect For Section -->\r\n    <section class=\"py-12 sm:py-16 md:py-20 px-4 bg-gray-100\">\r\n        <div class=\"max-w-6xl mx-auto\">\r\n            <div class=\"text-center mb-8 sm:mb-12 md:mb-16\">\r\n                <h2 class=\"font-luxury text-3xl sm:text-4xl md:text-5xl font-bold text-black mb-4 sm:mb-6\">\ud83c\udf32 Perfect For<\/h2>\r\n                <div class=\"ornament mb-6 sm:mb-8\"><\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-6 sm:gap-8\">\r\n                <div class=\"alpine-card p-6 sm:p-8 rounded-lg luxury-shadow elevation-animation\">\r\n                    <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 text-black\">Luxury Destination Weddings & Winter Elopements<\/h3>\r\n                    <p class=\"font-quning text-sm sm:text-base text-gray-600\">Intimate ceremonies surrounded by snow-dusted peaks and alpine charm<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"alpine-card p-6 sm:p-8 rounded-lg luxury-shadow elevation-animation\">\r\n                    <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 text-black\">Intimate Highland Engagements<\/h3>\r\n                    <p class=\"font-quning text-sm sm:text-base text-gray-600\">Romantic proposals with breathtaking mountain vistas and crisp air<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"alpine-card p-6 sm:p-8 rounded-lg luxury-shadow elevation-animation\">\r\n                    <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 text-black\">Corporate Offsites & Board Retreats<\/h3>\r\n                    <p class=\"font-quning text-sm sm:text-base text-gray-600\">Inspiring business gatherings in serene mountain environments<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"alpine-card p-6 sm:p-8 rounded-lg luxury-shadow elevation-animation\">\r\n                    <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 text-black\">Private Birthday or Anniversary Escapes<\/h3>\r\n                    <p class=\"font-quning text-sm sm:text-base text-gray-600\">Exclusive celebrations in luxury chalets with panoramic views<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"alpine-card p-6 sm:p-8 rounded-lg luxury-shadow elevation-animation\">\r\n                    <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 text-black\">Pre-Wedding Photoshoots in Natural Backdrops<\/h3>\r\n                    <p class=\"font-quning text-sm sm:text-base text-gray-600\">Cinematic shoots with misty forests and majestic mountain frames<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"alpine-card p-6 sm:p-8 rounded-lg luxury-shadow elevation-animation\">\r\n                    <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 text-black\">Fashion Campaigns, Music Videos & Brand Films<\/h3>\r\n                    <p class=\"font-quning text-sm sm:text-base text-gray-600\">Professional productions with dramatic alpine landscapes<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Alpine Experience Section -->\r\n    <section class=\"py-12 sm:py-16 md:py-20 px-4 bg-white\">\r\n        <div class=\"max-w-6xl mx-auto\">\r\n            <div class=\"text-center mb-8 sm:mb-12 md:mb-16\">\r\n                <h2 class=\"font-luxury text-3xl sm:text-4xl md:text-5xl font-bold text-black mb-4 sm:mb-6\">\u2744\ufe0f The Alpine Grandeur Experience<\/h2>\r\n                <div class=\"ornament mb-6 sm:mb-8\"><\/div>\r\n                <p class=\"font-exquisite text-base sm:text-lg text-gray-700 max-w-4xl mx-auto\">\r\n                    Our team delivers handcrafted mountain experiences by fusing luxury hospitality, scenic beauty, and culturally rich detailing. Whether you're planning an intimate firelit gathering or a full-fledged winter wonderland wedding, Event Paradise ensures every element speaks of class, comfort, and clarity.\r\n                <\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6 sm:gap-8\">\r\n                <div class=\"card-hover bg-white p-6 sm:p-8 rounded-lg luxury-shadow elegant-border\">\r\n                    <div class=\"text-center\">\r\n                        <div class=\"service-icon\">\r\n                            <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ffffff\" strokeWidth=\"2\">\r\n                                <path d=\"M3 21h18\"\/>\r\n                                <path d=\"M5 21V7l8-4v18\"\/>\r\n                                <path d=\"M19 21V11l-6-4\"\/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                        <h3 class=\"font-royal text-lg font-semibold mb-3 text-black\">\ud83c\udfde\ufe0f Scenic Hilltop Venues<\/h3>\r\n                        <p class=\"font-exquisite text-sm text-gray-600\">Hill resorts, colonial lodges, alpine villas, and panoramic mountaintop lawns<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"card-hover bg-white p-6 sm:p-8 rounded-lg luxury-shadow elegant-border\">\r\n                    <div class=\"text-center\">\r\n                        <div class=\"service-icon\">\r\n                            <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ffffff\" strokeWidth=\"2\">\r\n                                <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                        <h3 class=\"font-royal text-lg font-semibold mb-3 text-black\">\ud83d\udd14 Snow-Themed Styling<\/h3>\r\n                        <p class=\"font-exquisite text-sm text-gray-600\">Alpine wood installations, faux-snow effects, pinecone centerpieces<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"card-hover bg-white p-6 sm:p-8 rounded-lg luxury-shadow elegant-border\">\r\n                    <div class=\"text-center\">\r\n                        <div class=\"service-icon\">\r\n                            <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ffffff\" strokeWidth=\"2\">\r\n                                <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                        <h3 class=\"font-royal text-lg font-semibold mb-3 text-black\">\ud83d\udef7 Unique Mountain Entries<\/h3>\r\n                        <p class=\"font-exquisite text-sm text-gray-600\">Horse-drawn sleds, folk music by bonfire, sunrise valley openings<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"card-hover bg-white p-6 sm:p-8 rounded-lg luxury-shadow elegant-border\">\r\n                    <div class=\"text-center\">\r\n                        <div class=\"service-icon\">\r\n                            <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ffffff\" strokeWidth=\"2\">\r\n                                <path d=\"M18 8h1a4 4 0 0 1 0 8h-1\"\/>\r\n                                <path d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"\/>\r\n                                <line x1=\"6\" y1=\"1\" x2=\"6\" y2=\"4\"\/>\r\n                                <line x1=\"10\" y1=\"1\" x2=\"10\" y2=\"4\"\/>\r\n                                <line x1=\"14\" y1=\"1\" x2=\"14\" y2=\"4\"\/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                        <h3 class=\"font-royal text-lg font-semibold mb-3 text-black\">\ud83c\udf72 Hearty Cuisine & Fireside Dining<\/h3>\r\n                        <p class=\"font-exquisite text-sm text-gray-600\">Mountain menus, fire-grilled feasts, warm cocktails, cozy cocoa corners<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"card-hover bg-white p-6 sm:p-8 rounded-lg luxury-shadow elegant-border\">\r\n                    <div class=\"text-center\">\r\n                        <div class=\"service-icon\">\r\n                            <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ffffff\" strokeWidth=\"2\">\r\n                                <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                        <h3 class=\"font-royal text-lg font-semibold mb-3 text-black\">\ud83e\udde3 Wellness & Soulful Touches<\/h3>\r\n                        <p class=\"font-exquisite text-sm text-gray-600\">Spa treatments, nature trails, forest baths, moonlit observatory lounges<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Popular Destinations Section -->\r\n    <section class=\"py-12 sm:py-16 md:py-20 px-4 bg-gray-100\">\r\n        <div class=\"max-w-6xl mx-auto\">\r\n            <div class=\"text-center mb-8 sm:mb-12 md:mb-16\">\r\n                <h2 class=\"font-luxury text-3xl sm:text-4xl md:text-5xl font-bold text-black mb-4 sm:mb-6\">\ud83d\udccd Popular Alpine Grandeur Destinations<\/h2>\r\n                <div class=\"ornament mb-6 sm:mb-8\"><\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-6 sm:gap-8\">\r\n                <div class=\"alpine-card p-6 sm:p-8 rounded-lg luxury-shadow\">\r\n                    <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 text-black\">Manali & Gulmarg (Himachal & Kashmir)<\/h3>\r\n                    <p class=\"font-quning text-sm sm:text-base text-gray-600\">Snowy slopes, luxury chalets & cinematic mountain views<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"alpine-card p-6 sm:p-8 rounded-lg luxury-shadow\">\r\n                    <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 text-black\">Mussoorie & Auli (Uttarakhand)<\/h3>\r\n                    <p class=\"font-quning text-sm sm:text-base text-gray-600\">Pine-covered ridges & charming colonial estates with valley views<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"alpine-card p-6 sm:p-8 rounded-lg luxury-shadow\">\r\n                    <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 text-black\">Coorg & Wayanad (South India)<\/h3>\r\n                    <p class=\"font-quning text-sm sm:text-base text-gray-600\">Misty hilltop villas with Western Ghats backdrops and coffee plantations<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"alpine-card p-6 sm:p-8 rounded-lg luxury-shadow\">\r\n                    <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 text-black\">Darjeeling & Kalimpong (East India)<\/h3>\r\n                    <p class=\"font-quning text-sm sm:text-base text-gray-600\">Tea gardens, heritage mansions & majestic Himalayan frames<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"alpine-card p-6 sm:p-8 rounded-lg luxury-shadow\">\r\n                    <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 text-black\">Mount Abu & Lonavala Highlands (West India)<\/h3>\r\n                    <p class=\"font-quning text-sm sm:text-base text-gray-600\">Quaint villas, forest glamps & cliffside pavilions with panoramic views<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Why Choose Us Section -->\r\n    <section class=\"py-12 sm:py-16 md:py-20 px-4 bg-white\">\r\n        <div class=\"max-w-6xl mx-auto\">\r\n            <div class=\"text-center mb-8 sm:mb-12 md:mb-16\">\r\n                <h2 class=\"font-luxury text-3xl sm:text-4xl md:text-5xl font-bold text-black mb-4 sm:mb-6\">\ud83e\udded Why Choose Event Paradise for Alpine Events?<\/h2>\r\n                <div class=\"ornament mb-6 sm:mb-8\"><\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-6 sm:gap-8\">\r\n                <div class=\"card-hover bg-white p-6 sm:p-8 rounded-lg luxury-shadow elegant-border\">\r\n                    <div class=\"text-center\">\r\n                        <div class=\"w-16 h-16 sm:w-20 sm:h-20 mx-auto mb-4 sm:mb-6 bg-gradient-to-br from-gray-100 to-gray-200 rounded-full flex items-center justify-center\">\r\n                            <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#f3b4af\" strokeWidth=\"2\">\r\n                                <path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/>\r\n                                <circle cx=\"12\" cy=\"10\" r=\"3\"\/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                        <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 sm:mb-4 text-black\">\ud83d\uddfb Venue Curation Across Hill Stations<\/h3>\r\n                        <p class=\"font-quning text-sm sm:text-base text-gray-600\">Access to India's most scenic mountain destinations with exclusive venues<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"card-hover bg-white p-6 sm:p-8 rounded-lg luxury-shadow elegant-border\">\r\n                    <div class=\"text-center\">\r\n                        <div class=\"w-16 h-16 sm:w-20 sm:h-20 mx-auto mb-4 sm:mb-6 bg-gradient-to-br from-gray-100 to-gray-200 rounded-full flex items-center justify-center\">\r\n                            <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#f3b4af\" strokeWidth=\"2\">\r\n                                <path d=\"M3 21h18\"\/>\r\n                                <path d=\"M5 21V7l8-4v18\"\/>\r\n                                <path d=\"M19 21V11l-6-4\"\/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                        <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 sm:mb-4 text-black\">\ud83d\udecf\ufe0f Integrated Hospitality Packages<\/h3>\r\n                        <p class=\"font-quning text-sm sm:text-base text-gray-600\">Stay, event, and recreation combined in comprehensive mountain packages<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"card-hover bg-white p-6 sm:p-8 rounded-lg luxury-shadow elegant-border\">\r\n                    <div class=\"text-center\">\r\n                        <div class=\"w-16 h-16 sm:w-20 sm:h-20 mx-auto mb-4 sm:mb-6 bg-gradient-to-br from-gray-100 to-gray-200 rounded-full flex items-center justify-center\">\r\n                            <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#f3b4af\" strokeWidth=\"2\">\r\n                                <circle cx=\"12\" cy=\"12\" r=\"3\"\/>\r\n                                <path d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                        <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 sm:mb-4 text-black\">\ud83d\udd25 High-Altitude Logistics Expertise<\/h3>\r\n                        <p class=\"font-quning text-sm sm:text-base text-gray-600\">Experienced team for mountain permits, safety, and weather management<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"card-hover bg-white p-6 sm:p-8 rounded-lg luxury-shadow elegant-border\">\r\n                    <div class=\"text-center\">\r\n                        <div class=\"w-16 h-16 sm:w-20 sm:h-20 mx-auto mb-4 sm:mb-6 bg-gradient-to-br from-gray-100 to-gray-200 rounded-full flex items-center justify-center\">\r\n                            <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#f3b4af\" strokeWidth=\"2\">\r\n                                <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                        <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 sm:mb-4 text-black\">\ud83c\udfa8 Rustic-Chic Decor Specialists<\/h3>\r\n                        <p class=\"font-quning text-sm sm:text-base text-gray-600\">Expert styling team for snow-inspired and alpine-themed setups<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"card-hover bg-white p-6 sm:p-8 rounded-lg luxury-shadow elegant-border\">\r\n                    <div class=\"text-center\">\r\n                        <div class=\"w-16 h-16 sm:w-20 sm:h-20 mx-auto mb-4 sm:mb-6 bg-gradient-to-br from-gray-100 to-gray-200 rounded-full flex items-center justify-center\">\r\n                            <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#f3b4af\" strokeWidth=\"2\">\r\n                                <path d=\"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z\"\/>\r\n                                <circle cx=\"12\" cy=\"13\" r=\"4\"\/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                        <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 sm:mb-4 text-black\">\ud83d\udcf8 Preferred Partner of Filmmakers<\/h3>\r\n                        <p class=\"font-quning text-sm sm:text-base text-gray-600\">Trusted by destination photographers and film production teams<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"card-hover bg-white p-6 sm:p-8 rounded-lg luxury-shadow elegant-border\">\r\n                    <div class=\"text-center\">\r\n                        <div class=\"w-16 h-16 sm:w-20 sm:h-20 mx-auto mb-4 sm:mb-6 bg-gradient-to-br from-gray-100 to-gray-200 rounded-full flex items-center justify-center\">\r\n                            <svg width=\"32\" height=\"32\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#f3b4af\" strokeWidth=\"2\">\r\n                                <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/>\r\n                                <circle cx=\"9\" cy=\"7\" r=\"4\"\/>\r\n                                <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/>\r\n                                <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/>\r\n                            <\/svg>\r\n                        <\/div>\r\n                        <h3 class=\"font-royal text-lg sm:text-xl font-semibold mb-3 sm:mb-4 text-black\">\ud83d\udcbc Hybrid Wedding & Corporate Packages<\/h3>\r\n                        <p class=\"font-quning text-sm sm:text-base text-gray-600\">Combined celebration and business retreat experiences in mountain settings<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- CTA Section -->\r\n    <section class=\"alpine-gradient py-12 sm:py-16 md:py-20 px-4\">\r\n        <div class=\"max-w-4xl mx-auto text-center\">\r\n            <div class=\"mb-6 sm:mb-8\">\r\n                <svg width=\"60\" height=\"60\" viewBox=\"0 0 120 120\" className=\"mx-auto mb-4 sm:mb-6 peak-float\" fill=\"none\" stroke=\"currentColor\" strokeWidth=\"2\">\r\n                    <!-- Mountain Peaks -->\r\n                    <path d=\"M10 90 L25 60 L40 80 L55 45 L70 70 L85 35 L100 65 L110 90\" stroke=\"currentColor\" strokeWidth=\"3\" opacity=\"0.7\"\/>\r\n                    \r\n                    <!-- Snow Caps -->\r\n                    <path d=\"M25 60 L30 55 L35 60\" fill=\"currentColor\" opacity=\"0.8\"\/>\r\n                    <path d=\"M55 45 L60 40 L65 45\" fill=\"currentColor\" opacity=\"0.8\"\/>\r\n                    <path d=\"M85 35 L90 30 L95 35\" fill=\"currentColor\" opacity=\"0.8\"\/>\r\n                <\/svg>\r\n            <\/div>\r\n            \r\n            <h2 class=\"font-luxury text-3xl sm:text-4xl md:text-5xl font-bold text-white mb-4 sm:mb-6 grandeur-text\">Where Dreams Rise Higher Than the Clouds<\/h2>\r\n            <div class=\"ornament mb-6 sm:mb-8\"><\/div>\r\n            \r\n            <p class=\"font-exquisite text-lg sm:text-xl md:text-2xl text-white mb-6 sm:mb-8 px-4\">\r\n                \u2728 Alpine Grandeur is not just a venue\u2014it's a feeling. A stillness. A luxury. A memory carved in cool air and echoing valleys. Whether you're hosting your big day or seeking space for vision, reflection, and celebration\u2014Event Paradise delivers an elevated experience that stays with you forever.\r\n            <\/p>\r\n            \r\n            <div class=\"flex flex-col sm:flex-row gap-4 justify-center items-center\">\r\n                <button id=\"contact-btn\" onclick=\"handleHighlandEvent()\" class=\"bg-white text-black px-6 sm:px-8 md:px-10 py-3 sm:py-4 font-royal text-sm sm:text-base md:text-lg tracking-wider hover:bg-gray-50 transition-all duration-300 luxury-shadow border-2 border-white hover:border-gray-100 hover:scale-105\">\r\n                    \ud83d\udc49 PLAN YOUR HIGHLAND EVENT NOW\r\n                <\/button>\r\n                \r\n                <button onclick=\"handleAlpinePackages()\" class=\"bg-transparent text-white px-6 sm:px-8 md:px-10 py-3 sm:py-4 font-royal text-sm sm:text-base md:text-lg tracking-wider hover:bg-white hover:text-black transition-all duration-300 luxury-shadow border-2 border-white hover:scale-105\">\r\n                    EXPLORE ALPINE PACKAGES\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <script>\r\n        \/\/ Smooth scroll to contact\r\n        function scrollToContact() {\r\n            document.getElementById('contact-btn').scrollIntoView({\r\n                behavior: 'smooth'\r\n            });\r\n        }\r\n\r\n        \/\/ Handle highland event planning\r\n        function handleHighlandEvent() {\r\n            alert('Ready to create your elevated mountain celebration! Our alpine event specialists will contact you within 24 hours to discuss your highland vision, venue selection, snow-themed styling options, and complete alpine grandeur planning. From luxury destination weddings to winter elopements, corporate retreats to cinematic photoshoots - we ensure every element speaks of class, comfort, and clarity amidst the majesty of the mountains. Call +91 9560961758 for immediate alpine consultation.');\r\n        }\r\n\r\n        \/\/ Handle alpine packages\r\n        function handleAlpinePackages() {\r\n            alert('Discover our exclusive alpine celebration packages! Our team will provide detailed information about mountain venues across Manali, Mussoorie, Coorg, Darjeeling, and more scenic hill stations. Whether you\\'re planning a luxury destination wedding, corporate offsite, or intimate highland engagement - we offer integrated hospitality packages with stay, event, and recreation combined. For alpine package details and mountain venue availability, call +91 9560961758.');\r\n        }\r\n\r\n        \/\/ Add scroll animations\r\n        function animateOnScroll() {\r\n            const elements = document.querySelectorAll('.card-hover, .alpine-card');\r\n            elements.forEach(element => {\r\n                const elementTop = element.getBoundingClientRect().top;\r\n                const elementVisible = 150;\r\n                \r\n                if (elementTop < window.innerHeight - elementVisible) {\r\n                    element.classList.add('fade-in-up');\r\n                }\r\n            });\r\n        }\r\n\r\n        window.addEventListener('scroll', animateOnScroll);\r\n        animateOnScroll();\r\n\r\n        \/\/ Add luxury hover effects\r\n        document.querySelectorAll('.card-hover').forEach(card => {\r\n            card.addEventListener('mouseenter', function() {\r\n                this.style.borderColor = '#f3b4af';\r\n            });\r\n            \r\n            card.addEventListener('mouseleave', function() {\r\n                this.style.borderColor = '#f3b4af';\r\n            });\r\n        });\r\n\r\n        \/\/ Add service icon hover effects\r\n        document.querySelectorAll('.service-icon').forEach(icon => {\r\n            icon.addEventListener('mouseenter', function() {\r\n                this.style.transform = 'rotate(360deg) scale(1.2)';\r\n                this.style.boxShadow = '0 15px 30px rgba(243, 180, 175, 0.6)';\r\n            });\r\n            \r\n            icon.addEventListener('mouseleave', function() {\r\n                this.style.transform = 'rotate(0deg) scale(1)';\r\n                this.style.boxShadow = 'none';\r\n            });\r\n        });\r\n\r\n        \/\/ Add alpine card hover effects\r\n        document.querySelectorAll('.alpine-card').forEach(card => {\r\n            card.addEventListener('mouseenter', function() {\r\n                this.style.borderLeftWidth = '8px';\r\n                this.style.transform = 'translateX(8px)';\r\n                this.style.boxShadow = '0 20px 40px rgba(243, 180, 175, 0.3)';\r\n            });\r\n            \r\n            card.addEventListener('mouseleave', function() {\r\n                this.style.borderLeftWidth = '4px';\r\n                this.style.transform = 'translateX(0)';\r\n                this.style.boxShadow = '0 15px 35px rgba(243, 180, 175, 0.4)';\r\n            });\r\n        });\r\n\r\n        \/\/ Add grandeur text animation\r\n        const grandeurTexts = document.querySelectorAll('.grandeur-text');\r\n        grandeurTexts.forEach(text => {\r\n            text.addEventListener('mouseenter', function() {\r\n                this.style.animationDuration = '3s';\r\n            });\r\n            \r\n            text.addEventListener('mouseleave', function() {\r\n                this.style.animationDuration = '7s';\r\n            });\r\n        });\r\n\r\n        \/\/ Add mist effect on mouse move\r\n        document.addEventListener('mousemove', function(e) {\r\n            const mists = document.querySelectorAll('.mist-effect');\r\n            mists.forEach(mist => {\r\n                const rect = mist.getBoundingClientRect();\r\n                const x = ((e.clientX - rect.left) \/ rect.width) * 100;\r\n                const y = ((e.clientY - rect.top) \/ rect.height) * 100;\r\n                mist.style.background = `radial-gradient(ellipse at ${x}% ${y}%, rgba(243, 180, 175, 0.2) 0%, transparent 70%)`;\r\n            });\r\n        });\r\n\r\n        \/\/ Add peak floating animation to mountain icons\r\n        const peakIcons = document.querySelectorAll('.peak-float');\r\n        peakIcons.forEach(icon => {\r\n            icon.addEventListener('mouseenter', function() {\r\n                this.style.animation = 'peakFloat 5s ease-in-out infinite';\r\n            });\r\n            \r\n            icon.addEventListener('mouseleave', function() {\r\n                this.style.animation = 'peakFloat 12s ease-in-out infinite';\r\n            });\r\n        });\r\n\r\n        \/\/ Add snow drift to snow elements\r\n        const snowElements = document.querySelectorAll('.snow-drift');\r\n        snowElements.forEach(element => {\r\n            element.addEventListener('mouseenter', function() {\r\n                this.style.animation = 'snowDrift 5s ease-in-out infinite';\r\n            });\r\n            \r\n            element.addEventListener('mouseleave', function() {\r\n                this.style.animation = 'snowDrift 10s ease-in-out infinite';\r\n            });\r\n        });\r\n    <\/script>\r\n<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'96977ad6b0625a23',t:'MTc1NDI0MTU2NS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='\/cdn-cgi\/challenge-platform\/scripts\/jsd\/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();<\/script><\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\ud83c\udfd4\ufe0f Alpine Grandeur | Mountain &#038; Hillside Event Destinations by Event Paradise \ud83c\udfd4\ufe0f [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-885","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>ALPINE GRANDEUR - Event Paradise<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/eventparadise.in\/?page_id=885\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ALPINE GRANDEUR - Event Paradise\" \/>\n<meta property=\"og:description\" content=\"\ud83c\udfd4\ufe0f Alpine Grandeur | Mountain &#038; Hillside Event Destinations by Event Paradise \ud83c\udfd4\ufe0f [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eventparadise.in\/?page_id=885\" \/>\n<meta property=\"og:site_name\" content=\"Event Paradise\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-03T17:50:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eventparadise.in\/?page_id=885\",\"url\":\"https:\/\/eventparadise.in\/?page_id=885\",\"name\":\"ALPINE GRANDEUR - Event Paradise\",\"isPartOf\":{\"@id\":\"https:\/\/eventparadise.in\/#website\"},\"datePublished\":\"2025-08-02T07:27:43+00:00\",\"dateModified\":\"2025-08-03T17:50:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/eventparadise.in\/?page_id=885#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eventparadise.in\/?page_id=885\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eventparadise.in\/?page_id=885#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eventparadise.in\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ALPINE GRANDEUR\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eventparadise.in\/#website\",\"url\":\"https:\/\/eventparadise.in\/\",\"name\":\"Event Paradise\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/eventparadise.in\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eventparadise.in\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/eventparadise.in\/#organization\",\"name\":\"Event Paradise\",\"url\":\"https:\/\/eventparadise.in\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eventparadise.in\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/eventparadise.in\/wp-content\/uploads\/2025\/07\/cropped-cropped-ChatGPT_Image_Jul_28__2025__09_41_01_PM-removebg-preview.png\",\"contentUrl\":\"https:\/\/eventparadise.in\/wp-content\/uploads\/2025\/07\/cropped-cropped-ChatGPT_Image_Jul_28__2025__09_41_01_PM-removebg-preview.png\",\"width\":500,\"height\":159,\"caption\":\"Event Paradise\"},\"image\":{\"@id\":\"https:\/\/eventparadise.in\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ALPINE GRANDEUR - Event Paradise","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/eventparadise.in\/?page_id=885","og_locale":"en_US","og_type":"article","og_title":"ALPINE GRANDEUR - Event Paradise","og_description":"\ud83c\udfd4\ufe0f Alpine Grandeur | Mountain &#038; Hillside Event Destinations by Event Paradise \ud83c\udfd4\ufe0f [&hellip;]","og_url":"https:\/\/eventparadise.in\/?page_id=885","og_site_name":"Event Paradise","article_modified_time":"2025-08-03T17:50:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/eventparadise.in\/?page_id=885","url":"https:\/\/eventparadise.in\/?page_id=885","name":"ALPINE GRANDEUR - Event Paradise","isPartOf":{"@id":"https:\/\/eventparadise.in\/#website"},"datePublished":"2025-08-02T07:27:43+00:00","dateModified":"2025-08-03T17:50:47+00:00","breadcrumb":{"@id":"https:\/\/eventparadise.in\/?page_id=885#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eventparadise.in\/?page_id=885"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/eventparadise.in\/?page_id=885#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eventparadise.in\/"},{"@type":"ListItem","position":2,"name":"ALPINE GRANDEUR"}]},{"@type":"WebSite","@id":"https:\/\/eventparadise.in\/#website","url":"https:\/\/eventparadise.in\/","name":"Event Paradise","description":"","publisher":{"@id":"https:\/\/eventparadise.in\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eventparadise.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/eventparadise.in\/#organization","name":"Event Paradise","url":"https:\/\/eventparadise.in\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eventparadise.in\/#\/schema\/logo\/image\/","url":"https:\/\/eventparadise.in\/wp-content\/uploads\/2025\/07\/cropped-cropped-ChatGPT_Image_Jul_28__2025__09_41_01_PM-removebg-preview.png","contentUrl":"https:\/\/eventparadise.in\/wp-content\/uploads\/2025\/07\/cropped-cropped-ChatGPT_Image_Jul_28__2025__09_41_01_PM-removebg-preview.png","width":500,"height":159,"caption":"Event Paradise"},"image":{"@id":"https:\/\/eventparadise.in\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/eventparadise.in\/index.php?rest_route=\/wp\/v2\/pages\/885","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eventparadise.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eventparadise.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eventparadise.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eventparadise.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=885"}],"version-history":[{"count":7,"href":"https:\/\/eventparadise.in\/index.php?rest_route=\/wp\/v2\/pages\/885\/revisions"}],"predecessor-version":[{"id":949,"href":"https:\/\/eventparadise.in\/index.php?rest_route=\/wp\/v2\/pages\/885\/revisions\/949"}],"wp:attachment":[{"href":"https:\/\/eventparadise.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=885"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}