@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";.navbar{width:100%;height:90px;display:flex;justify-content:space-between;align-items:center;padding:10px;background:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000000d;font-family:Arial,sans-serif}.logo{display:flex;align-items:center}.logo img{width:250px;height:auto;object-fit:contain;cursor:pointer}.nav-links{display:flex;align-items:center;gap:50px}.nav-links a{position:relative;text-decoration:none;color:#333;font-size:15px;font-weight:500;transition:.3s;padding-bottom:5px}.nav-links a:hover{color:#6c2bd9}.nav-links a.active{color:#6c2bd9;font-weight:600}.nav-links a.active:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:#6c2bd9;border-radius:10px}.nav-links a:before{content:"";position:absolute;width:0%;height:2px;bottom:-4px;left:0;background:#6c2bd9;transition:.3s ease}.nav-links a:hover:before{width:100%}.nav-actions{display:flex;align-items:center;gap:15px}.nav-actions input{width:180px;padding:10px 15px;border:1px solid #ddd;border-radius:25px;outline:none;transition:.3s}.nav-actions input:focus{border-color:#6c2bd9}.contact-btn{padding:10px 22px;border:none;background:#39157e;color:#fff;border-radius:25px;cursor:pointer;font-size:14px;transition:.3s}.contact-btn:hover{background:#5721b5}.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle span{width:28px;height:3px;background:#111;border-radius:5px;transition:.3s}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.mobile-btn{display:none}@media(max-width:992px){.menu-toggle{display:flex}.nav-actions input{display:none}.nav-links{position:fixed;top:80px;left:-100%;width:100%;height:calc(110vh - 80px);background:#fff;flex-direction:column;align-items:flex-start;padding:30px;gap:20px;transition:left .4s ease;z-index:1500;overflow-y:auto}.nav-links.active{left:0}.nav-links a{width:100%;font-size:16px}.mobile-btn{display:block;margin-top:20px}.desktop-btn{display:none}}@media screen and (max-width:1024px){.navbar{padding:10px 20px}.logo img{width:180px}.nav-links{gap:18px}.nav-links a{font-size:13px}.nav-actions input{width:120px}.contact-btn{padding:8px 15px;font-size:13px}}.hero{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 4%;background:#fff;gap:40px;overflow:hidden}.hero-text{max-width:550px;width:100%}.hero-text h1{font-size:60px;line-height:1.3;letter-spacing:1.5px;margin-bottom:20px}.hero-text span{color:#4e1d7c}.hero-text p{font-size:17px;color:#555;line-height:1.5;letter-spacing:1.5px;margin-bottom:30px}.buttons{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-top:30px;margin-bottom:30px}.hero-text button{padding:14px 26px;background:#4d1b7a;color:#fff;border:none;cursor:pointer;border-radius:40px;font-size:16px;transition:.3s}.hero-text button:hover{transform:scale(1.03)}.link{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-top:10px}.link a{display:flex;align-items:center;gap:2px;font-size:clamp(.9rem,1.3vw,1.1rem);text-decoration:none;color:#000;font-weight:700}.link a:hover{transition:ease-in}.link img{width:38px;height:38px;border-radius:50%;object-fit:cover}.hero-img{flex:1;display:flex;justify-content:center}.hero-img img{width:100%;max-width:750px;height:auto;object-fit:contain}@media(max-width:768px){.hero{flex-direction:column;padding:40px 6%;text-align:center}.hero-img{order:-1;width:100%}.hero-img img,.hero-text{max-width:100%}.hero-text h1{font-size:30px}.buttons,.link{justify-content:center}}.features-page{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:40px}.card-page{background:#fff;border-radius:12px;padding:20px;text-align:center;border:2px solid rgba(255,165,0,.4)}.card-page img{width:60%;height:60px;object-fit:contain;border-radius:10px;margin-bottom:15px}.card-page h3{margin-bottom:10px}.card-page p{color:#555;margin-bottom:10px}@media(max-width:1200px){.features{padding:50px 5%}}@media(max-width:992px){.features-page{grid-template-columns:repeat(2,1fr);padding:45px 5%}.card-page{padding:30px 22px}}@media(max-width:768px){.features-page{grid-template-columns:1fr;padding:40px 4%;gap:20px}.card-page img{max-width:100px;height:60px}}@media(max-width:576px){.features-page{padding:30px 4%}.card-page{padding:25px 18px}.card-page img{max-width:90px;height:55px}.card-page p{line-height:1.6}}@media(max-width:420px){.features-page{padding:25px 3%}.card-page{padding:22px 15px}.card-page img{max-width:80px;height:50px}.card-page h3{font-size:18px}.card-page p{font-size:13px}}.about-page{padding:10px;text-align:center;background:#faf9f9;display:flex;gap:40px;height:50vh;margin-top:30px}.content-page{margin-top:20px}.about-page h2{font-size:40px;margin-left:50px;line-height:1;text-align:left;letter-spacing:1.5px;margin-bottom:15px;color:#111}.about-page p{font-size:17px;color:#555;max-width:600px;align-items:center;text-align:left;margin-left:50px;line-height:1.6}.s1{color:#4d1b7a}.s2{color:#7979ea}.btn{border-radius:20px;padding:10px 25px;margin-left:-55%;margin-top:50px;color:#fff;cursor:pointer;font-weight:600px;border:none;transition:.3s;background-color:#3f1463}.btn:hover{transform:translateY(-4px);box-shadow:0 8px 18px #00000014}.brainimage{height:80vh;margin-top:-100px;margin-left:50px;size:100px}@media(max-width:1400px){.about-page{padding:40px 5%;gap:30px;height:auto}.brainimage{width:38vw;height:auto;margin-top:-40px}}@media(max-width:1200px){.about-page{padding:40px 5%;gap:25px;height:auto}.about-page h2{font-size:32px;margin-left:0}.about-page p{font-size:16px;margin-left:0}.btn{margin-left:0;margin-top:35px}.brainimage{width:36vw;margin-top:-20px;margin-left:0}}@media(max-width:992px){.about-page{padding:35px 4%;gap:20px;height:auto}.about-page h2{font-size:28px}.about-page p{font-size:15px;max-width:500px}.brainimage{width:34vw}}@media(max-width:768px){.about-page{padding:30px 4%;gap:15px;height:auto}.about-page h2{font-size:24px}.about-page p{font-size:14px;line-height:1.5}.btn{padding:9px 20px;font-size:14px;margin-top:25px}.brainimage{width:32vw;margin-top:0}}@media(max-width:576px){.about-page{padding:25px 3%;gap:10px;height:auto}.about-page h2{font-size:20px}.about-page p{font-size:12px;max-width:320px}.btn{padding:8px 16px;font-size:12px;margin-top:18px}.brainimage{width:38vw}}@media(max-width:420px){.about-page{padding:20px 3%}.about-page h2{font-size:17px}.about-page p{font-size:10px;line-height:1.4}.btn{padding:7px 14px;font-size:10px}.brainimage{width:40vw}}.programs{padding:60px 2%;text-align:center}.programs h2{font-size:2.3rem;margin-bottom:20px;margin-top:-40px;letter-spacing:1px}.s3{color:purple;margin-left:10px;text-decoration:underline}.grid{display:grid;grid-template-columns:repeat(5,1fr);gap:25px}.program-card{background:#fff;border-radius:16px;overflow:hidden;padding:0 0 20px;margin-bottom:20px;box-shadow:0 4px 15px #0000001a;transition:.3s}.program-card:hover{transform:translateY(-8px)}.program-card img{width:100%;height:200px;margin-bottom:10px;object-fit:cover}.program-title{align-items:center;height:40px;justify-content:center;color:#fff;display:flex}.program-card p{padding:0 15px;color:#555;text-align:left;line-height:1.2;letter-spacing:.4px;font-size:.95rem}.viewbtn{padding:10px 40px;border-radius:20px;background-color:#4d1b7a;color:#fff;font-size:15px;border:none;cursor:pointer;transition:.3s}.viewbtn:hover{transform:translateY(-4px);box-shadow:0 8px 18px #00000014}@media(max-width:1200px){.grid{grid-template-columns:repeat(4,1fr);gap:20px}}@media(max-width:992px){.grid{grid-template-columns:repeat(3,1fr);gap:18px}.programs h2{font-size:2rem}}@media(max-width:768px){.grid{grid-template-columns:repeat(2,1fr);gap:15px}.programs{padding:40px 3%}.program-card img{height:180px}}@media(max-width:480px){.grid{grid-template-columns:1fr;gap:15px}.programs h2{font-size:1.6rem}.program-card img{height:170px}.viewbtn{padding:10px 30px;font-size:14px}}.impacts{background-color:#4d1b7a;padding:15px 4%}.impacts h1{text-align:center;font-size:28px;font-weight:600;color:#fff;margin-bottom:18px}.s4{color:#dada50;margin-left:8px}.impact{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:auto;background:transparent}.cards{display:flex;align-items:center;gap:12px;color:#fff;flex:1;justify-content:center;position:relative}.cards:not(:last-child):after{content:"";position:absolute;right:0;top:20%;height:60%;width:2px;background:#ffffff59}.cards img{width:60px;height:60px;object-fit:contain}.text h2{margin:0 40px 0 0;font-size:1.9rem;font-weight:500;color:#fff}.text p{margin-top:4px;font-size:13px;margin-right:10px;color:#fff}@media(max-width:900px){.impact{flex-wrap:wrap;justify-content:center;gap:20px}.cards{flex:0 0 45%}.cards:after{display:none}}@media(max-width:600px){.impact{flex-direction:column;align-items:center;gap:15px}.cards{justify-content:flex-start;width:100%;max-width:320px}.text h2{font-size:1.4rem}.cards img{width:50px;height:50px}}.events-page{width:100%;padding:40px 70px;display:flex;gap:30px;font-family:Arial,sans-serif;background:#fff}.eventspage-left{width:75%}.recent-posts{width:25%}.title-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.title-heading h2{font-size:28px;font-weight:700;color:#111827}.title-heading a{text-decoration:none;color:#6b21a8;font-size:14px;font-weight:600}.eventpage-container{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cardcon{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;padding:0;transition:.3s}.cardcon:hover{transform:translateY(-4px);box-shadow:0 8px 18px #00000014}.card-img{position:relative}.card-img img{width:100%;height:150px;object-fit:cover;border-radius:0}.badge{position:absolute;bottom:21px;left:.5px;background:#f59e0b;color:#fff;padding:2px 4px;border-radius:0 9px 8px 0;font-size:11px;font-weight:600}.cardpage-content{padding:15px}.cardpage-content h3{font-size:15px;line-height:1.4;margin-bottom:10px;color:#111827}.cardpage-content p{font-size:13px;color:#6b7280;line-height:1.6;margin-bottom:14px}.location{color:#7c3aed;font-size:13px;font-weight:600}.post{display:flex;gap:12px}.post img{width:95px;height:75px;border-radius:10px;object-fit:cover}.post-text h4{font-size:14px;line-height:1.5;color:#111827;margin-bottom:8px}.recent-posts{width:28%}.recent-posts .title{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.recent-posts .title h2{font-size:28px;font-weight:700;color:#111827}.recent-posts .title a{text-decoration:none;color:#6d28d9;font-size:14px;font-weight:600}.posts{display:flex;flex-direction:column;gap:18px}.post{display:flex;gap:14px;align-items:flex-start;cursor:pointer;transition:.3s ease}.post:hover{transform:translate(4px)}.post img{width:105px;height:78px;object-fit:cover;border-radius:10px;flex-shrink:0}.post-text h4{font-size:14px;line-height:1.5;color:#111827;margin-bottom:7px;font-weight:700}.post-text span{font-size:12px;color:#6b7280}@media(max-width:1400px){.events-page{padding:40px 5%}.eventpage-container{grid-template-columns:repeat(3,1fr)}}@media(max-width:1200px){.events-page{padding:35px 4%;gap:25px}.eventspage-left{width:70%}.recent-posts{width:30%}.eventpage-container{grid-template-columns:repeat(2,1fr)}.card-img img{height:140px}}@media(max-width:992px){.events-page{flex-direction:column;padding:30px 4%}.eventspage-left,.recent-posts{width:100%}.recent-posts{margin-top:20px}.eventpage-container{grid-template-columns:repeat(2,1fr)}.title-heading h2,.recent-posts .title h2{font-size:24px}}@media(max-width:768px){.events-page{padding:25px 3%}.title-heading,.recent-posts .title{flex-direction:column;align-items:flex-start;gap:8px}.eventpage-container{grid-template-columns:1fr}.card-img img{height:200px}.post img{width:90px;height:70px}.post-text h4{font-size:13px}}@media(max-width:576px){.events-page{padding:20px 3%}.title-heading h2,.recent-posts .title h2{font-size:20px}.cardpage-content h3{font-size:14px}.cardpage-content p{font-size:12px}.post{gap:10px}.post img{width:80px;height:65px}.post-text h4{font-size:12px}.post-text span{font-size:11px}}@media(max-width:420px){.events-page{padding:15px 2%}.cardpage-image img{height:15vh;width:150vw;object-fit:contain}.post{flex-direction:column}.post img{width:100%;height:170px}.title-heading h2,.recent-posts .title h2{font-size:18px}.cardpage-content h3{font-size:13px}.cardpage-content p{font-size:11px}}*{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif}.partners-section{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:25px;background:#fff}.partners{padding-top:50px}.partners,.testimonial{background:#fff;padding:20px;border:1px solid #ececec}.partners-title,.testimonial-title{text-align:center;margin-bottom:20px}.partners-title h2,.testimonial-title h2{font-size:34px;font-weight:700;color:#111}.partners-title span,.testimonial-title span{color:#6d28d9}.partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.partner-card{height:95px;background:#fff;border:1px solid #e7e7e7;border-radius:14px;display:flex;justify-content:center;align-items:center;transition:.3s ease;cursor:pointer}.partner-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #00000014}.partner-card img{width:70%;height:55px;object-fit:contain}.testimonial{background:#fff}.testimonial-card{background-color:#fff!important;color:#000;border:1px solid #ececec;border-radius:16px;padding:25px;position:relative}.quote-icon{font-size:40px;color:#6d28d9;margin-bottom:15px}.testimonial-card p{color:#444;line-height:1.8;margin-bottom:25px;font-size:15px}.profile{display:flex;align-items:center;gap:12px}.profile h4{font-size:16px;margin-bottom:3px}.profile span{font-size:13px;color:#777}.dots{display:flex;justify-content:center;gap:8px;cursor:pointer;margin-top:20px}.dots span{width:10px;height:10px;background:#d1d5db;border-radius:50%}.dots .active{background:#6d28d9}.part-btn{border-radius:50px;padding:10px 30px;display:flex;justify-content:center;align-items:center;text-align:center;margin-top:20px;border:2px solid blue;background-color:#fff;color:#00f;cursor:pointer;font-size:15px;transition:.3s}.part-btn:hover{transform:translateY(-4px);box-shadow:0 8px 18px #00000014}@media(max-width:1200px){.partners-section{gap:20px;padding:20px}.partners-title h2,.testimonial-title h2{font-size:30px}}@media(max-width:992px){.partners-section{grid-template-columns:1fr}.partners-grid{grid-template-columns:repeat(3,1fr)}.testimonial-card{padding:22px}}@media(max-width:768px){.partners-section{padding:15px;gap:25px}.partners,.testimonial{padding:18px}.partners-title h2,.testimonial-title h2{font-size:26px}.partners-grid{grid-template-columns:repeat(2,1fr);gap:15px}.partner-card{height:85px}.partner-card img{width:65%;height:45px}.testimonial-card p{font-size:14px;line-height:1.6}.profile img{width:50px;height:50px}.profile h4{font-size:15px}.profile span{font-size:12px}}@media(max-width:480px){.partners-section{padding:10px}.partners-title h2,.testimonial-title h2{font-size:22px}.partners-grid{grid-template-columns:1fr}.partner-card{height:80px}.testimonial-card{padding:18px}.quote-icon{font-size:32px}.testimonial-card p{font-size:13px;margin-bottom:20px}.profile{gap:10px}.profile img{width:45px;height:45px}.dots{margin-top:15px}.dots span{width:8px;height:8px}}.store-section{display:flex;justify-content:space-between;padding:60px}.store-left{flex:1;display:flex;text-align:left;gap:15px}.store-icon img{width:100%;text-align:center;justify-content:center;display:flex}.store-left h2{margin-bottom:10px;margin-top:20px;color:#4c1b77}.store-left p{font-size:13px}.store-btn{margin-top:15px;padding:10px 18px;background:#4c1b77;color:#fff;border:none;border-radius:30px;cursor:pointer;transition:.3s}.store-btn:hover{transform:translateY(-4px);box-shadow:0 8px 18px #00000014}.store-right{flex:2;position:relative}.arrows{position:absolute;top:-40px;right:0;display:flex;gap:10px}.arrows button{width:35px;height:35px;border:none;background:#000;color:#fff;border-radius:50%;cursor:pointer}.product-row{display:flex;gap:20px;width:100%}.product-card{width:180px;background:#f9f6f6;margin-left:30px;border-radius:10px}.product-card img{width:100%;height:140px;object-fit:cover}.h4{padding:0 10px}.price-row{display:flex;padding:10px;justify-content:space-between}@media(max-width:1200px){.store-section{padding:50px 30px;gap:30px}.product-card{width:160px;margin-left:10px}}@media(max-width:992px){.store-section{flex-direction:column}.store-left{align-items:center;text-align:center;justify-content:center}.store-right{width:100%}.product-row{justify-content:center;flex-wrap:wrap}.product-card{margin-left:0}.arrows{top:-50px;right:10px}}@media(max-width:768px){.store-section{padding:40px 20px}.store-left{flex-direction:column;text-align:center}.store-icon{font-size:70px}.store-left h2{font-size:24px}.product-row{gap:15px}.product-card{width:45%}.product-card img{height:140px}.arrows button{width:32px;height:32px}}@media(max-width:480px){.store-section{padding:30px 15px}.store-left p{font-size:12px}.store-btn{width:100%}.product-row{flex-direction:column;align-items:center}.product-card{width:100%;max-width:280px}.product-card img{height:180px}.arrows{position:static;justify-content:center;margin-bottom:20px}}.footer{background:#4c1b77;color:#fff;padding:40px 30px 20px}.footer-container{display:flex;justify-content:space-between;align-items:flex-start;gap:25px;max-width:1400px;margin:0 auto}.footer-brand{flex:2;display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center}.footer-logo img{width:250px;height:auto;margin-bottom:-30px;object-fit:contain;cursor:pointer}.brand-text p{font-size:14px;color:#d8d8d8;line-height:1.8;max-width:320px}.socials-icons{display:flex;gap:15px;margin-top:15px}.icons-box{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;font-size:18px;text-decoration:none;transition:all .3s ease}.icons-box:hover{background:#fff;color:#4c1b77;transform:translateY(-3px)}.footerp{margin-top:20px;font-size:13px;color:#d8d8d8}.footer-col{flex:1;display:flex;flex-direction:column}.footer-col h4{color:#fff;font-size:18px;margin-bottom:15px;font-weight:600}.footer-col a{color:#d8d8d8;text-decoration:none;margin-bottom:10px;font-size:14px;transition:all .3s ease}.footer-col a:hover{color:#fff;padding-left:5px}.footer-col p{display:flex;align-items:center;gap:10px;color:#d8d8d8;font-size:14px;margin-bottom:12px;line-height:1.5}.divider{width:2px;background:#fff3;min-height:220px}@media(max-width:992px){.footer-container{flex-wrap:wrap}.divider{display:none}.footer-brand{width:100%;margin-bottom:20px}.footer-col{min-width:220px}}@media(max-width:768px){.footer{padding:30px 20px}.footer-container{flex-direction:column;gap:30px}.footer-brand{justify-content:flex-start;align-items:center;text-align:center}.brand-text p{max-width:100%}.socials-icons{justify-content:center}.footer-col{width:100%}.footer-col h4{margin-bottom:10px}.footer-col a,.footer-col p{font-size:14px}.footer-logo{width:220px}}.Aboutus{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 4%;background:#fff;gap:40px;overflow:hidden}.Aboutus-text{max-width:550px;width:100%}.Aboutus-text h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.2;margin-bottom:20px}.Aboutus-text span{color:#4e1d7c}.Aboutus-text p{font-size:clamp(.95rem,1.5vw,1.15rem);color:#555;line-height:1.6;margin-bottom:20px}.Aboutus-text-buttons{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:30px}.Aboutus-text button{padding:14px 26px;background:#4d1b7a;color:#fff;border:none;cursor:pointer;border-radius:40px;font-size:16px;transition:.3s}.Aboutus-text button:hover{transform:scale(1.03)}.Aboutus-buttons .arrow2{color:#fff;font-size:20px;margin-left:10px}.Aboutus-img{flex:1;display:flex;justify-content:center}.Aboutus-img img{width:100%;max-width:750px;height:auto;object-fit:contain}@media(max-width:1200px){.Aboutus{padding:60px 5%;gap:30px}.Aboutus-img img{max-width:600px}}@media(max-width:992px){.Aboutus{flex-direction:column-reverse;text-align:center;padding:50px 5%}.Aboutus-text{max-width:100%}.Aboutus-text-buttons{justify-content:center}.Aboutus-img{width:100%}.Aboutus-img img{width:100%;max-width:550px;display:block}}@media(max-width:768px){.Aboutus{gap:20px;padding:40px 5%}.Aboutus-text h1{line-height:1.3}.Aboutus-text p{line-height:1.7}.Aboutus-text-buttons{gap:15px}.Aboutus-text button,.btn2{width:100%;max-width:280px;text-align:center}.Aboutus-img img{max-width:100%;height:auto;object-fit:contain}}@media(max-width:576px){.Aboutus{padding:30px 4%}.Aboutus-text h1{font-size:2rem}.Aboutus-text p{font-size:15px}.Aboutus-text-buttons{flex-direction:column;align-items:center;width:100%}.Aboutus-text button,.btn2{width:100%;max-width:100%}.Aboutus-img{width:100%}.Aboutus-img img{width:100%;max-width:100%;min-width:250px}}.mission-page{width:100%;padding:0 6%;margin-top:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10px;border:1px solid #dcdcdc}.cardmiss{padding:30px;display:flex;gap:20px;border-right:1px solid #dcdcdc}.cardmiss:last-child{border-right:none}.imagemiss img{height:100px;background:#fff;border-radius:50px;padding:10px;margin-right:20px;box-shadow:0 4px 12px #00000026}.contentmiss h2{margin-bottom:10px;font-size:30px;gap:30px;margin-right:30px}h2 span{color:#4b257a}.contentmiss p{color:gray;font-size:13px;letter-spacing:.5px;line-height:1.4}@media(max-width:1024px){.mission-page{grid-template-columns:repeat(2,1fr);padding:20px 4%;gap:0}.cardmiss{padding:25px 20px;gap:15px;border-right:none;border-bottom:1px solid #dcdcdc}.imagemiss img{height:90px}.contentmiss h2{font-size:26px;margin-right:0}}@media(max-width:768px){.mission-page{grid-template-columns:1fr;padding:20px}.cardmiss{flex-direction:row;align-items:center;padding:20px 15px;gap:15px}.imagemiss img{height:80px}.contentmiss h2{font-size:22px;margin-right:0}.contentmiss p{font-size:14px}}@media(max-width:576px){.mission-page{padding:15px}.cardmiss{flex-direction:column;text-align:center;align-items:center;padding:20px 10px}.imagemiss img{height:75px;margin-right:0;margin-bottom:15px}.contentmiss h2{font-size:20px;margin-bottom:8px}.contentmiss p{font-size:13px;line-height:1.6}}@media(max-width:375px){.cardmiss{padding:15px 5px}.imagemiss img{height:65px}.contentmiss h2{font-size:18px}.contentmiss p{font-size:12px}}.story{width:100%;padding:80px 6%;display:flex;gap:70px;align-items:center}.story-image,.story-content{width:50%}.story img{width:100%;height:auto;border-radius:20px}.story-content h1{font-size:45px;margin-bottom:25px}.story button{margin-top:20px;padding:12px 25px;border:1px solid purple;background:#fff;color:purple;border-radius:30px;cursor:pointer;font-size:15px;transition:.3s}.story button:hover{transform:translateY(-4px);box-shadow:0 8px 18px #00000014}.story span{font-size:18px}.story-content p{margin-bottom:20px}@media(max-width:900px){.story{flex-direction:column}.story-image,.story-content{width:100%}}.team{width:100%;padding:0 9%;text-align:center}.team h1{font-size:40px;margin-bottom:20px}.team p{font-size:15px;color:#555}.team-wrapper{position:relative;width:100%;margin-top:40px;padding:0 60px}.team-container{display:flex;gap:25px;overflow-x:auto;scroll-behavior:smooth;padding:20px 10px}.team-container::-webkit-scrollbar{display:none}.team-card{min-width:250px;flex-shrink:1;border-radius:15px;box-shadow:0 5px 20px #00000014;position:relative;padding-bottom:20px;background:#fff}.team-card img{width:100%;height:250px;object-fit:cover;border-radius:15px 15px 0 0}.team-card h3{margin-top:15px;text-align:left;font-size:22px;padding:0 20px}.team-card p{color:gray;margin-top:5px;text-align:left;padding:0 20px}.team-card h6{padding:10px 20px;text-align:left;font-size:13px;color:#555}.facebook-btn{position:absolute;bottom:15px;right:15px;width:45px;height:45px;color:#1877f2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;transition:.3s}.facebook-btn:hover{transform:scale(1.1)}.navs-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border:none;background:#000;color:#fff;border-radius:50%;cursor:pointer;font-size:18px;z-index:10;display:flex;align-items:center;justify-content:center}.navs-btn:hover{background:#333}.left-btns{left:10px}.right-btns{right:10px}@media(max-width:1024px){.team{padding:0 6%}.team-card{min-width:260px}}@media(max-width:768px){.team h1{font-size:32px}.team-card{min-width:240px}.team-card img{height:180px}.navs-btn{width:42px;height:42px;font-size:14px}.team-wrapper{padding:0 40px}}@media(max-width:480px){.team-card{min-width:220px}.team-wrapper{padding:0 30px}}.stats{width:100%;padding:30px 6%;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;background:purple;color:#fff}.stat-box{text-align:center;display:flex;gap:10px;margin-right:0}.image1 img{height:80px;width:80px}.contents1{margin-top:20px}.contents1 h1{font-size:20px}.journey{width:100%;padding:50px 6%;background:#fff;text-align:center}.journey h1{font-size:42px;margin-bottom:70px;color:#111}.timeline{position:relative;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.timeline:before{content:"";position:absolute;top:38px;left:0;width:100%;height:3px;background:#d9d9d9;z-index:1}.timeline-box{position:relative;flex:1;min-width:180px;text-align:center;z-index:2}.timeline-icon{width:75px;height:75px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;border:6px solid white;box-shadow:0 5px 15px #0000001a}.timeline-box h2{font-size:28px;margin-bottom:10px;font-weight:700}.timeline-box h3{font-size:22px;margin-bottom:12px;color:#111}.timeline-box p{font-size:16px;line-height:1.7;color:#555;max-width:220px;margin:auto}@media(max-width:992px){.timeline{flex-direction:column;align-items:center;gap:50px}.timeline:before{width:3px;height:100%;left:50%;top:0;transform:translate(-50%)}.timeline-box{max-width:350px}}@media(max-width:768px){.journey h1{font-size:32px}.timeline-box h2{font-size:24px}.timeline-box h3{font-size:20px}.timeline-box p{font-size:15px}}.programhero{width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 4%;background:#fff;gap:40px;overflow:hidden}.programhero-text{max-width:550px;width:100%}.programhero-text h1{font-size:75px;line-height:1.2;margin-bottom:20px}.programhero-text span{color:#4e1d7c}.programhero-text p{font-size:clamp(.95rem,1.5vw,1.15rem);color:#555;line-height:1.8;margin-bottom:30px}.programbuttons{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:30px}.programhero-text button{padding:14px 26px;background:#4d1b7a;color:#fff;border:none;cursor:pointer;border-radius:40px;font-size:16px;transition:.3s}.programhero-text button:hover{transform:scale(1.03)}.programhero-img{flex:1;display:flex;justify-content:center}.programhero-img img{width:100%;max-width:750px;height:auto;object-fit:contain}.link-about{display:flex;align-items:center;flex-wrap:wrap;gap:30px;margin:20px 20px 20px 50px}.link-about a{display:flex;align-items:center;gap:8px;border-radius:12px;border:1px solid purple;padding:10px 30px;font-size:clamp(.9rem,1.3vw,1.1rem);text-decoration:none;color:#555454;font-weight:600}.link-about a:hover{color:#fff;background-color:purple}.link-about img{width:28px;height:28px;border-radius:50%;object-fit:cover}@media(max-width:992px){.programhero{flex-direction:column-reverse;text-align:center;padding:40px 5%}.programhero-text{max-width:100%}.programhero-text h1{font-size:50px;text-align:center;align-items:center;display:flex;gap:12px;justify-content:center}.programbuttons{justify-content:center}.programhero-img{width:100%}.programhero-img img{width:100%;max-width:550px;display:block}.link-about{justify-content:center;margin-left:0;gap:20px}}.programsec{padding:60px 30px;text-align:center}.programsec h1{font-size:40px}.programsec h1 span{color:purple}.programsec p{margin-top:10px;font-size:16px;letter-spacing:1px;line-height:1.2;color:gray}.program-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:50px;margin-top:30px}.programs-card{background:#fff;border-radius:16px;padding:15px;margin-top:40px;box-shadow:0 5px 15px #00000014;text-align:left;transition:.3s ease;border:1px solid rgb(232,222,222)}.programs-card:hover{transform:translateY(-5px)}.cards-top{display:flex;justify-content:space-between;align-items:center}.titles{background-color:#fff!important;color:green!important;display:inline-block;border-radius:5px}.age{font-size:12px;background:#f0f0f0;padding:4px 8px;color:green;border-radius:20px}.programs-img{width:100%;height:200px;object-fit:cover;border-radius:12px;margin:10px 0}.desc{font-size:14px;color:#555}.card-bottom{display:grid;justify-content:space-between;font-size:13px;padding:10px;color:#333}.learn-btn{margin-top:12px;padding:10px;border:none;border-radius:10px;color:#000;cursor:pointer;transition:.3s}.learn-btn:hover{background:green;color:#fff}.Notsure{background-color:#edc9ed;width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 50px;margin-top:40px;border-radius:12px;box-sizing:border-box;flex-wrap:wrap;gap:20px;height:auto}.whole{display:flex;align-items:center;justify-content:center;gap:40px;flex:1;min-width:250px;margin-left:0}.notcontent h2{font-size:28px;color:purple;margin:0}.notbtn{padding:10px 40px;background-color:purple;color:#fff;border:none;border-radius:15px;cursor:pointer;transition:.3s ease}.notbtn:hover{transform:translateY(-2px);background-color:#5b0aa0}@media(max-width:900px){.Notsure{flex-direction:column;text-align:center;padding:25px}.whole{flex-direction:column;gap:15px}.notcontent h2{font-size:22px}}@media(max-width:500px){.notbtn{width:100%}.notcontent h2{font-size:18px}}.Choose-container{padding:10px 20px;text-align:center}.Choose-container h1{font-size:40px;margin-bottom:40px}.Choose-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cardchoose{padding:30px 20px;border:1px solid #ddd;border-radius:15px;transition:.3s;display:flex;gap:20px;background:#fff}.cardchoose:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.choosecon{text-align:left}.chooseimg{width:50px;height:50px;object-fit:cover;margin-bottom:15px}.cardchoose h4{font-size:20px;margin-bottom:10px;color:green}.cardchoose p{font-size:13px;color:#555;line-height:1.5}@media(max-width:992px){.Choose-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.Choose-cards{grid-template-columns:1fr}.Choose-container h1{font-size:30px}}.what-section{position:relative;width:100%;background:#fff;margin-bottom:20px}.what-testimonial{gap:20px;border:1px solid #ececec;overflow-x:auto;scroll-behavior:smooth;width:100%}.what-title{text-align:center;padding:10px;font-size:30px}.what-testimonial::-webkit-scrollbar{display:none}.what-card{min-width:100%;background:#fff;color:#000;border-radius:16px;display:flex;align-items:center;gap:20px;margin:30px 30px 30px 0;padding:20px 20px 20px 25%}.quote-icon{font-size:40px;color:#6d28d9}.what-card p{color:#444;line-height:1.8;text-align:center;align-items:center;width:40%;font-size:15px}.profile{display:flex;align-items:center;gap:12px;margin-top:20px}.profile img{width:55px;height:55px;border-radius:50%}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;border:none;border-radius:50%;background:green;color:#fff;font-size:20px;cursor:pointer}.left-btn{left:10px}.right-btn{right:10px}.dots{display:flex;text-align:center;justify-content:center;gap:8px;margin-top:20px}@media(max-width:900px){.what-card{padding-left:20px;flex-direction:column;text-align:center}.what-card p{width:100%;font-size:14px}.quote-icon{font-size:35px}}@media(max-width:600px){.what-title{font-size:22px}.what-card{padding:20px;margin:20px 10px;flex-direction:column}.what-card p{width:100%;font-size:13px;line-height:1.6}.profile{flex-direction:column;gap:8px}.profile img{width:50px;height:50px}.nav-btn{width:38px;height:38px;font-size:16px}.dots{gap:6px}}.schools-page{width:100%;min-height:100vh;padding:40px 70px;background:#f9f9fb;font-family:Inter,sans-serif}.top-section{text-align:center;margin-bottom:35px}.top-section h1{font-size:38px;font-weight:800;color:#111827;margin-bottom:14px}.top-section h1 span{color:#6d28d9}.top-section p{max-width:700px;margin:auto;font-size:15px;line-height:1.7;color:#6b7280}.filters{display:flex;align-items:center;gap:18px;margin-bottom:35px;flex-wrap:wrap}.search-box{flex:1;min-width:280px;position:relative}.search-box input{width:100%;height:52px;border-radius:14px;border:1px solid #e5e7eb;padding:0 52px 0 20px;font-size:14px;outline:none;background:#fff;transition:.3s}.search-box input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.search-icon{position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#7c3aed;font-size:14px}.dropdown select{padding:12px;border:none;border-radius:10px;font-size:16px;cursor:pointer;outline:none}.dropdown{min-width:180px;height:52px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;cursor:pointer;font-size:14px;color:#374151;transition:.3s}.dropdown:hover{border-color:#7c3aed}.schools-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.school-card{background:#fff;border-radius:18px;padding:28px 18px;text-align:center;border:1px solid #ececf2;transition:all .3s ease;cursor:pointer}.school-card:hover{transform:translateY(-6px);box-shadow:0 14px 30px #00000014}.logo-wrapper{width:82px;height:82px;margin:auto auto 18px;border-radius:50%;background:#fafafa;display:flex;align-items:center;justify-content:center}.logo-wrapper img{width:70px;height:70px;object-fit:contain}.school-card h3{font-size:16px;font-weight:700;color:#111827;line-height:1.5;margin-bottom:12px;min-height:50px}.school-card p{display:flex;align-items:center;justify-content:center;gap:7px;font-size:13px;color:#6b7280}.location-icon{color:#7c3aed;font-size:12px}.pagination{margin-top:40px;display:flex;justify-content:center;align-items:center;gap:12px}.pagination button{width:38px;height:38px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-weight:600;transition:.3s}.pagination button:hover{border-color:#7c3aed;color:#7c3aed}.pagination button.active{background:#6d28d9;color:#fff;border:none}.pagination span{color:#6b7280}.partner-banner{background:linear-gradient(90deg,#6d28d9,#7c3aed);border-radius:22px 22px 0 0;padding:28px 35px;display:flex;justify-content:space-between;align-items:center;color:#fff;flex-wrap:wrap;gap:25px}.banner-left{display:flex;align-items:center;gap:22px}.b{object-fit:contain}.b img{width:108px;height:108px;margin-left:30px;margin-right:20px;object-fit:contain;border-radius:18px;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:34px}.banner-left h2{font-size:28px;font-weight:800;line-height:1.3}.banner-left h2 span{color:#facc15}.banner-left p{margin-top:10px;font-size:14px;color:#ffffffe6;line-height:1.7}.banner-buttons{display:flex;gap:15px;flex-wrap:wrap}.partner-btn,.proposal-btn{height:52px;padding:0 26px;border-radius:14px;border:none;font-size:14px;font-weight:700;cursor:pointer;transition:.3s}.partner-btn{background:#facc15;color:#111827}.partner-btn:hover{transform:translateY(-2px)}.proposal-btn{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.25)}.proposal-btn:hover{background:#ffffff40}@media(max-width:1200px){.schools-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:992px){.schools-grid{grid-template-columns:repeat(3,1fr)}.schools-page{padding:35px 30px}}@media(max-width:768px){.schools-grid{grid-template-columns:repeat(2,1fr)}.top-section h1{font-size:30px}.partner-banner{flex-direction:column;align-items:flex-start}}@media(max-width:500px){.schools-grid{grid-template-columns:1fr}.filters{flex-direction:column}.dropdown,.search-box{width:100%}.top-section h1{font-size:26px}.banner-left{flex-direction:column;align-items:flex-start}}.eventspage{width:100%;background:#fff;overflow-x:hidden}.eventspage-hero{width:95%;margin:auto;padding:10px 0;display:flex;justify-content:space-between;align-items:center;gap:50px}.eventspage-hero-left{flex:1}.eventspage-breadcrumb{color:#888;font-size:14px;margin-bottom:20px}.eventspage-heading{font-size:50px;font-weight:700;line-height:1.2;color:#111}.eventspage-heading .l1{color:#f08612}.eventspage-heading .l2{color:#326dc7}.eventspage-description{margin-top:25px;font-size:16px;line-height:1.8;color:#666;max-width:600px}.eventspage-btns{display:flex;gap:20px;margin-top:35px}.eventspage-primary-btn{background:#5f23c5;color:#fff;border:none;padding:14px 28px;border-radius:40px;cursor:pointer;font-size:15px;font-weight:600}.eventspage-secondary-btn{background:#fff;color:#5f23c5;border:2px solid #e3d7ff;padding:14px 28px;border-radius:40px;cursor:pointer;font-size:15px;font-weight:600}.eventspage-secondary-btn:hover{background:#f7f3ff}.eventspage-hero-right{flex:1;display:flex;gap:20px;align-items:center}.eventspage-big-img{width:65%;height:450px;object-fit:cover;border-radius:30px}.eventspage-small-images{display:flex;flex-direction:column;gap:20px}.eventspage-small-images img{width:220px;height:210px;object-fit:cover;border-radius:25px}.eventspage-stats{width:98%;margin:10px auto auto;background:#fff;border:1px solid #ececec;border-radius:20px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;box-shadow:0 4px 12px #00000026}.eventspage-stat-card{text-align:center;padding:25px 20px;display:flex;justify-content:center;gap:20px;border-right:1px solid #ececec}.eventspage-stat-card:last-child{border-right:none}.eventspage-stat-card svg{font-size:32px;color:#5f23c5;margin-bottom:12px}.eventspage-stat-card h3{font-size:32px;color:#47268a}.eventspage-stat-card p{color:#777;margin-top:8px}.eventspage-upcoming{width:98%;margin:auto;padding:80px 0}.eventspage-title{text-align:center;font-size:42px;font-weight:700;margin-bottom:30px}.viewevent{display:flex;justify-content:flex-end;align-items:center;width:100%}.eventbutton{padding:10px;border-radius:50px;border:none;background-color:#fff;color:#00f;font-size:14px;font-family:Arial,Helvetica,sans-serif;cursor:pointer}.eventspage-categories{display:flex;justify-content:space-evenly;gap:12px;flex-wrap:wrap;margin-bottom:40px}.eventspage-categories button{padding:12px 25px;border:1px solid #ddd;background:#fff;border-radius:40px;cursor:pointer;font-weight:500}.eventspage-categories .active{background:#5f23c5;color:#fff;border-color:#5f23c5}.eventspage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.eventspage-card{background:#fff;border:1px solid #ececec;border-radius:18px;overflow:hidden;transition:.3s}.eventspage-card:hover{transform:translateY(-5px)}.eventspage-card-image{width:100%;height:220px;object-fit:cover}.eventspage-card-content{padding:20px}.eventspage-card-type{background:#f3ecff;color:#5f23c5;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}a{text-decoration:none}.eventspage-card-title{margin:15px 0;font-size:20px;color:#222}.eventpara{font-size:15px;color:#666}.eventspage-card-location,.eventspage-card-time{color:#666;margin-top:10px;font-size:14px}.eventspage-card-btn{width:100%;margin-top:18px;padding:12px;border:none;border-radius:10px;background:#fff;color:#000;font-weight:600;cursor:pointer;transition:.5s;box-shadow:0 4px 12px #00000026}.eventspage-card-btn:hover{transform:translateY(-5px)}.eventspage-cta{width:90%;margin:auto;background:#39157e;border-radius:25px;padding:60px;color:#fff}.eventspage-cta-content h2{font-size:40px;margin-bottom:15px}.eventspage-cta-content p{max-width:700px;line-height:1.8;margin-bottom:25px}.eventspage-cta-content button{background:#ffb703;color:#222;border:none;padding:14px 30px;border-radius:40px;font-weight:600;cursor:pointer}.gallery-wrapper{position:relative;display:flex;align-items:center}.eventspage-gallery{width:90%;margin:auto;padding:80px 0}.eventspage-gallery-title{font-size:42px;margin-bottom:30px}.group{display:flex;justify-content:space-between}.galbtn{border:none;color:#00f;background-color:#fff;font-size:15px}.eventspage-gallery-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-behavior:smooth;gap:20px;padding:10px;scrollbar-width:none}.eventspage-gallery-grid::-webkit-scrollbar{display:none}.gallery-item{display:flex;flex-direction:column;align-items:center;flex:0 0 auto}.gallery-item img{width:300px;height:200px;object-fit:cover;border-radius:15px}.gallery-item h6{margin-top:8px;font-size:14px;text-align:center}.gallery-btn{position:absolute;top:40%;z-index:20;transition:.5s;box-shadow:0 4px 12px #00000026;background:#fff;color:#00f;border:none;padding:12px;border-radius:50%;cursor:pointer}.gallery-btn:hover{transform:translateY(-5px);border:none;background-color:gray;color:#fff}.gallery-btn.left{left:-40px}.gallery-btn.right{right:-40px}.eventspage-subscribe{width:80%;margin:auto auto 20px;background:#f6f1ff;padding:35px;display:flex;gap:20px;align-items:center;border-radius:20px}.groupcontent,.eventsub{width:50%}.eveimg{width:100px;height:100px}.eventspage-subscribe h3{font-size:28px;margin-bottom:20px}.eventspage-subscribe p{font-size:14px;color:gray}.eventspage-subscribe-content{display:flex;gap:15px}.eventspage-subscribe-input{flex:1;padding:15px;border-radius:40px;border:1px solid #ddd;outline:none}.eventspage-subscribe-btn{background:#5f23c5;color:#fff;border:none;padding:15px 30px;border-radius:40px;cursor:pointer;font-weight:600}@media(max-width:992px){.eventspage-hero{flex-direction:column}.eventspage-grid{grid-template-columns:repeat(2,1fr)}.eventspage-gallery-grid{grid-template-columns:repeat(3,1fr)}.eventspage-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.eventspage-heading{font-size:38px}.eventspage-description{font-size:15px}.eventspage-btns,.eventspage-hero-right{flex-direction:column}.eventspage-big-img{width:100%;height:320px}.eventspage-small-images img{width:100%}.eventspage-grid,.eventspage-gallery-grid,.eventspage-stats{grid-template-columns:1fr}.eventspage-stat-card{border-right:none;border-bottom:1px solid #ececec}.eventspage-subscribe-content{flex-direction:column}.eventspage-title,.eventspage-gallery-title{font-size:30px}.eventspage-cta{padding:30px}.eventspage-cta-content h2{font-size:28px}}.gallery-page{width:100%;margin:auto}.herogallery{display:flex;justify-content:space-between;align-items:center;gap:60px;padding:50px 4%}.herogallery-left{flex:1}.herogallery-left h1{font-size:58px;line-height:1.08;font-weight:800;color:#111827;letter-spacing:-2px}.herogallery-left h1 span{color:#6d28d9}.herogallery-left .orange{color:#f59e0b}.herogallery-left p{margin-top:20px;font-size:16px;color:#6b7280;line-height:1.8;max-width:540px}.herogallery-right{flex:1;display:flex;justify-content:center;align-items:center;gap:18px;position:relative}.herogallery-right img{object-fit:cover;border-radius:22px;border:4px solid white;box-shadow:0 10px 30px #0000001f}.img1{width:180px;height:240px;transform:rotate(-8deg);margin-top:60px}.img2{width:220px;height:290px;z-index:2}.img3{width:180px;height:240px;transform:rotate(8deg);margin-top:60px}.filter-bar{display:flex;flex-wrap:wrap;gap:12px;padding:10px 25px;margin-top:40px;margin-bottom:35px}.filter-bar button{padding:10px;border:1px solid #e5e7eb;background:#fff;border-radius:14px;font-size:14px;font-weight:600;color:#4b5563;cursor:pointer;transition:.3s ease;box-shadow:0 3px 10px #00000008;display:flex;align-items:center;gap:5px;margin-left:16px}.filter-bar button:hover{background:#6d28d9;color:#fff}.filter-bar button img{width:22px;height:22px;object-fit:contain}.filter-bar button:hover{transform:translateY(-2px)}.filter-bar .active{background:#6d28d9;color:#fff;border-color:#6d28d9}.programgallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;padding:0 28px}.programgallery-card{position:relative;height:320px;overflow:hidden;border-radius:22px;cursor:pointer;background:#fff}.programgallery-card img{width:100%;height:100%;object-fit:cover;transition:.5s ease}.programgallery-card:hover img{transform:scale(1.08)}.overlaygallery{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.92),rgba(0,0,0,.1),transparent);display:flex;justify-content:space-between;align-items:flex-end;padding:18px}.overlaygallery h3{color:#fff;font-size:20px;font-weight:700;margin-bottom:6px}.overlaygallery p{color:#fffc;font-size:14px}.overlaygallery button{width:42px;height:42px;border-radius:50%;border:none;background:#8b5cf6;color:#fff;font-size:14px;cursor:pointer;transition:.3s}.overlaygallery button:hover{background:#fff;color:#6d28d9}.statsgallery{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:45px 0}.statgallery-card{background:#fff;border-radius:20px;padding:24px;display:flex;align-items:center;gap:18px;box-shadow:0 5px 18px #0000000a}.icongallery{width:60px;height:60px;border-radius:18px;background:#f3e8ff;display:flex;justify-content:center;align-items:center;color:#6d28d9;font-size:24px}.statgallery-card h2{color:#6d28d9;font-size:28px;font-weight:800}.statgallery-card p{color:#6b7280;margin-top:4px;font-size:15px}.join-section{background-color:#6d28d9;padding:38px;display:flex;justify-content:space-between;align-items:center;gap:25px;overflow:hidden;margin:0;position:relative}.join-section:before{content:"";position:absolute;width:250px;height:250px;background:#ffffff14;border-radius:50%;right:-80px;top:-80px}.join-left{display:flex;align-items:center;gap:22px;z-index:2}.camera{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:34px;color:#6d28d9;flex-shrink:0}.join-left h2{font-size:32px;margin-bottom:8px;color:#fff}.join-left p{color:#ffffffd9;line-height:1.7;max-width:540px}.join-buttons{display:flex;gap:14px;z-index:2}.join-buttons button{border:none;padding:14px 28px;border-radius:40px;font-weight:700;cursor:pointer;transition:.3s;font-size:15px}.yellow{background:#fbbf24;color:#111827}.white{background:#fff;color:#6d28d9}.join-buttons button:hover{transform:translateY(-2px)}@media(max-width:1200px){.herogallery{gap:40px;padding:40px 20px}.herogallery-right{transform:scale(.95);transform-origin:center}.programgallery-grid,.statsgallery{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.herogallery{flex-direction:column-reverse;text-align:center;gap:30px}.herogallery-left p{margin:20px auto 0}.herogallery-right{width:100%;justify-content:center;align-items:center;transform:scale(.85);transform-origin:center}.programgallery-grid,.statsgallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.herogallery-left h1{font-size:40px}.herogallery-left p{font-size:15px}.filter-bar{justify-content:center}.programgallery-grid,.statsgallery{grid-template-columns:1fr}.statgallery-card{flex-direction:column;text-align:center;justify-content:center}.herogallery-right{transform:scale(.75)}.join-section{flex-direction:column;text-align:center;gap:20px}.join-left{flex-direction:column}.join-buttons{flex-wrap:wrap;justify-content:center}}@media(max-width:576px){.herogallery{padding:30px 15px}.herogallery-left h1{font-size:32px}.herogallery-right{transform:scale(.65)}.filter-bar button{flex:1 1 auto;justify-content:center}.overlaygallery h3{font-size:16px}.overlaygallery p{font-size:12px}.join-left h2{font-size:24px}.camera{width:65px;height:65px;font-size:26px}}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{background:#fff}.storehero{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 4%;background:#fff;gap:40px;overflow:hidden}.storehero-text{max-width:550px;width:100%}.storehero-text h1{font-size:50px;line-height:1.2;margin-bottom:20px}.storehero-text h5{font-size:15px}.storehero-text .span1{color:#4e1d7c}.storehero-text .span2{color:#00f}.storehero-text p{font-size:clamp(.95rem,1.5vw,1.15rem);color:#555;line-height:1.8;margin-bottom:30px}.store-buttons{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:30px}.storehero-text button{padding:14px 26px;background:#4d1b7a;color:#fff;border:none;cursor:pointer;border-radius:40px;font-size:16px;transition:.3s}.storehero-text button:hover{transform:scale(1.03)}.btn2{padding:12px 24px;color:#000;border:1px solid #4D1B7A;border-radius:40px;text-decoration:none;font-size:16px;transition:.3s}.btn2:hover{background:#4d1b7a;color:#fff}.arrow1{color:#fff;font-size:20px;margin-left:10px}.arrow2{color:#000;font-size:20px;margin-left:10px}.storehero-img{flex:1;display:flex;justify-content:center}.storehero-img img{width:100%;max-width:750px;height:auto;object-fit:contain}.storespage-container{width:100%}.scroll-x{display:flex!important;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:10px 5px}.scroll-x::-webkit-scrollbar{display:none}.storespage-category-card{min-width:180px;flex:0 0 auto;border:1px solid #ececec;border-radius:22px;padding:25px 10px;text-align:center;transition:.3s ease;background:#fff;cursor:pointer}.storespage-category-wrapper{position:relative;display:flex;align-items:center}.storespage-category-section{position:relative;margin:37px}.storespage-category-section h3{text-align:center}.storespage-category-grid{display:flex!important;gap:18px;overflow-x:auto;scroll-behavior:smooth;padding:10px 40px}.storespage-category-grid::-webkit-scrollbar{display:none}.storespage-arrow-btn.left{left:0}.storespage-arrow-btn.right{right:0}.storespage-section-header,.storespage-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.storespage-section-header h3,.storespage-title-row h2{font-size:24px;font-weight:700;color:#111}.storespage-arrow-btn{width:38px;height:38px;border-radius:50%;border:1px solid #e5e5e5;background:#fff;cursor:pointer;transition:.3s}.storespage-arrow-btn:hover{background:#f3f3f3}.storespage-category-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000000d}.storespage-category-icon{font-size:38px;color:#5b21b6;margin-bottom:15px}.storespage-category-card p{font-size:14px;font-weight:600;color:#222}.storespage-products-section{margin:37px}.storespage-title-row a{text-decoration:none;color:#5b21b6;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}.storespage-product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.storespage-product-card{border:1px solid #ececec;border-radius:22px;overflow:hidden;background:#fff;transition:.3s ease}.storespage-product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.storespage-product-image{background:#f8f8f8}.storespage-product-image img{width:100%;height:150px;object-fit:contain}.storespage-product-content{padding:18px}.storespage-product-content h4{font-size:15px;font-weight:700;margin-bottom:10px;color:#111}.storespage-product-content p{font-size:13px;color:#666;line-height:1.6;margin-bottom:18px}.storespage-product-bottom{display:flex;justify-content:space-between;align-items:center}.storespage-product-bottom h5{font-size:15px;color:#5b21b6;font-weight:700}.storespage-heart-icon{font-size:18px;color:#888;cursor:pointer;transition:.3s}.storespage-heart-icon:hover{color:#dc143c}.storespage-features-section{margin-top:50px;border:1px solid #ececec;border-radius:24px;padding:28px;display:grid;grid-template-columns:repeat(5,1fr);gap:25px}.storespage-feature-box{display:flex;gap:15px;align-items:flex-start}.storespage-feature-icon{min-width:50px;height:50px;border-radius:14px;background:#f4efff;color:#5b21b6;display:flex;align-items:center;justify-content:center;font-size:20px}.storespage-feature-box h4{font-size:15px;margin-bottom:6px;color:#111}.storespage-feature-box p{font-size:13px;color:#666;line-height:1.5}.storespage-bestseller-grid{flex:1;display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.storespage-bestseller-card{border:1px solid #ececec;border-radius:22px;overflow:hidden;background:#fff;transition:.3s ease}.storespage-bestseller-card img{width:100%;height:180px;object-fit:cover}.storespage-bestseller-content{padding:18px}.storespage-bestseller-content h4{font-size:15px;margin-bottom:10px;color:#111}.storespage-bestseller-content h5{color:#5b21b6;margin-bottom:10px;font-size:15px}.storespage-rating{display:flex;align-items:center;gap:6px;color:#ff9800;font-size:14px}.storespage-cta-section{margin-top:70px;background:linear-gradient(to right,#4c1d95,#6d28d9);border-radius:28px 28px 0 0;padding:35px;display:flex;justify-content:space-between;align-items:center;gap:30px}.storespage-cta-left{display:flex;align-items:center;gap:20px}.storespage-bag-icon{width:75px;height:75px;border-radius:18px;background:#ffffff1f;display:flex;align-items:center;justify-content:center;font-size:34px;color:#fff}.storespage-cta-left h2{color:#fff;font-size:28px;margin-bottom:10px}.storespage-cta-left p{color:#dfdfdf;line-height:1.7;font-size:14px}.storespage-cta-buttons{display:flex;gap:16px;flex-wrap:wrap}.storespage-yellow-btn{background:#facc15;color:#111;padding:10px;transition:.4s;border-radius:30px;cursor:pointer;border:none}.storespage-yellow-btn:hover{background:green;transform:translateY(-5px);color:#fff}.storespage-white-btn{background:#fff;padding:10px;border:none;transition:.4s;border-radius:30px;cursor:pointer;color:#111}.storespage-white-btn:hover{background:#adff2f;transform:translateY(-5px)}@media(max-width:1024px){.storehero{flex-direction:column;text-align:center}.storehero-img{order:-1}.storespage-product-grid,.storespage-bestseller-grid{grid-template-columns:repeat(3,1fr)}.storespage-features-section{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.storehero{flex-direction:column;padding:20px 15px}.storehero-img{order:-1;width:100%}.storehero-text h1{font-size:28px}.storehero-text p{font-size:14px}.store-buttons{justify-content:center}.storespage-category-section{margin:20px 10px}.storespage-category-grid{padding:10px}.storespage-product-grid{grid-template-columns:repeat(2,1fr)}.storespage-features-section{grid-template-columns:1fr}.storespage-bestseller-wrapper{flex-direction:column;align-items:stretch}.storespage-bestseller-grid{grid-template-columns:repeat(2,1fr)}.storespage-cta-section{flex-direction:column;text-align:center}}@media(max-width:480px){.storehero-text h1{font-size:22px}.storespage-product-grid,.storespage-bestseller-grid{grid-template-columns:1fr}.storespage-arrow-btn{width:32px;height:32px}}.storespage-bestseller-section{margin:37px}.storespage-bestseller-wrapper{display:flex;align-items:center;gap:20px}.storespage-bestseller-grid{flex:1;display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:10px 5px;align-items:stretch}.storespage-bestseller-grid::-webkit-scrollbar{display:none}.storespage-bestseller-content h4{font-size:15px;color:#111}.storespage-bestseller-content h5{color:#5b21b6;font-size:15px}@media(max-width:768px){.storespage-bestseller-wrapper{flex-direction:column;align-items:stretch}.storespage-bestseller-card{width:220px}}.storespage-bestseller-card{flex:0 0 auto;width:260px;border:1px solid #ececec;border-radius:22px;overflow:hidden;background:#fff;transition:.3s ease;display:flex;flex-direction:column}.storespage-bestseller-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000000d}.storespage-bestseller-card img{width:100%;height:180px;object-fit:cover;display:block}.storespage-bestseller-content{padding:18px;display:flex;flex-direction:column;gap:6px}@media(max-width:1024px){.storespage-bestseller-card{width:240px}}@media(max-width:768px){.storespage-bestseller-wrapper{display:flex;flex-direction:row;align-items:center;gap:10px}.storespage-bestseller-grid{flex:1;display:flex;overflow-x:auto;scroll-behavior:smooth;gap:15px}.storespage-bestseller-card{width:220px}.storespage-arrow-btn{flex-shrink:0;width:36px;height:36px}}@media(max-width:480px){.storespage-bestseller-card{width:200px}}.contact-page{margin:auto;padding:0 40px;background:#fff}.contact-hero{display:flex;justify-content:space-between;align-items:center;gap:70px;margin-bottom:60px}.hero-left{flex:1}.hero-left h1{font-size:55px;line-height:1.15;font-weight:800}.hero-left span{color:#5b21b6}.hero-left h4{margin-top:20px;font-size:17px;color:gray;line-height:1.8;max-width:600px}.hero-right{flex:1}.hero-right img{width:100%}.hero-features{display:flex;gap:20px;margin-top:40px}.feature{display:flex;gap:15px;align-items:center}.feature svg{width:55px;height:55px;background:#f5edff;padding:15px;border-radius:16px;color:#6d28d9}.contact-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:24px;margin-top:40px}.contact-form,.contact-info{background:#fff;border:1px solid #e9e9ee;border-radius:22px;padding:34px;box-sizing:border-box}.contact-form h2,.contact-info h2{font-size:35px;font-weight:700;color:#151515;margin-bottom:8px;line-height:1.2}.contact-form p,.contact-info>p{font-size:15px;color:#666;margin-bottom:30px}.row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:18px}.field{display:flex;flex-direction:column}.field label{font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.field label:after{color:#ff4d4f}.field input,.field select,.field textarea{width:100%;border:1px solid #e3e5ea;border-radius:10px;padding:14px 16px;font-size:14px;outline:none;transition:.3s;background:#fff}.field input:focus,.field textarea:focus,.field select:focus{border-color:#6c2bd9}.field textarea{height:150px;resize:none}.contact-form button{margin-top:20px;background:#5c21b6;color:#fff;border:none;border-radius:10px;height:50px;padding:0 28px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:10px;cursor:pointer;transition:.3s}.contact-form button:hover{background:#4a1893}.info-item{display:flex;gap:18px;padding:22px 0;border-bottom:1px solid #ececf2}.info-item:last-of-type{border-bottom:none}.info-item svg{width:24px;height:24px;min-width:24px;color:#6c2bd9}.info-item h4{margin:0;font-size:15px;color:#5c21b6;font-weight:700}.info-item p{margin-top:5px;color:#555;line-height:1.7;font-size:14px}.socials{display:flex;gap:12px;margin-top:25px}.socials span{width:10px;height:10px;border:1px solid #e5e5ec;border-radius:50%;display:flex;padding:20px;align-items:center;justify-content:center;cursor:pointer;transition:.3s}.socials span svg{font-size:10px;color:#666}.socials span:hover{background:#5c21b6;border-color:#5c21b6}.socials span:hover svg{color:#fff}.map-section{margin-top:50px;border-radius:25px;overflow:hidden;position:relative}.map-section iframe{width:100%;height:350px}.map-card{position:absolute;top:30px;left:30px;z-index:2;background:#fff;border-radius:20px;padding:25px;box-shadow:0 20px 40px #00000014}.cta-banner{margin-top:50px;background:#4c1d95;border-radius:24px;color:#fff;display:flex;justify-content:space-between;align-items:center}.cta{width:20%;height:auto}.cta img{width:100%;height:50%}.with{padding:10px 40px;margin:0 60px;border-radius:40px;border:none;transition:.5s;color:#00f;cursor:pointer}.with:hover{transform:scale(1.03)}.support-grid{margin-top:40px;margin-bottom:20px;display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.support-card{border:1px solid #eee;border-radius:18px;padding:30px;width:100%;height:100%}.imagecon{display:flex;align-items:center;gap:10px}.imagecon h4{font-size:18px;color:purple}.imagecon img{width:50px}.contentcon p{margin-top:10px;margin-bottom:10px;font-size:13px;color:gray}*{margin:0;padding:0;box-sizing:border-box}.blog-page{width:100%;background:#fff;color:#222}.blog-hero{width:100%;padding:10px 6%;display:flex;justify-content:space-between;align-items:center;gap:60px}.blog-left{flex:1}.breadcrumb{color:#7a7a7a;font-size:14px;margin-bottom:25px}.breadcrumb span{margin:0 8px}.blog-left h1{font-size:60px;font-weight:700;line-height:1.1;margin-bottom:20px}.blog-left h1 span{color:#5d22c3}.blog-left h3{font-size:32px;font-weight:600;line-height:1.4;margin-bottom:20px}.hero-desc{font-size:17px;line-height:1.8;color:#666;max-width:650px}.hero-buttons{display:flex;gap:20px;margin-top:35px}.explore-btn{background:#5d22c3;color:#fff;border:none;padding:15px 28px;border-radius:50px;cursor:pointer;font-size:15px;display:flex;gap:10px;align-items:center;transition:.3s}.explore-btn:hover{transform:translateY(-3px)}.subscribe-btn{border:2px solid #ddd;background:#fff;color:#222;padding:15px 28px;border-radius:50px;cursor:pointer;display:flex;gap:10px;align-items:center;transition:.3s}.subscribe-btn:hover{border-color:#5d22c3}.blog-right{flex:1;display:flex;gap:20px;align-items:center}.main-image{flex:1}.main-image img{width:100%;height:460px;object-fit:cover;border-radius:35px;box-shadow:0 10px 30px #0000001a}.side-images{width:250px;display:flex;flex-direction:column;gap:20px}.side-images img{width:100%;height:220px;object-fit:cover;border-radius:30px;box-shadow:0 10px 25px #0000001a}.filter-section{width:88%;margin:auto;padding:25px;border:1px solid #eee;border-radius:20px;display:grid;box-shadow:0 4px 20px #0000000f;grid-template-columns:2fr 1fr 1fr 1fr;gap:20px}.search-box{position:relative}.search-box input{width:100%;height:55px;border:1px solid #ddd;border-radius:14px;padding-left:20px;outline:none}.search-box svg{position:absolute;right:20px;top:18px;color:#5d22c3}.filter-section select{height:55px;border:1px solid #ddd;border-radius:14px;padding:0 15px;outline:none}.content-wrapper{padding:50px 6%;display:grid;grid-template-columns:2fr 1fr;gap:35px}.section-title{color:#5d22c3;margin-bottom:20px;font-size:24px}.featured-card{border:1px solid #eee;border-radius:20px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;margin-bottom:40px}.featured-card img{width:100%;height:100%;object-fit:cover}.featured-info{padding:30px}.tag{color:#5d22c3;font-weight:600;font-size:14px}.featured-info h3{margin-top:15px;margin-bottom:15px;font-size:32px;line-height:1.3}.featured-info p{color:#666;line-height:1.7}.meta{display:flex;gap:20px;margin-top:20px;color:#666}.featured-info a{display:inline-block;margin-top:20px;text-decoration:none;color:#5d22c3;font-weight:600}.latest-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.latest-header h2{font-size:28px}.latest-header a{color:#5d22c3;text-decoration:none;font-weight:600}.article-card{border:1px solid #eee;border-radius:20px;overflow:hidden;display:flex;align-items:center;margin-bottom:20px;position:relative;transition:.3s}.article-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00000014}.article-card img{width:250px;height:190px;object-fit:cover}.article-info{padding:25px}.category{color:#5d22c3;font-size:14px;font-weight:600}.article-info h3{margin:10px 0;font-size:24px}.article-info p{color:#666;line-height:1.7}.article-meta{display:flex;gap:20px;margin-top:15px;color:#777}.bookmark{position:absolute;right:25px;bottom:25px;color:#5d22c3;cursor:pointer}.sidebar{display:flex;flex-direction:column;gap:25px}.sidebar-card{border:1px solid #eee;border-radius:20px;padding:30px}.sidebar-card h3{margin-bottom:20px;font-size:24px}.sidebar-card ul{list-style:none}.sidebar-card li{padding:15px 0;border-bottom:1px solid #eee;cursor:pointer}.sidebar-card li:last-child{border-bottom:none}.newsletter{background:linear-gradient(135deg,#5d22c3,#8a3ffc);color:#fff;padding:35px;border-radius:20px}.newsletter h3{font-size:28px;margin-bottom:15px}.newsletter p{line-height:1.8;margin-bottom:20px}.newsletter input{width:100%;height:55px;border:none;border-radius:12px;padding-left:15px;margin-bottom:15px}.newsletter button{width:100%;height:55px;border:none;background:#fff;color:#5d22c3;border-radius:12px;font-weight:600;cursor:pointer}.popular-item{display:flex;gap:15px;margin-bottom:20px}.popular-item img{width:90px;height:90px;border-radius:12px;object-fit:cover}.popular-item span{font-size:15px;font-weight:500;line-height:1.5}.pagination{display:flex;justify-content:center;gap:12px;margin-top:40px}.pagination button{width:45px;height:45px;border:1px solid #ddd;background:#fff;border-radius:10px;cursor:pointer;transition:.3s}.pagination button:first-child{background:#5d22c3;color:#fff;border:none}.pagination button:hover{background:#5d22c3;color:#fff}@media(max-width:1200px){.blog-left h1{font-size:50px}.featured-info h3{font-size:26px}}@media(max-width:992px){.blog-hero{flex-direction:column}.content-wrapper{grid-template-columns:1fr}.filter-section{grid-template-columns:1fr;width:92%}.featured-card{grid-template-columns:1fr}.blog-right{width:100%}}@media(max-width:768px){.blog-left h1{font-size:38px}.blog-left h3{font-size:24px}.hero-buttons,.blog-right{flex-direction:column}.side-images{width:100%}.article-card{flex-direction:column}.article-card img{width:100%}.latest-header{flex-direction:column;gap:10px}}@media(max-width:480px){.blog-hero{padding:50px 20px}.content-wrapper{padding:40px 20px}.blog-left h1{font-size:32px}.featured-info h3{font-size:22px}.article-info h3{font-size:20px}}.register-container{width:100%;min-height:100vh;padding:70px 6%;background:#f8fafc;display:grid;grid-template-columns:1.1fr 1fr;gap:50px;align-items:center}.register-event-section{background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 10px 30px #00000014}.register-event-image-wrapper{width:100%;height:350px}.register-event-image{width:100%;height:100%;object-fit:cover}.register-event-content{padding:35px}.register-event-tag{background:#7c3aed;color:#fff;padding:8px 18px;border-radius:30px;font-size:14px;font-weight:600}.register-event-title{font-size:2.2rem;margin:20px 0 15px;color:#0f172a}.register-event-description{color:#64748b;line-height:1.8;margin-bottom:25px}.register-event-details{display:flex;flex-direction:column;gap:15px}.register-event-details span{display:flex;align-items:center;gap:10px;color:#334155;font-weight:500}.register-event-details svg{color:#7c3aed}.register-form-wrapper{background:#fff;padding:40px;border-radius:25px;box-shadow:0 10px 30px #00000014}.register-form-title{font-size:2rem;margin-bottom:30px;color:#0f172a}.register-form{display:flex;flex-direction:column;gap:20px}.register-input-group{width:100%;height:58px;display:flex;align-items:center;gap:12px;padding:0 18px;border:1px solid #dbeafe;border-radius:14px;transition:.3s ease}.register-input-group:focus-within{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1f}.register-input-group svg{color:#7c3aed;font-size:16px}.register-input-group input{width:100%;height:100%;border:none;outline:none;font-size:15px;background:transparent}.register-submit-btn{width:100%;height:58px;border:none;border-radius:14px;background:#7c3aed;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.3s ease}.register-submit-btn:hover{transform:translateY(-3px);background:#6d28d9}@media(max-width:1000px){.register-container{grid-template-columns:1fr}}@media(max-width:768px){.register-container{padding:50px 5%}.register-event-title{font-size:1.8rem}.register-form-wrapper{padding:30px}.register-form-title{font-size:1.7rem}}@media(max-width:480px){.register-container{padding:40px 4%}.register-event-content,.register-form-wrapper{padding:22px}.register-event-title{font-size:1.5rem}.register-form-title{font-size:1.4rem}.register-input-group,.register-submit-btn{height:52px}}.exploreevents-section{width:100%;padding:80px 6%;background:#f8fafc}.exploreevents-header{text-align:center;margin-bottom:60px}.exploreevents-tag{background:#7c3aed;color:#fff;padding:8px 18px;border-radius:30px;font-size:14px;font-weight:600}.exploreevents-title{font-size:2.7rem;color:#0f172a;margin-top:20px;margin-bottom:18px}.exploreevents-description{max-width:700px;margin:auto;color:#64748b;line-height:1.8;font-size:16px}.exploreevents-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.exploreevents-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 25px #0000000f;transition:.4s ease}.exploreevents-card:hover{transform:translateY(-10px)}.exploreevents-image-wrapper{width:100%;height:240px;overflow:hidden}.exploreevents-image{width:100%;height:100%;object-fit:cover;transition:.5s ease}.exploreevents-card:hover .exploreevents-image{transform:scale(1.08)}.exploreevents-content{padding:25px}.exploreevents-card-title{font-size:1.35rem;color:#0f172a;margin-bottom:14px}.exploreevents-card-description{color:#64748b;line-height:1.7;margin-bottom:22px;font-size:15px}.exploreevents-details{display:flex;flex-direction:column;gap:14px;margin-bottom:25px}.exploreevents-details span{display:flex;align-items:center;gap:10px;color:#334155;font-size:14px}.exploreevents-details svg{color:#7c3aed}.exploreevents-btn{width:100%;height:52px;border:none;border-radius:14px;background:#7c3aed;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:600;cursor:pointer;transition:.3s ease}.exploreevents-btn:hover{background:#6d28d9;transform:translateY(-2px)}@media(max-width:1200px){.exploreevents-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.exploreevents-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.exploreevents-section{padding:60px 5%}.exploreevents-grid{grid-template-columns:1fr}.exploreevents-title{font-size:2rem}.exploreevents-content{padding:20px}.exploreevents-image-wrapper{height:220px}}.hostanevent-container{width:100%;min-height:100vh;padding:80px 6%;background:#f8fafc;display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:start}.hostanevent-left{display:flex;flex-direction:column;gap:25px}.hostanevent-tag{width:fit-content;background:#7c3aed;color:#fff;padding:8px 18px;border-radius:30px;font-size:14px;font-weight:600}.hostanevent-title{font-size:3rem;line-height:1.2;color:#0f172a}.hostanevent-description{color:#64748b;line-height:1.9;font-size:16px}.hostanevent-image-wrapper{width:100%;height:380px;overflow:hidden;border-radius:24px}.hostanevent-image{width:100%;height:100%;object-fit:cover}.hostanevent-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hostanevent-benefit-card{background:#fff;padding:22px;border-radius:18px;box-shadow:0 8px 20px #0000000d}.hostanevent-benefit-card h3{margin-bottom:10px;color:#0f172a;font-size:1.1rem}.hostanevent-benefit-card p{color:#64748b;line-height:1.7;font-size:14px}.hostanevent-form-wrapper{background:#fff;padding:40px;border-radius:25px;box-shadow:0 10px 30px #00000014}.hostanevent-form-title{font-size:2rem;margin-bottom:30px;color:#0f172a}.hostanevent-form{display:flex;flex-direction:column;gap:20px}.hostanevent-input-group{width:100%;height:58px;display:flex;align-items:center;gap:12px;padding:0 18px;border:1px solid #dbeafe;border-radius:14px;transition:.3s ease}.hostanevent-input-group:focus-within{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1f}.hostanevent-input-group svg{color:#7c3aed;font-size:16px}.hostanevent-input-group input,.hostanevent-input-group select{width:100%;height:100%;border:none;outline:none;background:transparent;font-size:15px}.hostanevent-textarea{width:100%;padding:18px;border:1px solid #dbeafe;border-radius:14px;resize:none;outline:none;font-size:15px;transition:.3s ease}.hostanevent-textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1f}.hostanevent-submit-btn{width:100%;height:58px;border:none;border-radius:14px;background:#7c3aed;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.3s ease}.hostanevent-submit-btn:hover{background:#6d28d9;transform:translateY(-2px)}@media(max-width:1100px){.hostanevent-container{grid-template-columns:1fr}.hostanevent-benefits{grid-template-columns:1fr 1fr}}@media(max-width:768px){.hostanevent-container{padding:60px 5%}.hostanevent-title{font-size:2.2rem}.hostanevent-benefits{grid-template-columns:1fr}.hostanevent-form-wrapper{padding:30px}}@media(max-width:480px){.hostanevent-container{padding:45px 4%;gap:40px}.hostanevent-title{font-size:1.8rem}.hostanevent-description{font-size:14px}.hostanevent-image-wrapper{height:260px}.hostanevent-form-wrapper{padding:22px}.hostanevent-form-title{font-size:1.5rem}.hostanevent-input-group,.hostanevent-submit-btn{height:52px}}
