*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}html,body{height:100%;margin:0;padding:0;box-sizing:border-box}@media (max-width: 768px){html,body{height:100%;margin:0;padding:0;box-sizing:border-box}}.signup-page{display:flex;flex-direction:column;height:100vh;width:100%}.signup-page .signup-page-main-container{display:flex;width:100%;height:100%}.signup-page .signup-page-left-container{display:flex;justify-content:center;align-items:center;width:50%;background-color:#000;color:#fff;font-size:3rem}.signup-page .signup-page-right-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;background-color:#fff}.signup-page .signup-page-right-container-heading{padding-bottom:20px}.signup-page .signup-page-right-container form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.signup-page .signup-page-right-container input{width:250px;padding:.5rem;border:1px solid #ccc;border-radius:4px}.signup-page .signup-page-right-container button{width:150px;padding:.5rem;border:none;background-color:#000;color:#fff;border-radius:4px;cursor:pointer}.signup-page .signup-page-right-container button:hover{background-color:#f97a00}.signup-page .error{color:red;margin:0}.signup-page .signup-page-right-container h5 a{cursor:pointer;color:#f97a00;text-decoration:underline}@media (max-width: 768px){.signup-page .signup-page-left-container{display:none}.signup-page .signup-page-right-container{width:100%}}.navbar{margin-top:0;top:0;left:0;right:0;background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:1rem 5rem;border-bottom:1px solid black;position:fixed;z-index:1000;opacity:.95}.navbar-left .logo{font-size:2rem;font-weight:700;color:#000;cursor:pointer}.navbar-left .logo:hover{color:#f97a00}.navbar-right{display:flex;font-size:1.5rem;gap:15px;align-items:center}.navbar-right a{cursor:pointer;text-decoration:none;color:#000}.navbar-right a:hover{color:#f97a00}.user-icon{padding-top:.2rem;cursor:pointer}.user-icon:hover{color:#f97a00}.more-menu{display:none;position:relative}.dropdown{position:absolute;right:0;top:30px;background:#fff;border:1px solid #ddd;padding:.8rem;display:flex;flex-direction:column;gap:12px;z-index:999;border-radius:8px;box-shadow:0 4px 12px #0000001a}.dropdown a{cursor:pointer;color:#000;font-size:1rem}.dropdown a:hover{color:#f97a00}@media (max-width: 768px){.navbar{padding:1rem}.nav-link,.desktop-only{display:none}.more-menu{display:block;cursor:pointer;position:relative}.dropdown{position:absolute;top:2.5rem;right:0;width:100px;background:#fff;border:1px solid #ccc;display:flex;flex-direction:column;gap:12px;padding:1rem;z-index:1000}.dropdown a,.dropdown .user-icon{font-size:1rem;cursor:pointer}}.project-card-wrapper{display:flex;justify-content:center;margin:1.5rem}.project-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;max-width:320px;width:100%}.project-card:hover{transform:translateY(-5px);border:solid 2px;border-color:#f97a00}.project-card-img{display:block;width:100%;height:250px;object-fit:cover;border:none;margin:0;padding:0}.project-card-body{padding:1.25rem;text-align:left}.project-card-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#111}.project-card-desc{font-size:.95rem;color:#555;margin-bottom:1rem}.project-card-footer{display:flex;align-items:center;justify-content:space-between}.project-stats{display:flex;gap:1rem;font-size:.85rem;color:#666}.follow-btn{background:#2e5077;color:#fff;border:1px solid #ddd;border-radius:12px;padding:.4rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease,border-color .2s ease}.follow-btn:hover{background:#f97a00;border-color:#ccc}.tooltip{position:relative;cursor:pointer}.tooltip-text{visibility:hidden;width:max-content;background-color:#333;color:#fff;text-align:center;font-size:.75rem;padding:4px 8px;border-radius:6px;position:absolute;z-index:1;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s ease;white-space:nowrap}.tooltip-text:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:#333 transparent transparent transparent}.tooltip:hover .tooltip-text{visibility:visible;opacity:1}.home-page-first-container{background-image:url(/images/home-first-container-image.png);background-size:cover;background-position:center;display:grid;height:100vh;margin-top:70px;text-align:center}.home-page-first-container-left{grid-column-start:span 1;height:100vh;color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1rem;opacity:1}.home-page-first-container-left-heading{justify-content:center;align-items:center;padding:30px;font-size:50px;color:#333}.home-page-first-container-left button{margin-top:100px;margin-left:250px;justify-content:center;align-items:center;padding:.5rem 1rem;border:none;background-color:#2e5077;color:#fff;border-radius:4px;cursor:pointer;font-size:1rem}.home-page-first-container-left button:hover{background-color:#f7f9fa;color:#2e5077}.home-page-first-container-right{grid-column-start:span 2;background-color:#fff}.heroes-section{margin:4rem auto;max-width:1200px}.heroes-title{text-align:center;font-size:3rem;margin-bottom:2rem;font-weight:700;color:#333}.heroes-content{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center}.heroes-image img{height:550px;width:750px;border-radius:16px}.heroes-carousel{background:#fff;border-radius:16px;padding:0rem}.home-page-search{background-color:#f7f9fa;display:flex;height:80px;align-items:center;justify-content:center;gap:10px}.search-input-container{background-color:#fff;display:flex;align-items:center;border:1px solid #ccc;border-radius:6px;padding:8px 12px;width:500px}.search-input-container input{border:none;outline:none;flex:1;font-size:16px}.search-icon{color:#999;margin-right:8px}.search-button{background-color:#2e5077;color:#fff;border:none;border-radius:4px;padding:10px 16px;font-weight:700;cursor:pointer}.search-button:hover{background-color:#f97a00}.home-page-second-container h1{font-size:2.5rem;margin-bottom:1rem;color:#444}.home-page-third-container{display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;height:650px}.pagination{display:flex;justify-content:center;margin:2rem 0;gap:.5rem}.pagination button{padding:.5rem 1rem;border:1px solid #ccc;background:#fff;cursor:pointer;border-radius:6px;transition:all .3s ease}.pagination button:hover{background:#5a7d5a;color:#fff}.pagination .active-page{background:#5a7d5a;color:#fff;font-weight:700}.home-page-third-container-left{display:flex;justify-content:center;align-items:center;position:relative}.home-page-boy-img{width:550px;height:auto;z-index:1}.floating-project-card{position:absolute;top:-10px;left:530px;transform:rotate(12deg);z-index:0;width:260px;border-radius:10px;background:#fff}.floating-project-card .project-card-wrapper{margin:0}.home-page-third-container-right{margin-right:20%;height:70%;background-color:#fdd7b2;padding:2.5rem 4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-radius:16px}.home-page-third-container-right h1{font-size:2rem;font-weight:600;margin-bottom:.5rem;color:#3b3b3b}.home-page-third-container-right p{font-size:1rem;color:#555;line-height:1.5;max-width:350px;margin-top:3rem;margin-bottom:3rem}.upload-btn{background-color:#2e5077;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;transition:background .3s ease}.upload-btn:hover{background-color:#f0f5f1;color:#2e5077;border:solid 1px;border-color:#2e5077}.features-section{background-color:#f0f5f1;padding:4rem 2rem;text-align:center;padding:6% 6% 10%}.features-title{font-size:2rem;font-weight:700;color:#2e5077;margin-bottom:.5rem}.features-subtitle{font-size:1.1rem;color:#555;margin-bottom:5rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;border-radius:12px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.feature-card-icon{font-size:5rem;color:#f97a00;margin-bottom:1rem}.home-page-fourth-container{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:70vh;background-color:#e4efe7}.card{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin:5rem;padding:3rem 2rem;color:#fff;border-radius:10px}.card h2{font-size:2rem;margin-bottom:3rem}.card p{font-size:1rem;line-height:1.6;max-width:500px;margin-bottom:4rem}.card button{background:transparent;border:2px solid white;color:#fff;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:700;transition:all .3s ease}.card button:hover{background:#fff;color:#333}.card-left{border:solid 1px;background-color:#748873}.card-right{border:solid 1px;background-color:#5c7285;position:relative}.card-right *{position:relative}.stats-section{padding:80px 20px;text-align:center;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;max-width:1000px;margin:0 auto}.stat h3{font-size:3rem;font-weight:800;color:#8ab2a6;margin-bottom:10px}.stat p{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:#acd3a8}.cta-section{margin-top:80px;text-align:center}.cta-section h2{font-size:2rem;font-weight:700;margin-bottom:30px;color:#eda35a}.cta-btn{background-color:#2e5077;color:#fff;border:none;border-radius:4px;padding:10px 16px;font-weight:400;cursor:pointer;transition:background .3s ease}.cta-btn:hover{background:#f97a00}@media (max-width: 1024px){.home-page-first-container{grid-template-columns:1fr;height:70vh;padding:3rem 1rem}.home-page-first-container-left-heading{font-size:2rem;padding:10px}.home-page-first-container-left button{margin:1.5rem auto 0;font-size:.9rem;padding:.6rem 1.2rem}.home-page-first-container-right{display:none}.heroes-content{grid-template-columns:1fr;text-align:center}.heroes-image img{width:100%;height:auto}.heroes-title{font-size:2rem}.search-input-container{width:100%;max-width:100%}.home-page-project-card-container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px}.home-page-third-container{grid-template-columns:1fr;height:auto;padding:2rem 1rem}.home-page-third-container-right{margin:0;width:100%;padding:2rem 1rem;height:400px}.home-page-boy-img{width:80%;max-width:300px}.floating-project-card{display:none}.features-grid{grid-template-columns:1fr;gap:1.5rem}.home-page-fourth-container{grid-template-columns:1fr}.card{margin:2rem 1rem;padding:2rem 1rem}.stats-grid{grid-template-columns:1fr;gap:2rem}.stat h3{font-size:2rem}.cta-section h2{font-size:1.5rem}}@media (max-width: 768px){.home-page-first-container{height:300px;padding-top:0}.home-page-first-container-left-heading{font-size:1.8rem;padding-top:0}.heroes-section{margin-bottom:0}.heroes-section .project-card-wrapper{margin:0}.search-input-container{background-color:#fff;display:flex;align-items:center;border:1px solid #ccc;border-radius:6px;padding:8px 12px;width:400px}.search-input-container input{margin-right:5px;border:none;outline:none;flex:1;font-size:16px}.search-button{background-color:#2e5077;color:#fff;border:none;border-radius:4px;padding:5px 10px;font-weight:700;cursor:pointer}.home-page-second-container h1{font-size:1.5rem}.home-page-second-container h2{font-size:.9rem}.home-page-project-card-container{display:grid;grid-template-columns:repeat(1,1fr);gap:20px;margin-top:20px}.upload-btn,.cta-btn{width:100%;padding:.75rem}}.footer{background-color:#faf6ef;padding:50px 80px;color:#333;font-family:Arial,sans-serif}.footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:30px;gap:20px}.footer-left{flex:1;min-width:250px}.footer-logo{font-size:1.8rem;font-weight:700;background:linear-gradient(to right,#d4a74a,#f7b733);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-links{list-style:none;padding:0;margin:15px 0;display:flex;flex-wrap:wrap;gap:20px}.footer-links li{cursor:pointer;transition:color .2s}.footer-links li:hover{color:#d4a74a}.footer-icons{display:flex;gap:15px;margin-top:15px}.footer-icons svg{font-size:1.5rem;cursor:pointer;transition:transform .2s,color .2s}.footer-icons svg:hover{color:#d4a74a;transform:scale(1.2)}.footer-right{flex:1;min-width:250px}.footer-right h3{margin-bottom:10px;color:#2e5077}.newsletter{display:flex;margin-bottom:10px}.newsletter input{flex:1;padding:10px;border:1px solid #ccc;border-right:none;border-radius:4px 0 0 4px}.newsletter button{background:#d4a74a;border:none;padding:10px 20px;border-radius:0 4px 4px 0;cursor:pointer;color:#fff;font-weight:700;transition:background .3s}.newsletter button:hover{background:#b88a34}.footer-right p{font-size:.9rem;color:#555}.footer-right a{color:#d4a74a;text-decoration:none}.footer-bottom{border-top:1px solid #ddd;padding-top:15px;display:flex;justify-content:space-between;flex-wrap:wrap;font-size:.9rem}.footer-bottom-links{display:flex;gap:15px;flex-wrap:wrap}.footer-bottom-links a{color:#333;text-decoration:none}.footer-bottom-links a:hover{color:#d4a74a}@media (max-width: 768px){.footer{padding:30px 20px;text-align:center}.footer-top{flex-direction:column;align-items:center;gap:30px}.footer-links{justify-content:center;flex-wrap:wrap;gap:15px}.footer-icons{justify-content:center}.newsletter{flex-direction:column;width:100%}.newsletter input{border-radius:4px;border-right:1px solid #ccc;margin-bottom:10px;width:100%}.newsletter button{border-radius:4px;width:100%}.footer-bottom{flex-direction:column;align-items:center;gap:15px;margin-top:20px}.footer-bottom-links{justify-content:center;flex-wrap:wrap}}.carousel{display:flex;align-items:center;justify-content:center;gap:1rem;margin:2rem auto}.carousel-card{width:100%;background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000001a;text-align:center;transition:all .3s ease-in-out}.carousel-card img{width:100%;height:180px;border-radius:12px;object-fit:cover;margin-bottom:1rem}.carousel-card h3{font-size:1.1rem;margin:.5rem 0}.carousel-card p{font-size:.9rem;color:#555;margin-bottom:1rem}.view-btn{padding:.5rem 1rem;background:#f97a00;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease-in-out;font-size:.9rem}.view-btn:hover{background:#d86500}.nav-btn{color:#333;border:none;padding:8px 12px;cursor:pointer;border-radius:50%;font-size:1rem;transition:background .2s ease-in-out}.nav-btn:hover{background:#f97a00}.testimonial-section{background-color:#fdd7b2;padding:5rem 2rem;text-align:center;border-radius:20px;margin:4rem auto;max-width:1200px}.testimonial-title{font-size:2.2rem;font-weight:600;margin-bottom:3rem;color:#2e5077}.testimonial-cards{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.testimonial-card{background:#fff;padding:2rem;border-radius:16px;width:320px;box-shadow:0 6px 18px #0000001a;transition:transform .3s ease}.testimonial-img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem;border:3px solid #2e5077}.testimonial-text{font-size:1rem;color:#555;line-height:1.6;margin-bottom:1.2rem}.testimonial-name{font-size:1.2rem;font-weight:600;color:#3b3b3b;margin:.3rem 0}.testimonial-role{font-size:.95rem;color:#777}@media (max-width: 1024px){.testimonial-cards{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:1rem}.testimonial-card{flex:0 0 80%;max-width:400px;scroll-snap-align:center;margin:0 auto}.testimonial-cards::-webkit-scrollbar{display:none}.testimonial-cards{-ms-overflow-style:none;scrollbar-width:none}}@media (max-width: 600px){.testimonial-card{flex:0 0 90%}}.banner-carousel{position:relative;width:100%;height:100px;overflow:hidden;color:#a2d5c6;background-color:#f6f6f6}.banner-slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.banner-slide.active{opacity:1}.banner-slide img{width:100%;height:100%;object-fit:cover}.banner-caption{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2rem;color:#456882;font-weight:700;text-align:center;width:90%}@media (max-width: 1024px){.banner-carousel{height:80px;border-radius:10px}.banner-caption{font-size:2rem;padding:0 1rem}}@media (max-width: 768px){.banner-carousel{height:70px;border-radius:8px}.banner-caption{font-size:1.4rem;padding:0 .5rem}}.login-page{display:flex;flex-direction:column;height:100vh;width:100%}.login-page .login-page-main-container{display:flex;width:100%;height:100%}.login-page .login-page-left-container{display:flex;justify-content:center;align-items:center;width:50%;background-color:#000;color:#fff;font-size:3rem}.login-page .login-page-right-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;background-color:#fff}.login-page .login-page-right-container-heading{padding-bottom:20px}.login-page .login-page-right-container form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.login-page .login-page-right-container input{width:250px;padding:.5rem;border:1px solid #ccc;border-radius:4px}.login-page .login-page-right-container button{width:150px;padding:.5rem;border:none;background-color:#000;color:#fff;border-radius:4px;cursor:pointer}.login-page .login-page-right-container button:hover{background-color:#f97a00}.login-page .login-page-error{color:red;margin:0}.login-page .login-page-right-container h5 a{cursor:pointer;color:#f97a00;text-decoration:underline}.google-btn{display:flex;align-items:center;justify-content:center;gap:10px;background-color:#fff!important;color:#3c4043!important;border:1px solid black!important;width:200px!important;border-radius:4px;font-size:16px;font-weight:500;padding:10px 20px;cursor:pointer;margin-bottom:50px}.google-btn:hover{background-color:#f7f8f8;box-shadow:0 1px 3px #00000026}.google-icon img{width:25px;height:25px}.google-text{font-family:Roboto,sans-serif}@media (max-width: 768px){.login-page .login-page-left-container{display:none}.login-page .login-page-right-container{width:100%}}.project-submit-page-default{margin:100px auto;padding:20px 30px;max-width:800px;text-align:center;height:50vh}.project-submit-page-default h3{font-size:1.3rem;font-weight:600;color:#2e5077;margin:0;line-height:1.6}.project-submit-page-default img{padding-top:30px;max-height:80%;width:auto}.project-submit-page-default a{cursor:pointer}.project-submit-page-default a:hover{text-decoration:underline}.project-submit-page-default .highlight{color:#f97a00;font-weight:700}.project-submit-page-form-container{width:80%;margin:4% auto;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 6px 20px #00000014;transition:transform .3s ease}.project-submit-page-form-container:hover{transform:translateY(-4px)}.project-submit-page-form-container-heading{margin-bottom:1.5rem;font-size:2rem;font-weight:700;color:#2e5077;text-align:center}.project-submit-page-main-form{display:flex;flex-direction:column;gap:1.5rem}.word-count{font-size:.85rem;color:#555;text-align:right;margin-bottom:5%}.word-count.warning{color:#d9534f;font-weight:500}.project-submit-page-main-form label{font-weight:600;font-size:larger;color:#2e5077;margin-bottom:.4rem}.project-submit-page-main-form input,.project-submit-page-main-form select,.project-submit-page-main-form textarea{margin-top:2%;width:100%;font-size:1rem;color:#333;padding:.8rem;border:1px solid #ccc;border-radius:8px;outline:none;transition:border .2s ease,box-shadow .2s ease}.project-submit-page-main-form input:focus,.project-submit-page-main-form select:focus,.project-submit-page-main-form textarea:focus{border-color:#2e5077;box-shadow:0 0 8px #2e50774d}.project-submit-page-title-domain-image-input{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.project-submit-page-image-input{border:2px dashed #aaa;border-radius:12px;padding:1rem;text-align:center;cursor:pointer;transition:border-color .3s ease,background .3s ease}.project-submit-page-image-input:hover{border-color:#2e5077;background:#2e50770d}.image-preview{width:100%;height:180px;border-radius:12px;overflow:hidden;margin-bottom:1rem;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.image-preview img{width:100%;height:100%;object-fit:cover}.project-submit-page-main-form button{width:150px;padding:.8rem;border:none;border-radius:10px;background-color:#2e5077;font-size:1.1rem;font-weight:600;cursor:pointer;align-self:center;color:#fff}.project-submit-page-main-form button:hover{background-color:#f97a00}.project-submit-page-main-form h3{color:red;margin-top:.5rem;text-align:center}@media (max-width: 768px){.project-submit-page-form-container{margin-top:70px}.project-submit-page-title-domain-image-input{grid-template-columns:1fr;gap:1rem}.project-submit-page-form-container{width:95%;padding:1.5rem}.project-submit-page-main-form button{width:100%}}.project-view-page html{width:100%}.project-view-page{font-family:Circular,Helvetica Neue,Helvetica,Arial,sans-serif;display:flex;flex-direction:column;width:auto;min-height:100vh;padding-top:70px}.project-view-page-banner{display:flex;flex-direction:column;justify-content:center;align-items:center;height:250px;background-color:#2e5077;color:#fff;text-align:center}.project-view-page-banner p{font-size:1rem;margin:1%}.project-view-page-project-heading{font-size:3rem;font-weight:700;margin:0}.project-view-page-project-details-contianer{margin-top:5%;margin-left:6%;margin-right:6%;display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:1rem;padding:2rem;padding-bottom:0;border-radius:12px;font-family:Circular,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6}.project-view-page-project-details{grid-column-start:span 2;margin-right:10%}.project-view-video-owner-details{display:grid;grid-template-rows:1fr .5fr 1.5fr;margin-right:20px;grid-column:span 1}.project-view-video{margin-bottom:3rem;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.project-view-video img{width:100%;height:100%;object-fit:contain}.project-view-owner-details-ratings{display:grid;height:130px;grid-template-columns:1fr 1fr;grid-column:span 1;background-color:#f7f9fa}.project-view-owner-details-combine{padding:7%;border-right:1px solid;border-color:#ccc}.project-view-owner-details{display:flex;flex-direction:row}.project-view-owner-details h4{margin:1rem}.project-view-owner-details-combine p{margin-bottom:5%}.profile-photo-placeholder{margin:3rem;font-size:2rem}.project-view-owner-profile-photo{width:50px;height:50px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f97a00;color:#fff}.project-view-owner-profile-photo img{width:100%;height:100%;object-fit:cover}.project-view-project-ratings{margin-left:10%;padding:7%;display:flex;flex-direction:column}.project-view-project-ratings p{margin:0 0 8px}.project-view-rating-stars{margin-top:7%;display:flex;align-items:center;gap:8px}.project-view-fund-section{background:#fff;border-radius:12px;display:flex;flex-direction:column;gap:1rem;max-width:500px}.project-view-fund-section h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#2e5077}.project-view-fund-section label{font-size:1.3rem;font-weight:500;margin:1%;color:#444}.project-view-fund-section input,.project-view-fund-section select{margin-top:3%;width:100%;padding:12px 14px;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s ease}.project-view-fund-section input:focus,.project-view-fund-section select:focus{border-color:#2e5077;outline:none}.project-view-fund-section button{margin-top:4%;align-self:flex-start;background-color:#2e5077;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.95rem;cursor:pointer;transition:background-color .2s ease}.project-view-fund-section button:hover{background:#f97a00}.project-view-fund-section-2{margin-left:10px;background:#fff;border-radius:12px;display:flex;flex-direction:column;gap:1rem;max-width:500px}.project-view-fund-section-2 h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#2e5077}.project-view-fund-section-2 label{font-size:1.3rem;font-weight:500;margin:1%;color:#444}.project-view-fund-section-2 input,.project-view-fund-section-2 select{margin-top:3%;width:100%;padding:12px 14px;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s ease}.project-view-fund-section-2 input:focus,.project-view-fund-section-2 select:focus{border-color:#2e5077;outline:none}.project-view-fund-section-2 button{margin-top:4%;align-self:flex-start;background-color:#2e5077;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.95rem;cursor:pointer;transition:background-color .2s ease}.project-view-fund-section-2 button:hover{background:#f97a00}.project-view-project-updates{margin-left:7%;margin-bottom:5%;width:53.5%;padding:1.5rem;background:#fff}.project-view-project-update-accordion{border:1px solid #f7f9fa;box-shadow:none}.project-view-project-updates h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2e5077}.project-view-project-update-header{display:flex;flex-direction:column}.project-view-project-update-header h4{margin:0;font-size:1.1rem;color:#444}.project-view-project-update-header small{color:#777;font-size:.85rem;margin-top:2px}.project-view-project-update-content{font-size:1rem;line-height:1.5;color:#555;padding:.5rem 0}.project-view-project-comments{margin-left:8.5%;width:50%;margin-top:2rem;padding:20px;background-color:#f7f9fa;border-radius:3px}.project-view-comment-heading{font-style:italic;margin-bottom:2rem;color:#333}.comment-form{display:flex;flex-direction:column;gap:1rem}.comment-input-wrapper{display:flex;align-items:center;gap:10px}.comment-profile-photo{background-color:#f97a00;width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.comment-profile-photo img{width:100%;height:100%;object-fit:cover}.comment-input{flex:1;padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:1rem}.comment-submit-btn{margin-top:10px;margin-bottom:10px;align-self:flex-start;background-color:#2e5077;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.95rem;cursor:pointer;transition:background-color .2s ease}.comment-submit-btn:hover{background-color:#f97a00}.project-view-page-project-title{font-size:2rem;font-weight:600;margin-left:1%;margin-bottom:3%;color:#2e5077}.project-view-page-content{padding:10px}.project-view-page-project-content-title{font-size:1.3rem;font-weight:600;margin:1%;color:#444}.project-view-page-project-content-data{font-size:1rem;margin:1%;color:#555}.comments-section{margin-top:40px;background-color:#f9fafc;border-radius:16px;margin-bottom:20px}.toggle-comments-btn{background-color:#2e5077;color:#fff;border:none;padding:10px 18px;border-radius:5px;cursor:pointer;font-weight:500;transition:background-color .2s ease-in-out,transform .2s}.toggle-comments-btn:hover{background-color:#f97a00;transform:scale(1.03)}.comments-container{margin-top:20px}.no-comments{color:#555;font-style:italic;text-align:center;padding:10px 0}.comment-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;margin-bottom:12px;transition:box-shadow .2s ease}.comment-card:hover{box-shadow:0 4px 10px #0000000d}.comment-text{font-size:15px;color:#222;margin-bottom:6px}.comment-meta{font-size:13px;color:#666;display:flex;justify-content:space-between;font-family:Inter,sans-serif}.comment-user{font-weight:600;color:#4f46e5}@media (min-width: 768px) and (max-width: 1024px){.project-view-page-project-details-contianer{margin-top:5%;margin-left:1%;margin-right:1%;display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:0rem;padding:1rem;padding-bottom:0;border-radius:12px;font-family:Circular,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6}.project-view-video-owner-details{display:grid;grid-template-rows:1fr .5fr 1.5fr 1fr 1fr;margin-right:0;grid-column:span 1}.project-view-owner-details-ratings{display:grid;height:130px;grid-template-columns:1fr 1fr;grid-column:span 1;background-color:#f7f9fa}.project-view-owner-details-combine{padding:7%;border-right:1px solid;border-color:#ccc}.project-view-owner-details h4{margin:1rem}.project-view-owner-details-combine p{margin-bottom:5%}.project-view-project-ratings p{margin:0 0 8px}.project-view-fund-section-2{margin-left:10px}.project-view-project-updates{margin-left:10px;width:798px}.project-view-project-comments{margin-left:30px;width:780px}}@media (max-width: 768px){.project-view-page{font-family:Circular,Helvetica Neue,Helvetica,Arial,sans-serif;display:flex;flex-direction:column;width:100%;min-height:100vh;padding-top:70px}.project-view-page-banner{display:flex;flex-direction:column;justify-content:center;align-items:center;height:200px;background-color:#2e5077;color:#fff;text-align:center}.project-view-page-banner p{font-size:1rem;margin:1%}.project-view-page-project-heading{font-size:3rem;font-weight:700;margin:0}.project-view-page-project-details-contianer{margin-top:3%;margin-right:0;margin-left:0;padding-left:0;padding-right:0;display:grid;grid-template-columns:1fr;border-radius:12px;font-family:Circular,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6}.project-view-page-project-details{order:2;margin-right:0}.project-view-video-owner-details{order:1;display:grid;grid-template-rows:.5fr .25fr;margin-left:40px;font-size:10px}.project-view-video{width:100%;height:100%;display:flex;justify-content:center;align-items:center;margin-bottom:0}.project-view-video img{width:100%;height:100%;object-fit:contain}.project-view-owner-details-ratings{margin-top:10px;display:grid;height:50px;width:100%;justify-content:center;align-items:center;grid-template-columns:1fr 1fr;grid-column:span 1;background-color:#f7f9fa}.project-view-owner-details-combine{padding:0;border-right:1px solid;border-color:#ccc}.project-view-owner-details{justify-content:center;align-items:center;display:flex;flex-direction:row}.project-view-owner-details h4{margin-top:10%}.project-view-owner-details-combine p{display:none}.profile-photo-placeholder{font-size:2rem}.project-view-owner-profile-photo{width:30px;height:30px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f97a00;color:#fff}.project-view-owner-profile-photo img{width:100%;height:100%;object-fit:cover}.project-view-project-ratings{margin-left:10%;display:flex;flex-direction:column}.project-view-project-ratings p{display:none;margin:0}.project-view-rating-stars{margin-top:0;display:flex;align-items:center;gap:8px}.project-view-fund-section{display:none}.project-view-fund-section-2{background:#fff;border-radius:12px;padding:10px;margin:0;display:flex;flex-direction:column;gap:1rem;width:calc(100% - 20px);box-sizing:border-box}.project-view-fund-section-2 h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#2e5077}.project-view-fund-section-2 label{font-size:1.3rem;font-weight:500;margin:1%;color:#444}.project-view-fund-section-2 input,.project-view-fund-section-2 select{margin-top:3%;width:100%;padding:12px 14px;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s ease}.project-view-fund-section-2 input:focus,.project-view-fund-section-2 select:focus{border-color:#2e5077;outline:none}.project-view-fund-section-2 button{margin-top:5%;align-self:flex-start;background-color:#2e5077;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.95rem;cursor:pointer;transition:background-color .2s ease}.project-view-fund-section-2 button:hover{background:#f97a00}.project-view-project-updates{margin:20px 0;width:calc(100% - 20px);padding:10px;background:#fff;border-radius:12px;box-sizing:border-box}.project-view-project-update-accordion{border:1px solid #f7f9fa;box-shadow:none}.project-view-project-updates h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2e5077}.project-view-project-update-header{display:flex;flex-direction:column}.project-view-project-update-header h4{margin:0;font-size:1.1rem;color:#444}.project-view-project-update-header small{color:#777;font-size:.85rem;margin-top:2px}.project-view-project-update-content{font-size:1rem;line-height:1.5;color:#555;padding:.5rem 0}.project-view-project-comments{margin:20px 10px;width:calc(100% - 20px);padding:10px;background-color:#f7f9fa;border-radius:6px;box-sizing:border-box}.project-view-comment-heading{font-style:italic;margin-bottom:1rem;color:#333}.comment-form{display:flex;flex-direction:column;gap:1rem}.comment-input-wrapper{display:flex;align-items:center;gap:10px}.comment-profile-photo{background-color:#f97a00;width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.comment-profile-photo img{width:100%;height:100%;object-fit:cover}.comment-input{flex:1;padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:1rem}.comment-submit-btn{align-self:flex-start;background-color:#2e5077;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.95rem;cursor:pointer;transition:background-color .2s ease}.comment-submit-btn:hover{background-color:#f97a00}.project-view-page-project-title{font-size:2rem;font-weight:600;margin-left:1%;margin-bottom:3%;color:#2e5077}.project-view-page-content{padding:10px}.project-view-page-project-content-title{font-size:1.3rem;font-weight:600;margin:1%;color:#444}.project-view-page-project-content-data{font-size:1rem;margin:1%;color:#555}}.home-page-second-container{padding:80px 80px 120px;background-color:#f0f5f1;padding:4rem 2rem;text-align:center}.all-projects-page-heading{font-size:2.5rem;margin-bottom:1rem;color:#444}.home-page-second-container h2{font-size:1rem;color:#666;margin-bottom:1rem}.home-page-second-container-button{background-color:#2e5077;color:#fff;border:none;padding:.5rem .75rem;border-radius:6px;cursor:pointer}.home-page-second-container-button:hover{background-color:#f0f5f1;color:#2e5077;border:solid 1px;border-color:#2e5077}.home-page-project-card-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px}.project-card{background:#fff}.project-card:hover{transform:translateY(-8px)}@media (max-width: 1024px){.home-page-project-card-container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px}}@media (max-width: 768px){.home-page-project-card-container{display:grid;grid-template-columns:repeat(1,1fr);gap:20px;margin-top:20px}}.payment-success-page{min-height:100vh;display:flex;flex-direction:column;background:#f9fafb;font-family:Inter,sans-serif}.payment-success-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.success-title{font-size:2rem;font-weight:700;color:#2e5077;margin-bottom:1rem}.order-info{font-size:1.1rem;color:#555;margin-bottom:.5rem}.order-id{font-size:1rem;margin-bottom:2rem;color:#333}.order-id span{font-weight:700;color:#f97a00}.payment-success-page h3{font-size:1.3rem;font-weight:600;color:#2e5077;margin:0;line-height:1.6}.payment-success-page a{cursor:pointer}.payment-success-page a:hover{color:#f97a00;text-decoration:underline}.thank-you-img{max-width:350px;width:100%;height:auto;margin-top:1rem;border-radius:12px}@media (max-width: 768px){.success-title{font-size:1.6rem}.order-info,.order-id{font-size:.95rem}.thank-you-img{max-width:250px}}.profile-container{max-width:1000px;margin:6rem auto 3rem;padding:0 1rem;display:flex;flex-direction:column;gap:2.5rem;font-family:Inter,sans-serif}.profile-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 6px 20px #00000014;transition:transform .3s ease}.profile-card:hover{transform:translateY(-4px)}.profile-title{font-size:1.8rem;font-weight:700;color:#2e5077;margin-bottom:1.5rem;text-align:center}.profile-form{display:flex;flex-direction:column;gap:1.2rem}.profile-form label{font-weight:600;color:#2e5077}.profile-form input{padding:.9rem;border:1px solid #ccc;border-radius:10px;font-size:1rem;outline:none;transition:border .2s ease,box-shadow .2s ease}.profile-form input:focus{border-color:#2e5077;box-shadow:0 0 8px #2e507733}.profile-btn{background-color:#2e5077;color:#fff;font-weight:600;border:none;padding:.9rem 1.5rem;border-radius:10px;cursor:pointer;transition:background .3s ease;align-self:flex-start}.profile-btn:hover{background-color:#f97a00}.error-message{color:red;font-size:.95rem;margin-top:.5rem}.projects-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.profile-project-default{margin:100px auto;padding:20px 30px;max-width:800px;text-align:center}.profile-project-default h3{font-size:1.3rem;font-weight:600;color:#2e5077;margin:0;line-height:1.6}.profile-project-default a{cursor:pointer}.profile-project-default a:hover{text-decoration:underline}.profile-project-default .highlight{color:#f97a00;font-weight:700}@media (max-width: 768px){.profile-container{padding:0 1rem;margin:5rem auto 2rem}.profile-title{font-size:1.5rem}.profile-form input{font-size:.95rem}.profile-btn{width:100%;text-align:center}.projects-list{grid-template-columns:1fr}}.contact-page{padding:4rem 2rem;max-width:1200px;margin:auto;font-family:Inter,sans-serif}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:2.5rem;color:#2e5077;margin-bottom:.5rem}.contact-header p{font-size:1.1rem;color:#555}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.contact-form,.contact-info{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 6px 20px #00000014}.contact-form h2,.contact-info h2{font-size:1.5rem;margin-bottom:1.5rem;color:#2e5077}.form-group{margin-bottom:1.5rem;display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:#2e5077}.form-group input,.form-group textarea{padding:.9rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;outline:none;transition:border .2s ease}.form-group input:focus,.form-group textarea:focus{border-color:#2e5077;box-shadow:0 0 8px #2e50774d}.contact-btn{width:150px;padding:.8rem;border:none;border-radius:8px;background-color:#2e5077;color:#fff;font-weight:600;cursor:pointer;transition:background .3s ease}.contact-btn:hover{background-color:#f97a00}.contact-info p{margin:.8rem 0;font-size:1rem;color:#333}.contact-info a{color:#2e5077;text-decoration:none}.contact-info a:hover{text-decoration:underline}.map-container{margin-top:1.5rem;border-radius:12px;overflow:hidden}.map-container iframe{width:100%;height:250px;border:0}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr;gap:2rem}}@media (max-width: 600px){.contact-page{padding:4rem 1rem;margin:0 auto;font-family:Inter,sans-serif}.contact-header h1{font-size:2rem}.contact-form,.contact-info{padding:1.2rem;border-radius:12px}.contact-btn{width:100%}.map-container iframe{height:200px;border-radius:8px}}.funder-guide{max-width:100%;margin:0 auto;padding:100px}.funder-guide section{margin-bottom:3rem}.funder-guide-title{text-align:center;margin-bottom:3rem}.funder-guide-title h1{font-size:2rem;font-weight:700;color:#2e5077;margin-bottom:2rem}.funder-guide-title p{font-size:1.5rem;color:#555;padding:0 10rem}.stepper{background:#c7d9dd;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #0000000f}.stepper h2{text-align:center;font-size:1.5rem;color:#2e5077;font-weight:600;margin-bottom:1.5rem}.stepper-steps{display:flex;justify-content:space-between;align-items:center;position:relative}.step{text-align:center;width:25%;position:relative}.step-circle{width:56px;height:56px;border:2px solid #2E5077;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;margin:0 auto;position:relative;z-index:2}.step-circle svg{width:28px;height:28px;color:#f97a00}.step h3{margin-top:.75rem;font-size:1rem;font-weight:600;color:#2e5077}.step p{margin-top:.5rem;font-size:.9rem;color:#666}.step:not(:last-child):after{content:"";position:absolute;top:28px;left:50%;width:100%;height:2px;background:#f97a00;z-index:1}.funder-sections-with-video{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;margin:2rem 0;padding:2rem;background:#fff}.funder-guide h2{font-size:1.4rem;font-weight:600;color:#2e5077;margin-bottom:.75rem;display:flex;align-items:center}.funder-guide h2 svg{margin-right:.5rem}.funder-guide p,.funder-guide li{color:#444;font-size:1rem;line-height:1.6}.funder-guide ol,.funder-guide ul{padding-left:1.5rem}.funder-guide li{margin-bottom:.5rem}.video-player{width:100%;max-width:500px;border-radius:20px;overflow:hidden;box-shadow:0 6px 20px #0000001f;border:2px solid #e5e7eb}.help-section{text-align:center}.help-section h2{justify-content:center}
