body,html{margin:0;padding:0}.container{width:80vw;margin:0 auto;box-sizing:border-box}.button{padding:.6rem 1.8rem;font-size:1rem;font-weight:600;color:var(--text-muted);text-align:center;border:1px solid var(--text-muted);border-radius:50em;cursor:pointer;background:transparent;box-shadow:0 0 5px rgba(0,0,0,.1);transition:all .3s ease}.button:hover{color:var(--text);box-shadow:0 0 8px rgba(0,0,0,.3)}.menuicon{display:none}.main-heading{font-weight:700;font-size:2.5rem;text-align:center;line-height:110%;margin-bottom:1rem;font-family:Urbanist;font-style:normal;color:#1f2937}@media(min-width:640px){.main-heading{font-size:3rem}}@media(min-width:768px){.main-heading{font-size:3rem;line-height:110%;margin-bottom:1rem}}@media(min-width:1024px){.main-heading{font-size:4.1rem;text-align:left;line-height:120%;margin-bottom:1.5rem}}@media(min-width:1280px){.main-heading{font-size:4.5rem}}@media(min-width:1536px){.main-heading{font-size:5rem}}.para{font-family:Urbanist;font-size:1rem;font-weight:600;line-height:24px;color:#1f2937;text-align:center;max-width:100%;margin:1.5rem 0;width:100%}@media(min-width:640px){.para{font-size:1.1rem}}@media(min-width:768px){.para{font-size:1.1rem;padding:0 1rem}}@media(min-width:1024px){.para{font-size:1.3rem;text-align:left;line-height:28px;margin:2rem 0;max-width:600px;padding:0}}@media(min-width:1280px){.para{font-size:1.4rem;max-width:650px}}.get-started{font-weight:700;background:linear-gradient(92deg,var(--light) 1.39%,var(--primary) 82.76%);color:var(--text);padding:10px 20px;border-radius:50px;border:none;font-size:.9rem;cursor:pointer;box-shadow:0 4px 15px rgba(132,204,22,.3);width:80%;transition:transform .1s ease}.get-started:hover{transform:scale(1.05)}.get-started:active{transform:scale(.95)}@media(min-width:640px){.get-started{width:auto}}@media(min-width:1024px){.get-started{padding:12px 24px;font-size:1rem;width:auto}}.try-demo{font-weight:700}.hero-section{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:0 5vw;box-sizing:border-box;position:relative}@media(max-width:1023px){.hero-section{padding:0 3vw;margin-top:1rem}}@media(max-width:640px){.hero-section{padding:0 2vw;margin-top:.5rem}}.hero-content-wrapper{display:flex;justify-content:space-between;align-items:flex-start;width:100%;max-width:1200px;margin:0 auto;border-bottom:1px solid rgba(0,0,0,.1);padding-top:1rem;position:relative}@media(min-width:1536px){.hero-content-wrapper{max-width:1400px}}@media(min-width:1920px){.hero-content-wrapper{max-width:1600px}}@media(max-width:1023px){.hero-content-wrapper{flex-direction:column;align-items:center;padding-top:4rem;border-bottom:none}}@media(max-width:640px){.hero-content-wrapper{padding-top:2rem}}.hero-content-wrapper:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(180deg,rgba(132,204,22,0),rgba(132,204,22,.8) 50%,rgba(132,204,22,0));box-shadow:0 4px 10px rgba(132,204,22,.4),0 8px 20px rgba(132,204,22,.3),0 12px 30px rgba(132,204,22,.2)}@media(max-width:1023px){.hero-content-wrapper:after{bottom:auto;top:calc(2vh + 600px)}}@media(max-width:640px){.hero-content-wrapper:after{top:calc(1vh + 500px);box-shadow:none;background:none}}.text-section{width:55%;margin-left:2rem;margin-top:4rem}@media(min-width:1280px){.text-section{margin-top:6rem}}@media(max-width:1023px){.text-section{width:90%;margin-left:0;margin-top:2rem;order:2;text-align:center}}@media(max-width:640px){.text-section{width:100%;margin-top:1rem}}.iphone-container{width:45%;display:flex;left:8vw;justify-content:flex-start;align-items:flex-start;margin-top:10vh;overflow:visible;padding-right:0;position:relative;filter:drop-shadow(0 10px 30px rgba(132,204,22,.1))}@media(min-width:1280px){.iphone-container{left:5vw}}@media(min-width:1536px){.iphone-container{left:2vw}}@media(max-width:1023px){.iphone-container{width:100%;justify-content:center;left:0;margin-top:2vh;order:1;margin-bottom:3rem;position:relative}.iphone-container:after{content:"";position:absolute;bottom:-20px;left:0;width:100%;height:1px;background:rgba(0,0,0,.1)}}@media(max-width:640px){.iphone-container{transform:scale(.85);margin-top:1vh;margin-bottom:2rem;box-shadow:0 3px 0 rgba(132,204,22,.4),0 5px 0 rgba(132,204,22,.3),0 7px 0 rgba(132,204,22,.2)}}.hero-content{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:2vh}.hero-heading-container{max-width:80vw;position:relative}.hero-bottom-content{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:3vh}.features{margin-bottom:3vh;width:100%;max-width:90vw}.getstart{gap:1.5rem}@media(max-width:1023px){.getstart{justify-content:center;margin-top:3vh}}@media(max-width:640px){.getstart{flex-direction:column;align-items:center;gap:1rem}}.partner-logo-marquee-container{overflow:hidden;width:100%;position:relative}.partner-logo-marquee{display:flex;gap:40px;animation:marquee 15s linear infinite}.partner-logo-item{flex-shrink:0;display:inline-flex;justify-content:center;align-items:center}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.bouncing-sphere{animation:bounce-small 2s ease-in-out infinite}@keyframes bounce-small{0%,to{transform:translateY(-3px)}50%{transform:translateY(3px)}}.navbar-container{background:#fff;box-shadow:0 4px 20.5px 0 hsla(0,0%,63%,.27);border:1px solid rgba(0,0,0,.1);transition:all .3s ease-in-out;z-index:1000}@media(max-width:1023px){.navbar-container{padding:.5rem 1rem}}@media(max-width:640px){.navbar-container{padding:.3rem .5rem}}.navbar-container:hover{border:1px solid rgba(0,0,0,.2)}.toingg-logo{position:relative;text-align:center;transition:all .4s ease-in-out}@media(max-width:640px){.toingg-logo{transform:scale(.9)}}.getstart{position:relative;display:flex;gap:2rem;margin-top:2vh}@media(max-width:640px){.book-btn,.bouncing-sphere,.doc,.home,.sign-btn{display:none}.nav-box{width:4rem;height:auto;margin:.5rem;border-style:none}}@media(max-width:640px)and (max-width:640px){.nav-box{margin-right:20px;box-shadow:none}}@media(max-width:640px){.menuicon{display:flex;justify-content:end;z-index:3;position:relative;margin-left:2rem}.main-heading{width:90%;margin:0 auto}.para{width:90%;margin:3vh auto;padding:0}.getstart{flex-direction:column;gap:1rem;width:100%;align-items:center;margin-top:4vh}.features{display:none}}.mobile-menu{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--background);z-index:50;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.mobile-menu__option{font-family:Sora,sans-serif;color:var(--text-muted);font-size:1.5rem;padding:1rem;text-align:center;width:100%;border:none;background:none;cursor:pointer;transition:color .3s ease}.mobile-menu__option:hover{color:var(--primary)}.mobile-menu__cta{background:linear-gradient(275deg,var(--light) 9.3%,var(--primary) 100%);box-shadow:0 4px 25.7px 0 rgba(132,204,22,.41);border-radius:8px;margin-top:1rem}.partners-section{width:100vw;padding:0;background-color:var(--background);position:relative;overflow:hidden;z-index:2;margin:4vh 0}@media(max-width:768px){.partners-section{margin:4vh 0 3vh}}.partners-section:after,.partners-section:before{content:"";position:absolute;top:0;width:150px;height:100%;z-index:3;pointer-events:none}@media(max-width:768px){.partners-section:after,.partners-section:before{width:100px}}@media(max-width:480px){.partners-section:after,.partners-section:before{width:50px}}.partners-section:before{left:0;background:linear-gradient(to right,var(--background) 0,hsla(60,12%,97%,0) 100%)}.partners-section:after{right:0;background:linear-gradient(to left,var(--background) 0,hsla(60,12%,97%,0) 100%)}.partners-section .heading{font-family:Montserrat,sans-serif;font-size:40px;font-weight:700;line-height:1.2;margin-bottom:40px;text-align:center;position:relative;z-index:4}@media(max-width:768px){.partners-section .heading{font-size:32px;margin-bottom:30px}}.partners-section .partners-marquee-container{position:relative;width:100%;height:13vh;overflow:hidden;background:linear-gradient(92deg,var(--primary) 0,var(--light) 100%)}@media(max-width:768px){.partners-section .partners-marquee-container{height:90px}}@media(max-width:480px){.partners-section .partners-marquee-container{height:80px}}.partners-section .partners-marquee{display:flex;height:100%;align-items:center;width:-moz-max-content;width:max-content;animation:marquee-scroll 40s linear infinite;will-change:transform}@media(max-width:768px){.partners-section .partners-marquee{animation-duration:35s}}@media(max-width:480px){.partners-section .partners-marquee{animation-duration:30s}}.partners-section .partners-marquee .partner-logo{display:flex;align-items:center;justify-content:center;padding:0 30px;height:100%}@media(max-width:768px){.partners-section .partners-marquee .partner-logo{padding:0 25px}}@media(max-width:480px){.partners-section .partners-marquee .partner-logo{padding:0 20px}}.partners-section .partners-marquee .partner-logo a{display:flex;align-items:center;justify-content:center;height:100%}.partners-section .partners-marquee .partner-logo img{-o-object-fit:contain;object-fit:contain;opacity:1;transition:all .3s ease;height:45px}.partners-section .partners-marquee .partner-logo img:hover{opacity:.8}@media(max-width:768px){.partners-section .partners-marquee .partner-logo img{height:35px}}@media(max-width:480px){.partners-section .partners-marquee .partner-logo img{height:30px}}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-33.3333333333%)}}.partners-wrapper{margin-top:4rem;width:100vw;margin-left:calc(-50vw + 50%);background-color:var(--background);position:relative;overflow:hidden}.partners-wrapper:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:150px;background:radial-gradient(ellipse at center,rgba(132,204,22,.1) 0,hsla(60,12%,97%,0) 70%);pointer-events:none;z-index:1}@media(max-width:768px){.partners-wrapper:before{height:120px}}@media(max-width:640px){.partners-section{padding:0}}.audio-player-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center}.audio-player-modal{width:90%;max-width:400px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:3rem 2rem;box-shadow:0 20px 40px rgba(0,0,0,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;display:flex;flex-direction:column;align-items:center;gap:2rem}.audio-player-modal .close-button{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#9ca3af;cursor:pointer;transition:color .3s ease,background .3s ease;padding:.5rem;border-radius:50%}.audio-player-modal .close-button:hover{color:#1f2937;background:rgba(0,0,0,.05)}.audio-player-modal .modal-header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.audio-player-modal .modal-header .icon-container{width:64px;height:64px;border-radius:50%;background:rgba(132,204,22,.1);display:flex;align-items:center;justify-content:center;color:#84cc16;margin-bottom:.5rem}.audio-player-modal .modal-header h3{font-family:Urbanist,sans-serif;font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.audio-player-modal .modal-header p{font-family:Urbanist,sans-serif;font-size:.9rem;color:#6b7280;margin:0}.audio-player-modal .player-controls-container{width:100%;display:flex;flex-direction:column;gap:1.5rem}.audio-player-modal .progress-section{width:100%;display:flex;flex-direction:column;gap:.5rem;padding:0 .5rem}.audio-player-modal .progress-container{width:100%;height:4px;background:#e5e7eb;border-radius:2px;cursor:pointer;position:relative;display:flex;align-items:center}.audio-player-modal .progress-container:hover{height:4px}.audio-player-modal .progress-container:hover .progress-bar:after{transform:translateY(-50%) scale(1.2)}.audio-player-modal .progress-bar{height:100%;background:#84cc16;border-radius:2px;position:relative;pointer-events:none}.audio-player-modal .progress-bar:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#84cc16;border-radius:50%;box-shadow:0 0 10px rgba(132,204,22,.3);transition:transform .2s ease;z-index:10}.audio-player-modal .time-display{display:flex;justify-content:space-between;font-family:Urbanist,sans-serif;font-size:.8rem;color:#6b7280;margin-top:.25rem}.audio-player-modal .main-controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:.5rem}.audio-player-modal .main-controls .play-pause-btn{width:64px;height:64px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;color:#84cc16;box-shadow:0 4px 12px rgba(0,0,0,.05)}.audio-player-modal .main-controls .play-pause-btn:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(132,204,22,.2);border-color:#84cc16}.audio-player-modal .main-controls .play-pause-btn:active{transform:scale(.95)}.audio-player-modal .main-controls .mute-btn{background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease}.audio-player-modal .main-controls .mute-btn:hover{color:#84cc16;background:rgba(132,204,22,.1)}.transcript-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center}.transcript-modal{width:90%;max-width:450px;height:80vh;background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:0;box-shadow:0 20px 40px rgba(0,0,0,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;display:flex;flex-direction:column;overflow:hidden}.transcript-modal .close-button{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#9ca3af;cursor:pointer;transition:color .3s ease,background .3s ease;padding:.5rem;border-radius:50%;z-index:10}.transcript-modal .close-button:hover{color:#1f2937;background:rgba(0,0,0,.05)}.transcript-modal .modal-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb;background:#fff}.transcript-modal .modal-header h3{font-family:Urbanist,sans-serif;font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.transcript-modal .modal-header p{font-family:Urbanist,sans-serif;font-size:.875rem;color:#6b7280;margin:0}.transcript-modal .transcript-content{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;scrollbar-width:none;-ms-overflow-style:none}.transcript-modal .transcript-content::-webkit-scrollbar{display:none}.transcript-modal .transcript-content .message{max-width:85%;padding:.75rem 1rem;border-radius:12px;font-size:.9rem;line-height:1.4;font-family:Urbanist,sans-serif}.transcript-modal .transcript-content .message.user{align-self:flex-end;background:#84cc16;color:#fff;border-bottom-right-radius:2px}.transcript-modal .transcript-content .message.assistant{align-self:flex-start;background:#f3f4f6;color:#1f2937;border-bottom-left-radius:2px}.transcript-modal .transcript-content .message .role-label{font-size:.7rem;margin-bottom:.25rem;opacity:.8;font-weight:600;text-transform:capitalize}.stats-section{padding:6rem 2rem;background-color:var(--background);position:relative;overflow:hidden}.stats-section .container{max-width:1200px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.stats-section .section-header{margin-bottom:4rem}.stats-section .section-header h2{font-family:Urbanist,sans-serif;font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:120%}@media(max-width:768px){.stats-section .section-header h2{font-size:2.5rem}}.stats-section .section-header p{font-family:Urbanist,sans-serif;font-size:1.2rem;color:#1f2937;max-width:600px;margin:0 auto}.stats-section .stats-grid{display:flex;justify-content:center;gap:40px;width:100%;flex-wrap:wrap}@media(max-width:1024px){.stats-section .stats-grid{gap:20px}}.stats-section .stat-card{background:#fff;border-radius:24px;padding:3rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;justify-content:center;border:1.5px solid rgba(132,204,22,.3);flex:1;min-width:280px;max-width:350px;position:relative;overflow:hidden}.stats-section .stat-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 20px 40px -12px rgba(132,204,22,.15);border-color:rgba(132,204,22,.6)}.stats-section .stat-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(132,204,22,.05) 0,transparent);opacity:0;transition:opacity .5s ease;pointer-events:none}.stats-section .stat-card:hover:after{opacity:1}.stats-section .stat-card .stat-number{font-family:Inter,system-ui,sans-serif;font-size:3.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(92deg,var(--primary) 1.39%,var(--dark) 82.76%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;line-height:1.2;text-align:center;transition:all .3s ease}@media(max-width:1024px){.stats-section .stat-card .stat-number{font-size:3rem}}.stats-section .stat-card .stat-label{font-family:Inter,system-ui,sans-serif;font-size:.85rem;font-weight:400;color:#1f2937;text-transform:uppercase;letter-spacing:.2em;text-align:center}.wrapper{width:90%;display:flex;gap:4rem;justify-content:space-between;align-items:center;position:relative;top:18.5rem;z-index:10;margin-left:4rem}@media(max-width:1200px){.wrapper{margin-left:0;width:100%;justify-content:center;transform:scale(.8);transform-origin:center top}}@media(min-width:768px)and (max-width:1023px){.wrapper{transform:scale(.8);transform-origin:center top;margin-top:0;width:100%;margin-left:0;justify-content:center;gap:4rem}}@media(max-width:767px){.wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;position:static;transform:scale(1);margin-top:2rem;margin-left:0;width:100%}}.left-card{position:absolute;left:-5%;top:22%;transform:translateY(-50%);z-index:10}@media(min-width:768px)and (max-width:1023px){.left-card{left:-8%!important}}.right-card{position:absolute;right:-6%;top:22%;transform:translateY(-50%);z-index:10}@media(min-width:768px)and (max-width:1023px){.right-card{right:-8%!important}}.central-button{position:absolute;left:50%;top:29%;transform:translate(-50%,-50%);z-index:10}@media(min-width:768px)and (max-width:1200px){.tablet-fix{overflow:visible;padding:0 20px}}@media(min-width:768px)and (max-width:1023px){.mobileview-container{overflow-x:visible;padding:0 15px}}.faq-container{padding:80px 0;width:100%;max-width:1200px;margin:0 auto;background-color:var(--background)}@media(max-width:1200px){.faq-container{padding:60px 24px}}@media(max-width:768px){.faq-container{padding:40px 16px}}.faq-container .faq-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;margin:0 auto;gap:60px}@media(max-width:768px){.faq-container .faq-wrapper{flex-direction:column;gap:40px}}.faq-container .faq-wrapper .faq-header{display:flex;flex-direction:column;text-align:left;margin-bottom:0;width:auto;flex:0 0 35%;position:sticky;top:100px}@media(max-width:768px){.faq-container .faq-wrapper .faq-header{flex:auto;width:100%;position:static;text-align:center;align-items:center;margin-bottom:48px}}.faq-container .faq-wrapper .faq-header .faq-title{font-family:Montserrat,sans-serif;font-size:40px;font-weight:700;line-height:1.2;background:linear-gradient(92deg,var(--primary) 1.39%,var(--dark) 82.76%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin-bottom:16px}@media(max-width:768px){.faq-container .faq-wrapper .faq-header .faq-title{font-size:28px}}.faq-container .faq-wrapper .faq-header .faq-subtitle{font-family:Montserrat,sans-serif;font-size:17px;font-weight:500;line-height:24px;color:var(--text-muted);max-width:90%;margin-bottom:40px}@media(max-width:768px){.faq-container .faq-wrapper .faq-header .faq-subtitle{font-size:14px;max-width:600px}}.faq-container .faq-wrapper .faq-content{width:auto;flex:0 0 60%;max-width:800px}@media(max-width:768px){.faq-container .faq-wrapper .faq-content{flex:auto;width:100%}}.faq-container .faq-wrapper .faq-content .faq-items-wrapper{display:flex;flex-direction:column;gap:16px}.faq-container .faq-wrapper .faq-content .faq-cta{display:flex;align-items:center;margin-top:40px}@media(max-width:768px){.faq-container .faq-wrapper .faq-content .faq-cta{justify-content:center}}.faq-container .faq-wrapper .faq-content .faq-cta span{font-size:16px;font-weight:500;color:var(--text-muted);margin-right:16px}.faq-container .faq-wrapper .faq-content .faq-cta a{display:inline-block;padding:8px 16px;border-radius:20px;border:1px solid var(--primary);color:var(--primary);font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease}.faq-container .faq-wrapper .faq-content .faq-cta a:hover{background-color:rgba(132,204,22,.1)}.blogs-section{width:100%;background-color:var(--background);overflow:hidden;padding-top:2rem;padding-bottom:8rem}@media(max-width:768px){.blogs-section{padding-top:3rem;padding-bottom:5rem}}.blogs-section__container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.blogs-section__container{padding:0 1.5rem}}.blogs-section__header{margin-bottom:4rem;text-align:center}.blogs-section__title{font-family:Urbanist,sans-serif;font-size:3rem;font-style:normal;font-weight:700;line-height:1.2;background:linear-gradient(92deg,#84cc16 1.39%,#65a30d 82.76%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}@media(max-width:768px){.blogs-section__title{font-size:2.2rem}}.blogs-section__subtitle{color:var(--text-muted);font-family:Urbanist,sans-serif;font-size:1.1rem;font-style:normal;font-weight:400;line-height:1.5;max-width:600px;margin:0 auto}@media(max-width:768px){.blogs-section__subtitle{font-size:1rem}}.blogs-section__desktop-view{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media(max-width:768px){.blogs-section__desktop-view{display:none}}.blogs-section__mobile-view{position:relative;overflow:hidden;width:100%;display:none}@media(max-width:768px){.blogs-section__mobile-view{display:block}}.blogs-section__cards-slider{display:flex;transition:transform .3s ease}.blogs-section__slider-item{flex:0 0 100%;display:flex;justify-content:center;box-sizing:border-box;padding:0 .5rem}.blogs-section__indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.blogs-section__indicator{width:8px;height:8px;border-radius:50%;background-color:rgba(132,204,22,.3);border:none;padding:0;cursor:pointer;transition:background-color .3s ease}.blogs-section__indicator.active{background-color:var(--primary)}.blogs-section__card{background-color:#fff;border-radius:1.5rem;overflow:hidden;height:100%;width:100%;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.blogs-section__card:hover{transform:translateY(-5px);border-color:#84cc16;box-shadow:0 10px 25px -5px rgba(132,204,22,.15),0 8px 10px -6px rgba(132,204,22,.1)}.blogs-section__card-content{display:flex;padding:0;height:100%}@media(max-width:480px){.blogs-section__card-content{flex-direction:column}}.blogs-section__card-image{width:35%;display:flex;justify-content:center;align-items:center;padding:1.5rem;background-color:#fff}.blogs-section__card-image img{filter:hue-rotate(60deg) saturate(1.2) brightness(1.1)}@media(max-width:480px){.blogs-section__card-image{width:100%;padding:2rem 1.5rem 0}}.blogs-section__card-text{width:65%;display:flex;flex-direction:column;padding:2rem}@media(max-width:480px){.blogs-section__card-text{width:100%;padding:1.5rem 2rem 2rem}}.blogs-section__card-title{font-family:Urbanist,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.4;color:var(--text);margin:0 0 .75rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}@media(max-width:768px){.blogs-section__card-title{font-size:1.1rem}}.blogs-section__card-description{font-family:Urbanist,sans-serif;font-size:.95rem;line-height:1.6;color:var(--text-muted);margin:0 0 1.5rem;flex-grow:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}@media(max-width:768px){.blogs-section__card-description{font-size:.85rem;-webkit-line-clamp:2;line-clamp:2}}.blogs-section__card-button{font-family:Urbanist,sans-serif;font-size:.9rem;font-weight:600;color:#84cc16;cursor:pointer;display:inline-block;transition:color .3s ease}.blogs-section__card-button:hover{color:#65a30d}.trust-assurance{min-height:auto;height:auto;flex-shrink:0;display:flex;flex-direction:column;margin-top:7rem;margin-bottom:0;align-items:center;flex-wrap:wrap;flex:1}.trust-assurance .title{font-family:Urbanist;font-size:3.5rem;font-weight:700;background:linear-gradient(92deg,#84cc16 1.39%,#65a30d 82.76%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.trust-assurance .subtitle,.trust-assurance .title{font-style:normal;line-height:120%;text-align:center}.trust-assurance .subtitle{width:265px;color:#6b7280;font-family:Roboto Flex;font-size:18px;font-weight:600;margin-bottom:40px}.trust-assurance .cards{display:flex;justify-items:center;width:80vw;max-width:1200px;gap:40px;margin:2rem 0;justify-content:center;flex-wrap:wrap}.trust-assurance .card{display:flex;padding:23px 24px 29px;flex-direction:column;align-items:center;gap:13px;background:#fff!important;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.05)!important;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease,border .3s ease;width:280px!important;flex-grow:1;max-width:300px}.trust-assurance .card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px rgba(132,204,22,.15),0 8px 10px -6px rgba(132,204,22,.1)!important;border:1px solid #84cc16}.trust-assurance .card-content{display:flex;flex-direction:column;align-items:center;width:100%;gap:13px}.trust-assurance .card-image{width:3.5rem;height:3.5rem;filter:hue-rotate(60deg) saturate(1.2) brightness(1.1)}.trust-assurance .card-title{color:#1f2937;font-family:Urbanist;font-size:1.39rem;font-style:normal;font-weight:500;text-align:center}.trust-assurance .card-description{width:100%;color:#6b7280;font-family:Urbanist;font-size:.85rem;font-style:normal;font-weight:400;line-height:120%;text-align:center}@media(max-width:1024px){.trust-assurance{width:100vw;height:auto}.trust-assurance .cards{width:90vw;gap:20px}}@media(max-width:768px){.trust-assurance .title{font-size:2.5rem}.trust-assurance .subtitle{font-size:1.1rem;width:90%}.trust-assurance .card{width:100%;max-width:350px;margin-bottom:20px}}