*{padding:0;margin:0;box-sizing:border-box}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.navbar{background-color:#1e1e2f;color:#fff;position:sticky;top:0;width:100%;z-index:9999}.navbar-container{max-width:1200px;margin:auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.navbar-logo a{color:#fff;font-weight:700;font-size:1.6rem;text-decoration:none}.hamburger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:0}.hamburger div{width:25px;height:3px;background:#fff;border-radius:2px}.navbar-links{display:flex;list-style:none;gap:24px;margin:0;padding:0}.navbar-links li a{color:#fff;font-weight:600;text-decoration:none;transition:color .2s ease-in-out}.navbar-links li a:hover{color:#1dbf73}.navbar-right{display:flex;align-items:center}.auth-buttons button{background:transparent;border:1.8px solid white;color:#fff;padding:7px 16px;font-weight:600;margin-left:12px;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.auth-buttons button:hover{background-color:#1dbf73;border-color:#1dbf73}.profile-menu{position:relative;cursor:pointer}.profile-menu .avatar{width:40px;height:40px;font-size:20px;background:linear-gradient(135deg,#1dbf73,#159c58);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;-webkit-user-select:none;user-select:none;transition:box-shadow .3s ease}.profile-menu:hover .avatar{box-shadow:0 0 8px #1dbf73aa}.dropdown{position:absolute;top:50px;right:0;background:#fff;color:#222;border-radius:12px;min-width:220px;box-shadow:0 8px 20px #00000040;padding:16px 20px;display:flex;flex-direction:column;z-index:1000;font-size:14px;animation:dropdownFadeIn .2s ease forwards}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown p{margin:0 0 12px;font-weight:700;font-size:16px;color:#444}.dropdown a{color:#333;text-decoration:none;padding:8px 10px;border-radius:8px;transition:background-color .2s ease-in-out}.dropdown a:hover{background-color:#1dbf73;color:#fff}@media (max-width: 768px){.hamburger{display:flex}.navbar-links{display:none;flex-direction:column;width:100%;background-color:#2c2c44;margin-top:8px;border-radius:6px;overflow:hidden;max-height:0;transition:max-height .3s ease}.navbar-links.active{display:flex;max-height:600px;padding:12px 0}.navbar-links li{width:100%;padding:10px 24px;border-bottom:1px solid #444}.navbar-links li:last-child{border-bottom:none}.navbar-links li a{font-size:1.1rem;width:100%;display:block}.navbar-right{display:none}.menu-btn{width:100%;padding:10px;background-color:transparent;border:1.5px solid white;border-radius:6px;color:#fff;font-weight:600;cursor:pointer;transition:background-color .3s ease}.menu-btn.signup{margin-top:6px;border-color:#1dbf73;color:#1dbf73}.menu-btn:hover{background-color:#1dbf73;color:#fff}.menu-btn.signup:hover{background-color:#159c58}.profile-menu-mobile .profile-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:600;color:#fff}.profile-menu-mobile .avatar{width:32px;height:32px;font-size:16px;background-color:#555;margin-right:10px;display:flex;align-items:center;justify-content:center;border-radius:50%}.profile-menu-mobile .arrow{transition:transform .3s ease}.profile-menu-mobile .arrow.open{transform:rotate(180deg)}.dropdown-mobile{margin-top:8px;background:#3a3a62;border-radius:6px;display:flex;flex-direction:column}.dropdown-mobile a{padding:10px 15px;color:#fff;text-decoration:none;border-bottom:1px solid #555;font-weight:500}.dropdown-mobile a:last-child{border-bottom:none}.dropdown-mobile a:hover{background-color:#1dbf73;color:#fff!important}}.logout-btn{background-color:transparent;color:red;border:none;padding:.5rem 1rem;cursor:pointer;font-weight:500;text-align:left}.logout-btn:hover{text-decoration:underline}.home-container{font-family:Segoe UI,sans-serif;color:#333}.hero{height:100vh;background:linear-gradient(135deg,#00294f,#006e9b);background-size:cover;color:#fff;display:flex;align-items:center;justify-content:center;padding:0 40px;z-index:1}.hero-inner{display:flex;max-width:1200px;width:100%;align-items:center;justify-content:space-between;gap:60px}.hero-text{max-width:600px}.hero h1{font-size:4rem;font-weight:900;line-height:1.1;margin-bottom:20px}.hero .highlight{color:gold}.hero p{font-size:1.4rem;font-weight:500;margin-bottom:30px}.hero button{background:gold;color:#5f2c82;font-weight:700;border:none;padding:18px 50px;border-radius:30px;font-size:1.2rem;cursor:pointer;transition:background-color .3s ease}.hero button:hover{background-color:#f1c40f}.hero-tagline{margin-top:15px;font-size:1rem;font-weight:400;color:#ffeb7dcc;font-style:italic;-webkit-user-select:none;user-select:none}.hero-illustration{flex:1;display:flex;justify-content:center;align-items:center}.illustration-placeholder{width:400px;height:400px;background:#ffffff26;border-radius:50%;font-size:6rem;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.illustration-placeholder img{max-width:100%;max-height:100%;border-radius:50%;object-fit:cover;display:block}.about-image img{max-width:100%;max-height:100%;object-fit:cover;display:block}@media (max-width: 900px){.hero-inner{flex-direction:column;gap:40px}.hero-illustration{order:-1}.hero h1{font-size:2.8rem}.hero p{font-size:1.1rem}.hero button{padding:14px 40px;font-size:1rem}.illustration-placeholder{width:250px;height:250px;font-size:4rem}}.about{background:#f8f9fa;padding:80px 20px}.about-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:40px;max-width:1100px;margin:auto}.about-image{font-size:4rem;flex:1;text-align:center}.about-text{flex:2}.about-text h2{font-size:2.2rem;margin-bottom:20px;color:#5f2c82}.about-text ul{list-style:none;padding-left:0}.about-text li{margin-bottom:12px}.features{background:#fff;padding:80px 20px;text-align:center}.feature-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin-top:40px}.feature-card{background:#f0f0f0;padding:30px 20px;border-radius:12px;width:280px;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 6px 18px #0000001a}.feature-icon{font-size:2.5rem;margin-bottom:12px;color:#5f2c82}.feature-card h3{font-size:1.3rem;margin-bottom:10px}.projects{background:#f9f9f9;padding:80px 20px;text-align:center}.project-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:40px}.project-card{background:#fff;padding:20px;width:300px;border-radius:10px;box-shadow:0 2px 10px #0000000d;text-align:left}.project-header{display:flex;align-items:center;gap:12px;margin-bottom:10px}.ngo-avatar{width:40px;height:40px;background:#5f2c82;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700}.ngo-name{font-weight:700;color:#5f2c82}.project-title{font-size:1.1rem;margin-bottom:8px}.status{display:inline-block;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:700;background:#28a745;color:#fff;margin-top:10px}.testimonials{background:#fff;padding:80px 20px;text-align:center}.testimonial-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:40px}.testimonial-card{background:#fff;border-left:4px solid #5f2c82;box-shadow:0 2px 12px #0000000d;padding:20px;border-radius:8px;width:300px;text-align:left}.testimonial-header{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:#5f2c82;color:#fff;font-weight:700;display:flex;justify-content:center;align-items:center}.testimonial-meta{display:flex;flex-direction:column}.testimonial-username{font-weight:700;color:#5f2c82}.testimonial-stars{color:gold}.testimonial-text{margin:12px 0;font-style:italic}.testimonial-role{font-weight:700;color:#666}.cta{background:linear-gradient(to right,#5f2c82,#4a90e2);color:#fff;padding:80px 20px;text-align:center}.cta button{margin-top:20px;padding:14px 32px;border:none;background:#fff;color:#5f2c82;font-weight:700;border-radius:8px;cursor:pointer}.cta button:hover{background-color:#f0f0f0}.footer{background:#333;color:#fff;text-align:center;padding:24px}.star{color:#ccc}.star.filled{color:gold}@media (max-width: 768px){.about-wrapper{flex-direction:column;text-align:center}.feature-grid,.project-grid,.testimonial-grid{flex-direction:column;align-items:center}.feature-card,.project-card,.testimonial-card{width:90%}}.stats{background:#fff;padding:60px 20px;text-align:center}.stats-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:40px;max-width:1000px;margin:auto}.stat-box{background:#f0f0f0;padding:30px 40px;border-radius:10px;min-width:200px;box-shadow:0 2px 10px #0000000d}.stat-box h3{color:#5f2c82;font-size:2rem;margin-bottom:10px}.stat-box p{font-size:1rem;font-weight:700;color:#333}.login-container{max-width:400px;margin:3rem auto;padding:2rem;border-radius:10px;background-color:#fff;box-shadow:0 6px 12px #0000001a;font-family:Segoe UI,sans-serif}.login-title{text-align:center;font-size:1.8rem;margin-bottom:1.5rem;color:#333}.login-form{display:flex;flex-direction:column;gap:1.2rem}.form-input{padding:.75rem;border-radius:6px;border:1px solid #ccc;font-size:1rem}.form-error{color:red;font-size:.875rem;margin-top:.3rem}.signup-link{text-align:center;margin-top:1rem;font-size:.95rem}.signup-container{width:100%;max-width:400px;margin:3rem auto;padding:2rem;background-color:#fff;border-radius:10px;box-shadow:0 6px 12px #0000001a;font-family:Segoe UI,sans-serif}.signup-title{text-align:center;font-size:1.75rem;margin-bottom:1.5rem;color:#333}.signup-form{display:flex;flex-direction:column;gap:1rem}.form-input{padding:.7rem;border-radius:6px;border:1px solid #ccc;font-size:1rem}.form-error{color:red;font-size:.85rem;margin-top:.25rem}.submit-btn{padding:.75rem;background-color:#4a90e2;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.submit-btn:hover{background-color:#357abd}.login-link{text-align:center;margin-top:1rem;font-size:.95rem}.user-card{max-width:800px;margin:2rem auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;font-family:Segoe UI,sans-serif;color:#333}.user-header{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.avatar{width:90px;height:90px;border-radius:50%;border:2px solid #4a90e2;object-fit:cover}.user-info h2{margin:0 0 .3rem;font-size:1.6rem}.intro{font-size:.95rem;color:#555;margin-bottom:.3rem}.role-tag{display:inline-block;padding:.25rem .75rem;font-size:.75rem;border-radius:20px;color:#fff;font-weight:700}.role-tag.user{background-color:#28a745}.level-tag{margin:1rem 0;font-weight:600;text-align:center;font-size:1rem;color:#666}.social-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin:1rem 0}.social-btn.github{background:#333}.social-btn.resume{background:#1da1f2}.skills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.2rem}.skill-chip{background-color:#e1ecf4;color:#0366d6;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.stats-box{display:flex;justify-content:space-between;flex-wrap:wrap;text-align:center;margin-bottom:1.5rem;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:1rem 0}.stats-box>div{flex:1 1 25%;min-width:100px;margin:.5rem 0}.stats-box h3{margin:0;font-size:1.2rem;color:#222}.badges-section{margin-bottom:1rem;text-align:center}.badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.5rem}.badge{background-color:#fff3cd;color:#856404;padding:.3rem .75rem;border-radius:20px;font-weight:600;font-size:.85rem}.completed-projects h4{text-align:center;margin-bottom:.75rem}.completed-projects ul{list-style:none;padding:0;margin:0}.project{background-color:#f8f9fa;padding:.8rem 1rem;border-radius:8px;margin-bottom:.75rem;font-size:.95rem;line-height:1.4;border-left:4px solid #28a745}@media screen and (max-width: 768px){.user-header{flex-direction:column;align-items:center;text-align:center}.stats-box{flex-direction:column}.stats-box>div{min-width:100%}}.profile-placeholder{width:80px;height:80px;background-color:#e24a4a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:40px;text-transform:uppercase;box-shadow:0 2px 5px #0003}.edit-profile-wrapper{display:flex;justify-content:flex-end}.edit-profile-btn{padding:.5rem 1rem;background-color:#4a90e2;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.edit-profile-btn:hover{background-color:#357abd}.ngo-card{max-width:800px;margin:2rem auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;font-family:Segoe UI,sans-serif;color:#333}.ngo-header{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.profile-placeholder{width:80px;height:80px;background-color:#007bff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:40px;text-transform:uppercase;box-shadow:0 2px 5px #0003}.ngo-info h2{margin:0 0 .3rem;font-size:1.6rem}.mission{font-size:.95rem;color:#555;font-style:italic;margin-bottom:.3rem}.role-tag.ngo{display:inline-block;padding:.25rem .75rem;font-size:.75rem;border-radius:20px;color:#fff;font-weight:700;background-color:#007bff}.basic-info{margin:1.5rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:1rem 0}.info-row{display:flex;justify-content:space-between;padding:.4rem 0;font-weight:600;font-size:1rem}.label{color:#007bff}.value{color:#444;max-width:60%;text-align:right;word-break:break-word}.value a{color:#007bff;text-decoration:none;font-weight:600;transition:color .3s ease}.value a:hover{color:#0056b3;text-decoration:underline}.social-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin:1rem 0 2rem}.social-btn{padding:.4rem .9rem;border-radius:20px;font-size:.85rem;font-weight:600;text-decoration:none;color:#fff}.social-btn.facebook{background:#3b5998}.social-btn.linkedin{background:#0077b5}.social-btn.instagram{background:#e4405f}.posted-projects h4{text-align:center;margin-bottom:.75rem;font-size:1.3rem;font-weight:700;color:#007bff}.posted-projects ul{list-style:none;padding:0;margin:0 auto;max-width:650px}.project{background-color:#f1f8ff;padding:.8rem 1rem;border-radius:8px;margin-bottom:.75rem;font-size:1rem;line-height:1.4;border-left:4px solid #007bff}@media screen and (max-width: 768px){.ngo-header{flex-direction:column;align-items:center;text-align:center}.info-row{flex-direction:column;align-items:flex-start;font-size:.95rem}.value{max-width:100%;text-align:left;margin-top:.2rem}}.projects-container{max-width:720px;margin:2rem auto;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;font-family:Segoe UI,sans-serif}.section-title{font-size:1.5rem;margin-bottom:1.5rem;color:#333;text-align:center}.project-list{list-style:none;padding:0;margin:0}.project-item{display:flex;justify-content:space-between;align-items:center;background-color:#f9fafb;padding:.75rem 1rem;margin-bottom:.75rem;border-radius:6px;transition:background-color .2s ease-in-out}.project-item:hover{background-color:#eef2f6}.project-title{font-weight:500;color:#333;font-size:1rem}.view-button{background-color:#1d9bf0;color:#fff;padding:.4rem .8rem;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background-color .3s ease}.view-button:hover{background-color:#157ac4}.feed-post{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:1rem 1.5rem;display:flex;flex-direction:column}.post-header{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem}.logo-placeholder.clickable{cursor:pointer;transition:transform .2s ease}.logo-placeholder.clickable:hover{transform:scale(1.05)}.logo-placeholder{width:45px;height:45px;background-color:#1d9bf0;color:#fff;font-size:1.2rem;font-weight:700;border-radius:50%;display:flex;justify-content:center;align-items:center}.ngo-info h4{margin:0;font-size:1rem;font-weight:600}.status-tag{font-size:.75rem;color:#fff;background-color:#28a745;padding:.2rem .5rem;border-radius:12px;margin-top:2px;display:inline-block}.project-title{font-size:1.2rem;margin:.4rem 0 .7rem;font-weight:600}.description{font-size:.95rem;color:#444;line-height:1.5;margin-bottom:.8rem}.skills-line{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.skill-badge{background-color:#eef6fa;color:#0073b1;padding:.3rem .7rem;border-radius:20px;font-size:.8rem;font-weight:500}.feed-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.deadline{font-size:.85rem;color:#555}.action-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.btn{padding:.6rem 1.2rem;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;color:#fff}.btn.apply{background-color:#28a745}.btn.apply:hover{background-color:#218838}.btn.submit{background-color:#17a2b8}.btn.submit:hover{background-color:#138496}.btn.entries{background-color:#6f42c1}.btn.entries:hover{background-color:#5936a2}.btn.delete{background-color:#6f42c1}.btn.delete:hover{background-color:#5936a2}.btn.view{background-color:#007bff}.btn.view:hover{background-color:#0056b3}@media screen and (max-width: 600px){.feed-footer{flex-direction:column;align-items:flex-start;gap:.6rem}.action-buttons{width:100%;justify-content:flex-start}.btn{width:100%;text-align:center}}.submitlink-form{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-radius:8px;background-color:#fafafa;box-shadow:0 0 10px #0000001a}.submitlink-group{display:flex;flex-direction:column}.submitlink-input{padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.submitlink-btn{background-color:#4caf50;color:#fff;padding:.75rem;font-size:1rem;border:none;border-radius:4px;cursor:pointer}.submitlink-error{color:red;font-size:.875rem;margin-top:.25rem}.project-form-container{max-width:600px;margin:2rem auto;padding:2rem;background:#fff;border-radius:10px;box-shadow:0 4px 16px #00000014;font-family:Segoe UI,sans-serif}.form-title{text-align:center;font-size:1.8rem;margin-bottom:1.5rem;color:#333}.project-form{display:flex;flex-direction:column;gap:1.2rem}.form-group{display:flex;flex-direction:column}label{font-weight:600;margin-bottom:.5rem;color:#444}input,textarea{padding:.75rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;transition:border .2s ease}input:focus,textarea:focus{outline:none;border-color:#007bff}textarea{resize:vertical;min-height:100px}.error{color:red;font-size:.9rem;margin-top:.3rem}.submit-button{padding:.75rem;background-color:#007bff;color:#fff;font-weight:600;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.submit-button:disabled{background-color:#b0d4ff;cursor:not-allowed}.submit-button:hover:not(:disabled){background-color:#0056b3}.applicants-container{max-width:600px;margin:2rem auto;background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 10px #0000001a}.applicants-heading{font-size:1.6rem;margin-bottom:1rem;text-align:center;color:#333}.applicants-list{list-style:none;padding:0;margin:0}.applicant-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #eee}.avatar{width:40px;height:40px;background-color:#4a90e2;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.username-link{background:none;border:none;color:#007bff;font-size:1rem;text-align:left;cursor:pointer;padding:0}.username-link:hover{text-decoration:underline}.entries-container{max-width:600px;margin:2rem auto;background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 10px #0000001a}.entries-heading{font-size:1.6rem;margin-bottom:1rem;text-align:center;color:#333}.entries-list{list-style:none;padding:0;margin:0}.entry-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #eee}.entry-avatar{width:40px;height:40px;background-color:#28a745;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.entry-details{display:flex;flex-direction:column}.entry-username{margin:0;font-weight:500;color:#333}.entry-link{font-size:.9rem;color:#007bff;text-decoration:none;margin-top:4px}.entry-link:hover{text-decoration:underline}.entry-username-link{background:none;border:none;color:#007bff;font-size:1rem;text-align:left;cursor:pointer;padding:0;font-weight:500}.entry-username-link:hover{text-decoration:underline}.edit-user-profile{max-width:600px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a}.edit-user-profile__title{text-align:center;margin-bottom:1.5rem;font-size:1.8rem;color:#333}.edit-user-profile__form{display:flex;flex-direction:column}.edit-user-profile__label{margin-bottom:.5rem;font-weight:600;color:#555}.edit-user-profile__input,.edit-user-profile__textarea{padding:.75rem;margin-bottom:1.25rem;border:1px solid #ccc;border-radius:6px;font-size:1rem}.edit-user-profile__textarea{resize:vertical;height:100px}.edit-user-profile__button{padding:.75rem;background-color:#4a90e2;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.edit-user-profile__button:hover{background-color:#357abd}.edit-user-profile__error{color:red;margin-top:-.8rem;margin-bottom:1rem;font-size:.9rem}.edit-ngo-profile{max-width:600px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a}.edit-ngo-profile__title{text-align:center;margin-bottom:1.5rem;font-size:1.8rem;color:#333}.edit-ngo-profile__form{display:flex;flex-direction:column}.edit-ngo-profile__label{margin-bottom:.5rem;font-weight:600;color:#555}.edit-ngo-profile__input,.edit-ngo-profile__textarea{padding:.75rem;margin-bottom:1.25rem;border:1px solid #ccc;border-radius:6px;font-size:1rem}.edit-ngo-profile__textarea{resize:vertical;height:100px}.edit-ngo-profile__button{padding:.75rem;background-color:#4a90e2;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.edit-ngo-profile__button:hover{background-color:#357abd}.edit-ngo-profile__error{color:red;margin-top:-.8rem;margin-bottom:1rem;font-size:.9rem}
