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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.papers-section{background:radial-gradient(circle at 10% 20%,#2d2d5a14,#0000 35%),radial-gradient(circle at 90% 80%,#2d2d5a12,#0000 35%),linear-gradient(135deg,#f4f8ff,#eef7fb 50%,#f8faff);overflow:hidden;padding:85px 20px;position:relative}.papers-section:before{height:320px;right:-100px;top:-160px;width:320px}.papers-section:after,.papers-section:before{background:#2d2d5a0d;border-radius:50%;content:"";pointer-events:none;position:absolute}.papers-section:after{bottom:-130px;height:250px;left:-80px;width:250px}.papers-container{margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:2}.papers-heading{margin-bottom:50px;text-align:center}.section-badge{align-items:center;background:#2d2d5a14;border:1px solid #2d2d5a26;border-radius:50px;color:#2d2d5a;display:inline-flex;font-size:11px;font-weight:800;justify-content:center;letter-spacing:1.5px;margin-bottom:15px;padding:7px 16px}.section-title{color:#202044;font-size:38px;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin:0 0 12px}.section-subtitle{color:#667085;font-size:16px;line-height:1.6;margin:0}.papers-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.paper-card{background:#fffffff5;border:1px solid #2d2d5a14;border-radius:20px;box-shadow:0 12px 35px #1f293714;display:flex;flex-direction:column;min-height:450px;overflow:hidden;padding:28px;position:relative;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.paper-card:hover{border-color:#2d2d5a2e;box-shadow:0 25px 55px #1f293724;transform:translateY(-10px)}.paper-card:before{background:linear-gradient(90deg,#2d2d5a,#6366a8,#2d2d5a);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.paper-card:after{background:#2d2d5a0f;border-radius:50%;content:"";height:180px;position:absolute;right:-80px;top:-100px;transition:transform .5s ease;width:180px}.paper-card:hover:after{transform:scale(1.5)}.paper-card-top{margin-bottom:22px;position:relative;z-index:2}.premium-label{align-items:center;background:#f0f0fa;border-radius:6px;color:#2d2d5a;display:inline-flex;font-size:10px;font-weight:800;gap:7px;letter-spacing:1px;padding:6px 10px}.premium-dot{background:#2d2d5a;border-radius:50%;height:6px;width:6px}.paper-icon{align-items:center;background:linear-gradient(135deg,#2d2d5a,#50508b);border-radius:12px;box-shadow:0 8px 18px #2d2d5a40;display:flex;height:42px;justify-content:center;width:42px}.paper-icon span{color:#fff;font-size:20px;line-height:1}.paper-title{color:#1f2937;font-size:21px;font-weight:750;line-height:1.35;margin:0 0 20px;min-height:54px;position:relative;z-index:2}.paper-description{display:flex;flex-direction:column;gap:12px;margin-bottom:18px;min-height:125px;position:relative;z-index:2}.detail-item{align-items:flex-start;color:#667085;display:flex;font-size:13px;gap:10px;line-height:1.5;text-align:left}.detail-check{align-items:center;background:#2d2d5a1a;border-radius:50%;color:#2d2d5a;display:flex;flex-shrink:0;font-size:11px;font-weight:800;height:19px;justify-content:center;margin-top:1px;width:19px}.paper-divider{background:#e8eaf0;height:1px;margin:auto 0 20px;position:relative;width:100%;z-index:2}.paper-bottom{align-items:flex-end;display:flex;gap:15px;justify-content:space-between;position:relative;z-index:2}.price-box{align-items:flex-start;display:flex;flex-direction:column}.price-label{color:#98a2b3;font-size:10px;font-weight:600;letter-spacing:.8px;margin-bottom:3px;text-transform:uppercase}.price{align-items:center;color:#2d2d5a;display:flex;font-size:29px;font-weight:800;line-height:1}.currency{font-size:20px;margin-right:2px}.buy-btn{align-items:center;background:linear-gradient(135deg,#2d2d5a,#50508b);border:none;border-radius:10px;box-shadow:0 8px 18px #2d2d5a38;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;gap:12px;justify-content:center;letter-spacing:.2px;min-width:125px;padding:12px 17px;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease}.buy-btn:hover:not(:disabled){box-shadow:0 12px 25px #2d2d5a52;transform:translateY(-3px)}.buy-btn:active:not(:disabled){transform:translateY(-1px)}.buy-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.5}.buy-arrow{font-size:18px;line-height:1;transition:transform .3s ease}.buy-btn:hover:not(:disabled)
.buy-arrow{transform:translateX(4px)}.papers-loading{align-items:center;color:#667085;display:flex;flex-direction:column;font-size:15px;gap:15px;justify-content:center;min-height:250px}.loading-spinner{animation:paperSpin .8s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#2d2d5a;height:38px;width:38px}@keyframes paperSpin{to{transform:rotate(1turn)}}@media (max-width:992px){.papers-section{padding:70px 20px}.papers-grid{gap:22px;grid-template-columns:repeat(2,1fr)}.paper-card{min-height:440px;padding:25px}.section-title{font-size:34px}}@media (max-width:600px){.papers-section{padding:55px 15px}.papers-heading{margin-bottom:35px}.section-badge{font-size:9px;padding:6px 12px}.section-title{font-size:28px;letter-spacing:-.3px}.section-subtitle{font-size:14px;padding:0 10px}.papers-grid{gap:18px;grid-template-columns:1fr}.paper-card{border-radius:17px;min-height:auto;padding:24px 20px}.paper-card:hover{transform:translateY(-5px)}.paper-title{font-size:20px;min-height:auto}.paper-description{margin-bottom:20px;min-height:auto}.paper-bottom{align-items:center}.price{font-size:27px}.buy-btn{min-width:115px;padding:11px 14px}}@media (max-width:400px){.papers-section{padding-left:12px;padding-right:12px}.section-title{font-size:24px}.paper-card{padding:22px 17px}.paper-bottom{gap:10px}.price{font-size:24px}.buy-btn{font-size:12px;min-width:105px;padding:10px 12px}.buy-arrow{font-size:16px}}@media (prefers-reduced-motion:reduce){.buy-arrow,.buy-btn,.paper-card,.paper-card:after{transition:none}.loading-spinner{animation:none}}.hero-slider{background:radial-gradient(circle at 10% 20%,#2d2d5a14,#0000 35%),radial-gradient(circle at 90% 80%,#2d2d5a12,#0000 35%),linear-gradient(135deg,#f4f8ff,#eef7fb 50%,#f8faff);min-height:620px;overflow:hidden;position:relative;width:100%}.hero-slider:before{height:360px;right:-100px;top:-180px;width:360px}.hero-slider:after,.hero-slider:before{background:#2d2d5a0d;border-radius:50%;content:"";pointer-events:none;position:absolute}.hero-slider:after{bottom:-150px;height:280px;left:-100px;width:280px}.hero-slide{z-index:1}.hero-container,.hero-slide{min-height:620px;position:relative;width:100%}.hero-container{align-items:center;display:flex;gap:50px;justify-content:space-between;margin:0 auto;max-width:1320px;padding:70px 30px 100px;z-index:2}.hero-content{width:50%;z-index:3}.badge-custom{align-items:center;background:#2d2d5a14;border:1px solid #2d2d5a24;border-radius:50px;color:#2d2d5a;display:inline-flex;font-size:13px;font-weight:800;letter-spacing:1px;margin-bottom:20px;padding:8px 17px;text-transform:uppercase}.hero-content h1{color:#202044;font-size:clamp(38px,5vw,68px);font-weight:800;letter-spacing:-1px;line-height:1.1;margin:0 0 22px}.hero-content h1 span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2d2d5a,#6366a8);-webkit-background-clip:text;background-clip:text;color:#2d2d5a}.hero-content p{color:#667085;font-size:17px;line-height:1.7;margin:0 0 30px;max-width:650px}.btn-enroll{align-items:center;background:linear-gradient(135deg,#2d2d5a,#50508b);border:none;border-radius:10px;box-shadow:0 10px 24px #2d2d5a3d;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;justify-content:center;letter-spacing:.2px;padding:13px 30px;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.btn-enroll:hover{background:linear-gradient(135deg,#202044,#447);box-shadow:0 15px 30px #2d2d5a52;transform:translateY(-3px)}.btn-enroll:active{transform:translateY(-1px)}.hero-image{align-items:center;display:flex;justify-content:center;position:relative;width:50%;z-index:2}.hero-image:before{background:radial-gradient(circle,#2d2d5a1a,#2d2d5a05 55%,#0000 72%);border-radius:50%;content:"";height:430px;pointer-events:none;position:absolute;width:430px;z-index:-1}.hero-image img{display:block;filter:drop-shadow(0 20px 35px rgba(45,45,90,.12));height:auto;max-width:620px;object-fit:contain;transition:transform .5s ease;width:100%}.hero-slide:hover
.hero-image img{transform:translateY(-5px) scale(1.015)}.slide-next{animation:slideFromRight .8s ease-in-out}.slide-prev{animation:slideFromLeft .8s ease-in-out}@keyframes slideFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideFromLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.slider-arrow{align-items:center;background:#ffffffeb;border:1px solid #2d2d5a1f;border-radius:50%;box-shadow:0 8px 22px #1f29371a;color:#2d2d5a;cursor:pointer;display:flex;font-size:21px;height:46px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s ease,background .3s ease,color .3s ease,box-shadow .3s ease;width:46px;z-index:10}.slider-arrow:hover{background:linear-gradient(135deg,#2d2d5a,#50508b);box-shadow:0 12px 26px #2d2d5a40;color:#fff;transform:translateY(-50%) scale(1.08)}.slider-arrow:disabled{cursor:not-allowed;opacity:.45}.slider-prev{left:20px}.slider-next{right:20px}.slider-dots{align-items:center;bottom:30px;display:flex;gap:8px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.dot{background:#c8ccda;border:none;border-radius:50%;cursor:pointer;height:9px;padding:0;transition:all .3s ease;width:9px}.dot:hover{background:#8589a5}.dot.active{background:linear-gradient(90deg,#2d2d5a,#6366a8);border-radius:20px;box-shadow:0 3px 10px #2d2d5a40;width:28px}.slider-loading{align-items:center;color:#667085;display:flex;font-size:16px;justify-content:center;min-height:300px;width:100%}@media (max-width:991px){.hero-slide,.hero-slider{min-height:auto}.hero-container{gap:30px;min-height:auto;padding:60px 40px 110px}.hero-content{width:52%}.hero-image{width:48%}.hero-content h1{font-size:44px;letter-spacing:-.5px}.hero-content p{font-size:15px}.hero-image:before{height:330px;width:330px}.slider-prev{left:10px}.slider-next{right:10px}}@media (max-width:767px){.hero-slide,.hero-slider{min-height:auto}.hero-container{flex-direction:column;gap:35px;padding:45px 25px 100px;text-align:center}.hero-content{width:100%}.badge-custom{font-size:11px;margin-bottom:16px;padding:7px 14px}.hero-content h1{font-size:36px;line-height:1.12}.hero-content p{font-size:15px;line-height:1.6;margin-left:auto;margin-right:auto;max-width:550px}.hero-image{width:100%}.hero-image img{max-width:430px;width:100%}.hero-image:before{height:300px;width:300px}.slider-arrow{font-size:17px;height:38px;width:38px}.slider-prev{left:8px}.slider-next{right:8px}.slider-dots{bottom:25px}}@media (max-width:480px){.hero-container{gap:27px;padding:35px 20px 90px}.hero-content h1{font-size:30px}.hero-content p{font-size:14px;margin-bottom:24px}.badge-custom{font-size:10px;padding:7px 13px}.btn-enroll{font-size:14px;padding:11px 24px}.hero-image img{max-width:340px}.hero-image:before{height:240px;width:240px}.slider-arrow{font-size:15px;height:34px;width:34px}.slider-prev{left:6px}.slider-next{right:6px}.dot{height:8px;width:8px}.dot.active{width:24px}}@media (prefers-reduced-motion:reduce){.slide-next,.slide-prev{animation:none}.btn-enroll,.hero-image img,.hero-slide:hover .hero-image img,.slider-arrow{transition:none}}.user-dashboard{background:#f5f7fb;color:#172033;display:flex;font-family:Inter,Segoe UI,sans-serif;min-height:100vh}.user-sidebar{background:#fff;border-right:1px solid #e8ebf2;display:flex;flex-direction:column;height:100vh;left:0;overflow:auto;padding:22px 15px;position:fixed;top:0;width:260px;z-index:1000}.sidebar-logo{gap:11px;padding:4px 10px 28px}.logo-icon,.sidebar-logo{align-items:center;display:flex}.logo-icon{background:linear-gradient(135deg,#173f8a,#2563eb);border-radius:12px;box-shadow:0 7px 18px #2563eb40;color:#fff;font-size:22px;font-weight:800;height:42px;justify-content:center;width:42px}.sidebar-logo h4{font-size:17px;font-weight:800;margin:0}.sidebar-logo small{color:#8a93a5;font-size:10px}.sidebar-menu{flex:1 1}.menu-title{color:#9ba3b2;font-size:10px;font-weight:800;letter-spacing:1px;margin:5px 0 9px;padding:0 13px}.second-title{margin-top:28px}.sidebar-link{align-items:center;background:#0000;border:none;border-radius:10px;color:#687286;display:flex;font-size:13px;font-weight:600;gap:13px;margin-bottom:5px;padding:12px 14px;text-decoration:none;transition:.25s ease;width:100%}.sidebar-link i{font-size:17px;text-align:center;width:20px}.sidebar-link:hover{background:#f3f6ff;color:#2563eb}.sidebar-link.active{background:linear-gradient(135deg,#edf3ff,#f5f8ff);color:#2563eb}.premium-link{color:#8057d8}.premium-small{background:#f0e9ff;border-radius:5px;color:#8057d8;font-size:8px;font-weight:800;margin-left:auto;padding:3px 6px}.premium-menu{color:#8057d8}.logout-btn{cursor:pointer;margin-top:8px}.sidebar-premium-card{background:linear-gradient(145deg,#171c38,#242a54);border-radius:15px;color:#fff;overflow:hidden;padding:18px;position:relative}.sidebar-premium-card:after{background:#ffffff0f;border-radius:50%;content:"";height:90px;position:absolute;right:-30px;top:-30px;width:90px}.premium-icon{align-items:center;background:#ffffff1f;border-radius:9px;color:#d9c3ff;display:flex;height:34px;justify-content:center;width:34px}.sidebar-premium-card h6{font-size:13px;margin:13px 0 6px}.sidebar-premium-card p{color:#c2c7dc;font-size:10px;line-height:1.6;margin-bottom:12px}.sidebar-premium-card button{background:#fff;border:none;border-radius:8px;color:#252b4f;cursor:pointer;font-size:11px;font-weight:700;padding:9px;width:100%}.dashboard-main{margin-left:260px;width:calc(100% - 260px)}.dashboard-header{background:#fff;border-bottom:1px solid #e9ecf2;height:75px;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:500}.dashboard-header,.dashboard-search,.header-left,.header-right{align-items:center;display:flex}.dashboard-search{background:#f6f7fa;border:1px solid #edf0f5;border-radius:10px;gap:9px;height:40px;padding:0 13px;width:310px}.dashboard-search i{color:#9aa2b1}.dashboard-search input{background:#0000;border:none;font-size:12px;outline:none;width:100%}.notification-btn{background:#fff;border:1px solid #edf0f4;border-radius:10px;color:#667085;height:39px;margin-right:20px;position:relative;width:39px}.notification-btn span{background:#ef4444;border:2px solid #fff;border-radius:50%;height:7px;position:absolute;right:8px;top:7px;width:7px}.user-profile{cursor:pointer;gap:10px}.user-avatar,.user-profile{align-items:center;display:flex}.user-avatar{background:linear-gradient(135deg,#2563eb,#173f8a);border-radius:50%;color:#fff;font-size:14px;font-weight:800;height:38px;justify-content:center;width:38px}.user-info{display:flex;flex-direction:column}.user-info strong{font-size:12px}.user-info small{color:#9aa1af;font-size:10px}.user-profile>i{color:#929aaa;font-size:10px;margin-left:3px}.mobile-menu-btn{display:none}.dashboard-content{max-width:1500px;padding:30px 32px 50px}.welcome-section{align-items:center;background:linear-gradient(120deg,#172554,#1e3a8a 55%,#2563eb);border-radius:18px;color:#fff;display:flex;justify-content:space-between;min-height:185px;overflow:hidden;padding:30px 35px;position:relative}.welcome-section:after{border:1px solid #ffffff17;border-radius:50%;content:"";height:280px;position:absolute;right:70px;top:-130px;width:280px}.welcome-badge{align-items:center;background:#ffffff1f;border-radius:20px;display:inline-flex;font-size:10px;font-weight:700;gap:7px;margin-bottom:12px;padding:6px 10px}.welcome-section h1{font-size:26px;font-weight:800;margin:0 0 8px}.welcome-section p{color:#dce6ff;font-size:12px;margin:0}.welcome-illustration{align-items:center;background:#ffffff17;border-radius:50%;color:#dce7ff;display:flex;font-size:50px;height:115px;justify-content:center;margin-right:30px;width:115px}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-top:20px}.stat-card{align-items:center;background:#fff;border:1px solid #eaedf3;border-radius:14px;display:flex;gap:14px;padding:19px;transition:.25s ease}.stat-card:hover{box-shadow:0 10px 30px #141e3c12;transform:translateY(-2px)}.stat-icon{border-radius:11px}.quick-icon.blue,.stat-icon.blue{background:#edf3ff;color:#2563eb}.quick-icon.green,.stat-icon.green{background:#eafaf2;color:#16a36a}.quick-icon.purple,.stat-icon.purple{background:#f2edff;color:#8057d8}.stat-icon.orange{background:#fff4e6;color:#ed8a16}.stat-card span{color:#8b94a5;display:block;font-size:10px;margin-bottom:3px}.stat-card h3{font-size:21px;margin:0}.stat-card small{color:#929aaa;font-size:9px}.stat-card .positive{color:#16a36a}.section-block{margin-top:32px}.section-heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.section-heading h2{font-size:17px;font-weight:800;margin:0 0 3px}.section-heading p{color:#929aaa;font-size:10px;margin:0}.section-heading>a{color:#2563eb;font-size:11px;font-weight:700;text-decoration:none}.mcq-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}.mcq-card{background:#fff;border:1px solid #e9ecf3;border-radius:16px;overflow:hidden;padding:24px;position:relative}.mcq-card-top{justify-content:space-between}.mcq-card-top,.mcq-icon{align-items:center;display:flex}.mcq-icon{background:#edf3ff;border-radius:11px;color:#2563eb;font-size:18px;height:43px;justify-content:center;width:43px}.premium-icon-bg{background:#ffffff24;color:#e2d1ff}.free-badge,.premium-badge{border-radius:6px;font-size:8px;font-weight:800;letter-spacing:.7px;padding:5px 8px}.free-badge{background:#e9faf2;color:#16845a}.premium-badge{background:#ffffff1a;color:#e6d4ff}.mcq-card h3{font-size:16px;font-weight:800;margin:18px 0 7px}.mcq-card p{color:#858e9e;font-size:11px;line-height:1.7;max-width:500px}.mcq-details{display:flex;gap:18px;margin:18px 0}.mcq-details span{color:#7f8999;font-size:9px}.mcq-details i{margin-right:5px}.mcq-btn{align-items:center;border-radius:8px;display:inline-flex;font-size:10px;font-weight:700;gap:14px;justify-content:center;padding:10px 15px;text-decoration:none}.free-btn{background:#2563eb;color:#fff}.premium-card{background:linear-gradient(135deg,#191d3b,#292e5c);border:none;color:#fff}.premium-card p{color:#bfc5da}.premium-card .mcq-details span{color:#c6cbe0}.premium-btn{background:#fff;color:#202440}.premium-glow{background:#9166ff24;border-radius:50%;height:180px;position:absolute;right:-80px;top:-90px;width:180px}.dashboard-lower{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1.5fr 1fr;margin-top:32px}.quick-actions,.recent-tests{background:#fff;border:1px solid #eaedf3;border-radius:15px;padding:21px}.test-list{display:flex;flex-direction:column}.test-item{align-items:center;border-bottom:1px solid #f0f2f6;display:flex;padding:13px 0}.test-item:last-child{border-bottom:none}.test-icon{align-items:center;background:#f0f4ff;border-radius:9px;color:#2563eb;display:flex;height:38px;justify-content:center;margin-right:11px;width:38px}.test-name{display:flex;flex:1 1;flex-direction:column}.test-name strong{font-size:11px}.test-name small{color:#999fad;font-size:9px;margin-top:3px}.test-score{display:flex;flex-direction:column;text-align:right}.test-score strong{color:#16a36a;font-size:13px}.test-score span{color:#999fad;font-size:8px}.quick-action{align-items:center;border-bottom:1px solid #f0f2f6;display:flex;gap:11px;padding:12px 0;text-decoration:none}.quick-action:last-child{border-bottom:none}.quick-icon{align-items:center;border-radius:9px;display:flex;height:38px;justify-content:center;width:38px}.quick-action>div:nth-child(2){display:flex;flex:1 1;flex-direction:column}.quick-action strong{color:#30394a;font-size:10px}.quick-action span{color:#999fad;font-size:8px;margin-top:3px}.quick-action>i{color:#a1a8b5;font-size:10px}.premium-banner{align-items:center;background:linear-gradient(120deg,#10152f,#252b54);border-radius:17px;color:#fff;display:flex;justify-content:space-between;margin-top:30px;overflow:hidden;padding:25px 30px;position:relative}.premium-banner-content{position:relative;z-index:2}.premium-banner-content>span{color:#d5c5ff;font-size:8px;font-weight:800;letter-spacing:1px}.premium-banner h2{font-size:20px;margin:8px 0 5px}.premium-banner p{color:#bbc1d6;font-size:10px;line-height:1.6;max-width:600px}.premium-banner button{background:#fff;border:none;border-radius:8px;color:#222746;cursor:pointer;font-size:10px;font-weight:700;padding:10px 15px}.premium-banner-icon{align-items:center;background:#ffffff12;border-radius:50%;color:#d8c6ff;display:flex;font-size:52px;height:125px;justify-content:center;margin-right:60px;width:125px}.sidebar-overlay{display:none}@media (max-width:1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-lower{grid-template-columns:1fr}}@media (max-width:768px){.user-sidebar{transform:translateX(-100%);transition:transform .3s ease}.user-sidebar.sidebar-open{transform:translateX(0)}.sidebar-overlay{background:#00000059;display:block;inset:0;position:fixed;z-index:900}.dashboard-main{margin-left:0;width:100%}.dashboard-header{padding:0 16px}.mobile-menu-btn{background:#0000;border:none;color:#273149;display:block;font-size:23px;margin-right:12px}.dashboard-search{width:190px}.user-info,.user-profile>i{display:none}.dashboard-content{padding:20px 16px 40px}.welcome-section{padding:24px}.welcome-section h1{font-size:21px}.welcome-illustration{font-size:34px;height:80px;margin-right:0;width:80px}.mcq-grid{grid-template-columns:1fr}}@media (max-width:550px){.stats-grid{grid-template-columns:1fr}.dashboard-search,.welcome-illustration{display:none}.welcome-section p{line-height:1.6}.welcome-section{min-height:auto}.mcq-details{flex-direction:column;gap:7px}.premium-banner-icon{display:none}.premium-banner{padding:22px}.premium-banner h2{font-size:17px}}.free-exam-page{background:#f5f7fb;min-height:calc(100vh - 70px);padding:25px}.exam-top-card{align-items:center;background:linear-gradient(135deg,#2d2d5a,#50508b);border-radius:18px;box-shadow:0 12px 30px #2d2d5a2e;color:#fff;display:flex;gap:25px;justify-content:space-between;padding:28px 30px}.exam-badge{align-items:center;background:#ffffff21;border-radius:30px;display:inline-flex;font-size:11px;font-weight:700;letter-spacing:.7px;margin-bottom:12px;padding:7px 12px}.exam-top-card h1{color:#fff;font-size:26px;font-weight:800;margin:0}.exam-top-card p{color:#ffffffb8;font-size:13px;margin:7px 0 0}.exam-progress-wrapper{align-items:center;display:flex;gap:12px}.exam-progress-box{background:#ffffff1f;border:1px solid #ffffff1f;border-radius:14px;min-width:130px;padding:14px 18px;text-align:center}.exam-progress-box span{color:#ffffffb3;display:block;font-size:11px;margin-bottom:5px}.exam-progress-box strong{color:#fff;display:block;font-size:24px;font-weight:800}.exam-progress-box small{color:#ffffffb3;font-size:13px;font-weight:500}.exam-timer-box{min-width:160px}.exam-timer-box strong{letter-spacing:1.5px}.exam-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-top:20px}.exam-stat{background:#fff;border:1px solid #e8ebf2;border-radius:15px;box-shadow:0 5px 18px #2832500d;gap:13px;padding:17px 18px}.exam-stat,.stat-icon{align-items:center;display:flex}.stat-icon{border-radius:12px;font-size:18px;height:43px;justify-content:center;width:43px}.exam-stat span{color:#858b99;display:block;font-size:12px;margin-bottom:3px}.exam-stat strong{color:#25283a;display:block;font-size:21px}.exam-stat.attempted .stat-icon{background:#eaf8ef;color:#2e9d5b}.exam-stat.unattempted .stat-icon{background:#fff5e8;color:#ed9b2d}.exam-stat.tagged .stat-icon{background:#f0edff;color:#6655c7}.exam-stat.total .stat-icon{background:#e9f1ff;color:#3975d5}.exam-grid{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:minmax(0,1fr) 350px;margin-top:20px}.question-card{background:#fff;border:1px solid #e8ebf2;border-radius:18px;box-shadow:0 8px 25px #2832500f;padding:28px}.question-header{align-items:center;border-bottom:1px solid #edf0f5;display:flex;gap:15px;justify-content:space-between;padding-bottom:20px}.question-number{min-width:58px}.tag-btn{align-items:center;background:#fff;border:1px solid #e1e4ec;border-radius:10px;color:#697080;cursor:pointer;display:inline-flex;font-size:12px;font-weight:700;gap:8px;padding:9px 13px;transition:.2s ease}.tag-btn:hover{background:#f8f7ff;border-color:#50508b;color:#50508b}.tag-btn.active{background:#50508b;border-color:#50508b;color:#fff}.question-text{padding:25px 0 20px}.question-text h2{color:#25283a;font-size:20px;font-weight:750;line-height:1.6;margin:0}.options-list{display:flex;flex-direction:column;gap:12px}.option-item{align-items:center;background:#fff;border:1px solid #e3e6ee;border-radius:13px;cursor:pointer;display:flex;gap:13px;padding:15px 16px;text-align:left;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;width:100%}.option-item:hover{background:#fafaff;border-color:#a9a8d4;transform:translateY(-1px)}.option-item.selected{background:#f5f4ff;border-color:#50508b;box-shadow:0 5px 15px #50508b1a}.option-letter{align-items:center;background:#f1f3f7;border-radius:10px;color:#626978;display:flex;flex-shrink:0;font-size:13px;font-weight:800;height:35px;justify-content:center;width:35px}.option-item.selected .option-letter{background:#50508b;color:#fff}.option-text{color:#414655;flex:1 1;font-size:14px;line-height:1.5}.option-check{color:#50508b;font-size:18px;text-align:center;width:22px}.frontend-explanation{background:#f7f8fc;border:1px solid #eceef4;border-radius:13px;margin-top:22px;padding:17px 18px}.explanation-title{align-items:center;color:#50508b;display:flex;font-size:13px;font-weight:800;gap:8px;margin-bottom:7px}.frontend-explanation p{color:#666c7a;font-size:13px;line-height:1.6;margin:0}.question-navigation{align-items:center;border-top:1px solid #edf0f5;display:flex;gap:12px;justify-content:space-between;margin-top:24px;padding-top:22px}.exam-btn{align-items:center;border-radius:10px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:750;justify-content:center;min-height:43px;padding:10px 17px;transition:.2s ease}.primary-btn{background:#50508b;border:1px solid #50508b;color:#fff}.primary-btn:hover{background:#3f3f72;border-color:#3f3f72}.secondary-btn{background:#fff;border:1px solid #dfe2ea;color:#555b6b}.secondary-btn:hover{border-color:#50508b;color:#50508b}.secondary-btn:disabled{cursor:not-allowed;opacity:.45}.submit-btn{background:#3d8f61;border:1px solid #3d8f61;color:#fff}.submit-btn:hover{background:#32764f;border-color:#32764f}.question-palette{background:#fff;border:1px solid #e8ebf2;border-radius:18px;box-shadow:0 8px 25px #2832500f;padding:22px;position:sticky;top:90px}.palette-header{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:18px}.palette-header h3{color:#272b3b;font-size:17px;font-weight:800;margin:0}.palette-header p{color:#8a909d;font-size:11px;margin:4px 0 0}.palette-header-actions{align-items:center;display:flex;gap:10px}.palette-header-actions>i{color:#50508b;font-size:23px}.mobile-navigator-close{align-items:center;background:#f1f3f7;border:0;border-radius:10px;color:#4b5565;cursor:pointer;display:none;font-size:15px;height:36px;justify-content:center;width:36px}.palette-legend{grid-gap:9px;background:#f8f9fc;border-radius:12px;display:grid;gap:9px;grid-template-columns:1fr 1fr;margin-bottom:17px;padding:13px}.palette-legend>div{align-items:center;color:#737988;display:flex;font-size:10px;gap:7px}.legend-dot{border-radius:50%;display:inline-block;height:9px;width:9px}.legend-dot.current{background:#50508b}.legend-dot.attempted{background:#3d9b60}.legend-dot.tagged{background:#8a6ad9}.legend-dot.unattempted{background:#cfd3dc}.question-numbers{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(5,1fr);max-height:360px;overflow-y:auto;padding-right:3px}.question-number-btn{background:#fff;border:1px solid #e2e5ec;border-radius:9px;color:#646a78;cursor:pointer;font-size:12px;font-weight:750;min-height:40px;position:relative;transition:.2s ease}.question-number-btn:hover{border-color:#50508b;color:#50508b}.question-number-btn.current{background:#50508b;border-color:#50508b;color:#fff}.question-number-btn.attempted{background:#edf8f0;border-color:#8bc69f;color:#378451}.question-number-btn.tagged{background:#f3efff;border-color:#aa98df;color:#7056bb}.mini-tag{align-items:center;background:#8a6ad9;border-radius:50%;color:#fff;display:flex;font-size:7px;height:14px;justify-content:center;position:absolute;right:-4px;top:-4px;width:14px}.palette-summary{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:18px}.palette-summary>div{background:#f8f9fc;border-radius:11px;padding:12px;text-align:center}.palette-summary span{color:#858b98;display:block;font-size:10px;margin-bottom:4px}.palette-summary strong{color:#303444;font-size:18px}.palette-submit-btn{align-items:center;background:#3d8f61;border:0;border-radius:11px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:750;justify-content:center;margin-top:15px;padding:12px;transition:.2s ease;width:100%}.palette-submit-btn:hover{background:#32764f}.mobile-navigator-btn,.navigator-overlay{display:none}.result-card{background:#fff;border:1px solid #e7eaf1;border-radius:22px;box-shadow:0 15px 40px #28325014;margin:50px auto;max-width:850px;padding:45px 35px;text-align:center}.result-icon{align-items:center;background:#eaf8ef;border-radius:50%;color:#3d9b60;display:flex;font-size:35px;height:75px;justify-content:center;margin:0 auto 20px;width:75px}.result-card h1{color:#282c3c;font-size:27px;font-weight:800;margin:0}.result-subtitle{color:#858b98;font-size:14px;margin:10px 0 28px}.result-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:28px}.result-stat{background:#f8f9fc;border:1px solid #eceef4;border-radius:13px;padding:17px}.result-stat span{color:#858b98;display:block;font-size:11px;margin-bottom:6px}.result-stat strong{color:#303444;font-size:20px;font-weight:800}.result-actions{align-items:center;display:flex;gap:12px;justify-content:center}@media (max-width:1100px){.exam-grid{grid-template-columns:minmax(0,1fr) 300px}}@media (max-width:900px){.exam-grid{grid-template-columns:1fr}.mobile-navigator-btn{align-items:center;background:#50508b;border:0;border-radius:50px;bottom:20px;box-shadow:0 8px 25px #50508b4d;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:700;gap:7px;justify-content:center;padding:12px 17px;position:fixed;right:15px;transition:all .2s ease;z-index:9997}.mobile-navigator-btn i{font-size:17px}.mobile-navigator-btn:hover{background:#3f3f72}.navigator-overlay{background:#00000073;display:block;inset:0;position:fixed;z-index:9998}.question-palette{background:#fff;border-radius:0!important;bottom:0!important;box-shadow:-8px 0 30px #00000026;height:100vh;max-width:88vw;overflow-y:auto;padding:22px;position:fixed!important;right:0!important;top:0!important;transform:translateX(100%);transition:transform .3s ease;width:320px;z-index:9999}.question-palette.mobile-open{transform:translateX(0)}.mobile-navigator-close{display:flex}.palette-header-actions{align-items:center;display:flex;gap:8px}}@media (max-width:768px){.free-exam-page{padding:15px}.exam-top-card{align-items:stretch;flex-direction:column;gap:18px;padding:22px}.exam-top-card h1{font-size:22px}.exam-progress-wrapper{display:grid;grid-template-columns:1fr 1fr;width:100%}.exam-progress-box,.exam-timer-box{min-width:0;width:100%}.exam-stats{grid-template-columns:1fr 1fr}.question-card{padding:20px}.question-text h2{font-size:18px}.question-navigation{align-items:stretch;flex-direction:column}.question-navigation .exam-btn{width:100%}.result-card{margin:25px auto;padding:32px 20px}.result-card h1{font-size:23px}.result-stats{grid-template-columns:1fr 1fr}.result-actions{flex-direction:column}.result-actions .exam-btn{width:100%}}@media (max-width:480px){.free-exam-page{padding:12px}.exam-top-card{padding:19px}.exam-top-card h1{font-size:20px}.exam-badge{font-size:10px}.exam-progress-wrapper{gap:8px;grid-template-columns:1fr 1fr}.exam-progress-box{padding:12px 8px}.exam-progress-box strong{font-size:20px}.exam-timer-box strong{font-size:19px}.exam-stats{grid-template-columns:1fr}.question-header{align-items:stretch;flex-direction:column}.tag-btn{justify-content:center;width:100%}.question-text{padding-top:20px}.question-text h2{font-size:17px;line-height:1.55}.question-numbers{grid-template-columns:repeat(5,1fr)}.mobile-navigator-btn{bottom:15px;font-size:12px;padding:11px 15px;right:12px}.question-palette{max-width:88vw;padding:18px;width:300px}.result-stats{grid-template-columns:1fr}}.premium-mcq-page{min-height:100%}.premium-mcq-header{align-items:center;background:radial-gradient(circle at 85% 15%,#ffffff26,#0000 28%),linear-gradient(135deg,#0f172a,#172554 45%,#312e81);border-radius:26px;box-shadow:0 20px 50px #0f172a2e;color:#fff;display:flex;justify-content:space-between;margin-bottom:32px;overflow:hidden;padding:40px 45px;position:relative}.premium-mcq-header:before{background:#ffffff0d;border-radius:50%;content:"";height:260px;position:absolute;right:70px;top:-150px;width:260px}.premium-mcq-header:after{background:#8b5cf633;border-radius:50%;bottom:-90px;content:"";height:180px;position:absolute;right:-70px;width:180px}.premium-header-content{position:relative;z-index:2}.premium-mcq-badge{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;color:#ddd6fe;display:inline-flex;font-size:11px;font-weight:800;gap:7px;letter-spacing:1.2px;padding:8px 15px}.premium-mcq-badge i{color:#fbbf24;font-size:14px}.premium-mcq-header h1{color:#fff;font-size:34px;font-weight:800;letter-spacing:-.7px;line-height:1.2;margin:17px 0 8px}.premium-mcq-header p{color:#ffffffb3;font-size:15px;line-height:1.7;margin:0;max-width:650px}.premium-header-icon{align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff17;border:1px solid #ffffff29;border-radius:28px;box-shadow:inset 0 1px 0 #ffffff26,0 20px 40px #00000026;color:#fbbf24;display:flex;flex-shrink:0;font-size:44px;height:100px;justify-content:center;position:relative;width:100px;z-index:2}.premium-lock-card{background:#fff;border:1px solid #e5e7eb;border-radius:26px;box-shadow:0 15px 45px #0f172a14;margin:45px auto;max-width:680px;padding:55px 35px;text-align:center}.premium-lock-icon{align-items:center;background:linear-gradient(135deg,#eef2ff,#ede9fe);border-radius:23px;color:#6366f1;display:flex;font-size:35px;height:82px;justify-content:center;margin:0 auto 18px;width:82px}.locked-label{color:#6366f1;display:inline-block;font-size:11px;font-weight:800;letter-spacing:1.5px;margin-bottom:10px}.premium-lock-card h2,.premium-lock-card h3{color:#111827;font-weight:800;margin-bottom:12px}.premium-lock-card p{color:#6b7280;line-height:1.7}.premium-purchase-btn{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:13px;box-shadow:0 10px 25px #4f46e540;color:#fff;display:inline-flex;font-size:14px;font-weight:700;gap:10px;justify-content:center;margin-top:12px;padding:13px 22px;text-decoration:none;transition:all .25s ease}.premium-purchase-btn:hover{box-shadow:0 15px 30px #4f46e552;color:#fff;transform:translateY(-2px)}.premium-purchase-btn i:first-child{color:#fbbf24}.premium-subjects-wrapper{margin-top:10px}.premium-subject-section{margin-bottom:42px}.premium-section-header{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 8px 25px #0f172a0d;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px;padding:18px 20px}.subject-title-wrapper{align-items:center;display:flex;gap:13px}.subject-icon{align-items:center;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border-radius:14px;color:#6366f1;display:flex;flex-shrink:0;font-size:20px;height:48px;justify-content:center;width:48px}.premium-section-header h2{color:#111827;font-size:20px;font-weight:800;margin:0}.premium-section-header p{color:#6b7280;font-size:13px;margin:4px 0 0}.premium-pro-badge{align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;border-radius:50px;color:#92400e;display:inline-flex;font-size:10px;font-weight:900;gap:5px;letter-spacing:1px;padding:7px 13px}.premium-pro-badge i{font-size:11px}.premium-paper-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 10px 30px #0f172a0f;height:100%;overflow:hidden;padding:25px;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.premium-paper-card:before{background:linear-gradient(90deg,#4f46e5,#7c3aed,#ec4899);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.premium-paper-card:hover{border-color:#c7d2fe;box-shadow:0 22px 48px #4f46e521;transform:translateY(-7px)}.paper-card-top{align-items:center;display:flex;justify-content:space-between}.premium-paper-number{align-items:center;background:#eef2ff;border-radius:13px;color:#4f46e5;display:flex;font-size:13px;font-weight:800;height:42px;justify-content:center;width:42px}.premium-card-badge{align-items:center;background:#111827;border-radius:50px;color:#fbbf24;display:inline-flex;font-size:9px;font-weight:900;gap:4px;letter-spacing:1px;padding:6px 10px}.premium-paper-icon{align-items:center;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border-radius:18px;color:#6366f1;display:flex;font-size:28px;height:64px;justify-content:center;margin:24px 0 18px;transition:all .3s ease;width:64px}.premium-paper-card:hover .premium-paper-icon{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;transform:scale(1.08) rotate(-3deg)}.premium-paper-card h3{color:#111827;font-size:19px;font-weight:800;line-height:1.4;margin:0 0 18px;min-height:54px}.premium-question-info{align-items:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:13px;display:flex;gap:12px;padding:12px 14px}.question-icon{align-items:center;background:#eef2ff;border-radius:10px;color:#6366f1;display:flex;font-size:16px;height:35px;justify-content:center;width:35px}.premium-question-info strong{color:#111827;display:block;font-size:15px}.premium-question-info span{color:#64748b;display:block;font-size:11px;margin-top:1px}.attempted-box{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:13px;gap:12px;justify-content:space-between;margin-top:15px;padding:11px 14px}.attempt-status,.attempted-box{align-items:center;display:flex}.attempt-status{color:#047857;font-size:13px;font-weight:700;gap:7px}.attempt-status i{font-size:16px}.score-wrapper{align-items:center;display:flex;gap:7px}.score-wrapper small{color:#059669;font-size:10px}.score-wrapper strong{color:#065f46;font-size:16px}.not-attempted-box{background:#fff7ed;border:1px solid #fed7aa;color:#c2410c;font-size:13px;gap:8px;margin-top:15px;padding:12px 14px}.not-attempted-box,.premium-action-btn{align-items:center;border-radius:13px;display:flex;font-weight:700}.premium-action-btn{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 8px 18px #4f46e533;color:#fff;font-size:14px;justify-content:space-between;margin-top:17px;min-height:48px;padding:0 16px;text-decoration:none;transition:all .25s ease;width:100%}.premium-action-btn:hover{box-shadow:0 12px 25px #4f46e54d;color:#fff;transform:translateY(-2px)}.premium-action-btn i{transition:transform .25s ease}.premium-action-btn:hover i{transform:translateX(4px)}.result-btn{background:#f8faff;border:1px solid #c7d2fe;box-shadow:none;color:#4f46e5}.result-btn:hover{background:#eef2ff;border-color:#a5b4fc;box-shadow:0 8px 20px #4f46e51a;color:#4338ca}.premium-mcq-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;justify-content:center;min-height:350px}.premium-mcq-loading p{font-size:14px}@media (max-width:991px){.premium-mcq-header{padding:32px}.premium-mcq-header h1{font-size:28px}.premium-header-icon{border-radius:22px;font-size:34px;height:78px;width:78px}}@media (max-width:767px){.premium-mcq-header{border-radius:20px;padding:27px}.premium-mcq-header h1{font-size:24px}.premium-mcq-header p{font-size:13px}.premium-header-icon{border-radius:18px;font-size:28px;height:65px;width:65px}.premium-section-header{border-radius:16px;padding:16px}.subject-icon{border-radius:12px;height:42px;width:42px}.premium-section-header h2{font-size:17px}.premium-paper-card{border-radius:19px;padding:21px}.premium-lock-card{border-radius:20px;padding:40px 22px}}@media (max-width:480px){.premium-mcq-header{display:block;padding:24px}.premium-header-icon{display:none}.premium-mcq-header h1{font-size:22px}.premium-section-header{align-items:flex-start}.premium-pro-badge{flex-shrink:0}.premium-paper-card h3{min-height:auto}.attempted-box{align-items:flex-start;flex-direction:column}.score-wrapper{justify-content:space-between;width:100%}.premium-purchase-btn{width:100%}}.about-page{background:#f7f9fc;min-height:100vh}.about-hero{background:linear-gradient(135deg,#071d49,#0b3d91 50%,#1261c9);overflow:hidden;padding:80px 20px;position:relative}.about-hero:before{background:#ffffff0f;height:350px;right:-100px;top:-180px;width:350px}.about-hero:after,.about-hero:before{border-radius:50%;content:"";position:absolute}.about-hero:after{background:#ffffff0d;bottom:-150px;height:250px;left:-80px;width:250px}.about-hero-content{color:#fff;position:relative;text-align:center;z-index:2}.about-badge{background:#ffffff1f;border:1px solid #ffffff40;border-radius:30px;display:inline-block;font-size:12px;font-weight:700;letter-spacing:1.5px;margin-bottom:18px;padding:8px 18px}.about-hero h1{font-size:48px;font-weight:800;margin:0}.about-hero p{font-size:18px;margin:12px 0 0;opacity:.92}.about-content-section{padding:70px 20px}.about-content-card{background:#fff;border:1px solid #eef1f6;border-radius:22px;box-shadow:0 15px 50px #00000014;margin:0 auto;max-width:1050px;padding:50px}.about-section{margin-bottom:55px}.about-section:last-child{margin-bottom:0}.about-section h2{color:#102a56;font-size:26px;font-weight:700;line-height:1.5;margin-bottom:22px}.about-section h2 strong{font-weight:800}.about-section p{color:#4d5b70;font-size:16px;line-height:1.9;margin-bottom:22px}.about-final-text{color:#102a56!important;font-size:18px!important;margin-top:35px;text-align:center}@media (max-width:768px){.about-hero{padding:60px 15px}.about-hero h1{font-size:36px}.about-hero p{font-size:15px;line-height:1.6}.about-content-section{padding:40px 15px}.about-content-card{border-radius:16px;padding:30px 20px}.about-section{margin-bottom:40px}.about-section h2{font-size:22px}.about-section p{font-size:15px;line-height:1.8}}@media (max-width:480px){.about-hero{padding:50px 15px}.about-hero h1{font-size:30px}.about-badge{font-size:10px;padding:7px 14px}.about-content-card{padding:25px 16px}.about-section p{font-size:14px}}.privacy-page{background:#f7f9fc;min-height:100vh}.privacy-hero{background:linear-gradient(135deg,#071d49,#0b3d91 50%,#1261c9);overflow:hidden;padding:80px 20px;position:relative}.privacy-hero:before{background:#ffffff0f;height:350px;right:-100px;top:-180px;width:350px}.privacy-hero:after,.privacy-hero:before{border-radius:50%;content:"";position:absolute}.privacy-hero:after{background:#ffffff0d;bottom:-150px;height:250px;left:-80px;width:250px}.privacy-hero-content{color:#fff;position:relative;text-align:center;z-index:2}.privacy-hero-content h1{color:#fff;font-size:48px;font-weight:800;line-height:1.2;margin:0 0 15px}.privacy-hero-content p{color:#fff;font-size:18px;line-height:1.6;margin:12px 0 0;opacity:.92}.privacy-badge{background:#ffffff1f;border:1px solid #ffffff40;border-radius:30px;color:#fff;display:inline-block;font-size:12px;font-weight:700;letter-spacing:1.5px;margin-bottom:18px;padding:8px 18px}.privacy-hero .breadcrumb{background:#0000;justify-content:center;margin:20px 0 0;padding:0}.privacy-hero .breadcrumb-item{color:#ffffffbf;font-size:15px}.privacy-hero .breadcrumb-item a{color:#fff;text-decoration:none;transition:.3s ease}.privacy-hero .breadcrumb-item a:hover{color:#dbeafe}.privacy-hero .breadcrumb-item.active{color:#ffffffe6;font-weight:500}.privacy-hero .breadcrumb-item+.breadcrumb-item:before{color:#ffffff8c}.privacy-content-section{padding:70px 20px}.privacy-content-card{background:#fff;border:1px solid #eef1f6;border-radius:22px;box-shadow:0 15px 50px #00000014;margin:0 auto;max-width:1050px;padding:50px}.privacy-section{margin-bottom:55px}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{color:#102a56;font-size:26px;font-weight:700;line-height:1.5;margin:0 0 22px;padding-bottom:12px;position:relative}.privacy-section h2 strong{font-weight:800}.privacy-section p{color:#4d5b70;font-size:16px;font-weight:400;line-height:1.9;margin:0 0 22px;text-align:justify}.privacy-section p:last-child{margin-bottom:0}.privacy-section b,.privacy-section strong{color:#102a56;font-weight:700}.privacy-section a{color:#0d6efd;text-decoration:none;transition:.3s ease}.privacy-section a:hover{color:#071d49;text-decoration:underline}.privacy-final-text{color:#102a56!important;font-size:18px!important;margin-top:35px;text-align:center!important}@media (max-width:991px){.privacy-hero{padding:65px 20px}.privacy-hero-content h1{font-size:40px}.privacy-content-section{padding:55px 20px}.privacy-content-card{padding:40px 35px}.privacy-section{margin-bottom:45px}.privacy-section h2{font-size:24px}.privacy-section p{font-size:15px;line-height:1.85}}@media (max-width:768px){.privacy-hero{padding:60px 15px}.privacy-hero-content h1{font-size:36px}.privacy-hero-content p{font-size:15px;line-height:1.6}.privacy-badge{font-size:11px;padding:7px 16px}.privacy-content-section{padding:40px 15px}.privacy-content-card{border-radius:16px;padding:30px 20px}.privacy-section{margin-bottom:40px}.privacy-section h2{font-size:22px;margin-bottom:20px}.privacy-section p{font-size:15px;line-height:1.8;text-align:left}.privacy-hero .breadcrumb-item{font-size:14px}}@media (max-width:480px){.privacy-hero{padding:50px 15px}.privacy-hero-content h1{font-size:30px}.privacy-hero-content p{font-size:14px}.privacy-badge{font-size:10px;padding:7px 14px}.privacy-content-card{border-radius:14px;padding:25px 16px}.privacy-section{margin-bottom:35px}.privacy-section h2{font-size:20px}.privacy-section h2:after{height:2px;width:45px}.privacy-section p{font-size:14px;line-height:1.8}.privacy-final-text{font-size:16px!important}}.refund-page{background:#f7f9fc;min-height:100vh}.refund-hero{background:linear-gradient(135deg,#071d49,#0b3d91 50%,#1261c9);overflow:hidden;padding:80px 20px;position:relative}.refund-hero:before{background:#ffffff0f;height:350px;right:-100px;top:-180px;width:350px}.refund-hero:after,.refund-hero:before{border-radius:50%;content:"";position:absolute}.refund-hero:after{background:#ffffff0d;bottom:-150px;height:250px;left:-80px;width:250px}.refund-hero-content{color:#fff;position:relative;text-align:center;z-index:2}.refund-badge{background:#ffffff1f;border:1px solid #ffffff40;border-radius:30px;color:#fff;display:inline-block;font-size:12px;font-weight:700;letter-spacing:1.5px;margin-bottom:18px;padding:8px 18px}.refund-hero h1{color:#fff;font-size:48px;font-weight:800;line-height:1.2;margin:0}.refund-hero .breadcrumb{background:#0000;justify-content:center;margin:20px 0 0;padding:0}.refund-hero .breadcrumb-item{color:#ffffffbf;font-size:15px}.refund-hero .breadcrumb-item a{color:#fff;text-decoration:none;transition:.3s ease}.refund-hero .breadcrumb-item a:hover{color:#dbeafe}.refund-hero .breadcrumb-item.active{color:#ffffffe6;font-weight:500}.refund-hero .breadcrumb-item+.breadcrumb-item:before{color:#ffffff8c}.refund-content-section{background:#f7f9fc;padding:70px 20px}.refund-content-card{background:#fff;border:1px solid #eef1f6;border-radius:22px;box-shadow:0 15px 50px #00000014;margin:0 auto;max-width:1050px;padding:50px}.refund-section{margin-bottom:0}.refund-section h2{color:#102a56;font-size:26px;font-weight:700;line-height:1.5;margin-bottom:22px}.section-heading-center{padding-bottom:12px;position:relative}.refund-section p{color:#4d5b70;font-size:16px;line-height:1.9;margin-bottom:22px}.refund-main-text{text-align:center}.refund-terms-text{color:#102a56!important;font-weight:600;margin-top:30px;text-align:center}@media (max-width:768px){.refund-hero{padding:60px 15px}.refund-hero h1{font-size:36px}.refund-badge{font-size:11px;padding:7px 16px}.refund-content-section{padding:40px 15px}.refund-content-card{border-radius:16px;padding:30px 20px}.refund-section h2{font-size:22px}.refund-section p{font-size:15px;line-height:1.8}.refund-main-text,.refund-terms-text{text-align:left}.refund-hero .breadcrumb-item{font-size:14px}}@media (max-width:480px){.refund-hero{padding:50px 15px}.refund-hero h1{font-size:30px}.refund-badge{font-size:10px;padding:7px 14px}.refund-content-card{border-radius:14px;padding:25px 16px}.refund-section h2{font-size:20px}.refund-section p{font-size:14px;line-height:1.8}.section-heading-center:after{height:2px;width:45px}}.terms-page{background:#f7f9fc;min-height:100vh}.terms-hero{background:linear-gradient(135deg,#071d49,#0b3d91 50%,#1261c9);overflow:hidden;padding:80px 20px;position:relative}.terms-hero:before{background:#ffffff0f;height:350px;right:-100px;top:-180px;width:350px}.terms-hero:after,.terms-hero:before{border-radius:50%;content:"";position:absolute}.terms-hero:after{background:#ffffff0d;bottom:-150px;height:250px;left:-80px;width:250px}.terms-hero-content{color:#fff;position:relative;text-align:center;z-index:2}.terms-badge{background:#ffffff1f;border:1px solid #ffffff40;border-radius:30px;color:#fff;display:inline-block;font-size:12px;font-weight:700;letter-spacing:1.5px;margin-bottom:18px;padding:8px 18px}.terms-hero h1{color:#fff;font-size:48px;font-weight:800;line-height:1.2;margin:0}.terms-hero .breadcrumb{background:#0000;justify-content:center;margin:20px 0 0;padding:0}.terms-hero .breadcrumb-item{color:#ffffffbf;font-size:15px}.terms-hero .breadcrumb-item a{color:#fff;text-decoration:none;transition:.3s ease}.terms-hero .breadcrumb-item a:hover{color:#dbeafe}.terms-hero .breadcrumb-item.active{color:#ffffffe6;font-weight:500}.terms-hero .breadcrumb-item+.breadcrumb-item:before{color:#ffffff8c}.terms-content-section{background:#f7f9fc;padding:70px 20px}.terms-content-card{background:#fff;border:1px solid #eef1f6;border-radius:22px;box-shadow:0 15px 50px #00000014;margin:0 auto;max-width:1050px;padding:50px}.terms-section{margin-bottom:55px}.terms-section:last-child{margin-bottom:0}.terms-section h2{color:#102a56;font-size:26px;font-weight:700;line-height:1.5;margin:0 0 22px;padding-bottom:12px;position:relative}.section-heading-center{text-align:center}.section-heading-center:after{background:#0d6efd;border-radius:10px;content:"";display:block;height:3px;margin:12px auto 0;width:55px}.terms-section h4{color:#102a56;font-size:18px;line-height:1.5;margin:28px 0 15px}.terms-section h4 b{font-weight:700}.terms-section p{color:#4d5b70;font-size:16px;font-weight:400;line-height:1.9;margin:0 0 22px;text-align:justify}.terms-section p:last-child{margin-bottom:0}.terms-section b,.terms-section strong{color:#102a56;font-weight:700}.terms-numbered-list{margin:10px 0 25px}.terms-numbered-list p{margin-bottom:12px}.terms-numbered-list p:last-child{margin-bottom:0}@media (max-width:768px){.terms-hero{padding:60px 15px}.terms-hero h1{font-size:36px}.terms-badge{font-size:11px;padding:7px 16px}.terms-content-section{padding:40px 15px}.terms-content-card{border-radius:16px;padding:30px 20px}.terms-section{margin-bottom:40px}.terms-section h2{font-size:22px;margin-bottom:20px}.terms-section h4{font-size:17px}.terms-section p{font-size:15px;line-height:1.8;text-align:left}.terms-hero .breadcrumb-item{font-size:14px}}@media (max-width:480px){.terms-hero{padding:50px 15px}.terms-hero h1{font-size:30px}.terms-badge{font-size:10px;padding:7px 14px}.terms-content-card{border-radius:14px;padding:25px 16px}.terms-section{margin-bottom:35px}.terms-section h2{font-size:20px}.terms-section h4{font-size:16px}.terms-section p{font-size:14px;line-height:1.8}.section-heading-center:after{height:2px;width:45px}}.show-result-container{overflow:visible;padding:25px 30px 40px}.result-header-card,.show-result-container{box-sizing:border-box;max-width:100%;width:100%}.result-header-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 8px 28px #2832500f;display:flex;gap:25px;justify-content:space-between;margin-bottom:24px;padding:28px 30px}.result-header-content{flex:1 1;min-width:0}.result-small-title{color:#50508b;display:block;font-size:11px;font-weight:800;letter-spacing:1px;margin-bottom:8px}.result-header-card h1{color:#25283a;font-size:27px;font-weight:800;line-height:1.35;margin:0;overflow-wrap:anywhere;word-break:break-word}.result-header-card p{color:#858b98;font-size:13px;margin:8px 0 0}.result-score-circle{align-items:center;background:#f0efff;border:8px solid #e1dfff;border-radius:50%;box-sizing:border-box;display:flex;flex-direction:column;height:115px;justify-content:center;min-width:115px;width:115px}.result-score-circle strong{color:#50508b;display:block;font-size:27px;font-weight:800;line-height:1}.result-score-circle span{color:#747889;display:block;font-size:11px;font-weight:600;margin-top:7px}.result-summary-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:30px;width:100%}.result-summary-card{align-items:center;border:1px solid #0000;border-radius:14px;display:flex;gap:14px;padding:18px 20px;transition:transform .2s ease,box-shadow .2s ease}.result-summary-card:hover{box-shadow:0 8px 20px #0000000f;transform:translateY(-2px)}.result-summary-icon{align-items:center;border-radius:12px;display:flex;font-size:22px;height:48px;justify-content:center;min-width:48px;width:48px}.result-summary-card span{color:#64748b;display:block;font-size:13px;margin-bottom:4px}.result-summary-card strong{display:block;font-size:22px;font-weight:700;line-height:1.2}.summary-total{background:#eff6ff;border-color:#dbeafe}.summary-total .result-summary-icon{background:#dbeafe;color:#2563eb}.summary-total strong{color:#1d4ed8}.summary-correct{background:#f0fdf4;border-color:#dcfce7}.summary-correct .result-summary-icon{background:#dcfce7;color:#16a34a}.summary-correct strong{color:#15803d}.summary-wrong{background:#fff1f2;border-color:#ffe4e6}.summary-wrong .result-summary-icon{background:#ffe4e6;color:#e11d48}.summary-wrong strong{color:#be123c}.summary-unanswered{background:#f8fafc;border-color:#e2e8f0}.summary-unanswered .result-summary-icon{background:#e2e8f0;color:#64748b}.summary-unanswered strong{color:#475569}.summary-attempted{background:#faf5ff;border-color:#f3e8ff}.summary-attempted .result-summary-icon{background:#f3e8ff;color:#9333ea}.summary-attempted strong{color:#7e22ce}.summary-score{background:#fffbeb;border-color:#fef3c7}.summary-score .result-summary-icon{background:#fef3c7;color:#d97706}.summary-score strong{color:#b45309}.question-review-section{max-width:100%;width:100%}.question-review-heading{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px;width:100%}.question-review-heading>div:first-child{min-width:0}.question-review-heading span{color:#50508b;display:block;font-size:11px;font-weight:800;letter-spacing:1px;margin-bottom:5px}.question-review-heading h2{color:#25283a;font-size:24px;font-weight:800;line-height:1.35;margin:0}.review-count{background:#f0efff;border-radius:20px;color:#50508b;flex-shrink:0;font-size:12px;font-weight:700;padding:8px 14px;white-space:nowrap}.result-question-card{background:#fff;border:1px solid #e8ebf2;border-radius:18px;box-shadow:0 7px 25px #2832500d;box-sizing:border-box;margin-bottom:20px;max-width:100%;overflow:visible;padding:25px;width:100%}.result-question-card.correct{border-left:5px solid #3d9b60}.result-question-card.wrong{border-left:5px solid #dc4c4c}.result-question-card.unanswered{border-left:5px solid #ed9b2d}.result-question-top{align-items:center;border-bottom:1px solid #edf0f5;box-sizing:border-box;display:flex;gap:15px;justify-content:space-between;margin-bottom:20px;padding-bottom:18px;width:100%}.question-number{background:#f0efff;border-radius:10px;color:#50508b;font-size:14px;font-weight:800;min-width:55px;padding:8px 12px}.question-number,.question-status-badge{align-items:center;display:inline-flex;justify-content:center}.question-status-badge{border-radius:20px;font-size:11px;font-weight:700;gap:6px;padding:7px 12px;white-space:nowrap}.question-status-badge.correct{background:#eaf8ef;color:#2e8c54}.question-status-badge.wrong{background:#fff0f0;color:#d63e3e}.question-status-badge.unanswered{background:#fff5e8;color:#d78a20}.result-question-text{box-sizing:border-box;color:#25283a;font-size:17px;line-height:1.7;margin-bottom:20px;max-width:100%;overflow-wrap:anywhere;width:100%;word-break:break-word}.result-question-text p{margin-bottom:10px;margin-top:0}.result-question-text p:last-child{margin-bottom:0}.result-question-text strong{font-weight:700}.result-question-text img{display:block;height:auto!important;margin:12px 0;max-width:100%!important;width:auto}.result-question-text iframe,.result-question-text video{max-width:100%!important}.result-question-text table{border-collapse:collapse;display:block;margin:15px 0;max-width:100%;overflow-x:auto;width:100%}.result-question-text td,.result-question-text th{border:1px solid #dfe3ea;padding:8px;text-align:left}.result-options{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;max-width:100%;width:100%}.result-option{align-items:flex-start;background:#fff;border:1px solid #e2e5ec;border-radius:11px;box-sizing:border-box;display:flex;gap:12px;min-width:0;overflow:visible;padding:13px 15px;transition:border-color .2s ease,background .2s ease;width:100%}.result-option-letter{align-items:center;background:#f1f3f7;border-radius:10px;color:#626978;display:flex;font-size:13px;font-weight:800;height:35px;justify-content:center;min-width:35px;width:35px}.result-option-text{color:#414655;flex:1 1;font-size:14px;line-height:1.6;max-width:100%;min-width:0;overflow-wrap:anywhere;word-break:break-word}.result-option-text p{margin:0}.result-option-text img{display:block;height:auto!important;max-width:100%!important}.result-option-status{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end}.correct-label,.wrong-label{align-items:center;display:inline-flex;font-size:11px;font-weight:700;gap:5px;white-space:nowrap}.correct-label{color:#2e8c54}.wrong-label{color:#d63e3e}.result-option-correct{background:#f0faf3;border-color:#91cea5}.result-option-correct
.result-option-letter{background:#3d9b60;color:#fff}.result-option-wrong{background:#fff4f4;border-color:#e5a0a0}.result-option-wrong
.result-option-letter{background:#dc4c4c;color:#fff}.result-option-selected-correct{background:#eaf8ef;border-color:#72bd8d}.answer-information{grid-gap:15px;background:#f8f9fc;border:1px solid #e8ebf2;border-radius:12px;box-sizing:border-box;display:grid;gap:15px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px;padding:16px;width:100%}.answer-info-item{display:flex;flex-direction:column;gap:5px;min-width:0}.answer-info-item span{color:#858b98;font-size:11px;font-weight:600}.answer-info-item strong{color:#303444;font-size:13px;line-height:1.6;overflow-wrap:anywhere;word-break:break-word}.correct-text{color:#2e8c54!important}.wrong-text{color:#d63e3e!important}.unanswered-text{color:#d78a20!important}.result-explanation{background:#f7f8fc;border:1px solid #e7eaf1;border-radius:13px;box-sizing:border-box;margin-top:20px;max-width:100%;overflow:visible;padding:17px 18px;width:100%}.result-explanation-title{align-items:center;color:#50508b;display:flex;font-size:13px;font-weight:800;gap:8px;margin-bottom:8px}.result-explanation-title i{font-size:16px}.result-explanation-content{color:#666c7a;font-size:13px;line-height:1.7;max-width:100%;overflow-wrap:anywhere;width:100%;word-break:break-word}.result-explanation-content p{margin-bottom:8px;margin-top:0}.result-explanation-content p:last-child{margin-bottom:0}.result-explanation-content img{display:block;height:auto!important;margin:12px 0;max-width:100%!important;width:auto}.result-explanation-content table{border-collapse:collapse;display:block;margin:15px 0;max-width:100%;overflow-x:auto;width:100%}.result-explanation-content td,.result-explanation-content th{border:1px solid #dfe3ea;padding:8px;text-align:left}.result-action-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:30px;padding-bottom:20px;width:100%}.result-back-btn,.result-practice-btn{align-items:center;border-radius:10px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:750;gap:8px;justify-content:center;min-height:43px;padding:10px 18px;transition:background .2s ease,border-color .2s ease,transform .2s ease}.result-practice-btn{background:#50508b;border:1px solid #50508b;color:#fff}.result-practice-btn:hover{background:#3f3f72;border-color:#3f3f72;color:#fff;transform:translateY(-1px)}.result-back-btn{background:#fff;border:1px solid #dfe2ea;color:#555b6b}.result-back-btn:hover{background:#f8f7ff;border-color:#50508b;color:#50508b}.result-empty-box{background:#fff;border:1px solid #e7eaf1;border-radius:20px;box-shadow:0 10px 35px #28325012;box-sizing:border-box;margin:50px auto;max-width:650px;padding:45px 30px;text-align:center;width:100%}.result-empty-icon{align-items:center;background:#fff0f0;border-radius:50%;color:#dc4c4c;display:flex;font-size:34px;height:75px;justify-content:center;margin:0 auto 20px;width:75px}.result-empty-box h3{color:#282c3c;font-size:25px;font-weight:800;margin:0 0 10px}.result-empty-box p{color:#858b98;font-size:14px;line-height:1.7;margin:0 auto 25px;max-width:500px}@media (min-width:1200px){.show-result-container{padding:30px 35px 45px}}@media (max-width:991px){.show-result-container{padding:22px 20px 35px}.result-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.result-header-card{padding:24px}.result-header-card h1{font-size:24px}.result-question-card{padding:22px}}@media (max-width:768px){.show-result-container{padding:18px 15px 30px;width:100%}.result-header-card{align-items:stretch;flex-direction:column;gap:20px;padding:20px}.result-header-card h1{font-size:22px;line-height:1.4}.result-score-circle{align-self:center;height:100px;min-width:100px;width:100px}.result-score-circle strong{font-size:24px}.result-summary-grid{gap:12px;grid-template-columns:1fr}.result-summary-card{padding:15px}.question-review-heading{align-items:flex-start;flex-direction:column;gap:10px}.question-review-heading h2{font-size:21px}.review-count{align-self:flex-start}.result-question-card{border-radius:15px;padding:18px}.result-question-top{align-items:flex-start;flex-direction:column;gap:10px}.question-status-badge{align-self:flex-start}.result-question-text{font-size:16px;line-height:1.65}.result-option{flex-wrap:wrap;padding:12px}.result-option-text{flex-basis:calc(100% - 48px);flex-grow:1;flex-shrink:1;font-size:14px}.result-option-status{flex-basis:100%;justify-content:flex-start;padding-left:47px;width:100%}.answer-information{gap:12px;grid-template-columns:1fr}.result-explanation{padding:15px}.result-action-buttons{align-items:stretch;flex-direction:column}.result-back-btn,.result-practice-btn{width:100%}.result-empty-box{margin:30px auto;padding:35px 20px}}@media (max-width:576px){.show-result-container{padding:15px 12px 25px}.result-header-card{padding:18px}.result-header-card h1{font-size:20px}.result-small-title{font-size:10px}.result-score-circle{border-width:6px;height:90px;min-width:90px;width:90px}.result-score-circle strong{font-size:21px}.result-score-circle span{font-size:10px}.result-summary-card{padding:13px}.result-summary-icon{font-size:18px;height:40px;min-width:40px;width:40px}.result-summary-card strong{font-size:19px}.result-question-card{padding:15px}.question-number{font-size:13px;min-width:50px;padding:7px 10px}.result-question-text{font-size:15px;line-height:1.6}.result-option{padding:11px}.result-option-letter{height:32px;min-width:32px;width:32px}.result-option-text{font-size:13px}.result-option-status{padding-left:44px}.result-explanation-content{font-size:13px}.result-empty-box{padding:30px 17px}.result-empty-box h3{font-size:21px}}@media (max-width:400px){.show-result-container{padding:12px 8px 20px}.result-header-card{padding:15px}.result-question-card{padding:13px}.result-summary-card{gap:10px}.result-summary-icon{height:38px;min-width:38px;width:38px}.result-option{gap:8px}.result-option-text{flex-basis:calc(100% - 44px)}.result-option-status{padding-left:40px}}.result-explanation-content *,.result-option-text *,.result-question-text *{max-width:100%}.result-explanation-content pre,.result-option-text pre,.result-question-text pre{max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.result-explanation-content iframe,.result-option-text iframe,.result-question-text iframe{max-width:100%!important}.result-explanation-content video,.result-option-text video,.result-question-text video{height:auto!important;max-width:100%!important}.user-dashboard{width:100%}.dashboard-main,.user-dashboard{max-width:100%;overflow-x:hidden}.dashboard-main{min-width:0}.dashboard-content{box-sizing:border-box;max-width:100%;min-width:0}body{font-family:Segoe UI,sans-serif}.header-logo{height:auto;width:300px}@media (max-width:767px){.header-logo{width:250px}}a{text-decoration:none!important}.custom-navbar{background:#fff;padding:12px 20px}.logo-text{color:#2c2c54;font-weight:700}.navbar a{color:#2c2c54;font-weight:500;position:relative}.navbar a:after{background:#2fa4e7;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:.3s;width:0}.navbar a:hover:after{width:100%}.btn-login{border-radius:8px;color:#fff!important;padding:8px 18px}.btn-login:hover{color:#2d2d5a!important}.dropdown-menu{border:none;border-radius:12px;box-shadow:0 10px 25px #0000001a;padding:10px}.dropdown-item{border-radius:8px;padding:8px 12px}.dropdown-item:hover{background:#f0f8ff;color:#2fa4e7}@media (max-width:991px){.navbar-collapse{background:#fff;border-radius:10px;margin-top:10px;padding:15px}.navbar-nav{gap:10px}.btn-login{text-align:center;width:100%}}.login-container{align-items:center;background:linear-gradient(135deg,#eaf6fb,#d4eef7);display:flex;height:100vh;justify-content:center}.login-card{background:#fff;border-radius:15px;box-shadow:0 15px 40px #0000001a;padding:30px;width:350px}.login-title{color:#2c2c54;font-weight:700;text-align:center}.login-subtitle{color:#777;margin-bottom:20px;text-align:center}.btn-login{background:#2d2d5a;border-radius:10px;color:#fff;padding:10px;transition:.3s}.btn-login:hover{background:#fff;border:1px solid #2d2d5a;color:#2d2d5a}.forgot-link{color:#2fa4e7;font-size:14px}.signup-text{font-size:14px;text-align:center}.signup-container{align-items:center;background:linear-gradient(135deg,#f0f7ff,#d6ecff);display:flex;justify-content:center;min-height:100vh;padding:20px}.signup-card{background:#fff;border-radius:15px;box-shadow:0 15px 40px #0000001a;max-width:380px;padding:30px;width:100%}.signup-title{color:#2c2c54;font-size:26px;font-weight:700;text-align:center}.signup-subtitle{color:#777;font-size:14px;margin-bottom:20px;text-align:center}.form-control{border-radius:8px;font-size:14px;padding:10px}.btn-signup{background:#2d2d5a;border-radius:10px;color:#fff;font-size:15px;padding:10px;transition:.3s}.btn-signup:hover{background:#fff;border:1px solid #2d2d5a;color:#2d2d5a}.login-text{font-size:14px;text-align:center}@media (max-width:768px){.signup-card{padding:25px}.signup-title{font-size:22px}}@media (max-width:480px){.signup-card{border-radius:10px;padding:20px}.signup-title{font-size:20px}.form-control{font-size:13px;padding:8px}.btn-signup{font-size:14px;padding:9px}.login-text,.signup-text{font-size:13px}}.footer-section{background:linear-gradient(135deg,#1b1f3b,#2f3455);color:#f0f0f5;font-family:Poppins,sans-serif;font-size:14px}.footer-logo{height:60px;object-fit:contain}.brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff3b3b,#2ea7ff);-webkit-background-clip:text;color:#ff3b3b;font-size:22px;font-weight:700;margin-left:10px}.footer-title{font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:15px;text-transform:uppercase}.footer-text{color:#bfc3d9;font-size:14px}.footer-links li{color:#d6d9ec;cursor:pointer;font-size:14px;margin-bottom:8px;transition:.3s}.footer-links li:hover{color:#ff3b3b}.app-buttons button{border-radius:6px;font-size:13px;font-weight:500;margin-bottom:6px;transition:.3s}.btn-google{background-color:#3ddc84;border:none;color:#fff}.btn-google:hover{background-color:#33b773}.btn-apple{background-color:#000;border:none;color:#fff}.btn-apple:hover{background-color:#333}.btn-browser{background-color:initial;border:1px solid #fff;color:#fff}.btn-browser:hover{background-color:#ff3b3b;border-color:#ff3b3b;color:#fff}.social-icons i{color:#cfd3ff;cursor:pointer;font-size:20px;margin-right:12px;transition:.3s}.social-icons i:hover{color:#ff3b3b}.phone-box{background:#0000;border:1px solid #6c6f93;border-radius:6px;overflow:hidden}.country-code{background:#0000;border-right:1px solid #6c6f93;color:#fff;padding:10px}.phone-box input{background:#0000;border:none;color:#fff}.phone-box input::placeholder{color:#bfc3d9}.phone-box input:focus{box-shadow:none}.send-btn{background:#ff3b3b;border-radius:6px;color:#fff;font-weight:500;transition:.3s}.send-btn:hover{background:#2ea7ff}.footer-bottom{background-color:#1a1d33;color:#bfc3d9;font-size:13px}@media (max-width:991px){.footer-section{text-align:center}.social-icons{margin-top:15px}.logo-container,.social-icons{justify-content:center}}@media (max-width:576px){.phone-box{flex-direction:column}.country-code{border-bottom:1px solid #6c6f93;border-right:none;text-align:center}}.custom-modal{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.modal-box{animation:fadeInScale .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:90%;overflow:hidden;width:400px}.modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;font-weight:600;justify-content:space-between;padding:15px 20px}.modal-body{padding:20px;text-align:center}.modal-footer{border-top:1px solid #eee;padding:15px 20px;text-align:right}.close-btn{background:none;border:none;cursor:pointer;font-size:20px}.option-btn{border-radius:8px;font-weight:500;margin-bottom:10px;padding:10px;width:100%}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}
/*# sourceMappingURL=main.785359e7.css.map*/