@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{padding:0;margin:0;box-sizing:border-box}body{background:#000;font-family:Poppins,sans-serif;font-style:normal}h2{font-weight:500;font-size:1.2rem;letter-spacing:1px}p{font-weight:300;letter-spacing:1px}.loader{width:15px;aspect-ratio:1;border-radius:50%;animation:l5 1s infinite linear alternate}@keyframes l5{0%{box-shadow:20px 0 #000,-20px 0 #0002;background:#000}33%{box-shadow:20px 0 #000,-20px 0 #0002;background:#0002}66%{box-shadow:20px 0 #0002,-20px 0 #000;background:#0002}to{box-shadow:20px 0 #0002,-20px 0 #000;background:#000}}@font-face{font-family:GtEstiDisplay;src:url(/assets/GT-Eesti-Display-Light-Trial-CK9VusLr.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:GtEstiDisplay;src:url(/assets/GT-Eesti-Display-Medium-Trial-DfQHWcMT.otf) format("opentype");font-weight:600;font-style:normal}@font-face{font-family:GtEstiDisplay;src:url(/assets/GT-Eesti-Display-Bold-Trial-sKgf0dc_.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:GtEstiDisplay;src:url(/assets/GT-Eesti-Display-UltraBold-Trial-BZjONoen.otf) format("opentype");font-weight:900;font-style:italic}.auth-container{display:flex;align-items:center;justify-content:center;height:100%;background-size:cover;background-position:center;color:#000;padding-top:90px}.signup{display:flex;flex-direction:row;align-items:center;justify-content:center}.auth-box{background:#fff;padding:30px;border-radius:8px;max-width:400px;width:100%;text-align:center}.logo{display:block;margin:0 auto 15px;width:120px}.title{font-size:24px;font-weight:500;margin-bottom:20px;color:#46921e}.input-group{margin-bottom:15px;text-align:left}.btn{width:100%;background:#46921e;color:#fff;padding:12px;border:none;border-radius:5px;font-size:16px;cursor:pointer;margin-top:10px}.btn:hover{background:#70bf44}.text{margin-top:15px;font-size:14px;color:#555}.link{color:#70bf44;text-decoration:none;font-weight:500}.link:hover{text-decoration:underline}.auth-image{display:none;flex:1;height:100vh}@media (min-width: 768px){.auth-image{display:block}}.otp-container{display:flex;gap:10px;justify-content:center;margin-top:10px}.otp-input{width:40px;height:40px;text-align:center;font-size:18px;border:1px solid #ccc;border-radius:4px;outline:none;transition:border-color .3s}.otp-input:focus{border-color:green}.otp-input::-webkit-inner-spin-button,.otp-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.user-type-buttons{display:flex;gap:10px;margin:10px 0}.user-type-buttons button{padding:8px 16px;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer}.user-type-buttons button.active{background:green;color:#fff;border-color:green}.chat-dashboard-container{display:flex;padding-top:90px;height:100vh}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;padding:20px;width:300px;box-shadow:0 4px 8px #0003;text-align:center}.modal-header{margin:0 0 10px;font-size:1.5rem;color:#333}.modal-body{margin:0 0 20px;font-size:1rem;color:#666}.modal-footer{display:flex;justify-content:space-around}.modal-button{padding:8px 16px;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem}.modal-button.accept{background:#28a745}.modal-button.accept:hover{background:#218838}.modal-button.reject{background:#dc3545}.modal-button.reject:hover{background:#c82333}.status-btn{border:none;outline:none;border-radius:50%;display:flex;justify-content:flex-start;align-items:center;gap:10px;cursor:pointer}.status-btn:hover{background:#bebcbc}.change-availability-btn{background:#70bf44;border:none;outline:none;padding:.2rem .4rem;color:#f0eded;border-radius:4px;cursor:pointer;margin:.4rem 0}.chat-dashboard-container{display:flex}.star-icon{color:gold;margin-left:10px}@media (max-width: 768px){.chat-dashboard-container{flex-direction:column;height:92vh}div[style*="width: 30%"]{width:100%;border-right:none;border-bottom:1px solid #ccc}div[style*="width: 70%"]{width:100%}}.side-profile-container{display:flex;justify-content:center;align-items:center;flex-direction:column}.side-profile-container>img{width:8rem;height:8rem}.unread-highlight{background-color:#e6f3ff!important}.unread-count{background:#0e4723;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:.8rem;font-weight:700}.home-container{min-height:100vh;border-radius:10px}.hero-section{height:70vh}.hero-content{color:#fff}.hero-title{font-size:2.5rem;font-weight:700;text-align:left;color:#fff!important;filter:brightness(100%)}.hero-tagline{font-size:1.2rem;margin-top:10px;text-align:left}.categories-section{padding:4rem 2rem;text-align:center}.categories-title{font-size:2.5rem;font-weight:600;color:#000}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:2rem auto}.category-card{border:1px solid gray;background-color:#f5f6f7;border-radius:12px;padding:2rem;text-decoration:none;color:#000;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:left}.category-card-img-container{height:150px;width:100%;border-radius:5px;display:flex;align-items:center;justify-content:center;overflow:hidden}.category-icon{max-width:100%;object-fit:cover}.category-card p{font-size:.8rem;font-weight:500;text-align:left;line-height:normal;margin-top:5px}.category-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.category-title{font-size:1.25rem;font-weight:700;margin:0;text-align:left}@media (max-width: 768px){.hero-section{height:60vh}.hero-title{font-size:2.5rem}.hero-tagline{font-size:1.2rem}.categories-title{font-size:2rem}.category-card{padding:1.5rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-tagline{font-size:1rem}.categories-grid{grid-template-columns:1fr}}.hero-section{position:relative;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(#00000083,#000000c4),url(/assets/uspeak_hero_bg-Cib4ToOP.webp);background-size:cover;background-position:center;color:#fff;text-align:center;height:90vh;padding:40px}.search-container{display:flex;justify-content:start;margin-top:20px}.search-bar{width:100%;max-width:400px;padding:12px;border-radius:25px;border:none;outline:none;font-size:1rem}.categories-section{padding:60px 20px;text-align:center}.categories-title{font-size:2rem;text-align:left}.sub-title{text-align:left}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;justify-content:center}.category-card{padding:20px;border-radius:10px;text-align:center;transition:transform .3s ease-in-out;cursor:pointer;box-shadow:0 4px 8px #0000001a}.category-card:hover{transform:scale(1.05)}.category-title{font-size:1.2rem;margin-top:10px}.experts-section{padding:60px 20px;background:#fff;text-align:left}.experts-section-title{text-align:left;font-size:2rem;font-weight:600}.experts-section p{line-height:normal}.expert-card{background:#fff;padding:15px;border-radius:10px;text-align:center;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease-in-out}.expert-card:hover{transform:scale(1.05)}.expert-image{width:100px;height:100px;border-radius:50%}.expert-name{font-size:1.2rem;margin-top:10px;font-weight:700}.expert-show-more-btn-container{width:100%;display:flex;justify-content:center;align-items:center;margin:3rem 0 .5rem}.expert-show-more-btn{width:236;height:68;top:2366px;left:602px;border-radius:8px;padding:18px 22px;gap:8px;background:#444;color:#fff}.cta-expert-section{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;gap:30px;background:#f5f6f7;height:80vh;border-radius:10px;overflow:hidden;margin:2rem auto}.cta-expert-content{flex:1;max-width:50%;padding:4rem;text-align:left}.cta-expert-content h3{font-size:34px;font-weight:700;color:#333;margin-bottom:15px}.cta-expert-content p{font-size:16px;color:#555;line-height:1.6;margin-bottom:20px}.cta-expert-btn{width:236;height:68;top:2366px;left:602px;border-radius:8px;padding:22px 20px;gap:8px;background:#444;color:#fff}.cta-expert-btn:hover{background-color:#0c0b0b;transform:scale(1.05)}.cta-expert-content-img{width:50%;height:100%;object-fit:cover}.cta-expert-image{width:50%;background:url(https://s3-alpha-sig.figma.com/img/26e1/dd40/882bad76fd20859aca61e8da9286b18a?Expires=1743379200&Key-Pair-Id=APKAQ4GOSFWCW27IBOMQ&Signature=mp~x~GV0eoMWCR63dM2RpWZZf9hMen0ZRu4~Nj001z7UiSjB5uHNy~Jx-LZ6fIMQ9GlPspnpgx~xdoR7bY9RyGmHP9ptsLO5R8ST2fmaM5CFAzLuvQNAG83mzYlgC9gKuqlx5L~3PQ4k1LF8We4SWlWGfqvShGOiJTvd49RB-nSQhdSpji7RN1ZPrVFdYgl4awumToQ0950RPI6fSKg0PZUPHV9JyNel9-plXDXG20UHqieDE2xAN4jXplWb-~1UxdG1hdUJ8Si8JaHP3av76rSPTfQX~U2vDiRVpKxSB0NJI459XLiSbBYodbz-fq0auvHf80EISnWHR~GPKsnpiw__);border:1px solid red;height:100%;object-fit:contain;background-position:center;background-repeat:no-repeat;background-size:cover}.cta-expert-image img{width:100%;height:100%;height:auto;box-shadow:0 5px 15px #0000001a}@media (max-width: 768px){.cta-expert-section{flex-direction:column;text-align:center;height:fit-content}.cta-expert-content{padding:2rem}.cta-expert-content,.cta-expert-image{max-width:100%;height:50%}.cta-expert-content-img,.cta-expert-btn{width:100%}}.experts-container{padding:4rem 1rem;min-height:100vh;margin:5rem 0}.experts-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.experts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.expert-card{background:#222;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 8px 15px #0003;transition:all .3s ease;color:#fff;border:1px solid rgba(255,255,255,.1);cursor:pointer;z-index:1}.expert-avatar{width:80px;height:80px;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;transition:all .3s ease;position:relative}.expert-avatar.online{background:#0c0;box-shadow:0 0 10px #00cc0080}.expert-avatar.offline{background:#f33;box-shadow:0 0 10px #ff333380}.expert-avatar.busy{background:#fc0;box-shadow:0 0 10px #ffcc0080}.expert-name{font-size:1.6rem;font-weight:600;margin:0;color:#fff}.expert-type{font-size:.7rem;color:#aaa;margin:0}.expert-availability{margin:.5rem 0}.expert-call-container{width:100%;padding:.5rem;display:flex;justify-content:space-around;align-items:center;position:absolute;bottom:-20px}.expert-call-btn{border:none;outline:none;color:#fff;font-size:1rem;padding:.5rem 1rem;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}@media (max-width: 768px){.experts-title{font-size:2rem}.expert-card{padding:1.5rem}.expert-avatar{width:70px;height:70px;font-size:1.8rem}.expert-call-btn{padding:.4rem .8rem;font-size:.9rem}}@media (max-width: 480px){.experts-grid{grid-template-columns:1fr;padding:0 1rem}.expert-card-container{max-width:100%}.expert-call-container{bottom:-15px}}.expert-card-container{position:relative;width:100%;max-width:320px;margin:0 auto}.expert-card{background:#222;border-radius:16px;padding:2rem 2rem 3rem;text-align:center;box-shadow:0 8px 15px #0003;transition:all .3s ease;color:#fff;border:1px solid rgba(255,255,255,.1);cursor:pointer;z-index:1;position:relative}.expert-call-container{width:100%;padding:.5rem;display:flex;justify-content:space-around;align-items:center;position:absolute;bottom:0;left:0;z-index:2}@media (max-width: 480px){.expert-card{padding:1.5rem 1.5rem 2.5rem}.expert-call-container{bottom:0}}.expert-detail-container{padding:4rem 1rem;min-height:100vh;display:flex;flex-direction:column;align-items:center;margin:5rem 0}.expert-detail-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.expert-card-container{position:relative;width:100%;max-width:400px;margin:0 auto}.expert-card{background:#222;border-radius:16px;padding:2.5rem;text-align:center;box-shadow:0 8px 15px #0003;transition:all .3s ease;color:#fff;border:1px solid rgba(255,255,255,.1)}.expert-card:hover{transform:translateY(-8px);box-shadow:0 12px 20px #0000004d;border-color:#fff3}.expert-avatar{width:100px;height:100px;border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;transition:all .3s ease;position:relative}.expert-avatar.online{background:#0c0;box-shadow:0 0 12px #00cc0080}.expert-avatar.offline{background:#f33;box-shadow:0 0 12px #ff333380}.expert-avatar.busy{background:#fc0;box-shadow:0 0 12px #ffcc0080}.expert-name{font-size:1.8rem;font-weight:600;margin:0 0 .8rem;color:#fff}.expert-type{font-size:1.1rem;color:#aaa;margin:0 0 1rem}.expert-availability,.expert-info{margin:.8rem 0;font-size:1rem}.status-online{color:#0c0;font-weight:600}.status-offline{color:#f33;font-weight:600}.status-busy{color:#fc0;font-weight:600}.expert-call-container{width:100%;padding:.5rem;display:flex;justify-content:space-around;align-items:center;position:absolute;bottom:-25px}.expert-call-btn{border:none;outline:none;color:#fff;font-size:1rem;padding:.6rem 1.2rem;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.chat-btn{background:linear-gradient(45deg,#06f,#0cf)}.call-btn{background:linear-gradient(45deg,#0c0,#3f3)}.expert-call-btn:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000004d}@media (max-width: 768px){.expert-detail-title{font-size:2rem}.expert-card{padding:2rem}.expert-avatar{width:80px;height:80px;font-size:2rem}.expert-call-btn{padding:.5rem 1rem;font-size:.9rem}}@media (max-width: 480px){.expert-card-container{max-width:100%;padding:0 1rem}.expert-card{padding:1.5rem}.expert-call-container{bottom:-20px}}.preference-selector{max-width:100%;margin:20px auto;padding:20px;min-height:100vh;display:flex;justify-content:center;align-items:center}.preference-selector-inner{width:50vw;min-height:60vh;background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 10px #0000001a}.preference-selector h2{color:#2e7d32;margin-bottom:20px}.selected-categories,.all-categories{margin:20px 0}.selected-categories h3,.all-categories h3{color:#388e3c;margin-bottom:15px;font-weight:500}.selected-grid{display:flex;flex-wrap:wrap;gap:10px;min-height:40px;padding:10px;border:1px solid #ccc;border-radius:5px}.selected-category{display:flex;align-items:center;padding:5px 10px;background-color:#fff;border:1px solid #4caf50;border-radius:5px;width:fit-content;font-size:.8rem}.remove-icon{margin-left:8px;cursor:pointer;font-size:18px;color:#d32f2f;font-weight:700}.remove-icon:hover{color:#b71c1c}.preference-categories-grid{display:flex;align-items:start;gap:1rem;flex-wrap:wrap;min-height:100px;padding:.8rem;border-radius:10px;background:#f2eeee9e}.category-box{padding:.4rem .8rem;border:2px solid #ccc;border-radius:5px;cursor:pointer;text-align:center;transition:all .2s;background:#fff;font-size:.8rem;width:fit-content}.category-box:hover{border-color:#4caf50}.category-box.selected{background-color:#fff;border-color:#4caf50}.submit-button{padding:10px 20px;background-color:#4caf50;color:#fff;border:none;border-radius:5px;cursor:pointer;margin-top:20px}.submit-button:hover{background-color:#388e3c}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.error{color:#d32f2f;margin-bottom:10px}.user-type-section{margin-bottom:30px}.user-type-section h3{color:#388e3c;margin-bottom:10px;font-weight:400}.user-type-select{width:100%;max-width:300px;padding:8px;border:2px solid #ccc;border-radius:5px;font-size:16px;cursor:pointer}.user-type-select:focus{border-color:#4caf50;outline:none}.profile-pic-container{margin-bottom:30px}.profile-pic-label{position:relative;display:inline-block;cursor:pointer}.profile-pic{width:120px;height:120px;border-radius:50%;object-fit:cover;border:2px solid #ddd;transition:opacity .3s ease}.profile-pic-label:hover .profile-pic{opacity:.7}.upload-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;background:#0009;padding:5px 10px;border-radius:4px;font-size:14px;opacity:0;transition:opacity .3s ease}.profile-pic-label:hover .upload-text{opacity:1}.profile-pic-input{display:none}@keyframes float{50%{transform:translateY(15px)}}@keyframes scale{0%{transform:SCALE(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.ghost,.ghost-copy{animation:float 2s ease-out infinite}.shadow{animation:scale 2s infinite}
