.navbar{position:fixed;top:0;left:0;right:0;height:7rem;background:var(--primary-color);box-shadow:0 2px 6px rgba(0,0,0,.08);z-index:1000}.nav-container,.navbar{display:flex;align-items:center}.nav-container{justify-content:space-between;gap:20rem;width:100%;padding:0 1.25rem}.logo-icon{display:flex;align-items:center;gap:.2rem}.span{text-align:start}.span p{margin-top:0}.logosize{height:7rem;width:auto}.nav-menu{display:flex;align-items:center;gap:1.5rem}.nav-link{position:relative;display:inline-block;padding:6px 4px}.nav-link:hover{color:var(--hover-purple)}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:50%;background:linear-gradient(45deg,#667eea,#764ba2);transition:all .3s ease;transform:translateX(-50%)}.theme-toggle .theme-icon{width:1.25rem;height:1.25rem;display:block}.site-theme-toggle{position:fixed;left:4rem;bottom:1rem}.site-theme-toggle:hover{transform:translateY(-2px)}.theme-icon{width:1.3rem;height:1.3rem;display:block}.nav-link:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer;padding:5px;z-index:1}.bar{width:1.55rem;height:.18rem;background-color:var(--secondary-color);margin:3px 0;transition:.3s;border-radius:2px}.hero{background:linear-gradient(90deg,#667eea99 0,#764ba299),url(/_next/static/media/Hero-img.3dfa3019.jpg);background-size:cover;height:50rem;margin-top:6rem;justify-content:flex-start;background-position:50%;background-repeat:no-repeat}.hero,.hero-sec{width:100%;display:flex;align-items:center}.hero-sec{justify-content:space-between;gap:.625rem}.hero-text{min-width:300px}.hero-text h1{font-size:2.5rem;color:#fff;margin-bottom:1.25rem;font-weight:700}.hero-text p{font-size:1.1rem;color:#fbfafa;margin-bottom:1.8rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem}.btn{padding:12px 24px;border:none;font-size:1rem;cursor:pointer;border-radius:6px;transition:background .3s ease}.btn-learn{background-color:var(--dark-blue);color:#fff}.btn-learn:hover{background-color:var(--light-blue)}.btn-support{background-color:var(--light-green);color:#fff}.btn-support:hover{background-color:var(--dark-green)}.about{margin-top:2rem}.about-header h1{font-size:2.5rem;color:var(--primary-purple);margin-bottom:3rem}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:15rem;align-items:center}.about-sec h1{color:var(--primary-purple);font-size:1.5rem;margin-bottom:1rem}.about-sec p{margin-bottom:1.5rem;font-size:1.2rem;color:var(--text-light)}.about-image{text-align:center}.about-image img{max-width:25rem;border-radius:1.25rem;box-shadow:0 20px 40px rgba(107,70,193,.2);transition:transform .3s ease}.about-image img:hover{transform:translateY(-10px)}.impact{margin-top:5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:10vh}.impact-container,.impact-title h1{text-align:center}.impact-title h1{font-size:2rem;font-weight:700;color:var(--primary-purple)}.impact-stat{min-width:180px;background:var(--shadow-grey);border-radius:12px;padding:24px 16px;box-shadow:0 2px 8px var(--shadow)}.impact-row{display:flex;justify-content:center;align-items:center;gap:80px;flex-wrap:wrap;margin-top:2rem}.impact-number{font-size:3rem;font-weight:700;color:var(--secondary-color)}.impact-label{font-size:1.1rem;color:var(--tertiary-color)}.image-title{text-align:center;color:#764ba2;font-size:1.2rem;font-weight:700;margin-top:.7rem;margin-bottom:.7rem}.pro-section{background:var(--white);margin-top:4rem}.pro-header{margin-bottom:2rem;animation:fadeInUp .8s ease-out;position:relative}.pro-header h1{font-size:3rem;font-weight:700;color:var(--primary-purple);margin-bottom:1rem;margin-top:5rem;text-align:center}.pro-header p{font-size:1.2rem;text-align:center}.image-gallery{display:flex;align-items:flex-start;justify-content:center;gap:2.3rem;padding:2rem 0}.image-card{animation:fadeInUp .8s ease-out;animation-fill-mode:both}.image-card:first-child{animation-delay:.1s}.image-card:nth-child(2){animation-delay:.2s}.image-card:nth-child(3){animation-delay:.3s}.image-card:nth-child(4){animation-delay:.4s}.image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px var(--shadow);transition:all .4s linear;cursor:pointer;aspect-ratio:4/3;width:285px;height:285px}.image-container:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 20px 40px rgba(107,70,193,.3);width:400px;height:400px}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .4s linear}.image-container:hover .gallery-image{transform:scale(1.1)}.overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(107,70,193,.9),rgba(139,92,246,.9));opacity:0;visibility:hidden;transition:all .4s linear;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.image-container:hover .overlay{opacity:1;visibility:visible}.overlay-content{transform:translateY(20px);transition:transform .4s linear .1s}.image-container:hover .overlay-content{transform:translateY(0)}.overlay-title{color:var(--white);font-size:1.8rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.overlay-description{color:rgba(255,255,255,.95);font-size:1rem;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.3)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.sections-container{display:flex;flex-direction:column}.projects{background:var(--primary-color)}.section{border-bottom:1px solid #e5e5e5;padding:1rem 0}.section-button{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:8px 0;border:none;background-color:transparent;cursor:pointer;border-radius:4px;outline:none}.section-button:focus{outline:2px solid #8b5cf6;outline-offset:2px}.section-title{font-size:1.25rem;font-weight:600;color:var(--primary-purple);margin:0}.icon-container{margin-left:16px}.icon{width:24px;height:24px;color:var( --accent-purple);transition:transform .2s ease-in-out}.icon.rotated{transform:rotate(45deg)}.content{margin-top:16px;padding-bottom:16px;color:#6b6b6b;line-height:1.6;animation:slideIn .2s ease-in-out}.content-paragraph{margin-bottom:16px;font-size:17px}.content-paragraph:last-child{margin-bottom:0}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact{background:var(--white)}.contact-container{display:flex;gap:80px;padding:50px;position:relative}.left-section{flex:1;display:flex;flex-direction:column;justify-content:center}.left-section h1{font-size:2rem;font-weight:700;color:var(--primary-purple);margin-bottom:2rem}.left-section p{font-size:1.25rem}.accont_details{font-size:1rem;margin:0}.right-section{flex:1;display:flex;flex-direction:column}.main-title{font-size:3rem;font-weight:600;margin-bottom:.5rem;text-align:center;color:var(--primary-purple)}.contact-form{gap:25px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{font-size:1rem;color:#ffffff}.form-group input,.form-group textarea{background-color:var(--white);border:1.8px solid #334155;border-radius:8px;padding:15px;color:var(--light-black);font-size:.95rem;outline:none;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--light-purple)}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.form-group textarea{min-height:120px;resize:vertical;font-family:inherit}.send-btn{background:linear-gradient(135deg,#A78BFA,#4C1D95);border:none;border-radius:25px;padding:12px 40px;color:#ffffff;font-size:1rem;font-weight:600;cursor:pointer;width:fit-content;transition:transform .3s,box-shadow .3s}.send-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px var(--accent-purple)}.decoration-circle{position:fixed;bottom:-50px;right:50px;width:150px;height:150px;background:linear-gradient(135deg,#ec4899,#8b5cf6);border-radius:50%;opacity:.6;z-index:1}.Team{background:var(--white)}.team-heading{text-align:center;font-size:2.5rem;font-weight:700;padding-top:3rem;color:var(--primary-purple)}.team-grid{display:flex;flex-wrap:wrap;gap:60px 40px;padding:20px;align-items:flex-start;justify-content:flex-start}.member-card{display:flex;flex-direction:column;align-items:center;flex:1 1 260px;box-sizing:border-box}.member-container{width:280px;height:280px;border-radius:50%;overflow:hidden;margin-bottom:30px;object-fit:cover;border:6px solid white;box-shadow:0 10px 30px rgba(0,0,0,.15);transition:box-shadow .3s ease}.member-image{width:100%;height:100%;object-fit:cover}.member-name{font-size:1.3rem;font-weight:600;margin-bottom:8px;text-align:center;color:var( --tertiary-color)}.member-title{font-size:1.1rem;color:var(--secondary-color);text-align:center;font-weight:400}.footer{padding:3rem 1rem 2rem;background:linear-gradient(180deg,rgba(118,75,162,.06),transparent 30%);color:var(--text);border-top:1px solid rgba(0,0,0,.04)}.footer-gradient-border{height:1px;background:linear-gradient(90deg,#667eea,#764ba2);width:100%}.footer-container{display:flex;align-items:flex-start;justify-content:center;gap:2rem;flex-wrap:wrap}.footer-brand{flex:1 1 260px}.brand-header{display:flex;align-items:center;gap:.75rem}.brand-logo{width:3.5rem;height:3.5rem;object-fit:cover;border-radius:8px}.brand-name{font-weight:700;font-size:1.2rem;color:var(--text)}.brand-description{font-size:1.2rem;color:var( --text-light);margin-top:.5rem}.footer-contact-section,.footer-links-section{flex:1 1 200px}.footer-heading{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-link{color:var(--text-light,#6b7280);text-decoration:none;position:relative}.footer-link:hover{color:var(--primary-purple,#764ba2)}.link-underline{display:inline-block;height:2px;width:0;background:linear-gradient(90deg,#667eea,#764ba2);position:absolute;left:0;bottom:-3px;transition:width .25s ease}.footer-link:hover .link-underline{width:100%}.contact-email{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.contact-email,.contact-text{color:var(--text-light,#6b7280);margin:.25rem 0}.social-links{display:flex;gap:.5rem;margin-top:.5rem}.footer-copyright,.social-icon .icon{color:var(--text-light,#6b7280)}.footer-copyright{text-align:center;margin-top:1.25rem;font-size:.9rem}@media (max-width:1024px){.nav-menu{display:none}.nav-toggle{display:flex}.nav-container{gap:22rem}.logosize{height:6rem;width:auto}.nav-link{font-size:1rem;padding:8px 6px}.hero{height:40rem;background-position:0}.hero-sec{gap:1rem;padding-left:16px;padding-right:16px}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem;max-width:70ch}.about-bhin{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%}.about-image{display:none}.about-content{display:block;padding:0 16px}.image-gallery{justify-content:center;flex-wrap:wrap;gap:3rem;padding:1rem}.image-container{width:20rem;height:20rem}.footer-container{text-align:center}.site-theme-toggle{left:16px;bottom:16px}.footer{margin:0}.footer-container{gap:1rem;margin:0}.footer-brand,.footer-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-brand{margin-bottom:-2rem}.footer-contact-section{margin-top:1.5rem}.social-links{display:flex;align-items:center;justify-content:center;margin-top:.5rem}}@media (max-width:968px){.contact-container{flex-direction:column;gap:50px}.main-title{font-size:2.5rem}.lets-talk{font-size:2rem}}@media (max-width:768px){body{overflow-x:hidden}.nav-toggle{display:flex}.nav-menu{display:none}.nav-container{gap:7rem;align-items:center}.nav-menu.active{display:flex;position:absolute;top:72px;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:1rem 0;align-items:center;box-shadow:0 6px 20px rgba(0,0,0,.08);z-index:1100}.nav-menu.active .nav-item{margin:.5rem 0}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:first-child{transform:translateY(9px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.logosize{height:4.5rem;width:4.5rem}.span h1,.span p{font-size:.8rem}.span p{margin-top:-5px}.hero{height:30rem;width:100%}.hero-sec{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:0}.hero-text{width:100%;text-align:center;padding:0 8px}.hero-text h1{font-size:1.8rem;line-height:1.15}.hero-text p{font-size:1rem}.hero-buttons{justify-content:center;gap:.75rem;margin-top:.8rem;flex-wrap:wrap}.btn{width:100%;max-width:200px}.about-bhin{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%}.about-image{display:none}.about-content{gap:1.5rem;padding:0 12px}.about-content,.overlay{display:flex;flex-direction:column;align-items:center;justify-content:center}.overlay{position:absolute;left:0;right:0;top:0;color:white;background:linear-gradient(135deg,rgba(107,70,193,.9),rgba(139,92,246,.9));text-align:center;height:0;transition:.5s ease;overflow:hidden}.image-container:hover .overlay{height:100%}.image-container:hover{width:350px;height:350px}.main-title{font-size:1.75rem}.description{font-size:15px}.image-gallery{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.team-grid{gap:24px;justify-content:center}.member-container{width:240px;height:240px}.team-grid>:last-child:nth-child(odd){margin-left:auto;margin-right:auto}.footer-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-top:-6rem}.footer-brand{margin-bottom:-7rem}.footer-links-section{margin-top:2rem}.footer-contact-section{margin-top:1.5rem}.social-links{display:flex;align-items:center;justify-content:center;margin-top:.5rem}}@media (max-width:600px){.subscribe-btn{bottom:20px;right:20px;font-size:.8rem;padding:12px 16px}.decoration-circle{width:100px;height:100px;right:30px}}