@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";body{margin:0;font-family:poppins;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.landingpagecontainer{color:#000;width:100%;min-height:100vh;display:flex;flex-direction:column}.navbar{height:4.3rem;padding:1rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;background-color:#fff;box-shadow:0 2px 10px #0000001a;width:100%}.logo{font-size:1.5rem;font-weight:600;color:#ff9839}.navlist{display:none;align-items:center;gap:1rem}.nav-link{text-decoration:none;color:#000;font-weight:500;transition:color .2s ease;font-size:.9rem}.nav-link:hover{color:#ffc166}.nav-button{text-decoration:none;background:#ff9839;color:#fff;padding:.5rem 1rem;border-radius:25px;font-weight:600;transition:all .3s ease;font-size:.9rem;white-space:nowrap}.nav-button:hover{background:#e87f1c;transform:translateY(-2px);box-shadow:0 4px 12px #ff98394d}.logout{text-decoration:none;background:#ff9839;color:#fff;padding:.5rem 1rem;border-radius:25px;font-weight:600;transition:all .3s ease;font-size:.9rem;white-space:nowrap}.logout:hover{background:#e87f1c;transform:translateY(-2px);box-shadow:0 4px 12px #ff98394d}.menu-toggle{display:block;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#ff9839}.landingmaincontainer{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;flex-grow:1;text-align:center;margin-top:2rem;gap:2rem}.text-content{width:100%;max-width:600px;order:1}.text-content h1{font-size:2rem;line-height:1.2;margin-bottom:1rem;font-weight:700}.highlight{color:#ff9839;background:linear-gradient(45deg,#ff9839,#ffc166);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtext{font-size:1rem;margin:1rem 0 2rem;color:#666;line-height:1.6}.cta-button{text-decoration:none;background:linear-gradient(45deg,#d97500,#ff9839);color:#fff;padding:1rem 2rem;border-radius:30px;font-weight:600;box-shadow:0 4px 15px #d975004d;transition:all .3s ease;display:inline-block;font-size:1rem}.cta-button:hover{background:linear-gradient(45deg,#b85f00,#e87f1c);transform:translateY(-3px);box-shadow:0 8px 25px #d9750066}.image-container{width:100%;max-width:500px;order:2;margin-top:1rem}.image-container img{width:100%;height:auto;max-width:100%;object-fit:contain}.content{margin-top:3rem;margin-bottom:2rem;width:100%;padding:0 1rem;display:flex;justify-content:center}.main{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2rem;max-width:1200px;width:100%;text-align:center}.text{width:100%;max-width:600px}.text h3{font-size:1.5rem;font-weight:600;color:#d97500;margin-bottom:1rem}.text p{font-size:1rem;color:#555;line-height:1.8;margin-bottom:1rem}.text img{width:100%;max-width:100%;height:auto;display:block;border-radius:10px;margin-top:1rem}@media screen and (min-width: 768px){.navbar{padding:1rem 2rem}.logo{font-size:2rem}.navlist{display:flex;gap:2rem}.menu-toggle{display:none}.nav-link{font-size:1rem}.nav-button{padding:.6rem 1.2rem;font-size:1rem}.landingmaincontainer{flex-direction:row;justify-content:space-between;padding:2rem 4%;margin-top:3rem;text-align:left;gap:3rem}.text-content{max-width:50%;flex:1;order:1}.text-content h1{font-size:2.5rem}.subtext{font-size:1.1rem}.image-container{max-width:45%;flex:1;order:2;margin-top:0}.image-container img{max-height:50vh;width:auto}.content{margin-top:4rem;padding:0 4%}.main{flex-direction:row;gap:4rem;text-align:left}.text{flex:1;min-width:300px}.text h3{font-size:1.8rem;margin-bottom:1.5rem}.text p{font-size:1.1rem}}@media screen and (min-width: 1024px){.navbar{padding:1rem 3rem}.landingmaincontainer{padding:0 7%;margin-top:4rem;gap:4rem}.text-content h1{font-size:3rem}.subtext{font-size:1.2rem}.image-container img{max-height:66vh}.content{margin-top:6rem}.main{gap:6rem}.text h3{font-size:2rem;margin-bottom:2rem}}@media screen and (min-width: 1200px){.landingmaincontainer{padding:0 8%;max-width:1400px;margin:4rem auto 0}.text-content h1{font-size:3.5rem}.content{max-width:1400px;margin:6rem auto 2rem}}@media screen and (max-width: 480px){.navbar{padding:.8rem}.logo{font-size:1.3rem}.landingmaincontainer{padding:1.5rem 1rem;margin-top:1rem;gap:1.5rem}.text-content h1{font-size:1.8rem}.subtext{font-size:.95rem}.cta-button{padding:.8rem 1.5rem;font-size:.9rem}.content{margin-top:2rem;padding:0 .5rem}.main{gap:1.5rem}.text h3{font-size:1.3rem}.text p{font-size:.95rem}}@media screen and (min-width: 569px) and (max-width: 767px){.landingmaincontainer{padding:2rem;gap:2.5rem}.text-content h1{font-size:2.2rem}.image-container{max-width:80%}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.highlight{background:none;-webkit-text-fill-color:initial;color:#f60}.nav-button,.cta-button{border:2px solid currentColor}}.nav-link:focus,.nav-button:focus,.cta-button:focus{outline:2px solid #ff9839;outline-offset:2px}html{scroll-behavior:smooth}.image-container img{transition:opacity .3s ease}.image-container img:not([src]){opacity:0}@media print{.navbar,.cta-button{display:none}.landingmaincontainer{flex-direction:column;padding:1rem}.text-content,.image-container{max-width:100%}}.home-main{max-width:1000px;margin:60px auto;margin-bottom:10rem;background:#fff;border-radius:12px;box-shadow:0 4px 32px #20203814;padding:32px 32px 24px}.home-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.brand-title{font-size:2rem;font-weight:700;letter-spacing:1px}.header-actions{display:flex;align-items:center;gap:5px}.action-label{margin-right:4px;font-size:1rem}.home-content{display:flex;justify-content:space-between;gap:32px}.content-left{flex:2;display:flex;flex-direction:column;justify-content:center}.tagline{font-size:1.3rem;margin-bottom:24px;font-weight:500}.join-meeting{display:flex;align-items:center;gap:10px;margin-bottom:12px}.meeting-helper{font-size:.95rem;color:#7e7e7e;margin-top:8px}.content-right{flex:1;display:flex;align-items:center;justify-content:center}.brand-img{max-width:170px;border-radius:8px}.lobby-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}.lobby-title{color:#000;font-size:2.5rem;font-weight:400;margin-bottom:2rem;text-align:center}.lobby-container .MuiTextField-root{margin-bottom:1.5rem;width:100%;max-width:400px}.lobby-container .MuiOutlinedInput-root{background-color:#ffffffe6;border-radius:8px}.lobby-container .MuiOutlinedInput-root:hover{background-color:#fffffff2}.lobby-container .MuiOutlinedInput-root.Mui-focused{background-color:#fff}.lobby-container .MuiInputLabel-root{color:#555}.lobby-container .MuiInputLabel-root.Mui-focused{color:#667eea}.lobby-button{padding:12px 32px!important;font-size:1.1rem!important;font-weight:500!important;border-radius:25px!important;background:#ea630a!important;transition:all .3s ease!important;text-transform:none!important;margin-bottom:2rem!important;min-width:200px!important}.lobby-button:active{transform:translateY(0)!important}.lobby-video{width:100%;max-width:500px;height:auto;border-radius:12px;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.2);background-color:#000}@media (max-width: 768px){.lobby-container{padding:1rem}.lobby-title{font-size:2rem;margin-bottom:1.5rem}.lobby-container .MuiTextField-root,.lobby-video{max-width:100%}}@media (max-width: 480px){.lobby-title{font-size:1.5rem;margin-bottom:1rem}.lobby-button{min-width:150px!important;padding:10px 24px!important;font-size:1rem!important}}.scroller-section{position:relative;width:100%;padding:4rem 0}.scroller-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.scroller-header{text-align:center;margin-bottom:2rem}.scroller-subtitle{color:#4b5563;font-size:larger;margin-bottom:1rem}.scroller-title{font-size:2.5rem;font-weight:400;color:#111827}.carousel-wrapper{position:relative}.nav-btn{position:absolute;top:10%;transform:translateY(-50%);background:#ffffffe6;border-radius:50%;padding:.75rem;border:none;box-shadow:0 4px 8px #0000001a;cursor:pointer;transition:all .2s ease;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.nav-btn.left{left:20px}.nav-btn.right{right:20px}.icon{width:20px;height:20px;color:#4b5563}.carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;border-radius:1rem}.carousel::-webkit-scrollbar{display:none}.slide{flex:0 0 100%;min-width:100%;scroll-snap-align:start}.slide-image-container{position:relative;width:100%;height:500px;overflow:hidden;border-radius:1rem;box-shadow:0 10px 30px #0003}.slide-background-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#0000004d,#0009);display:flex;align-items:center;justify-content:flex-start;padding:3rem}.slide-content{max-width:600px;color:#fff;opacity:0;transform:translateY(30px);animation:slideInUp .8s ease forwards}.slide-content .slide-subtitle{color:#fffc;font-size:1rem;margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em}.slide-content .slide-heading{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.slide-description{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.slide-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-outline{padding:.75rem 2rem;border:2px solid rgba(255,255,255,.3);border-radius:9999px;background:#ffffff1a;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:600}.btn-outline:hover{border-color:#ff9839;background:#e1640be5;color:#ececec;transform:translateY(-2px);box-shadow:0 5px 15px #ae04044d}.btn-link{padding:.75rem 2rem;background:transparent;color:#fffc;border:none;cursor:pointer;font-weight:600;transition:all .3s ease}.btn-link:hover{color:#ff9839;transform:translateY(-2px)}.indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.indicator{width:.75rem;height:.75rem;background:#d1d5db;border-radius:50%;border:none;cursor:pointer;transition:all .3s ease}.indicator:hover{background:#4e535c;transform:scale(1.2)}.indicator.active{background:#ff9839;transform:scale(1.3)}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.slide-image-container{height:450px}.slide-overlay{padding:2.5rem}.slide-content .slide-heading{font-size:2.5rem}.nav-btn.left{left:15px}.nav-btn.right{right:15px}}@media (max-width: 768px){.slide-image-container{height:400px}.slide-overlay{padding:2rem}.slide-content .slide-heading{font-size:2rem;margin-bottom:1rem}.slide-description{font-size:1.1rem;margin-bottom:1.5rem}.slide-buttons{flex-direction:column;gap:.5rem}.btn-outline,.btn-link{text-align:center;padding:.75rem 1.5rem}.nav-btn{padding:.5rem}.nav-btn.left{left:10px}.nav-btn.right{right:10px}.icon{width:20px;height:20px}}@media (max-width: 480px){.scroller-container{padding:0 1rem}.slide-image-container{height:350px}.slide-overlay{padding:1.5rem}.slide-content .slide-heading{font-size:1.8rem}.slide-description{font-size:1rem}}.footer{font-family:Inter,sans-serif;background:linear-gradient(90deg,#1a1a1a,#2d2d2d);color:#fff;width:100%}.footer-main{max-width:1200px;margin:0 auto;padding:32px 16px;width:100%}.footer-grid{display:grid;grid-template-columns:1fr;gap:24px;width:100%}@media (max-width: 479px){.footer-main{padding:24px 12px}.footer-grid{gap:20px}.brand-header{flex-direction:column;text-align:center;gap:8px}.brand-logo{margin-right:0;margin-bottom:8px}.social-links{justify-content:center}.features-grid{gap:16px}.feature-item{flex-direction:column;text-align:center;gap:8px}.feature-icon{margin-right:0;margin-bottom:8px}}@media (min-width: 480px) and (max-width: 767px){.footer-main{padding:32px 20px}.footer-grid{gap:28px}.brand-header,.social-links{justify-content:flex-start}}@media (min-width: 768px) and (max-width: 1023px){.footer-main{padding:40px 32px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px}.footer-brand{grid-column:span 2;margin-bottom:16px;border-bottom:1px solid #374151;padding-bottom:24px}.brand-header{justify-content:center;margin-bottom:12px}.brand-description{text-align:center;max-width:500px;margin:0 auto 16px}.social-links{justify-content:center}.features-grid{grid-template-columns:repeat(3,1fr);gap:20px}.feature-item{flex-direction:column;text-align:center;gap:8px}.feature-icon{margin-right:0}}@media (min-width: 1024px) and (max-width: 1279px){.footer-main{padding:48px 40px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:36px}.footer-brand{grid-column:span 1}}@media (min-width: 1280px){.footer-main{padding:48px 24px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}}.footer-brand{grid-column:span 1}.brand-header{display:flex;align-items:center;margin-bottom:16px}.brand-logo{width:40px;height:40px;background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.brand-info h3{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 2px;line-height:1.2}@media (max-width: 479px){.brand-info h3{font-size:1.25rem}}.brand-info p{color:#9ca3af;font-size:.875rem;margin:0}.brand-description{color:#9ca3af;font-size:.875rem;line-height:1.6;margin-bottom:16px}@media (max-width: 479px){.brand-description{font-size:.8rem;text-align:center}}.social-links{display:flex;gap:12px;flex-wrap:wrap}.social-link{width:36px;height:36px;background:#374151;border-radius:8px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;transition:all .3s ease;flex-shrink:0}.social-link:hover{background:#ff6b35;transform:translateY(-2px)}@media (max-width: 479px){.social-link{width:32px;height:32px}}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:16px;color:#fff}@media (max-width: 479px){.footer-section h4{font-size:1rem;text-align:center;margin-bottom:12px}}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:8px}@media (max-width: 479px){.footer-links{text-align:center}.footer-links li{margin-bottom:12px}}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .3s ease;display:inline-block}.footer-links a:hover{color:#ff8c42}.contact-info{list-style:none;padding:0;margin:0}.contact-item{display:flex;align-items:flex-start;margin-bottom:12px;color:#9ca3af;font-size:.875rem}@media (max-width: 479px){.contact-item{flex-direction:column;align-items:center;text-align:center;gap:4px}}.contact-icon{color:#ff8c42;margin-right:8px;margin-top:2px;flex-shrink:0}@media (max-width: 479px){.contact-icon{margin-right:0;margin-top:0}}.features-banner{margin-top:32px;padding-top:32px;border-top:1px solid #374151}@media (max-width: 479px){.features-banner{margin-top:24px;padding-top:24px}}.features-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 480px){.features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-item{display:flex;align-items:center}.feature-icon{width:40px;height:40px;background:#ff6b3533;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}@media (max-width: 479px){.feature-icon{width:36px;height:36px}}.feature-icon svg{color:#ff8c42}.feature-content h5{font-weight:600;color:#fff;font-size:.875rem;margin:0 0 2px;line-height:1.2}@media (max-width: 479px){.feature-content h5{font-size:.8rem}}.feature-content p{color:#9ca3af;font-size:.75rem;margin:0;line-height:1.3}.footer-bottom{background:#111;border-top:1px solid #374151}.footer-bottom-content{max-width:1200px;margin:0 auto;padding:16px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}@media (min-width: 768px){.footer-bottom-content{padding:16px 32px;flex-direction:row;justify-content:space-between;gap:0;text-align:left}}@media (min-width: 1024px){.footer-bottom-content{padding:16px 24px}}.copyright{color:#9ca3af;font-size:.875rem;margin:0}@media (max-width: 479px){.copyright{font-size:.8rem}}.legal-links{display:flex;gap:24px;list-style:none;padding:0;margin:0;flex-wrap:wrap;justify-content:center}@media (min-width: 768px){.legal-links{justify-content:flex-end}}@media (max-width: 479px){.legal-links{gap:16px}}.legal-links a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .3s ease;white-space:nowrap}@media (max-width: 479px){.legal-links a{font-size:.8rem}}.legal-links a:hover{color:#ff8c42}@media (max-width: 479px){.footer *{word-wrap:break-word;overflow-wrap:break-word}}.footer a,.footer button{transition:all .3s ease}.footer>*{box-sizing:border-box}@media (prefers-contrast: high){.footer{background:#000}.social-link{background:#333}.brand-logo{background:#ff6b35}}@media (prefers-reduced-motion: reduce){.footer *{transition:none!important;animation:none!important}}._meetVideoContainer_15mld_1{position:relative;height:100vh;background:#000}._meetUserVideo_15mld_7{position:absolute;bottom:10vh;height:20vh;width:auto;left:0;border-radius:20px}._conferenceView_15mld_15{display:flex;padding:10px;gap:10px}._buttonContainers_15mld_22{position:absolute;bottom:20px;width:100%;display:flex;justify-content:center;gap:20px;z-index:200;padding:10px 20px;border-radius:50px}._buttonContainers_15mld_22 button{background:#ffffff1a;border:none;padding:12px 16px;border-radius:50%;color:#fff;cursor:pointer;transition:background .3s ease}._buttonContainers_15mld_22 button:hover{background:#ffffff4d}._buttonContainers_15mld_22 svg{font-size:1.9rem}._conferenceView_15mld_15 video{width:40vw;height:20vh;min-width:30vw;border-radius:10px}._chatRoom_15mld_62{position:absolute;top:0;right:0;height:100vh;width:30vw;background:#352626;color:#fff;display:flex;flex-direction:column;border-left:1px solid rgba(255,255,255,.1);box-shadow:-4px 0 15px #0000004d;padding:0;z-index:300}._chatContainer_15mld_78{display:flex;flex-direction:column;height:100%}._chatContainer_15mld_78 h1{font-size:1.5rem;font-weight:700;padding:10px;background:#ffffff0d;margin:0;border-bottom:1px solid rgba(255,255,255,.1)}._chattingDisplay_15mld_93{flex:1;overflow-y:auto;padding:15px;display:flex;flex-direction:column;gap:12px}._chattingDisplay_15mld_93 p{margin:0}._chatMessage_15mld_106{background:#ffffff1a;padding:10px;border-radius:8px;max-width:80%;word-wrap:break-word}._chatSender_15mld_114{font-weight:700;margin-bottom:4px;color:#ffd369}._chattingArea_15mld_121{display:flex;gap:20px;padding:10px;border-top:1px solid rgba(178,112,112,.1);background:#f1e7e74d;align-items:center}._chattingArea_15mld_121 button{border-radius:50px!important;background:#d43a06!important;color:#fff!important;padding:10px 20px!important;text-transform:none!important;font-weight:500}
