@import"https://fonts.googleapis.com/css2?family=Kanit: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";:root{--blue: #3533cd;--white: #fff;--black: #000;--breakpoint-xs: 480px;--breakpoint-sm: 768px;--breakpoint-md: 992px;--breakpoint-lg: 1200px}html{font-size:16px}body{font-family:Kanit,sans-serif;margin:0;padding:0;box-sizing:border-box;min-height:100vh;overflow-x:hidden}.app{display:flex;flex-direction:column;width:100%}img{width:100%;height:100%;max-width:100%}.hide-on-mobile{display:flex}.show-on-mobile{display:none}@media (max-width: 768px){html{font-size:14px}.hide-on-mobile{display:none}.show-on-mobile{display:flex}}@media (max-width: 480px){html{font-size:12px}}.app{overflow-x:hidden!important;width:100%;max-width:100vw!important}button,.button{cursor:pointer;border:none;outline:none}.section-container{display:flex;align-items:center;flex-direction:column;width:100%;margin:0 auto;padding:0 20px}.section-title{font-size:32px;font-weight:700;text-align:center;margin-bottom:40px;color:#222}.landing-page{display:flex;flex-direction:column;align-items:center;min-height:100vh;max-width:100%;overflow-x:hidden}.landing-header{background-color:#fff;box-shadow:0 2px 4px #0000000d;padding:15px 0;position:sticky;top:0;z-index:100}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.logo-container{display:flex;align-items:center;gap:10px}.logo-img{width:36px;height:36px;border-radius:50%}.logo-text{font-weight:600;font-size:18px;color:#333}.main-nav{display:flex}.nav-links{display:flex;gap:30px}.nav-link{font-size:16px;font-weight:500;color:#555;transition:color .2s;padding:5px 0;position:relative}.nav-link:hover,.nav-link.active{color:#0056b3}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#0056b3}.login-button{background-color:#fff;color:#333;border:1px solid #ddd;padding:8px 20px;border-radius:4px;font-size:14px;font-weight:500;transition:all .2s}.login-button:hover{border-color:#0056b3;color:#0056b3}.hero-section{background-color:#f0f7f7;padding:60px 20px;display:flex;align-items:center;justify-content:center;width:100%}.hero-container{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;width:100%;margin:0 auto}.hero-image-container{display:flex;justify-content:center}.hero-image{max-width:97%;height:auto;border-radius:20px}.hero-content{display:flex;flex-direction:column;width:100%}.hero-title{font-size:36px;font-weight:700;margin-bottom:20px;line-height:1.3;color:#222}.hero-description{font-size:18px;color:#555;margin-bottom:30px;line-height:1.6}.get-started-button{background-color:#0056b3;color:#fff;padding:12px 30px;border-radius:6px;font-size:16px;font-weight:500;transition:background-color .2s,transform .2s;text-align:center;cursor:pointer}.get-started-button:hover{background-color:#033e81}.guide-section{padding:80px 20px;background-color:#fff;display:flex;flex-direction:column;align-items:center;width:100%}.steps-container{display:flex;justify-content:center;gap:30px;margin-top:40px;flex-wrap:wrap}.step-card{background-color:#f9f9f9;border-radius:12px;max-width:22rem;text-align:center;transition:max-width 2.9s,transform .3s,box-shadow .3s;padding:20px}.step-card:hover{max-width:23rem;transform:scale(1.5);box-shadow:0 8px 20px #0000001a;z-index:100}.step-card img{width:100%;height:auto;margin-bottom:20px}.step-title{font-size:20px;font-weight:600;margin-bottom:15px;color:#333}.step-description{font-size:16px;color:#666}.features-section{padding:80px 20px;background-color:#f9f9f9;width:100%}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.feature-card{display:flex;flex-direction:column;align-items:start;gap:20px;background-color:#fff;border-radius:12px;padding:20px}.feature-image-container{display:flex;justify-content:center}.feature-image{max-width:100%;height:auto;border-radius:12px}.feature-title{font-size:24px;font-weight:700;margin-bottom:10px;color:#222;text-align:left}.feature-description{font-size:16px;color:#555;line-height:1.6;margin-bottom:1rem}.cta-section{padding:80px 20px;background-color:#0056b3;color:#fff;text-align:center}.cta-title{font-size:32px;font-weight:700;margin-bottom:20px}.cta-description{font-size:18px;max-width:600px;margin:0 auto}.cta-button{display:inline-flex;align-items:center;gap:10px;background-color:#fff;color:#0056b3;padding:12px 30px;border-radius:6px;font-size:16px;font-weight:500;transition:all .2s}.cta-button:hover{background-color:#f0f0f0;transform:translateY(-3px)}.icon-right{transition:transform .2s}.cta-button:hover .icon-right{transform:translate(5px)}.landing-footer{background-color:#111;color:#fff;padding:60px 0 40px}.footer-container{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px;flex-wrap:wrap;gap:40px}@media (max-width: 992px){.hero-container{grid-template-columns:1fr;gap:30px}.hero-image-container{order:-1;width:100%;display:flex;justify-content:center}.hero-image{max-width:90%}.hero-content{text-align:center;align-items:center;padding:0 15px}.hero-title{font-size:32px}.steps-container{gap:20px}.step-card{max-width:280px}.step-card:hover{transform:scale(1.05)}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card,.feature-card.reverse{flex-direction:column}.feature-image-container{width:100%;order:-1}}@media (max-width: 768px){.section-title{font-size:28px;margin-bottom:30px}.header-container{padding:0 15px}.nav-links{gap:20px}.hero-section{padding:40px 15px}.hero-title{font-size:30px}.hero-description{font-size:16px}.step-card{max-width:220px}.step-card:hover{transform:scale(1.05)}.feature-title{font-size:20px}.feature-description{font-size:14px}.footer-container{gap:30px}}@media (max-width: 480px){.landing-header{padding:10px 0}.header-container{padding:0 10px}.logo-img{width:30px;height:30px}.logo-text{font-size:16px}.nav-links{gap:15px}.nav-link{font-size:14px}.login-button{padding:6px 15px;font-size:12px}.section-title{font-size:24px;margin-bottom:25px}.hero-section{padding:30px 10px}.hero-title{font-size:24px;margin-bottom:15px}.hero-description{font-size:14px;margin-bottom:20px}.get-started-button{padding:10px 20px;font-size:14px}.steps-container{flex-direction:column;align-items:center}.step-card{max-width:100%;width:100%}.step-card:hover{transform:none}.features-grid{grid-template-columns:1fr}.cta-title{font-size:24px}.cta-description{font-size:14px}.cta-button{padding:10px 20px;font-size:14px}.footer-container{flex-direction:column;gap:25px}}.footer-section h3{font-size:18px;margin-bottom:20px;position:relative;padding-bottom:10px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 992px){.hero-container{flex-direction:column}.hero-image-container{order:-1}.steps-container,.feature-card,.feature-card.reverse{flex-direction:column}.feature-image-container{order:-1}}@media (max-width: 768px){.nav-links{gap:15px}.hero-title{font-size:28px;line-height:1.3;margin-bottom:15px}.hero-description{font-size:16px;margin-bottom:20px}.section-title{font-size:28px}.feature-title{font-size:24px}.cta-title{font-size:28px}.cta-description{font-size:16px}.hero-section{padding:40px 15px}.step-card{max-width:100%;padding:15px}.steps-container{gap:15px;flex-direction:column;align-items:center;width:100%}.step-card img{max-width:80%;margin:0 auto 15px}.get-started-button{width:100%;max-width:300px}}@media (max-width: 576px){.header-container{flex-direction:column;gap:15px}.nav-links{gap:10px}.hero-title{font-size:22px;line-height:1.2;margin-bottom:12px;text-align:center}.hero-description{font-size:14px;margin-bottom:20px;text-align:center}.get-started-button{width:100%;text-align:center;padding:10px 20px;font-size:14px;margin:0 auto}.feature-title{font-size:20px;text-align:center}.features-grid{display:flex;flex-direction:column;width:100%;gap:25px}.feature-content .cta-button{width:100%}.section-title{font-size:22px;margin-bottom:20px}.guide-section,.features-section{padding:30px 15px}.feature-card{padding:15px;width:100%;justify-content:center;box-shadow:0 2px 8px #0000001a;border-radius:10px}.feature-description{font-size:14px;text-align:center}.feature-image-container{width:100%}.feature-image{width:100%;max-height:200px;object-fit:cover;border-radius:8px}.step-card{max-width:100%;transform:none!important}.step-card:hover{transform:none!important;box-shadow:0 4px 12px #0000001a}.step-card img{width:100%;max-height:180px;object-fit:contain}.hero-container{gap:20px}.hero-image{max-width:100%;border-radius:10px}}:root{--navbar-height: 4rem;--mobile-navbar-height: 3.5rem;--navbar-padding: .7rem 3rem;--mobile-navbar-padding: .7rem 1.5rem;--transition-speed: .3s}body{font-family:Kanit,sans-serif;margin:0;padding:0;box-sizing:border-box}button,a{text-decoration:none}.navbar{display:flex;justify-content:space-between;align-items:center;padding:var(--navbar-padding);background-color:var(--white);box-shadow:0 2px 8px #0000001a;position:fixed;top:0;left:0;width:100%;max-width:100vw;height:var(--navbar-height);z-index:1000;transition:all var(--transition-speed) ease}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0}.logo-container{align-items:center;justify-content:center}.logo{width:2.5rem;height:2.5rem;flex-shrink:0;transition:all var(--transition-speed) ease}.logo img{width:100%;height:100%;object-fit:cover;border-radius:50%}.nav-links{display:flex;align-items:center;gap:2rem;transition:all var(--transition-speed) ease}ul{display:flex;justify-content:space-between;align-items:center;gap:1rem;list-style:none}.nav-links a{color:var(--black);font-size:1.2rem;font-weight:500;transition:all var(--transition-speed) ease}.nav-links a:hover{color:var(--blue)}.nav-links .active{font-weight:600;border-bottom:3px solid rgb(1,1,36)}.auth-buttons{display:flex;gap:1rem;align-items:center}.sign-in-button:hover{background-color:#000;color:#fff}.sign-in-button{font-family:kanit;color:var(--black);background:transparent;border:2px solid var(--black);padding:.5rem 2rem;border-radius:.5rem;font-size:1.2rem;font-weight:500;transition:all var(--transition-speed) ease}.mobile-menu-button{display:none;background:transparent;border:none;padding:.5rem;cursor:pointer}@media (max-width: 992px){.navbar{padding:.7rem 2rem}.logo{width:2.2rem;height:2.2rem}.nav-links{gap:1.5rem}.nav-links a{font-size:1rem}}@media (max-width: 768px){.navbar{padding:var(--mobile-navbar-padding);height:var(--mobile-navbar-height)}.nav-links{display:none;position:absolute;top:4rem;right:0;background:#fff;width:100%;max-width:300px;padding:1rem;box-shadow:-2px 2px 8px #0000001a;border-radius:0 0 0 1rem}.nav-links.active{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.nav-links li{width:100%;padding:.5rem 1rem}.nav-links a{display:block;width:100%}.auth-buttons{gap:1rem}.mobile-menu-button{display:flex;align-items:center;justify-content:center}.hamburger{font-size:1.5rem}}@media (max-width: 480px){.navbar{padding:.5rem 1rem}.logo{width:1.8rem;height:1.8rem}.nav-links{max-width:250px}.nav-links li{padding:.4rem .8rem}.mobile-menu-btn{font-size:1.2rem}}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.nav-links.active{animation:slideIn var(--transition-speed) ease forwards}body{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5;padding:0 1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:none;align-items:center;justify-content:center;z-index:1000}.modal-overlay.active{display:flex;animation:fadeIn .3s ease-out}.sign-in{position:relative;background:#fff;padding:2rem;border-radius:8px;max-width:400px;width:90%;box-shadow:0 4px 6px #0000001a;transform:translateY(-20px);opacity:0;transition:all .3s ease}.modal-overlay.active .sign-in{transform:translateY(0);opacity:1}.sign-in.modal{position:relative;max-width:500px;width:90%;margin:0;animation:modalFadeIn .3s ease-out}.close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;width:auto;color:#666;transition:color .3s ease}.close-button:hover{color:#333}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.sign-in h1{font-size:2rem;color:#fff;margin:0;margin-bottom:1rem;height:fit-content}.sign-in p{font-size:1rem}.email,.password{margin-top:1rem;flex-direction:column;width:100%}input[type=email],input[type=password],input[type=text]{background-color:#f5f5f5;border:none;filter:drop-shadow(0px 0px 4px #0000004b);border-radius:.4rem;padding:.5rem;width:95%;font-size:1rem;display:inline-flex;margin-top:.4rem;max-width:95%}input[type=email]:focus,input[type=password]:focus,input[type=text]:focus{background-color:#f5f5f5;border:none;filter:drop-shadow(0px 0px 7px #0000004b);border-radius:.4rem;padding:.5rem;width:95%;outline:1px solid #0000ff3b}.name{display:flex;align-items:center;gap:1.5rem}.forgot-password{text-align:right;text-decoration:underline;color:#1b47c0;font-size:.8rem;width:100%;display:inline-flex;justify-content:flex-end}.sign-in button{margin:1rem 0;padding:.5rem;background:#000;color:#fff;border:none;cursor:pointer;width:50%;align-self:center;border-radius:1rem;font-family:kanit;font-size:1rem}.sign-in button:hover{background:#1b47c0;color:#fff;border:none}.link-button{margin:1rem 0;display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer;width:100%;align-self:center;border-radius:1rem;font-family:kanit;font-size:1rem}.sign-in button:active{background-color:#f5f5f5;transform:translateY(2px)}hr{margin:.5rem 0;border:none;border-top:.5px solid #171b4142;width:100%}p.forgot-password-message{font-size:.8rem;width:15rem;color:#4b4c4d}.log-in-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0}button.sign-up{display:flex;justify-content:center;justify-self:center;align-items:center;flex-direction:column;background-color:#f5f5f5;padding:.2rem .5rem;border-radius:.5rem;width:fit-content;text-decoration:none;color:#000;filter:drop-shadow(0px 0px 7px #0000004b)}button.sign-in{background-color:#1b47c0;color:#fff;border:none;cursor:pointer;width:50%;align-self:center;border-radius:1rem;font-family:kanit;font-size:1rem;margin:0 auto}.sign-in .terms{font-size:.6rem;color:#4b4c4d}form{display:flex;flex-direction:column;gap:0,3rem;justify-content:center;align-items:center;width:100%}@media screen and (max-width: 600px){.sign-in{width:95%;padding:1.5rem;margin:1rem}.sign-in h1{font-size:1.5rem}}@media screen and (max-width: 400px){.sign-in{padding:1rem}.sign-in h1{font-size:1.2rem}.sign-in p,.sign-in button{font-size:.8rem}.sign-in .terms{font-size:.5rem}}@media screen and (max-width: 300px){.sign-in{padding:.2rem}.sign-in h1{font-size:1rem}.sign-in p,.sign-in button{font-size:.6rem}.sign-in .terms{font-size:.4rem}}.footer{background-color:#000;color:#fff;width:100%!important;max-width:100vw!important;box-sizing:border-box;padding:2rem}.footer-desktop{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1rem}.footer-section{min-width:120px;display:flex;flex-direction:column;justify-content:center}.logo-section{align-items:flex-start;min-width:120px}.logo-section .footer-link{display:flex;align-items:center;gap:.4rem}.footer-link h5{margin-bottom:1rem}.footer-logo{width:3rem;height:auto;margin-bottom:.5rem}.footer-logo img{width:100%;height:100%;object-fit:cover;border-radius:50%;cursor:pointer}.footer-section h4{font-size:.9rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.footer-section ul{list-style:none;margin:0;display:flex;flex-direction:column;align-items:start;padding:0;gap:0}.footer-section li{margin-bottom:.2rem}.footer-section li a{text-decoration:none;color:inherit;transition:color .3s;font-size:.8rem;margin:0;padding:0;text-align:left}.footer-section li a:hover{color:#00f}.footer-divider{width:100%;height:1px;background-color:#ccc;margin:1rem 0}.footer-bottom{display:flex;flex-direction:row;justify-content:flex-end}.social-icons{display:flex;flex-direction:row;gap:1rem}.social-icons a{text-decoration:none;color:inherit;font-size:1.3rem;transition:opacity .3s}.social-icons a:hover{opacity:.7}.subscription-form{display:flex;flex-direction:column;gap:.5rem;max-width:320px}.subscription-form p{margin:0 0 .5rem;line-height:1.4;font-size:.9rem}.error-message,.success-message{font-size:.9rem;margin-bottom:.5rem}.form-row{display:flex;gap:.5rem;align-items:center}.form-row input{flex:1;padding:.5rem;border:none;border-radius:4px;background-color:#f5f5f5;margin-top:-1px}.form-row button{padding:.5rem 1rem;border:none;background-color:#f8f8f8;border-radius:4px;cursor:pointer;font-family:kanit;font-size:.8rem;transition:background-color .3s}.form-row button:hover:not(:disabled){background-color:#1b47c0;color:#fff}.subscription-form small{font-size:.65rem;color:#666}.legal-links{display:flex;flex-direction:column;gap:.4rem}.legal-links a{text-decoration:none;color:inherit;font-size:.5rem}.legal-links a:hover{text-decoration:underline}.footer-copyright{font-size:.85rem;opacity:.7;text-align:center}@media (max-width: 768px){.footer-desktop{flex-direction:column;align-items:center;gap:1.5rem}.footer-bottom{flex-direction:column;gap:1.5rem;align-items:flex-start}.footer-logo{align-self:flex-start}.social-icons{order:1}.subscription-form{order:2}.legal-links{order:3}}.scroll-to-top-btn{background-color:#fff;color:#000;border:none;border-radius:50%;width:20px;height:20px;font-size:15px;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 10px #0003;z-index:1000;transition:all .3s;justify-self:flex-end}.scroll-to-top-btn:hover{background-color:#010a3f;transform:translateY(-3px);box-shadow:0 4px 12px #0000004d}.scroll-to-top-btn:active{transform:translateY(0)}@media (max-width: 768px){.scroll-to-top-btn{width:10px;height:10px;font-size:6px}}.onboarding-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.onboarding-container{display:flex;flex-direction:column;align-items:center;padding:20px;background:linear-gradient(115.32deg,#47abe5 3.24%,#3f75cd 30.06%,#2e6793 67.13%);border-radius:12px;width:90%;max-width:50rem;box-shadow:0 4px 10px #0003;color:#fff;height:fit-content}.onboarding-header{margin-bottom:20px;width:100%}.onboarding-header h1{font-size:24px;font-weight:700;width:90%}.onboarding-header p{font-size:16px;margin-top:10px;width:90%}.onboarding-progress{display:flex;width:100%;margin-bottom:10px;height:fit-content}.onboarding-progress-left{width:70%}.onboarding-progress-right{width:30%}.onboarding-progress p{font-size:12px;margin-bottom:2px}.prog{display:flex;align-items:first baseline;gap:10px;padding:0}.progress-bar{width:100%;height:8px;background:#ccc;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:#00c853;transition:width .3s ease}.onboarding-content{background:#fff;color:#000;border-radius:12px;padding:20px;width:100%;box-shadow:0 4px 10px #0000001a}.onboarding-tabs{display:flex;justify-content:start;gap:3rem;margin-bottom:20px}.tab{font-size:16px;font-weight:700;color:#555}.tab.active{color:#007bff}.onboarding-step h2{font-size:20px;font-weight:700;margin-bottom:10px;text-align:left}.onboarding-step p{font-size:16px;margin-bottom:20px}.options{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.options label{font-size:16px;display:flex;align-items:center;gap:10px}.onboarding-info{display:grid;align-items:center;grid-template-columns:repeat(2,1fr)}.onboarding-right{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.onboarding-right,.onboarding-left{height:100%!important;width:100%!important;min-height:min-content!important}.edu-img{margin-top:-4rem!important}.educ-img{margin-top:-4rem!important;width:18rem!important;height:auto!important}.edu-img img{width:100%!important;height:100%!important}.onboarding-info img{width:100%;height:100%}.onboarding-buttons{display:flex;justify-content:space-between;width:70%}.skip-button,.next-button,.bac-button,.start-button{padding:.7rem 2.5rem;font-family:kanit;font-size:16px;border-radius:6px;border:2px solid #000000;background:#fff;color:#007bff;cursor:pointer;transition:all .3s ease}.skip-button:hover,.next-button:hover,.back-button:hover,.start-button:hover{background:#007bff;color:#fff}.welcome-image{text-align:center;margin-bottom:20px;width:19rem;height:auto;margin-top:-2rem}.welcome-img{width:100%;height:auto;margin-left:-2rem}@media screen and (max-width: 992px){.onboarding-container{width:95%;max-width:45rem;padding:15px}.onboarding-header h1{font-size:22px}.onboarding-buttons{width:80%}}@media screen and (max-width: 768px){.onboarding-container{width:95%;max-width:40rem;padding:15px}.onboarding-header h1{font-size:20px}.onboarding-header p{font-size:14px}.onboarding-info{grid-template-columns:1fr;gap:20px}.onboarding-right,.onboarding-left{width:100%}.edu-img{margin-top:0!important;width:15rem!important}.welcome-image{width:15rem;margin-top:0}.welcome-img{margin-left:0}.onboarding-buttons{width:100%;margin-top:20px}.skip-button,.next-button,.bac-button,.start-button{padding:.5rem 1.5rem;font-size:14px}}@media screen and (max-width: 480px){.onboarding-container{width:95%;padding:10px}.onboarding-header h1{font-size:18px;width:100%}.onboarding-header p{font-size:13px;width:100%}.onboarding-progress-left{width:60%}.onboarding-progress-right{width:40%}.onboarding-content{padding:15px}.onboarding-tabs{gap:1.5rem}.tab{font-size:14px}.onboarding-step h2{font-size:16px}.options label{font-size:14px}.edu-img{width:12rem!important}.welcome-image{width:12rem}.skip-button,.next-button,.bac-button,.start-button{padding:.4rem 1rem;font-size:13px}}:root{--header-height: 4rem;--card-min-width: 180px;--card-max-width: 200px;--avatar-size: 50px;--card-avatar-size: 80px;--primary-color: #000;--secondary-color: #fff;--border-color: #ccc;--shadow-color: rgba(0, 0, 0, .07);--text-color: #333;--transition-speed: .3s}.fp-page{display:flex;flex-direction:column;min-height:100vh;font-family:Kanit,sans-serif;width:98vw;background-color:#fff}.fp-main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.fp-peers-section{margin-bottom:3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:center}.fp-peers-section h2{font-size:1.5rem;margin-bottom:1rem}.fp-peers-list{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;padding:0;margin:0;list-style:none}.fp-peer-item{display:flex;align-items:center;justify-content:space-between;padding:1.8rem 1rem;transition:transform var(--transition-speed)}.fp-peer-left{display:flex;align-items:center;justify-content:center;gap:1.5rem}.view-profile-btn{padding:.7rem;border-radius:.5rem;cursor:pointer;box-shadow:0 0 5px #00000043;border:none;background-color:#fff;display:none;margin-right:3rem;font-family:kanit;white-space:nowrap}.view-profile-btn:hover{background-color:#010a3fe7;color:#fff}.fp-peer-item:hover{transform:scale(1.05);background-color:#f6f3f3;box-shadow:0 0 6px #0000002a inset;border-radius:2.5rem}.fp-peer-item:hover .view-profile-btn{display:flex}.fp-avatar{width:7rem;height:7rem;object-fit:cover;border-radius:50%;margin-right:.8rem}.fp-peer-info h3{font-size:1rem;margin:0;font-weight:600}.fp-peer-info p{margin:0;font-size:.85rem;color:#555}.fp-view-all-btn{margin-top:1rem;background-color:#fff;border:2px solid #000000;padding:.8rem 2rem;border-radius:.5rem;cursor:pointer}.fp-may-know-section{margin-top:3rem}.suggestion-info{margin:1rem 0;display:flex;align-items:center;gap:1rem}.suggestion-info span{width:40px;height:40px;background-color:#fff;border-radius:50%}.suggestion-info span img{width:inherit;height:inherit;border-radius:50%}.fp-may-know-section h2{margin-bottom:1rem;text-decoration:underline}.fp-cards-wrapper{position:relative;display:flex;align-items:center;flex-direction:row;width:100%;padding:0 2rem}.fp-cards-scroll{display:flex;align-items:center;gap:1rem;padding:1rem 0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.fp-cards-scroll::-webkit-scrollbar{display:none}@media (max-width: 600px){.fp-card{min-width:140px;max-width:160px;padding:.75rem}.fp-card-avatar{width:60px;height:60px}}.fp-card{display:flex;flex-direction:column;box-shadow:0 0 6px #00000070 inset;min-width:fit-content;background-color:var(--secondary-color);border-radius:8px;padding:1.5rem;text-align:left;transition:transform var(--transition-speed);scroll-snap-align:start;flex:0 0 auto;width:fit-content;min-width:300px}.fp-card:hover{transform:translateY(-2px)}.fp-card-avatar{width:22rem;height:13rem;object-fit:cover;margin-bottom:.5rem;border-radius:.7rem}.fp-network-btn{margin-top:.5rem;background-color:var(--blue);color:#fff;border:none;padding:.6rem 2rem;cursor:pointer;align-self:center;border-radius:.5rem;font-size:1.3rem;width:85%;font-family:kanit;height:fit-content}.fp-network-btn:hover{background-color:#010a3fe7;border:2px solid #010a3fe7}.fp-prev-arrow,.fp-next-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #eee;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 2px 4px #0000001a}.fp-prev-arrow{left:0}.fp-next-arrow{right:0}@media (max-width: 768px){.fp-prev-arrow,.fp-next-arrow{display:none}.fp-cards-wrapper{padding:0}.fp-cards-scroll{padding:1rem;gap:.5rem}.fp-card{width:85vw;min-width:280px}.fp-peers-section{grid-template-columns:1fr;gap:1.5rem}.fp-peer-item{padding:1.5rem .8rem}.fp-peer-left{gap:1rem}.fp-avatar{width:5.5rem;height:5.5rem}.fp-main{padding:1rem}.search-messages-input{padding:10px 40px}.chats-title{font-size:2rem}.chat-item{padding:1.2rem}}.fp-next-arrow{position:absolute;right:0;background:#fff;border:1px solid #ccc;border-radius:50%;cursor:pointer;padding:.4rem;display:flex;align-items:center;justify-content:center;margin-right:.5rem}@media (max-width: 1024px){.fp-main{padding:1.5rem}.fp-peers-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.fp-header{padding:.75rem}.fp-nav-right{gap:.75rem}}@media (max-width: 768px){.fp-header{padding:.5rem;height:var(--header-height-mobile)}.fp-logo img{height:32px}.fp-main{padding:1rem}.fp-peers-list{grid-template-columns:1fr}.fp-nav-right{width:100%;justify-content:space-between;gap:.5rem}.fp-search-bar{max-width:200px}.fp-icons{gap:.5rem}}@media (max-width: 480px){:root{--card-min-width: 140px;--card-max-width: 160px;--avatar-size: 40px;--card-avatar-size: 60px}.fp-header{padding:.5rem;gap:.5rem}.fp-search-bar{order:2;margin:.5rem 0;width:100%;max-width:100%}.fp-peer-item{padding:.75rem;flex-direction:column;align-items:center}.fp-peer-left{flex-direction:column;text-align:center}.fp-peer-info{text-align:center;margin-top:.5rem}.view-profile-btn{margin:.75rem auto 0;display:block}.fp-card-avatar{width:100%;height:10rem}.fp-nav-right{flex-wrap:wrap;gap:.5rem}.fp-logo img{height:28px}.fp-icons{position:absolute;top:.5rem;right:.5rem}.notifications-popup,.profile-popup{right:-.5rem;width:90vw;max-width:300px}.fp-main{padding:.75rem}.chats-title{font-size:1.75rem;margin-bottom:15px}.search-messages-input{padding:8px 40px;font-size:13px}.chat-item{padding:1rem .75rem}.chat-avatar{width:40px;height:40px}.chat-name{font-size:14px}.chat-preview{font-size:12px}.chat-view-profile-btn{padding:.15rem .4rem!important;font-size:.8rem;margin-right:2rem}.fp-network-btn{padding:.5rem 1.5rem;font-size:1.1rem}}@media (max-height: 500px) and (orientation: landscape){.fp-header{position:relative;height:auto;padding:.5rem}.fp-search-bar{max-width:300px}.notifications-popup,.profile-popup{max-height:80vh;overflow-y:auto}}@media (max-width: 380px){.fp-avatar{width:4.5rem;height:4.5rem}.fp-card{min-width:260px;padding:1.2rem}.fp-card-avatar{height:8rem}.fp-network-btn{padding:.4rem 1.2rem;font-size:1rem}.chat-avatar{width:35px;height:35px}.chat-item{padding:.8rem .6rem}.chat-view-profile-btn{margin-right:1.5rem;font-size:.75rem}.search-messages-container{margin-bottom:15px}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fp-peer-item,.fp-card{animation:slideIn .3s ease-out}.fp-peers-left{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:20px;width:100%;margin-top:2rem}.chats-title{font-size:2.5rem;margin-bottom:20px;color:#000;text-align:left}.search-messages-container{position:relative;margin-bottom:25px}.search-messages-input{width:100%;padding:12px 40px;outline:1px solid #0f0f0f;border-radius:50px!important;font-size:14px;border:none;display:flex;align-items:center;background-color:#fff!important}.search-messages-input::placeholder{color:#555;padding-left:3rem}.search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#888}.chats-list{display:flex;flex-direction:column;gap:0px}.chat-item{display:flex;align-items:center;padding:10px 100px 10px 5px;border-radius:8px;transition:background-color .2s;cursor:pointer;position:relative;padding:1.5rem}.chat-item:hover{background-color:#f5f5f5}.chat-avatar-container{position:relative;margin-right:15px}.chat-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.online-indicator{position:absolute;bottom:2px;right:2px;width:10px;height:10px;background-color:#4caf50;border-radius:50%;border:2px solid #fff}.chat-info{flex:1}.chat-name{font-size:16px;font-weight:600;margin:0 0 5px;color:#333}.chat-preview{font-size:14px;color:#666;margin:0}.chat-meta{display:flex;flex-direction:column;align-items:flex-end;position:relative;width:15px;height:15px;outline:2px solid #ccdcff;background-color:#0eda15;border-radius:50%}.chat-time{font-size:12px;color:#888}.chat-view-profile-btn{position:relative;padding:.2rem .5rem!important;border-radius:.2rem;cursor:pointer;box-shadow:0 0 5px #00000043;border:none;background-color:#fff;display:none;margin-right:4rem;font-family:kanit;white-space:nowrap;bottom:30%!important;z-index:5;margin-bottom:1rem!important}.chat-view-profile-btn:hover{background-color:#010a3fe7;color:#fff}.chat-item:hover .chat-view-profile-btn{display:block;animation:fadeIn .2s ease-in-out}.fp-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.fp-nav-right{display:flex;align-items:center;justify-content:flex-start!important;min-width:50%;gap:1rem}.fp-back-button{background:none;border:.9px solid grey;border-radius:50%;padding:.1rem .2rem;cursor:pointer;color:#000}.fp-search-bar{justify-self:right!important;width:15rem;margin-left:7rem;display:flex;align-items:center;border:2px solid #222;min-width:10rem!important;border-radius:1.5rem;padding:0 1rem}.fp-search-bar .search{display:inline-flex;background-color:transparent;margin:0}.fp-search-bar i{margin-bottom:-.7rem;width:2rem;height:2rem}.fp-notification-button{background:none;border:none;cursor:pointer;color:#000}.profile-button{cursor:pointer;background-color:#fff;border:none}.notifications-popup{position:absolute;right:-2rem;top:4rem;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:1rem;width:400px;min-width:300px;z-index:1000;animation:fadeIn .3s ease}.notifications-popup-heading{margin-bottom:1rem}.notifications-popup h3{font-size:1.5rem;margin:0 0 .25rem;font-weight:600}.notifications-popup-heading p{margin:0;font-size:1rem;color:#444}.notification-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid #eee;position:relative}.notification-item img{width:4rem;height:4rem;border-radius:50%;object-fit:cover}.notification-content{flex:1;position:relative}.notification-content p{font-size:.9rem;margin:0 0 .5rem;color:#333}.notification-actions{display:flex;gap:.7rem;margin-top:.75rem}.accept-btn{background:var(--blue);color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;cursor:pointer}.decline-btn{background:#fff;color:#000;border:1px solid #ddd;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;cursor:pointer}.accept-btn:hover{background-color:#0056b3}.decline-btn:hover{border-color:#bbb;background-color:#f5f5f5}.notification-status{display:flex;justify-content:space-between;align-items:center;width:100%}.notification-status p{margin:0}.close-icon{background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;cursor:pointer}.close-icon:hover{background-color:#333}.notification-time{position:absolute;bottom:0;right:0;font-size:.75rem;color:#888;display:none}.notifications-popup .view-all{width:100%;padding:.6rem;margin-top:1rem;background-color:transparent;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s;display:none}.notifications-popup .view-all:hover{background-color:#f5f5f5;border-color:#bbb}.profile-popup{display:flex;flex-direction:column;align-items:center;position:absolute;right:-2rem;top:4rem;background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000001a;width:23rem;min-width:220px;max-width:600px;z-index:1000;animation:fadeIn .3s ease;padding-bottom:2rem}.profile-actions .edit-profile{padding:.75rem 1.8rem;background-color:var(--blue);color:#fff;border:none;border-radius:.5rem;font-family:kanit}.profile-edit-form{width:100%}.profile-image-section{display:flex;justify-content:center;margin-bottom:1rem;padding:1rem;background-color:#3a95ca}.profile-image-container{position:relative;width:100px;height:100px}.image-upload-label{position:absolute;bottom:10px;right:5px;background-color:#333;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.pen-icon{color:#fff;font-size:.7rem}.image-upload-label:hover{background-color:#03174e}.profile-edit-form .form-group{margin-bottom:1rem;margin-left:1rem;padding:0 1.5rem;box-shadow:none}.profile-edit-form input,.profile-edit-form select{width:100%;padding:.5rem;outline:1px solid #313131;border-radius:.5rem;font-size:.9rem;font-family:kanit}.profile-edit-form input:focus,.profile-edit-form select:focus{border:none;outline-color:var(--blue)}.profile-edit-actions{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.profile-edit-actions .save-button,.profile-edit-actions .cancel-button{flex:1;padding:.5rem;border-radius:.5rem;font-family:kanit;max-width:30%;cursor:pointer;transition:all .3s ease}.profile-edit-actions .save-button{background-color:var(--blue);color:#fff;border:none}.profile-edit-actions .save-button:hover{background-color:#03174e}.profile-edit-actions .cancel-button{background-color:transparent;border:2px solid #000;color:#000}.profile-edit-actions .cancel-button:hover{background-color:#000;color:#fff}.profile-card{border:1px solid #e0e0e0;border-radius:12px;max-width:40rem;background:#fff;height:fit-content;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:400px;overflow-y:auto;transform:translate(100%);animation:slideIn .3s forwards;position:relative;margin-top:10rem;padding-bottom:3rem;right:2rem}.profile-header{margin-bottom:1.5rem;display:flex;align-items:center;justify-items:center;flex-direction:column;position:absolute;margin-top:2rem}.profile-name{font-size:1rem;margin:0 0 .25rem;font-weight:600}.profile-title{color:#313131;margin:0;font-size:.7rem}.profile-content{margin-top:8rem;display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.profile-actions{display:flex;padding-top:10rem;position:relative;bottom:0;gap:.75rem;width:80%}.network-btn{background-color:#0715dd;color:#fff;border:none;padding:.4rem 1rem;border-radius:2px;font-size:.9rem;cursor:pointer;border:2px solid #0715dd;font-family:kanit;flex:1}.message-btn{display:flex;align-items:center;gap:.5rem;background-color:#f5f5f5;border:2px solid rgb(61,61,61);padding:.4rem 1rem;border-radius:2px;cursor:pointer;transition:all .3s ease;flex:1;justify-content:center;font-family:kanit}.message-btn:hover{background-color:#000}.message-btn:disabled{opacity:.6;cursor:not-allowed}button:hover{background-color:#141414;color:#fff;border:2px solid rgb(20,20,20)}.education-section{border-top:1px solid #e0e0e0;padding-top:1rem;display:flex;flex-direction:column;margin-top:6rem!important}.education-label{font-size:.9rem;margin-bottom:.25rem}.education-value{font-weight:500;font-size:.8rem}.profile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000003;display:flex;justify-content:flex-end;z-index:1000}.profile-avatar{width:7rem;height:7rem;border-radius:50%;margin-bottom:1rem;object-fit:cover;border:3px solid #e0e0e0}.profile-heading{width:100%;padding:1rem 2rem;color:#fff;background-color:#00f;height:4rem;display:flex;align-items:center;justify-content:space-between}.close-profile{background-color:transparent;border:none;color:#fff;font-size:1.1rem}.close-profile:hover{cursor:pointer;background-color:transparent;border:none}.detail-value{color:#333}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.chat-popup-overlay{position:fixed;top:0;right:0;bottom:0;width:350px;background:#fff;box-shadow:-2px 0 5px #0000001a;z-index:1100;animation:slideIn .3s ease-out}.chat-container{position:relative;width:100%;max-width:600px;height:80%;background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #0003;display:flex;flex-direction:column;z-index:99999;right:1rem;overflow:hidden}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #444;background-color:#fff!important;color:#fff}.user-info{display:flex;align-items:center;gap:10px}.user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.user-details{display:flex;flex-direction:column}.user-name{font-size:14px;font-weight:500;color:#141414}.user-status{font-size:12px;color:#aaa}.header-icons{display:flex;gap:16px}.header-icon{width:20px;height:20px;color:#2c2c2c;cursor:pointer}.header-icon:hover{color:#4273fa}.close-icon:hover{color:#0469ec;background-color:transparent}.close-icon{background-color:transparent}.chat-body-single{display:flex;flex:1;overflow:hidden}.chat-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.selected-peer-profile{display:flex;flex-direction:column;align-items:center;padding:1rem 0;border-bottom:1px solid #444;background-color:#fff}.selected-peer-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:12px;border:3px solid #ffffff}.selected-peer-name{font-size:16px;font-weight:500;color:#000;margin:0}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;width:100%;gap:16px;background-color:#f5f7fb}.message-timestamp-container{display:flex;justify-content:center;align-items:center;margin-bottom:16px;position:relative}.message-timestamp{font-size:12px;color:#aaa;background-color:transparent;padding:0 12px;z-index:1}.message-timestamp-container:before,.message-timestamp-container:after{content:"";height:1px;background-color:#555;flex:1}.message-container{display:flex;margin-bottom:8px;min-width:100%;padding:0}.user-message{justify-content:flex-start;width:100%!important}.peer-message{justify-content:flex-end;width:100%}.message-bubble{max-width:60%;padding:12px 16px;border-radius:18px;position:relative;box-shadow:0 1px 2px #0000001a}.user-message .message-bubble{background-color:#e6e6e6;color:#333;border-bottom-left-radius:4px;position:relative;margin-left:12px;right:12px}.user-message .message-bubble:before{content:"";position:absolute;bottom:0;left:-8px;width:16px;height:16px;background-color:#e6e6e6;clip-path:polygon(100% 0,100% 100%,0 100%)}.peer-message .message-bubble{background-color:#0469ec;color:#fff;border-bottom-right-radius:4px;position:relative;margin-right:4px;right:0!important;margin-left:40%}.peer-message .message-bubble:before{content:"";position:absolute;bottom:0;right:-8px;width:16px;height:16px;background-color:#0469ec;clip-path:polygon(0 0,100% 100%,0 100%)}.message-text{margin:0;font-size:14px;line-height:1.4;word-break:break-word}.message-time{font-size:11px;margin-top:4px;text-align:right}.user-message .message-time{color:#888}.peer-message .message-time{color:#fffc}.chat-input{display:flex;align-items:center;gap:12px;padding:12px 16px;background-color:#222;border-top:1px solid #444}.input-icon{width:20px;height:20px;color:#aaa;cursor:pointer}.input-icon:hover{color:#fff}.send-icon{color:#3b5998}.send-icon:hover{color:#4a6eaf}.chat-input input{flex:1;background-color:#444;border:none;border-radius:20px;padding:10px 16px;color:#fff;font-size:14px;outline:none;margin:0 5px}.chat-input input:focus{background-color:#555}.chat-input input::placeholder{color:#aaa}@media (max-width: 992px){.chat-container{width:90%;max-width:500px;height:75vh}.selected-peer-avatar{width:70px;height:70px}.message-bubble{max-width:70%}}@media (max-width: 768px){.chat-container{width:90%;height:70vh;max-height:550px}.chat-header{padding:10px 14px}.user-avatar{width:30px;height:30px}.selected-peer-avatar{width:60px;height:60px}.chat-input{padding:10px 14px}.input-icon{width:20px;height:20px}.message-bubble{max-width:80%}}@media (max-width: 480px){.chat-container{width:95%;height:85vh;max-height:600px;border-radius:10px}.chat-header{padding:8px 12px}.user-avatar{width:28px;height:28px}.user-name{font-size:13px}.user-status{font-size:11px}.selected-peer-avatar{width:48px;height:48px}.chat-input{padding:8px 12px}.chat-input input{padding:8px 12px;font-size:13px}.input-icon{width:18px;height:18px}.selected-peer-profile{padding:12px 0}.message-bubble{max-width:85%;padding:10px 14px}.message-text{font-size:13px}.message-time{font-size:10px}.chat-messages{padding:12px;gap:12px}.header-icons{gap:12px}}.chat-popup-overlay{position:fixed;width:100%;height:100%;top:0;right:0;bottom:0;background-color:#00000003!important;display:flex;justify-content:flex-end!important;align-items:center;z-index:1100}:root{--blue: #3533cd;--white: #fff;--black: #000;--quaternary-color: #6b7280;--quinary-color: #1b47c0;--senary-color: #bd95ff;--septenary-color: #394adf;--octonary-color: #010616;--nonary-color: #09132e;--denary-color: #ffffff}.landing-page{display:flex;flex-direction:column;justify-content:center;align-items:start;height:fit-content;width:100vw}.hero{padding:2rem;height:100vh;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center;z-index:1;color:#000;margin:1% 3rem 3%}.hero-content{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;border-radius:2rem;box-shadow:0 30px #8080802f;padding:2rem 1rem}.hero-right-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding-left:3rem}.hero-right-img img{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-left p{margin-top:4rem;text-align:left;font-size:1.5rem;padding-left:2.5rem;font-weight:500}.hero-header h2{font-size:3.2rem;margin-bottom:1rem;color:#000;text-align:left;padding-left:2.5rem;position:relative;animation:swipe 4s ease-in-out infinite;line-height:100%;z-index:6}@keyframes swipe{0%{transform:translateY(110%);opacity:.5}to{transform:translateY(0);opacity:1}}@media (max-width: 992px){.hero-content{grid-template-columns:1fr;gap:2rem}.hero-right-img{padding-left:0;justify-content:center}.hero-header h2{font-size:2.8rem;padding-left:1.5rem}.hero-left p{font-size:1.3rem;padding-left:1.5rem}}@media (max-width: 768px){.hero{margin:1% 1.5rem 3%;padding:1.5rem;height:auto}.hero-header h2{font-size:2.4rem;padding-left:1rem}.hero-left p{font-size:1.2rem;padding-left:1rem;margin-top:2rem}.hero-content{padding:1.5rem .5rem}}@media (max-width: 480px){.hero{margin:1% 1rem 3%;padding:1rem}.hero-header h2{font-size:2rem;padding-left:.5rem}.hero-left p{font-size:1rem;padding-left:.5rem;margin-top:1.5rem}.hero-content{padding:1rem .5rem}}.hero-header{position:relative;width:fit-content;height:fit-content;text-align:left;overflow:hidden;display:flex;align-items:center;justify-content:center}.features{width:100%;padding:6rem 0;background-color:#f3f4f6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-description{text-align:center;color:#6b7280;max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.step-card{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative}.step-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.step-number{position:absolute;top:1rem;right:1rem;font-size:3rem;font-weight:700;color:#3b82f6;opacity:.2}.step-icon{width:3rem;height:3rem;margin-bottom:1rem;color:#3b82f6}.step-card h3{font-size:1.25rem;margin-bottom:.5rem;color:#1f2937}.step-card p{color:#6b7280;font-size:1rem}@media (max-width: 768px){.steps-grid{grid-template-columns:1fr}h2{font-size:2rem}.section-description{font-size:1rem}.hero-content{grid-template-columns:repeat(1,1fr)}.hero-left p{text-align:center;font-size:1.5rem;padding:0}.hero-header h2{text-align:center;font-size:2.5rem}}.fp-header{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100;width:100%;max-width:100vw}.fp-nav-right{display:flex;align-items:center;justify-content:center;width:fit-content}.fp-logo .logo-container{align-items:center;justify-content:center}.fp-logo .logo{width:2.5rem;height:2.5rem;max-width:2rem}.fp-logo .logo img{width:2.5rem;height:2.5rem}.fp-search-bar{justify-self:right}.fp-search-bar input{display:none;border:none;background:transparent;width:100%;outline:none}.fp-search-bar img{width:2rem;height:2rem}.fp-icons{display:flex;align-items:center;gap:2rem;position:relative}.fp-notification-button{background:none;border:none;cursor:pointer;color:#000;position:relative}.notifications-popup{position:absolute;right:-2rem;top:4rem;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:1rem;width:fit-content;min-width:max-content;max-width:600px;z-index:1000;right:.2rem;animation:fadeIn .3s ease}.notifications-popup h3{text-decoration:underline;font-size:2rem;border-bottom:1px solid #eee}.notification-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee}.notification-item img{width:4.5rem;height:4.5rem;border-radius:50%;object-fit:cover}.notification-item p{flex:1;font-size:.9rem;margin:0;color:#444}.notification-actions{display:flex;gap:.7rem;margin-top:.5rem}.accept-btn{background:var(--blue);color:#fff;border:none;padding:.5rem 2rem;border-radius:.5rem;font-size:1rem;font-family:kanit}.decline-btn{background:var(--white);color:#000;border:2px solid black;padding:.5rem 2rem;border-radius:.5rem;font-size:1rem;font-family:kanit}.notification-item button:hover{background-color:#031a68;cursor:pointer;border:2px solid #03174e;color:#fff}.notifications-popup .view-all{width:30%;padding:.8rem 1rem;margin-top:1rem;background-color:#fff;border:2px solid black;border-radius:7px;cursor:pointer;margin-left:60%}.notifications-popup .view-all:hover{background-color:#000;color:#fff}.profile-popup{display:flex;flex-direction:column;align-items:center;position:absolute;right:-2rem;top:4rem;background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000001a;width:23rem;min-width:220px;max-width:600px;z-index:1000;animation:fadeIn .3s ease;padding-bottom:2rem;right:.5rem}.profile-popup-heading{text-align:center;width:100%;padding:.5rem;font-size:1.5rem;border-radius:1rem 0px 0px;background-color:#4473bb;color:#fff}.profile-popup-info{background-color:#3a95ca;width:100%;display:flex;flex-direction:column;align-items:center}.profile-popup h3{font-size:1.2rem;font-weight:400;text-align:center;color:#fff}.profile-popup .profile-pic{width:100px;height:100px;border-radius:50%;object-fit:cover;margin:.1rem 0}.profile-popup p{text-align:center;font-size:.9rem;margin:0 0 .5rem;color:#555;color:#fff;font-weight:300}.profile-actions .edit-profile{padding:.75rem 1.8rem;background-color:var(--blue);color:#fff;border:none;border-radius:.5rem;font-family:kanit;text-wrap:nowrap}.profile-actions .logout{padding:.6rem 1.8rem;background-color:var(--white);color:#000;border:2px solid black;border-radius:.5rem;font-family:kanit}.profile-actions .edit-profile:hover{background-color:#03174e;cursor:pointer;border:2px solid #03174e}.profile-actions .logout:hover{color:#fff;background-color:#03174e;border:2px solid #03174e}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.fp-header{padding:1rem 2rem}.fp-logo .logo{width:120px}.fp-icons{gap:1.5rem}.profile-button img,.fp-search-bar img{width:28px;height:28px}}@media (max-width: 750px){.fp-header{padding:.5rem 2rem}.fp-logo .logo{width:80px}.fp-search-bar img{width:20px;height:20px}.fp-icons{justify-content:space-around}}@media (max-width: 768px){.fp-header{padding:1rem}.fp-search-bar{max-width:200px}}@media (max-width: 480px){.fp-search-bar{display:none}.fp-header{padding:.5rem;display:flex;align-items:center;justify-content:space-between}}.modal-content{background-color:#fff;border-radius:8px;padding:1.5rem;width:90%;max-width:400px;text-align:center;box-shadow:0 4px 12px #00000026}.modal-content h3{margin-top:0;font-size:1.5rem;color:#333}.modal-content p{margin:1rem 0;color:#666}.modal-actions{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.modal-actions button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s;font-family:Kanit,sans-serif}.cancel-button{background-color:#e0e0e0;color:#333}.cancel-button:hover{background-color:#d0d0d0}.confirm-button{background-color:var(--blue);color:#fff}.confirm-button:hover{background-color:#03174e}h2{color:#000;font-size:1.8rem;text-align:center;padding:1rem}.showcase-cards{display:flex;justify-content:center;align-items:center;gap:3rem;margin:4rem auto;max-width:1200px}.showcase-card{background:#fff;max-width:450px;border-radius:8px;overflow:hidden;text-align:center;display:flex;flex-direction:column;align-items:center}.showcase-card:hover{transform:scale(1.05);transition:transform .3s ease}.showcase-card img{width:100%;height:50%;display:block;border-radius:.5rem}.showcase-card h3{font-size:1.1rem;margin:.8rem 0;font-weight:600;padding:0 1rem}.showcase-card p{font-size:.9rem;margin-bottom:1rem;color:#666;padding:0 1rem}.showcase-card button{border:none;padding:.6rem 1rem;cursor:pointer;border-radius:4px;font-size:.9rem;font-weight:500;font-family:kanit;display:flex;align-items:center;gap:1rem;margin-bottom:1rem;background-color:#fff}.showcase-card button:hover{cursor:pointer;color:#000}.showcase-card button:hover img{filter:contrast(.6);cursor:pointer}@media (max-width: 768px){.showcase-cards{flex-direction:column;align-items:center;justify-content:center}.showcase-card{margin:0 auto;width:80%;margin-bottom:2rem}}#root{width:100%}body{width:100%;padding:0}.groups-page{display:flex;flex-direction:column;align-items:center}.groups-header{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;background-color:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;right:0;z-index:100;min-width:100vh}.header-left{display:flex;align-items:center;gap:15px}.back-button{background:none;color:#555;font-size:12px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.back-button:hover{background-color:#f0f0f0;border:none;color:#000}.header-logo{display:flex;align-items:center;gap:10px}.logo-img{width:2.5rem;height:2.5rem;border-radius:50%}.logo-text{font-weight:600;font-size:11px}.create-group-btn{display:flex;align-items:center;gap:8px;background-color:#0056b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;transition:background-color .2s}.create-group-btn:hover{background-color:#004494}.icon-button{background:none;color:#555;font-size:1.7rem!important;display:flex;align-items:center;justify-content:center;padding:2px;border-radius:1rem!important;transition:background-color .2s}.icon-button:hover{background-color:#000!important;color:#fff!important}.profile-button{cursor:pointer;background-color:#fff!important;border:none!important;width:3.4rem;height:3.4rem;margin-top:.4rem}.profile-button:hover{border-radius:7px;background-color:transparent!important;border:none!important}.groups-main{flex:1;padding:4rem 0;max-width:1200px;margin:3rem auto;width:100%}.groups-container{background-color:#edf7f8;border-radius:12px;padding:4rem 2rem;box-shadow:0 2px 10px #0000000d}.groups-title{font-size:2.5rem;font-weight:700;margin-bottom:30px;text-align:center;color:#222}.groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px;margin-top:30px}.group-card{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .7s,box-shadow .3s;cursor:pointer;position:relative;height:18rem}.group-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.group-card:hover img{transform:scale(1.3);transition:.5s}.group-image-container{position:relative;width:100%;height:100%}.group-image{width:100%;height:100%;object-fit:cover}.group-overlay{position:absolute;bottom:0;left:0;right:0;height:20%;background:#000000d2}.group-name{position:absolute;text-align:center;bottom:0;left:0;right:0;color:#fff;font-size:24px;font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.5)}.groups-footer{background-color:#111;color:#fff;padding:40px 20px}@media (max-width: 992px){.groups-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.footer-container{flex-direction:column;gap:40px}}@media (max-width: 768px){.groups-title{font-size:28px}.create-group-btn,.create-group-btn span{display:flex}.create-group-btn{padding:8px}.groups-container{padding:20px}}@media (max-width: 576px){.group-title{font-size:1rem!important;text-align:left}.member-count{font-size:.7rem!important}.groups-grid{grid-template-columns:1fr}.header-logo .logo-text{display:none}.header-right{gap:7px!important}.groups-title{font-size:24px}.group-card{height:180px}.group-name{font-size:20px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.create-group-modal{background-color:#fff;margin-top:-1rem;border-radius:8px;width:90%;max-width:500px;max-height:100vh;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;transition:all .5s ease-in-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:0 20px;border-bottom:1px solid #eee}.modal-header h2{margin:0;font-size:1.2rem;color:#333}.close-button{background:none;border:none;cursor:pointer;font-size:1.2rem;color:#666}.modal-body{padding:20px;flex:1}.error-message{background-color:#ffebee;color:#d32f2f;padding:5px;border-radius:4px;margin-bottom:6px}.form-group{margin-bottom:6px}.form-group label{display:block;margin-bottom:2px;font-weight:500;color:#333}.form-group input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:kanit}.search-container{position:relative}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666}.search-container input{padding-left:1rem;font-family:kanit}.selected-members{margin-bottom:2px}.selected-members h3{font-size:1rem;margin-bottom:10px;color:#333}.selected-members-list{display:flex;flex-wrap:wrap;gap:10px}.selected-member{display:flex;align-items:center;background-color:#f5f5f5;padding:6px 10px;border-radius:20px;font-size:.9rem}.selected-member img{width:24px;height:24px;border-radius:50%;margin-right:8px}.remove-member{background:none;border:none;cursor:pointer;color:#666;margin-left:8px;display:flex;align-items:center}.member-list{overflow-y:scroll;max-height:10rem;padding-right:10px;scrollbar-width:thin}.members-list{border:1px solid #eee;border-radius:4px;padding:10px}.members-list h3{font-size:1rem;margin-bottom:10px;color:#333}.member-item{display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .2s}.member-item:last-child{border-bottom:none}.member-item:hover{background-color:#f9f9f9}.member-item.selected{background-color:#e3f2fd}.member-info{display:flex;align-items:center}.member-info img{width:36px;height:36px;border-radius:50%;margin-right:12px}.selection-indicator{color:#2196f3}.no-results{text-align:center;padding:20px;color:#666}.modal-footer{display:flex;flex-direction:column;justify-content:center;padding:0 20px;border-top:1px solid #eee;gap:10px}.cancel-button{background-color:#f5f5f5;border:none;padding:10px 16px;border-radius:4px;cursor:pointer;font-weight:500;display:none;color:#333}.create-button{margin:1rem 0;padding:.5rem;background:#000;color:#fff;border:none;cursor:pointer;width:50%;align-self:center;border-radius:1rem;font-family:kanit;font-size:1rem}.cancel-button:hover{background-color:#e0e0e0}.create-button:hover{background:#1b47c0;color:#fff;border:none}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;outline:none}.group-page{display:flex;flex-direction:column;height:fit-content;min-height:100vh;padding-top:7rem}.group-main{display:flex;max-width:1200px;margin:0 auto;width:100%;padding:20px;gap:20px;min-height:fit-content;position:relative}.chat-section{flex:1;display:flex;flex-direction:column;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden;position:relative}.chat-header{padding:15px;border-bottom:1px solid #eee}.divider{display:flex;align-items:center;justify-content:center;position:relative}.divider:before,.divider:after{content:"";flex:1;height:1px;background-color:#eee}.divider span{padding:0 15px;font-size:14px;color:#424242;transform:rotateX(180deg);transform:rotateY(180deg)}.chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:20px;background-color:#fff}.message-container{display:flex;flex-direction:column;max-width:75%;align-self:flex-start}.message-container.current-user{align-self:flex-end}.message-container.current-user{display:flex;flex-direction:column;max-width:60%;align-items:flex-start;background-color:#0669c5;padding:7px 15px;border-radius:18px 18px 2px}.message-container:not(.current-user) .message-box{display:flex;flex-direction:column;max-width:60%;align-items:flex-start;background-color:#777;padding:7px 15px;border-radius:15px 18px 18px 2px}.sender-name{font-weight:600;font-size:14px;margin-bottom:4px;color:#c8ca48;padding-left:12px}.quoted-message{background-color:#0000001a;border-left:3px solid #af80c2;padding:8px;margin-bottom:6px;border-radius:4px;font-size:13px}.quoted-sender{font-weight:600;margin-bottom:2px;color:#9cbd43;font-size:12px}.quoted-content{color:#e9e9e9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-wrap:wrap}.message-content{color:#fff;max-width:100%;margin-left:10px!important}.message-box.current-user{background-color:#3867d6;border-bottom-right-radius:4px}.message-content p{margin:0;font-size:14px;line-height:1.4;word-wrap:break-word}.message-time{display:block;font-size:11px;color:#ffffffb3;text-align:right;margin-top:4px}.message-input-container{display:flex;align-items:center;justify-content:center;padding:15px;background-color:#333;border-top:1px solid #444}.message-input-container-items{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:600px}.mic-button,.send-button{background:none;color:#aaa;font-size:18px;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;transition:color .2s}.mic-button:hover,.send-button:hover{color:#fff;transform:scale(1);background-color:transparent!important;border:none!important}.message-input-container .message-input{background-color:#505050;border:none;border-radius:20px;padding:10px 15px;color:#fff;font-size:14px;flex:1;margin:0 10px}.message-input-container .message-input::placeholder{color:#aaa}.message-input-container .message-input:focus{outline:2px solid rgb(170,170,170);background-color:#505050;border-radius:20px}.sidebar{width:400px;display:flex;flex-direction:column;gap:20px}.sidebar-section{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:20px}.sidebar-title{display:flex;align-items:center;gap:10px;font-size:16px;margin-bottom:15px;color:#333}.active-members{display:flex;flex-direction:column;gap:15px}.active-member{display:flex;align-items:center;gap:10px;padding:1.5rem;border-radius:5px;position:relative;box-shadow:0 0 2px #00000073 inset;transition:all .2s ease;cursor:pointer}.active-member:hover{background-color:#f5f5f5}.member-avatar-container{position:relative}.member-avatar{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.online-indicator{position:absolute;bottom:5px;right:5px;width:10px;height:10px;background-color:#4caf50;border-radius:50%;border:2px solid #fff}.member-name{font-size:1rem;flex:1}.member-view-profile-btn{position:relative;padding:.2rem .5rem!important;border-radius:.2rem;cursor:pointer;box-shadow:0 0 5px #00000043;border:none;background-color:#fff;display:none;margin-right:1rem;font-family:kanit;white-space:nowrap;bottom:30%!important;z-index:5;margin-bottom:1rem!important}.member-view-profile-btn:hover{background-color:#002349;color:#fff;border:none}.active-member:hover .member-view-profile-btn{display:block;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.resources-list{display:flex;flex-direction:column;gap:15px;margin-bottom:15px}.resource-item{display:flex;align-items:center;gap:10px;padding:1.5rem;border-radius:8px;transition:background-color .2s;cursor:pointer}.resource-item:hover{background-color:#f5f5f5}.resource-icon{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:20px;color:#e74c3c;margin-right:1rem}.resource-info{display:flex;flex-direction:column}.resource-title{font-size:14px;font-weight:500}.resource-meta{font-size:12px;color:#888}.add-resource-btn{font-family:kanit;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px;border:1px dashed #ccc;border-radius:8px;background:none;color:#666;transition:all .2s}.add-resource-btn:hover{border-color:#0056b3;color:#0056b3;background-color:#f3f3f3}.group-footer{background-color:#111;color:#fff;padding:40px 20px;margin-top:auto}.footer-container{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:30px}.footer-section{flex:1;min-width:250px}.footer-logo{margin-bottom:20px}.footer-section h3{font-size:18px;margin-bottom:15px;position:relative;padding-bottom:10px}.footer-section h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:#0056b3}.footer-section ul{display:flex;flex-direction:column;gap:10px}.footer-section a{color:#ccc;transition:color .2s}.footer-section a:hover{color:#fff}.social-icons{display:flex;gap:15px;margin-top:20px}.social-icon{width:36px;height:36px;border-radius:50%;background-color:#333;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.social-icon:hover{background-color:#0056b3}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fffc;display:flex;justify-content:center;align-items:center;z-index:1000}.loader{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #0056b3;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 992px){.group-main{flex-direction:column}.sidebar{width:100%}.footer-container{flex-direction:column;gap:40px}}@media (max-width: 768px){.group-title{font-size:16px}.member-count{display:none}.chat-messages{padding:15px}.message-content{margin-left:30px}.sender-avatar{width:30px;height:30px}}@media (max-width: 576px){.group-header,.chat-messages,.message-content{padding:10px}.sidebar-section{padding:15px}.message-container:not(.current-user) .message-box{display:flex;flex-direction:column;max-width:90%;align-items:flex-start;background-color:#777;padding:7px 15px;border-radius:15px 18px 18px 2px}}.chat-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.group-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background-color:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;right:0;z-index:100;width:100%}.header-left{display:flex;align-items:center;gap:15px;height:fit-content!important}.back-button{background:none;color:#555;font-size:18px;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;transition:background-color .2s,color .2s}.back-button:hover{background-color:#f0f0f0;color:#000}.group-info{display:flex;flex-direction:column;margin:0;padding:0;height:fit-content!important}.group-title{font-size:20px;font-weight:700;color:#333;height:fit-content!important;margin:0;padding:0}.member-count{display:flex;align-items:center;gap:5px;font-size:14px;height:fit-content!important;margin:0;padding:0;color:#666}.header-right{display:flex;align-items:center;gap:15px}.icon-button{background:none;color:#555;font-size:18px;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;transition:background-color .2s,color .2s}.icon-button:hover{background-color:#f0f0f0;color:#000}.user-icon{font-size:22px}.fp-notification-button{background:none;border:none;cursor:pointer;color:#222;position:relative;font-size:1.7rem}.fp-notification-button:before{width:10px;height:10px;background-color:red;border-radius:50%;content:"";position:absolute;top:-3px;right:-1px}.fp-notification-button:hover{border-radius:7px}.profile-button{cursor:pointer;background-color:#fff;border:none;width:3.4rem;height:3.4rem;margin-top:.4rem}.profile-button img{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-button:hover{border-radius:7px;background-color:transparent;border:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.modal-content{background:#fff;padding:2rem;border-radius:8px;width:90%;max-width:400px;box-shadow:0 2px 10px #0000001a}.modal-content h3{margin:0 0 1rem;font-size:1.2rem;color:#333}.modal-content p{margin:0 0 1.5rem;color:#666}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.modal-actions button{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background-color .2s}.modal-actions .cancel-button{background-color:#e0e0e0;color:#333}.modal-actions .cancel-button:hover{background-color:#d0d0d0}.modal-actions .confirm-button{background-color:#dc3545;color:#fff}.modal-actions .confirm-button:hover{background-color:#c82333}.profile-popup p{text-align:center;font-size:.9rem;margin:0 0 .5rem;color:#fff;font-weight:300}.profile-details{display:flex;align-items:center!important;justify-content:start;margin-top:2rem;width:75%;gap:1rem;outline:1px solid blue;border-radius:.5rem;padding:1rem;background-color:#f5f5f5}.edu-img{width:5rem!important;height:4rem!important;object-fit:cover;margin-bottom:-4rem}.edu-img img{width:100%;height:100%;object-fit:cover}.detail-label{color:#474747;font-weight:500}.education-value{color:#000!important;font-weight:500}.profile-actions{display:flex;align-items:center;justify-content:center;gap:3rem;padding-top:2rem}*{padding:0;margin:0;box-sizing:border-box}:root{---color: #e4e4e4;---black: #000000;---main-margin: 10% 5rem;---padding: .9rem 2.5rem .9rem 1rem;---margin-bottom: 5rem;---border-radius: 3rem;---white: #ffffff;---iframe-padding: 2rem}main{margin:var(---main-margin)}h1{font-weight:900;font-size:3rem;color:var(---black);margin-bottom:2rem}.video-card .video-container{display:flex;align-items:center;gap:3.5rem;background-color:var(---color);border-radius:var(---border-radius);padding:var(---padding);margin-bottom:var(---margin-bottom)}.video-container iframe{border-radius:var(---border-radius);padding:1rem}.video-container iframe:hover{cursor:pointer}.description{text-align:center}.description a{text-decoration:underline}.video-container .description p{color:var(---black);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.description .link{font-size:1rem;font-weight:500;text-decoration:underline;text-transform:uppercase}@media (min-width: 320px) and (max-width: 480px){:root{--main-margin: 30% .5rem}main{margin-top:25%;margin:var(--main-margin);align-items:center}h1{font-weight:600;font-size:1.3rem;text-align:center}.video-card .video-container{display:flex;flex-direction:column;padding:0 0rem 1rem;border-radius:2rem;gap:0;height:200}.video-container iframe{width:100%;padding:.5rem;border-radius:1.5rem}.video-container .description p{font-size:.9rem}.description .link{font-size:.8rem}}@media (min-width: 481px) and (max-width: 767px){:root{--main-margin: 30% 2rem}main{margin-top:25%;margin:var(--main-margin)}h1{font-weight:600;font-size:2rem;text-align:center}.video-card .video-container{display:flex;flex-direction:column;padding:0 0rem 1rem;border-radius:2rem;gap:0;height:460px}.video-container iframe{width:450px;padding:1rem;border-radius:3rem 3rem 2rem 2rem;margin-top:-1rem}.video-container .description p,.description .link{font-size:1rem}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){:root{--main-margin: 15% 3rem}main{margin:var(--main-margin)}h1{font-size:2.5rem;text-align:center;margin-bottom:3rem}.video-card .video-container{padding:1.5rem;gap:2rem}.video-container iframe{width:500px;height:280px}.video-container .description p{font-size:1.2rem}}@media (min-width: 768px) and (max-width: 1024px){:root{--main-margin: 20% 2rem}main{margin:var(--main-margin)}h1{font-size:2.2rem;text-align:center;margin-bottom:2.5rem}.video-card .video-container{flex-direction:column;padding:1.5rem;gap:1.5rem;border-radius:2.5rem}.video-container iframe{width:100%;height:400px;border-radius:2rem}.video-container .description p{font-size:1.3rem}.description .link{font-size:1.1rem}}@media (min-width: 1025px) and (max-width: 1280px){:root{--main-margin: 12% 4rem}main{margin:var(--main-margin)}.video-card .video-container{padding:1.5rem 2rem;gap:3rem}.video-container iframe{width:560px;height:315px}.video-container .description p{font-size:1.4rem}}@media (min-width: 1281px){:root{--main-margin: 10% 6rem}main{margin:var(--main-margin)}.video-card .video-container{padding:2rem 3rem;gap:4rem}.video-container iframe{width:640px;height:360px}.video-container .description{flex:1}.video-container .description p{font-size:1.6rem}.description .link{font-size:1.2rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--white: #ffffff;--black: #000000;--blue: #0000ff}.Nav{display:flex;align-items:center;background-color:var(--white);box-shadow:0 2px 8px #0000001a;height:4.5rem;padding:0 4rem;position:fixed;top:0;right:0;left:0;z-index:100}.navbar-div{display:flex;align-items:center;justify-content:start;width:100%;gap:30%}.navbar-div .nav-left{display:flex;align-items:center;gap:1rem}.nav-left .img3{width:1.8rem;cursor:pointer;transition:transform .2s}.nav-left .img3:hover{transform:scale(1.1)}.navbar-div .nav-logo{display:flex;align-items:center;gap:.5rem}.nav-logo h4{color:var(--black);font-size:1rem;font-weight:500}.nav-middle{display:flex;align-items:center}.nav-middle{position:relative}.nav-middle input{padding:.8rem 2.8rem;border-radius:2rem;border:1px solid #e0e0e0;font-size:.9rem;font-weight:400;color:var(--black);width:300px;transition:all .3s ease;outline:none}.nav-middle input:hover{border-color:#b0b0b0}.nav-middle input:focus{border-color:var(--blue);box-shadow:0 0 0 2px #0000ff1a}.nav-middle input:focus{padding:1.2rem 3rem;border-radius:3rem;width:300px}input::placeholder{font-size:.6rem}.nav-middle img{width:1.2rem;height:1.2rem;position:absolute;left:1rem;top:50%;transform:translateY(-50%);opacity:.6;margin-top:.3rem}@media (min-width: 320px) and (max-width: 480px){.Nav{gap:1rem;padding:.5rem}.navbar-div{width:90%}.navbar-div .nav-left{gap:.6rem}.nav-middle input{padding:.1.5rem 1rem;border-radius:1.5rem;width:150px}.nav-middle input:focus{padding:.1.5rem 1rem;width:150px;border-radius:2rem}.logo-text h4{font-size:.7rem;word-wrap:nowrap}.navbar-div{gap:10%}}@media (min-width: 481px) and (max-width: 767px){.Nav{gap:1rem;padding:.5rem}.navbar-div{width:90%}.logo-text h4{font-size:.7rem;word-wrap:nowrap}.navbar-div .nav-left{gap:.6rem}.nav-middle input{padding:.1.5rem 1rem;border-radius:1.5rem;width:150px}.nav-middle input:focus{padding:.1.5rem 1rem;width:150px;border-radius:2rem}.navbar-div{gap:10%}}
