.elementor-1082 .elementor-element.elementor-element-bf3362a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5e3b0b3 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Noto Sans Devanagari', 'Segoe UI', Tahoma, sans-serif;
            line-height: 1.8;
            color: #2d2d2d;
            background: #fff;
            overflow-x: hidden;
        }

        .container {
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #8B1874 0%, #4A1A5C 50%, #1F2937 100%);
            color: white;
            padding: 150px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(255,215,0,0.15) 0%, transparent 70%);
            border-radius: 50%;
            top: -200px;
            right: -200px;
            animation: float 6s ease-in-out infinite;
        }

        .hero::after {
            content: '';
            position: absolute;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(255,107,53,0.15) 0%, transparent 70%);
            border-radius: 50%;
            bottom: -150px;
            left: -150px;
            animation: float 8s ease-in-out infinite reverse;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-30px); }
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        .om-symbol-large {
            font-size: 5em;
            animation: pulse 2s ease-in-out infinite;
            text-shadow: 0 0 30px rgba(255,215,0,0.5);
            margin-bottom: 20px;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.1); opacity: 0.8; }
        }

        .hero h1 {
            font-size: 3.5em;
            margin-bottom: 25px;
            text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
            font-weight: 700;
            background: linear-gradient(to right, #FFD700, #FFA500, #FFD700);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: shimmer 3s ease-in-out infinite;
        }

        @keyframes shimmer {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

        .hero .subtitle {
            font-size: 1.5em;
            margin-bottom: 35px;
            opacity: 0.95;
            line-height: 1.6;
        }

        .mantra-box {
            background: rgba(139,24,116,0.3);
            backdrop-filter: blur(15px);
            border: 3px solid rgba(255,215,0,0.3);
            border-radius: 20px;
            padding: 40px;
            margin: 40px auto;
            max-width: 900px;
            box-shadow: 0 15px 50px rgba(0,0,0,0.4);
            animation: glow 2s ease-in-out infinite alternate;
        }

        @keyframes glow {
            from { box-shadow: 0 15px 50px rgba(255,215,0,0.2); }
            to { box-shadow: 0 15px 60px rgba(255,215,0,0.4); }
        }

        .mantra-text {
            font-size: 1.6em;
            font-weight: 700;
            line-height: 2;
            margin-bottom: 20px;
            color: #FFD700;
            text-shadow: 0 2px 10px rgba(0,0,0,0.3);
        }

        .mantra-meaning {
            font-size: 1.1em;
            opacity: 0.95;
            font-style: italic;
            line-height: 1.8;
        }

        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
            color: #4A1A5C;
            padding: 20px 50px;
            border-radius: 50px;
            text-decoration: none;
            font-size: 1.3em;
            font-weight: 700;
            margin-top: 30px;
            transition: all 0.4s;
            box-shadow: 0 10px 30px rgba(255,215,0,0.4);
            position: relative;
            overflow: hidden;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            transition: 0.5s;
        }

        .cta-button:hover::before {
            left: 100%;
        }

        .cta-button:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 15px 40px rgba(255,215,0,0.6);
        }

        /* Info Bar */
        .info-bar {
            background: linear-gradient(90deg, #4A1A5C 0%, #8B1874 50%, #4A1A5C 100%);
            color: white;
            padding: 30px 20px;
            text-align: center;
        }

        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .info-item {
            padding: 20px;
        }

        .info-icon {
            font-size: 2.5em;
            margin-bottom: 10px;
        }

        .info-item h3 {
            font-size: 1.8em;
            color: #FFD700;
            margin-bottom: 5px;
        }

        /* What is Section */
        .what-is {
            padding: 40px 20px;
            background: linear-gradient(to bottom, #ffffff 0%, #f8f3ff 100%);
        }

        .section-title {
            text-align: center;
            font-size: 3em;
            background: linear-gradient(135deg, #8B1874 0%, #4A1A5C 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 20px;
            font-weight: 700;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 150px;
            height: 5px;
            background: linear-gradient(to right, #8B1874, #FFD700, #8B1874);
            border-radius: 3px;
        }

        .section-subtitle {
            text-align: center;
            font-size: 1.3em;
            color: #666;
            margin-bottom: 40px;
        }

        .content-box {
            background: white;
            padding: 30px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(139,24,116,0.15);
            margin-bottom: 30px;
            border-left: 5px solid #8B1874;
        }

        .content-box h3 {
            color: #8B1874;
            font-size: 1.8em;
            margin-bottom: 20px;
        }

        .content-box p {
            font-size: 1.1em;
            line-height: 1.9;
            color: #555;
        }

        .content-box ul {
            list-style: none;
            padding-left: 0;
            margin-top: 20px;
        }

        .content-box ul li {
            padding: 12px 0;
            padding-left: 35px;
            position: relative;
            font-size: 1.1em;
            color: #555;
        }

        .content-box ul li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #FFD700;
            font-weight: 700;
            font-size: 1.3em;
        }

        /* Benefits Section */
        .benefits {
            padding: 40px 20px;
            background: linear-gradient(135deg, #1F2937 0%, #4A1A5C 50%, #8B1874 100%);
            position: relative;
        }

        .benefits .section-title {
            color: white;
            background: none;
            -webkit-text-fill-color: white;
        }

        .benefits .section-subtitle {
            color: rgba(255,255,255,0.9);
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }

        .benefit-card {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            transition: all 0.4s;
            border: 2px solid rgba(255,215,0,0.3);
            position: relative;
            overflow: hidden;
        }

        .benefit-card::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,215,0,0.1) 0%, transparent 70%);
            opacity: 0;
            transition: 0.5s;
        }

        .benefit-card:hover::before {
            opacity: 1;
            transform: translate(-25%, -25%);
        }

        .benefit-card:hover {
            transform: translateY(-15px) scale(1.03);
            box-shadow: 0 20px 50px rgba(255,215,0,0.4);
            border-color: #FFD700;
        }

        .benefit-icon {
            font-size: 3.5em;
            margin-bottom: 20px;
            animation: bounce 2s ease-in-out infinite;
        }

        @keyframes bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }

        .benefit-card h3 {
            color: #FFD700;
            font-size: 1.7em;
            margin-bottom: 15px;
        }

        .benefit-card p {
            color: rgba(255,255,255,0.9);
            font-size: 1.1em;
            line-height: 1.8;
        }

        /* Process Section */
        .process {
            padding: 40px 20px;
            background: linear-gradient(to bottom, #f8f3ff 0%, #ffffff 100%);
        }

        .process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .step {
            text-align: center;
            padding: 30px 30px;
            background: white;
            border-radius: 20px;
            position: relative;
            box-shadow: 0 10px 30px rgba(139,24,116,0.15);
            transition: all 0.3s;
            border: 2px solid transparent;
        }

        .step:hover {
            transform: translateY(-10px);
            border-color: #8B1874;
            box-shadow: 0 15px 40px rgba(139,24,116,0.25);
        }

        .step-number {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #8B1874, #4A1A5C);
            color: #FFD700;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.2em;
            font-weight: 700;
            margin: 0 auto 25px;
            box-shadow: 0 8px 20px rgba(139,24,116,0.4);
            border: 3px solid #FFD700;
        }

        .step h3 {
            color: #8B1874;
            margin-bottom: 15px;
            font-size: 1.5em;
        }

        .step p {
            color: #555;
            font-size: 1.05em;
            line-height: 1.7;
        }

        /* Timing Section */
        .timing {
            padding: 40px 20px;
            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
        }

        .timing .section-title {
            color: #4A1A5C;
            background: none;
            -webkit-text-fill-color: #4A1A5C;
        }

        .timing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .timing-card {
            background: rgba(74,26,92,0.9);
            color: white;
            padding: 35px;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        }

        .timing-card h3 {
            color: #FFD700;
            font-size: 1.6em;
            margin-bottom: 20px;
            border-bottom: 2px solid #FFD700;
            padding-bottom: 10px;
        }

        .timing-card ul {
            list-style: none;
            padding: 0;
        }

        .timing-card ul li {
            padding: 10px 0;
            padding-left: 30px;
            position: relative;
            font-size: 1.1em;
        }

        .timing-card ul li::before {
            content: '🌟';
            position: absolute;
            left: 0;
        }

        /* Online Service Section */
        .online-service {
            padding: 40px 20px;
            background: linear-gradient(135deg, #4A1A5C 0%, #1F2937 100%);
            color: white;
            position: relative;
            overflow: hidden;
        }

        .online-service::before {
            content: '';
            position: absolute;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(255,215,0,0.1) 0%, transparent 70%);
            border-radius: 50%;
            top: -300px;
            left: -300px;
        }

        .online-service .section-title {
            color: white;
            background: none;
            -webkit-text-fill-color: white;
        }

        .online-service .section-title::after {
            background: linear-gradient(to right, #FFD700, white, #FFD700);
        }

        .online-service .section-subtitle {
            color: rgba(255,255,255,0.9);
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 30px;
            position: relative;
            z-index: 2;
        }

        .feature-item {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(15px);
            padding: 35px;
            border-radius: 15px;
            border: 2px solid rgba(255,215,0,0.3);
            transition: all 0.4s;
        }

        .feature-item:hover {
            background: rgba(255,255,255,0.2);
            transform: scale(1.05);
            border-color: #FFD700;
        }

        .feature-item h3 {
            font-size: 1.4em;
            margin-bottom: 15px;
            color: #FFD700;
        }

        .feature-item p {
            font-size: 1.05em;
            line-height: 1.7;
        }

        .booking-process {
            background: rgba(255,215,0,0.1);
            border: 2px solid #FFD700;
            border-radius: 20px;
            padding: 30px;
            margin-top: 30px;
        }

        .booking-process h3 {
            color: #FFD700;
            font-size: 2em;
            margin-bottom: 20px;
            text-align: center;
        }

        .booking-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }

        .booking-step {
            text-align: center;
            color: #ffffff;
            padding: 20px;
        }

        .booking-step-number {
            width: 50px;
            height: 50px;
            background: #FFD700;
            color: #4A1A5C;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5em;
            font-weight: 700;
            margin: 0 auto 15px;
        }

        /* Product Section */
        .product {
            padding: 40px 20px;
            background: linear-gradient(to bottom, #ffffff 0%, #f8f3ff 100%);
        }

        .product-card {
            max-width: 600px;
            margin: 30px auto;
            background: white;
            border-radius: 25px;
            box-shadow: 0 15px 50px rgba(139,24,116,0.2);
            overflow: hidden;
            border: 3px solid #8B1874;
            transition: all 0.3s;
        }

        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(139,24,116,0.3);
        }

        .product-header {
            background: linear-gradient(135deg, #8B1874, #4A1A5C);
            color: white;
            padding: 40px;
            text-align: center;
            position: relative;
        }

        .product-icon {
            font-size: 4em;
            margin-bottom: 15px;
        }

        .product-header h3 {
            font-size: 2em;
            margin-bottom: 10px;
            color: #FFD700;
        }

        .product-body {
            padding: 40px;
        }

        .product-features {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }

        .product-features li {
            padding: 12px 0;
            padding-left: 35px;
            position: relative;
            font-size: 1.1em;
            color: #555;
        }

        .product-features li::before {
            content: '✨';
            position: absolute;
            left: 0;
            font-size: 1.2em;
        }

        .price-box {
            text-align: center;
            margin: 30px 0;
            padding: 25px;
            background: linear-gradient(135deg, #f8f3ff 0%, #fff5e6 100%);
            border-radius: 15px;
        }

        .discount-badge {
            display: inline-block;
            background: #FF4757;
            color: white;
            padding: 8px 20px;
            border-radius: 25px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .original-price {
            text-decoration: line-through;
            color: #999;
            font-size: 1.5em;
            display: block;
        }

        .current-price {
            font-size: 3em;
            background: linear-gradient(135deg, #8B1874, #4A1A5C);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 700;
            display: block;
            margin-top: 10px;
        }

        /* FAQ Section */
        .faq {
            padding: 40px 20px;
            background: linear-gradient(135deg, #1F2937 0%, #4A1A5C 100%);
        }

        .faq .section-title {
            color: white;
            background: none;
            -webkit-text-fill-color: white;
        }

        .faq-item {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            margin-bottom: 20px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.2);
            border: 2px solid rgba(255,215,0,0.2);
            transition: all 0.3s;
        }

        .faq-item:hover {
            border-color: #FFD700;
        }

        .faq-question {
            padding: 25px 30px;
            background: rgba(139,24,116,0.3);
            color: white;
            cursor: pointer;
            font-size: 1.2em;
            font-weight: 600;
            transition: all 0.3s;
            position: relative;
            padding-right: 60px;
        }

        .faq-question::after {
            content: '+';
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 2em;
            color: #FFD700;
            transition: 0.3s;
        }

        .faq-question.active::after {
            content: '−';
        }

        .faq-question:hover {
            background: rgba(139,24,116,0.5);
        }

        .faq-answer {
            padding: 25px 30px;
            color: rgba(255,255,255,0.9);
            line-height: 1.9;
            font-size: 1.05em;
            display: none;
        }

        .faq-answer.active {
            display: block;
            animation: slideDown 0.3s ease;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Testimonial Section */
        .testimonials {
            padding: 40px 20px;
            background: linear-gradient(to bottom, #f8f3ff 0%, #ffffff 100%);
        }

        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }

        .testimonial-card {
            background: white;
            padding: 35px;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(139,24,116,0.15);
            position: relative;
            border-top: 4px solid #8B1874;
        }

        .testimonial-card::before {
            content: '"';
            position: absolute;
            top: -20px;
            left: 30px;
            font-size: 6em;
            color: #FFD700;
            opacity: 0.3;
        }

        .testimonial-text {
            font-size: 1.1em;
            color: #555;
            line-height: 1.8;
            margin-bottom: 20px;
            font-style: italic;
        }

        .testimonial-author {
            color: #8B1874;
            font-weight: 700;
            font-size: 1.1em;
        }

        /* Contact Section */
        .contact {
            padding: 40px 20px;
            background: linear-gradient(135deg, #8B1874 0%, #4A1A5C 50%, #1F2937 100%);
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .contact::before {
            content: '🕉️';
            position: absolute;
            font-size: 600px;
            opacity: 0.05;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .contact .section-title {
            color: white;
            background: none;
            -webkit-text-fill-color: white;
        }

        .contact .section-title::after {
            background: linear-gradient(to right, #FFD700, white, #FFD700);
        }

        .contact-content {
            position: relative;
            z-index: 2;
        }

        .pandit-info {
            background: rgba(255,215,0,0.1);
            border: 2px solid #FFD700;
            border-radius: 20px;
            padding: 40px;
            max-width: 600px;
            margin: 40px auto;
            backdrop-filter: blur(10px);
        }

        .pandit-info h3 {
            color: #FFD700;
            font-size: 2em;
            margin-bottom: 15px;
        }

        .contact-info {
            font-size: 1.3em;
            margin: 30px 0;
            line-height: 1.8;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.2em;
            }

            .hero .subtitle {
                font-size: 1.2em;
            }

            .mantra-text {
                font-size: 1.2em;
            }

            .section-title {
                font-size: 2em;
            }

            .om-symbol-large {
                font-size: 3em;
            }

            .benefits-grid,
            .process-steps,
            .features-grid,
            .timing-grid {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */