@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.custom-toast{background:#111827;border-radius:8px;box-shadow:0 4px 12px #00000026;color:#fff}.custom-toast-body{font-family:Inter,sans-serif;font-size:.95rem}.custom-progress-bar{background:#10b981}* h1 h2 h3 h4 h5 h6 p{font-family:Acumin Pro,Helvetica Neue,Helvetica,Arial,sans-serif}body{box-sizing:border-box;margin:0;padding:80px 0 0}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.homepage-maincontainer{padding-top:0}body{padding-top:80px}@media (max-width:768px){body{padding-top:60px}}.homepage-content{align-items:center;border:1px solid red;display:flex;flex-direction:column;justify-content:center;min-height:500px;width:100%}.homepage-content-box1{height:70%;width:50%}.homepage-content-box2{height:90%;width:50%}.horizontal-contents-box{align-items:center;display:flex;gap:20px;justify-content:center;min-height:300px;width:100%}.horizontal-contents-box-subbox{align-items:flex-start;background-color:#fff;border-bottom:5px solid orange;border-radius:20px;display:flex;flex-direction:column;height:130px;justify-content:center;margin-top:30px;position:relative;text-align:center;width:280px}.number-div{background-color:orange;border-top-left-radius:20px;box-shadow:0 0 5px 0 #0000001a,0 0 1px 0 #0000001a;color:#fff;height:35px;position:absolute;width:35px}.number-div,.p2p-navbar{align-items:center;display:flex;justify-content:center;left:0;top:0}.p2p-navbar{background-color:#fff;border-bottom:1px solid #e4e4e4;box-sizing:border-box;font-family:Segoe UI,sans-serif;height:80px;padding:6px 20px;position:fixed;transition:background .3s ease,box-shadow .3s ease,border-bottom .3s ease,-webkit-backdrop-filter .3s ease;transition:background .3s ease,backdrop-filter .3s ease,box-shadow .3s ease,border-bottom .3s ease;transition:background .3s ease,backdrop-filter .3s ease,box-shadow .3s ease,border-bottom .3s ease,-webkit-backdrop-filter .3s ease;width:100%;z-index:999}.p2p-navbar-transparent{background-color:"#ffffff";border-bottom:none;box-shadow:none}.p2p-navbar-scrolled{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#fff6,#fff3);border-bottom:1px solid #ffffff4d;box-shadow:0 8px 32px 0 #1f268733}.p2p-navbar-inner{align-items:center;display:flex;justify-content:space-between;max-width:1240px;padding:0 20px;width:100%}.p2p-navbar-logo{align-items:center;display:flex;height:96%}.p2p-navbar-logo img{display:block;height:84px;object-fit:contain;width:auto}.p2p-navbar-links{display:flex;gap:70px;list-style:none;margin:20px auto 20px 20px;padding:6px}.p2p-nav-link{color:#222;font-size:16px;font-weight:500;text-decoration:none;transition:color .3s ease}.p2p-nav-link-active{color:#2962ff;font-weight:600}.p2p-nav-link:hover{color:#2962ff}.p2p-navbar-buttons{display:flex;gap:25px}.p2p-btn-outline{background-color:#fff;border:1px solid #2962ff;color:#2e41f2}.p2p-btn-outline,.p2p-btn-solid{border-radius:4px;cursor:pointer;font-size:16px;font-weight:500;height:40px;padding:8px 35px;transition:all .3s ease}.p2p-btn-solid{background-color:#2962ff;border:none;color:#fff;outline:none}.p2p-hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.p2p-hamburger div{background:#333;border-radius:2px;height:3px;width:25px}.p2p-sidebar{display:none}@media (max-width:1024px){.p2p-navbar-buttons,.p2p-navbar-links{display:none}.p2p-hamburger{display:flex}.p2p-sidebar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff40;border-right:1px solid #ffffff2e;box-shadow:8px 0 32px 0 #1f26875e;display:flex;flex-direction:column;height:100vh;justify-content:space-between;left:-100%;max-width:280px;padding:40px 10px 80px;position:fixed;top:0;transition:left .3s ease;width:80%;z-index:1001}.p2p-sidebar-open{left:0}.p2p-sidebar ul{display:flex;flex-direction:column;gap:35px;list-style:none;margin:0;padding:0}.p2p-sidebar ul li a{background:#0000;border-radius:10px;color:#222;font-size:16px;font-weight:500;padding:15px;text-decoration:none;transition:all .3s ease}.p2p-sidebar ul li a:hover{background:#fff3;transform:translateX(5px)}.p2p-sidebar-buttons{display:flex;flex-direction:column;gap:18px;margin-top:15px}.p2p-sidebar .p2p-btn-outline,.p2p-sidebar .p2p-btn-solid{text-align:center;width:100%}}@supports not ((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))){.p2p-navbar-scrolled{background:linear-gradient(135deg,#ffffffb3,#ffffff80);box-shadow:0 8px 32px 0 #1f26874d}}@media (max-width:400px){.p2p-navbar-buttons{margin-top:10px}}.hero-section-wrapper{background:#fff;font-family:Poppins,sans-serif;margin:78px 0 0;padding:0}.hero-section-main{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0;width:100%}.hero-section-left{display:flex;flex:1 1;flex-direction:column;justify-content:center;max-width:600px;min-width:300px;padding-left:70px}.hero-section-left h1{color:#000;font-size:3rem;font-weight:700;line-height:1.2;margin:0}.hero-section-highlight{color:#383ee6}.hero-section-left p{color:#333;font-size:1.05rem;line-height:1.6;margin:30px 0 25px}.hero-section-register-btn{background:#383ee6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:13px 34px;transition:all .3s ease;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.hero-section-register-btn:hover{opacity:.9}.hero-section-right{align-items:stretch;display:flex;flex:1 1;justify-content:flex-end;margin:0;min-width:300px;padding:0}.hero-section-image{height:100%;margin:0;max-width:100%;object-fit:cover;width:100%}.hero-section-stats{background-color:#383ee6;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:0;padding:30px 10px;text-align:center}.hero-section-stat-box{flex:1 1;margin:10px 0;min-width:180px}.hero-section-stat-box h2{font-size:2rem;font-weight:600}.hero-section-stat-box p{font-size:1rem;margin-top:5px}@media (max-width:1200px){.hero-section-left{padding-left:50px}}@media (max-width:992px){.hero-section-left{padding-left:40px}.hero-section-left h1{font-size:2.5rem}}@media (max-width:768px){.hero-section-wrapper{padding-top:10px}.hero-section-main{align-items:center;flex-direction:column;margin-top:0;text-align:center}.hero-section-left{box-sizing:border-box;padding:10px 10px 0;width:100%}.hero-section-right{align-items:flex-start;display:flex;justify-content:center;margin:0;min-height:0;min-height:auto;padding:0;width:100%}.hero-section-image{display:block;height:auto;margin:0 auto;max-width:220px;object-fit:contain;width:100%}.hero-section-register-btn{display:block;margin:0 auto 16px}}@media (max-width:480px){.hero-section-left h1{font-size:1.8rem}.hero-section-left p{font-size:.9rem;margin:20px 0}.hero-section-register-btn{font-size:.9rem;padding:12px 28px}.hero-section-image{margin-left:30px;max-width:300px}.hero-section-stats{padding:20px 10px}.hero-section-stat-box h2{font-size:1.5rem}.hero-section-stat-box p{font-size:.9rem}}@media (max-width:320px){.hero-section-left{padding:10px}.hero-section-left h1{font-size:1.5rem}.hero-section-left p{font-size:.8rem;margin:15px 0}.hero-section-register-btn{font-size:.8rem;padding:10px 24px}.hero-section-image{max-width:250px}.hero-section-stats{padding:15px 5px}.hero-section-stat-box h2{font-size:1.3rem}.hero-section-stat-box p{font-size:.8rem}}.fc-section{background:#fff;background:#f4f8fd;margin:0 auto;max-width:1400px;padding:clamp(40px,6vw,80px) clamp(20px,4vw,40px)}.fc-top{grid-gap:clamp(30px,5vw,60px);align-items:start;display:grid;gap:clamp(30px,5vw,60px);grid-template-columns:1fr 1fr;margin-bottom:clamp(40px,6vw,80px)}.fc-left{display:flex;flex-direction:column;gap:clamp(20px,3vw,30px)}.fc-title{color:#181c32;font-size:2.8rem;font-weight:700;letter-spacing:-1px;margin-bottom:18px}.fc-description{color:#444e5e;font-size:1.15rem;font-weight:400;line-height:1.7;margin-bottom:24px}.fc-browse-button{align-self:flex-start;background:#383ee6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:400;letter-spacing:.2px;padding:12px 20px;transition:background-color .3s ease}.fc-browse-button:hover{background:#4b50e8}.fc-cards{grid-gap:clamp(20px,3vw,30px);display:grid;gap:clamp(20px,3vw,30px);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.fc-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:clamp(12px,2vw,16px);padding:clamp(20px,3vw,24px);transition:transform .3s ease,box-shadow .3s ease}.fc-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.fc-card-image-wrapper{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;justify-content:center;min-height:120px;position:relative}.fc-badge{background:#ff6b35;border-radius:20px;color:#fff;font-size:clamp(10px,2vw,12px);font-weight:600;padding:4px 12px;position:absolute;right:-8px;top:-8px}.fc-course-logo{border-radius:8px;height:100%;object-fit:contain;width:100%}.fc-course-title{color:#181c32;font-size:1.15rem;font-weight:600}.fc-experience,.fc-instructor{color:#444e5e;font-size:1rem;font-weight:400}.fc-experience{color:#666;flex:1 1;font-size:clamp(12px,2.5vw,14px);line-height:1.5;margin:0}.fc-card-footer{align-items:center;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-top:auto;padding-top:clamp(12px,2vw,16px)}.fc-price{font-size:1.1rem;font-weight:700}.fc-original{color:#999;font-size:1rem;font-weight:400;margin-left:8px;text-decoration:line-through}.fc-enroll-button{background:#383ee6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:400;padding:8px 26px;transition:background-color .3s ease}.fc-enroll-button:hover{background:#4b50e8}.fc-bottom{align-items:center;background:none;border-radius:0;box-sizing:border-box;flex-direction:row;gap:56px;margin-top:0;min-height:380px;padding:0 0 60px;width:100%}.fc-bottom,.fc-image-card{display:flex;justify-content:center;position:relative}.fc-image-card{align-items:flex-end;background:#fff;border-radius:20px;box-shadow:0 8px 32px #2c64ff1a;height:420px;overflow:visible;width:400px;z-index:2}.fc-image-card:before{background:radial-gradient(circle,#4d9fff 60%,#f4f8fd 100%);border-radius:50%;content:"";height:340px;left:50%;opacity:.18;position:absolute;top:50%;transform:translate(-50%,-50%);width:340px;z-index:1}.fc-image-card img{border-radius:12px;height:auto;margin-bottom:18px;max-height:380px;max-width:360px;object-fit:contain;position:relative;width:100%;z-index:2}.fc-expert-info{background:none;border-radius:0;box-shadow:none;display:flex;flex:1 1;flex-direction:column;gap:18px;justify-content:center;max-width:600px;min-width:0;padding:0 24px}.fc-expert-title{color:#181c32;font-size:2.1rem;font-weight:700;margin-bottom:.5rem}.fc-expert-description{color:#444e5e;font-size:1.1rem;font-weight:400;line-height:1.7}@media (min-width:1400px){.fc-section{max-width:1400px;padding:80px 60px}.fc-top{align-items:start;gap:60px;grid-template-columns:1fr 1fr}.fc-cards{gap:30px;grid-template-columns:repeat(2,1fr)}.fc-card{min-height:300px;padding:28px 24px}.fc-card-image-wrapper{min-height:140px}.fc-bottom{gap:60px;padding:50px 45px}.fc-image img{max-width:500px}.fc-expert-title{font-size:2rem}.fc-expert-description{font-size:1rem}}@media (max-width:1399px) and (min-width:1024px){.fc-section{max-width:1200px;padding:60px 40px}.fc-top{align-items:start;gap:50px;grid-template-columns:1fr 1fr}.fc-cards{gap:25px;grid-template-columns:repeat(2,1fr)}.fc-card{min-height:280px;padding:24px 20px}.fc-card-image-wrapper{min-height:130px}.fc-bottom{gap:50px;padding:40px 35px}.fc-image img{max-width:450px}.fc-expert-title{font-size:2rem}.fc-expert-description{font-size:1rem}}@media (max-width:1023px) and (min-width:768px){.fc-section{padding:50px 30px}.fc-top{gap:40px;grid-template-columns:1fr}.fc-cards{grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:600px}.fc-bottom{gap:30px;grid-template-columns:1fr;text-align:center}.fc-image img{max-width:400px}}@media (max-width:767px) and (min-width:481px){.fc-section{padding:40px 20px}.fc-top{gap:30px}.fc-cards,.fc-top{grid-template-columns:1fr}.fc-cards{margin:0 auto;max-width:400px}.fc-bottom{gap:25px;grid-template-columns:1fr;padding:25px 20px;text-align:center}.fc-image img{max-width:300px}}@media (max-width:480px) and (min-width:375px){.fc-section{padding:30px 15px}.fc-top{gap:25px}.fc-cards,.fc-top{grid-template-columns:1fr}.fc-cards{gap:20px}.fc-card{padding:20px 16px}.fc-bottom{gap:20px;grid-template-columns:1fr;padding:20px 15px;text-align:center}.fc-image img{max-width:250px}}@media (max-width:374px){.fc-section{padding:25px 10px}.fc-top{gap:20px}.fc-cards,.fc-top{grid-template-columns:1fr}.fc-cards{gap:15px}.fc-card{padding:16px 12px}.fc-card-image-wrapper{min-height:100px}.fc-bottom{gap:15px;grid-template-columns:1fr;padding:15px 10px;text-align:center}.fc-image img{max-width:200px}}@media (max-width:319px){.fc-section{padding:20px 8px}.fc-top{gap:15px}.fc-cards,.fc-top{grid-template-columns:1fr}.fc-cards{gap:12px}.fc-card{padding:12px 10px}.fc-card-image-wrapper{min-height:80px}.fc-bottom{gap:12px;grid-template-columns:1fr;padding:12px 8px;text-align:center}.fc-image img{max-width:180px}}@media (max-height:500px) and (orientation:landscape){.fc-top{gap:20px}.fc-bottom{gap:20px;padding:20px 15px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.fc-card{box-shadow:0 2px 10px #00000014}}@media (prefers-reduced-motion:reduce){.fc-card{transition:none}.fc-card:hover{transform:none}.fc-browse-button,.fc-enroll-button{transition:none}}@media (min-width:1024px){.fc-bottom,.fc-cards,.fc-expert-info,.fc-left,.fc-section,.fc-top{box-sizing:border-box;max-width:none!important;width:100%!important}.fc-section{padding:60px 40px}.fc-top{align-items:center;display:flex;flex-direction:row;gap:60px;justify-content:space-between;margin-bottom:70px;min-height:340px}.fc-left{display:flex;flex:1 1;flex-direction:column;gap:24px;justify-content:center}.fc-cards{align-items:stretch;display:flex;flex:1 1;flex-direction:row;gap:32px;justify-content:flex-end;min-width:0}.fc-card{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-between;max-width:320px;min-height:260px;min-width:260px}.fc-card-image-wrapper{align-items:center;display:flex;justify-content:center;min-height:100px}.fc-bottom{background:#f8f9fa;border-radius:16px;flex-direction:row;gap:48px;justify-content:space-between;margin-top:40px;padding:40px 32px}.fc-bottom,.fc-image{align-items:center;display:flex}.fc-image{flex:1 1;justify-content:center;min-width:0}.fc-image img{border-radius:12px;height:auto;max-width:420px;object-fit:cover;width:100%}.fc-expert-info{display:flex;flex:1 1;flex-direction:column;gap:18px;justify-content:center}.fc-expert-title{font-size:2.4rem;font-weight:600;margin-bottom:0}.fc-expert-description{color:#666;font-size:1rem;margin:0}}@media (min-width:1400px){.fc-section{padding-left:80px;padding-right:80px}.fc-bottom{gap:60px;min-height:340px;padding:0 40px 40px 80px}.fc-image img{max-width:450px}}@media (max-width:1023px){.fc-bottom{align-items:center;flex-direction:column;gap:24px;justify-content:center;min-height:0;min-height:auto;padding:24px 12px}.fc-image{min-width:0}.fc-image img{max-width:220px}.fc-expert-info{align-items:center;text-align:center}}@media (max-width:1200px){.fc-bottom{gap:32px}.fc-image-card{height:260px;width:240px}.fc-image-card:before{height:260px;width:260px}.fc-image-card img{margin-bottom:10px;max-width:160px}}@media (max-width:900px){.fc-bottom{align-items:center;flex-direction:column;gap:24px;min-height:0;min-height:auto;padding:0 0 40px}.fc-image-card,.fc-image-card:before{height:180px;width:180px}.fc-image-card img{margin-bottom:6px;max-width:110px}.fc-expert-info{align-items:center;padding:0 8px;text-align:center}}.student-reviews-section{background:#fff;display:flex;flex-direction:column;justify-content:center;min-height:600px;overflow:hidden;padding:80px 20px;position:relative;text-align:center}.student-reviews-title{color:#000;font-size:clamp(24px,4vw,36px);font-weight:700;line-height:1.3;margin-bottom:clamp(40px,6vw,70px);padding:0 10px;position:relative;z-index:2}.student-reviews-cards{grid-gap:clamp(20px,4vw,50px);display:grid;gap:clamp(20px,4vw,50px);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px;padding:0 10px;position:relative;z-index:2}.student-review-card{background:#fffbea;border-radius:10px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;justify-content:space-between;min-height:200px;padding:clamp(20px,3vw,26px);transition:transform .3s ease,box-shadow .3s ease}.student-review-body{align-items:flex-start;display:flex;flex:1 1;gap:clamp(8px,2vw,12px);text-align:left}.quote-mark-custom{color:#000;flex-shrink:0;font-family:Georgia,serif;font-size:clamp(40px,8vw,80px);font-weight:700;line-height:1;margin-top:-10px}.student-review-text{color:#111;flex:1 1;font-size:clamp(14px,2.5vw,15.5px);line-height:1.6;margin:0}.student-review-footer{border-top:1px solid #eee;color:#000;font-size:clamp(12px,2.5vw,14px);margin-top:clamp(15px,3vw,25px);padding-top:clamp(8px,2vw,12px);text-align:left}.student-review-name{color:#1976f2;font-weight:600}.student-review-universitys{color:#000;font-weight:600}.bg-dots{background-image:radial-gradient(#111 .7px,#0000 0);background-size:12px 12px;height:90px;left:40px;position:absolute;top:40px;width:90px;z-index:1}.bg-circles-custom{left:250px;position:absolute;top:100px;z-index:1}.arc-circle{position:absolute;transform-origin:center}.circle-large{height:100px;transform:rotate(0deg) translateX(-70px);width:100px}.circle-large,.circle-medium{background-color:#ffd965;border-radius:50%}.circle-medium{bottom:10px;height:60px;left:90px;transform:rotate(-35deg) translateX(-70px);width:60px}.circle-small{background-color:#ffd965;border-radius:50%;bottom:40px;height:35px;left:135px;transform:rotate(-70deg) translateX(-70px);width:35px}.bg-circle-blue{background:#a3d4ff;border-radius:50%;height:307px;opacity:.6;position:absolute;right:-170px;top:-101px;width:343px;z-index:0}@media (min-width:1400px){.student-reviews-cards{grid-template-columns:repeat(3,1fr);max-width:1400px}.student-review-card{min-height:250px}}@media (max-width:1399px) and (min-width:1024px){.student-reviews-section{padding:60px 30px}.student-reviews-cards{gap:30px;grid-template-columns:repeat(3,1fr)}.student-review-card{min-height:220px}}@media (max-width:1023px) and (min-width:768px){.student-reviews-section{padding:50px 20px}.student-reviews-cards{gap:25px;grid-template-columns:repeat(2,1fr)}.student-review-card{min-height:240px}.bg-circle-blue{height:220px;right:-120px;top:-80px;width:250px}.bg-circles-custom{left:180px;top:60px}}@media (max-width:767px) and (min-width:481px){.student-reviews-section{padding:40px 15px}.student-reviews-cards{gap:20px;grid-template-columns:1fr;max-width:500px}.student-review-card{min-height:200px}.bg-circle-blue{height:160px;right:-80px;top:-60px;width:180px}.bg-circles-custom{left:50%;top:30px;transform:translateX(-50%)}.bg-dots{background-size:8px 8px;height:60px;left:20px;top:20px;width:60px}}@media (max-width:480px) and (min-width:375px){.student-reviews-section{padding:30px 10px}.student-reviews-cards{gap:15px;grid-template-columns:1fr;padding:0 5px}.student-review-card{min-height:200px;padding:15px 12px}.student-review-body{gap:8px}.bg-circle-blue{height:100px;right:-50px;top:-40px;width:120px}.bg-circles-custom{left:50%;top:20px;transform:translateX(-50%)}.circle-large{height:60px;width:60px}.circle-medium{height:40px;width:40px}.circle-small{height:25px;width:25px}.bg-dots{background-size:6px 6px;height:40px;left:15px;top:15px;width:40px}}@media (max-width:374px){.student-reviews-section{padding:25px 8px}.student-reviews-cards{gap:12px;grid-template-columns:1fr;padding:0 3px}.student-review-card{min-height:180px;padding:20px}.student-review-text{font-size:15px}.student-review-footer{font-size:13px}.bg-circle-blue{height:80px;right:-40px;top:-30px;width:100px}.bg-circles-custom{left:50%;top:15px;transform:translateX(-50%)}.circle-large{height:50px;width:50px}.circle-medium{height:30px;width:30px}.circle-small{height:20px;width:20px}.bg-dots{background-size:5px 5px;height:30px;left:10px;top:10px;width:30px}}@media (max-width:319px){.student-reviews-section{padding:20px 5px}.student-reviews-cards{gap:10px;grid-template-columns:1fr;padding:0 2px}.student-review-card{min-height:120px;padding:10px 8px}.student-review-text{font-size:12px}.student-review-footer{font-size:10px}.bg-circle-blue,.bg-circles-custom,.bg-dots{display:none}}@media (max-height:500px) and (orientation:landscape){.student-reviews-section{min-height:auto;padding:20px 15px}.student-reviews-title{margin-bottom:20px}.student-reviews-cards{gap:15px}.student-review-card{min-height:120px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.bg-dots{background-image:radial-gradient(#111 .5px,#0000 0)}}@media (prefers-reduced-motion:reduce){.student-review-card{transition:none}.student-review-card:hover{transform:none}}.path2p-section{background-color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1500px;padding:40px 20px}.path2p-top{display:flex;flex-direction:column;gap:40px;margin-bottom:20px;margin-top:20px}.path2p-card-footer{min-height:70px;overflow:hidden;position:relative}.path2p-footer-slide{align-items:center;display:flex;flex-direction:row;justify-content:space-between;left:0;position:absolute;transition:transform .6s ease,opacity .6s ease;width:100%}.path2p-footer-slide.slide-in{opacity:1;transform:translateY(0);z-index:2}.path2p-footer-slide.slide-out{opacity:0;transform:translateY(100%);z-index:1}.path2p-offer-footer{background:#ffac00;border-radius:6px;color:#fff;flex-direction:row;font-size:1rem;font-weight:700;padding:12px;text-align:center;width:100%}.path2p-left{padding-left:20px;text-align:center}.path2p-title{color:#2c3e50;font-size:2.2rem;font-weight:700;margin-bottom:16px}.path2p-description{color:#7f8c8d;font-size:1.1rem;line-height:1.6;margin-bottom:24px;margin-left:auto;margin-right:auto;max-width:600px}.path2p-browse-button{background-color:#2962ff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:background-color .3s}.path2p-browse-button:hover{background-color:#383ee6}.path2p-cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.path2p-card{background:#fff;border-radius:12px;box-shadow:0 5px 15px #00000014;max-width:250px;overflow:hidden;transition:transform .3s,box-shadow .3s;width:100%}.path2p-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.path2p-card-image-wrapper{height:130px;overflow:hidden;position:relative}.path2p-badge{background-color:#e74c3c;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;left:15px;padding:5px 12px;position:absolute;top:15px;z-index:2}.path2p-test-logo{height:100%;object-fit:cover;transition:transform .5s;width:100%}.path2p-card:hover .path2p-test-logo{transform:scale(1.05)}.path2p-test-logo-placeholder{align-items:center;background-color:#ecf0f1;color:#7f8c8d;display:flex;height:100%;justify-content:center;width:100%}.path2p-card>h4{color:#2c3e50;font-size:1rem;font-weight:600;margin:10px 10px 4px}.path2p-questions{color:#7f8c8d;font-size:.9rem;margin:0 16px 8px}.path2p-description-short{color:#34495e;font-size:.95rem;line-height:1.2;margin:0 10px 10px}.path2p-card-footer{align-items:center;border-top:1px solid #ecf0f1;display:flex;justify-content:space-between;padding:10px}.path2p-price-container{display:flex;flex-direction:column;padding-left:13px}.path2p-price{color:#2c3e50;font-size:1.2rem;font-weight:700}.path2p-original{color:#95a5a6;font-size:.9rem;margin-left:8px;text-decoration:line-through}.path2p-discount-badge{align-items:center;background:#e6f7ec;border-radius:6px;color:#1a7f37;display:inline-flex;font-size:.7rem;font-weight:600;margin-top:3px;padding:3px 4px;width:-webkit-fit-content;width:fit-content}.path2p-attempt-button{background-color:#27ae60;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-right:13px;padding:10px 18px;transition:background-color .3s}.path2p-attempt-button:hover:not(:disabled){background-color:#219653}.path2p-attempt-button:disabled{background-color:#bdc3c7;cursor:not-allowed}.path2p-bottom{align-items:center;background-color:#f8f9fa;border-radius:12px;display:flex;flex-direction:column;gap:30px;padding:40px 20px}.path2p-image{flex:1 1;max-width:400px}.path2p-image img{border-radius:8px;box-shadow:0 5px 15px #0000001a;width:100%}.path2p-expert-info{flex:1 1;text-align:center}.path2p-expert-title{color:#2c3e50;font-size:1.8rem;font-weight:700;margin-bottom:16px}.path2p-expert-description{color:#7f8c8d;font-size:1.05rem;line-height:1.6;max-width:600px}@media (min-width:768px){.path2p-top{align-items:flex-start;flex-direction:row}.path2p-left{flex:1 1;padding-right:0;text-align:start}.path2p-cards{flex:1 1;justify-content:flex-start}.path2p-bottom{flex-direction:row;text-align:left}.path2p-expert-info{padding-left:10px;text-align:left}}@media (max-width:767px){.path2p-title{font-size:1.8rem}.path2p-expert-title{font-size:1.5rem}.path2p-card{height:280px;max-width:90%}.path2p-card-image-wrapper{height:160px}}@keyframes path2p-skeleton-loading{0%{background-color:#ecf0f1}50%{background-color:#d5dbdb}to{background-color:#ecf0f1}}.path2p-card.skeleton .path2p-attempt-button,.path2p-card.skeleton .path2p-description-short,.path2p-card.skeleton .path2p-price,.path2p-card.skeleton .path2p-questions,.path2p-card.skeleton .path2p-test-logo-placeholder,.path2p-card.skeleton .path2p-test-title{animation:path2p-skeleton-loading 1.5s infinite;border-radius:4px;color:#0000!important}.path2p-card.skeleton .path2p-test-title{height:24px;margin-bottom:10px;width:80%}.path2p-card.skeleton .path2p-questions{height:16px;margin-bottom:10px;width:60%}.path2p-card.skeleton .path2p-description-short{height:40px;width:90%}.steps-container{background:#0000;gap:30px;height:100%;width:100%}.step-box,.steps-container{align-items:center;display:flex;justify-content:center;position:relative}.step-box{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;height:40%;overflow:hidden;padding:10px 20px;text-align:center;width:18%}.step-banner{-webkit-clip-path:polygon(0 0,85% 0,100% 50%,85% 100%,0 100%);clip-path:polygon(0 0,85% 0,100% 50%,85% 100%,0 100%);color:#fff;font-size:1.2rem;font-weight:700;height:40px;left:-10px;line-height:40px;padding:0 20px;position:absolute;text-align:left;top:0}.step-banner.red{background:brown}.step-banner.blue{background:#699dee}.step-banner.yellow{background:#ffc0c7}.step-banner.cyan{background:#13a799}.step-box.redbox{border-bottom:4px solid brown;border-right:4px solid brown}.step-box.bluebox{border-bottom:4px solid #699dee;border-right:4px solid #699dee}.step-box.yellowbox{border-bottom:4px solid #ffc0c7;border-right:4px solid #ffc0c7}.step-box.cyan{border-bottom:4px solid #13a799;border-right:4px solid #13a799}.step-content p{color:#555;font-size:1.13rem;font-weight:600;line-height:1.5;margin-top:33px;text-align:center}.icon img{height:auto;max-width:40px}@media (max-width:768px){.steps-container{flex-direction:column;min-height:400px;padding-bottom:30px;padding-top:60px}.step-box{flex-basis:calc(90% - 20px);flex-grow:1;flex-shrink:1;max-width:calc(50% - 20px)}}@media (max-width:480px){.step-box{height:100px;max-width:100%;width:230px}.step-content{margin-top:10px}}.p2p-footer-container{background-color:#1d1f2e;background-image:url(../../static/media/FooterBackground.059abd76351b50d7ecb1.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;font-family:Poppins,sans-serif;overflow:hidden;position:relative}.p2p-footer-subscribe-section{padding:60px 20px;text-align:center}.p2p-footer-subscribe-section h2{font-size:2.5rem;font-weight:600;margin-bottom:30px}.p2p-footer-subscribe-form{display:flex;justify-content:center}.p2p-footer-input-container{align-items:center;background:#e3e3e3;border-radius:40px;display:flex;gap:5px;max-width:500px;padding:5px;width:90%}.p2p-footer-input-container input{background:#e3e3e3;border:none;border-radius:40px 0 0 40px;color:#333;flex:1 1;font-size:1rem;outline:none;padding:15px 20px}.p2p-footer-input-container button{background-color:#1d1f2e;border:none;border-radius:40px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 25px;white-space:nowrap}.p2p-footer-content-wrapper{background-color:#1d1f2e;margin-top:40px;position:relative;z-index:1}.p2p-footer-content{border-top:1px solid #444;display:flex;flex-wrap:wrap;gap:60px;justify-content:flex-start;padding:40px}.p2p-footer-logo-section{max-width:320px}.p2p-footer-logo-text-wrapper{align-items:center;display:flex;gap:15px;margin-bottom:10px}.p2p-footer-logo{height:auto;width:60px}.p2p-footer-logo-section h3{font-size:1.3rem;font-weight:600;margin:0}.p2p-footer-logo-section p{color:#ccc;font-size:.9rem;line-height:1.5;margin-top:10px}.p2p-footer-ignite-minds{font-family:Times New Roman,Times,serif;font-size:2rem;font-weight:700;line-height:1.2;margin-top:30px}.p2p-footer-links{display:flex;flex:1 1;flex-wrap:wrap;gap:60px}.p2p-footer-links h4{font-weight:600;margin-bottom:15px}.p2p-footer-links p{color:#ccc;cursor:pointer;font-size:.9rem;margin:5px 0}.p2p-footer-links p:hover{color:#fff}.p2p-footer-contact-info{min-width:180px}.p2p-footer-bottom{align-items:center;color:#aaa;display:"flex";flex-direction:row;font-size:.85rem;justify-content:space-between;padding-bottom:10px;text-align:center;width:100%}@media (max-width:768px){.p2p-footer-subscribe-section h2{font-size:2rem}.p2p-footer-input-container{align-items:stretch;border-radius:20px;flex-direction:column;padding:0}.p2p-footer-logo-text-wrapper{margin-bottom:0}.p2p-footer-input-container button,.p2p-footer-input-container input{border-radius:0;font-size:1rem;padding:12px;width:100%}.p2p-footer-input-container button{border-radius:0 0 20px 20px;color:#1d1f2e}.p2p-footer-content{flex-direction:column;padding:20px}.p2p-footer-links{flex-direction:column;gap:30px}.p2p-footer-logo-section{max-width:100%}.p2p-footer-subscribe-section h2{font-size:1.8rem;line-height:1.4}.p2p-footer-input-container{align-items:stretch;border-radius:20px;flex-direction:column;gap:10px;margin:0 auto;max-width:400px;padding:0;width:100%}.p2p-footer-input-container input{border-radius:20px 20px 0 0;font-size:1rem;padding:14px;width:100%}.p2p-footer-input-container button{background-color:#fff;border-radius:0 0 20px 20px;color:#1d1f2e;font-size:1rem;padding:14px;width:100%}.p2p-footer-content{flex-direction:column;gap:30px;padding:20px}.p2p-footer-links{flex-direction:column;gap:25px}.p2p-footer-logo-section{max-width:100%}}.advertise-nav-banner{align-items:center;background-color:#310e68;background-image:linear-gradient(316deg,#310e68,#5f0f40 74%);display:flex;height:50px;justify-content:center;width:100%}.advertise-text{font-size:1rem;gap:5px;height:100%;line-height:1.2;text-align:center}.advertise-text,.register-btn{align-items:center;color:#fff;display:flex;justify-content:center}.register-btn{background-color:#663dff;background-image:linear-gradient(319deg,#663dff,#a0f 37%,#c49);border:none;border-radius:6px;box-shadow:0 2px 4px #0003;cursor:pointer;font-size:.8rem;height:32px;margin-left:10px;outline:none;transition:background-color .3s,transform .2s;width:100px}.register-btn:hover{background-color:#551ccc;transform:scale(1.05)}.register-btn:active{transform:scale(.98)}@media (max-width:768px){.advertise-nav-banner{height:60px}.advertise-text{flex-wrap:wrap;font-size:.9rem;gap:3px}.register-btn{font-size:.75rem;height:28px;margin-left:8px;width:90px}}@media (max-width:480px){.advertise-text{font-size:.8rem;gap:2px}.register-btn{font-size:.7rem;height:26px;margin-left:5px;width:80px}}@media (max-width:360px){.advertise-text{font-size:.7rem;gap:1px}.register-btn{font-size:.65rem;height:24px;margin-left:3px;width:75px}}.milestones-section{align-items:center;background:linear-gradient(180deg,#0d0c22,#101224);box-sizing:border-box;color:#fff;display:flex;flex-direction:column;min-height:100vh;overflow:hidden;padding:35px 40px;position:relative;text-align:center;width:100%}.background-circles{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.background-circles:after,.background-circles:before{background:radial-gradient(circle,#3b3bff,#2d0b70);border-radius:49%;content:"";opacity:.3;position:absolute}.background-circles:before{height:300px;left:-100px;top:-100px;width:300px}.background-circles:after{bottom:-100px;height:300px;right:-100px;width:300px}.milestones-heading{font-size:38px;font-weight:750;position:relative;z-index:1}.milestones-subtext{color:#fff;font-size:18px;margin-bottom:85px;position:relative;z-index:1}.milestones-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start;position:relative;width:100%;z-index:1}.milestone-card{align-items:flex-start;background:#fff;border-radius:16px;color:#000;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:30px;text-align:left;width:250px}.milestone-date{align-items:center;color:#111;display:flex;font-size:16px;font-weight:600;gap:8px}.calendar-icon{color:#000}.milestone-title{color:#333;font-size:16px;line-height:1.4}.claim-buttons{background:linear-gradient(180deg,#3b5eff,#8b2eff);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:16px;transition:opacity .3s ease;width:100%}.claim-buttons:hover{opacity:.9}.no-test-found{align-items:center;display:flex;flex-direction:column;margin-top:50px}.no-test-found img{margin-bottom:20px;width:150px}@media (max-width:768px){.milestones-section{align-items:stretch!important}.milestones-cards{align-items:flex-start;box-sizing:border-box;flex-direction:row;flex-wrap:nowrap!important;gap:16px;justify-content:flex-start;margin-left:-40px;max-width:100vw;overflow-x:auto;padding-bottom:10px;padding-left:40px;scrollbar-width:none;width:100vw}.milestones-cards::-webkit-scrollbar{display:none}.milestone-card{flex:0 0 auto;margin-bottom:0;max-width:80vw;min-width:250px;width:250px}}.path2p-why-section{background:linear-gradient(135deg,#0f0f23,#1a1a3a);color:#fff;padding:80px 20px}.path2p-why-container{margin:0 auto;max-width:1200px}.path2p-why-header{margin-bottom:60px;text-align:center}.path2p-why-title{color:#fff;display:inline-block;font-size:2.8rem;font-weight:700;margin-bottom:20px;position:relative}.path2p-why-title:after{background:linear-gradient(90deg,#3498db,#2c3e50);border-radius:2px;bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.path2p-why-subtitle{color:#d6d6d6;font-size:1.3rem;line-height:1.6;margin:40px auto 0;max-width:800px}.path2p-features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:60px}.path2p-feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:30px 25px;text-align:center;transition:all .3s ease}.path2p-feature-card:hover{background:#ffffff1a;box-shadow:0 10px 25px #0003;transform:translateY(-5px)}.path2p-feature-icon{align-items:center;background:linear-gradient(135deg,#3498db,#2c3e50);border-radius:50%;color:#fff;display:flex;font-size:28px;height:70px;justify-content:center;margin:0 auto 25px;width:70px}.path2p-feature-title{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:15px}.path2p-feature-desc{color:#d6d6d6;font-size:1rem;line-height:1.6}.path2p-experience-section{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:60px 0}.path2p-experience-card{background:#3498db1a;border:1px solid #3498db33;border-radius:12px;padding:30px;text-align:center}.path2p-exp-icon{align-items:center;background:#3498db33;border-radius:50%;color:#3498db;display:flex;font-size:24px;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.path2p-experience-card h3{color:#fff;font-size:1.4rem;font-weight:600;margin-bottom:15px}.path2p-experience-card p{color:#d6d6d6;font-size:1rem;line-height:1.6}.path2p-cta-container{margin-top:50px;text-align:center}.path2p-cta-button{background:linear-gradient(135deg,#3498db,#2c3e50);border:none;border-radius:50px;box-shadow:0 5px 15px #3498db66;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;letter-spacing:1px;padding:18px 45px;text-transform:uppercase;transition:all .3s ease}.path2p-cta-button:hover{box-shadow:0 8px 20px #3498db99;transform:translateY(-3px)}@media (max-width:992px){.path2p-why-title{font-size:2.4rem}.path2p-why-subtitle{font-size:1.1rem}}@media (max-width:768px){.path2p-why-section{padding:60px 20px}.path2p-why-title{font-size:2rem}.path2p-features-grid{gap:20px}.path2p-experience-section,.path2p-features-grid{grid-template-columns:1fr}.path2p-feature-card{padding:25px 20px}}@media (max-width:480px){.path2p-why-title{font-size:1.8rem}.path2p-why-subtitle{font-size:1rem}.path2p-feature-icon{font-size:24px;height:60px;width:60px}.path2p-feature-title{font-size:1.2rem}.path2p-cta-button{font-size:1rem;padding:15px 30px}}body,html{height:100%;margin:0;overflow-x:hidden;overflow-y:auto;padding:0}.signup-page,body,html{font-family:Inter,sans-serif;width:100%}.signup-page{display:flex;height:100vh;overflow:hidden}.signup-left{align-items:center;background:linear-gradient(180deg,#0190ff14,#e1f90a40);display:flex;flex:1 1;justify-content:center;padding:2rem}.signup-image{height:579px;object-fit:contain;width:480px}.signup-right{align-items:center;background:linear-gradient(201.46deg,#2563eb26 -30.57%,#ffffff80 42.62%);box-sizing:border-box;display:flex;flex-direction:column;max-height:100vh;overflow-y:auto;padding:3rem 2rem;width:500px}.signup-inner-wrapper{border-radius:12px;box-sizing:border-box;padding:40px 32px;width:100%}.signup-title{color:#000;font-size:28px;font-weight:700;margin-bottom:.3rem}.signup-subtitle{color:#555;font-size:14px}.signup-input-group,.signup-subtitle{margin-bottom:1.5rem}.signup-input-group .MuiTextField-root{width:100%}.signup-input-group .MuiOutlinedInput-root{border-radius:6px}.signup-input-group .MuiInputLabel-root{font-size:14px;font-weight:500}.signup-input-group .MuiOutlinedInput-input{font-size:14px;padding:12px 10px}.signup-or-block{align-items:center;display:flex;gap:.5rem;justify-content:center;margin:1.5rem 0;width:100%}.signup-or-line{background-color:#ccc;flex:1 1;height:1px}.signup-or-text{color:#777;font-size:13px;padding:0 10px}.signup-footer{font-size:13px;margin-top:1.2rem;text-align:center}.signup-link{color:#2563eb;font-weight:500;text-decoration:none}.signup-error-message{background-color:#ff00001a;border-radius:4px;color:red;font-size:14px;margin-bottom:1rem;padding:.5rem;text-align:center}.signup-auth-button,.signup-google-button{border-radius:6px!important;font-size:14px!important;font-weight:600!important;text-transform:none!important}@media (max-width:768px){.signup-page{flex-direction:column}.signup-left{display:none}.signup-right{max-height:none;overflow-y:auto;padding:2rem 1rem;width:100%}.signup-inner-wrapper{padding:1rem}.signup-title{font-size:24px;margin-bottom:1rem}.signup-subtitle{margin-bottom:1.6rem}.signup-input-group{margin-bottom:1.2rem}.signup-or-block{margin:1.2rem 0}}.mainlogin-container{align-items:center;background-image:url(../../static/media/loginbg.eea9dead15f241f1b359.jpg);background-position:50%;background-size:cover;display:flex;height:100dvh;justify-content:center;width:100%}.login-container{background:#fff;border-radius:30px;display:flex;margin:0 auto;max-height:500px;max-width:1000px;overflow:hidden;width:100%}.login-left{align-items:center;background:#f9fafb;background:linear-gradient(159deg,#036,#0f52ba);border-bottom-left-radius:30px;border-top-left-radius:30px;display:flex;flex:1 1;justify-content:center;padding:40px}.login-image{height:auto;max-width:100%}.login-right{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:40px}.login-title{color:#333;font-size:28px;font-weight:700;margin-bottom:10px;text-align:center}.login-subtitle{color:#666;font-size:16px;margin-bottom:30px;text-align:center}.login-form{width:100%}.input-group{margin-bottom:20px;width:100%}.login-submit-btn{align-items:center;background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;margin-top:10px;padding:14px;text-transform:none;transition:background-color .3s;width:100%}.login-submit-btn:hover{background-color:#1d4ed8}.login-submit-btn:disabled{background-color:#93c5fd;cursor:not-allowed}.login-or-block{align-items:center;display:flex;gap:.3rem;justify-content:center;margin:25px 0;width:100%}.login-or-line{background-color:#ddd;flex:1 1;height:1px}.login-or-text{color:#777;font-size:13px;padding:0 10px}.social-login{gap:15px;margin-bottom:25px}.social-btn,.social-login{display:flex;justify-content:center}.social-btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:50%;cursor:pointer;height:50px;transition:all .3s;width:50px}.social-btn:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.social-icon{height:24px;width:24px}.facebook-text{color:#3b5998;font-size:18px;font-weight:700}.login-links{color:#666;font-size:14px;text-align:center}.login-link{color:#2563eb;font-weight:500;text-decoration:none}.login-link:hover{text-decoration:underline}.login-error-message{background-color:#ff00001a;border-radius:4px;color:#e53e3e;font-size:14px;margin-bottom:1rem;padding:.5rem;text-align:center}.toggle-password-btn{align-items:center;background-color:initial;border:none;color:#666;cursor:pointer;display:flex}@media (max-width:900px){.login-container{flex-direction:column;height:90%;margin:0 10px;max-height:700px;max-width:500px}.login-left{padding:30px 30px 0}.login-image{max-width:70%}.login-submit-btn{margin-top:0}.input-group{margin-bottom:5px}.login-or-block{margin:14px 0}.social-login{display:flex;gap:5px;justify-content:center;margin-bottom:10px}}@media (max-width:480px){.login-right{padding:30px 20px}.login-title{font-size:24px}.login-subtitle{font-size:14px;margin-bottom:20px}.social-btn{height:45px;width:45px}}.input-group .MuiTextField-root{width:100%}.input-group .MuiOutlinedInput-root{border-radius:8px}.input-group .MuiInputLabel-root{font-size:14px;font-weight:500}.input-group .MuiOutlinedInput-input{font-size:16px;padding:14px 12px}.test-page{align-items:center;background-color:#f0f3f5;display:flex;justify-content:space-between;min-height:100vh;padding:0}.test-main{background-color:#fff;display:flex;height:120%;padding:40px 0;width:100%}.camera-feed-test{background-color:#000;border:1.5px solid silver;border-radius:8px;height:10vw;left:10px;max-height:120px;max-width:120px;overflow:hidden;top:10px;width:10vw;z-index:9999}.camera-feed-test,.monitoring-popup-overlay{align-items:center;display:flex;justify-content:center;position:fixed}.monitoring-popup-overlay{background-color:#00000080;inset:0;z-index:50}.monitoring-popup-content{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 8px #0000001a;max-width:500px;padding:1.5rem;width:33%}.monitoring-popup-title{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.monitoring-popup-message{color:#4a4a4a;font-size:1rem;margin-bottom:1rem}.monitoring-popup-close-btn{background-color:#f56565;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem}.monitoring-popup-close-btn:hover{background-color:#e53e3e}.warning-popup{align-items:center;background-color:#000c;border-radius:8px;color:red;display:flex;height:100%;justify-content:center;left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);width:100%;z-index:9999}.warning-btn{background-color:red;color:#fff;margin-top:0}.camera-video{height:100%;object-fit:cover;object-position:center;transform:scale(1);width:100%}.question-section{background-color:#fff;border:1px solid silver;box-shadow:0 1px 4px #00000029;height:100%;margin:10px;padding:20px;position:relative;width:75%}.question-section h2{border-bottom:1px solid #646c7e;color:#4f8fee;padding-bottom:10px;padding-top:20px}.status-box{font-size:.9em;gap:5px;justify-content:flex-start;padding:6px 4px;width:50%}.status-box,.status-main-box{align-items:center;display:flex}.status-main-box{justify-content:space-between}.status-box-count{align-items:center;color:#fff;display:flex;height:35px;justify-content:center;width:35px}.options label{display:block;margin-bottom:10px}.action-main-box{bottom:20px;position:absolute;width:95%}.action-navigation-btn{justify-content:flex-start}.action-navigation-btn,.actions{align-items:center;display:flex;gap:20px}.actions{justify-content:space-between;position:relative}.actions button{border:none;cursor:pointer;letter-spacing:1.2px;outline:none;padding:10px 20px}.mark-clear{background-color:#646c7e;color:#fff}.prev-next{background-color:#4caf50;color:#fff}.finish-btn{background-color:orange;color:#fff;margin-right:0;position:absolute;right:0}.status-section{background-color:#fff;border:1px solid silver;box-shadow:0 1px 4px #00000029;height:90%;margin:10px 10px 10px 0;padding:15px;width:23%}.time-status{background-color:#fff;margin-bottom:5px;padding:0;text-align:start}.time-left{color:#4caf50;font-size:1.3rem;font-weight:600;padding:6px 14px}.time-status-box-new{align-items:center;background-color:#efefef;display:flex;font-weight:600;justify-content:space-between;margin-top:5px;padding:8px 20px 8px 8px}.question{min-height:360px}.question-status-new{padding-top:10px}.question-numbers-new-camera{grid-gap:10px;align-items:center;background-color:#f9f9f9;border-radius:8px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(40px,1fr));justify-content:center;margin:0 auto;max-width:600px;padding:5px;width:96%}.question-btn.marked{background-color:orange;color:#fff}.question-btn{align-items:center;background-color:#eaeaea;border:2px solid #0000;border-radius:5px;color:#333;cursor:pointer;display:flex;font-size:1rem;font-weight:700;height:40px;justify-content:center;transition:background-color .3s ease,border-color .3s ease;width:40px}.question-btn:hover{background-color:#ddd;border-color:#aaa}.question-btn.answered{background-color:#28a745;border-color:#218838}.question-btn.marked{background-color:#ffc107;border-color:#e0a800;color:#212529}.question-btn.current{background-color:#007bff;border-color:#0056b3;color:#fff}.question-color-status{height:160px;margin-top:20px;width:100%}.question-numbers::-webkit-scrollbar{width:8px}.question-numbers::-webkit-scrollbar-thumb{background-color:#4f8fee;border-radius:10px}.question-numbers::-webkit-scrollbar-thumb:hover{background-color:#3a78cc}.question-numbers::-webkit-scrollbar-track{background-color:#f3f3f3;border-radius:10px}.question-numbers button{background-color:#646c7e;border:none;color:#fff;cursor:pointer;height:40px;width:40px}.question-numbers .marked{background-color:#4f8fee}.summary{margin-top:10px;width:100%}.answered,.question-btn.answered{background-color:#4caf50}.question-btn.answered{color:#fff}.marked{background-color:#4f8fee}.finish-popup{background-color:#00000080;height:100%;left:0;position:fixed;top:0;width:100%}.finish-popup,.popup-content{align-items:center;display:flex;justify-content:center}.popup-content{background-color:#fff;border-radius:8px;flex-direction:column;padding:20px;text-align:center}.popup-content button{border:none;border-radius:4px;cursor:pointer;font-size:16px;margin:10px;padding:8px 16px}.popup-content button:last-child{background-color:#e9edf0;color:#000}.option-label{align-items:center;cursor:pointer;display:flex;margin-bottom:10px}.option-image{margin-left:10px;max-height:150px;max-width:150px}.option-label input{height:20px;margin-right:10px;width:20px}@media (max-width:768px){.test-page{min-height:100vh}.test-main{align-items:center;flex-direction:column}.question{padding-left:10px;width:100%}.question-section,.status-section{margin:10px 0;width:90%}.question-section{align-self:center;min-height:500px;padding:15px 15px 15px 0}.status-section{align-self:center;padding:10px}.action-navigation-btn{flex-wrap:wrap;justify-content:center;margin-left:0}.actions{flex-direction:column;gap:10px;margin-left:0;margin-right:0;width:100%}.actions button{width:230px}.question-numbers{max-height:100px}.popup-content{padding:10px;width:90%}.popup-content button{margin:5px 0;width:100%;width:100px}.finish-btn{position:relative}.yes-no-btn-test{align-items:center;display:flex;gap:10px;justify-content:center}}@media (max-width:480px){.test-page{padding:5px}.question-section,.status-section{margin:5px 0;width:90%}.question-section{min-height:600px}.question-section h2{font-size:1.2em;margin-left:10px;padding-bottom:5px}.status-box{flex-wrap:wrap;text-align:center}.question-numbers button{height:30px;width:30px}.option-label{align-items:flex-start;flex-direction:column}.option-image{margin-left:0;margin-top:5px;max-width:100px;width:100%}}@media (max-width:1024px){.test-main{align-items:center;flex-direction:column}.question-section,.status-section{margin:10px 0;width:90%}.time-left{font-size:1rem}}.fullscreen-overlay{align-items:center;background:#000c;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;padding:20px;position:fixed;text-align:center;top:0;width:100vw;z-index:9999}.fullscreen-overlay p{font-size:1.2rem;margin-bottom:20px}.fullscreen-overlay button{background:#885df1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:400;padding:12px 20px;transition:background-color .3s ease}.fullscreen-overlay button:hover{background:#662eed}.fullscreen-overlay button:focus{box-shadow:0 0 10px #ffffff80;outline:none}.loader-container{align-items:center;display:flex;height:100vh;justify-content:center;width:100%}.ball{animation:bounce .6s infinite alternate;background-color:#1d5cab;border-radius:50%;height:16px;margin:0 8px;width:16px}.ball:first-child{animation-delay:0s}.ball:nth-child(2){animation-delay:.2s}.ball:nth-child(3){animation-delay:.4s}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.main-webrender{align-items:center;height:100dvh;justify-content:center;width:100dvw}.dashboard-container,.main-webrender{background-color:#edeff1;display:flex}.dashboard-container{box-sizing:border-box;min-height:100vh;width:100%}.sidebar-content{background:#1b1c2b;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:100vh;padding:20px 15px;transition:all .3s ease;width:200px;z-index:200}.sidebar-header{border-bottom:1px solid #2a2c3a;justify-content:space-between;margin-bottom:10px;padding-bottom:10px}.logo-container,.sidebar-header{align-items:center;display:flex}.logo-image{height:auto;margin-right:8px;object-fit:contain;width:55px}.logo-text{color:#fff;font-size:1rem;font-weight:700}.menu-btn{color:#5d5fef;cursor:pointer;display:none;font-size:1.5rem}.sidebar-nav{flex-grow:1;overflow-y:auto;transition:max-height .3s ease}.sidebar-nav ul{list-style:none;margin:0;padding:0}.menu-item{margin:6px 0;position:relative}.menu-item-content{align-items:center;border-radius:6px;color:#d1d5db;display:flex;padding:12px 18px;text-decoration:none;transition:all .2s ease}.menu-item-content:hover{background-color:#2a2c3d}.menu-item-content.active{background-color:#fff;color:#1b1c2b}.menu-icon{color:#d1d5db;margin-right:12px;transition:color .2s ease}.menu-item-content.active .menu-icon{color:#1b1c2b}.menu-label{font-size:.95rem;font-weight:500;transition:all .2s ease}.menu-item-content.active .menu-label{font-weight:750}.border-indicator{background-color:initial;height:100%;left:0;position:absolute;top:0;transition:all .3s ease;width:4px}.menu-item.active .border-indicator{background-color:#4c4c9f}.logout-btn{align-items:center;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;margin-top:auto;padding:15px 20px;transition:all .3s ease}.logout-btn:hover{background-color:#f3f4f6;color:#ef4444}.logout-btn .icon{margin-right:10px}.sidebar-widgets{align-items:center;background-color:#fff;border-left:1px solid #e4e4e4;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:0 0 0 3px}@media (min-width:1400px) and (max-width:10000px){.dashboard-container{max-width:1600px}}.right-sidebar-scroller{border-left:1px solid #e4e4e4;height:100vh;overflow-x:hidden;overflow-y:auto;padding:0 3px}@media (max-width:768px){.sidebar-content{width:70px}.logo-text,.logout-btn span,.menu-label{display:none}.menu-item-content{justify-content:center;padding:12px 0}.menu-icon{margin-right:0}.logout-btn{justify-content:center;padding:15px 0}.sidebar-widgets{margin-left:70px;width:calc(100% - 70px)}}@media (max-width:600px){.sidebar-content{align-items:center;flex-direction:row;height:60px;justify-content:space-between;padding:0 15px;width:100%}.sidebar-header{border-bottom:none;margin-bottom:0;width:100%}.menu-btn{display:block}.sidebar-nav{background-color:#1b1c2b;box-shadow:0 5px 15px #0000001a;left:0;max-height:0;overflow:hidden;position:absolute;top:60px;width:100%}.sidebar-nav.open{max-height:100vh}.logout-btn span,.menu-label{display:block}.menu-item-content{justify-content:flex-start;padding:12px 20px}.logout-btn{justify-content:flex-start;margin:20px;padding:15px 20px}.sidebar-widgets{margin-left:0;padding-top:60px;width:100%}.dashboard-container{flex-direction:column}.main-webrender{height:auto;min-height:100dvh}.dashboard-container{flex-direction:column;min-height:100dvh}.sidebar-content{align-items:center;flex-direction:row;height:60px;justify-content:space-between;left:0;padding:0 15px;position:fixed;top:0;width:100%;z-index:1000}.sidebar-header{border-bottom:none;margin-bottom:0;padding-bottom:0;width:100%}.logo-container{flex:1 1}.logo-image{margin-right:5px;width:40px}.logo-text-sidebar{font-size:.9rem;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-btn{display:block;font-size:1.8rem}.sidebar-nav{background-color:#1b1c2b;box-shadow:0 5px 15px #0003;left:0;max-height:0;overflow:hidden;position:fixed;top:60px;transition:max-height .3s ease;width:100%;z-index:999}.sidebar-nav.open{max-height:calc(100dvh - 60px);overflow-y:auto}.menu-item-content{border-radius:0;padding:16px 20px}.menu-label{display:inline-block}.logout-btn{border-top:1px solid #2a2c3a;justify-content:flex-start;margin:10px 20px;padding:18px 20px}.sidebar-widgets{border-left:none;margin-left:0;margin-top:60px;min-height:calc(100dvh - 60px);padding:15px;width:100%}.right-sidebar-scroller{display:none}.logout-btn,.menu-item-content{min-height:44px}body,html{overflow-x:hidden}}@media (max-width:360px){.logo-text-sidebar{font-size:.8rem;max-width:100px}.menu-label{font-size:.9rem}}@media (max-width:600px) and (orientation:landscape){.sidebar-nav.open{max-height:300px}}.newdash-main-container{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;min-width:780px}@media (min-width:1350px) and (max-width:10000px){.newdash-main-container{border:1px solid #e4e4e4;padding:10;width:900px}}.newdash-header-left-group{align-items:center;background-color:#fff;border-bottom:1px solid #e4e4e4;display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;grid-area:header-left;min-width:0;min-width:700px;padding:20px 0;position:absolute;top:0;z-index:100}.newdash-title-container{display:flex;flex-direction:column;flex-shrink:0;gap:2px;margin-right:0}.newdash-main-title{color:#1e293b;font-size:22px;font-weight:600;margin:0}.newdash-date-container{color:#64748b;font-size:14px;font-weight:500}.newdash-search-container{box-sizing:border-box;flex-grow:1;flex-shrink:0;margin-left:auto;max-width:300px;min-width:200px;position:relative;width:100%}.newdash-search-form{width:100%}.newdash-search-wrapper{border-radius:12px;box-sizing:border-box;position:relative;transition:all .2s ease;width:100%}.newdash-search-wrapper.active{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.newdash-search-input{border:1.5px solid #e2e8f0;border-radius:12px;box-sizing:border-box;color:#1e293b;font-size:14px;outline:none;padding:12px 16px 12px 44px;width:100%}.newdash-search-input::placeholder{color:#94a3b8}.newdash-search-icon{font-size:14px;left:16px}.newdash-clear-btn,.newdash-search-icon{color:#94a3b8;position:absolute;top:50%;transform:translateY(-50%)}.newdash-clear-btn{background:none;border:none;border-radius:4px;cursor:pointer;padding:4px;right:12px;transition:color .2s ease}.newdash-clear-btn:hover{color:#64748b}.newdash-search-results{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;box-sizing:border-box;left:0;margin-top:8px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;width:100%;z-index:1000}.newdash-search-item{align-items:center;cursor:pointer;display:flex;gap:12px;padding:12px 16px;transition:background-color .2s ease}.newdash-search-item:hover{background-color:#f8fafc}.newdash-search-image{border-radius:8px;height:40px;overflow:hidden;width:40px}.newdash-search-image img{height:100%;object-fit:cover;width:100%}.newdash-search-content h4{color:#1e293b;font-size:14px;font-weight:600;margin:0 0 4px}.newdash-search-content p{color:#64748b;font-size:12px;margin:0}.newdash-notification-icon{align-items:center;color:#ef4444;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;justify-content:center;margin-left:12px}.newdash-left-column{display:flex;flex:1 1;flex-direction:column;gap:24px;grid-area:main-content;margin-top:100px;padding:0;width:100%}.newdash-premium-banner{background:#0000;border-radius:16px;color:#fff;padding:5x;position:relative}.newdash-banner-content{align-items:center;display:flex;justify-content:space-between;margin:0 10px}.newdash-banner-content img{border-radius:16px;height:100%;width:100%}.newdash-banner-text h2{font-size:24px;font-weight:700;margin:0 0 8px}.newdash-banner-text p{font-size:16px;margin:0 0 20px;opacity:.9}.newdash-premium-btn{background:#f59e0b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s ease;white-space:nowrap}.newdash-premium-btn:hover{background:#d97706;transform:translateY(-1px)}.newdash-banner-icon{font-size:48px}.newdash-courses-section{background:#0000;border-radius:16px;padding:10px}.newdash-section-title{color:#1e293b;font-size:20px;font-weight:700;margin:0 0 20px}.newdash-courses-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.newdash-course-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;display:flex;flex-direction:column;max-width:-webkit-fit-content;max-width:fit-content;overflow:hidden;transition:transform .2s ease-in-out}.newdash-course-image-wrapper{border-top-left-radius:12px;border-top-right-radius:12px;height:180px;overflow:hidden;width:100%}.newdash-course-image-wrapper img{height:100%;object-fit:cover;width:100%}.newdash-card-text-content{display:flex;flex-direction:column;flex-grow:1;padding:20px}.newdash-course-title{color:#1e293b;font-size:18px;font-weight:700;margin:0 0 8px}.newdash-course-instructor-new{align-items:center;color:#64748b;display:flex;font-size:14px;gap:8px;margin:0 0 16px}.newdash-instructor-icon{color:#94a3b8;font-size:14px}.newdash-course-description{color:#64748b;flex-grow:1;font-size:14px;line-height:1.5;margin:0 0 24px}.newdash-course-footer-new{align-items:center;display:flex;justify-content:space-between;margin-top:auto;padding-top:10px}.newdash-know-more-btn{background:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;padding:10px 20px;transition:all .2s ease;white-space:nowrap}.newdash-know-more-btn:hover{background:#2563eb}.newdash-registered-count{color:#64748b;font-size:14px;font-weight:500}.newdash-right-sidebar-wrapper{grid-area:sidebar;height:calc(100vh - 20px);overflow-y:auto;padding-right:8px;position:-webkit-sticky;position:sticky;scrollbar-width:none;top:10px}.newdash-right-sidebar-wrapper::-webkit-scrollbar{display:none}@media (max-width:1024px){.newdash-main-container{gap:16px;grid-template-areas:"header-left" "sidebar" "main-content";grid-template-columns:1fr;margin-top:0;padding:10px}.newdash-header-left-group{align-items:flex-start;flex-direction:column;gap:12px;justify-content:flex-start;min-width:0;min-width:auto;padding:16px;width:100%}.newdash-title-container{align-items:center;display:flex;justify-content:space-between;margin-right:0;order:1;width:100%}.newdash-main-title{font-size:22px}.newdash-date-container{font-size:13px;margin-top:0}.newdash-notification-icon{align-self:center;font-size:20px;margin-left:0;order:2;padding-right:0}.newdash-search-container{flex-basis:auto;flex-shrink:1;margin-left:0;max-width:100%;min-width:0;min-width:auto;order:3;width:100%}.newdash-search-input,.newdash-search-wrapper{box-sizing:border-box;width:100%}.newdash-left-column{height:auto}.newdash-right-sidebar-wrapper{height:auto;overflow-y:visible;padding-right:0;position:static}}@media (max-width:768px){.newdash-main-container{gap:16px;padding:16px}.newdash-header-left-group{padding:12px 15px}.newdash-main-title{font-size:20px}.newdash-date-container{font-size:12px}.newdash-premium-banner{padding:20px}.newdash-courses-grid{grid-template-columns:1fr}.newdash-course-image-wrapper{height:160px}}@media (max-width:480px){.newdash-main-container{padding:12px}.newdash-header-left-group{padding:10px 12px}.newdash-main-title{font-size:16px}.newdash-date-container{font-size:11px}.newdash-search-input{padding:10px 14px 10px 40px}.newdash-search-icon{left:14px}.newdash-clear-btn{right:10px}.newdash-premium-banner{padding:15px}.newdash-banner-text h2{font-size:18px}.newdash-banner-text p{font-size:13px}.newdash-premium-btn{font-size:12px;padding:9px 16px}.newdash-banner-icon{font-size:36px}}@media (max-width:768px){.newdash-main-container{border:none!important;margin:0!important;min-width:0!important;min-width:auto!important;padding:0!important;width:100%!important}.newdash-header-left-group-new{align-items:flex-start!important;background:#fff;box-shadow:0 2px 10px #0000001a;flex-direction:column!important;left:0!important;padding:12px 15px!important;position:fixed!important;top:60px!important;width:100%!important;z-index:100}.newdash-title-container{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px;padding-left:10px;width:100%}.newdash-main-title{font-size:18px!important;text-align:start!important}.newdash-date-container{font-size:12px!important}.newdash-search-container{margin-left:0!important;max-width:100%!important;width:100%!important}.newdash-notification-icon{position:absolute!important;right:15px!important;top:15px!important}.testseries-left-column-wrapper{padding-top:90px;width:100%}.newdash-left-column{margin-top:0!important;padding:0 15px}.newdash-premium-banner{margin-bottom:20px}.newdash-banner-content{margin:0!important}.newdash-banner-content img{border-radius:12px!important}.newdash-courses-section{padding:0!important}.newdash-courses-grid{gap:15px;grid-template-columns:1fr!important}.newdash-course-card{max-width:100%!important}.newdash-course-image-wrapper{height:160px!important}.newdash-card-text-content{padding:15px!important}.newdash-course-title{font-size:16px!important}.newdash-course-description{font-size:13px!important;margin-bottom:15px!important}.newdash-know-more-btn{font-size:13px!important;padding:8px 16px!important}.newdash-search-results{left:0!important;width:100%!important}.newdash-right-sidebar-wrapper{display:none!important}}@media (max-width:360px){.newdash-header-left-group-new{padding:10px 12px!important;top:60px}.newdash-main-title{font-size:16px!important;text-align:start!important}.newdash-date-text{font-size:11px!important}.newdash-search-input{font-size:14px!important;padding:10px 14px 10px 40px!important}.newdash-course-image-wrapper{height:140px!important}}@media (max-width:768px) and (orientation:landscape){.testseries-left-column-wrapper{padding-top:80px}.newdash-courses-grid{grid-template-columns:repeat(2,1fr)!important}.newdash-course-card{max-width:100%!important}}@media (max-width:768px){body,html{overflow-x:hidden;width:100%}*{box-sizing:border-box}}.notification-bell-container{align-items:center;cursor:pointer;display:flex;margin-left:20px;position:relative}.bell-icon{color:#5f6368;transition:all .3s ease}.notification-bell-container:hover .bell-icon{color:#3c4043;transform:scale(1.1)}.notification-count-bubble{align-items:center;background-color:#ff4d4f;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;font-size:.6rem;font-weight:"600";height:17px;justify-content:center;position:absolute;right:-6px;top:-6px;width:17px}.notification-drawer-overlay{background-color:#00000080;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);visibility:hidden;z-index:1000}.notification-drawer-overlay.visible{opacity:1;visibility:visible}.notification-drawer{background-color:#fff;border-radius:8px 0 0 8px;box-shadow:-2px 0 20px #0000001a;display:flex;flex-direction:column;height:100vh;overflow:hidden;position:fixed;right:-420px;top:0;transition:right .3s cubic-bezier(.4,0,.2,1);width:380px;z-index:1001}.notification-drawer.open{right:0}.drawer-header{background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:16px 20px}.drawer-header,.header-content{align-items:center;display:flex}.header-content{gap:12px}.drawer-header h3{color:#202124;font-size:1.25rem;font-weight:600;margin:0}.mark-all-read-btn{background:none;border:none;border-radius:4px;color:#1a73e8;cursor:pointer;font-size:.85rem;padding:4px 8px;transition:background-color .2s}.mark-all-read-btn:hover{background-color:#1a73e81a}.close-drawer{align-items:center;background:none;border:none;border-radius:50%;color:#5f6368;cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;transition:background-color .2s;width:36px}.close-drawer:hover{background-color:#5f63681a}.notifications-list{background-color:#fff;flex:1 1;overflow-y:auto;padding:8px 0}.notification-item{border-left:4px solid #0000;padding:12px 20px;transition:background-color .2s}.notification-item.unread{background-color:#f0f7ff;border-left-color:#1a73e8}.notification-item:hover{background-color:#f5f5f5}.notification-content{position:relative}.notification-message{color:#202124;font-size:.95rem;line-height:1.4;margin:0 0 6px;padding-right:16px}.unread-dot{background-color:#ff4d4f;border-radius:50%;height:8px;position:absolute;right:0;top:6px;width:8px}.notification-meta{color:#5f6368;display:flex;flex-direction:column;font-size:.8rem;gap:2px}.course-name{color:#3c4043;font-weight:500}.notification-time{color:#80868b;position:absolute;right:10px;top:10px}.notification-recipients{color:#5f6368;font-size:.75rem;margin-top:2px}.loading-notifications,.no-notifications{align-items:center;color:#80868b;display:flex;flex-direction:column;gap:12px;padding:40px 20px;text-align:center}.no-notifications i{color:#dadce0;font-size:2rem}.spinner{border:3px solid #1a73e833;border-top-color:#1a73e8}@media (max-width:600px){.notification-drawer{border-radius:0;max-width:320px;width:100%}}.newdash-right-column{background-color:#fff;display:flex;flex-direction:column;gap:14px;padding:0 4px;width:280px}.newdash-user-profile{box-sizing:border-box;flex-shrink:0;justify-content:space-between;min-width:0;min-width:auto;padding:11px 15px;width:100%}.newdash-user-profile,.newdash-user-profile-loading{align-items:center;background:#fff;border-radius:12px;display:flex;height:97px}.newdash-user-profile-loading{border:1px solid #e4e4e4;box-shadow:0 1px 3px #0000001a;color:#64748b;font-size:14px;justify-content:center}.newdash-user-left-section{align-items:center;display:flex;flex-grow:1;gap:18px;overflow:hidden}.newdash-user-avatar{border:2px solid #e2e8f0;border-radius:50%;height:48px;overflow:hidden;width:48px}.newdash-user-avatar img{height:100%;object-fit:cover;width:100%}.newdash-user-info{display:flex;flex-direction:column;flex-grow:1;gap:2px;min-width:0;overflow:hidden}.newdash-user-name{color:#1e293b;font-size:16px;font-weight:600}.newdash-user-college-branch,.newdash-user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.newdash-user-college-branch{color:#64748b;font-size:13px}.newdash-user-points-new-layout{align-items:center;background:none;color:#f59e0b;display:flex;font-size:14px;font-weight:600;gap:6px;margin-top:4px;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.newdash-points-icon-gold{color:#f59e0b;font-size:14px}.newdash-points-text-gold{color:#000;font-weight:400}.newdash-profile-settings-icon{color:#64748b;cursor:pointer;flex-shrink:0;font-size:16px}.newdash-streak-widget{align-items:center;background:#fff;border:1px solid #e4e4e4;border-radius:16px;box-sizing:border-box;display:flex;justify-content:center;position:relative;width:100%}.newdash-streak-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.newdash-streak-header h3{color:#1e293b;font-size:18px;font-weight:700;margin:0}.newdash-streak-days{align-items:center;background:#fef3c7;border-radius:8px;color:#d97706;display:flex;font-weight:600;gap:8px;padding:8px 12px}.newdash-fire-icon{color:#f59e0b}.newdash-chart-area-wrapper{display:flex;height:120px;margin-top:10px;position:relative}.newdash-y-axis-labels{align-items:flex-end;box-sizing:border-box;color:#94a3b8;display:flex;flex-direction:column;font-size:10px;height:100%;left:0;padding-right:8px;position:absolute;top:0;width:32px;z-index:2}.newdash-y-axis-labels span{position:absolute}.newdash-activity-chart{align-items:flex-end;box-sizing:border-box;display:flex;flex-grow:1;gap:8px;height:100%;justify-content:space-between;margin-left:20px;padding-bottom:0;position:relative}.newdash-chart-bar{align-items:center;display:flex;flex:1 1;flex-direction:column;position:relative;z-index:1}.newdash-bar-fill{background:linear-gradient(180deg,#f59e0b,#d97706);border-radius:4px 4px 0 0;max-width:24px;min-height:4px;transition:all .2s ease;width:100%}.newdash-bar-label{flex-shrink:0;font-size:12px;font-weight:500;margin-top:8px;text-align:center}.newdash-fire-icon-on-bar{color:#f59e0b;font-size:16px;position:absolute;top:-20px;z-index:3}.newdash-grid-lines{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.newdash-grid-line{border-top:1px dashed #e2e8f0;left:0;position:absolute;width:100%}.newdash-image-banner{align-items:center;background:#fff;border:1px solid #e4e4e4;border-radius:16px;box-sizing:border-box;display:flex;height:auto;justify-content:center;overflow:hidden;padding:10px;width:100%}.newdash-image-banner img{border-radius:12px;display:block;height:auto;max-width:100%}.newdash-events-widget{background:#fff;border:1px solid #e4e4e4;border-radius:16px;box-shadow:0 1px 3px #0000001a;box-sizing:border-box;padding:24px 10px;width:100%}.newdash-events-title{color:#1e293b;font-size:18px;font-weight:700;margin:0 0 20px}.newdash-events-list{display:flex;flex-direction:column;gap:16px}.newdash-event-item{align-items:center;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:12px;padding:16px;transition:all .2s ease}.newdash-event-item:hover{background-color:#f8fafc;border-color:#3b82f6}.newdash-event-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:16px;height:40px;justify-content:center;width:40px}.newdash-event-workshop{background:#fef3c7}.newdash-event-ama{background:#e0e7ff}.newdash-event-review{background:#fecaca}.newdash-event-networking{background:#d1fae5}.newdash-event-details{flex:1 1}.newdash-event-title{color:#1e293b;font-size:14px;font-weight:600;margin:0 0 4px}.newdash-event-time{color:#64748b;font-size:12px;margin:0}.newdash-register-btn{background:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:10px;font-weight:400;margin-top:5px;padding:8px 14px;transition:all .2s ease;white-space:nowrap}.newdash-register-btn:hover{background:#2563eb}@media (max-width:1024px){.newdash-user-profile{height:auto;min-height:0;min-height:auto}}@media (max-width:600px){.newdash-user-profile{align-items:flex-start;flex-direction:column;height:auto;padding:16px}.newdash-user-points{align-self:flex-end;margin-top:10px}.newdash-events-widget,.newdash-streak-widget{padding:16px}.newdash-image-banner{padding:12px}.newdash-event-item{flex-wrap:wrap;justify-content:center;text-align:center}.newdash-event-details{flex-basis:100%;margin-top:8px}.newdash-register-btn{margin-top:12px;width:100%}}@media (max-width:480px){.newdash-user-profile{padding:12px}.newdash-user-avatar{height:40px;width:40px}.newdash-user-name{font-size:15px}.newdash-user-points-new-layout .newdash-points-text-gold,.newdash-user-role{font-size:13px}.newdash-events-widget,.newdash-streak-widget{padding:12px}.newdash-events-title,.newdash-streak-header h3{font-size:16px}.newdash-event-item{align-items:flex-start;flex-direction:column;padding:12px;text-align:left}.newdash-event-details{margin-top:8px}.newdash-register-btn{margin-top:12px;width:100%}}.dialog-overlay{align-items:center;background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2000}.dialog{animation:fadeIn .3s ease-in-out;background:#fff;border-radius:12px;box-shadow:0 6px 20px #0000004d;max-width:90%;min-width:-webkit-fit-content;min-width:fit-content}.dialog-header{align-items:center;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:12px 16px}.close-btn{background:#0000;border:none;cursor:pointer;font-size:20px}.dialog-content{max-height:80vh;min-width:-webkit-fit-content;min-width:fit-content;overflow-y:auto}.calendar-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(7,1fr);margin-top:10px}.cell{align-items:center;border-radius:14px;display:flex;justify-content:center;min-height:24px;position:relative;transition:transform .22s ease,box-shadow .22s ease}.cell,.cell.empty{background:#0000}.date-text{align-items:center;background:#f0f2f5;border-radius:999px;color:#0b2340;display:inline-flex;font-size:10px;font-weight:600;height:24px;justify-content:center;width:24px}.streak-text{background:#0000;color:#142033}.flame{font-size:18px;margin-right:6px;transform-origin:center}.cell-streak:before{background:linear-gradient(90deg,#fff3d6,#fff9e8);border-radius:12px;box-shadow:0 6px 18px #ffbc3c12;content:"";inset:6px;position:absolute;transition:box-shadow .3s ease;z-index:0}.cell-streak>div{position:relative;z-index:2}.cell-streak.left-round:before{border-bottom-left-radius:999px;border-top-left-radius:999px}.cell-streak.right-round:before{border-bottom-right-radius:999px;border-top-right-radius:999px}.cell.pop{box-shadow:0 10px 30px #0c285014;transform:translateY(-2px) scale(1.02)}.cell.pop .flame{animation:popFlame .9s ease}@keyframes popFlame{0%{opacity:.6;transform:scale(.6) translateY(0)}40%{opacity:1;transform:scale(1.2) translateY(-6px)}to{opacity:1;transform:scale(1) translateY(0)}}.cell-streak:after{background:radial-gradient(circle at center,#ffd16699,#ffd16600);border-radius:inherit;content:"";inset:6px;mix-blend-mode:screen;opacity:.12;position:absolute;z-index:1}.testseries-main-container{background-color:#f8fafc;font-family:Inter,-apple-system,BlinkMacMacSystemFont,sans-serif;margin:0 auto;max-width:1290px;min-height:100vh;padding:15px}.testseries-grid-wrapper{grid-gap:24px;display:grid;gap:24px;grid-template-columns:2fr 1fr;height:100vh;overflow:hidden}.testseries-left-column-wrapper{display:flex;flex-direction:column;height:100vh;overflow-y:auto;scrollbar-width:none;width:100%}.testseries-left-column-wrapper::-webkit-scrollbar{display:none}.testseries-header-left-group{width:100%}.testseries-main-title{font-size:28px;font-weight:700}.testseries-notification-icon{margin-left:16px}.testseries-left-column{display:flex;flex-direction:column;margin-top:0}.testseries-banner{background:linear-gradient(135deg,#1e40af,#0d81fb);border-radius:16px;color:#fff;margin:0 10px;overflow:hidden;padding:0;position:relative;width:680px}.testseries-banner-content{align-items:center;background-image:url(../../static/media/BackgroundLayout.272baaee72db157df9a8.avif);display:flex;height:180px;justify-content:space-between;object-fit:cover;object-position:center}.testseries-banner-text{margin-left:80px}.testseries-banner-text h3{font-size:30px;font-weight:700;margin:0 0 8px 10px}.testseries-banner-text p{font-size:16px;margin:0 0 0 10px;opacity:.9}.testseries-banner-icon{opacity:.8}.testseries-section{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:0;padding:10px 5px 5px;width:780px}.attempt-button.offer-active{background:orange;color:#fff}.offer-text{animation:slideIn .7s ease forwards;display:inline-block;white-space:nowrap}.cta-button{height:40px}@keyframes slideIn{0%{opacity:0;transform:translateX(-120%)}to{opacity:1;transform:translateX(0)}}.company-specific-section{margin-top:20px}.testseries-section-heading{color:#1e293b;font-size:20px;font-weight:700;margin:0 0 20px}.testseries-right-sidebar-container{display:flex;flex-direction:column;height:100vh;overflow-y:auto;scrollbar-width:none}.testseries-right-sidebar-container::-webkit-scrollbar{display:none}.card-row{display:flex;flex-direction:row;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-behavior:smooth}.test-card{background:#fff;border:1px solid #ccc;border:.5px solid #e4e4e4;border-radius:8px;border-radius:10px;box-shadow:0 1px 4px #00000029;display:flex;flex:0 0 auto;flex-direction:column;height:280px;margin-bottom:18px;margin-left:5px;margin-right:0;overflow:hidden;padding:8px;transition:box-shadow .2s;width:240px}.test-card:hover{box-shadow:0 6px 24px #00000021}.card-image{border-radius:10px;height:120px;margin-bottom:.5rem;object-fit:cover;width:100%}.card-content{align-items:flex-start;display:flex;flex-direction:column;gap:5px;padding:0 .6rem}.card-content h4{font-size:14px;font-weight:600;margin:0 0 2px;text-align:left}.description{color:#666;font-size:12px;font-weight:400;margin-bottom:0;text-align:left}.icon-row{flex-direction:row;gap:5px;margin-bottom:0;margin-top:0;width:100%}.icon-box,.icon-row{align-items:center;display:flex}.icon-box{gap:.2rem;justify-content:flex-start}.icon-box svg{flex-shrink:0}.icon-details{align-items:center;display:flex;flex-direction:row;gap:4px;justify-content:center;line-height:1}.icon-label{color:#333;font-size:16px;font-weight:700;margin:0;text-align:center}.icon-sub{color:#555;font-size:10px;font-weight:600;line-height:1;margin-top:0;text-align:center}.score-info{align-items:center;display:flex;gap:2.5rem;justify-content:center;margin-bottom:.6rem;margin-top:.5rem;width:100%}.label{color:#444;font-size:12px;margin-bottom:2px}.label,.value{font-weight:500}.value{color:#000;font-size:13px;text-align:center}.attempt-button{align-items:center;background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:.4rem;height:40px;justify-content:center;margin-top:5px;padding:.3rem .6rem;transition:background .3s;width:100%}.attempt-button:hover{background:#0056d2}@media (max-width:1200px){.testseries-main-container{max-width:100vw;overflow-x:hidden}.testseries-grid-wrapper{display:flex;flex-direction:column}.testseries-grid-wrapper,.testseries-left-column-wrapper,.testseries-right-sidebar-container{height:auto;min-width:0;overflow:visible;width:100%}}@media (max-width:768px){.testseries-main-container{padding:16px}.testseries-header-section{padding:0}.testseries-main-title{font-size:22px}.testseries-banner{padding:20px}.testseries-header-left-group{align-items:flex-start;flex-direction:column;gap:.8rem}.testseries-notification-icon{align-self:flex-end}.card-row{justify-content:center}.testseries-right-sidebar-container{width:100%}}@media (max-width:480px){.testseries-main-container{padding:12px}.testseries-header-section{padding:0}.testseries-main-title{font-size:20px}.testseries-header-left-group{padding:12px}.testseries-search-container{width:100%}.testseries-right-sidebar-container{margin-top:20px}}.testseries-banner-image-wrapper{align-items:center;display:flex;height:100%}.testseries-banner-image{height:100%;margin-right:40px;max-height:240px;object-fit:contain;width:auto}@media (max-width:768px){.testseries-banner-content{align-items:flex-start;flex-direction:column;gap:16px}.testseries-banner-image{align-self:center;max-height:120px}}.skeleton{background-color:#e1e1e1;border-radius:16px;overflow:hidden;position:relative}.skeleton:after{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000,#fff9,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.skeleton-text{background-color:#e1e1e1;border-radius:4px;height:12px;margin:4px 0}.skeleton-image{background-color:#e1e1e1;border-radius:8px}.skeleton-icon{background-color:#e1e1e1;border-radius:50%;height:20px;width:20px}.skeleton-button{background-color:#e1e1e1;border-radius:8px;height:36px}@media (max-width:1200px){.testseries-banner{min-width:0;min-width:auto;width:100%}.testseries-section{width:100%}}@media (max-width:992px){.testseries-header-left-group{flex-wrap:wrap;gap:15px}.testseries-search-container{margin-left:0;max-width:100%;order:3}.testseries-notification-icon{margin-left:auto}}@media (max-width:768px){.testseries-left-column{margin-top:40px}.testseries-banner-content{flex-direction:column;text-align:center}.testseries-banner-image{margin-top:15px;max-height:120px}.card-row{flex-wrap:wrap;justify-content:center;overflow-x:visible;overflow-x:initial}.test-card{height:310px;margin-bottom:20px;max-width:350px;width:100%}.icon-row{flex-direction:row;gap:0;justify-content:flex-start}.card-image{height:160px}.off-badge{font-size:12px!important;padding:6px 15px!important;width:120px!important}}@media (max-width:576px){.newdash-main-title{font-size:24px}.testseries-banner-text h3{font-size:20px}.testseries-banner-text p{font-size:14px}.testseries-section{margin-top:0!important}.testseries-section-heading{font-size:18px;text-align:center}.testseries-search-input{padding:10px 16px 10px 44px}.card-content{padding:0 1rem}.attempt-button{font-size:14px;margin-bottom:10px!important;padding:.5rem}}@media (max-width:400px){.test-card{min-width:0;min-width:auto;width:100%}.icon-row{align-items:center;flex-direction:row;gap:15px;justify-content:flex-start}.icon-box{justify-content:center;width:100%}}.testseries-header-section{margin:0;padding:0;width:100%}.testseries-header-left-group,.testseries-header-section{align-items:center;display:flex;justify-content:space-between}.testseries-header-left-group{background-color:#fff;box-sizing:border-box;gap:24px;max-width:none;padding:5px 20px;position:absolute;top:0;width:700px}.testseries-title-container{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;gap:0}.testseries-main-title{color:#1e293b;font-size:20px;font-weight:600;margin:0}.testseries-subtitle-container{align-items:center;display:flex;gap:8px}.testseries-subtitle-text{color:#64748b;font-size:14px;font-weight:500}.testseries-search-container{box-sizing:border-box;flex-grow:1;flex-shrink:0;margin-left:auto;max-width:300px;min-width:200px;position:relative;width:100%}.testseries-search-form{width:100%}.testseries-search-wrapper{border-radius:12px;box-sizing:border-box;position:relative;transition:all .2s ease;width:100%}.testseries-search-wrapper.active{border-color:#b6c2d6;box-shadow:none}.testseries-search-input{border:1.5px solid #e2e8f0;border-radius:12px;box-sizing:border-box;color:#1e293b;font-size:14px;outline:none;padding:12px 16px 12px 44px;width:100%}.testseries-search-input::placeholder{color:#b6c2d6}.testseries-search-icon{color:#94a3b8;font-size:14px;left:16px}.testseries-clear-btn,.testseries-search-icon{position:absolute;top:50%;transform:translateY(-50%)}.testseries-clear-btn{background:none;border:none;border-radius:4px;color:#b6c2d6;cursor:pointer;padding:4px;right:12px;transition:color .2s ease}.testseries-clear-btn:hover{color:#64748b}.testseries-notification-icon{color:#ef4444;cursor:pointer;flex-shrink:0;margin-left:0;position:relative;top:2px}.guidance-page-container{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;padding:15px}.guidance-batch-container{grid-gap:15px;align-items:start;display:grid;gap:15px;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1300px}.guidance-main-content{background:#0000;border-radius:12px;flex-direction:column;overflow-y:auto;scrollbar-width:none}.guidance-main-content::-webkit-scrollbar{display:none}.guidance-batch-container>:last-child{height:100vh;overflow-y:auto;position:-webkit-sticky;position:sticky;scrollbar-width:none;top:0}.guidance-batch-container>:last-child::-webkit-scrollbar{display:none}.guidance-section-card{background-color:#fff;flex:1 1;padding:0 18px 10px;width:55%}.guidance-section-card,.guidance-sidebar-top-card{border-radius:18px;box-sizing:border-box;min-height:75px}.guidance-sidebar-top-card{padding:18px}.guidance-header-top,.guidance-sidebar-top-card{align-items:center;display:flex;justify-content:space-between}.guidance-header-top{flex-wrap:nowrap;gap:14px;margin-bottom:0}.guidance-title h1{color:#1e293b;font-size:28px;font-weight:700;margin:0}.guidance-title p{color:#64748b;font-size:14px;font-weight:500;margin:0}.guidance-header-actions{align-items:center;display:flex;gap:12px;white-space:nowrap}.guidance-search-bar{border-radius:12px;box-sizing:border-box;position:relative;width:100%}.guidance-search-bar.active{border-color:#3b82f6}.guidance-search-bar input{border:1.5px solid #e2e8f0;border-radius:12px;box-sizing:border-box;color:#1e293b;font-size:14px;outline:none;padding:12px 16px 12px 44px;width:100%}.guidance-search-bar input::placeholder{color:#94a3b8}.guidance-search-icon{color:#94a3b8;margin-right:6px}.guidance-clear-btn{background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;padding:4px}.guidance-clear-btn:hover{color:#64748b}.guidance-notification-icon{color:#ef4444;cursor:pointer}.guidance-filters{display:flex;gap:10px;padding-top:12px}.guidance-filter-btn{background-color:#fff;border:1px solid #e0e0e0;border-radius:24px;color:#666;cursor:pointer;font-size:14px;font-weight:500;min-width:90px;padding:10px 18px;text-align:center;transition:all .2s ease}.guidance-filter-btn:hover{background-color:#f5f5f5;border-color:#ccc}.guidance-filter-btn.active{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.guidance-course-list{display:flex;flex-direction:column;gap:24px;margin-top:120px}.guidance-course-card{background:#fff;border:.5px solid #e4e4e4;border-radius:10px;box-shadow:0 1px 4px #00000029;display:flex;flex-direction:column;height:280px;margin-bottom:18px;margin-left:5px;margin-right:0;overflow:hidden;padding:8px;transition:box-shadow .2s;width:240px}.guidance-course-img{border-radius:10px;height:120px;margin-bottom:.5rem;object-fit:cover;width:100%}.guidance-course-info{display:flex;flex:1 1;flex-direction:column;gap:4px;justify-content:flex-start;min-width:0}.guidance-course-info h4{color:#1a1a1a;font-size:14px;font-weight:600;margin:0;word-break:break-word}.guidance-course-info .desc{color:#1e1d1d;display:block;font-size:13px;line-height:1.4;margin:6px 0;overflow:visible}.guidance-course-info .purchase-date{color:#94a3b8;font-size:12px}.guidance-course-meta{align-items:center;display:flex;flex-direction:column;justify-content:space-between;min-width:100px}.course-status{align-items:center;color:#10b981;display:flex;gap:6px}.course-status,.view-btn{font-size:13px;font-weight:600}.view-btn{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 10px;transition:background-color .2s ease;width:100%}.view-btn:hover{background-color:#3367d6}.guidance-no-results{color:#999;font-size:14px;padding:24px;text-align:center}@media (max-width:1200px){.guidance-page-container{max-width:100vw;overflow-x:hidden}.guidance-batch-container{gap:16px;grid-template-columns:1fr;min-width:0;padding:0;width:100%}.guidance-batch-container>:last-child,.guidance-main-content{height:auto;min-width:0;overflow:visible;width:100%}}@media (max-width:900px){.testseries-header-left-group,.testseries-header-section{align-items:flex-start;flex-direction:column;gap:10px}.testseries-header-left-group{padding:10px 0;width:100%}}@media (max-width:1024px){.guidance-batch-container{gap:20px;grid-template-columns:1fr;padding:16px}.guidance-header-top{align-items:flex-start;flex-direction:column;gap:16px}.guidance-search-bar input{width:100%}.testseries-header-left-group{align-items:flex-start;flex-direction:column;gap:16px}.testseries-search-container{margin-left:0;max-width:none;width:100%}}@media (max-width:768px){.guidance-title h1,.testseries-main-title{font-size:22px}.testseries-header-left-group{padding:5px 10px}.testseries-notification-icon{margin-left:8px}.guidance-course-card{flex-direction:column;height:auto}.guidance-course-img{height:auto;width:100%}.guidance-course-meta{align-items:center;flex-direction:row;justify-content:space-between;margin-top:12px;width:100%}}@media (max-width:480px){.guidance-batch-container{padding:12px}.guidance-title h1,.testseries-main-title{font-size:20px}.testseries-header-left-group{padding:5px}.testseries-search-container{min-width:150px}.guidance-filter-btn{font-size:13px;padding:6px 12px}}.events-header-section{background-color:#fff;margin:0;padding:0;position:absolute;top:0;width:100%;width:700px;z-index:100}.events-header-left-group,.events-header-section{align-items:center;display:flex;justify-content:space-between}.events-header-left-group{box-sizing:border-box;gap:24px;max-width:none;padding:5px 20px;width:100%}.events-title-container{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;gap:0}.events-main-title{color:#1e293b;font-size:28px;font-weight:700;margin:0}.events-subtitle-container{align-items:center;display:flex;gap:8px}.events-subtitle-text{color:#64748b;font-size:14px;font-weight:500}.events-search-container-new{box-sizing:border-box;flex-grow:1;flex-shrink:0;margin-left:auto;max-width:300px;min-width:200px;position:relative;width:100%}.events-search-form-new{width:100%}.events-search-wrapper-new{border-radius:12px;box-sizing:border-box;position:relative;transition:all .2s ease;width:100%}.events-search-wrapper-new.active{border-color:#b6c2d6;box-shadow:none}.events-search-input-new{border:1.5px solid #e2e8f0;border-radius:12px;box-sizing:border-box;color:#1e293b;font-size:14px;outline:none;padding:12px 16px 12px 44px;width:100%}.events-search-input-new::placeholder{color:#b6c2d6}.events-search-icon-new{color:#94a3b8;font-size:14px;left:16px}.events-clear-btn-new,.events-search-icon-new{position:absolute;top:50%;transform:translateY(-50%)}.events-clear-btn-new{background:none;border:none;border-radius:4px;color:#b6c2d6;cursor:pointer;padding:4px;right:12px;transition:color .2s ease}.events-clear-btn-new:hover{color:#64748b}.events-notification-icon-new{color:#ef4444;cursor:pointer;flex-shrink:0;margin-left:16px;position:relative;top:2px}.events-page-container{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;padding:15px}.events-batch-container{grid-gap:15px;align-items:start;display:grid;gap:15px;grid-template-columns:2fr 1fr;margin:0 auto}.events-main-content{background:#0000;border-radius:12px;overflow-y:auto;scrollbar-width:none;width:100%}.events-main-content::-webkit-scrollbar{display:none}.events-batch-container>:last-child{height:100vh;overflow-y:auto;position:-webkit-sticky;position:sticky;scrollbar-width:none;top:0}.events-batch-container>:last-child::-webkit-scrollbar{display:none}.events-section-card{background-color:#fff;margin-bottom:20px;min-height:62px;padding:0 18px 18px;position:absolute;top:70px;width:700px;z-index:100}.card-container,.events-section-card{box-sizing:border-box}.events-header-search-card{align-items:center;display:flex;gap:20px;height:97px;justify-content:space-between}.events-header-content{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;gap:4px}.events-date-text{color:#64748b;font-size:14px;font-weight:500}.events-search-container{flex-grow:1;flex-shrink:1;max-width:300px;position:relative}.events-search-form{width:100%}.events-search-wrapper{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;position:relative;transition:all .2s ease;width:100%}.events-search-wrapper.active{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.events-search-input{background:#0000;border:none;box-sizing:border-box;color:#1e293b;font-size:14px;outline:none;padding:12px 16px 12px 44px;width:100%}.events-search-input::placeholder{color:#94a3b8}.events-search-icon{color:#94a3b8;left:16px;position:absolute;top:50%;transform:translateY(-50%)}.events-search-right-wrapper{align-items:center;display:flex;flex-shrink:0;gap:12px}.events-clear-btn{background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:color .2s ease}.events-clear-btn:hover{color:#64748b}.events-notification-icon{color:#ef4444;cursor:pointer;flex-shrink:0;font-size:20px}.events-search-results{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;box-sizing:border-box;max-height:300px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 8px);width:100%;z-index:1000}.events-search-item{align-items:center;cursor:pointer;display:flex;gap:12px;padding:12px 16px;transition:background-color .2s ease}.events-search-item:hover{background-color:#f8fafc}.events-search-image{border-radius:8px;height:40px;overflow:hidden;width:40px}.events-search-image img{height:100%;object-fit:cover;width:100%}.events-search-content h4{color:#1e293b;font-size:14px;font-weight:600;margin:0 0 4px}.events-search-content p{color:#64748b;font-size:12px;margin:0}.events-filter-card{display:flex;gap:10px;padding-bottom:12px;padding-top:12px}.events-filter-btn{background-color:#fff;border:1px solid #e0e0e0;border-radius:24px;color:#666;cursor:pointer;font-size:14px;font-weight:500;min-width:90px;padding:10px 18px;text-align:center;transition:all .2s ease}.events-filter-btn:hover{background-color:#f5f5f5;border-color:#ccc}.events-filter-btn.active{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.events-grid-card{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);height:74dvh;margin-top:100px;overflow-x:hidden;overflow-y:auto;padding:0 10px;width:700px}.events-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px #0000000d;cursor:pointer;display:flex;flex-direction:column;height:300px;overflow:hidden;transition:all .3s ease-in-out;width:240px}.events-card-image{height:220px;overflow:hidden;position:relative;width:100%}.events-card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.events-card-content{display:flex;flex:1 1;flex-direction:column;gap:5px;padding:5px 10px}.events-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#111827;display:-webkit-box;font-size:15px;font-weight:600;line-height:1.3;margin:0;overflow:hidden}.events-card-organizer,.events-card-speaker{align-items:center;color:#6b7280;display:flex;font-size:13px;font-weight:500;gap:6px;margin:0}.events-card-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#4b5563;display:-webkit-box;font-size:14px;line-height:1.5;margin:0;overflow:hidden}.events-card-meta{color:#6b7280;display:flex;flex-direction:column;font-size:12px;gap:4px;margin-top:auto}.events-card-meta p{align-items:center;display:flex;gap:6px;margin:0}.events-card-footer{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px;margin-top:4px}.events-know-more-btn{background-color:#2563eb;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:10px;font-weight:400;height:30px;letter-spacing:.5px;padding:5px 10px;text-transform:uppercase;transition:all .2s ease;width:100px}.events-know-more-btn:hover{background-color:#1d4ed8;transform:translateY(-1px)}.events-know-more-btn:active{transform:translateY(0)}.events-registration-count{background-color:#f3f4f6;border-radius:12px;color:#374151;font-size:12px;font-weight:400;padding:4px 10px}@media (max-width:1024px){.events-batch-container{gap:20px;grid-template-columns:1fr;padding:16px}.events-header-left-group{align-items:flex-start;flex-direction:column;gap:16px}.events-search-container-new{margin-left:0;max-width:none;width:100%}.events-header-search-card{align-items:flex-start;flex-direction:column;gap:16px;height:auto;padding:16px}.events-header-top-row{align-items:center;display:flex;justify-content:space-between;width:100%}.events-header-content{flex-grow:1;flex-shrink:1;margin-right:0}.events-main-title{font-size:24px}.events-date-text{font-size:13px}.events-notification-icon{flex-shrink:0;font-size:22px;margin-left:0}.events-search-container{flex-shrink:1;margin-left:0;max-width:none;min-width:0;min-width:auto;order:2;width:100%}.events-search-input,.events-search-wrapper{box-sizing:border-box;width:100%}.events-search-right-wrapper{display:none}.events-search-results{box-sizing:border-box;left:0;min-width:0;min-width:auto;right:auto;width:100%}.events-grid-card{gap:16px;grid-template-columns:repeat(2,1fr)}.events-batch-container>:last-child{min-height:auto;position:static;top:auto}}@media (max-width:768px){.events-main-title{font-size:22px}.events-header-left-group{padding:5px 10px}.events-notification-icon-new{margin-left:8px}.events-date-text{font-size:12px}.events-filters-card{flex-wrap:wrap;gap:10px;justify-content:center}.events-grid-card{gap:16px;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.events-batch-container{padding:12px}.card-container{padding:16px}.events-main-title{font-size:18px}.events-header-left-group{padding:5px}.events-search-container-new{min-width:150px}.events-date-text{font-size:11px}.events-filter-btn{font-size:13px;padding:6px 12px}.events-grid-card{gap:12px;grid-template-columns:1fr}.events-card-image{height:120px}.events-search-input{font-size:13px;padding:10px 14px 10px 40px}.events-search-icon{left:12px}.events-clear-btn{right:10px}.events-search-content h4{font-size:13px}.events-search-content p{font-size:11px}.events-card-content{padding:12px}.events-card-title{font-size:15px}.events-card-description{font-size:12px}.events-know-more-btn{font-size:11px;padding:6px 12px}.events-registration-count{font-size:10px}}.events-search-results{min-width:0;min-width:auto}@media (max-width:1200px){.events-page-container{max-width:100vw;overflow-x:hidden}.events-batch-container{gap:16px;grid-template-columns:1fr;min-width:0;padding:0;width:100%}.events-batch-container>:last-child,.events-main-content{height:auto;min-width:0;overflow:visible;width:100%}}@media (max-width:900px){.events-header-left-group,.events-header-section{align-items:flex-start;flex-direction:column;gap:10px}.events-header-left-group{padding:10px 0;width:100%}}.event-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;transition:opacity .3s ease;width:100vw;z-index:1000}.event-modal{animation:modalFadeIn .3s ease-out;background-color:#fff;border-radius:20px;box-shadow:0 10px 30px #00000026;max-height:80vh;max-width:1200px;overflow-y:auto;padding:30px;position:relative;width:90%}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.event-modal-close{background:none;border:none;color:#6b7280;cursor:pointer;font-size:28px;position:absolute;right:15px;top:15px;transition:color .2s ease}.event-modal-close:hover{color:#111827}.event-modal-header{margin-bottom:30px;text-align:center}.event-modal-image{border-radius:12px;box-shadow:0 4px 12px #0000000d;height:250px;margin-bottom:20px;object-fit:cover;width:100%}.event-modal-title{color:#111827;font-size:28px;font-weight:700;margin:0 0 10px}.event-modal-organizer{color:#6b7280;font-size:16px;margin:0}.event-details,.event-modal-body{display:flex;gap:30px}.event-details{flex:1 1;flex-direction:column}.event-registration-section{align-self:flex-start;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;padding:20px;position:-webkit-sticky;position:sticky;top:0;width:300px}.event-registration-section h3{color:#374151;font-size:20px;font-weight:600;margin:0 0 15px;position:relative}.event-registration-section h3:after{background-color:#2563eb;bottom:-5px;content:"";height:2px;left:0;position:absolute;width:40px}.event-registration-section p{color:#4b5563;font-size:15px;line-height:1.6;margin:0 0 20px}.event-section{padding-bottom:20px}.event-section h3{color:#374151;font-size:20px;font-weight:600;margin:0 0 15px;position:relative}.event-section h3:after{background-color:#2563eb;bottom:-5px;content:"";height:2px;left:0;position:absolute;width:40px}.event-section p{color:#4b5563;font-size:15px;line-height:1.6;margin:8px 0}.event-section ul{list-style-type:disc;margin:0;padding-left:20px}.event-section li{color:#4b5563;font-size:15px;line-height:1.6;margin-bottom:8px}.event-tags{gap:8px}.event-tag{background-color:#f3f4f6;color:#374151;font-size:13px;padding:6px 12px}.event-register-form{display:flex;flex-direction:column;gap:15px;margin-top:15px}.event-register-form label{color:#374151;font-size:14px;font-weight:500}.event-register-form input{background-color:#f9fafb;border:1px solid #d1d5db;border-radius:8px;color:#111827;font-size:15px;padding:12px}.event-register-form button{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px;transition:all .2s ease}.event-register-form button:hover{background-color:#1d4ed8}.event-register-form button:disabled{background-color:#9ca3af;cursor:not-allowed}.event-section a{color:#2563eb;text-decoration:none;transition:color .2s ease}.event-section a:hover{color:#1d4ed8;text-decoration:underline}:root{--primary-color:#3498db;--dark-color:#2c3e50;--light-color:#ecf0f1;--shadow:0 4px 20px #0000001a;--border-radius:12px}body{background-color:#f9f9f9}.sb-store-wrapper{margin:0 auto;max-width:1400px;padding:0 1rem}.sb-hero{background:linear-gradient(135deg,#3498db,#2c3e50);background:linear-gradient(135deg,var(--primary-color),var(--dark-color));border-radius:12px;border-radius:var(--border-radius);color:#fff;margin:2rem;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.sb-hero:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJhIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxwYXRoIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMC4wNSkiIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjYSkiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48L3N2Zz4=);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.sb-hero-content{margin:0 auto;max-width:800px;position:relative;z-index:1}.sb-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.sb-hero p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.sb-coin-display{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border-radius:50px;display:inline-flex;padding:.5rem 1rem}.sb-coin-icon{font-size:1.2rem;margin-right:.5rem}.sb-coin-count{font-weight:600}.sb-search-wrapper{margin-bottom:2rem}.sb-search-bar{border-radius:50px;box-shadow:0 4px 20px #0000001a;box-shadow:var(--shadow);display:flex;margin:0 auto;max-width:600px;overflow:hidden}.sb-search-bar input{border:none;flex:1 1;font-size:1rem;outline:none;padding:1rem 1.5rem}.sb-search-icon{background-color:#3498db;background-color:var(--primary-color);border:none;color:#fff;cursor:pointer;padding:1.2rem;transition:all .3s ease;transition:var(--transition)}.sb-search-icon:hover{background-color:#2980b9}.sb-categories-wrapper{margin-bottom:2rem}.sb-categories{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.sb-categories button{background-color:#ecf0f1;background-color:var(--light-color);border:none;border-radius:50px;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease;transition:var(--transition)}.sb-categories button:hover{background-color:#d5dbdb}.sb-categories button.active{background-color:#3498db;background-color:var(--primary-color);color:#fff}.sb-section-title{margin:2rem 0 1.5rem;text-align:center}.sb-section-title h2{color:#2c3e50;color:var(--dark-color);font-size:1.8rem;margin-bottom:.5rem}.sb-no-products{color:#7f8c8d;color:var(--text-light);font-style:italic}.sb-products-section{margin:2rem 0;position:relative}.sb-products-list{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;scrollbar-width:none}.sb-products-list::-webkit-scrollbar{display:none}.sb-scroll-btn{align-items:center;background-color:#fff;border:none;border-radius:50%;box-shadow:0 4px 20px #0000001a;box-shadow:var(--shadow);color:#2c3e50;color:var(--dark-color);cursor:pointer;display:flex;height:40px;justify-content:center;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;transition:var(--transition);width:40px;z-index:10}.sb-scroll-btn:hover{opacity:1;transform:translateY(-50%) scale(1.1)}.sb-scroll-btn.left{left:-20px}.sb-scroll-btn.right{right:-20px}.sb-scroll-btn svg{height:20px;width:20px}.sb-cart-btn{align-items:center;background-color:#3498db;background-color:var(--primary-color);border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 20px #0003;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:60px;justify-content:center;position:fixed;right:2rem;transition:all .3s ease;transition:var(--transition);width:60px;z-index:100}.sb-cart-btn:hover{background-color:#2980b9;transform:scale(1.1)}.sb-cart-badge{align-items:center;background-color:#2ecc71;background-color:var(--secondary-color);border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:24px;justify-content:center;position:absolute;right:-5px;top:-5px;width:24px}.sb-cart-panel{background-color:#fff;box-shadow:-5px 0 15px #0000001a;display:flex;flex-direction:column;height:100vh;position:fixed;right:-400px;top:0;transition:right .3s ease;width:380px;z-index:1000}.sb-cart-panel.visible{right:0}.sb-cart-top{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1.5rem}.sb-cart-top h3{color:#2c3e50;color:var(--dark-color);font-size:1.25rem;margin:0}.sb-close-btn{background:none;border:none;color:#7f8c8d;color:var(--text-light);cursor:pointer;font-size:1.5rem;transition:all .3s ease;transition:var(--transition)}.sb-close-btn:hover{color:#2c3e50;color:var(--dark-color);transform:rotate(90deg)}.sb-empty-cart{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.sb-empty-cart p{color:#7f8c8d;color:var(--text-light);margin-bottom:1.5rem}.sb-shopping-btn{background-color:#3498db;background-color:var(--primary-color);border:none;border-radius:50px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease;transition:var(--transition)}.sb-shopping-btn:hover{background-color:#2980b9}.sb-cart-products{flex:1 1;overflow-y:auto;padding:1rem}.sb-cart-product{align-items:center;border-bottom:1px solid #eee;display:flex;gap:1rem;padding:1rem 0}.sb-cart-product:last-child{border-bottom:none}.sb-cart-product img{border-radius:8px;height:70px;object-fit:cover;width:70px}.sb-product-info{flex:1 1}.sb-product-info h4{color:#2c3e50;color:var(--dark-color);font-size:.95rem;margin-bottom:.25rem}.sb-product-info p{color:#3498db;color:var(--primary-color);font-size:.9rem;font-weight:600;margin-bottom:.5rem}.sb-quantity-control{align-items:center;display:flex;gap:.5rem}.sb-quantity-control button{align-items:center;background-color:#f1f1f1;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1rem;height:28px;justify-content:center;transition:all .3s ease;transition:var(--transition);width:28px}.sb-quantity-control button:disabled{cursor:not-allowed;opacity:.5}.sb-quantity-control button:hover:not(:disabled){background-color:#ddd}.sb-quantity-control span{font-weight:500;min-width:20px;text-align:center}.sb-remove-btn{align-items:center;background:none;border:none;border-radius:50%;color:#7f8c8d;color:var(--text-light);cursor:pointer;display:flex;font-size:1.25rem;height:30px;justify-content:center;transition:all .3s ease;transition:var(--transition);width:30px}.sb-remove-btn:hover{background-color:#f9f9f9;color:#e74c3c}.sb-cart-bottom{background-color:#f9f9f9;border-top:1px solid #eee;padding:1.5rem}.sb-total{color:#2c3e50;color:var(--dark-color);font-size:1.1rem;justify-content:space-between;margin-bottom:1.5rem}.sb-checkout-btn,.sb-total{display:flex;font-weight:600}.sb-checkout-btn{align-items:center;background-color:#2ecc71;background-color:var(--secondary-color);border:none;border-radius:50px;color:#fff;cursor:pointer;justify-content:center;padding:1rem;transition:all .3s ease;transition:var(--transition);width:100%}.sb-checkout-btn:hover:not(:disabled){background-color:#27ae60;transform:translateY(-2px)}.sb-checkout-btn:disabled{background-color:#bdc3c7;cursor:not-allowed}.sb-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.sb-contact-btns{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.sb-contact-btn,.sb-support-btn{background:#0000;border:1px solid #fff;border-radius:50px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease;transition:var(--transition)}.sb-contact-btn:hover,.sb-support-btn:hover{background:#fff;color:#2c3e50;color:var(--dark-color)}.sb-contact-section{background-color:#fff;border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 20px #0000001a;box-shadow:var(--shadow);margin-bottom:3rem;padding:2rem;text-align:center}.sb-contact-section h3{color:#2c3e50;color:var(--dark-color);font-size:1.5rem;margin-bottom:.5rem}.sb-contact-section p{color:#7f8c8d;color:var(--text-light);margin-bottom:1.5rem}.sb-contactus-btn{background-color:#3498db;background-color:var(--primary-color);border:none;border-radius:50px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease;transition:var(--transition)}.sb-contactus-btn:hover{background-color:#2980b9;transform:translateY(-2px)}.sb-addcart-btn{background-color:#3498db;background-color:var(--primary-color);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease;transition:var(--transition)}.sb-addcart-btn:hover{background-color:#2980b9;transform:translateY(-2px)}.sb-product-card{background-color:#fff;background-color:var(--card-bg);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 20px #0000001a;box-shadow:var(--shadow);display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;transition:all .3s ease;transition:var(--transition);width:280px}.sb-product-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.sb-product-img-container{height:180px;overflow:hidden;position:relative}.sb-product-img{border-radius:20px;height:100%;object-fit:cover;padding:6px;transition:all .3s ease;transition:var(--transition);width:100%}.sb-product-card:hover{transform:scale(1.05)}.sb-bestseller-tag{background-color:#2ecc71;background-color:var(--secondary-color);border-radius:50px;color:#fff;font-size:.75rem;font-weight:600;left:10px;padding:.25rem .75rem;position:absolute;top:10px}.sb-product-details{display:flex;flex:1 1;flex-direction:column;padding:0 1.25rem 1.25rem}.sb-product-details h3{color:#2c3e50;color:var(--dark-color);font-size:1.1rem;margin-bottom:.5rem}.sb-product-desc{color:#7f8c8d;color:var(--text-light);flex:1 1;font-size:.9rem}.sb-rating-wrapper{align-items:center;display:flex;margin-bottom:1rem}.sb-stars{color:#ccc;margin-right:.5rem}.sb-star{display:inline-block;position:relative}.sb-star.filled{color:#f39c12}.sb-star.half-filled:after{color:#f39c12;content:"★";left:0;overflow:hidden;position:absolute;width:50%}.sb-rating-text{color:#7f8c8d;color:var(--text-light);font-size:.8rem}.sb-color-options{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.sb-color-label{color:#7f8c8d;color:var(--text-light);font-size:.8rem}.sb-color-circle{border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #ddd;cursor:pointer;height:16px;transition:all .3s ease;transition:var(--transition);width:16px}.sb-color-circle.active{border:2px solid #000;box-shadow:0 0 3px #00000080}.sb-color-circle:hover{transform:scale(1.2)}.sb-price-wrapper{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.sb-price{color:#3498db;color:var(--primary-color);font-size:1.2rem;font-weight:700}.sb-purchase-btn{align-items:center;background-color:#3498db;background-color:var(--primary-color);border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;justify-content:center;min-width:120px;padding:.5rem 1rem;transition:all .3s ease;transition:var(--transition)}.sb-purchase-btn:hover{background-color:#2980b9;transform:translateY(-2px)}.sb-purchase-btn.disabled{background-color:#bdc3c7;cursor:not-allowed;transform:none}.sb-spinner{animation:spin 1s ease-in-out infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;margin-right:8px;width:16px}.sb-purchases-section{background-color:#fff;border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 20px #0000001a;box-shadow:var(--shadow);margin:3rem 0;padding:2rem}.sb-purchases-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:1.5rem}.sb-purchased-item{align-items:center;background-color:#ecf0f1;background-color:var(--light-color);border-radius:12px;border-radius:var(--border-radius);display:flex;gap:1rem;padding:1rem}.sb-purchased-item img{border-radius:8px;height:60px;object-fit:cover;width:60px}.sb-purchase-info h4{font-size:.9rem;margin-bottom:.25rem}.sb-purchase-info p{color:#7f8c8d;color:var(--text-light);font-size:.8rem;margin-bottom:.25rem}.sb-purchase-date{color:#7f8c8d;color:var(--text-light);font-size:.7rem}.sb-newsletter{background:linear-gradient(135deg,#2c3e50,#34495e);background:linear-gradient(135deg,var(--dark-color),#34495e);border-radius:12px;border-radius:var(--border-radius);color:#fff;margin:3rem 0;padding:3rem 2rem;text-align:center}.sb-newsletter-content{margin:0 auto;max-width:600px}.sb-newsletter-content h3{font-size:1.5rem;margin-bottom:1rem}.sb-newsletter-content p{margin-bottom:1.5rem;opacity:.9}.sb-newsletter-form{display:flex;margin:0 auto;max-width:400px}.sb-newsletter-form input{border:none;border-radius:50px 0 0 50px;flex:1 1;font-size:.9rem;outline:none;padding:.75rem 1rem}.sb-subscribe-btn{background-color:#2ecc71;background-color:var(--secondary-color);border:none;border-radius:0 50px 50px 0;color:#fff;cursor:pointer;font-weight:500;padding:0 1.5rem;transition:all .3s ease;transition:var(--transition)}.sb-subscribe-btn:hover{background-color:#27ae60}.sb-no-purchases{background-color:#f8f9fa;border-radius:8px;color:#6c757d;margin:1rem 0;padding:2rem;text-align:center}.sb-no-purchases p{margin:.5rem 0}.sb-course-header{padding:1.25rem 1.25rem 0}.sb-course-header h3{color:#2c3e50;color:var(--dark-color);font-size:1.2rem}.sb-course-pricing{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.sb-discounted-price{color:#3498db;color:var(--primary-color);font-size:1.5rem;font-weight:700}.sb-original-price{color:#7f8c8d;color:var(--text-light);font-size:1rem;text-decoration:line-through}.sb-explore-btn{background-color:initial;border:1px solid #3498db;border:1px solid var(--primary-color);border-radius:50px;color:#3498db;color:var(--primary-color);cursor:pointer;font-size:.9rem;font-weight:500;margin-right:.5rem;padding:.5rem 1rem;transition:all .3s ease;transition:var(--transition)}.sb-explore-btn:hover{background-color:#3498db1a}.sb-enroll-btn{background-color:#2980b9;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease;transition:var(--transition)}.sb-enroll-btn:hover{background-color:#2980b9;transform:translateY(-2px)}.sb-courses-list .sb-product-card{display:flex;flex-direction:column;min-height:300px}.sb-courses-list .sb-product-details{display:flex;flex:1 1;flex-direction:column;text-align:start}.sb-courses-list .sb-price-wrapper{margin-top:auto}@media (max-width:768px){.sb-hero{padding:3rem 1rem}.sb-hero h1{font-size:2rem}.sb-product-card{width:240px}.sb-scroll-btn.left{left:0}.sb-scroll-btn.right{right:0}}@media (max-width:480px){.sb-hero{padding:2rem 1rem}.sb-hero h1{font-size:1.5rem}.sb-hero p{font-size:1rem}.sb-search-bar{border-radius:12px;border-radius:var(--border-radius)}.sb-search-icon{padding:0 1rem}.sb-product-card{width:220px}.sb-purchases-grid{grid-template-columns:1fr}}.ts-section{background-color:#f9f9f9;margin:2rem 0;padding:2rem 0}.ts-title{color:#2c3e50;font-size:2rem;margin-bottom:1.5rem;text-align:center}.ts-scroll-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative}.ts-container{-ms-overflow-style:none;display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;scrollbar-width:none}.ts-container::-webkit-scrollbar{display:none}.ts-card{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;flex:0 0 auto;min-width:300px;overflow:hidden;transition:transform .3s ease}.ts-card:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-5px)}.ts-img-container{height:180px;overflow:hidden;position:relative}.ts-img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.ts-card:hover .ts-img{transform:scale(1.05)}.ts-bestseller{background-color:#ff6b6b;border-radius:4px;color:#fff;font-size:.8rem;font-weight:700;left:10px;padding:.25rem .5rem;position:absolute;top:10px}.ts-content{padding:1.2rem}.ts-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.5rem}.ts-name{color:#2c3e50;flex:1 1;font-size:1.2rem;margin:0}.ts-price{color:#e74c3c;font-size:1.2rem;font-weight:700;margin-left:1rem}.ts-tagline{color:#7f8c8d;font-size:.9rem;font-style:italic;margin-bottom:.8rem}.ts-desc{color:#34495e;font-size:.9rem;line-height:1.4;margin-bottom:1rem}.ts-rating{align-items:center;display:flex;margin-bottom:1rem}.ts-stars{display:flex;margin-right:.5rem}.ts-star{color:#ddd;font-size:1rem}.ts-star.filled{color:#f39c12}.ts-star.half-filled{color:#ddd;position:relative}.ts-star.half-filled:after{color:#f39c12;content:"★";left:0;overflow:hidden;position:absolute;width:50%}.ts-rating-text{color:#7f8c8d;font-size:.8rem}.ts-enroll-btn{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:.7rem;transition:background-color .3s ease;width:100%}.ts-enroll-btn:hover{background-color:#2980b9}.ts-scroll-arrow{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 5px #0003;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:1}.ts-scroll-arrow:hover{background:#f1f1f1;box-shadow:0 3px 6px #0000004d}.ts-scroll-arrow.left{left:0}.ts-scroll-arrow.right{right:0}.ts-scroll-arrow svg{height:20px;width:20px}@media (max-width:768px){.ts-scroll-container{padding:0 1rem}.ts-card{min-width:280px}.ts-scroll-arrow{height:35px;width:35px}}.interview-wrapper{display:flex;flex-direction:column;height:100vh;overflow-x:hidden}.interview-content-wrapper,.interview-wrapper{background-color:#fff;overflow-y:auto;width:100%}.interview-content-wrapper{flex:1 1;min-height:0;padding:20px}.interview-loading-container{align-items:center;background:#fff;display:flex;flex-direction:column;gap:20px;height:100vh;justify-content:center;width:100%}.interview-loading-text{color:#64748b;font-size:16px;font-weight:500;margin:0}.interview-step-indicator{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;justify-content:center;margin:20px 0;padding:20px}.interview-step,.interview-step-container{align-items:center;display:flex;position:relative}.interview-step{background:#f1f5f9;border:2px solid #e2e8f0;border-radius:50%;color:#64748b;font-size:14px;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px;z-index:2}.interview-step.active{background:#3470e3;border-color:#3470e3;color:#fff}.interview-step.completed{background:#10b981;border-color:#10b981;color:#fff}.interview-step-line{background:#e2e8f0;height:2px;position:relative;transition:all .3s ease;width:80px}.interview-step-line.completed{background:#10b981}.interview-step-content{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;margin-bottom:20px;padding:24px;width:100%}.interview-step-header{margin-bottom:24px;text-align:center}.interview-step-header h2{color:#1e293b;font-size:24px;font-weight:600;margin-bottom:8px}.interview-step-header p{color:#64748b;font-size:14px;font-weight:500;margin:0}.interview-no-slots{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:60px 20px;text-align:center;width:100%}.interview-no-slots-icon{font-size:48px;margin-bottom:16px}.interview-no-slots h3{color:#1e293b;font-size:20px;font-weight:600;margin-bottom:8px}.interview-no-slots p{color:#64748b;font-size:14px;font-weight:500}.interview-calendar-container{display:flex;flex-direction:column;gap:20px;width:100%}.interview-date-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px;width:100%}.interview-date-header{color:#1e293b;font-size:18px;font-weight:600;margin-bottom:16px;padding-left:12px;position:relative}.interview-date-header:before{background:#3470e3;border-radius:2px;content:"";height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:3px}.interview-time-slots{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));width:100%}.interview-time-slot{background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:6px;overflow:hidden;padding:16px;position:relative;text-align:center;transition:all .3s ease}.interview-time-slot:hover:not(.booked){border-color:#3470e3}.interview-time-slot.available{border-color:#10b981;color:#1e293b}.interview-time{font-size:16px;font-weight:600}.interview-slot-status{color:#64748b;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.interview-time-slot.available:hover{background:#10b981;border-color:#10b981;color:#fff}.interview-time-slot.available:hover .interview-slot-status{color:#fffc}.interview-time-slot.selected{background:#3470e3;border-color:#3470e3;color:#fff}.interview-time-slot.selected .interview-slot-status{color:#fffc}.interview-time-slot.booked{background:#fef2f2;border-color:#fecaca;color:#dc2626;cursor:not-allowed;opacity:.6}.interview-selected-slot-info{align-items:center;background:#3470e3;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;justify-content:space-between;margin-bottom:24px;padding:20px;width:100%}.interview-slot-details h3{font-size:16px;font-weight:600;margin-bottom:4px}.interview-slot-details p{color:#ffffffe6;font-size:14px;font-weight:500;margin:0}.interview-booking-form{display:flex;flex-direction:column;gap:24px;width:100%}.interview-form-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;padding:20px;position:relative;width:100%}.interview-form-section h2{color:#1e293b;font-size:20px;font-weight:600;margin-bottom:20px}.interview-form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));width:100%}.interview-form-group{display:flex;flex-direction:column;gap:8px;position:relative;width:100%}.interview-form-group-full{grid-column:1/-1}.interview-form-group label{color:#374151;font-size:14px;font-weight:500}.interview-form-group input,.interview-form-group select,.interview-form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#1e293b;font-size:14px;padding:12px 16px;transition:all .3s ease;width:100%}.interview-form-group input:focus,.interview-form-group select:focus,.interview-form-group textarea:focus{border-color:#3470e3;outline:none}.interview-form-group input.error,.interview-form-group select.error,.interview-form-group textarea.error{border-color:#ef4444}.interview-error-text{color:#ef4444;font-size:12px;font-weight:500;margin-top:4px}.interview-form-group textarea{min-height:100px;resize:vertical}.interview-file-input{background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;box-sizing:border-box;cursor:pointer;padding:10px 12px;transition:all .3s ease;width:100%}.interview-file-input:hover{background:#f0f9ff;border-color:#3470e3}.interview-form-actions{border-top:1px solid #e2e8f0;display:flex;gap:16px;justify-content:flex-end;margin-top:24px;padding-top:20px;width:100%}.interview-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;min-width:120px;overflow:hidden;padding:12px 24px;position:relative;text-decoration:none;transition:all .3s ease}.interview-btn.disabled,.interview-btn:disabled{cursor:not-allowed;opacity:.6}.interview-btn-primary{background:#3470e3;color:#fff}.interview-btn-primary:hover:not(:disabled){background:#2563eb}.interview-btn-secondary{background:#f8fafc;border:2px solid #e2e8f0;color:#374151}.interview-btn-secondary:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.interview-btn-small{font-size:12px;min-width:80px;padding:8px 16px}.interview-btn-medium{font-size:14px;min-width:120px;padding:12px 24px}.interview-btn-large{font-size:16px;min-width:140px;padding:16px 32px}.interview-booking-summary{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:24px;width:100%}.interview-summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;padding:20px;width:100%}.interview-summary-card h3{border-bottom:2px solid #e2e8f0;color:#1e293b;font-size:18px;font-weight:600;margin-bottom:16px;padding-bottom:12px}.interview-summary-item{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px;padding:8px 0}.interview-summary-label{color:#64748b;flex:0 0 40%;font-size:14px;font-weight:500}.interview-summary-value{color:#1e293b;flex:1 1;font-size:14px;font-weight:500;text-align:right;word-break:break-word}.interview-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.interview-modal-content{animation:slideUp .3s ease;background:#fff;border-radius:16px;max-height:90vh;max-width:500px;overflow-y:auto;padding:0;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.interview-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:24px 30px 20px}.interview-modal-header h3{color:#1e293b;font-size:20px;font-weight:600}.interview-modal-close{background:none;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;font-size:24px;line-height:1;padding:4px;transition:all .2s ease}.interview-modal-close:hover{background:#f1f5f9;color:#1e293b}.interview-modal-body{padding:24px 30px 30px}@media (max-width:1024px){.interview-content-wrapper{padding:16px}.interview-booking-summary,.interview-form-grid{grid-template-columns:1fr}.interview-time-slots{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width:768px){.interview-content-wrapper{padding:12px}.interview-step-content{padding:20px}.interview-step-indicator{padding:16px}.interview-step{font-size:12px;height:36px;width:36px}.interview-step-line{width:60px}.interview-time-slots{grid-template-columns:1fr}.interview-selected-slot-info{padding:16px;text-align:center}.interview-form-actions,.interview-selected-slot-info{flex-direction:column;gap:12px}.interview-btn{width:100%}.interview-summary-item{flex-direction:column;gap:4px;text-align:left}.interview-summary-label,.interview-summary-value{flex:none;text-align:left}}@media (max-width:480px){.interview-content-wrapper{padding:8px}.interview-step-content{padding:16px}.interview-btn{font-size:13px;padding:10px 20px}.interview-modal-content{margin:10px;width:95%}.interview-modal-body,.interview-modal-header{padding-left:20px;padding-right:20px}.interview-form-section,.interview-summary-card{padding:16px}}.interview-wrapper *{box-sizing:border-box}.interview-wrapper{align-self:stretch;justify-self:stretch;scroll-behavior:smooth}.interview-form-section,.interview-step-content,.interview-summary-card,.interview-wrapper{position:relative;z-index:1}.interview-modal-overlay{z-index:9999}.result-page{background-color:#f0f3f5;font-family:Arial,sans-serif;height:100vh;padding-top:0}.result-card,.result-page{align-items:center;display:flex;flex-direction:column;justify-content:center}.result-card{animation:fadeInSlideUp 1s ease-out forwards;background-color:#fff;border-radius:10px;box-shadow:0 1px 3px 0 #00000005,0 0 0 1px #1b1f2326;margin-bottom:10px;max-width:600px;padding:50px 30px;text-align:center;width:100%}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.tick-wrapper{margin-bottom:20px}.tick-circle,.tick-wrapper{align-items:center;display:flex;justify-content:center}.tick-circle{background-color:green;border-radius:50%;height:60px;width:60px}.tick-icon{animation:tickIconAnimation 1s ease-out forwards;color:#fff;font-size:2rem;opacity:0}@keyframes tickIconAnimation{0%{opacity:0;transform:scale(0) rotate(1turn)}to{opacity:1;transform:scale(1) rotate(0deg)}}.result-title{color:green;font-size:1.6rem;margin:0}.result-message{color:#666;font-size:1rem;line-height:25px;margin-top:10px;text-align:center;width:70%}.side-by-side{display:flex;gap:20px;justify-content:space-between;margin-top:30px;max-width:1200px;width:45%}.connect-section,.dashboard-section{animation:fadeInSlideLeft 1s ease-out forwards;background-color:#fff;border-radius:10px;box-shadow:0 1px 3px 0 #00000005,0 0 0 1px #1b1f2326;max-height:150px;opacity:0;padding:35px;text-align:center;width:35%}@keyframes fadeInSlideLeft{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}.connect-section{animation-delay:.2s}.dashboard-section{animation-delay:.4s}.connect-title{color:#333;font-size:1.5rem;font-weight:400;margin-bottom:20px}.social-icons{display:flex;gap:15px;justify-content:center}.social-icons a{color:#555;font-size:1.5rem;text-decoration:none;transition:color .3s}.social-icons a:hover{color:#c498fe}.dashboard-title{color:#333;font-size:1.5rem;font-weight:400;margin-bottom:10px}.dashboard-icon{display:flex;justify-content:center}.dashboard-icon a{color:#555;font-size:2rem;text-decoration:none;transition:color .3s}.dashboard-icon a:hover{color:#c498fe}.dashboard-icon-item{font-size:3rem}@media (max-width:1200px){.side-by-side{align-items:center;flex-direction:column;gap:30px;width:80%}.connect-section,.dashboard-section{max-height:none;width:80%}}@media (max-width:768px){.result-card{width:80%}.result-title{font-size:1.8rem}.result-message{font-size:.9rem;width:90%}.connect-title,.dashboard-title{font-size:1.3rem}.dashboard-icon a,.social-icons a{font-size:1.2rem}}@media (max-width:576px){.result-page{padding-top:20px}.tick-circle{height:50px;width:50px}.tick-icon{font-size:1.5rem}.side-by-side{flex-direction:column;gap:15px}.connect-section,.dashboard-section{padding:20px;width:90%}.result-title{font-size:1.5rem}.result-message{font-size:.8rem}.connect-title,.dashboard-title{font-size:1.2rem}}@media (max-width:360px){.result-title{font-size:1.2rem}.result-message{font-size:.7rem}.connect-title,.dashboard-icon a,.dashboard-title,.social-icons a{font-size:1rem}}.test-info-container-box{background-color:#fff;border:1px solid #ddd;border-radius:10px;width:89%}.test-info-container,.test-info-container-box{align-items:center;display:flex;flex-direction:column;justify-content:center}.test-info-container{background-color:#f0f3f5;flex-wrap:wrap;font-family:Arial,sans-serif;min-height:100vh;width:100%}.test-info{align-items:flex-start;border-radius:8px;display:flex;flex:1 1;flex-direction:column;height:300px;justify-content:center;max-width:500px;padding:1rem}.test-info h3{color:#333;font-size:1.2rem;font-weight:400}.test-info label{color:#555;display:block;font-weight:400;height:60px;margin-bottom:.5rem;margin-left:0;width:100%}.test-info input{border:1px solid #ddd;border-radius:4px;font-size:1rem;margin-top:.5rem;padding:.5rem;width:96%}.test-info p{font-size:1rem;margin:.5rem 0}.success{color:green;font-weight:700}.error{color:red;font-weight:700}.start-test-btn{background-color:#885df1;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem 1.5rem;transition:all background-color .3s;width:100%}.start-test-btn:hover{background-color:#662eed}.error-message{color:red;font-size:.7rem}.camera-preview{align-items:center;border-radius:8px;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;max-width:400px;text-align:center}.camera-preview h3{color:#333;font-size:1.5rem;margin-bottom:0}.video-capture{align-items:center;border-radius:20px;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;min-height:200px;padding:10px;width:350px}.video-capture video{height:100%;width:100%}.camera-feed{border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 6px #0000001a;height:200px;width:200px}.progress-bar-container{box-shadow:0 2px 4px #0000001a;flex:1 1;height:30px;margin-bottom:1rem;max-width:800px;position:relative;width:100%}.progress-bar{background-color:#4caf50;border-radius:10px 0 0 10px;position:relative;transition:width .4s ease}.progress-bar-label{color:#fff;font-size:1rem;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.requirement-box{gap:30px;width:100%}.progress-bar-wrapper,.requirement-box{align-items:center;display:flex;justify-content:center}.progress-bar-wrapper{font-family:Arial,sans-serif;gap:2rem;padding:2rem 0;width:90%}.step{flex-direction:column;position:relative;text-align:center}.circle,.step{align-items:center;display:flex}.circle{border-radius:50%;color:#fff;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;transition:background-color .3s ease,color .3s ease;width:50px}.circle,.connector{background-color:#d9d9d9}.connector{flex:1 1;height:4px;transition:background-color .3s ease}.label{color:#555;font-size:.9rem;margin-top:.5rem}.step.completed .circle{color:#fff}.connector.completed,.step.completed .circle{background-color:#4caf50}@media (max-width:1200px){.test-info-container-box{width:95%}.progress-bar-wrapper{gap:1.5rem;padding:1.5rem 0}.step .circle{font-size:1rem;height:40px;width:40px}.step .label{font-size:.8rem}.camera-preview{max-width:300px}.video-capture{width:300px}}@media (max-width:768px){.requirement-box{flex-direction:column;gap:20px}.test-info-container-box{height:50%}.test-info{height:auto;max-width:100%;padding:1rem}.camera-preview{border:1px solid silver;max-width:250px}.video-capture{width:250px}.progress-bar-wrapper{align-items:center;display:flex;height:100px;justify-content:space-evenly;padding:1rem 0;width:100%}.step .circle{font-size:.9rem;height:35px;width:35px}.step{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding-top:20px;width:23%}.step .label{font-size:.75rem}}@media (max-width:480px){.progress-bar-wrapper{gap:.5rem;padding:.5rem 0}.step .circle{font-size:.8rem;height:30px;width:30px}.step .label{font-size:.7rem}.video-capture{width:200px}.camera-preview{max-width:200px}.start-test-btn{font-size:.9rem;padding:.5rem 1rem}.test-info input{font-size:.9rem;padding:.4rem}}.webkalakaar{background-color:#3e187a;background-image:linear-gradient(316deg,#3e187a,#994ecc 74%);height:auto;height:27vh;padding:40px 0;position:relative;text-align:center;width:100%}.courses-info-title{color:#fff;font-size:1.5rem;font-weight:700;margin-top:0}.web-header p{color:#fff;font-size:1.25rem;line-height:2rem;margin-top:0}.enroll-now{justify-content:center;padding:40px 0}.enroll-container,.enroll-now{align-items:center;display:flex}.enroll-container{background-color:#f5f1fe;border-radius:10px;box-shadow:0 48px 100px 0 #110c2e26;justify-content:space-between;min-height:230px;padding:.5rem 1rem;position:absolute;top:60%;width:1200px}.image-section{height:230px;margin-left:30px;padding:17px;width:450px}.image-section img{height:100%;width:100%}.details-section{color:#000;display:flex;flex-direction:column;text-align:left;width:50%}.details-section h1{color:#000;font-size:1.5rem}.details-section h2{color:#2f8d46;font-size:1.5rem;font-weight:700;margin:0}.strike-price{color:#777;font-size:1rem;margin-left:.5rem;text-decoration:line-through}.course-div{align-items:center;display:flex;gap:.5rem}.medal-icon{color:#2f8d46;font-size:1.5rem}.course-info{color:#333;line-height:30px;margin:15rem auto 5rem;text-align:left;width:70%}.course-info h3{color:#000;font-size:1.75rem;margin-bottom:1rem}.course-benefits,.course-details,.course-features,.who-should-join{font-size:1rem;list-style-type:none;margin-bottom:2rem;padding:0}.course-benefits li,.course-details li,.course-features li,.who-should-join li{color:#333;font-size:20px;line-height:1.5rem;margin:1rem 0}.enroll-section p{font-size:20px}.enroll-button{align-self:flex-start;background-color:#885df1;border-radius:3px;font-size:1.2rem;font-weight:400;height:35px;padding:6px 20px;transition:background-color .3s ease}.enroll-button:hover{background-color:#662eed}.course-benefit-item{align-items:flex-start;display:flex;font-size:1rem;line-height:1.5;padding:8px 0}.course-benefit-item strong{margin-left:8px}.styled-list li{border-left:5px solid #9c83c6;font-size:18px;line-height:1.5;margin:10px 0;transition:background-color .3s ease}.course-benefits li,.styled-list li{background-color:#f9f9f9;border-radius:5px;padding:10px 15px}.course-benefits li{border-left:5px solid #994ecc;color:#333;font-size:20px;line-height:1.5rem;margin:15px 0;min-height:43px;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.course-benefits li:hover{background-color:#f8f8f8;box-shadow:0 8px 18px #0000001a;transform:translateX(10px)}.course-details li{align-items:center;background-color:#f7f7f7;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;margin:15px 0;padding:15px 20px;position:relative}.course-details li:before{color:#333;content:"\2022";font-size:30px;margin-right:15px}.course-details li strong{color:#333;font-size:1.1rem;font-weight:700;width:30%}.course-features li{align-items:center;background-color:#f9f9f9;border-left:5px solid #9c83c6;color:#333;display:flex;font-size:1.1rem;margin:12px 0;padding:18px 30px;transition:all .3s ease}.course-features li .feature-icon{color:#000;font-size:32px;margin-right:15px}.course-features li strong{color:#000;font-weight:700}.course-features li p{color:#555;margin-left:10px}.course-features li:active{transform:scale(1)}.who-should-join li{align-items:center;background-color:#3e187a;background-image:linear-gradient(316deg,#3e187a,#994ecc 74%);box-shadow:0 8px 20px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;margin:15px 0;padding:20px;transition:all .3s ease}.who-should-join li:hover{box-shadow:0 12px 30px #0003;transform:translateY(-5px)}.who-should-join li .who-icon{color:#fff;font-size:2.5rem;margin-right:20px;transition:transform .3s ease}.who-should-join li:hover .who-icon{transform:rotate(15deg)}.who-should-join li p{flex:1 1;margin:0}.who-should-join li .learn-more{color:#fff;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s ease}.who-should-join li:hover .learn-more{color:#994ecc}.who-should-join li .learn-more:hover{text-decoration:underline}@media screen and (max-width:1280px){.webkalakaar{height:30vh}.enroll-container{width:900px}}@media screen and (max-width:1024px){.web-header p{font-size:1.3rem;line-height:1.5rem}.webkalakaar{height:25vh}.enroll-container{flex-direction:column;height:auto;padding:.9rem;position:relative;width:75%}.image-section{height:auto;margin-left:0;width:567px}.image-section img{height:auto;width:537px}.details-section{margin:0;text-align:center;width:100%}.details-section h1,.details-section h2{font-size:1.5rem}.enroll-button{font-size:1rem;margin:auto;padding:8px 15px}.course-div{font-size:1.3rem;margin:auto}.course-info{margin-top:38rem}}@media screen and (max-width:768px){.web-header h1{font-size:1.5rem}.web-header p{font-size:.875rem}.enroll-container{padding:1rem;width:70%}.details-section h1,.details-section h2{font-size:1rem}.details-section .course-div p{font-size:.875rem}.course-info{margin:28rem auto;width:90%}.course-info h3{font-size:1.5rem}.course-benefits li,.course-details li{font-size:.875rem;padding:8px 12px}}@media screen and (max-width:480px){.webkalakaar{height:30vh}.web-header h1{font-size:1.25rem}.web-header p{font-size:1rem;line-height:1.25rem}.enroll-container{gap:0;width:280px}.details-section{gap:0}.details-section h1,.details-section h2{font-size:1rem}.enroll-now{padding:0}.enroll-button{font-size:.875rem;margin:auto}.course-info{margin-bottom:0;margin-top:21rem}.course-info h3{font-size:1.25rem}.course-benefits li,.course-details li{font-size:.75rem;padding:6px 10px}.course-details li strong{width:40%}.image-section{height:auto;margin-left:0;width:267px}.image-section img{height:auto;width:260px}}@media screen and (max-width:320px){.image-section{height:auto;margin-left:0;width:237px}.image-section img{height:auto;width:230px}.enroll-container{width:251px}.course-info{margin-top:25rem}}.registration-page{align-items:center;background-color:#f0f3f5;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding-top:0;width:100%}.registration-form-container{background-color:#fff;border-radius:4px;margin-bottom:30px;max-width:700px;padding:30px 50px 50px;width:100%}.registration-form{display:flex;flex-direction:column;gap:20px}.form-group{align-items:center;display:flex;flex-direction:row;gap:10px}.form-group label{color:#3e187a;font-weight:600;margin-bottom:0;width:30%}.error{font-size:12px;font-weight:400}.form-group input,.form-group select{border:1px solid #ddd;border-radius:5px;font-size:16px;padding:12px;transition:border-color .3s ease;width:70%}.form-group input:focus,.form-group select:focus{border-color:#3e187a;box-shadow:0 0 8px #3498db33;outline:none}.user-submit-button{background-color:#885df1;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:18px;font-weight:400;padding:12px;transition:background-color .3s ease}.user-submit-button:hover{background-color:#662eed}.contact-input{display:flex;gap:10px;width:75%}.contact-input select{width:19%}.contact-input input,.contact-input select{border:1px solid #ddd;border-radius:5px;font-size:16px;padding:12px}.contact-input input{width:81%}.branch{width:100%}.form-group textarea{border:1px solid #ddd;border-radius:5px;font-size:16px;padding:12px;transition:border-color .3s ease;width:72%}.form-group textarea:focus{border-color:#3e187a;box-shadow:0 0 8px #3498db33;outline:none}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-size:1.2rem;margin-bottom:8px}.radio-group{flex-direction:column;gap:0;justify-content:center}.radio-group,.radio-group-box{align-items:center;display:flex;width:100%}.radio-group label,.radio-group-box{justify-content:flex-start}.radio-group label{align-items:center;color:#555;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;transition:color .3s ease;width:50%}.radio-group input[type=radio]{accent-color:#662eed;box-shadow:none;cursor:pointer;width:10%}.form-description{align-items:center;background-color:#f9f9f9;background-image:url(../../static/media/Internshipbgimg.02bea8c4523dbd84db70.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:5px;display:flex;flex-direction:column;height:250px;justify-content:center;margin-bottom:20px;text-align:center;width:100%}.form-description h2{color:#fff;font-size:2.5rem;font-weight:600;margin:0}.form-description p{color:#fff;font-size:1.2rem;font-weight:600;line-height:1.8;margin:10px 0 0}@media (max-width:1024px){.registration-form-container{padding:30px}.form-group label{font-size:1rem;text-align:left;width:100%}.form-group input,.form-group select,.form-group textarea{width:100%}.contact-input{flex-direction:column;width:100%}.contact-input input,.contact-input select{width:96%}.radio-group-box{flex-wrap:wrap}.radio-group label{justify-content:center;width:100%}.radio-group input[type=radio]{width:auto}.form-description{height:auto;padding:20px;text-align:center}.form-description h2{font-size:2rem}.form-description p{font-size:1rem}.user-submit-button{width:100%}}@media (max-width:768px){.registration-form-container{padding:10px;width:96%}.registration-page{padding:0 20px}.form-description{border-radius:0;height:auto;margin:0}.radio-group-box{align-items:flex-start;flex-wrap:nowrap;justify-content:flex-start;width:100%}.contact-input input{width:90%}.form-description h2{font-size:1.8rem}.form-description p{font-size:.9rem}.radio-group{gap:10px}}@media (max-width:480px){.registration-form-container{padding:15px}.form-group{flex-direction:column}.form-group label{margin-bottom:8px}.radio-group label{font-size:.8rem}.submit-button{font-size:16px}.form-description h2{font-size:1.5rem}.form-description p{font-size:.8rem}}.regi-popup{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.regi-popup-content{background:#fff;border-radius:8px;box-shadow:0 4px 8px #0003;max-width:400px;padding:20px;text-align:center;width:90%}.regi-popup-content p{font-size:20px;font-weight:600;margin-bottom:20px}.popup-close-btn{background:#885df1;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;padding:12px 20px}.popup-close-btn:hover{background:#662eed}@media (max-width:768px){.regi-popup-content{background:#fff;border-radius:8px;box-shadow:0 4px 8px #0003;max-width:400px;padding:15px;text-align:center;width:90%}}.Our-mission{align-items:center;background-color:#3e187a;background-image:linear-gradient(316deg,#3e187a,#994ecc 74%);color:#fff;display:flex;flex-direction:column;justify-content:center;margin-top:1.5rem;min-height:50vh;padding:60px 20px;text-align:center}.Our-mission h1{color:#fff;font-size:2.8rem;margin-bottom:40px}.mission-cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.mission-card{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 8px 20px #00000026;display:flex;margin-top:20px;padding:25px;position:relative;text-align:left;transition:transform .3s ease,box-shadow .3s ease;width:380px}.mission-card:hover{box-shadow:0 12px 25px #0003;transform:translateY(-10px)}.mission-card .icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:90px;justify-content:center;margin-right:20px;width:140px}.mission-card .icon img{height:60%;object-fit:contain;width:100%}.mission-card p{color:#333;display:flex;flex-direction:column;font-size:1rem;line-height:1.6;margin:0}.Our-vision{background-color:#fef7f4;color:#333;padding:80px 20px}.vision-list h1{color:#3e187a;font-size:2.8rem;margin-bottom:30px}.vision-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px}.vision-list{flex:1 1;font-size:1.2rem;line-height:2;list-style:none;margin-right:40px;min-width:300px;padding:0;text-align:left}.vision-list li{align-items:flex-start;display:flex;margin-bottom:10px;padding:10px 0}.vision-list li .MuiSvgIcon-root{color:#f4c542;flex-shrink:0;font-size:1.5rem;margin-top:5px}.vision-images{flex:1 1;gap:20px;min-width:300px;position:relative}.hexagon,.vision-images{align-items:center;display:flex;justify-content:center}.hexagon{background-color:#ddd;box-shadow:0 8px 20px #0000001a;-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);height:164px;overflow:hidden;transition:transform .3s ease;width:180px}.hexagon img{height:100%;object-fit:cover;width:100%}.hexagon2{margin-top:50px;position:relative}.college-services{background-color:#f8f9fa;padding:80px 20px;text-align:center}.services-container{margin:0 auto;max-width:1200px}.college-services h1{color:#3e187a;font-size:2.8rem;margin-bottom:50px}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:30px}.service-item{background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000001a;padding:30px 20px;transition:transform .3s ease,box-shadow .3s ease}.service-item:hover{box-shadow:0 15px 30px #00000026;transform:translateY(-10px)}.service-icon{align-items:center;background:#f0f7ff;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 20px;padding:15px;width:80px}.service-icon img{height:100%;object-fit:contain;width:100%}.service-item h3{color:#3e187a;font-size:1.4rem;margin-bottom:15px}.service-item p{color:#666;line-height:1.6}@media (max-width:1200px){.Our-mission h1,.college-services h1,.vision-list h1{font-size:2.4rem}.mission-card{max-width:350px;width:100%}.vision-content{justify-content:center}.vision-list{margin-bottom:40px;margin-right:0;text-align:center}.vision-list li{justify-content:center}}@media (max-width:992px){.Our-mission{padding:40px 20px}.mission-cards{gap:20px}.vision-images{margin-top:40px}.hexagon{height:137px;width:150px}}@media (max-width:768px){.Our-mission h1,.college-services h1,.vision-list h1{font-size:2rem}.mission-card{flex-direction:column;padding:20px;text-align:center}.mission-card .icon{margin-bottom:15px;margin-right:0}.vision-list{font-size:1rem}.vision-list li{align-items:center;flex-direction:column;text-align:center}.vision-list li .MuiSvgIcon-root{margin-bottom:10px;margin-right:0}.vision-images{flex-direction:column;gap:30px}.hexagon{height:164px;width:180px}.hexagon2{margin-top:0}.services-grid{grid-template-columns:1fr}}@media (max-width:576px){.Our-mission h1,.college-services h1,.vision-list h1{font-size:1.8rem}.mission-card{width:100%}.vision-images,.vision-list{min-width:100%}.service-item{padding:20px 15px}}.roadmap-frontend{align-items:flex-start;background-color:#fff;display:flex;justify-content:center;overflow-y:scroll;padding:20px;position:relative}.roadmap-path{background:linear-gradient(180deg,#eee,#fff);border-radius:20px;box-shadow:0 4px 10px #0000001a;justify-content:flex-start;min-height:100vh;padding:40px 0;width:80%}.roadmap-node,.roadmap-path{align-items:center;display:flex;flex-direction:column;position:relative}.roadmap-node{border:1px solid red;margin-bottom:50px;text-align:center;width:90%}.node-content{align-items:center;display:flex;flex-direction:column}.node-number{background-color:#1d5cab;border-radius:50%;box-shadow:0 4px 10px #0003;color:#fff;font-size:16px;font-weight:700;height:40px;line-height:40px;margin-bottom:10px;width:40px}.roadmap-node-title{color:#333;font-size:18px;font-weight:600;margin-bottom:10px}.roadmap-line{background-color:#1d5cab;border-radius:5px;height:50px;margin:10px auto;width:5px}.progress-bar-container{background-color:#e0e0e0;border-radius:10px;height:8px;margin:15px 0;overflow:hidden;width:80%}.progress-bar{background-color:#1d5cab;height:100%;transition:width .3s ease-in-out}.assignment-input{border:1px solid #ccc;border-radius:5px;box-shadow:0 2px 5px #0000001a;font-size:14px;margin:10px 0;padding:10px;width:80%}.submit-button{background-color:#1d5cab;border:none;border-radius:5px;box-shadow:0 4px 6px #0003;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 20px;transition:background-color .2s ease-in-out}.submit-button:hover{background-color:#14497e}.file-upload-input{border:1px solid #ccc;border-radius:5px;cursor:pointer;font-size:14px;margin:10px 0;padding:5px;width:80%}@media (max-width:768px){.assignment-input,.roadmap-path{width:90%}}.not-found-container{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;flex-direction:column;font-family:Arial,sans-serif;height:100vh;justify-content:center;text-align:center}.not-found-title{color:#ff6b6b;font-size:8rem;margin:0}.not-found-message{color:#555;font-size:1.5rem;margin:20px 0}.not-found-link{background-color:#885df1;border-radius:5px;color:#fff;font-size:1.2rem;padding:10px 20px;text-decoration:none;transition:background-color .3s}.not-found-link:hover{background-color:#662eed}.dashboardapp{font-family:Arial,sans-serif;margin:auto;max-width:1200px;padding:20px}.dashboardapp-title{color:#2563eb;font-size:2rem;font-weight:700;margin-bottom:20px;text-align:center}.course-section h2{font-size:1.5rem;margin-bottom:5px}.skills-container{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:20px}.skill-card{border-radius:10px;color:#fff;height:150px;padding:0;position:relative;text-align:start;transition:transform .3s ease}.skill-card h3{font-size:1.4rem;font-weight:400}.skill-card p{margin:0}.skill-card button{background-color:initial;border:none;border-radius:5px;cursor:pointer;font-weight:700;padding:8px 15px}.skill-card:hover{transform:scale(1.02)}.skill-one{background-color:#2563eb}.skill-card-first{align-items:flex-start;display:flex;flex-direction:column;height:110px;justify-content:flex-start;padding:15px;width:100%}.bottom-start-btn{align-items:center;border-bottom-left-radius:10px;border-bottom-right-radius:10px;bottom:0;display:flex;height:40px;justify-content:space-between;padding:0;position:absolute;width:100%}.skill-two{background-color:#22d3ee}.skill-three{background-color:#1e293b}.skill-four{background-color:#dc2626}.course-progress{background:#f3f4f6;border-radius:10px;margin-top:40px;padding:20px}.actions-container{margin-top:30px;text-align:center}.become-teacher{background-color:#2563eb;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.2rem;margin-bottom:15px;padding:12px 20px}.quick-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.quick-actions button{background-color:#e5e7eb;border:none;border-radius:5px;cursor:pointer;padding:10px 15px}.quick-actions button:hover{background-color:#d1d5db}@media (max-width:768px){.dashboard-title{font-size:1.8rem}.skills-container{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.skill-card{padding:10px}.course-progress{padding:15px}.become-teacher{font-size:1rem;padding:10px 15px}}.arithmetic-container{font-family:Arial,sans-serif;margin:auto;max-width:1200px;padding:20px;text-align:center}.arithmetic-title{color:#2563eb;font-size:2rem;font-weight:700;margin-bottom:20px}.lessons-container{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.lesson-card{align-items:center;border-radius:12px;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:20px;text-align:center;transition:transform .3s ease}.lesson-card h3{font-size:1.2rem;margin:10px 0}.lesson-icon{font-size:2rem}.start-btn{background-color:#fff;border:none;border-radius:5px;color:#333;cursor:pointer;font-weight:700;margin-top:10px;padding:8px 15px}.lesson-card:hover{transform:scale(1.03)}@media (max-width:768px){.arithmetic-title{font-size:1.8rem}.lessons-container{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.lesson-card{padding:15px}}.number-container{background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif;margin:20px auto;max-width:800px;padding:20px}.title{color:#333;font-size:28px;font-weight:700;text-align:center}.section-title{align-items:center;color:#007bff;display:flex;font-size:22px;margin-top:20px}.section-title .icon{margin-right:10px}.sub-title{color:#444;font-size:18px;margin-top:15px}.example-title{color:#555;font-size:16px;font-weight:700;margin-top:10px}.list{list-style-type:disc;margin-left:20px}.list-item{color:#222;font-size:16px;margin-bottom:5px}.course-container{margin:0 auto;max-width:1200px;padding:20px;width:100%}.course-header{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;margin-bottom:20px;width:100%}.course-title{width:80%}.course-title h1{color:#000;font-size:24px;text-align:start;width:100%}.course-title p{color:#777;font-size:14px}.course-nav{display:flex;gap:15px;justify-content:flex-start;width:100%}.nav-btn{background-color:#fff;border:1px solid #885df1;border-radius:5px;color:#885df1;cursor:pointer;font-size:14px;font-weight:700;padding:10px 20px;transition:all .3s ease}.nav-btn.active,.nav-btn.active:hover,.nav-btn:hover{background-color:#885df1;color:#fff}.course-progress{margin-bottom:20px}.course-progress p{color:#555;font-size:14px}.progress-bar{background-color:#f0f0f0;border-radius:5px;height:10px}.progress{background-color:#885df1;border-radius:5px;height:100%}.course-content{margin-bottom:40px;min-height:600px;padding:10px}.not-found-container-box{height:100%;width:100%}.not-found-container-box,.not-foundsubbox{align-items:center;display:flex;flex-direction:column;justify-content:center}.not-foundsubbox{height:450px;width:600px}.notfoundimg{height:260px;width:260px}.notfoundimg img{height:100%;width:100%}.lesson{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;justify-content:space-between;margin-bottom:20px;padding:15px}.lesson,.lesson-header{align-items:center;display:flex}.lesson-header{gap:10px}.lesson-icon{color:#885df1;font-size:24px}.lesson p{flex-grow:1;font-size:16px;font-weight:700}.lesson span{color:#777;font-size:14px}.resume-btn,.start-btn{border:none;border-radius:5px;color:#fff;cursor:pointer;height:35px;padding:8px 10px;width:130px}.resume-btn,.resume-btn:hover,.start-btn,.start-btn:hover{background-color:#885df1}.course-footer{margin-top:40px;text-align:center}.footer-links a{color:#885df1;font-size:14px;margin:0 10px;text-decoration:none}.footer-links a:hover{text-decoration:underline}.course-footer p{color:#777;font-size:12px;margin-top:20px}.folder-group{margin-bottom:20px}.folder-header{background-color:#f5f5f5;border-left:4px solid #885df1;border-radius:8px;margin-bottom:10px;padding:15px}.folder-lessons{margin-left:20px}@media (max-width:768px){.course-container{padding:10px}.course-header{flex-direction:column;text-align:center}.course-nav{gap:10px}.course-nav,.lesson{flex-direction:column}.lesson{align-items:flex-start}}.online-class{border:1px solid #000;width:200px}.online-class-card{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px;padding:20px}.online-class-info{max-width:70%}.class-title{color:#1f2937;font-size:20px;font-weight:600;margin-bottom:8px}.class-schedule{color:#6b7280;font-size:14px;margin-bottom:6px}.class-days,.class-time{margin-right:8px}.instructor-name{color:#4b5563;font-size:14px;margin-bottom:10px}.class-tags{display:flex;gap:8px}.tag{background:#eef2ff;border-radius:9999px;color:#4f46e5;font-size:13px;font-weight:500;padding:4px 10px}.online-class-actions{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.enroll-button{background-color:#4f46e5;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 10px;transition:background .2s}.enroll-button:hover{background-color:#4338ca}.view-details-link{color:#4f46e5;font-size:14px;text-decoration:none}.view-details-link:hover{text-decoration:underline}.mobile-warning-overlay{align-items:center;background-color:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.mobile-warning-content{background:#fff;border-radius:8px;max-width:500px;padding:30px;text-align:center;width:90%}.mobile-warning-content h2{color:#e74c3c;margin-bottom:15px}.mobile-warning-content p{line-height:1.5;margin-bottom:20px}.mobile-warning-content button{background:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:10px 20px}.test-platform{background-color:#fff;display:flex;flex-direction:column;font-family:Arial,sans-serif;height:100vh}.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;gap:20px;height:100vh;justify-content:center}.error-container button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px 20px}.exam-section-content{display:flex;flex:1 1;overflow:hidden}.question-panel{flex:3 1;padding:0}.tcs-nqt-dashboard-header{background-color:#2980b9;padding:12px 15px;width:100%}.question-box{background:#fff;box-shadow:0 2px 4px #0000001a;margin-bottom:15px}.exam-sections-change-toggle{align-items:center;background:#f0f0f0;display:flex;font-weight:700;padding:15px 10px}.section-toggle-btn{background:#e5edf7;border:none;border-radius:4px;border-radius:30px;cursor:pointer;margin-left:10px;padding:6px 10px}.section-toggle-btn.active{background:#3498db;color:#fff}.section-toggle-btn.disabled{border:1px solid #000;color:#000;cursor:not-allowed;opacity:.5}.question-box-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:10px}.exam-summary{align-items:center;display:flex;gap:15px}.question-status-after-exam{border-radius:4px;font-weight:700;padding:5px 10px}.question-status-after-exam.correct{background:#e6f7ee;color:#27ae60}.question-status-after-exam.incorrect{background:#fde8e8;color:#e74c3c}.time-taken-cal,.timer-count-question{align-items:center;display:flex;gap:5px}.timer-count-question{font-size:.9rem;height:40px;justify-content:space-between;padding:0 10px;width:100%}.marks-after-exam{align-items:center;display:flex;flex-direction:row;gap:5px}.marks-title{color:#777;font-size:.9rem}.marks-after-text-count{color:#3498db}.report-section{align-items:center;color:#777;cursor:pointer;display:flex;gap:5px}.report-section:hover{color:#3498db}.question-option-dashboard{height:500px;overflow-y:auto;padding:15px 20px 50px}.question-content-text{line-height:1.5;margin-bottom:15px}.options{display:flex;flex-direction:column;gap:10px}.option-btn{border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:20px 25px;transition:all .2s}.option-btn:hover{background-color:#f9f9f9}.option-btn.selected{background-color:#e1f0ff;border-color:#3498db}.option-btn.correct{background-color:#e6f7ee;border-color:#27ae60}.option-btn.incorrect{background-color:#fde8e8;border-color:#e74c3c}.option-text{font-size:.95rem}.option-image{border-radius:4px;height:auto;max-width:100%}.summary-panel{background:#fff;border-left:1px solid #ddd;display:flex;flex:1 1;flex-direction:column;gap:0;overflow-y:auto;padding-bottom:15px;padding-top:0}.profile-section-testseries{align-items:flex-start;border-bottom:1px solid #eee;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:10px}.profile-section-testseries-subbox{align-items:center;background-color:#2980b9;display:flex;gap:10px;justify-content:flex-start;padding:8px;width:100%}.question-color-status-count{border-bottom:1px solid #e4e4e4;margin-bottom:10px;padding:10px 0}.question-color-status-count h4{color:#444;margin-bottom:10px}.status-legend{display:flex;flex-direction:column;gap:8px}.status-item{align-items:center;display:flex;gap:10px}.status-color{border-radius:50%;height:16px;width:16px}.status-color.answered{background-color:#27ae60}.status-color.not-answered{background-color:#e74c3c}.status-dot.marked{background-color:#f39c12!important;border:1px solid #cc7000!important;color:#fff!important}.status-dot.marked-answered{background-color:purple!important;border:1px solid purple!important;color:#fff!important}.status-color.not-visited{background-color:#bdc3c7}.status-count{font-weight:700;margin-left:auto}.which-section{border-bottom:1px solid #eee;color:#444;font-weight:700;padding:10px 15px}.question-status{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(6,1fr);padding:10px 15px}.status-dot{align-items:center;border:1px solid #ddd;border-radius:50%;cursor:pointer;display:flex;font-size:.8rem;font-weight:700;height:35px;justify-content:center;width:35px}.status-dot.not-visited{background-color:#fff;color:#777}.status-dot.answered{background-color:#27ae60;color:#fff}.status-dot.not-answered{background-color:#e74c3c;color:#fff}.status-dot.current{border:2px solid #333;box-shadow:0 0 5px #3498db80}.bottom-btn-section{background:#fff;border-top:1px solid #ddd;display:flex;justify-content:space-between;padding:15px}.navigation,.summary-section-btn{display:flex;gap:10px}.bottom-btn-section button{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;padding:8px 15px}.bottom-btn-section button:hover{background:#f9f9f9}.bottom-btn-section button:disabled{cursor:not-allowed;opacity:.5}.summary-section-btn button:last-child{background:#3498db;border:none;color:#fff}.summary-section-btn button:last-child:hover{background:#2980b9}.question-paper-modal{align-items:center;background:#000000b3;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.question-paper-header{align-items:center;background:#f0f0f0;border-bottom:1px solid #ddd;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;justify-content:space-between;padding:15px;width:100%}.question-paper-header h2{font-size:1.2rem;margin:0}.question-paper-header button{background:none;border:none;color:#777;cursor:pointer;font-size:1.2rem}.question-paper-content{background:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px;max-height:80vh;overflow-y:auto;padding:15px;width:100%}.question-paper-section{margin-bottom:30px}.question-paper-section h3{color:#3498db;font-size:1.1rem;margin-bottom:15px}.question-paper-item{display:flex;margin-bottom:15px}.question-paper-number{font-weight:700;margin-right:10px;min-width:30px}.question-paper-text{flex:1 1}.question-paper-image{border-radius:4px;height:auto;margin:10px 0;max-width:100%}.question-paper-options{margin-top:10px}.question-paper-option{margin-bottom:5px}.question-paper-option-image{border-radius:4px;height:auto;margin-top:5px;max-width:200px}@media (max-width:1200px){.question-status{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.exam-section-content{flex-direction:column}.summary-panel{border-left:none;border-top:1px solid #ddd}.question-status{grid-template-columns:repeat(6,1fr)}}@media (max-width:768px){.test-platform{display:none}}.instructions-page{background-color:#f8fafc;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;gap:24px;min-height:100vh;padding:24px}.instructions-page__main-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #e2e8f0;border-radius:16px;flex:2 1;min-width:300px;padding:40px}.instructions-page__header h1{color:#333;font-size:24px;font-weight:700;line-height:1.2;margin-bottom:8px}.instructions-page__header p{color:#64748b;font-size:16px;font-weight:500}.instructions-page__test-overview{margin:32px 0}.instructions-page__test-overview h2{color:#1e293b;font-size:20px;font-weight:600;margin-bottom:16px;padding-left:16px;position:relative}.instructions-page__test-overview h2:before{background:linear-gradient(180deg,#3b82f6,#531fcb);border-radius:2px;content:"";height:18px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}.instructions-page__test-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.instructions-page__stat-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:20px;transition:transform .2s,box-shadow .2s}.instructions-page__stat-card:hover{transform:translateY(-2px)}.instructions-page__stat-number{color:#1e293b;font-size:20px;font-weight:700;margin-bottom:4px;margin-right:5px}.instructions-page__stat-label{color:#64748b;font-size:14px;font-weight:500}.instructions-page__sections-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin:40px 0;overflow:hidden}.instructions-page__table-header{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;color:#1e293b;font-size:18px;font-weight:600;padding:20px}.instructions-page__table-row{align-items:center;border-bottom:1px solid #f1f5f9;display:grid;grid-template-columns:60px 1fr 120px 100px 100px;padding:16px 20px;transition:background-color .2s}.instructions-page__table-row:last-child{border-bottom:none}.instructions-page__table-row:hover{background-color:#f8fafc}.instructions-page__section-badge{align-items:center;background:linear-gradient(135deg,#3b82f6,#4c14cf);border-radius:8px;color:#fff;display:flex;font-size:14px;font-weight:700;height:32px;justify-content:center;width:32px}.instructions-page__section-name{color:#1e293b;font-weight:600}.instructions-page__agreement{align-items:center;display:flex;gap:12px;margin:32px 0}.instructions-page__agreement input[type=checkbox]{-webkit-appearance:none;appearance:none;background:#e2e8f0;border-radius:12px;cursor:pointer;height:24px;outline:none;position:relative;transition:background .2s;width:44px}.instructions-page__agreement input[type=checkbox]:before{background:#fff;border-radius:50%;content:"";height:20px;left:2px;position:absolute;top:2px;transition:transform .2s;width:20px}.instructions-page__agreement input[type=checkbox]:checked{background:#383ee6}.instructions-page__agreement input[type=checkbox]:checked:before{transform:translateX(20px)}.instructions-page__agreement label{color:#475569;cursor:pointer;flex:1 1;font-size:14px;font-weight:500}.instructions-page__start-button{align-items:center;background:linear-gradient(135deg,#611dfe,#4b0cb0);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;padding:16px 32px;transition:all .3s;width:100%}.instructions-page__start-button:hover{transform:translateY(-2px)}.instructions-page__start-button:active{transform:translateY(0)}.instructions-page__start-button.disabled{background:#e2e8f0;box-shadow:none;color:#94a3b8;cursor:not-allowed;transform:none!important}.instructions-page__start-button:after{content:"→";font-size:18px;transition:transform .2s}.instructions-page__start-button:hover:after{transform:translateX(4px)}.instructions-page__sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #e2e8f0;border-radius:16px;flex:1 1;height:-webkit-fit-content;height:fit-content;min-width:280px;padding:24px;position:-webkit-sticky;position:sticky;top:24px}.instructions-page__profile-card{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:16px;margin-bottom:24px;padding-bottom:24px}.instructions-page__profile-avatar{align-items:center;background:linear-gradient(135deg,#3b82f6,#5214e3);border:1px solid #e2e8f0;border-radius:50%;color:#fff;display:flex;font-size:20px;height:48px;justify-content:center;width:48px}.instructions-page__profile-text{color:#1e293b;font-size:16px;font-weight:600}.instructions-page__timer-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;justify-content:flex-start;margin-bottom:24px;overflow:hidden;padding:16px;position:relative}.instructions-page__timer-card:before{background:linear-gradient(90deg,#3b82f6,#4c1fb4);content:"";height:4px;left:0;position:absolute;right:0;top:0}.instructions-page__timer-icon{color:#3b82f6;font-size:20px;margin-right:12px}.instructions-page__timer-text{align-items:center;color:#1e293b;display:flex;font-weight:600}.instructions-page__instructions{margin-bottom:24px}.instructions-page__instructions h3{color:#1e293b;font-size:18px;font-weight:600;margin-bottom:16px;padding-left:16px;position:relative}.instructions-page__instructions h3:before{background:linear-gradient(180deg,#3b82f6,#531cd1);border-radius:2px;content:"";height:18px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}.instructions-page__instructions ol{counter-reset:instruction-counter;list-style-type:none;padding-left:8px}.instructions-page__instructions li{color:#475569;counter-increment:instruction-counter;font-size:14px;line-height:1.5;margin-bottom:12px;padding-left:32px;position:relative}.instructions-page__instructions li:before{align-items:center;background:#e0e7ff;border-radius:6px;color:#3b82f6;content:counter(instruction-counter);display:flex;font-size:12px;font-weight:600;height:24px;justify-content:center;left:0;position:absolute;top:0;width:24px}.instructions-page__question-legend{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.instructions-page__legend-item{align-items:center;display:flex;gap:8px}.instructions-page__legend-icon{align-items:center;border-radius:6px;color:#fff;display:flex;flex-shrink:0;font-size:12px;font-weight:700;height:24px;justify-content:center;width:24px}.instructions-page__legend-text{color:#475569;font-size:13px;font-weight:500}@media (max-width:1024px){.instructions-page{flex-direction:column}.instructions-page__main-content{margin-bottom:24px;margin-right:0}.instructions-page__sidebar{position:static}}@media (max-width:768px){.instructions-page__table-row{font-size:14px;grid-template-columns:50px 1fr 80px 80px 80px;padding:12px 16px}.instructions-page__test-stats{grid-template-columns:repeat(2,1fr)}.instructions-page__question-legend{grid-template-columns:1fr}}.finding-opponent-container{align-items:center;background:#f8fafc;display:flex;justify-content:center;min-height:20vh;overflow:hidden;padding:2rem;position:relative}.finding-opponent-container:before{animation:backgroundMove 20s linear infinite;background:radial-gradient(circle,#2563eb0d 1px,#0000 0);background-size:50px 50px;content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%;z-index:0}@keyframes backgroundMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.finding-opponent-content{background:#fff;border:1px solid #fff3;border-radius:24px;box-shadow:0 20px 40px #0000001a;max-width:500px;padding:3rem 2rem;position:relative;text-align:center;width:100%;z-index:1}.finding-opponent-icon{display:flex;justify-content:center;margin-bottom:2rem}.opponent-icon-wrapper{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:50%;display:flex;height:120px;justify-content:center;position:relative;width:120px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.person-1{animation:fadeInOut 3s ease-in-out infinite}.person-2{animation:fadeInOut 3s ease-in-out 1.5s infinite}.connection-line{animation:dash 2s linear infinite}@keyframes fadeInOut{0%,to{opacity:.6}50%{opacity:1}}@keyframes dash{0%{stroke-dashoffset:8}to{stroke-dashoffset:0}}.finding-opponent-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;background-clip:text;color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1rem}.finding-opponent-message{align-items:center;animation:messageSlide .5s ease-in-out;color:#64748b;display:flex;font-size:1rem;justify-content:center;line-height:1.5;margin-bottom:2.5rem;min-height:48px}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.finding-opponent-progress{margin-bottom:2rem}.progress-bar{background:#e2e8f0;border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden;width:100%}.progress-fill{animation:progressShine 2s ease-in-out infinite;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:4px;height:100%;transition:width .3s ease}@keyframes progressShine{0%{box-shadow:0 0 5px #2563eb4d}50%{box-shadow:0 0 20px #2563eb99}to{box-shadow:0 0 5px #2563eb4d}}.cancel-search-btn,.progress-text{color:#64748b;font-weight:600}.cancel-search-btn{background:#0000;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;padding:.75rem 2rem;transition:all .2s ease}.cancel-search-btn:hover{background:#fef2f2;border-color:#f87171;color:#ef4444}.dashboard-battleground-dashboard{background-color:#f8fafc;margin:0 auto;max-width:1300px;min-height:calc(100vh - 80px);padding:1rem}.dashboard-header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:3rem;text-align:center}.dashboard-title{align-items:center;color:#126ad7;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.dashboard-subtitle{color:#64748b;font-size:1.1rem;line-height:1.6;margin:0;max-width:600px;text-align:center}.dashboard-stats-container{display:flex;gap:1rem;justify-content:space-between;margin-bottom:2rem;width:100%}.dashboard-stat-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex:1 1;gap:.75rem;padding:1rem 1.5rem}.dashboard-stat-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;position:relative;width:48px}.dashboard-stat-card:first-child .dashboard-stat-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.dashboard-stat-card:first-child .dashboard-stat-icon svg{color:#fff}.dashboard-stat-card:nth-child(2) .dashboard-stat-icon{background:#fff7e6}.dashboard-stat-card:nth-child(2) .dashboard-stat-icon svg{color:#f59e0b}.dashboard-stat-card:nth-child(3) .dashboard-stat-icon{background:#e6f3ff}.dashboard-stat-card:nth-child(3) .dashboard-stat-icon svg{color:#f63b3b}.dashboard-stat-card:nth-child(4) .dashboard-stat-icon{background:#e6f3ff}.dashboard-stat-card:nth-child(4) .dashboard-stat-icon svg{color:#f59e0b}.dashboard-stat-content{align-items:flex-start;display:flex;flex-direction:column}.dashboard-stat-number{color:#1e293b;font-size:1.5rem;font-weight:700;line-height:1;margin-bottom:.25rem}.dashboard-stat-label{color:#64748b;font-size:.875rem;font-weight:500;line-height:1}.dashboard-battle-cards-container{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin-top:2rem}.dashboard-battle-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;height:100%;padding:2rem}.dashboard-battle-icon{align-items:center;background:#eff6ff;border-radius:50%;color:#2563eb;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.dashboard-battle-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-align:center}.dashboard-battle-description{color:#64748b;font-size:.95rem;margin-bottom:2rem;text-align:center}.dashboard-battle-options{flex-grow:1;margin-bottom:2rem}.dashboard-option-group{margin-bottom:1.5rem}.dashboard-option-group:last-child{margin-bottom:0}.dashboard-option-label{color:#374151;display:block;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.dashboard-custom-dropdown{position:relative}.dashboard-dropdown-button{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;font-size:.95rem;justify-content:space-between;padding:.75rem 1rem;transition:border-color .2s ease;width:100%}.dashboard-dropdown-button:hover{border-color:#d1d5db}.dashboard-dropdown-button:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.dashboard-language-indicator{align-items:center;display:flex;gap:.5rem}.dashboard-language-dot{background:#10b981;border-radius:50%;height:8px;width:8px}.dashboard-dropdown-arrow{transition:transform .2s ease}.dashboard-dropdown-arrow.open{transform:rotate(180deg)}.dashboard-dropdown-menu{background:#fff;border:2px solid #e5e7eb;border-radius:0 0 8px 8px;border-top:none;box-shadow:0 4px 6px #0000001a;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.dashboard-dropdown-item{background:none;border:none;cursor:pointer;font-size:.95rem;padding:.75rem 1rem;text-align:left;transition:background-color .2s ease;width:100%}.dashboard-dropdown-item:hover{background-color:#f9fafb}.dashboard-dropdown-item.selected{background-color:#eff6ff;color:#2563eb}.dashboard-difficulty-buttons{display:flex;gap:.5rem}.dashboard-difficulty-btn{background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;padding:.75rem 1rem;transition:all .2s ease}.dashboard-difficulty-btn:hover{border-color:#d1d5db}.dashboard-difficulty-btn.active.easy{background:#dcfce7;border-color:#16a34a;color:#166534}.dashboard-difficulty-btn.active.medium{background:#fef3c7;border-color:#d97706;color:#92400e}.dashboard-difficulty-btn.active.hard{background:#fee2e2;border-color:#dc2626;color:#991b1b}.dashboard-question-type-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.dashboard-question-type-btn{background:#fff;border:2px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.dashboard-question-type-btn:hover{border-color:#d1d5db}.dashboard-question-type-btn.active{background:#eff6ff;border-color:#2563eb;color:#1e40af}.dashboard-battle-info,.dashboard-time-limit{align-items:left;background:#f8fafc;border-radius:5px;color:#4b5563;display:flex;font-size:.95rem;font-weight:500;justify-content:left;min-height:48px;padding:.75rem 1rem;text-align:left}.dashboard-start-battle-btn{border:none;border-radius:10px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease;width:100%}.dashboard-start-battle-btn.coding{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.dashboard-start-battle-btn.coding:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 8px #2563eb4d;transform:translateY(-1px)}.dashboard-start-battle-btn.mcq{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.dashboard-start-battle-btn.mcq:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 8px #2563eb4d;transform:translateY(-1px)}.dashboard-start-battle-btn:active{transform:translateY(0)}@media (max-width:768px){.dashboard-battleground-dashboard{margin-top:60px;padding:1rem}.dashboard-title{font-size:2rem}.dashboard-battle-cards-container{grid-template-columns:1fr}.dashboard-stats-container{align-items:center;flex-direction:column;gap:1rem}.dashboard-stat-card{max-width:300px;width:100%}.dashboard-battle-card{padding:1.5rem}.dashboard-difficulty-buttons{flex-direction:column}.dashboard-question-type-buttons{justify-content:center}}@media (max-width:480px){.dashboard-stats-container{align-items:center;flex-direction:column}.dashboard-stat-card{justify-content:center;text-align:center}.dashboard-stat-content{align-items:center}.dashboard-subtitle{font-size:1rem}}.app-container{margin:0 auto;max-width:1400px}.header{flex-direction:column;margin-bottom:20px;padding:25px 20px;text-align:center}.header h1{color:#126ad7;font-size:2.5rem;font-weight:700;letter-spacing:-.025em;margin-bottom:5px}.header p{font-size:1rem;font-weight:400;opacity:.9}.tab-navigation{display:flex;gap:10px;height:42px;margin-bottom:20px;padding:0}.tab{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;transition:all .2s ease}.tab:hover{background:#e2e8f0;color:#475569}.tab.active{background:#fff;border:2px solid #2563eb;color:#1a1919}.tab-icon{font-size:1em}.battle-section{background:#fff;border-radius:16px;margin-bottom:20px;overflow:hidden;padding:20px}.section-header{align-items:center;border-bottom:2px solid #f1f5f9;display:flex;gap:10px;margin-bottom:20px;padding-bottom:8px}.section-icon{font-size:1.2em}.section-header h2{color:#1e293b;font-size:1.2rem;font-weight:700}.leaderboard-list{display:flex;flex-direction:column;gap:8px}.player-row{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;min-height:60px;padding:10px 16px;transition:all .2s ease}.player-row:hover{border-color:#cbd5e1;transform:translateY(-1px)}.current-user{background:#f8fafc;border-color:#e2e8f0;color:#1e293b}.rank-section{align-items:center;display:flex;gap:10px;min-width:100px}.trophy{font-size:1.3em}.rank{color:#475569;font-size:1rem;font-weight:700;min-width:25px}.current-user .rank{color:#1e293b}.avatar{align-items:center;border-radius:50%;display:flex;height:36px;justify-content:center;width:36px}.avatar,.current-user .avatar{background:#64748b}.initials{color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.025em}.player-info{flex:1 1;margin-left:12px}.username{align-items:center;display:flex;font-size:1rem;font-weight:700;gap:8px;margin-bottom:2px}.current-user .username,.username{color:#1e293b}.you-badge{background:#e2e8f0;border-radius:4px;color:#475569;font-size:.7rem;font-weight:600;letter-spacing:.05em;padding:2px 6px;text-transform:uppercase}.win-rate{font-size:.85rem;font-weight:500}.current-user .win-rate,.win-rate{color:#64748b}.stats{gap:20px}.stat,.stats{align-items:center;display:flex}.stat{flex-direction:column;gap:2px;min-width:50px;text-align:center}.stat-icon{font-size:1.2rem;margin-bottom:4px}.stat-icon.played{color:#3b82f6}.stat-icon.wins{color:#10b981}.stat-icon.losses{color:#ef4444}.stat-icon.coins{color:#f59e0b}.stat-value{font-size:1.1rem;margin-bottom:2px}.stat-value.played{color:#1e293b}.stat-value.wins{color:#10b981}.stat-value.losses{color:#ef4444}.stat-value.coins{color:#f59e0b}.stat-label{color:#94a3b8;font-size:.75rem;letter-spacing:.025em;text-transform:capitalize}.view-all{padding:20px;text-align:center}.view-all-btn{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s ease}.view-all-btn:hover{background:#e2e8f0;border-color:#cbd5e1;transform:translateY(-1px)}.view-all-icon{font-size:1em}@media (max-width:768px){.app-container{margin:10px}.battle-section{border-radius:12px}.header{padding:20px 15px}.header h1{font-size:1.8rem}.tab-navigation{padding:0 15px}.tab{font-size:.9rem;padding:10px 16px}.player-row{flex-wrap:wrap;gap:10px;min-height:55px;padding:8px 12px}.rank-section{min-width:90px}.stats{gap:15px;justify-content:space-around;width:100%}.stat{min-width:45px}}@media (max-width:480px){.tab{font-size:.85rem;gap:6px;padding:8px 12px}.stats{gap:12px}.stat{min-width:40px}.stat-value{font-size:.9rem}.stat-label{font-size:.65rem}.trophy{font-size:1.1em}.avatar{height:32px;width:32px}.initials{font-size:.75rem}}.profile-battleground-container{background-color:#f8fafc;margin:0 auto;max-width:1300px;min-height:calc(100vh - 80px);padding:1rem}.profile-main-wrapper{width:100%}.profile-page-title{color:#126ad7;flex-direction:column;font-size:2.5rem;font-weight:700;justify-content:center;text-align:center}.profile-header-card,.profile-page-title{align-items:center;display:flex;margin-bottom:2rem}.profile-header-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;gap:1.5rem;padding:1.5rem}.profile-avatar-section{flex-shrink:0}.profile-user-avatar{align-items:center;background:#eff6ff;border-radius:50%;color:#2563eb;display:flex;font-size:2rem;font-weight:700;height:80px;justify-content:center;width:80px}.profile-user-info{flex:1 1}.profile-display-name{color:#1e293b;font-size:1.8rem;font-weight:600;margin:0 0 .75rem}.profile-badges-container{display:flex;gap:.75rem;margin-bottom:.5rem}.profile-badge{border-radius:6px;font-size:.75rem;font-weight:500;letter-spacing:.25px;padding:.375rem .75rem}.profile-level-badge{background:#eff6ff;border:1px solid #dbeafe;color:#1e40af}.profile-player-badge{background:#f0fdf4;border:1px solid #dcfce7;color:#166534}.profile-member-details{color:#64748b;font-size:.95rem;font-weight:500;margin:0}.profile-stats-grid{display:flex;gap:1rem;justify-content:space-between;margin-bottom:2rem;width:100%}.profile-stat-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex:1 1;gap:.75rem;padding:1rem 1.5rem}.profile-stat-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.profile-games-icon{background:#e6f3ff;color:#3b82f6}.profile-wins-icon{background:#fff7e6;color:#f59e0b}.profile-rank-icon{background:#e6f3ff;color:#3b82f6}.profile-coins-icon{background:#e6f3ff;color:#f59e0b}.profile-stat-content{align-items:flex-start;display:flex;flex-direction:column}.profile-stat-value{color:#1e293b;font-size:1.5rem;font-weight:700;line-height:1;margin-bottom:.25rem}.profile-stat-label{color:#64748b;font-size:.875rem;font-weight:500;line-height:1}.profile-content-grid{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.profile-battle-statistics{background:#fff;border:1px solid #e2e8f0;border-radius:16px;height:100%;min-height:400px;padding:1.25rem}.profile-section-title{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.profile-battle-type-section{background:#f8fafc;border-left:3px solid #2563eb;border-radius:8px;margin-bottom:1rem;padding:.75rem}.profile-battle-type-section:last-child{margin-bottom:0}.profile-battle-type-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.profile-battle-icon{color:#2563eb}.profile-battle-type-name{color:#1e293b;flex:1 1;font-size:.9rem;font-weight:600}.profile-battles-played{background:#e5e7eb;border-radius:4px;color:#64748b;font-size:.7rem;font-weight:500;padding:.2rem .4rem}.profile-battle-results{display:flex;gap:1.5rem;justify-content:center}.profile-losses-section,.profile-wins-section{flex:1 1;text-align:center}.profile-wins-count{background:#d1fae5;color:#059669}.profile-losses-count,.profile-wins-count{align-items:center;border-radius:8px;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;margin:0 auto .5rem;width:100%}.profile-losses-count{background:#fecaca;color:#dc2626}.profile-losses-label,.profile-wins-label{color:#64748b;font-size:.7rem;font-weight:500}.profile-recent-battles{background:#fff;border:1px solid #e2e8f0;border-radius:16px;height:100%;min-height:400px;padding:1.25rem}.profile-battles-list{display:flex;flex-direction:column;gap:.5rem}.profile-battle-item{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:.5rem;transition:all .2s ease}.profile-battle-item:hover{background:#f1f5f9;border-color:#cbd5e1}.profile-battle-opponent{align-items:center;display:flex;gap:.5rem}.profile-opponent-avatar{align-items:center;background:#eff6ff;border-radius:50%;color:#2563eb;display:flex;font-size:.65rem;font-weight:700;height:28px;justify-content:center;width:28px}.profile-battle-details{display:flex;flex-direction:column;gap:.125rem}.profile-opponent-name{color:#1e293b;font-size:.8rem;font-weight:600}.profile-battle-type{color:#64748b;font-size:.7rem}.profile-battle-outcome{align-items:flex-end;display:flex;flex-direction:column;gap:.125rem;text-align:right}.profile-battle-result{border-radius:4px;font-size:.7rem;font-weight:700;letter-spacing:.5px;padding:.2rem .4rem;text-transform:uppercase}.profile-battle-result.win{background:#d1fae5;color:#059669}.profile-battle-result.loss{background:#fecaca;color:#dc2626}.profile-battle-points{color:#1e293b;font-size:.7rem;font-weight:600}.profile-battle-time{color:#9ca3af;font-size:.65rem}.profile-action-section{text-align:center}.profile-start-battle-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:10px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:1rem 2rem;text-transform:uppercase;transition:all .2s ease}.profile-start-battle-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 8px #2563eb4d;transform:translateY(-1px)}.profile-start-battle-btn:active{transform:translateY(0)}@media (max-width:768px){.profile-battleground-container{padding:1rem}.profile-page-title{font-size:2rem;margin-bottom:1rem}.profile-header-card{flex-direction:column;gap:1rem;padding:1.25rem;text-align:center}.profile-badges-container{justify-content:center}.profile-stats-grid{align-items:center;flex-direction:column;gap:1rem}.profile-stat-card{max-width:300px;width:100%}.profile-content-grid{gap:1.5rem;grid-template-columns:1fr}.profile-battle-statistics,.profile-recent-battles{height:auto;min-height:auto}.profile-battle-results{justify-content:center}.profile-battle-item{flex-direction:column;gap:.75rem;text-align:center}.profile-battle-outcome{align-items:center}}@media (max-width:480px){.profile-stats-grid{align-items:center;flex-direction:column}.profile-stat-card{justify-content:center;text-align:center}.profile-stat-content{align-items:center}.profile-battle-statistics,.profile-recent-battles{padding:1rem}.profile-start-battle-btn{font-size:.95rem;padding:.875rem 1.5rem}.profile-user-avatar{font-size:1.5rem;height:60px;width:60px}.profile-display-name{font-size:1.5rem}}.bg-main-container{background:#f8fafc;min-height:100vh}.bg-navbar{background:#fff;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.bg-navbar-container{align-items:center;display:flex;height:50px;justify-content:space-between;padding:0 24px;position:relative;width:100%}.bg-navbar-logo{color:#1f2937;cursor:pointer;flex-shrink:0;font-size:18px;font-weight:600;gap:8px;left:24px;position:absolute;top:50%;transform:translateY(-50%)}.bg-logo-icon,.bg-navbar-logo{align-items:center;display:flex}.bg-logo-icon{background:#3b82f6;border-radius:6px;color:#fff;font-size:16px;height:32px;justify-content:center;width:32px}.bg-logo-text{color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;white-space:nowrap}.bg-navbar-nav{gap:8px;position:absolute;right:24px;top:50%;transform:translateY(-50%)}.bg-nav-item,.bg-navbar-nav{align-items:center;display:flex}.bg-nav-item{background:#0000;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;gap:6px;height:36px;min-width:-webkit-fit-content;min-width:fit-content;padding:8px 16px;transition:all .2s ease}.bg-nav-item:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.bg-nav-dashboard.bg-nav-active{background:#3b82f6;border-color:#3b82f6;color:#fff;font-weight:600}.bg-nav-challenge.bg-nav-active,.bg-nav-leaderboard.bg-nav-active,.bg-nav-profile.bg-nav-active{background:#3b82f6;border-color:#3b82f6;color:#fff;font-weight:500}.bg-mobile-menu-toggle{background:none;border:none;border-radius:6px;cursor:pointer;display:none;padding:8px;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:background .2s ease}.bg-mobile-menu-toggle:hover{background:#f9fafb}.bg-hamburger{display:flex;flex-direction:column;height:16px;position:relative;width:20px}.bg-hamburger span{background:#6b7280;border-radius:2px;display:block;height:2px;position:absolute;transition:all .3s ease;width:100%}.bg-hamburger span:first-child{top:0}.bg-hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.bg-hamburger span:nth-child(3){bottom:0}.bg-hamburger.bg-hamburger-active span:first-child{margin-top:-1px;top:50%;transform:rotate(45deg)}.bg-hamburger.bg-hamburger-active span:nth-child(2){opacity:0}.bg-hamburger.bg-hamburger-active span:nth-child(3){bottom:50%;margin-bottom:-1px;transform:rotate(-45deg)}.bg-mobile-nav{background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a;display:none;flex-direction:column;gap:8px;opacity:0;padding:16px 24px;transform:translateY(-100%);transition:all .3s ease;width:100%;z-index:999}.bg-mobile-nav.bg-mobile-nav-active{display:flex;opacity:1;transform:translateY(0)}.bg-mobile-nav-item{align-items:center;background:#0000;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;gap:8px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.bg-mobile-nav-item:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.bg-mobile-nav-item.bg-mobile-nav-item-active{background:#3b82f6;border-color:#3b82f6;color:#fff;font-weight:600}.bg-content-area{padding:24px;width:100%}.bg-challenge-placeholder{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;display:flex;font-size:18px;font-weight:500;height:400px;justify-content:center;margin:40px 0;text-align:center}@media (max-width:768px){.bg-navbar-container{padding:0 16px}.bg-navbar-logo{font-size:16px;left:16px}.bg-logo-icon{font-size:14px;height:28px;width:28px}.bg-navbar-nav{display:none}.bg-mobile-menu-toggle{display:block;right:16px}.bg-content-area{padding:16px}.bg-challenge-placeholder{font-size:16px;height:300px;margin:20px 0}}@media (max-width:480px){.bg-navbar-container{height:56px;padding:0 12px}.bg-navbar-logo{font-size:16px;left:12px}.bg-logo-text{font-size:16px}.bg-mobile-menu-toggle{right:16px}.bg-mobile-nav{padding:12px 16px}.bg-mobile-nav-item{font-size:14px;padding:10px 12px}.bg-content-area{padding:12px}.bg-challenge-placeholder{font-size:14px;height:250px}}.coding-battle-container{background-color:#f8fafc;color:#1a202c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.header{background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:1rem 2rem}.header,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.language-tag{background-color:#3b82f6;border-radius:.375rem;color:#fff;font-size:.875rem;font-weight:600;padding:.25rem .75rem}.vs{color:#6b7280;font-weight:600}.opponent{color:#374151;font-weight:500}.header-right{gap:1rem}.header-right,.timer{align-items:center;display:flex}.timer{flex-direction:column}.time{color:#3b82f6;font-size:1.5rem;font-weight:700}.time-label{color:#6b7280;font-size:.75rem}.forfeit-btn{background-color:#ef4444;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:background-color .2s}.forfeit-btn:hover{background-color:#dc2626}.main-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:1.5rem 2rem}.problem-section{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem}.problem-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.problem-title{color:#1a202c;font-size:1.5rem;font-weight:700;margin:0}.difficulty-badge{background-color:#f59e0b;border-radius:9999px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.difficulty-badge.easy{background-color:#10b981}.difficulty-badge.medium{background-color:#f59e0b}.difficulty-badge.hard{background-color:#ef4444}.problem-description{line-height:1.6}.section-title{color:#374151;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.description{color:#4b5563}.description,.example{margin-bottom:1.5rem}.example-title{color:#374151;font-size:1rem;font-weight:600;margin-bottom:.5rem}.code-block{background-color:#f3f4f6;border-radius:.375rem;color:#374151;font-family:Monaco,Consolas,Courier New,monospace;font-size:.875rem;line-height:1.5;padding:1rem}.constraints{margin-bottom:1rem}.constraints-title{color:#374151;font-size:1rem;font-weight:600;margin-bottom:.5rem}.constraints-list{color:#4b5563;padding-left:1.5rem}.constraints-list li{margin-bottom:.25rem}.editor-section{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content}.editor-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 1.5rem}.editor-title{color:#374151;font-size:1.125rem;font-weight:600;margin:0}.editor-actions{display:flex;gap:.75rem}.run-btn{background-color:#6b7280;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:background-color .2s}.run-btn:hover{background-color:#4b5563}.submit-btn{background-color:#3b82f6;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:background-color .2s}.submit-btn:hover{background-color:#2563eb}.code-editor{flex:1 1;min-height:415px}.code-textarea{background-color:#fafafa;border:none;box-sizing:border-box;font-family:Monaco,Consolas,Courier New,monospace;font-size:.875rem;height:412px;line-height:1.5;outline:none;padding:1.5rem;resize:none;width:100%}.code-textarea:focus{background-color:#fff}.progress-section{align-items:center;background-color:#f9fafb;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 1.5rem}.progress-label{color:#374151;font-weight:600}.progress-text{color:#6b7280;font-size:.875rem}.bottom-stats{background-color:#f8fafc;display:flex;gap:2rem;justify-content:center;padding:1rem}.stat-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;flex-direction:column;margin-top:-20px;min-width:160px;padding:0 9.4rem}.stat-icon,.stat-item{align-items:center;display:flex}.stat-icon{color:#3b82f6;height:30px;justify-content:center;margin-bottom:.5rem;width:48px}.stat-icon svg{height:32px;margin-top:25px;width:32px}.stat-number{color:#1a202c;font-size:2.5rem;font-weight:700;margin-top:2px}.stat-label{color:#6b7280;font-size:.875rem;font-weight:500;margin:5px;text-align:center}@media (max-width:1024px){.main-content{gap:1rem;padding:1rem}.bottom-stats{gap:1.5rem;padding:1.5rem}.stat-item{min-width:140px;padding:1.5rem 1rem}}@media (max-width:768px){.main-content{grid-template-columns:1fr;padding:1rem}.header{flex-direction:column;gap:1rem;padding:1rem}.header-left,.header-right{justify-content:center}.bottom-stats{flex-wrap:wrap;gap:1rem;padding:1.5rem 1rem}.stat-item{min-width:120px;padding:1.5rem 1rem}.stat-number{font-size:2rem}.stat-icon svg{height:28px;width:28px}}@media (max-width:480px){.header,.main-content{padding:.75rem}.main-content{gap:.75rem}.editor-section,.problem-section{padding:1rem}.editor-header{align-items:stretch;flex-direction:column;gap:.75rem;padding:.75rem 1rem}.editor-actions{justify-content:center}.code-textarea{font-size:.8rem;padding:1rem}.bottom-stats{align-items:center;flex-direction:column;gap:.75rem;padding:1rem .75rem}.stat-item{min-width:280px;padding:1.25rem 1rem}.stat-number{font-size:1.875rem}.stat-icon svg{height:24px;width:24px}}.mcq-battle-container{background-color:#f8fafc;color:#1e293b;font-family:Segoe UI,sans-serif;margin:0 auto;max-width:1300px;min-height:calc(100vh - 80px);padding:1rem}.mcq-main-wrapper{width:100%}.mcq-header-top{flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}.mcq-header-top,.mcq-match-info{align-items:center;display:flex;gap:1rem}.mcq-match-info{font-weight:600}.mcq-battle-mode{background:#d7eaff;border-radius:10px;color:#0366d6;font-size:14px;font-weight:700;padding:4px 10px}.mcq-vs-text{color:#64748b;font-size:1rem;font-weight:500}.mcq-timer-forfeit{align-items:center;display:flex;gap:1rem}.mcq-timer-card{align-items:center;background:#fff;border-radius:8px;box-shadow:0 0 5px #0000001a;display:flex;flex-direction:column;padding:5px 10px;width:60px}.mcq-timer-icon{color:#2563eb}.mcq-timer-content{align-items:center;display:flex;flex-direction:column;gap:.05rem;justify-content:center;line-height:1.2}.mcq-timer-number{color:#007bff;display:block;font-size:25px;font-weight:700;margin-bottom:0;text-align:center}.mcq-timer-label{color:#666;display:block;font-size:12px;margin-top:0}.mcq-forfeit-btn{background:#ff4d4f;border:2px solid #ff4d4f;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:8px 16px;transition:.2s}.mcq-forfeit-btn:hover{background-color:#ffeaea}.mcq-score-section{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:2rem}.mcq-progress-card,.mcq-score-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;display:flex;flex:1 1;flex-direction:column;height:90px;justify-content:center;padding:1.5rem;text-align:center}.mcq-score-value{color:#1e293b;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.mcq-score-label{color:#64748b;font-size:.875rem;font-weight:500}.mcq-progress-info{text-align:center}.mcq-question-number{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.mcq-progress-bar{background:#e2e8f0;border-radius:6px;height:8px;overflow:hidden;width:100%}.mcq-progress-fill{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:6px;height:100%;transition:width .3s ease}.mcq-question-box{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 4px #0000000d;margin-bottom:2rem;padding:2rem}.mcq-question-header{margin-bottom:1.5rem}.mcq-question-title{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:600;gap:.75rem}.mcq-question-icon{color:#2563eb}.mcq-question-badge{background:#eff6ff;border:1px solid #dbeafe;border-radius:6px;color:#1e40af;font-size:.75rem;font-weight:500;letter-spacing:.25px;padding:.25rem .75rem}.mcq-question-text{color:#1e293b;font-size:1.125rem;font-weight:500;line-height:1.6;margin-bottom:2rem}.mcq-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.mcq-option{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;gap:1rem;padding:1rem 1.25rem;transition:all .2s ease}.mcq-option:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.mcq-option.selected{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.mcq-option input[type=radio]{display:none}.mcq-option-content{align-items:center;display:flex;gap:1rem;width:100%}.mcq-option-letter{align-items:center;background:#e2e8f0;border-radius:50%;color:#1e293b;display:flex;flex-shrink:0;font-weight:600;height:32px;justify-content:center;transition:all .2s ease;width:32px}.mcq-option.selected .mcq-option-letter{background:#2563eb;color:#fff}.mcq-option-text{color:#1e293b;font-size:1rem;font-weight:500}.mcq-action-row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.mcq-instruction{color:#64748b;font-size:.875rem;font-weight:500}.mcq-next-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.mcq-next-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 8px #2563eb4d;transform:translateY(-1px)}.mcq-next-btn:disabled{background:#e2e8f0;box-shadow:none;color:#9ca3af;cursor:not-allowed;transform:none}.mcq-stats-section{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.mcq-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;flex:1 1;flex-direction:column;gap:.5rem;min-width:200px;padding:1.25rem;text-align:center}.mcq-stat-card,.mcq-stat-icon{align-items:center;display:flex}.mcq-stat-icon{border-radius:50%;flex-shrink:0;height:40px;justify-content:center;width:40px}.mcq-accuracy-icon{background:#fef3c7;color:#f59e0b}.mcq-points-icon{background:#eff6ff;color:#2563eb}.mcq-players-icon{background:#f0fdf4;color:#059669}.mcq-stat-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.mcq-stat-value{color:#1e293b;font-size:1.5rem;font-weight:700;line-height:1;margin-bottom:.25rem}.mcq-stat-label{color:#64748b;font-size:.875rem;font-weight:500;line-height:1}@media (max-width:768px){.mcq-battle-container{padding:1rem}.mcq-header-top{align-items:stretch;flex-direction:column;gap:1rem}.mcq-match-info,.mcq-timer-forfeit{justify-content:center}.mcq-score-section{align-items:stretch;flex-direction:column;gap:1rem}.mcq-question-box{padding:1.5rem}.mcq-action-row{flex-direction:column;gap:1rem;text-align:center}.mcq-next-btn{width:100%}.mcq-stats-section{align-items:stretch;flex-direction:column;gap:1rem}.mcq-stat-card{justify-content:center;min-width:auto;text-align:center}.mcq-stat-content{align-items:center}}@media (max-width:480px){.mcq-question-text{font-size:1rem}.mcq-option{padding:.875rem 1rem}.mcq-option-letter{font-size:.875rem;height:28px;width:28px}.mcq-option-text{font-size:.9rem}.mcq-timer-card{padding:.75rem}.mcq-timer-number{font-size:1.25rem}.mcq-forfeit-btn{font-size:.8rem;padding:.625rem 1rem}.mcq-progress-card,.mcq-score-card{height:80px;padding:1.25rem}.mcq-score-value{font-size:1.5rem}}.ranking-container{background:#f5f7fa;border-radius:15px;box-shadow:0 4px 10px #0000001a;margin:auto;max-width:900px;padding:2rem}.ranking-title{color:#333;font-size:2rem;margin-bottom:1.5rem;text-align:center}.ranking-table{border-collapse:collapse;width:100%}.ranking-table td,.ranking-table th{border-bottom:1px solid #ddd;padding:.75rem 1rem;text-align:center}.ranking-table th{background-color:#007bff;color:#fff}.ranking-table tr:nth-child(2n){background-color:#f2f2f2}.ranking-footer{margin-top:2rem;text-align:center}.ranking-back-btn{background-color:#007bff;border-radius:10px;color:#fff;display:inline-block;padding:.6rem 1.2rem;text-decoration:none;transition:.3s}.ranking-back-btn:hover{background-color:#0056b3}.checkout-container{background:#f9fafc;border-radius:12px;box-shadow:0 4px 8px #0000001a;margin:30px auto;max-width:800px;padding:20px}.checkout-heading{color:#333;font-size:28px;margin-bottom:20px;text-align:center}.empty-cart{color:#888;font-size:18px;text-align:center}.checkout-list{list-style:none;margin:0;padding:0}.checkout-item{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 5px #6464641a;display:flex;gap:20px;margin-bottom:15px;padding:15px}.item-image{border:1px solid #ddd;border-radius:8px;height:80px;object-fit:cover;width:80px}.item-details{flex:1 1}.item-details h4{color:#333;font-size:18px;margin:0}.item-details p{color:#666;margin:4px 0}.checkout-summary{margin-top:25px;text-align:right}.checkout-summary h3{color:#444;font-size:22px}.checkout-summary span{color:#000;font-weight:700}.confirm-btn{background-color:#1e90ff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;margin-top:15px;padding:10px 20px;transition:background-color .3s ease}.confirm-btn:hover{background-color:#0073e6}.loader{--size:70px;grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(3,1fr);height:var(--size);width:var(--size)}.loader span{animation:keyframes-blink .6s linear infinite alternate;border-radius:5px;height:100%;transition:transform .3s;width:100%}.loader span:hover{cursor:pointer;transform:scale(1.2) rotate(5deg)}.loader span:first-child{animation-delay:0ms}.loader span:nth-child(2){animation-delay:.2s}.loader span:nth-child(3){animation-delay:.3s}.loader span:nth-child(4){animation-delay:.4s}.loader span:nth-child(5){animation-delay:.5s}.loader span:nth-child(6){animation-delay:.6s}@keyframes keyframes-blink{0%{opacity:.3;transform:scale(.5) rotate(5deg)}50%{opacity:1;transform:scale(1)}}.test-series-details-page{background:#f8fafc;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;min-height:100vh}.test-series-details-hero{height:350px;overflow:hidden;position:relative}.hero-image{height:100%;object-fit:cover;width:100%}.hero-overlay{align-items:center;background:linear-gradient(90deg,#000000b3,#0006);bottom:0;display:flex;left:0;padding:0 2rem;position:absolute;right:0;top:0}.hero-content{color:#fff;margin:0 auto;max-width:1200px;width:100%}.test-series-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.test-series-tagline{font-size:1.2rem;margin-bottom:1.5rem;max-width:600px;opacity:.9}.test-series-details-price-row{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.price{font-size:2rem;font-weight:700}.original-price{font-size:1.5rem;opacity:.7}.discount-badge{background:#ff4757;border-radius:20px;color:#fff;font-weight:600;padding:.25rem .75rem}.hero-actions{display:flex;gap:1rem}.cta-button{align-items:center;background:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.cta-button:hover{background:#4338ca;box-shadow:0 4px 12px #4f46e54d;transform:translateY(-2px)}.status-details-box{align-items:center;background:#0000;border-radius:8px;color:#fff;display:flex;gap:1rem;padding:0}.spinner{animation:spin 1s linear infinite;border:3px solid #f59e0b4d;border-radius:50%;border-top-color:#f59e0b;height:24px;width:24px}.view-course-btn{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-top:.5rem;padding:.5rem 1rem}.view-course-btn:hover{background:#059669}.main-details-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.test-series-content{margin:0 auto;max-width:1200px;padding:2rem}.content-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px;margin-bottom:3rem}.testseries-details-tabs{border-bottom:1px solid #e2e8f0;display:flex;margin-bottom:1.5rem}.tab-details{background:none;border:none;color:#64748b;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;position:relative;width:120px}.tab-details.active{color:#4f46e5;font-weight:600}.tab-details.active:after{background:#4f46e5;bottom:-1px;content:"";height:2px;left:0;position:absolute;right:0}.tab-details-content{padding:1rem 0}.overview-tab h2{color:#1e293b;font-size:1.5rem;margin-bottom:1rem}.test-series-description{color:#475569;line-height:1.6;margin-bottom:2rem}.features-grid h3{color:#1e293b;font-size:1.25rem;margin-bottom:1.5rem}.features-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.feature-card:hover{border-color:#4f46e5}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h4{color:#1e293b;font-size:1.1rem;margin-bottom:.5rem}.feature-card p{color:#64748b;line-height:1.5}.syllabus-tab h2{color:#1e293b;font-size:1.5rem;margin-bottom:1.5rem}.syllabus-table{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.table-details-header,.table-row{align-items:center;display:grid;grid-template-columns:1fr 120px 120px;padding:1rem 1.5rem}.table-details-header{background:#f1f5f9;color:#475569;font-weight:600}.table-row{border-bottom:1px solid #e2e8f0}.table-row:last-child{border-bottom:none}.reviews-tab h2{color:#1e293b;font-size:1.5rem;margin-bottom:1.5rem}.reviews-container{grid-gap:1.5rem;display:grid;gap:1.5rem}.review-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.review-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.reviewer{color:#1e293b;font-weight:600}.rating{display:flex}.star{color:#cbd5e1}.star.filled{color:#f59e0b}.review-comment{color:#475569;font-style:italic;line-height:1.6}.sidebar{display:flex;flex-direction:column;gap:1.5rem}.purchase-card,.stats-details-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.purchase-card .card-header{margin-bottom:1.5rem}.purchase-card h3{color:#1e293b;font-size:1.25rem;margin-bottom:1rem}.price-display{align-items:center;display:flex;gap:.75rem}.current-price{color:#1e293b;font-size:1.5rem;font-weight:700}.original-price{color:#64748b;text-decoration:line-through}.discount{background:#dcfce7;border-radius:4px;color:#166534;font-size:.875rem;font-weight:600;padding:.25rem .5rem}.benefits-list{list-style:none;margin:0 0 1.5rem;padding:0}.benefits-list li{color:#475569;padding:.5rem 0}.access-btn,.purchase-btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.75rem;transition:all .2s ease;width:100%}.purchase-btn{background:#4f46e5;color:#fff}.purchase-btn:hover{background:#4338ca}.access-btn{background:#10b981;color:#fff}.access-btn:hover{background:#059669}.purchase-status{background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;padding:1rem;text-align:center}.status-text{color:#92400e;font-weight:500}.stats-card h3{color:#1e293b;font-size:1.25rem;margin-bottom:1.5rem}.stat-details-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.75rem 0}.stat-details-item:last-child{border-bottom:none}.stat-value{color:#4f46e5;font-size:1.25rem;font-weight:700}.stat-label{color:#64748b}.related-tests-section{margin-top:3rem}.related-tests-section h2{color:#1e293b;font-size:1.5rem;margin-bottom:1.5rem}.related-tests-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.related-test-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.related-test-card:hover{box-shadow:0 12px 20px #0000001a;transform:translateY(-4px)}.related-test-card img{height:160px;object-fit:cover;width:100%}.related-test-content{padding:1.25rem}.related-test-content h4{color:#1e293b;font-size:1.1rem;margin-bottom:.75rem}.related-test-price{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.related-test-price .current{color:#1e293b;font-weight:700}.related-test-price .original{color:#64748b;font-size:.875rem;text-decoration:line-through}.view-related-btn{background:#f1f5f9;border:none;border-radius:6px;color:#475569;cursor:pointer;font-weight:500;padding:.5rem;transition:background .2s ease;width:100%}.view-related-btn:hover{background:#e2e8f0}.loading-related,.no-related{color:#64748b;padding:2rem;text-align:center}.modal-overlay{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-payment-container{background:#fff;border-radius:12px;box-shadow:0 20px 25px #00000026;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.modal-payment-content{padding:2rem}.modal-details-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:10px}.modal-header h2{color:#1e293b;font-size:1.5rem}.close-modal{background:none;border:none;color:#64748b;cursor:pointer;font-size:1.5rem}.close-modal:hover{color:#475569}.payment-details-instructions{background:#f8fafc;border-radius:8px;margin-bottom:10px;padding:10px 1rem}.payment-details-instructions h3{color:#1e293b;font-size:1.1rem;margin-bottom:1rem}.payment-details-instructions ol{color:#475569;margin-bottom:1.5rem;padding-left:1.5rem}.payment-details-instructions li{margin-bottom:.5rem}.payment-details{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.qr-section,.upi-section{text-align:center}.qr-section p,.upi-section p{color:#475569;font-weight:500;margin-bottom:.75rem}.qr-code{background:#fff;border:1px solid #e2e8f0;border-radius:8px;height:150px;object-fit:contain;padding:.5rem;width:150px}.qr-placeholder{align-items:center;border:1px dashed #cbd5e1;border-radius:8px;color:#94a3b8;display:flex;height:150px;justify-content:center;margin:0 auto;width:150px}.upi-id{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-family:monospace;font-weight:600;padding:.75rem}.payment-details-form{margin-bottom:1rem}.form-details-group{margin-bottom:1.25rem}.form-details-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-details-group input{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:.75rem;width:100%}.form-details-group input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e533;outline:none}.file-upload{align-items:center;display:flex;gap:.75rem}.upload-btn{background:#f3f4f6;border-radius:6px;color:#374151;cursor:pointer;font-weight:500;padding:.75rem 1rem;transition:background .2s ease}.upload-btn:hover{background:#e5e7eb}.file-name{color:#6b7280;font-size:.875rem}.modal-details-actions{display:flex;gap:1rem}.cancel-details-btn,.confirm-details-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;flex:1 1;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem;transition:all .2s ease}.confirm-details-btn{background:#4f46e5;color:#fff}.confirm-btn:hover:not(:disabled){background:#4338ca}.confirm-btn:disabled{cursor:not-allowed;opacity:.7}.cancel-btn{background:#f3f4f6;color:#374151}.cancel-btn:hover{background:#e5e7eb}.btn-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@media (max-width:968px){.content-container,.payment-details{grid-template-columns:1fr}.test-series-content{padding:10px}.overview-tab h2{color:#1e293b;font-size:1.2rem;margin-bottom:.8rem}}@media (max-width:640px){.test-series-hero{height:400px}.test-series-title{font-size:2rem}.features-list{grid-template-columns:1fr}.hero-actions{flex-direction:column}.testseries-details-tabs{overflow-x:auto;white-space:nowrap}.modal-container{margin:1rem}.modal-actions{flex-direction:column}}.test-series-container{background-color:#f8f9fa;box-shadow:none;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0 auto;max-width:1200px;min-height:100vh;padding:24px}.test-series-header{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:32px}.test-series-title h1{color:#1a1f36;font-size:28px;font-weight:700;margin-bottom:12px}.test-series-title p{color:#6b7280;font-size:16px;font-weight:400;line-height:1.5;margin-bottom:24px}.test-series-nav{border-bottom:1px solid #e5e7eb;display:flex;gap:8px}.test-series-nav-btn{background:#0000;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;font-size:14px;font-weight:500;padding:12px 20px;transition:all .2s ease}.test-series-nav-btn:hover{color:#383ee6}.test-series-nav-btn--active{border-bottom:2px solid #383ee6;color:#383ee6}.test-series-progress{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:24px}.test-series-progress p{color:#6b7280;font-size:14px;margin-bottom:8px}.test-series-progress-bar{background-color:#e5e7eb;border-radius:4px;height:8px;overflow:hidden}.test-series-progress-fill{background-color:#10b981;border-radius:4px;height:100%;transition:width .3s ease}.test-series-content{display:flex;flex-direction:column;gap:16px}.test-series-folder{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.test-series-folder-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:20px 24px;transition:background-color .2s ease}.test-series-folder-header:hover{background-color:#f9fafb}.test-series-folder-title{align-items:center;color:#1a1f36;display:flex;font-weight:600;gap:12px}.test-series-folder-icon{color:#6b7280;font-size:16px}.test-series-lesson-list{border-top:1px solid #e5e7eb}.test-series-assessment-card,.test-series-class-card,.test-series-lesson-card{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.test-series-assessment-card:last-child,.test-series-class-card:last-child,.test-series-lesson-card:last-child{border-bottom:none}.test-series-assessment-info,.test-series-lesson-info{align-items:center;display:flex;flex:1 1;gap:16px}.test-series-class-info{flex:1 1}.test-series-assessment-icon,.test-series-lesson-icon{color:#6b7280;font-size:16px}.test-series-assessment-title,.test-series-lesson-title{color:#1a1f36;font-weight:500;margin:0}.test-series-class-title{color:#1a1f36;font-size:18px;font-weight:600;margin-bottom:8px}.test-series-assessment-duration,.test-series-lesson-date{color:#6b7280;font-size:14px;margin-left:auto;margin-right:24px}.test-series-class-schedule{display:flex;font-size:14px;gap:8px;margin-bottom:8px}.test-series-class-days{color:#1a1f36;font-weight:500}.test-series-class-time{color:#6b7280}.test-series-class-instructor{color:#6b7280;font-size:14px;margin:0}.test-series-btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;outline:none;padding:10px 20px;transition:all .2s ease}.test-series-btn--primary{background-color:#383ee6;color:#fff}.test-series-btn--primary:hover{background-color:#4b50e8}.test-series-empty-state{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:60px 40px;text-align:center}.test-series-empty-icon{color:#e5e7eb;font-size:48px;margin-bottom:16px}.test-series-empty-state h3{color:#1a1f36;font-size:20px;font-weight:600;margin-bottom:8px}.test-series-empty-state p{color:#6b7280;font-size:16px;margin:0}@media (max-width:768px){.test-series-container{padding:16px}.test-series-header{padding:24px}.test-series-assessment-card,.test-series-class-card,.test-series-lesson-card{align-items:flex-start;flex-direction:column;gap:16px}.test-series-assessment-info,.test-series-lesson-info{width:100%}.test-series-assessment-duration,.test-series-lesson-date{margin-left:0;margin-right:0}.test-series-class-actions{align-self:flex-end}.test-series-empty-state{padding:40px 24px}.test-series-empty-icon{font-size:36px}.test-series-empty-state h3{font-size:18px}.test-series-empty-state p{font-size:14px}}.event-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:20px}.event-error,.event-loading{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:60vh;text-align:center}.event-error{padding:40px}.event-error h2{color:#ff6b6b;font-size:2rem;margin-bottom:16px}.event-error p{font-size:1.1rem;margin-bottom:24px;opacity:.9}.event-header{border-radius:20px;margin-bottom:30px;min-height:400px;overflow:hidden;position:relative}.event-back-button{align-items:center;background:#ffffffe6;border:none;border-radius:25px;color:#333;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;left:20px;padding:12px 20px;position:absolute;top:20px;transition:all .3s ease;z-index:10}.event-back-button:hover{background:#fff;transform:translateY(-1px)}.event-header-content{align-items:flex-end;background:linear-gradient(180deg,#0000 0,#000000b3);display:flex;min-height:400px;padding:40px;position:relative}.event-header-image{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.event-header-image img{height:100%;object-fit:cover;width:100%}.event-header-info{color:#fff;display:flex;flex-direction:column;gap:20px;width:100%}.event-title{color:#fff;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0;text-shadow:2px 2px 4px #00000080}.event-organizer{align-items:center;color:#ffffffe6;display:flex;font-size:1.1rem;gap:8px;margin:0}.event-designation{color:#fffc;font-size:1rem;font-style:italic;margin:0}.event-meta{display:flex;flex-direction:column;gap:12px}.event-meta-item{align-items:center;color:#ffffffe6;display:flex;font-size:1rem;gap:12px}.event-meta-item svg{color:#ffffffe6;width:16px}.event-content{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:1fr 350px}.event-main{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:40px}.event-section{border-bottom:1px solid #e5e7eb;margin-bottom:40px;padding-bottom:30px}.event-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.event-section h2{color:#1a1a1a;font-size:1.8rem;font-weight:600;margin:0 0 20px;position:relative}.event-section h2:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:50px}.event-section p{color:#4a4a4a;font-size:1.1rem;line-height:1.7;margin:0 0 16px}.event-speaker-info{background:#f8f9fa;border-left:4px solid #667eea;border-radius:15px;padding:25px}.event-speaker-details h3{color:#1a1a1a;font-size:1.4rem;font-weight:600;margin:0 0 12px}.event-speaker-title{color:#667eea;font-size:1.1rem;font-weight:500;margin:0 0 16px}.event-speaker-bio{color:#666;font-size:1rem;line-height:1.6;margin:0 0 20px}.event-speaker-linkedin{align-items:center;background:#0077b51a;border-radius:8px;color:#0077b5;display:inline-flex;font-weight:500;gap:8px;padding:10px 16px;text-decoration:none;transition:all .3s ease}.event-speaker-linkedin:hover{background:#0077b533}.event-schedule-details{display:flex;flex-direction:column;gap:16px}.event-schedule-item{align-items:center;background:#f8f9fa;border-left:3px solid #667eea;border-radius:10px;display:flex;gap:12px;padding:16px}.event-schedule-item strong{color:#1a1a1a;min-width:80px}.event-schedule-item span{color:#4a4a4a}.event-timezone{color:#888;font-size:.9rem;margin-left:8px}.event-venue-details p{margin-bottom:12px}.event-venue-details a{color:#667eea;font-weight:500;text-decoration:none}.event-venue-details a:hover{text-decoration:underline}.event-learning-points{list-style:none;margin:0;padding:0}.event-learning-points li{border-bottom:1px solid #f0f0f0;padding:12px 0 12px 30px;position:relative}.event-learning-points li:last-child{border-bottom:none}.event-learning-points li:before{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;content:"✓";display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;left:0;position:absolute;top:12px;width:20px}.event-tags{display:flex;flex-wrap:wrap;gap:10px}.event-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;padding:8px 16px}.event-registration-sidebar{position:-webkit-sticky;position:sticky;top:20px}.event-registration-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:30px}.event-registration-card h3{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:0 0 20px;position:relative}.event-registration-card h3:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:40px}.event-registration-stats{background:#f8f9fa;border-left:4px solid #667eea;border-radius:12px;margin-bottom:25px;padding:20px}.event-registration-stats p{color:#4a4a4a;font-size:1rem;line-height:1.5;margin:0}.event-form-group,.event-registration-form{margin-bottom:20px}.event-form-group label{color:#555;display:block;font-size:.9rem;font-weight:500;margin-bottom:8px}.event-form-group input{background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;color:#4a4a4a;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.event-form-group input:focus{background:#fff;border-color:#667eea;outline:none}.event-form-group input[type=tel]{background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;color:#4a4a4a;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.event-form-group input[type=tel]:focus{background:#fff;border-color:#667eea;outline:none}.event-register-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:20px;padding:16px 24px;transition:all .3s ease;width:100%}.event-register-button:hover:not(:disabled){transform:translateY(-1px)}.event-register-button:disabled{cursor:not-allowed;opacity:.6}.event-registration-disabled{background:#f8f9fa;border:2px dashed #ddd;border-radius:12px;padding:20px;text-align:center}.event-registration-disabled p{color:#888;font-style:italic;margin:0}.event-login-prompt{background:#fff3cd;border:1px solid #ffeaa7;border-radius:12px;padding:20px;text-align:center}.event-login-prompt p{color:#856404;margin:0 0 16px}.event-login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 24px;transition:all .3s ease}.event-login-button:hover{transform:translateY(-1px)}.event-registration-success{background:#d4edda;border:1px solid #c3e6cb;border-radius:12px;margin-bottom:20px;padding:25px;text-align:center}.event-success-icon{align-items:center;background:#28a745;border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;margin:0 auto 15px;width:60px}.event-registration-success h4{color:#155724;font-size:1.3rem;font-weight:600;margin:0 0 10px}.event-registration-success p{color:#155724;line-height:1.5;margin:0 0 20px}.event-success-close-button{background:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 20px;transition:all .3s ease}.event-success-close-button:hover{background:#218838;transform:translateY(-1px)}.event-already-registered{background:#e2e3e5;border:1px solid #d6d8db;border-radius:12px;margin-bottom:20px;padding:25px;text-align:center}.event-registered-icon{align-items:center;background:#6c757d;border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;margin:0 auto 15px;width:60px}.event-already-registered h4{color:#495057;font-size:1.3rem;font-weight:600;margin:0 0 10px}.event-already-registered p{color:#495057;line-height:1.5;margin:0}.event-login-modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.event-login-modal{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000004d;max-width:400px;padding:40px;position:relative;width:100%}.event-login-modal-close{background:none;border:none;border-radius:50%;color:#666;cursor:pointer;font-size:20px;padding:5px;position:absolute;right:15px;top:15px;transition:all .3s ease}.event-login-modal-close:hover{background:#f0f0f0;color:#333}.event-login-modal-header{margin-bottom:30px;text-align:center}.event-login-modal-header h2{color:#1a1a1a;font-size:1.8rem;font-weight:600;margin:0 0 10px}.event-login-modal-header p{color:#666;font-size:1rem;margin:0}.event-login-modal-form{margin-bottom:20px}.event-login-error{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:.9rem;margin-bottom:20px;padding:12px}.event-login-modal-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:20px;padding:16px 24px;transition:all .3s ease;width:100%}.event-login-modal-button:hover:not(:disabled){transform:translateY(-1px)}.event-login-modal-button:disabled{cursor:not-allowed;opacity:.6}.event-login-modal-footer{border-top:1px solid #e5e7eb;padding-top:20px;text-align:center}.event-login-modal-footer p{color:#666;font-size:.9rem;margin:0}.event-login-toggle-button{background:none;border:none;color:#667eea;cursor:pointer;font-weight:500;margin-left:5px;text-decoration:underline;transition:color .3s ease}.event-login-toggle-button:hover{color:#5a6fd8}@media (max-width:1200px){.event-content{gap:20px;grid-template-columns:1fr}.event-registration-sidebar{position:static}}@media (max-width:768px){.event-page{padding:15px}.event-header{padding:20px}.event-header-content{gap:20px;grid-template-columns:1fr;margin-top:60px}.event-header-image{height:200px}.event-title{font-size:2rem}.event-main{max-height:none;padding:25px}.event-back-button{font-size:13px;left:15px;padding:10px 16px;top:15px}}@media (max-width:480px){.event-header{padding:15px}.event-main{padding:20px}.event-title{font-size:1.8rem}.event-section h2{font-size:1.5rem}.event-registration-card{padding:20px}}:root{--primary-color:#5d5fef;--secondary-color:#2ecc71;--dark-color:#1b1c2b;--light-color:#edeff1;--text-color:#333;--text-light:#7f8c8d;--border-color:#e1e8ed;--transition:all 0.3s ease;--border-radius:8px;--card-bg:#fff}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;color:var(--text-color);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.feedback-wrapper,body{background-color:#edeff1;background-color:var(--light-color)}.feedback-wrapper{margin:0 auto;max-width:1200px;min-height:100vh;padding:0 1rem}.feedback-hero{background:linear-gradient(135deg,#1b1c2b,#2a2c3d);background:linear-gradient(135deg,var(--dark-color),#2a2c3d);border-radius:8px;border-radius:var(--border-radius);color:#fff;margin-top:100px;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.feedback-hero:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJhIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxwYXRoIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMC4wNSkiIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjYSkiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48L3N2Zz4=);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.feedback-hero-content{margin:0 auto;max-width:800px;position:relative;z-index:1}.feedback-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.feedback-hero p{font-size:1.2rem;line-height:1.6;margin-bottom:0;opacity:.9}.feedback-form-container{margin:30px 0}.feedback-form-wrapper{background:#fff;background:var(--card-bg);border:1px solid #e1e8ed;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);margin:0 auto;max-width:800px;padding:2.5rem}.feedback-form-header{margin-bottom:2.5rem;text-align:center}.feedback-form-header h2{color:#1b1c2b;color:var(--dark-color);font-size:2rem;font-weight:600;margin-bottom:.5rem}.feedback-form-header p{color:#7f8c8d;color:var(--text-light);font-size:1.1rem}.feedback-form{display:flex;flex-direction:column;gap:1.5rem}.feedback-form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.feedback-form-group{display:flex;flex-direction:column;gap:.5rem}.feedback-label{color:#1b1c2b;color:var(--dark-color);font-size:.95rem;font-weight:600}.feedback-required{color:#e74c3c;font-weight:700}.feedback-input,.feedback-select,.feedback-textarea{background-color:#fff;border:2px solid #e1e8ed;border:2px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);color:#333;color:var(--text-color);font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;transition:var(--transition)}.feedback-input:focus,.feedback-select:focus,.feedback-textarea:focus{border-color:#5d5fef;border-color:var(--primary-color);outline:none}.feedback-input::placeholder,.feedback-textarea::placeholder{color:#bdc3c7}.feedback-textarea{font-family:inherit;min-height:120px;resize:vertical}.feedback-image-upload{display:flex;flex-direction:column;gap:1rem}.feedback-upload-area{background-color:#fafbfc;border:2px dashed #e1e8ed;border:2px dashed var(--border-color);border-radius:8px;border-radius:var(--border-radius);padding:2rem;position:relative;text-align:center;transition:all .3s ease;transition:var(--transition)}.feedback-upload-area:hover{background-color:#f8f9ff;border-color:#5d5fef;border-color:var(--primary-color)}.feedback-file-input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.feedback-upload-label{align-items:center;color:#7f8c8d;color:var(--text-light);cursor:pointer;display:flex;flex-direction:column;gap:.5rem}.feedback-upload-icon{color:#5d5fef;color:var(--primary-color);margin-bottom:.5rem}.feedback-upload-label span{color:#1b1c2b;color:var(--dark-color);font-weight:500}.feedback-upload-label small{color:#7f8c8d;color:var(--text-light);font-size:.85rem}.feedback-images-preview{margin-top:1rem}.feedback-images-preview h4{color:#1b1c2b;color:var(--dark-color);font-size:1rem;font-weight:600;margin-bottom:1rem}.feedback-images-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.feedback-image-item{background:#fff;border:1px solid #e1e8ed;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);overflow:hidden;position:relative}.feedback-image-item img{display:block;height:120px;object-fit:cover;width:100%}.feedback-remove-image{align-items:center;background:#e74c3ce6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;height:24px;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .3s ease;transition:var(--transition);width:24px}.feedback-remove-image:hover{background:#e74c3c;transform:scale(1.1)}.feedback-image-name{background:#f8f9fa;color:#7f8c8d;color:var(--text-light);display:block;font-size:.8rem;padding:.5rem;text-align:center;word-break:break-word}.feedback-form-actions{border-top:1px solid #e1e8ed;border-top:1px solid var(--border-color);display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem}.feedback-cancel-btn,.feedback-submit-btn{border:none;border-radius:8px;border-radius:var(--border-radius);cursor:pointer;font-size:1rem;font-weight:600;min-width:140px;padding:.875rem 2rem;transition:all .3s ease;transition:var(--transition)}.feedback-cancel-btn{background-color:#f8f9fa;border:2px solid #e1e8ed;border:2px solid var(--border-color);color:#333;color:var(--text-color)}.feedback-cancel-btn:hover:not(:disabled){background-color:#e9ecef;border-color:#ced4da}.feedback-submit-btn{background:#5d5fef;background:var(--primary-color);color:#fff}.feedback-submit-btn:hover:not(:disabled){background:#4a4bdf;transform:translateY(-1px)}.feedback-cancel-btn:disabled,.feedback-submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.feedback-wrapper{padding:0 .5rem}.feedback-hero{margin:1rem 0;padding:3rem 1rem}.feedback-hero h1{font-size:2rem}.feedback-hero p{font-size:1rem}.feedback-form-wrapper{margin:0 .5rem;padding:1.5rem}.feedback-form-header h2{font-size:1.5rem}.feedback-form-row{gap:1rem;grid-template-columns:1fr}.feedback-form-actions{flex-direction:column;gap:.75rem}.feedback-cancel-btn,.feedback-submit-btn{min-width:auto;width:100%}.feedback-images-grid{gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.feedback-image-item img{height:100px}.feedback-upload-area{padding:1.5rem}}@media (max-width:480px){.feedback-hero h1{font-size:1.75rem}.feedback-form-wrapper{padding:1rem}.feedback-form-header{margin-bottom:2rem}.feedback-form-header h2{font-size:1.25rem}.feedback-input,.feedback-select,.feedback-textarea{font-size:.95rem;padding:.75rem}.feedback-upload-area{padding:1rem}.feedback-images-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.feedback-image-item img{height:80px}}.feedback-submit-btn:disabled{position:relative}.feedback-submit-btn:disabled:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.feedback-input:focus-visible,.feedback-select:focus-visible,.feedback-textarea:focus-visible{outline:2px solid #5d5fef;outline:2px solid var(--primary-color);outline-offset:2px}.feedback-input.error,.feedback-select.error,.feedback-textarea.error{border-color:#e74c3c}.feedback-input.success,.feedback-select.success,.feedback-textarea.success{border-color:#2ecc71;border-color:var(--secondary-color)}.terms-of-use-page{background-color:#f8f9fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-top:80px;min-height:100vh;padding:10px 0}.terms-container{background-color:#fff;border-radius:8px;margin:0 auto;max-width:800px;padding:20px 40px}.terms-header{border-bottom:1px solid #eaeaea;margin-bottom:30px;padding-bottom:20px;text-align:center}.terms-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:10px}.effective-date{color:#7f8c8d;font-style:italic;margin:0}.welcome-text{font-size:1.1rem;line-height:1.6}.terms-section,.welcome-text{margin-bottom:30px}.terms-section h2{color:#333;font-size:1.3rem;margin-bottom:15px}.terms-section p{color:#34495e;line-height:1.6;margin-bottom:15px}.terms-section ul{padding-left:20px}.terms-section li{color:#34495e;line-height:1.6;margin-bottom:10px}@media (max-width:900px){.terms-container{margin:0 20px;padding:30px}}@media (max-width:768px){.terms-container{padding:20px}.terms-header h1{font-size:2rem}.terms-section h2{font-size:1.3rem}}@media (max-width:480px){.terms-container{margin:0 10px;padding:15px}.terms-header h1{font-size:1.8rem}.welcome-text{font-size:1rem}}.privacy-policy-container{background-color:#f8fafc;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;margin-top:85px;min-height:100vh;padding:2rem 0}.privacy-content{background:#fff;border-radius:12px;margin:0 auto;max-width:800px;padding:2.5rem}.privacy-header{border-bottom:1px solid #e2e8f0;margin-bottom:2.5rem;padding-bottom:1.5rem;text-align:center}.privacy-header h1{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.effective-date{margin-bottom:1.5rem}.date-badge{background:#e0f2fe;border-radius:20px;color:#0c4a6e;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.intro-section{margin-bottom:2.5rem}.intro-text{color:#334155;font-size:1.1rem;line-height:1.7;margin:0;text-align:center}.policy-section{border-bottom:1px solid #f1f5f9;margin-bottom:2rem;padding-bottom:1.5rem}.policy-section:last-of-type{border-bottom:none}.policy-section h2{color:#2563eb;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.policy-section p{color:#475569;font-size:1.05rem;margin:0}.policy-section ul{color:#475569;padding-left:1.5rem}.policy-section li{font-size:1.05rem;margin-bottom:.8rem}.contact-section{background:#f1f5f9;border-radius:8px;margin-top:2rem;padding:1.5rem}.contact-section h2{color:#2563eb;font-size:1.5rem;margin-bottom:1rem}.contact-section a{color:#2563eb;font-weight:500;margin-left:.5rem;text-decoration:none}.contact-section a:hover{text-decoration:underline}@media (max-width:900px){.privacy-content{margin:0 1.5rem;padding:2rem}}@media (max-width:768px){.privacy-content{padding:1.5rem}.privacy-header h1{font-size:2rem}.policy-section h2{font-size:1.3rem}}@media (max-width:480px){.privacy-policy-container{padding:1rem 0}.privacy-content{margin:0 1rem;padding:1.25rem}.privacy-header h1{font-size:1.75rem}.intro-text{font-size:1rem}.policy-section{margin-bottom:1.5rem}.policy-section h2{font-size:1.25rem}.policy-section li,.policy-section p{font-size:1rem}}
/*# sourceMappingURL=main.0a82c47f.css.map*/