.navbar{background-color:#c5e7b1;padding:1rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 10px #0000001a;margin:auto}.navbar-logo img{height:200px;width:200px;object-fit:cover;border-radius:50%;overflow:hidden;display:block;margin-bottom:1rem;cursor:pointer;background-color:#fff;max-width:200px}.navbar-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;padding-bottom:1rem}.navbar-links a{text-decoration:none;font-size:1.3rem;font-weight:500;color:#4e4e4e;transition:color .2s}.navbar-links a:hover{color:#6c8d47}.cards-container{display:flex;justify-content:center;align-items:stretch;gap:2rem;flex-wrap:wrap;padding:2rem}.card{background-color:#fefefe;border-radius:12px;box-shadow:0 4px 10px #0000001a;padding:1.5rem;width:320px;text-align:center;transition:transform .2s ease}.card:hover{transform:translateY(-5px)}.card h3{font-size:1.4rem;margin-bottom:.8rem;color:#2d5d34}.image-gallery{display:flex;gap:.6rem;overflow-x:auto;scroll-behavior:smooth;padding-bottom:.5rem}.image-gallery::-webkit-scrollbar{height:8px}.image-gallery::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.card-image{flex-shrink:0;width:70%;max-width:270px;height:180px;object-fit:cover;border-radius:10px}.card p{font-size:1rem;color:#333;margin-top:1rem}img{width:25vw;max-width:500px;height:auto;border-radius:12px;object-fit:cover;display:block;margin:0 auto}.testimonials-container{max-width:900px;margin:0 auto;padding:2rem;text-align:center}.testimonial-list{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.testimonial-bubble{background-color:#f0f9f1;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #00000014;position:relative;margin-bottom:2rem}.program-label{font-size:1rem;font-weight:700;color:#6c8d47;margin-bottom:.5rem}.testimonial-text{font-size:1.1rem;font-style:italic;color:#333}.testimonial-name{margin-top:1rem;font-weight:700;color:#555}.testimonial-content{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.testimonial-text-wrapper{flex:1;min-width:200px}.testimonial-img{width:250px;height:250px;border-radius:12px;object-fit:cover;flex-shrink:0}@media (max-width: 600px){.testimonial-content{flex-direction:column;align-items:center}.testimonial-img{width:90%;height:auto}.testimonial-text-wrapper{text-align:center}}body{margin:2;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fefefe;color:#333;text-align:center}.app{min-height:100vh;display:flex;flex-direction:column}.content{padding:2rem;max-width:960px;margin:auto}.rounded-photo{width:100%;max-width:400px;border-radius:16px;display:block;margin:2rem auto;box-shadow:0 4px 12px #0000001a}p{font-size:1.6rem;line-height:1.6}.image-row{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.rounded-photo{width:30%;max-width:250px;border-radius:16px;box-shadow:0 4px 12px #0000001a;object-fit:cover}.app-with-logo-borders{display:flex;min-height:100vh;background-color:#fff}.logo-column{width:80px;background-image:url(/assets/logo-green-COcbcTSL.png);background-repeat:repeat-y;background-size:60px 100px;background-position:center}.left-column{border-right:2px solid #d0e5ca}.right-column{border-left:2px solid #d0e5ca}.main-content{flex:1;padding:2rem}.squiggle{width:100%;height:40px;background-image:url("data:image/svg+xml;utf8,<svg width='500' height='40' xmlns='http://www.w3.org/2000/svg'><path d='M0 20 Q 25 0, 50 20 T 100 20 T 150 20 T 200 20 T 250 20 T 300 20 T 350 20 T 400 20 T 450 20 T 500 20' stroke='%238cc0de' stroke-width='4' fill='transparent' stroke-linecap='round'/></svg>");background-repeat:repeat-x;background-size:contain;margin:2rem 0}.footer{margin-top:2rem;background-color:#eaf6e2;padding:1rem .5rem;text-align:center;box-shadow:0 -2px 8px #0000001a}.logo-row{display:flex;justify-content:center;gap:1rem;flex-wrap:nowrap;padding-bottom:.5rem}.footer-logo{width:40px;height:40px;border-radius:50%;object-fit:cover;box-shadow:0 1px 4px #0000001a}.footer-text{font-size:.85rem;color:#555}:root{--brand-primary: #4e9f3d;--brand-secondary: #d8f3dc;--text-dark: #1b1b1b;--text-light: #ffffff;--bg-light: #fefefe;--bg-dark: #1e2a23;--accent: #ffcb77;--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;font-family:var(--font-family);background-color:var(--bg-light);color:var(--text-dark);line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);min-height:100vh;overflow-x:hidden}a{color:var(--brand-primary);text-decoration:none;font-weight:600}a:hover{color:#3c7a2b}.page-container{max-width:1200px;margin:0 auto;padding:20px}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{line-height:1.3}p{font-size:1.1rem}@media (max-width: 768px){p{font-size:1rem}h1{font-size:2rem}h2{font-size:1.6rem}}
