@import"https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap";.navbar-logo{height:80px;transition:height .3s ease}.splash-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;flex-direction:column}.splash-screen.fade-out{animation:fadeOut .8s ease forwards}.splash-logo{width:120px;max-width:30vw;height:auto;position:absolute;z-index:10000;transform-origin:center center;will-change:transform}@keyframes jump{0%{transform:scale(1) translateY(0)}30%{transform:scale(1.15) translateY(-50px)}60%{transform:scale(1.05) translateY(0)}80%{transform:scale(1.1) translateY(-20px)}to{transform:scale(1) translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.splash-logo.fly{transition:transform 1.2s cubic-bezier(.68,-.55,.265,1.55);transform-origin:center}.main-layout.invisible-behind{opacity:0;pointer-events:none}.splash-message{position:absolute;top:calc(100% + 30px);text-align:center;color:#333;font-size:1.2rem;font-weight:500;animation:fadeIn 1s ease-in}.loading-dots{display:inline-block;margin-left:8px}.loading-dots span{display:inline-block;width:8px;height:8px;margin:0 2px;background-color:#1679e0;border-radius:50%;animation:bounceDot 1.2s infinite ease-in-out}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes bounceDot{0%,80%,to{transform:scale(1)}40%{transform:scale(1.4)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.navbar-logo{height:60px}.splash-logo{width:90px;max-width:40vw}.mobile-btn{padding:4px 12px;font-size:.8rem}.navbar-toggler{padding:4px 8px}.navbar-nav .nav-link{padding:.5rem 1rem}}footer{background-color:#f8f9fa;padding:2rem 3rem;font-family:Arial,sans-serif}footer .top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;padding:2rem 0}footer .top .left{flex:1;font-size:3rem;font-weight:700;max-width:60%;color:#000}footer .top .left h2{font-family:Nunito,sans-serif;font-weight:700;font-size:48px;color:#000;line-height:1.3}footer .top .right{flex:1;max-width:35%;font-size:.9rem;text-align:right;color:#333;padding:0 6rem 0 0}footer .top .right p{font-family:Nunito,sans-serif;font-weight:400;font-size:16px;line-height:1.6}footer .top .right .btn{margin-top:1rem;background-color:#000;color:#fff;border-radius:50rem;padding:.6rem 1.5rem;font-size:.85rem;border:none;transition:background .3s ease}footer .top .right .btn:hover{background-color:#333}footer .divider{border-bottom:1px solid #ddd;margin:1rem 0}footer .bottom{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:2rem 0;gap:2rem}footer .bottom .left{flex:1;max-width:40%}footer .bottom .left .img img{max-width:150px;height:auto;filter:brightness(0)}footer .bottom .left .copy{margin-top:.8rem;font-size:.9rem;color:#666}footer .bottom .right{flex:1;max-width:60%;display:flex;flex-direction:column;align-items:flex-end;padding:0 6rem 0 0}footer .bottom .right .icons{margin-bottom:1rem;font-size:1.3rem}footer .bottom .right .icons i{margin-left:1rem;cursor:pointer;transition:color .3s ease}footer .bottom .right .icons i:hover{color:#000}footer .bottom .right .nav{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}footer .bottom .right .nav1,footer .bottom .right .nav2{display:flex;gap:1.5rem;font-size:.9rem}footer .bottom .right .nav1 a,footer .bottom .right .nav2 a{text-decoration:none;color:#333;position:relative}footer .bottom .right .nav1 a:hover,footer .bottom .right .nav2 a:hover{color:#000}.mobile-footer{background-color:#f8f9fa;padding:2rem 1rem;font-family:Arial,sans-serif}.footer-container{display:flex;flex-direction:column;gap:2rem}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.footer-top-left{flex:1;text-align:left}.footer-top-right{flex:1;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.footer-quote{font-family:Nunito,sans-serif;font-size:1rem;color:#000}.footer-message{font-size:.9rem;color:#333;line-height:1.5}.footer-btn{font-size:.8rem;padding:.4rem 1.2rem}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem}.footer-bottom-right{flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.footer-logo img{width:120px;filter:brightness(0);margin-bottom:.5rem}.footer-copy{font-size:.75rem;color:#666}.footer-bottom-left{flex:1;display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:.75rem}.footer-icons{display:flex;gap:1rem;font-size:1.2rem;color:#333}.footer-icons i:hover{color:#000}.footer-links{display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:flex-end;font-size:.8rem}.footer-links a{text-decoration:none;color:#333}.footer-links a:hover{color:#000}.about-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;padding:2rem;gap:8rem;font-family:Nunito,sans-serif;background-color:#f9f9f9}.about-left{flex:1 1 250px;max-width:300px;border-radius:15%;overflow:hidden;order:0}.about-left img{width:100%;height:auto;display:block}.about-right{flex:1 1 50%;max-width:600px;display:flex;flex-direction:column;gap:1rem;order:2}.about-right h2{font-size:2.5rem;color:#000}.about-right p{font-size:1.1rem;line-height:1.6;color:#333}@media (max-width: 768px){.about-container{flex-direction:row;text-align:center;gap:1.5rem;padding:1rem}.about-right{max-width:calc(100% - 160px)}.about-right h2{font-size:1.5rem}.about-right p{font-size:.9rem}.about-left{width:140px;max-width:140px}.about-left img{height:140px;object-fit:fill}}.app-container{display:flex;justify-content:space-between;align-items:center;background-color:#f3f9ff;padding:1.5rem;gap:1.5rem;font-family:Nunito,sans-serif;flex-wrap:nowrap;width:100%;box-sizing:border-box}.app-left{flex:1 1 40%;display:flex;justify-content:center;align-items:center}.app-left img{max-width:40%;height:auto;border-radius:1rem}.app-right{flex:1 1 60%;display:flex;flex-direction:column;gap:1.5rem}.app-content h4{font-size:1.5rem;color:#000;margin-bottom:.3rem}.app-content p{font-size:.95rem;color:#333;margin:0}.store-images{display:flex;gap:1rem;flex-wrap:nowrap}.app-playstore,.app-appstore{display:flex;align-items:center;gap:.5rem;background-color:#000;border:1px solid #ddd;padding:.6rem .8rem;border-radius:.75rem;box-shadow:0 4px 10px #0000000d;transition:transform .3s ease;cursor:pointer;flex:0 0 auto;max-width:200px;width:100%}.app-playstore:hover,.app-appstore:hover{transform:translateY(-3px)}.app-playstore img,.app-appstore img{width:30px;height:30px}.app-playstore p,.app-appstore p{font-size:.85rem;color:#fff;margin:0}@media (max-width: 768px){.app-container{padding:1rem;gap:1rem}.app-left img{max-width:90%}.app-content h4{font-size:1.2rem}.app-content p{font-size:.85rem}.store-images{flex-direction:column;gap:.5rem}.app-playstore,.app-appstore{padding:.5rem .6rem;width:100%}.app-playstore p,.app-appstore p{font-size:.75rem}}.card-container{background-color:#ecf4f8;display:flex;flex-direction:column;align-items:center;padding:3rem;gap:1.5rem;font-family:Nunito,sans-serif;border-radius:15px}.card-free{text-align:center;color:#025f16;background-color:#28b6745b;padding:.5rem 1rem;border-radius:2rem;font-size:1rem;height:2rem;line-height:1;display:flex;align-items:center;justify-content:center}.card-free p{margin:0}.card-heading{text-align:center}.card-content{max-width:900px;line-height:1.5;color:#71717a}.gradient-text{background:linear-gradient(90deg,#1c3ba4,#991695,#28b674);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.card-counts{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;width:100%;text-align:center}.card-counts>div{flex:1 1 200px;max-width:220px}.card-counts p{line-height:1.4}@media (max-width: 768px){.card-container{padding:2rem 1rem}.card-counts>div{flex:1 1 45%;max-width:100%}}@media (max-width: 480px){.card-counts>div{flex:1 1 100%}.card-container{padding:1.5rem 1rem}.card-free{font-size:.9rem;height:auto;padding:.4rem .8rem}.card-heading h2{font-size:1.5rem}.card-content{font-size:.95rem;padding:0 .5rem}}.carousel-container{padding:1rem;font-family:Nunito,sans-serif}.carousel-heading{text-align:center;margin-bottom:1.5rem}.carousel-wrapper{position:relative;display:flex;align-items:center;justify-content:center;padding:0 3rem;width:100%;box-sizing:border-box}.carousel-track{display:flex;overflow:hidden;gap:1rem;width:100%;justify-content:center}.carousel-card{flex:0 0 30%;max-width:300px}.card-image{position:relative}.card-image img{width:100%;height:400px;object-fit:cover;border-radius:10px;display:block}.card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease-in-out;border-radius:10px;background:radial-gradient(ellipse at center,#fff0 40%,#ffffff2e);display:flex;justify-content:center;align-items:flex-end;padding:1rem;box-sizing:border-box;text-align:center;pointer-events:none}.card-image:hover .card-overlay{opacity:1}.card-overlay .overlay-text{color:#fff;font-size:1rem;font-weight:700;pointer-events:none}.card-overlay:after{content:attr(data-name) "\a" attr(data-specialty);white-space:pre;position:absolute;bottom:1rem;left:1rem;color:#fff;font-weight:700;font-size:1rem}.card-overlay .name{font-size:1.25rem;font-weight:700;margin:0}.card-overlay .specialty{font-size:1rem;opacity:.85;margin-top:.3rem}.card-image:hover .card-overlay{transform:translateY(0)}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background-color:#025f16cc;border:none;color:#fff;padding:.7rem 1rem;font-size:1.5rem;border-radius:50%;cursor:pointer;transition:background .3s ease}.carousel-button:hover{background-color:#013b0fe6}.carousel-button.left{left:10rem}.carousel-button.right{right:10rem}@media (max-width: 768px){.carousel-wrapper{padding:0 1rem}.carousel-track{flex-direction:row;gap:0}.carousel-card{flex:0 0 100%}.carousel-button.left{left:-1rem}.carousel-button.right{right:-1rem}.card-image img{height:350px}}.count-container{display:flex;flex-direction:column;gap:2rem;padding:2rem;font-family:Nunito,sans-serif;background-color:#fff;align-items:center}.count-counts{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;width:100%}.count-counts>div{border-radius:8px;padding:1rem 2rem;flex:1 1 200px;text-align:center}.count-counts>div h4{color:#1877e1}.counts-img{position:relative}.counts-img img{width:1500px;height:650px;border-radius:8px;display:block}.counts-img p{position:absolute;bottom:5%;left:1%;color:#000;padding:1rem;border-radius:8px;font-size:2rem;line-height:1.5}@media (min-width: 992px){.count-counts>div{flex:1 1 calc(25% - 2rem)}}@media (max-width: 576px){.count-counts{gap:1rem}.count-counts>div{flex:0 0;padding:1rem}.count-counts>div h5{font-size:1rem}.counts-img img{width:350px;height:250px}.counts-img p{font-size:.8rem;padding:.2rem;bottom:1%}}.journey-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;background-color:#1679e0;padding:3rem 5rem;gap:2rem;font-family:Nunito,sans-serif;color:#fff}.journey-left{flex:1 1 500px;display:flex;flex-direction:column;gap:1.5rem}.journey-free{background-color:#28b674;color:#fafe1d;padding:.5rem 1rem;border-radius:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:1rem;width:fit-content;height:2rem;line-height:1}.journey-free p{margin:0}.journey-heading h3{font-size:2.5rem;line-height:1.2;margin:0}.journey-content p{font-size:1.1rem;line-height:1.6;margin:0}.journey-list{display:flex;flex-wrap:wrap;gap:1.5rem}.journey-list-left,.journey-list-right{display:flex;flex-direction:column;gap:.5rem;flex:1 1 200px}.journey-list i{margin-right:.5rem;color:#fff}.journey-buttons{display:flex;gap:1rem;margin-top:1rem}.journey-buttons button{padding:.75rem 1.5rem;font-size:1rem;font-weight:700;border:none;border-radius:2rem;cursor:pointer;transition:background .3s ease}.journey-buttons button:first-child{background-color:#24b574;color:#fff}.journey-buttons button:first-child:hover{background-color:#24b574}.journey-buttons button:last-child{background-color:transparent;border:2px solid #24B574;color:#fff}.journey-buttons button:last-child:hover{background-color:#24b574;color:#fff}.journey-border{margin-top:2rem;margin-bottom:1rem;border-top:2px solid #FAFE1D;width:100%}.journey-rating{font-size:1rem;color:#fff}.journey-rating i{color:#fec01d;margin-right:.2rem}.journey-right{flex:1 1 500px;display:flex;justify-content:center;align-items:center;max-height:100%}.journey-right img{max-width:100%;height:auto;object-fit:contain;border-radius:1rem}@media (max-width: 768px){.journey-container{flex-direction:column;align-items:center;padding:2rem 1rem}.journey-left,.journey-right{width:100%;flex:none}.journey-heading h3{font-size:1.75rem}.journey-content p{font-size:1rem}.journey-list{flex-direction:column;gap:.5rem}.journey-list-left,.journey-list-right{flex:none;width:100%}.journey-buttons{flex-direction:column;width:100%;align-items:center}.journey-buttons button{width:100%;text-align:center}.journey-right{margin-top:2rem}.journey-border{margin:2rem 0}.journey-rating{text-align:center;font-size:.95rem}.journey-rating p{margin:.3rem 0}}.matter-container{padding:1rem 2rem;font-family:Nunito,sans-serif;text-align:center}.matter-heading h3{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;font-weight:700}.matter-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.matter-cards>div{background-color:#fff;padding:2rem;border-radius:16px;border:2px solid #C8DDF2;flex:1 1 220px;max-width:260px;min-height:280px;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:center}.matter-cards>div:hover{transform:translateY(-8px)}.matter-cards h2{font-size:2.5rem;margin-bottom:.5rem}.matter-cards h3{font-size:1.8rem;margin-bottom:.5rem}.matter-cards p{font-size:1rem;color:#555}@media (max-width: 768px){.matter-cards{flex-direction:column;align-items:center;gap:1rem}.matter-cards>div{padding:1rem}}@media (max-width: 480px){.matter-cards>div{flex:1 1 100%;max-width:none}}.mind-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background-color:#ecf4f8;padding:1rem 2rem;font-family:Nunito,sans-serif;gap:4rem;border-radius:15px}.mind-left img{max-width:700px;width:100%;height:auto;border-radius:12px}.mind-right{flex:1;max-width:600px;display:flex;flex-direction:column;gap:1rem}.mind-heading h4{font-size:2rem;color:#2c3e50;font-weight:700;margin-bottom:1rem}.mind-heading p{font-size:1rem;color:#28b674;line-height:1.6}.mind-cards{display:flex;flex-wrap:wrap;gap:1rem}.mind-cards>div{padding:1.5rem;border-radius:12px;flex:1 1 250px;transition:transform .3s ease}.mind-cards>div:hover{transform:translateY(-5px)}.mind-cards h4 i{font-size:1.8rem;color:gold;background-color:#fff;border-radius:8px;padding:.2rem}.mind-cards h3{font-size:1.25rem;color:#2c3e50;margin:1rem 0 .5rem}.mind-cards p{color:#28b674;font-size:.95rem;line-height:1.4}.mind-button{margin-top:2rem}.mind-button button{background-color:#28b674;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.mind-button button:hover{background-color:#219861}@media (max-width: 768px){.mind-container{flex-direction:column;text-align:center;gap:2rem}.mind-cards{justify-content:center;gap:0rem;margin-top:-1rem}.mind-button{margin-top:0rem}}.quotes-container{padding:2rem;font-family:Nunito,sans-serif;background-color:#fff}.quotes-heading{text-align:center;margin-bottom:2rem}.quotes-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.quotes-cards div{padding:1.5rem;border-radius:8px;font-size:1.1rem;display:flex;flex-direction:column;justify-content:space-between;min-height:180px;box-shadow:0 4px 8px #00000026;transition:box-shadow .3s ease}.quote{border-bottom:2px solid rgba(255,255,255,.7);padding-bottom:1rem;margin-bottom:auto}.quotes-cards div p:last-child{text-align:right;margin-top:1rem;font-weight:700}.quotes-cards div:nth-child(1){background-color:#97353542}.quotes-cards div:nth-child(2){background-color:#28b67444}.quotes-cards div:nth-child(3){background-color:#cfcc004d;color:#222;border-bottom-color:#555}.quotes-cards div:nth-child(4){background-color:#4228b642}@media (max-width: 768px){.quotes-cards{grid-template-columns:1fr}}.test-container{padding:2rem;font-family:Nunito,sans-serif}.test-headings{margin-bottom:2rem;text-align:center}.test-headings h4{font-size:20px;background-color:#e1937d42;border-radius:12px;padding:.3rem 1rem;display:inline-block}.test-headings h2{font-size:1.8rem;margin-top:1rem;color:#2c3e50}.test-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.test-card{background-color:#f5faff;border-radius:16px;padding:1.5rem;width:300px;box-shadow:0 4px 8px #0000000d;display:flex;flex-direction:column;justify-content:space-between}.test-user{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.test-img{width:50px;height:50px;border-radius:50%;object-fit:cover}.test-name{font-size:1.1rem;font-weight:600;color:#333}.test-quote{font-style:italic;color:#555;margin-bottom:1rem}.test-stars{color:#fec01d;font-size:1.2rem}.aboutus-container{margin-top:5rem;font-family:Nunito,sans-serif;padding:0 1rem;color:#333}.aboutus-headings{background-image:url(/assets/aboutbg-BfsL8z_W.png);background-size:contain;background-position:center;background-repeat:no-repeat;text-align:center;height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.aboutus-headings h4{color:#1c3ba4;font-size:24px;margin:0;background-color:#009dd14e;width:fit-content;text-align:center;padding:.5rem 1rem;border-radius:2rem}.aboutus-headings h2{font-size:3rem}.aboutus-headings p{color:#848484;font-size:1.5rem;line-height:1.4;max-width:1000px}.aboutus-mission{padding:4rem 1rem;display:flex;flex-direction:column;align-items:center}.aboutus-mission-inner{max-width:1000px;width:100%;text-align:left}.aboutus-mission h3{font-size:2.5rem;margin-bottom:.5rem}.aboutus-mission p{font-size:1.25rem;font-weight:400;line-height:1.8;color:#575757;margin:0}.aboutus-impact{padding:1rem;text-align:center}.aboutus-impact h3{font-size:2.5rem;margin-bottom:1rem}.aboutus-profe{text-align:center;padding:4rem 1rem}.aboutus-profe h3{font-size:2.5rem;margin-bottom:1.5rem}.aboutus-profe p{font-size:1.25rem;max-width:900px;margin:0 auto 2rem;line-height:1.8;color:#555}.aboutus-carousel{margin-bottom:2rem}@media (max-width: 992px){.aboutus-headings h2{font-size:2.5rem}.aboutus-headings p{font-size:1.25rem}.aboutus-mission h3,.aboutus-impact h3,.aboutus-profe h3{font-size:2rem}.aboutus-mission p,.aboutus-profe p{font-size:1.1rem}}@media (max-width: 768px){.aboutus-headings{height:auto;padding:2rem 1rem}.aboutus-headings h4{font-size:1rem}.aboutus-headings h2{font-size:2rem}.aboutus-headings p{font-size:1rem}.aboutus-mission h3,.aboutus-impact h3,.aboutus-profe h3{font-size:1.75rem}.aboutus-mission p,.aboutus-profe p{font-size:1rem}}@media (max-width: 480px){.aboutus-headings h2{font-size:1.75rem}.aboutus-headings p{font-size:.95rem}.aboutus-mission h3,.aboutus-impact h3,.aboutus-profe h3{font-size:1.5rem}.aboutus-mission p,.aboutus-profe p{font-size:.95rem}}.contact-container{font-family:Nunito,sans-serif;padding:0 1rem;color:#333;margin-top:3rem}.contact-headings{text-align:center}.contact-headings h3{color:#009dd1;font-size:48px;margin-bottom:2rem}.contact-headings p{font-size:24}.contact-form{max-width:800px;margin:2rem auto;display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;flex-wrap:wrap;gap:1rem}.form-group{flex:1;display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:600}input[type=text],input[type=email],textarea{padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:16px}.checkbox-group{display:flex;align-items:flex-start;gap:.5rem;font-size:14px}.checkbox-group a{color:#009dd1;text-decoration:underline}.submit-btn{padding:.75rem 2rem;background-color:#009dd1;color:#fff;font-size:16px;border:none;border-radius:4px;cursor:pointer;align-self:flex-start}.submit-btn:hover{background-color:#0078a0}.error{color:red;font-size:.875rem;margin-top:.25rem;display:block}
