@import"https://fonts.googleapis.com/css2?family=League+Spartan:wght@600;700;800&family=Roboto:wght@400;500;700&display=swap";html,body,#root{height:100%;margin:0;padding:0;overflow:auto}.app-container{display:flex;flex-direction:column;min-height:100vh;background:#fff}.hero{position:relative;width:100%;height:100vh;overflow:hidden;color:#fff;display:flex;align-items:center;justify-content:center}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#12121203;z-index:1}.hero-content{text-align:center;z-index:2;max-width:800px;padding:0 20px;color:#e6f5ec;font-family:Roboto,sans-serif}.hero-logo{position:absolute;top:20px;left:20px;z-index:3;animation:fadeInDown 1s ease-out}.hero-logo img{height:50px;width:auto;object-fit:contain;filter:drop-shadow(0 0 5px rgba(0,0,0,.6));animation:pulseGlow 2s ease-in-out infinite}.hero-title{font-family:League Spartan,sans-serif;font-size:4rem;font-weight:700;margin-bottom:20px;letter-spacing:1px}.fit-text{background:linear-gradient(45deg,#fff,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:glowGreen 3s ease-in-out infinite alternate;font-family:League Spartan,sans-serif}.climate-text{background:linear-gradient(45deg,#fff,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:glowBlue 3s ease-in-out infinite alternate;font-family:League Spartan,sans-serif}.hero-subtitle{font-family:Roboto,sans-serif;font-size:1.5rem;margin-bottom:30px;color:#d1ffd1;animation:fadeInUp 1.5s ease-out .5s both}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:50px;animation:fadeInUp 1.5s ease-out 1s both}.stat-card{background:#ffffff21;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:20px;text-align:center;border:1px solid rgba(255,255,255,.08);transition:all .3s ease;color:#fff;font-family:Roboto,sans-serif}.stat-card:hover{transform:translateY(-10px);background:#ffffff1a;box-shadow:0 20px 40px #0000004d}.stat-number{font-family:League Spartan,sans-serif;font-size:3rem;font-weight:700;display:block;background:linear-gradient(45deg,#fff,#fffefd);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:glowYellow 3s ease-in-out infinite alternate,countUp 2s ease-out 1.5s both}.stat-label{font-family:Roboto,sans-serif;font-size:1rem;margin-top:5px;color:#d1ffd1;opacity:.9;animation:glowWhite 3s ease-in-out infinite alternate}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{filter:drop-shadow(0 0 5px rgba(0,0,0,.6))}50%{filter:drop-shadow(0 0 15px rgba(255,255,255,.8))}}@keyframes glowGreen{0%{filter:drop-shadow(0 0 5px rgba(255,206,116,.9))}to{filter:drop-shadow(0 0 15px rgba(250,167,23,.8))}}@keyframes glowBlue{0%{filter:drop-shadow(0 0 5px rgb(255,210,177))}to{filter:drop-shadow(0 0 15px rgba(255,173,122,.8))}}@keyframes glowYellow{0%{filter:drop-shadow(0 0 5px rgba(255,245,205,.5))}to{filter:drop-shadow(0 0 15px rgba(255,226,108,.8))}}@keyframes glowWhite{0%{filter:drop-shadow(0 0 4px rgba(255,255,255,.3))}to{filter:drop-shadow(0 0 12px rgba(255,255,255,.6))}}@keyframes countUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}}.projects-section{padding:100px 0;background:#fff;color:#1b1b1b;transition:background .6s ease-in-out;font-family:Inter,sans-serif}.projects-container{max-width:1200px;margin:0 auto;padding:0 20px;font-family:Inter,sans-serif}.Card2header-name{text-align:center;font-size:3rem;margin-bottom:20px;color:#4c2419;font-family:Inter,sans-serif;font-weight:700}.section-subtitle{text-align:center;font-size:1.2rem;margin-bottom:60px;color:#181111;opacity:.9;font-family:Inter,sans-serif;font-weight:500}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:60px;font-family:Inter,sans-serif}.project-card{position:relative;background:#f9f9f9;border:1px solid rgba(0,0,0,.08);border-radius:20px;padding:30px;transition:all .3s ease;overflow:hidden;cursor:pointer;color:#222;box-shadow:0 4px 10px #0000000d;font-family:Inter,sans-serif}.project-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(43,16,16,.08),transparent);transition:left .5s}.project-card:hover:before{left:100%}.project-card:hover{background:#fff;box-shadow:0 10px 30px #2b101014}.project-icon{display:flex;justify-content:center;margin-bottom:20px}.project-icon img{width:56px;height:56px;border-radius:12px;object-fit:contain;background:#eaf9f1;padding:8px}.project-header-center{text-align:center;margin-bottom:20px;font-family:Inter,sans-serif}.project-header-center .project-name{font-size:1rem;font-weight:700;color:#000;margin-bottom:8px;font-family:Inter,sans-serif}.project-header-center .project-location{font-size:.85rem;color:#555;margin-bottom:8px;font-family:Inter,sans-serif;font-weight:500}.project-header-center .project-started{background-color:#4c6b68;color:#fff;padding:4px 12px;border-radius:9999px;font-size:.75rem;font-weight:600;display:inline-block;font-family:Inter,sans-serif}.project-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:20px 0;font-family:Inter,sans-serif}.project-stat{text-align:center;padding:15px;background:#fff;border:1px solid #dceae1;border-radius:10px;transition:all .3s ease;font-family:Inter,sans-serif}.project-stat:hover{background:#f3fbf7;transform:scale(1.03)}.project-stat-number{font-size:1.8rem;font-weight:700;color:#90887f;font-family:Inter,sans-serif}.project-stat-label{font-size:.9rem;color:#444;margin-top:5px;font-family:Inter,sans-serif;font-weight:500}.project-card{position:relative;padding-bottom:60px;font-family:Inter,sans-serif}.project-tags{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;padding:0 20px 20px;font-family:Inter,sans-serif}.project-tag-left{display:flex;gap:10px}.project-tag-right{display:flex;gap:8px}.project-tag-left .tag{font-size:.7rem;font-weight:600;padding:6px 14px;border-radius:9999px;text-transform:uppercase;letter-spacing:.5px;background-color:#e6f8f0;border:1px solid #c2eedc;color:#064;transition:all .3s ease;font-family:Inter,sans-serif}.tag.type{background-color:#e8f4ff;color:#0056b3;border:1px solid #b3d7ff;font-family:Inter,sans-serif}.tag.status{background-color:#e9fff1;color:#007b55;border:1px solid #b8f2ce;font-family:Inter,sans-serif}.tag:hover{transform:scale(1.05);box-shadow:0 2px 8px #00805533}.sdg-icon{width:34px;height:34px;object-fit:contain;border-radius:6px;transition:transform .3s ease}.sdg-icon:hover{transform:scale(2.5)}.project-arrow{position:relative;cursor:pointer;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;margin-left:auto}.project-arrow:hover{transform:translate(5px)}.arrow-tooltip{position:absolute;bottom:40px;right:0;background-color:#333;color:#fff;font-size:12px;padding:6px 10px;border-radius:6px;white-space:nowrap;opacity:0;transform:translateY(10px);pointer-events:none;transition:all .3s ease}.project-arrow:hover .arrow-tooltip{opacity:1;transform:translateY(0)}.arrow-btn{color:#333;background:#f5e6d3;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;transition:background .3s ease,color .3s ease,transform .3s ease;box-shadow:0 2px 6px #0000001a}.project-arrow:hover .arrow-btn{background:#333;color:#fff;transform:scale(1.05)}@keyframes fadeInTag{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.project-tags{flex-direction:column;align-items:center;justify-content:center}.project-tag-left,.project-tag-right{margin-top:10px}}.support-wrapper{padding:30px;background:#f9fafb}.support-heading{font-size:2rem;margin-bottom:20px;color:#2c5530}.support-layout{display:flex;flex-wrap:wrap;gap:40px}.faq-block,.support-contact{flex:1;min-width:300px}.faq-title,.contact-title{font-size:1.3rem;margin-bottom:15px}.faq-box{border-bottom:1px solid #ddd;padding:10px 0}.faq-toggle{display:flex;justify-content:space-between;cursor:pointer;font-weight:700}.faq-response{padding:10px 0;color:#444}.contact-list{display:flex;flex-direction:column;gap:16px}.contact-entry{display:flex;gap:12px;align-items:center}.entry-icon{font-size:1.5rem}.entry-label{font-weight:600}.entry-value{font-size:.95rem;color:#555}.tip-box{margin-top:30px}.tip-title{margin-bottom:10px;font-weight:700}.tip-list{padding-left:20px;list-style:disc;color:#444}.card3-section{padding:60px 20px;background-color:#ea6424}@keyframes fadeSlideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeSlideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.card3-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;flex-wrap:wrap}.card3-text{flex:1 1 500px;padding:20px;animation:fadeSlideInLeft 1s ease forwards;font-family:Roboto,sans-serif}.card3-text h2{font-family:League Spartan,sans-serif;font-size:3rem;font-weight:700;margin-bottom:20px;color:#fff;letter-spacing:.5px}.card3-text p{font-family:Roboto,sans-serif;font-size:1.1rem;line-height:1.6;color:#f5e1c7}.card3-image{flex:1 1 500px;width:400px;padding:20px;text-align:center;animation:fadeSlideInRight 3s ease forwards}.card3-image img{width:100%;height:260px;border-radius:10px;object-fit:cover}@media(max-width:768px){.card3-content{flex-direction:column-reverse;text-align:center}.card3-text,.card3-image{padding:10px;animation:none}.card3-text h2{font-size:1.6rem}.card3-text p{font-size:1rem}}.card4-container{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:20px;padding:50px;background-color:#7cac72}.info-card{position:relative;border-radius:16px;overflow:hidden;width:360px;height:240px;color:#fff;cursor:pointer;transition:transform .4s ease,box-shadow .4s ease}.info-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000004d}.bubbles{position:absolute;width:100%;height:100%;overflow:hidden;top:0;left:0}.bubble{position:absolute;bottom:-50px;width:20px;height:20px;background:#ffffff4d;border-radius:50%;animation:rise 8s infinite ease-in}.bubble:nth-child(1){left:10%;animation-delay:0s;animation-duration:7s;width:15px;height:15px}.bubble:nth-child(2){left:25%;animation-delay:2s;animation-duration:9s}.bubble:nth-child(3){left:40%;animation-delay:4s}.bubble:nth-child(4){left:55%;animation-delay:1s}.bubble:nth-child(5){left:70%;animation-delay:3s;animation-duration:10s}.bubble:nth-child(6){left:85%;animation-delay:5s}.bubble:nth-child(7){left:60%;animation-delay:6s;width:25px;height:25px}.bubble:nth-child(8){left:30%;animation-delay:7s;width:10px;height:10px}@keyframes rise{0%{transform:translateY(0) translate(0);opacity:.5}25%{transform:translateY(-50px) translate(10px);opacity:.8}50%{transform:translateY(-100px) translate(-10px);opacity:.9}75%{transform:translateY(-180px) translate(15px);opacity:.6}to{transform:translateY(-260px) translate(-10px);opacity:0}}.bg-fair{background:radial-gradient(circle at 80% 50%,#c8ff7b,#0c3d2e,#04140e);background-size:400% 400%;animation:moveGradient 10s linear infinite alternate}.bg-inclusive{background:radial-gradient(circle at 80% 50%,#c8ff7b,#0c3d2e,#04140e);background-size:400% 400%;animation:moveGradient 12s linear infinite alternate}.bg-transparent{background:radial-gradient(circle at 80% 50%,#c8ff7b,#0c3d2e,#04140e);background-size:400% 400%;animation:moveGradient 9s linear infinite alternate}@keyframes moveGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.overlay{position:absolute;bottom:0;left:0;padding:25px;width:100%;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.overlay h3{font-size:1.8rem;font-weight:700;margin-bottom:10px}.overlay p{font-size:1rem;line-height:1.4;opacity:.9}.footer{background:#5a803a;color:#fff;padding:60px 20px;font-family:Poppins,sans-serif}.footer-container{max-width:1200px;margin:auto;display:flex;align-items:flex-start;justify-content:space-between;gap:40px}.footer-logo img{width:140px;height:auto;object-fit:contain}.footer-columns{display:flex;gap:80px;flex-wrap:wrap}.footer-column{min-width:180px}.footer-column h3{font-size:1.1rem;font-weight:700;color:#aef794;margin-bottom:15px;position:relative}.footer-column h3:after{content:"";display:block;width:40px;height:2px;background:#fff;margin-top:5px;transition:width .3s}.footer-column h3:hover:after{width:100%}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin:10px 0;cursor:pointer;transition:color .3s,transform .3s}.footer-column ul li:hover{color:#f60;transform:translate(5px)}.footer-social{margin-top:15px}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-right:10px;border-radius:50%;background-color:#c7f0d6;color:#006400;font-size:18px;transition:transform .3s,background-color .3s,color .3s}.footer-social a:hover{transform:scale(1.2);background-color:#a0e0b0;color:#ec6003}.footer-link{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s ease,padding-left .3s ease}.footer-link:hover{color:#f60;padding-left:5px}.footer-column ul li{margin:10px 0;list-style:none}@media(max-width:768px){.footer-container{flex-direction:column;text-align:center}.footer-columns{justify-content:center;gap:40px}.footer-logo img{margin:0 auto}}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-sizing:border-box}.header-container{background:#fff;padding:16px 32px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #00000014;z-index:1000;position:fixed;top:0;left:0;right:0;height:70px;border-bottom:1px solid rgba(0,0,0,.08)}.navbar-project-name{position:absolute;left:50%;transform:translate(-50%);font-weight:600;font-size:16px;color:#d4734b;text-align:center;letter-spacing:-.3px;line-height:1.4}.logo{display:flex;align-items:center;gap:10px;font-weight:600;font-size:20px;color:#d4734b;padding:6px 10px;border-radius:8px;transition:all .3s ease}.logo-icon{position:absolute;top:18px;left:32px;z-index:5;animation:fadeInDown .8s ease-out}.logo-icon img{height:34px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transition:transform .3s ease}.logo-icon img:hover{transform:scale(1.05)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-buttons{display:flex;gap:12px;align-items:center}.nav-button{background:transparent;border:1px solid rgba(109,11,11,.833);cursor:pointer;color:#e2670f;font-size:12px;font-weight:500;padding:10px 20px;border-radius:8px;transition:all .3s ease}.nav-button:hover{background:#d4734b;color:#fff;border-color:#d4734b;transform:translateY(-1px);box-shadow:0 4px 12px #d4734b4d}.nav-button.active{background:#d4734b;color:#fff;border-color:#d4734b}@media(max-width:768px){.header-container{flex-direction:column;height:auto;padding:16px;gap:12px}.navbar-project-name{position:static;transform:none;font-size:14px}.logo{font-size:18px}.nav-buttons{flex-wrap:wrap;justify-content:center}.nav-button{min-width:100px;padding:8px 16px}}.sidebar-container{width:64px;height:100%;background:#f5e6d3;box-shadow:2px 0 10px #0000000f;display:flex;flex-direction:column;align-items:center;padding-top:100px;border-right:1px solid #edf2f7;flex-shrink:0;z-index:200}.sidebar-button{width:40px;height:40px;margin-top:12px;background:#f8f9fa;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .3s ease;font-size:14px;outline:1px dashed #aaa}@media(max-width:480px){.sidebar-container{width:50px;padding-top:80px}.sidebar-button{width:36px;height:36px;font-size:12px;margin-top:8px}}.sidebar-button{position:relative;width:40px;height:40px;margin-top:12px;background:#f8f9fa;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .3s ease;font-size:14px;outline:1px dashed #aaa}.sidebar-button:after{content:attr(data-tooltip);position:absolute;left:110%;top:50%;transform:translateY(-50%);background:#333;color:#fff;font-size:12px;padding:4px 8px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.sidebar-button:hover:after{opacity:1;transform:translateY(-50%) translate(5px)}.sidebar-button:hover,.sidebar-button.active{background:#d66306;color:#fff;transform:scale(1.1)}.panel-container.visible{position:absolute;top:0;right:0;width:400px;height:100%;background:#fff;box-shadow:-8px 0 24px #0000001f;z-index:2000;border-left:1px solid #e9ecef}@media(max-width:1024px){.panel-container.visible{width:360px}}@media(max-width:768px){.panel-container.visible{width:85vw}}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f1f3f5}.panel-title{margin:0;font-size:16px;color:#000}.close-button{background:#f1f3f5;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer}.panel-content{padding:12px 16px;overflow-y:auto;height:calc(100% - 54px)}.detail-section{margin-bottom:12px}.section-title{margin:0 0 8px;font-size:13px;color:#000;font-weight:700}.section-title--accent{color:#000;border-left:4px solid #fa5252;padding-left:8px}.detail-item{display:flex;justify-content:space-between;font-size:12px;padding:6px 0;border-bottom:1px dashed #f1f3f5}.detail-label{color:#6c757d}.detail-value{color:#2c5530;font-weight:600}.doc-link{color:#1971c2;text-decoration:none}.doc-link:hover{text-decoration:underline}.grid-details{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px}.grid-label{color:#6c757d;font-size:12px}.grid-value{color:#2c5530;font-size:12px;font-weight:600}.status-badge{padding:2px 6px;border-radius:10px;font-size:11px;background:#e9ecef}.status-badge.monitoring{background:#e7f5ff;color:#1c7ed6}.status-badge.harvesting{background:#fff3bf;color:#f59f00}.status-badge.sowing{background:#e6fcf5;color:#0ca678}.status-badge.growing{background:#ebfbee;color:#2b8a3e}.status-badge.verified{background:#e9ecef;color:#495057}.clickable-parcel{cursor:pointer}.filter-container{background:#f5e6d3;display:flex;flex-direction:column;align-items:flex-start;gap:10px;flex-wrap:wrap;padding:15px 25px;border-bottom:1px solid rgba(0,0,0,.08);margin-top:70px;box-sizing:border-box}.filter-row{display:flex;flex-wrap:wrap;gap:3rem;align-items:center;justify-content:space-between}.filter-item{display:flex;flex-direction:column;min-width:140px;flex:1}.filter-item.reset-item{justify-content:flex-end;min-width:auto;flex:0}.filter-label{font-weight:500;color:#d4734b;font-size:13px;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap}.filter-select{padding:.45rem .6rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffffe6;color:#333;font-size:.9rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;outline:none}.filter-select:hover{border-color:#fff6;background:#fffffff2;box-shadow:0 2px 8px #0000001a}.filter-select:focus{border-color:#4facfe;background:#fff;box-shadow:0 0 0 3px #4facfe33}.reset-button{padding:.45rem .9rem;background:linear-gradient(135deg,#ff8952,#f06322);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #ee5a244d;outline:none}.reset-button:hover{background:linear-gradient(135deg,#b45427,#9a3d12);box-shadow:0 4px 12px #ee5a2466;transform:translateY(-2px)}.totals-row{margin-top:8px;display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:4rem}.total-card{padding:.45rem .6rem;height:40px;border:1px solid #e9ecef;border-radius:8px;background:#fff}.total-title{font-size:.8rem;color:#6c757d}.total-value{font-size:1rem;font-weight:700;color:#2c5530}@media(max-width:1200px){.filter-row{gap:.8rem}.filter-item{min-width:120px}}@media(max-width:768px){.filter-row{flex-direction:column;gap:1rem;align-items:stretch}.filter-item{min-width:auto;flex:none}.filter-item.reset-item{align-self:center;margin-top:.5rem}}@media(max-width:480px){.filter-container{padding:.8rem}.filter-select{padding:.5rem .6rem;font-size:.85rem}.reset-button{padding:.5rem 1rem;font-size:.85rem}}.leaflet-map{width:100%;height:100%;margin:0;padding:0;position:relative;z-index:2;border:2px solid #e0e0e0;background-color:#f9fafb}.leaflet-container{width:100%;height:100%}@media(max-width:1024px){.leaflet-map{border-radius:8px}}@media(max-width:768px){.leaflet-map{border-radius:6px}}.psMainWrapper{padding:30px;max-width:1200px;margin:auto}.psMainHeading{text-align:center;font-size:36px;font-weight:800;margin-bottom:40px}.psCardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:25px}.psCardBox{background:#fff;padding:25px;border-radius:18px;box-shadow:0 8px 20px #00000014;transition:all .3s ease;border-left:5px solid #4CAF50}.psCardBox:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000001f}.psCardTitle{font-size:22px;font-weight:700;margin-bottom:10px;color:#2b2b2b}.psCardDesc{font-size:15px;color:#555;margin-bottom:15px;line-height:1.6}.psDetailsWrapper p{font-size:14px;margin:6px 0;color:#444}.psReadMoreBtn{margin-top:15px;padding:10px 16px;background:#4caf50;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:.3s}.psReadMoreBtn:hover{background:#3a9540}.psLoaderText{text-align:center;font-size:20px;margin-top:50px}
