.elementor-448 .elementor-element.elementor-element-353c6e9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:31px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5402b7a */:root {
            --primary-purple: #6d1781;
            --secondary-purple: #b844c7;
            --light-purple: #f8f4ff;
        }

        .about-section {
            position: relative;
            padding: 160px 0;
            background: #ffffff;
            overflow: hidden;
            isolation: isolate;
        }

        .about-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(ellipse at 25% 20%, rgba(109, 23, 129, 0.04) 0%, transparent 60%),
                radial-gradient(ellipse at 75% 80%, rgba(184, 68, 199, 0.03) 0%, transparent 60%);
            z-index: 1;
        }

        .story-particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .story-particle {
            position: absolute;
            width: 6px;
            height: 6px;
            background: rgba(184, 68, 199, 0.25);
            border-radius: 50%;
            animation: storyFloat 25s ease-in-out infinite;
        }

        .story-particle:nth-child(1) {
            top: 15%;
            left: 12%;
            animation-delay: 0s;
        }

        .story-particle:nth-child(2) {
            top: 45%;
            right: 18%;
            animation-delay: 8s;
        }

        .story-particle:nth-child(3) {
            bottom: 30%;
            left: 20%;
            animation-delay: 16s;
        }

        .about-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px;
            position: relative;
            z-index: 2;
        }

        .section-title {
            text-align: center;
            font-size: clamp(3rem, 7vw, 5.5rem);
            font-weight: 200;
            color: var(--primary-purple);
            margin-bottom: 40px;
            letter-spacing: -0.02em;
            line-height: 1.1;
            opacity: 0;
            transform: translateY(60px);
            animation: titleReveal 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s forwards;
        }

        .subtitle {
            text-align: center;
            font-size: clamp(1.4rem, 3.5vw, 2.2rem);
            font-weight: 300;
            color: var(--primary-purple);
            margin-bottom: 30px;
            opacity: 0;
            transform: translateY(40px);
            animation: subtitleReveal 1.2s ease-out 0.8s forwards;
        }

        .yin-yang-text {
            text-align: center;
            font-size: clamp(1.2rem, 2.8vw, 1.6rem);
            font-style: italic;
            color: var(--secondary-purple);
            margin-bottom: 80px;
            opacity: 0;
            transform: translateY(30px);
            animation: yinyangReveal 1s ease-out 1.2s forwards;
        }

        .story-flow {
            max-width: 900px;
            margin: 0 auto;
        }

        .story-paragraph {
            font-size: clamp(1.2rem, 2.8vw, 1.8rem);
            line-height: 1.8;
            color: var(--primary-purple);
            margin-bottom: 40px;
            opacity: 0;
            transform: translateY(30px);
            animation: paragraphFlow 1s ease-out forwards;
        }

        .story-paragraph:nth-of-type(1) { animation-delay: 1.5s; }
        .story-paragraph:nth-of-type(2) { animation-delay: 1.8s; }
        .story-paragraph:nth-of-type(3) { animation-delay: 2.1s; }
        .story-paragraph:nth-of-type(4) { animation-delay: 2.4s; }
        .story-paragraph:nth-of-type(5) { animation-delay: 2.7s; }
        .story-paragraph:nth-of-type(6) { animation-delay: 3.0s; }
        .story-paragraph:nth-of-type(7) { animation-delay: 3.3s; }
        .story-paragraph:nth-of-type(8) { animation-delay: 3.6s; }
        .story-paragraph:nth-of-type(9) { animation-delay: 3.9s; }
        .story-paragraph:nth-of-type(10) { animation-delay: 4.2s; }

        .founders-gallery {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            margin: 80px 0;
            opacity: 0;
            transform: translateY(50px);
            animation: galleryReveal 1.2s ease-out 1.8s forwards;
        }

        .founder-card {
            background: rgba(248, 244, 255, 0.6);
            backdrop-filter: blur(25px);
            border: 2px solid rgba(184, 68, 199, 0.15);
            border-radius: 30px;
            padding: 30px;
            text-align: center;
            position: relative;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            cursor: pointer;
        }

        .founder-card::before {
            content: '';
            position: absolute;
            top: -3px;
            left: -3px;
            right: -3px;
            bottom: -3px;
            background: linear-gradient(45deg, transparent, rgba(184, 68, 199, 0.2), transparent);
            background-size: 300% 300%;
            animation: founderAura 15s ease-in-out infinite;
            border-radius: 33px;
            z-index: -1;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .founder-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 25px 50px rgba(109, 23, 129, 0.15);
            border-color: rgba(184, 68, 199, 0.3);
        }

        .founder-card:hover::before {
            opacity: 1;
        }

        .founder-image-container {
            width: 200px;
            height: 200px;
            margin: 0 auto 25px auto;
            position: relative;
            border-radius: 50%;
            overflow: hidden;
            border: 3px solid rgba(184, 68, 199, 0.2);
            transition: all 0.4s ease;
        }

        .founder-card:hover .founder-image-container {
            border-color: rgba(184, 68, 199, 0.4);
            transform: scale(1.05);
        }

        .founder-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.4s ease;
            filter: brightness(1.05) contrast(1.1);
        }

        .founder-card:hover .founder-image {
            transform: scale(1.1);
            filter: brightness(1.1) contrast(1.15);
        }

        .founder-name {
            font-size: clamp(1.4rem, 3vw, 1.8rem);
            font-weight: 500;
            color: var(--primary-purple);
            margin-bottom: 10px;
        }

        .founder-role {
            font-size: clamp(1rem, 2vw, 1.2rem);
            color: var(--secondary-purple);
            font-style: italic;
        }

        .founder-highlight {
            font-weight: 600;
            color: var(--primary-purple);
            background: rgba(184, 68, 199, 0.1);
            padding: 3px 10px;
            border-radius: 15px;
            position: relative;
        }

        .founder-highlight::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 10px;
            right: 10px;
            height: 2px;
            background: rgba(184, 68, 199, 0.4);
            transform: scaleX(0);
            animation: founderUnderline 0.8s ease-out 2.5s forwards;
        }

        .deep-listening-block::before {
            content: '✨';
            position: absolute;
            top: -15px;
            left: 30px;
            font-size: 2rem;
            animation: sparkle 3s ease-in-out infinite;
        }

        .journey-image-container {
            width: 100%;
            max-width: 400px;
            aspect-ratio: 4/3;
            margin: 40px auto;
            border-radius: 25px;
            overflow: hidden;
            border: 3px solid rgba(184, 68, 199, 0.2);
            box-shadow: 0 20px 40px rgba(109, 23, 129, 0.1);
            transition: all 0.4s ease;
            opacity: 0;
            transform: scale(0.9);
            animation: imageReveal 1s ease-out 2.8s forwards;
        }

        .journey-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.4s ease;
        }

        .journey-image-container:hover {
            transform: scale(1.02);
            border-color: rgba(184, 68, 199, 0.4);
            box-shadow: 0 30px 60px rgba(109, 23, 129, 0.15);
        }

        .journey-image-container:hover .journey-image {
            transform: scale(1.05);
        }

        .deep-listening-block {
            background: rgba(248, 244, 255, 0.6);
            backdrop-filter: blur(20px);
            border: 2px solid rgba(184, 68, 199, 0.15);
            border-radius: 25px;
            padding: 40px;
            margin: 50px 0;
            border-left: 6px solid var(--secondary-purple);
            position: relative;
            opacity: 0;
            transform: translateX(-40px);
            animation: blockSlideIn 1s ease-out 3.5s forwards;
        }

        .partnership-story::before {
            content: '';
            position: absolute;
            top: -3px;
            left: -3px;
            right: -3px;
            bottom: -3px;
            background: linear-gradient(45deg, transparent, rgba(184, 68, 199, 0.2), transparent, rgba(109, 23, 129, 0.15), transparent);
            background-size: 400% 400%;
            animation: partnershipGlow 20s ease-in-out infinite;
            border-radius: 33px;
            z-index: -1;
            opacity: 0.7;
        }

        .parvesh-highlight {
            font-weight: 600;
            color: var(--secondary-purple);
            background: rgba(184, 68, 199, 0.1);
            padding: 3px 10px;
            border-radius: 15px;
        }

        .france-tech {
            font-weight: 600;
            color: var(--primary-purple);
            background: linear-gradient(135deg, rgba(184, 68, 199, 0.1), rgba(109, 23, 129, 0.05));
            padding: 5px 12px;
            border-radius: 20px;
            border: 1px solid rgba(184, 68, 199, 0.2);
        }

        .healing-dome-moment {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(30px);
            border: 3px solid rgba(184, 68, 199, 0.2);
            border-radius: 35px;
            padding: 60px;
            margin: 70px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
            opacity: 0;
            transform: translateY(60px);
            animation: domeReveal 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 4.5s forwards;
        }

        .healing-dome-moment::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(184, 68, 199, 0.08) 0%, transparent 70%);
            border-radius: 50%;
            animation: domeAura 12s ease-in-out infinite;
            z-index: 1;
        }

        .dome-title {
            font-size: clamp(2rem, 4.5vw, 3rem);
            font-weight: 400;
            color: var(--primary-purple);
            margin-bottom: 30px;
            position: relative;
            z-index: 2;
        }

        .dome-description {
            font-size: clamp(1.3rem, 3vw, 1.8rem);
            line-height: 1.7;
            color: var(--primary-purple);
            position: relative;
            z-index: 2;
        }

        .transformation-moment {
            text-align: center;
            font-size: clamp(1.5rem, 3.5vw, 2.2rem);
            font-style: italic;
            color: var(--primary-purple);
            margin: 60px 0;
            opacity: 0;
            transform: translateY(40px);
            animation: transformationReveal 1s ease-out 5.2s forwards;
        }

        .sanctuary-definition {
            background: rgba(248, 244, 255, 0.7);
            backdrop-filter: blur(25px);
            border: 2px solid rgba(184, 68, 199, 0.2);
            border-radius: 25px;
            padding: 45px;
            margin: 50px 0;
            text-align: center;
            position: relative;
            opacity: 0;
            transform: translateY(50px);
            animation: sanctuaryReveal 1.2s ease-out 5.5s forwards;
        }

        .sanctuary-definition::before {
            content: '🕊️';
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 2.5rem;
            animation: doveFloat 4s ease-in-out infinite;
        }

        .sanctuary-text {
            font-style: italic;
            font-size: clamp(1.3rem, 3vw, 1.8rem);
            line-height: 1.6;
            color: var(--primary-purple);
        }

        .final-invitation {
            text-align: center;
            margin-top: 80px;
            opacity: 0;
            transform: translateY(40px);
            animation: invitationReveal 1s ease-out 6s forwards;
        }

        .invitation-text {
            font-size: clamp(1.4rem, 3.5vw, 2.2rem);
            line-height: 1.7;
            color: var(--primary-purple);
            margin-bottom: 30px;
        }

        .come-as-you-are {
            font-weight: 500;
            background: linear-gradient(135deg, var(--primary-purple), var(--secondary-purple));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .rest-breathe {
            font-size: clamp(1.3rem, 3vw, 1.8rem);
            font-style: italic;
            color: var(--secondary-purple);
            margin-top: 20px;
        }

        @keyframes titleReveal {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes subtitleReveal {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes yinyangReveal {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes paragraphFlow {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .partnership-story {
            background: linear-gradient(135deg, rgba(248, 244, 255, 0.4), rgba(255, 255, 255, 0.6));
            backdrop-filter: blur(25px);
            border: 2px solid rgba(184, 68, 199, 0.2);
            border-radius: 30px;
            padding: 50px;
            margin: 60px 0;
            position: relative;
            overflow: hidden;
            opacity: 0;
            transform: translateY(50px) scale(0.95);
            animation: partnershipReveal 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 4s forwards;
        }

        .partnership-image {
            width: 100%;
            max-width: 500px;
            aspect-ratio: 16/10;
            margin: 30px auto;
            display: block;
            border-radius: 20px;
            object-fit: cover;
            border: 2px solid rgba(184, 68, 199, 0.2);
            box-shadow: 0 15px 30px rgba(109, 23, 129, 0.1);
            transition: all 0.4s ease;
        }

        .partnership-story:hover .partnership-image {
            transform: scale(1.02);
            border-color: rgba(184, 68, 199, 0.3);
            box-shadow: 0 20px 40px rgba(109, 23, 129, 0.15);
        }

        @keyframes blockSlideIn {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes partnershipReveal {
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        @keyframes domeReveal {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes transformationReveal {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes sanctuaryReveal {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes invitationReveal {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes partnershipGlow {
            0%, 100% { background-position: 0% 0%; }
            50% { background-position: 400% 400%; }
        }

        @keyframes domeAura {
            0%, 100% { 
                opacity: 0.3;
                transform: translate(-50%, -50%) scale(1);
            }
            50% { 
                opacity: 0.6;
                transform: translate(-50%, -50%) scale(1.1);
            }
        }

        @keyframes sparkle {
            0%, 100% { transform: scale(1) rotate(0deg); }
            50% { transform: scale(1.2) rotate(180deg); }
        }

        @keyframes doveFloat {
            0%, 100% { transform: translateX(-50%) translateY(0px); }
            50% { transform: translateX(-50%) translateY(-10px); }
        }

        @keyframes storyFloat {
            0%, 100% {
                transform: translateY(0px) translateX(0px);
                opacity: 0.25;
            }
            50% {
                transform: translateY(-40px) translateX(25px);
                opacity: 0.7;
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .about-section {
                padding: 120px 0;
            }
            
            .about-container {
                padding: 0 20px;
            }
            
            .story-flow {
                max-width: 100%;
            }
            
            .partnership-story,
            .healing-dome-moment,
            .sanctuary-definition {
                padding: 40px 30px;
                margin: 50px 0;
            }
            
            .deep-listening-block {
                padding: 30px;
                margin: 40px 0;
            }
        }

        @media (max-width: 480px) {
            .about-section {
                padding: 100px 0;
            }
            
            .partnership-story,
            .healing-dome-moment,
            .sanctuary-definition {
                padding: 35px 25px;
                margin: 40px 0;
            }
            
            .deep-listening-block {
                padding: 25px;
                margin: 35px 0;
            }

        @keyframes founderUnderline {
            to {
                transform: scaleX(1);
            }
        }

        @keyframes galleryReveal {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes founderAura {
            0%, 100% { background-position: 0% 0%; }
            50% { background-position: 300% 300%; }
        }

        @keyframes imageReveal {
            to {
                opacity: 1;
                transform: scale(1);
            }
        }
        }/* End custom CSS */