@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Lato:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#f2f2f2;font-family:Montserrat,sans-serif;padding-top:80px}.App{text-align:center}.main-container{background:#fff;border:1px solid #e0e0e0;border-radius:1rem;box-shadow:0 8px 20px #00000014;margin:2rem auto;max-width:1100px;overflow:hidden;padding:1.5rem}.main-container nav{margin-bottom:1.5rem}h1,h2,h3{font-family:Playfair Display,serif}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;box-shadow:0 4px 20px #0000001a;box-sizing:border-box;display:flex;justify-content:space-between;left:0;padding:.8rem 1rem;position:fixed;top:0;width:100%;z-index:1000}.social-icons{display:flex;flex-wrap:wrap;font-size:1.4rem;gap:.8rem}.social-icons a{color:#333;transition:color .3s ease,transform .2s ease}.social-icons a:hover{color:#2563eb;transform:translateY(-3px)}.right-menu{align-items:center;display:flex;gap:.8rem}.home-icon{color:#333;font-size:1.6rem;transition:color .3s ease,transform .2s ease}.home-icon:hover{color:#2563eb;transform:translateY(-2px)}.dropdown-container{position:relative}.dropdown-toggle{background:#333;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.5rem;padding:.5rem .8rem;transition:background .3s ease}.dropdown-toggle:hover{background:#2563eb}.dropdown-menu{animation:fadeIn .3s ease forwards;background:#fff;border-radius:12px;box-shadow:0 6px 20px #00000026;min-width:220px;overflow:hidden;position:absolute;right:0;top:60px;z-index:1000}.dropdown-menu ul{list-style:none;margin:0;padding:0}.dropdown-menu li{border-top:1px solid #eee}.dropdown-menu li:first-child{border-top:none}.dropdown-menu li a{color:#333;display:block;font-weight:500;padding:12px 16px;text-decoration:none;transition:background .2s ease,color .2s ease}.dropdown-menu li a:hover{background:#f0f4ff;color:#333}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.navbar{padding:.6rem .8rem}.social-icons{font-size:1.2rem;gap:.6rem}.home-icon{font-size:1.4rem}.dropdown-toggle{font-size:1.3rem;padding:.4rem .6rem}.dropdown-menu{min-width:180px;right:0;top:50px}}@media (max-width:480px){.navbar{padding:.5rem .6rem}.social-icons{font-size:1.1rem;gap:.5rem}.dropdown-toggle{font-size:1.2rem;padding:.3rem .5rem}.dropdown-menu{width:160px}}.portfolio-container,h1,h2,h3{font-family:Montserrat,sans-serif}.portfolio-container{background-color:#fff;min-height:100vh;padding-bottom:60px}.portfolio-banner-wrapper{height:100vh;left:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden;position:relative;right:50%;width:100vw}.portfolio-banner{display:block;height:100%;object-fit:cover;width:100%}.portfolio-heading{background:#ffffffd9;border-radius:12px;box-shadow:0 4px 14px #0000001a;color:#1e3a8a;font-size:2.2rem;font-weight:700;left:50%;letter-spacing:1px;padding:20px 40px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.portfolio-grid.blog-style{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:50px auto 0;max-width:1100px;padding:0 20px}.portfolio-post-card{background:#f9fafb;border-radius:12px;box-shadow:0 6px 16px #0000000f;display:flex;flex-direction:column;justify-content:space-between;padding:24px;transition:transform .3s ease,box-shadow .3s ease}.portfolio-post-card h2{color:#1e3a8a;font-size:1.5rem;margin-bottom:12px}.portfolio-post-card p{color:#374151;flex-grow:1;font-size:1rem;margin-bottom:16px}.read-more{color:#2563eb;font-size:.95rem;text-decoration:none;transition:color .3s ease}.read-more:hover{color:#1e40af}.portfolio-post-card a{color:inherit;display:block;height:100%;text-decoration:none;width:100%}.portfolio-post-card a h2,.portfolio-post-card a p{color:inherit}.portfolio-post-card:hover{box-shadow:0 10px 20px #0000001f;transform:translateY(-4px)}.header-grid{grid-gap:40px;align-items:flex-start;display:grid;gap:40px;grid-template-columns:2fr 1fr;margin-bottom:60px}@media (max-width:768px){.header-grid{grid-template-columns:1fr}.profile-card{margin-left:auto;margin-right:auto;margin-top:20px;max-width:400px;width:100%}}.running-log{padding:2rem;text-align:center}.log-image{border-radius:8px;box-shadow:0 4px 8px #0000001a;display:block;margin:1rem auto}.checkbox-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:1.5rem}.checkbox-item{font-size:1.2rem}.checkbox-item input{margin-right:.5rem}.about-container{background:linear-gradient(180deg,#fff,#f9fafb 50%,#eef2f3);border-radius:20px;box-shadow:0 10px 40px #0000001a;color:#1a1a1a;font-family:Poppins,Inter,sans-serif;margin:0 auto;max-width:1100px;padding:4rem 2rem;transition:all .3s ease}.about-container:hover{box-shadow:0 12px 50px #00000026}.about-header{margin-bottom:3rem;position:relative}.framed-text{background:#fff;border-radius:20px;box-shadow:0 6px 20px #00000014;display:inline-block;overflow:hidden;padding:2.5rem 3rem;position:relative;transition:all .4s ease}.framed-text:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-5px)}.framed-text:after,.framed-text:before{border:2px solid #2563eb;content:"";height:0;position:absolute;transition:all .8s ease;width:0}.framed-text:before{border-bottom:none;border-right:none;left:0;top:0}.framed-text:after{border-left:none;border-top:none;bottom:0;right:0}.framed-text:hover:after,.framed-text:hover:before{height:100%;width:100%}.framed-text h1{color:#111827;font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:.75rem}.framed-text p{color:#374151;font-size:1.1rem;line-height:1.6}.timeline{margin:3rem 0;padding:0;position:relative}.timeline:before{background:linear-gradient(180deg,#2563eb,#3b82f6,#93c5fd);border-radius:3px;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:3px}.timeline-event{align-items:center;display:flex;gap:2rem;margin-bottom:5rem;position:relative}.timeline-event.left{flex-direction:row}.timeline-event.right{flex-direction:row-reverse}.timeline-img img{border-radius:18px;box-shadow:0 8px 20px #00000026;height:380px;object-fit:cover;transition:transform .4s ease;width:100%}.timeline-img img:hover{transform:scale(1.04)}.timeline-content{background:#fff;border-radius:18px;box-shadow:0 6px 20px #0000001a;flex:1.2 1;padding:2rem 2.5rem;transition:all .3s ease}.timeline-content:hover{box-shadow:0 10px 28px #00000026;transform:translateY(-5px)}.timeline-content h3{color:#111827;font-size:1.7rem;font-weight:600;margin-bottom:.5rem}.timeline-content .date{color:#6b7280;font-size:.95rem;font-style:italic;margin-bottom:1rem}.timeline-content p{color:#374151;font-size:1.05rem;line-height:1.7}.cta{background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:18px;box-shadow:0 8px 26px #2563eb4d;color:#fff;margin-top:5rem;padding:3rem 2rem;text-align:center}.cta h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta p{color:#e5e7eb;font-size:1.1rem;margin-bottom:1.5rem}.cta-button{background:#fff;border-radius:10px;color:#2563eb;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#f3f4f6;transform:scale(1.05)}@media (max-width:900px){.timeline:before{left:20px}.timeline-event{flex-direction:column!important;gap:1rem;margin-left:40px}.timeline-content{padding:1.5rem}.about-container{padding:2.5rem 1rem}}.ai-page{background-color:#fafafa;font-family:Inter,sans-serif;padding-bottom:60px}.learning-log-video{box-shadow:0 8px 24px #0000001a;margin:40px auto;max-width:1000px}.ai-intro-dark{background:#1e1f22;border-radius:12px;color:#fff;margin:60px auto;max-width:1000px;padding:80px 20px;text-align:center}.ai-header{color:#fff;font-family:Libre Baskerville,Georgia,serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:20px}.ai-subtext{color:#e5e7eb;font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:750px}.section-header{border-bottom:1px solid #d1d5db;margin:70px auto 32px;max-width:1000px;padding:0 20px;text-align:left}.section-header h2{color:#111827;font-family:Libre Baskerville,Georgia,serif;font-size:1.9rem;font-weight:700;margin-bottom:8px}.blog-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto 60px;max-width:1000px;padding:0 20px}.blog-card{background:#fff;border-radius:14px;box-shadow:0 6px 20px #00000014;color:inherit;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{box-shadow:0 10px 25px #0000001f;transform:translateY(-6px)}.blog-img-container{height:240px;overflow:hidden}.blog-img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.blog-card:hover .blog-img{transform:scale(1.05)}.blog-content{padding:18px}.blog-content h3{color:#1f2937;font-family:Libre Baskerville,Georgia,serif;font-size:1.2rem;font-weight:600;margin-bottom:10px}.blog-content p{color:#555;font-size:.95rem;line-height:1.6}.ai-container{font-family:Montserrat,sans-serif;margin:0 auto;max-width:1000px;padding:40px 20px}.ai-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.ai-box{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:24px;transition:transform .2s ease,box-shadow .3s ease}.ai-box:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-6px)}.more-container{font-family:Montserrat,sans-serif;margin:0 auto;max-width:1100px;padding:40px 20px}.more-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.more-box{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;flex-direction:column;height:140px;justify-content:center;padding:16px 20px;transition:transform .2s ease,box-shadow .3s ease}.more-box:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-6px)}.more-box h3{color:#1e3a8a;font-family:Montserrat,sans-serif;font-size:1.2rem;margin-bottom:8px}.more-box p{color:#444;font-size:.95rem}.learning-log-card{background:#fff;border-radius:1rem;box-shadow:0 4px 12px #00000014;margin-bottom:1rem;transition:box-shadow .3s ease}.learning-log-card:hover{box-shadow:0 6px 20px #0000001f}.learning-log-card-content{padding:1.5rem}.learning-log-input,.learning-log-textarea{border:1px solid #ccc;border-radius:.5rem;font-size:1rem;margin-bottom:1rem;padding:.75rem 1rem;transition:border-color .3s ease;width:100%}.learning-log-input:focus,.learning-log-textarea:focus{border-color:#3b82f6;outline:none}.learning-log-button{background:#3b82f6;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:600;padding:.75rem;transition:background .3s ease;width:100%}.learning-log-button:hover{background:#2563eb}.learning-log-video{border-radius:1rem;box-shadow:0 4px 12px #00000026;margin:0 auto 1.5rem;max-width:800px;width:100%}.learning-log-video iframe{display:block;height:450px;width:100%}.learning-log-description{background:#f9fafb;border-left:4px solid #3b82f6;border-radius:.75rem;box-shadow:0 2px 8px #0000000d;color:#374151;font-size:1rem;line-height:1.6;margin:1.5rem auto 2rem;max-width:800px;padding:1.25rem 1.5rem}.learning-log-description p{margin-bottom:.75rem}.learning-log-description p:last-child{margin-bottom:0}.about-header{background:linear-gradient(135deg,#4a90e2,#357ab8)}.post-content p:first-letter{color:#000}body{color:#2c2c2c;font-family:Inter,Helvetica Neue,sans-serif;line-height:1.75}.post-hero{background:linear-gradient(135deg,#c264b5,#c4489e);border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow:0 8px 20px #0000001a;color:#fff;padding:100px 20px 80px;text-align:center}.post-hero-content{margin:0 auto;max-width:850px}.post-hero h1{font-size:3.2rem;font-weight:700;letter-spacing:-.5px;margin-bottom:15px}.subtitle{font-size:1.25rem;margin-bottom:10px;opacity:.95}.tagline{font-size:1.1rem;font-style:italic;opacity:.9}.learning-log-video{border-radius:12px;box-shadow:0 8px 18px #00000014;margin:50px auto;max-width:900px;overflow:hidden}.post-content{border-radius:16px;box-shadow:0 6px 16px #00000012;padding:50px 40px}.post-content h2{color:#333;font-size:2rem;font-weight:700;margin-bottom:25px}.post-content h3{color:#c4489e;font-size:1.4rem;margin-bottom:15px}.post-content p{font-size:1.1rem}.highlight-box{background:#f7faff;border-left:5px solid #c4489e;border-radius:10px;margin:40px 0;padding:25px 30px}.highlight-box ul{margin:10px 0 0 20px;padding:0}.highlight-box li{line-height:1.6;margin-bottom:15px}.highlight-box strong{color:#c24e9f}.post-content a{border-bottom:1px solid #c24e9f;color:#c24e9f;transition:.25s ease}.post-content a:hover{border-bottom-color:#c4489e;color:#c4489e}@media (max-width:768px){.post-hero h1{font-size:2.4rem}.post-content{margin:40px 10px;padding:30px 20px}.learning-log-video iframe{height:250px}}body{background-color:#fafafa;color:#333;font-family:Georgia,serif;line-height:1.7;margin:0;padding:0}.about-header{background:linear-gradient(135deg,#40464d,#24282b);color:#fff;padding:60px 20px;text-align:center}.about-header .framed-text{margin:0 auto;max-width:800px}.about-header h1{font-size:3rem;font-weight:700;margin-bottom:15px}.about-header p{font-size:1.2rem;margin:0 auto;max-width:650px}.post-content{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000014;margin:60px auto;max-width:800px;padding:0 20px}.post-content p{font-size:1.05rem;margin:20px 0;text-align:justify}.post-image-container{margin:30px 0;text-align:center}.post-image{border-radius:6px;box-shadow:0 3px 10px #0000001a;height:auto;max-width:100%}.post-content a{border-bottom:1px solid #357ab8;color:#357ab8;text-decoration:none;transition:.2s ease}.post-content a:hover{border-bottom-color:#000;color:#000}.post-content p:first-letter{color:#202020;font-size:1.4rem;font-weight:700}@media (max-width:768px){.about-header h1{font-size:2.2rem}.about-header p{font-size:1rem}.post-content{margin:40px 10px;padding:15px}}.shop-container{background:linear-gradient(180deg,#f8fafc,#ecfdf5 50%,#f5fdf9);color:#000;font-family:Poppins,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.hero-video{border-radius:0 0 40px 40px;box-shadow:0 8px 30px #00000026;height:80vh;margin-top:80px;overflow:hidden;position:relative;z-index:0}.hero-video iframe{filter:brightness(.55);height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}.hero-content{color:#fff;left:50%;max-width:700px;padding:0 1.5rem;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:90%;z-index:1}.hero-content h1{color:#fff;font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.5px;margin-bottom:1.5rem}.hero-btn{background:#fff;border-radius:12px;color:#2a9946;display:inline-block;font-size:1.1rem;font-weight:600;padding:.9rem 2rem;transition:all .3s ease}.hero-btn:hover{background:#2a9946;color:#fff}.featured-section{margin:80px auto;max-width:1300px;padding:0 20px}.featured-grid{grid-gap:40px;align-items:stretch;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}.featured-card{background:#fff;border-radius:18px;box-shadow:0 6px 18px #0000001a;color:#000;overflow:hidden;transition:all .3s ease}.featured-card img{background-color:#f8fafc;height:300px;margin-bottom:.5rem;object-fit:contain;width:100%}.featured-content{padding:1.5rem}.featured-content h3{color:#000;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.featured-content p{color:#222;font-size:1rem;line-height:1.6}.profile-card{background:#fff;border-radius:18px;box-shadow:0 8px 22px #0000001f;color:#000;padding:2rem;text-align:center}.profile-img{border:4px solid #2a9946;border-radius:50%;height:130px;margin-bottom:1rem;width:130px}.profile-card h2{color:#000;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.profile-card p{color:#222;font-size:1rem;line-height:1.6;margin-bottom:1.2rem}.profile-link{color:#2a9946;display:block;font-size:1rem;font-weight:600;margin-top:.4rem;transition:color .2s ease}.profile-link:hover{color:#1a7034}.cards-section{margin:60px auto 100px;max-width:1300px;padding:0 20px}.section-header{color:#000;font-size:2.2rem;font-weight:700;margin-bottom:40px;text-align:center}.card-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.info-card{background:#fff;border-radius:16px;box-shadow:0 6px 20px #00000014;color:#000;padding:2rem;text-align:center;transition:all .3s ease}.info-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.info-card-content h3{color:#000;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.info-card-content p{color:#222;font-size:.95rem;line-height:1.6}.read-more{color:#2a9946;display:inline-block;font-weight:600;margin-top:.8rem;transition:color .2s ease}.read-more:hover{color:#1a7034}.gift-form-container{align-items:center;background:linear-gradient(180deg,#f8fafc,#ecfdf5 50%,#f5fdf9);color:#000;display:flex;flex-direction:column;font-family:Poppins,sans-serif;min-height:100vh;padding:60px 20px}.gift-form-hero{margin-bottom:40px;max-width:700px;text-align:center}.gift-form-hero h1{color:#2a9946;font-size:clamp(2rem,5vw,2.8rem);font-weight:700;margin-bottom:.8rem}.gift-form-hero p{color:#333;font-size:1.1rem;line-height:1.6}.gift-form{background:#fff;border-radius:18px;box-shadow:0 6px 20px #00000014;gap:1.2rem;max-width:600px;padding:2.5rem;width:100%}.gift-form,.gift-form label{display:flex;flex-direction:column}.gift-form label{color:#000;font-size:1rem;font-weight:600;text-align:left}.gift-form input,.gift-form select,.gift-form textarea{border:1px solid #ccc;border-radius:10px;font-family:Poppins,sans-serif;font-size:1rem;margin-top:6px;padding:.8rem;transition:border .2s ease}.gift-form input:focus,.gift-form select:focus,.gift-form textarea:focus{border-color:#2a9946;outline:none}.gift-submit-btn{background-color:#2a9946;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.9rem 1.5rem;transition:background-color .3s ease,transform .2s ease}.gift-submit-btn:hover{background-color:#23823c;transform:translateY(-2px)}.gift-success{background:#e8f5e9;border-radius:16px;box-shadow:0 6px 16px #0000001a;max-width:600px;padding:2rem 2.5rem;text-align:center}.gift-success h2{color:#2a9946;font-size:1.8rem;margin-bottom:.5rem}.gift-success p{color:#333;font-size:1rem}
/*# sourceMappingURL=main.f4b17444.css.map*/