@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";nav{width:100%;padding:20px 60px;position:fixed;display:flex;align-items:center;justify-content:space-between;z-index:10;height:80px;background:#fff;box-shadow:0 4px 8px #0000001a}.logo{width:180px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.logo:hover{transform:scale(1.1)}nav ul{display:flex;flex:1;justify-content:center;align-items:center;margin:0;padding:0}nav ul li{list-style:none;margin:0 20px;font-size:16px;padding-left:40px;cursor:pointer;transition:text-shadow .3s ease}nav ul li:hover{text-shadow:0 0 10px #222220}.nav-links a{text-decoration:none;color:inherit;transition:text-shadow .3s ease}.nav-links a:hover{text-shadow:0 0 10px #20211e}.notification-icon{width:30px;height:30px;margin-right:20px;cursor:pointer;transition:transform .3s ease,text-shadow .3s ease}.notification-icon:hover{transform:scale(1.1);text-shadow:0 0 10px #A4C931}.btn{margin-left:10px;padding:10px 20px;background-color:#a4c931;border:none;border-radius:5px;color:#fff;cursor:pointer;transition:box-shadow .3s ease}.btn:hover{box-shadow:0 0 10px #8fbf26}.fade-in-section{opacity:0;transform:translateY(40px);transition:opacity 2s ease-out,transform 2s ease-out;will-change:opacity,transform}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}.parallax{position:relative;background-attachment:fixed;background-size:cover;background-position:center;height:100vh}.hero-container{display:flex;align-items:center;justify-content:space-between;padding:90px 60px 60px}.hero{max-width:50%}.hero h1{font-size:3rem;line-height:1.2;margin-bottom:20px;font-weight:400}.hero h1 .highlight{color:#a4c931}.hero h1 .highlight-o{color:#a4c931;font-style:italic}.hero h4{font-size:1.2rem;line-height:1.5;margin-bottom:30px;font-weight:400}.hero-buttons{display:flex;gap:20px}.hero-buttons button{width:240px;font-size:20px;background:transparent;color:#000;padding:14px 28px;border:2px solid #A4C931;border-radius:10px;cursor:pointer;font-weight:700;outline:none;transition:background .3s ease}.hero-buttons button:hover{background:#a4c931}.hero-image{max-width:45%;height:auto}.chatbot-container{padding:60px;display:flex;flex-direction:column;align-items:center;text-align:center}.chatbot-header{margin-bottom:40px}.chatbot-header h4{font-size:24px;color:#24317f;margin:0 0 20px}.chatbot-header h1{font-size:48px;font-weight:400;margin:0}.highlight{color:#348273}.highlight-o{color:#a4c931}.chatbot-content{display:flex;justify-content:space-between;width:100%;align-items:stretch}.chatbot-text{max-width:50%;text-align:left}.chatbot-text p{font-size:24px;line-height:1.5;margin:20px 0}.friend{color:#24317f;font-weight:700}.robot-image{width:491px;height:auto}.chatbot-image{width:auto;height:100%}.about-container{padding:60px;text-align:center}.about-header{margin-bottom:40px}.about-header h4{font-size:24px;color:#24317f;margin:0}.about-header h1{font-size:48px;font-weight:400;margin:10px 0}.about-content{display:flex;align-items:center;justify-content:center;gap:20px}.about-image{max-width:45%;height:auto}.about-text{max-width:50%;font-size:24px;line-height:1.5;text-align:left}.about-text h4{margin-top:20px;font-size:24px;margin-bottom:20px}.about-text .list{list-style:none;padding:0;margin:0}.about-text .list li{font-size:24px;margin:10px 0;display:flex;align-items:center}.about-text .list li svg{margin-right:10px;color:green}.subscription-container{text-align:center;padding:40px}.subscription-header h1{font-size:36px;margin-bottom:10px}.subscription-header p{font-size:18px;color:#24317f;margin-bottom:40px}.subscription-plans{display:flex;justify-content:center;gap:40px}.plan{border:1px solid #a4c931;border-radius:10px;padding:40px 20px;width:300px;text-align:center;transition:transform .3s ease,background-color .3s ease;box-sizing:border-box}.plan h2{font-size:24px;margin-bottom:20px}.plan p{font-size:20px;margin-bottom:30px}.plan ul{list-style:none;padding:0;font-size:16px;margin-bottom:30px;text-align:left}.plan ul li{margin-bottom:15px}.plan button{background-color:#a4c931;color:#000;border:none;border-radius:5px;padding:15px 25px;font-size:16px;cursor:pointer}.plan button:hover{background-color:#8fbf26}.plan:hover{transform:scale(1.1);background-color:#24317f;color:#fff}.mood-meter{text-align:center;padding:100px 60px 40px}.mood-meter h1{font-size:2.5rem;color:#24317f;font-weight:500}.circle{color:#a4c931}.mood-meter h2{margin:1rem 0;font-size:1.5rem;font-weight:400}.mood-content{display:flex;justify-content:center;align-items:center;position:relative}.mood-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;justify-content:center;justify-items:center}.mood-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;border:2px solid #A4C931;border-radius:10px;width:150px;height:150px;cursor:pointer;transition:transform .3s ease}.mood-card:hover{transform:scale(1.05)}.mood-card span{font-size:3rem}.mood-card p{margin-top:.5rem;font-size:1.2rem}.chat-icon:hover{transform:translateY(-50%) scale(1.1);opacity:.8}.submit-button{margin-top:2rem;padding:1rem 2rem;background-color:#a4c931;border:none;border-radius:10px;color:#000;font-size:1.2rem;cursor:pointer}.submit-button:hover{background-color:#8fbf26}footer{width:100%}.continue-content{text-align:left;margin:0 auto;max-width:1000px;padding:60px 10px 10px}.continue-content h2{font-size:1.8rem;margin-bottom:20px;text-align:left;font-weight:600}.content-grid{display:flex;flex-wrap:wrap;margin-bottom:40px}.content-card{position:relative;width:48%;transition:transform .3s,box-shadow .3s}.listen .content-grid .content-card:first-child{margin-right:40px}.reviews-section{text-align:center;padding:20px 20px 80px;background-color:#f9f9f9;width:100%}.reviews-section h2{font-size:2em;margin-bottom:20px;color:#2c3e50;padding-bottom:60px}.reviews-container{display:flex;justify-content:center;align-items:center;gap:20px;width:100%;flex-wrap:wrap}.review-card{background:#fff;border:1px solid #ddd;border-radius:10px;padding:40px 20px 20px;width:100%;max-width:300px;box-shadow:0 2px 5px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0;height:450px;box-sizing:border-box;transition:box-shadow .3s ease;position:relative}.review-card:hover{box-shadow:0 0 10px #24317f}.review-image{width:100px;height:100px;border-radius:50%;position:absolute;top:-50px}.review-card h3{font-size:1.2em;margin-top:60px;margin-bottom:10px}.rating{color:#ffc107;margin-bottom:10px}.review-card p{color:#555;line-height:1.6;flex-grow:1;display:flex;align-items:center;justify-content:center}:root{--primary-color: #a4c639;--text-color: #333;--bg-color: #f8f8f8}footer{background-color:var(--bg-color);padding:2rem;font-family:Arial,sans-serif}.content{display:flex;flex-wrap:wrap;gap:2rem;max-width:1200px;margin:0 auto}.content>div{flex:1 1 200px}.logo-section img{max-width:50px}h2,h3{color:var(--text-color);margin-bottom:.5rem}ul{list-style:none;padding:0}a{color:var(--text-color);text-decoration:none}form{display:flex}input{flex-grow:1;padding:.5rem;border:1px solid #ccc}button{background-color:var(--primary-color);border:none;padding:.5rem 1rem;color:#fff;cursor:pointer}.copyright{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid #ddd;font-size:.8rem}@media (max-width: 768px){.content{flex-direction:column}}.ContactUs h3,.ContactUs p{margin-bottom:6px}.ImpLinks{margin-top:12px}.footerlogo img{width:100px;height:auto}.footer-container h2{color:#24317f}.footer-container{display:flex;align-items:center}.boldFont1{font-weight:600;font-size:20px}.footerMain{margin-left:30px}.footerleft{display:flex;flex-direction:column}.relax-logs{text-align:center;padding:100px 40px 40px}.relax-logs h1{font-size:2.5rem;color:#a4c931;font-weight:700;margin-bottom:40px}.relax-logs h1 span{color:#24317f}.hero-section{display:flex;justify-content:center;gap:20px;margin-bottom:40px}.hero-card{background-color:#f5f5f5;border-radius:10px;padding:20px;width:300px;box-shadow:0 4px 8px #0000001a;transition:transform .3s,box-shadow .3s}.hero-card:hover{transform:scale(1.05);box-shadow:0 8px 16px #0003}.hero-card img{width:100%;border-radius:10px}.hero-card h2{margin-top:20px;font-size:1.2rem}.latest-content{text-align:left;margin:0 auto;max-width:1000px}.latest-content h2{font-size:1.8rem;margin-bottom:20px}.content-grid{display:flex;justify-content:space-between;margin-bottom:40px}.content-card{width:30%;transition:transform .3s,box-shadow .3s}.content-card:hover{transform:scale(1.05);box-shadow:0 8px 16px #0003}.content-card img{width:100%;border-radius:10px}body{margin:0;font-family:Arial,sans-serif;background-color:#f5f5f5;height:100vh}.chat-container{display:flex;flex-direction:column;height:100vh;width:100vw;padding:10px 20px;background-color:#e8e8e8}.messages-container{flex:1;padding:90px 20px 20px;overflow-y:auto;display:flex;flex-direction:column}.message{padding:10px;margin:10px 0;border-radius:10px;max-width:60%;word-wrap:break-word}.message.user{align-self:flex-end;background-color:#e1ffc7}.message.ai{align-self:flex-start;background-color:#fff}.input-container{display:flex;padding:10px;border-top:1px solid #ccc}input{flex:1;padding:10px;border:1px solid #ccc;border-radius:10px 0 0 10px;outline:none}button{padding:10px 20px;border:none;background-color:#4caf50;color:#fff;border-radius:0 10px 10px 0;cursor:pointer;outline:none}button:hover{background-color:#45a049}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}a{text-decoration:none;cursor:pointer}.btn{background:#a4c931;color:#000;padding:14px;border-radius:10px;cursor:pointer;border:0;outline:0;font-weight:700;width:200px}.chat-icon{position:fixed;right:100px;top:80%;transform:translateY(-50%);transition:transform .3s ease,opacity .3s ease;cursor:pointer}
