@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.home_container{background:linear-gradient(90deg,#0762d80e 5%,#fff 60%,#f70d7a05 100%);width:100%;padding-top:120px;padding-bottom:50px}.home_container .hero_contents{max-width:var(--max-width);align-items:center;width:100%;height:100%;margin:0 auto;padding:0 40px;display:flex}.home_container .hero_contents .left{flex-direction:column;justify-content:center;align-items:flex-start;width:60%;height:100%;animation:.5s ease-out fadeInUp;display:flex}.home_container .hero_contents .left .hero_title{margin-bottom:1rem;font-size:3.4rem;font-weight:700;line-height:1.2;animation:.5s ease-out fadeInUp}.linear-wipe{text-transform:capitalize;text-align:center;background:linear-gradient(to right,#8b5cf6 20%,var(--primary-color)40%,var(--primary-color)60%,#8b5cf6 80%);color:#000;text-fill-color:transparent;-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:1s linear infinite shine}@keyframes shine{to{background-position:200%}}.home_container .hero_contents .left .hero_desc{color:#424242;margin-bottom:1.5rem;font-size:1rem;font-weight:500;animation:.5s ease-out fadeInUp}.hero_contents .left .hero_btns{flex-wrap:wrap;gap:1rem;animation:.5s ease-out fadeInUp;display:flex}.hero_contents .left .hero_btns .btn{color:#fff;cursor:pointer;text-transform:capitalize;border-radius:12px;justify-content:center;align-items:center;gap:1rem;padding:.9rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;transform:translateY(0)}.hero_contents .left .hero_btns .btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000026}.hero_contents .left .hero_btns .btn:active{transform:scale(.98)}.hero_contents .left .hero_btns .btn svg{font-size:1.4rem}.hero_contents .left .hero_btns .btn-primary{background:var(--gradient-primary)}.hero_contents .left .hero_btns .btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.hero_contents .left .hero_btns .btn-primary:hover:before{left:100%}.hero_contents .left .hero_btns .btn-secondary{color:#000;background-color:#e9e9e9;border:1px solid #e2e2e2}.hero_contents .left .hero_btns .btn-secondary:hover{color:#fff;background-color:#000;border:1px solid #000}.hero_contents .left .hero_btns .btn-secondary svg{transform:rotate(-45deg)}.hero_contents .left .hero-stats{gap:3rem;margin-top:2rem;display:flex}.hero_contents .left .stat{text-align:left}.hero_contents .left .stat-number{color:var(--primary-color);font-size:2.5rem;font-weight:700;line-height:1;display:block}.hero_contents .left .stat-label{color:var(--text-light);font-size:.9rem;font-weight:500}.home_container .hero_contents .right{justify-content:end;align-items:center;width:40%;height:100%;animation:.5s ease-out fadeInUp;display:flex;position:relative}.schedule-container{width:100%;max-width:450px;animation:3s ease-in-out infinite float;position:relative}.schedule-card{z-index:2;background:#fff;border:1px solid #e9e9e9;border-top:5px solid #6366f1;border-radius:12px;padding:2rem 1rem;animation:.5s ease-out fadeInUp;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.schedule-title{color:#1a1a1a;text-transform:capitalize;margin:0 0 1.5rem;font-size:1.1rem;font-weight:700}.time-slots{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.time-slot{text-align:center;color:#000;cursor:pointer;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:12px;padding:1rem;font-size:.9rem;font-weight:600;transition:background .2s}.time-slot:hover{color:#fff;background:var(--gradient-primary)}.meeting-event{cursor:pointer;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:1rem;margin-top:20px;padding:1rem;transition:all .3s;display:flex}.meeting-event:hover{transform:scale(1.02)}.participants{align-items:center;display:flex}.participant-avatar{border:2px solid #fff;border-radius:50%;width:32px;height:32px;margin-left:-8px;box-shadow:0 2px 4px #0000001a}.participant-avatar:first-child{margin-left:0}.meeting-details{flex:1}.meeting-title{color:#1a1a1a;margin:0 0 .25rem;font-size:1rem;font-weight:600}.meeting-info{color:#6b7280;margin:0;font-size:.85rem;font-weight:500}.floating_feature_card{text-align:left;cursor:pointer;background:#fff;border:1px solid #ececec;border-radius:8px;flex-direction:column;width:250px;padding:10px 15px;transition:all .3s;animation:.5s ease-out fadeInUp;display:flex;position:absolute;box-shadow:0 2px 5px #00000014}.floating_feature_card:hover{transform:translateY(-5px)}.floating_feature_card .feature_icon{background:var(--gradient-primary);border-radius:var(--border-radius);justify-content:center;align-items:center;width:40px;height:40px;display:flex}.floating_feature_card .feature_icon svg{color:#fff;font-size:30px}.floating_feature_card img{width:35px;height:35px}.floating_feature_card h4{color:#292929;margin:5px 0;font-size:1.2rem;font-weight:600}.floating_feature_card p{color:#555a64;margin-bottom:5px;font-size:.9rem;font-weight:500}.floating_feature_card.smart-insights{z-index:3;top:-60px;left:-100px}.floating_feature_card.auto-sync{z-index:1;bottom:-60px;left:-150px}@media (max-width:1250px){.home_container .hero_contents{justify-content:space-between;padding:0 20px}.home_container .hero_contents .left{width:50%}.home_container .hero_contents .left .hero_title{font-size:3rem}.home_container .hero_contents .left .hero_desc{font-size:1.1rem}}@media (max-width:1000px){.home_container .hero_contents .left{width:60%}.hero_contents .left .stat-number{font-size:2rem}.floating_feature_card.smart-insights{top:-50px;left:-40px}.floating_feature_card.auto-sync{bottom:-50px;left:-120px}}@media (max-width:950px){.home_container .hero_contents{flex-direction:column}.home_container .hero_contents .left,.home_container .hero_contents .right{text-align:center;width:100%}.home_container .hero_contents .right{justify-content:center;margin-top:2rem}.home_container .hero_contents .left .hero_title{margin-bottom:2rem;font-size:3.5rem}.home_container .hero_contents .left .hero_desc{width:80%;margin:0 auto}.schedule-title{text-align:left}.hero_contents .left .hero_btns{justify-content:center;align-items:center;width:100%;margin-top:2rem;display:flex}.hero_contents .left .hero-stats{justify-content:center;align-items:center;width:100%;margin-top:3rem;margin-bottom:5rem;display:flex}.schedule-container{max-width:500px}.floating_feature_card{flex-direction:column;justify-content:center;align-items:center;width:300px;height:135px;padding:10px 20px;display:flex}.floating_feature_card.smart-insights{top:-80px;left:-120px}.floating_feature_card.auto-sync{z-index:3;top:-80px;left:auto;right:-120px}}@media (max-width:768px){.hero_contents .left .hero-stats{margin-bottom:0}.home_container .hero_contents .left .hero_desc{width:90%}.floating_feature_card{display:none}}@media (max-width:650px){.home_container .hero_contents .left .hero_title{font-size:2.5rem}.hero_contents .left .hero_btns{margin-bottom:2rem}.hero_contents .left .hero-stats{margin-top:1rem;margin-bottom:2rem}.home_container .hero_contents .right{margin-top:0}.schedule-container{width:100%}}@media (max-width:500px){.home_container{padding-top:100px}.home_container .hero_contents{padding:0 10px}.home_container .hero_contents .left .hero_title{font-size:1.8rem}.home_container .hero_contents .left .hero_desc{font-size:.9rem}.hero_contents .left .hero_btns{flex-direction:column;gap:1rem;width:100%}.hero_contents .left .hero_btns .btn{width:80%}.hero_contents .left .hero-stats{justify-content:space-between;gap:0;padding:0 15px}.hero_contents .left .stat-number{font-size:1.5rem}.hero_contents .left .stat-label{font-size:.7rem}.meeting-event{gap:0;padding:10px}}@media (max-width:360px){.home_container .hero_contents .left .hero_desc{width:100%}}@keyframes titleAnimate{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}section .content_title_container{justify-content:center;align-items:center;width:100%;margin-bottom:2rem;display:flex;position:relative}section .content_title_container h1{color:#ececec;text-transform:uppercase;letter-spacing:3px;-webkit-user-select:none;user-select:none;margin-top:2rem;font-size:3rem;font-weight:700}section .content_title_container h2{color:#292929;text-transform:uppercase;font-size:2rem;font-weight:700;position:absolute;top:45%}.features_container{background-color:#fff;border-top:1px solid #ececec;flex-direction:column;align-items:center;width:100%;padding:0 2rem 2rem;display:flex}.features_container .content_title_container{margin-bottom:1rem}.features_container .features_content{width:100%;max-width:var(--max-width);grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:0 auto;display:grid;overflow:hidden}.features_content .feature_card{cursor:pointer;background-color:#fff;border-bottom:4px solid #0000;border-radius:10px;padding:15px 20px;transition:border-bottom .3s ease-in-out;box-shadow:0 2px 5px #0000001c}@keyframes cardAnimate{0%{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateY(0)}}.features_container .feature_card:hover{border-bottom:4px solid var(--primary-color);transform:translateY(-5px);box-shadow:0 8px 10px #00000026}.feature_card .feature_icon{background:var(--gradient-primary);border-radius:var(--border-radius);color:#fff;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;padding:10px;display:flex}.feature_card .feature_icon svg{color:#fff;font-size:2.5rem}.feature_card h3{color:#292929;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.feature_card p{color:#3d4047;font-size:.9rem;font-weight:500}@media (max-width:1100px){.features_container .features_content{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){section .content_title_container h1{font-size:3rem}.features_container .features_content{grid-template-columns:1fr}}@media (max-width:600px){.features_container{padding:1rem}section .content_title_container h1{font-size:2rem}section .content_title_container h2{font-size:1.5rem}}.how-it-work{background-color:#fff;border-top:1px solid #ececec;width:100%;padding-bottom:5rem}.how_it_work_contents{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:0 3rem;display:flex}.how_it_work_contents .how_it_work_content{text-align:center;flex-direction:column;align-items:center;width:350px;padding:2rem 0;display:flex}.how_it_work_content span{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;font-size:2rem;font-weight:700;display:flex}.how_it_work_content h3{color:#292929;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.how_it_work_content p{color:#3d4047;text-align:center;font-size:.9rem;font-weight:500}@media (max-width:1000px){.how_it_work_contents{flex-direction:column;gap:0}.how_it_work_contents .how_it_work_content{width:100%}}@media (max-width:600px){.how_it_work_contents{padding:0 1rem}}.use_cases_container{background-color:#fff;border-top:1px solid #ececec;flex-direction:column;align-items:center;width:100%;padding-bottom:5rem;display:flex}.use_cases_container .desc{color:#424242;text-align:center;width:70%;margin-top:-2rem;margin-bottom:2.5rem;font-size:1.2rem;font-weight:600}.use_cases_content_container{width:100%;max-width:var(--max-width);grid-template-columns:repeat(3,1fr);gap:2rem;margin:0 auto;padding:0 3rem;display:grid;overflow:hidden}.use_cases_content_container .use_cases_content{text-align:center;border-radius:var(--border-radius);cursor:pointer;background-color:#fff;flex-direction:column;align-items:center;width:100%;display:flex}.use_cases_content:hover .use_cases_content h3{color:var(--gradient-primary)}.use_cases_content .use_cases_content_desc{margin-bottom:.5rem;padding:15px}.use_cases_content img{object-fit:cover;border-top-left-radius:5px;border-top-right-radius:5px;width:100%;height:250px;margin-bottom:.5rem}.use_cases_content h3{color:#292929;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.use_cases_content p{color:#3d4047;text-align:center;font-size:.9rem;font-weight:500}@media (max-width:1200px){.use_cases_content_container{padding:0 1rem}}@media (max-width:1050px){.use_cases_content_container{grid-template-columns:repeat(2,1fr);padding:0 2rem}}@media (max-width:900px){.use_cases_content_container{padding:0 1rem}}@media (max-width:768px){.use_cases_content_container{grid-template-columns:1fr;padding:0 2rem}}@media (max-width:600px){.use_cases_content_container{padding:0 1rem}.use_cases_container .desc{width:90%;font-size:1rem}}
