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}.home-container{background:#fff;color:#333;font-family:Poppins,sans-serif;min-height:100vh;padding:50px 30px 30px}.hero{background:linear-gradient(145deg,#f3f6f9,#fff);border-radius:12px;box-shadow:0 10px 20px #0000000d;font-family:Segoe UI,sans-serif;padding:70px 30px;text-align:center}.hero h1{color:#1a1a1a;font-size:3rem;font-weight:700;margin-bottom:20px}.hero .brand-name{color:#004080}.hero p{color:#444;font-size:1.15rem;line-height:1.7;margin:0 auto 30px;max-width:850px}.hero strong{color:#036;font-weight:600}.hero em{color:#666;font-style:italic}.highlight{color:#0d47a1;font-size:1.2rem;font-weight:700}.no-barrier{color:#d84315;font-weight:600}.free-label{background-color:#e3f2fd;border-radius:6px;color:#1e88e5;display:inline-block;margin:6px 0;padding:4px 10px}.btn-primary{background:#004080;border-radius:8px;color:#fff;font-size:1.05rem;font-weight:600;padding:12px 28px;text-decoration:none;transition:background .3s ease-in-out}.btn-primary:hover{background:#002e60}.features h2{color:#222;font-size:2rem;margin:50px 0 20px;text-align:left}.home-list{color:#444;font-size:1.1rem;list-style:none;padding:0;text-align:center}.home-list li{background:#f1f1f1;border-radius:8px;font-weight:500;margin:10px auto;max-width:600px;padding:12px}.badge{background:#d32f2f;border-radius:20px;box-shadow:0 2px 6px #d32f2f66;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;letter-spacing:.05em;margin-top:.5rem;padding:.3rem 1rem;-webkit-user-select:none;user-select:none}.mentor-section{background:linear-gradient(135deg,#fdfdfd,#f4f9ff);border-radius:14px;box-shadow:0 10px 25px #0000000d;margin:50px 0;padding:20px;text-align:center}.mentor-section h2{color:#004080;font-size:2rem;margin-bottom:20px}.mentor-content{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;text-align:left}.mentor-image{border-radius:50%;box-shadow:0 4px 10px #0000001a;height:200px;object-fit:cover;transition:transform .3s ease-in-out;width:200px}.mentor-image:hover{transform:scale(1.05)}.mentor-details{color:#444;max-width:600px;text-align:justify}.mentor-details ul{font-size:1.1rem;list-style:none;padding:0}.mentor-details li{margin:8px 0}.mentor-details p{font-size:1.2rem;line-height:1.6;margin-top:15px}.why-choose-section{background:linear-gradient(135deg,#fdfdfd,#f4f9ff);border-radius:14px;box-shadow:0 10px 25px #0000000d;color:#222;padding:30px 20px;text-align:center}.why-choose-title{color:#004080;font-size:2rem;font-weight:700;margin-bottom:30px}.why-choose-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.why-choose-card{background:#f2f2f2;border-radius:10px;box-shadow:0 4px 8px #0000000d;color:#222;max-width:300px;padding:20px;text-align:center;transition:transform .3s ease-in-out}.why-choose-card:hover{transform:scale(1.05)}.why-choose-icon{font-size:36px;margin-bottom:10px}.why-choose-heading{font-size:1.2rem;font-weight:700;margin-bottom:8px}.why-choose-text{color:#555;font-size:1rem;line-height:1.5}.quote-section h2{color:#004080;font-size:1.8rem;text-align:center}.quote-section blockquote{border-left:4px solid #004080;color:#333;font-size:1.2rem;margin:30px auto;padding-left:15px;text-align:justify;width:80%}.contact-section{align-items:center;background:linear-gradient(135deg,#fdfdfd,#f4f9ff);border-radius:14px;box-shadow:0 10px 25px #0000000d;display:flex;flex-direction:column;margin-top:40px;padding:40px 20px;text-align:center}.contact-h{color:#004080;font-size:1.8rem;font-weight:700;margin-bottom:10px}.contact-p{color:#444;font-size:1.1rem;margin-bottom:20px}.contact-link{background-color:#004080;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:12px 24px;transition:background .3s ease-in-out}.contact-link:hover{background-color:#002e5b}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{box-shadow:0 10px 30px #0003;max-width:90%;padding:30px 25px;text-align:center;width:400px}.modal-content h3{color:#004080;font-size:1.4rem;margin-bottom:15px}.modal-content p{color:#333;font-size:1rem;margin-bottom:10px}.modal-content a{color:#004080;text-decoration:underline}.close-btn{background-color:#004080;border-radius:5px;font-weight:700;margin-top:15px;padding:8px 16px;transition:background-color .3s ease}.close-btn:hover{background-color:#002f5e}@media (max-width:768px){.mentor-content,.why-choose-container{align-items:center;flex-direction:column}.contact-section{margin-top:30px;padding:30px 15px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.join-us-container{background-color:#fff;border:1px solid #eaeaea;border-radius:12px;box-shadow:0 4px 10px #0000000d;box-sizing:border-box;margin:60px auto;max-width:1000px;padding:30px 20px;text-align:center;width:100%}.join-title{color:#222;font-size:28px;font-weight:600;margin-bottom:30px}.social-box{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.social-item{align-items:center;border-radius:8px;color:#fff;display:flex;flex-direction:column;font-size:16px;font-weight:500;padding:16px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;width:140px}.social-item:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-3px)}.social-item.youtube{background-color:red}.social-item.instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.social-item.facebook{background-color:#1877f2}.social-item.twitter{background-color:#1a1c1d}.social-item.linkedin{background-color:#0077b5}.social-icon{filter:brightness(0) invert(1);height:40px;margin-bottom:8px;object-fit:contain;width:40px}.social-text{margin-top:4px;text-align:center}@media (max-width:768px){.social-item{font-size:14px;padding:14px;width:120px}.social-icon{height:32px;width:32px}.join-title{font-size:24px}}@media (max-width:480px){.join-title{font-size:20px}.social-box{align-items:center;flex-direction:column}.social-item{max-width:280px;width:90%}}.padho-footer{background-color:#f5f5f5;color:#333;font-family:Segoe UI,sans-serif;padding:50px 30px}.footer-top{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.footer-brand{max-width:300px}.footer-brand h2{color:#036;font-size:1.7rem;margin-bottom:10px}.footer-brand p{color:#555;font-size:.95rem;line-height:1.6}.social-title{color:#036;font-weight:700;margin-top:20px}.social-icons{margin-top:8px}.social-icons a{color:#05a;font-size:1rem;margin-right:15px;text-decoration:none;transition:color .3s ease}.social-icons a:hover{color:#f60}.footer-columns{display:flex;flex-wrap:wrap;gap:50px}.footer-columns h4{color:#036;font-size:1.1rem;margin-bottom:12px}.footer-columns ul{list-style:none;margin:0;padding:0}.footer-columns li{font-size:.95rem;margin-bottom:8px}.footer-columns a{color:#05a;text-decoration:none;transition:color .3s ease}.footer-columns a:hover{color:#f60}.footer-bottom{border-top:1px solid #ddd;color:#666;font-size:.85rem;margin-top:40px;padding-top:20px;text-align:center}.footer-bottom a{color:#05a;margin:0 10px}.footer-bottom a:hover{color:#f60}@media (max-width:768px){.footer-columns,.footer-top{flex-direction:column}.footer-columns div{margin-bottom:25px}}.tutorials-container{background-color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1200px;padding:2rem 1rem}.main-heading{color:#031851;font-size:2.5rem;margin-bottom:.5rem}.sub-heading{color:#6b7280;font-size:1.2rem;margin-bottom:2rem;text-align:center}.group-heading{color:#ec6922;font-size:1.8rem;font-weight:700;margin-bottom:.3rem;margin-top:2rem;position:relative}.group-heading:after{background-color:#5f81dc;border-radius:2px;content:"";display:block;height:4px;margin-top:8px;width:100%}.cards-wrapper{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:3rem;margin-top:1.5rem}.tutorial-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 6px #0000000a;color:#111827;display:block;padding:1.2rem;text-decoration:none;transition:all .3s ease}.tutorial-card:hover{background-color:#f0f9ff;border-color:#3b82f6;box-shadow:0 4px 10px #00000014;transform:translateY(-3px)}.card-title{color:#1e40af;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.card-subtitle{color:#4b5563;font-size:.95rem;margin-top:.3rem}@media (max-width:768px){.main-heading{font-size:2rem}.group-heading{font-size:1.5rem}.cards-wrapper{grid-template-columns:1fr}}.lectures-container{background-color:#fff;color:#1e293b;display:flex;flex-direction:column;font-family:Poppins,sans-serif;min-height:100vh}.header{background-color:#fff;box-shadow:0 2px 5px #0000001a;padding:40px 20px 20px;text-align:center}.title{color:#0f172a;font-size:2.2rem;font-weight:700;margin-bottom:10px}.subtitle{color:#475569;font-size:1rem;font-style:italic;margin-bottom:20px}.subject-buttons{margin:15px 0}.subject-btn{background:#fff;border:1px solid #0f172a;border-radius:8px;color:#0f172a;margin:0 10px;padding:8px 20px;transition:all .3s ease-in-out}.subject-btn.active,.subject-btn:hover{background:#0f172a;color:#fff}.content{display:flex;flex:1 1;overflow-y:auto}.sidebar{background:#f8fafc;border-right:1px solid #e2e8f0;overflow-y:auto;padding:20px;width:300px}.scrollable-chapters{max-height:calc(100vh - 160px);overflow-y:auto;padding-right:4px}.scrollable-chapters::-webkit-scrollbar{width:6px}.scrollable-chapters::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}.chapter{margin-bottom:10px}.chapter-header{align-items:center;background:#e2e8f0;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;padding:10px}.chapter-title{color:#0f172a;font-weight:600}.lecture-list{list-style:none;margin:0;max-height:0;overflow:hidden;padding:0;transition:max-height .3s ease}.lecture-list.open{max-height:600px}.lecture-item{background:#fff;border-bottom:1px solid #f1f5f9;cursor:pointer;padding:10px 15px;transition:background .2s ease}.lecture-item:hover{background:#f1f5f9;font-weight:500}.video-container{align-items:center;display:flex;flex:1 1;justify-content:center;padding:20px}.placeholder{color:#94a3b8;font-size:1.2rem}.video-modal{align-items:center;background:#0f172ae6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#fff;border-radius:12px;max-width:800px;padding:20px;position:relative;width:90%}.close-btn{background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.2rem;padding:5px 10px;position:absolute;right:10px;top:10px}.video-title{color:#0f172a;font-size:1.2rem;margin-bottom:10px}.react-player-wrapper{height:0;padding-top:56.25%;position:relative}.react-player{left:0;position:absolute;top:0}.SchoolHomePage_container__diguD{background-color:#fefefe;color:#2c3e50;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;margin:3rem auto;max-width:1200px;padding:0 1.25rem}.SchoolHomePage_header__lTnOF{border-bottom:3px solid #1e88e5;margin-bottom:3rem;padding-bottom:1.5rem;text-align:center}.SchoolHomePage_header__lTnOF h1{color:#1565c0;font-size:2.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:.25rem}.SchoolHomePage_badge__F2kOF{background:#d32f2f;border-radius:20px;box-shadow:0 2px 6px #d32f2f66;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;letter-spacing:.05em;margin-top:.5rem;padding:.3rem 1rem;-webkit-user-select:none;user-select:none}.SchoolHomePage_tagline__Bmvhb{color:#1976d2;font-size:1.35rem;font-style:italic;font-weight:600;margin-bottom:.75rem}.SchoolHomePage_revolution__SCXNU{color:#455a64;font-size:1.1rem}.SchoolHomePage_highlight__uRmBk{color:#d32f2f;font-weight:700}.SchoolHomePage_section__ZI8IN{background:#f7f9fc;border-radius:8px;box-shadow:0 4px 8px #00000012;margin-bottom:3rem;padding:1.5rem 1.25rem}.SchoolHomePage_section__ZI8IN h2{border-left:5px solid #1e88e5;color:#1e3a8a;font-size:1.8rem;font-weight:700;letter-spacing:.03em;margin-bottom:1.25rem;padding-left:.8rem}.SchoolHomePage_section__ZI8IN h3{color:#1565c0;font-size:1.3rem;font-weight:600;margin-bottom:.6rem;margin-top:1.4rem}.SchoolHomePage_feeTable__RLi8h,.SchoolHomePage_table__72Aft{border-collapse:initial;border-spacing:0 10px;font-size:.95rem;margin-bottom:1.5rem;width:100%}.SchoolHomePage_feeTable__RLi8h td,.SchoolHomePage_feeTable__RLi8h th,.SchoolHomePage_table__72Aft td,.SchoolHomePage_table__72Aft th{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:.8rem 1.2rem;text-align:left;vertical-align:middle}.SchoolHomePage_feeTable__RLi8h th,.SchoolHomePage_table__72Aft th{background-color:#1976d2;color:#fff;font-size:1rem;font-weight:700}.SchoolHomePage_feeTable__RLi8h td,.SchoolHomePage_feeTable__RLi8h th{text-align:center}.SchoolHomePage_note__oWwWd{color:#607d8b;font-size:.9rem;font-style:italic;margin-bottom:1.5rem;margin-top:-1rem}ol,ul{color:#34495e;margin-bottom:1.25rem;padding-left:1.8rem}ol li,ul li{line-height:1.4;margin-bottom:.65rem}.SchoolHomePage_footer__jlOeX{border-top:3px solid #1e88e5;color:#1565c0;font-size:1rem;font-weight:600;letter-spacing:.05em;margin-top:4rem;padding-top:2rem;text-align:center}.SchoolHomePage_footer__jlOeX a{color:#0d47a1;font-weight:600;text-decoration:none}.SchoolHomePage_footer__jlOeX a:hover{color:#1976d2;text-decoration:underline}@media (max-width:720px){.SchoolHomePage_container__diguD{margin:2rem auto;padding:0 1rem}.SchoolHomePage_header__lTnOF h1{font-size:2.25rem}.SchoolHomePage_section__ZI8IN h2{font-size:1.5rem}.SchoolHomePage_feeTable__RLi8h td,.SchoolHomePage_feeTable__RLi8h th,.SchoolHomePage_table__72Aft td,.SchoolHomePage_table__72Aft th{font-size:.85rem;padding:.5rem .8rem}}.pyq-container{background-color:#fff;color:#1a1a1a;font-family:Segoe UI,sans-serif;margin:auto;max-width:1200px;padding:40px 20px}.pyq-heading{font-size:2rem;font-weight:700;margin-bottom:10px;text-align:center}.pyq-description{color:#444;font-size:1.1rem;margin-bottom:30px;text-align:center}.subject-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:30px}.subject-btn{background-color:#f0f0f0;border:none;border-radius:5px;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .3s}.subject-btn.active{background-color:#004080;color:#fff}.subject-btn:hover{background-color:#dcdcdc}.chapter-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.chapter-card{background-color:#fafafa;border:1px solid #eee;border-radius:8px;box-shadow:0 2px 4px #0000000a;font-weight:500;padding:20px;text-align:center;transition:transform .2s ease}.chapter-card:hover{box-shadow:0 4px 8px #0000000f;transform:translateY(-3px)}.chapter-title{font-size:1rem;margin-bottom:12px}.view-pyq-btn{background-color:#e2e4e6;border-radius:5px;color:#0f0f0f;display:inline-block;font-size:.9rem;padding:8px 16px;text-decoration:none;transition:background-color .3s}.view-pyq-btn:hover{background-color:#4f5a64}.pyq-wrapper{margin:auto;max-width:1200px;padding:20px}.main-heading{font-size:2rem;font-weight:700;margin-bottom:30px;text-align:center}.section-block{margin-bottom:40px}.section-title{background:#f9a653;border-radius:6px;color:#fff;font-size:1.2rem;padding:10px 15px}.year-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:15px}.year-box{background:#f9f9f9;border:1px solid #ddd;border-radius:6px;overflow:hidden}.year-header{background:#fff;cursor:pointer;display:flex;font-weight:500;justify-content:space-between;padding:8px 10px}.year-box.active .year-header{background:#ffe4cc}.arrow{font-size:.8rem}.file-list{background:#fafafa;padding:8px}.file-item{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:5px;padding:6px}.file-buttons{display:flex;gap:5px}.btn{border-radius:4px;color:#fff;font-size:.75rem;padding:3px 6px;text-decoration:none}.view-btn{background:#0d6efd}.download-btn{background:#198754}.error-text{color:#888;font-size:.85rem}@media (min-width:1200px){.year-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:768px){.year-grid{gap:10px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (max-width:600px){.main-heading{font-size:1.5rem}.section-title{font-size:1rem}}.contact-container{align-items:center;background:#fff;color:#1e293b;display:flex;flex-direction:column;font-family:Poppins,sans-serif;min-height:100vh;padding:2rem 1rem}.contact-container h1{color:#0f172a;font-size:2.5rem;margin-bottom:10px}.contact-container p{color:#475569;font-size:1.1rem;margin-bottom:1.5rem;max-width:600px;text-align:center}.contact-form{background:#f8fafc;border-radius:12px;box-shadow:0 8px 24px #0000000f;display:flex;flex-direction:column;gap:1rem;max-width:500px;padding:2rem;transition:all .3s ease-in-out;width:100%}.contact-form input,.contact-form textarea{background:#fff;border:1.5px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:1rem;padding:.9rem 1rem;transition:border-color .3s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:#3b82f6;outline:none}.contact-form textarea{height:130px;resize:vertical}.contact-form button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.9rem;transition:background .3s ease-in-out}.contact-form button:hover{background:#2563eb}.success-message{color:#22c55e}.error-message,.success-message{font-weight:600;margin-bottom:1rem}.error-message{color:#ef4444}.home-link{margin-top:2rem}.home-link a{color:#3b82f6;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s ease-in-out}.home-link a:hover{color:#1d4ed8;text-decoration:underline}@media screen and (max-width:500px){.contact-form{padding:1.2rem}.contact-container h1{font-size:2rem}}.meet-our-team-section{background-color:#f9f9f9;padding:3rem 1rem;text-align:center}.team-heading{color:#036;font-size:2.5rem;font-weight:700;margin-bottom:1rem;margin-top:4rem;position:relative;text-align:center}.team-heading:after{background-color:#06c;border-radius:4px;content:"";display:block;height:4px;margin:.5rem auto;width:80px}.team-intro{background-color:#eaf2fb;border-radius:12px;box-shadow:0 4px 12px #0000000d;color:#333;font-size:1.1rem;margin:0 auto 2.5rem;max-width:800px;padding:1rem 1.5rem;text-align:center}.team-grid{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));justify-content:center}.team-card{background:#eff8fc;border-radius:16px;box-shadow:0 4px 16px #00000014;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{box-shadow:0 10px 24px #004aad26;transform:translateY(-6px)}.team-img{background-color:#fff;border:2px solid #eee;border-radius:8px;box-shadow:0 0 12px #004aad33;height:200px;margin-bottom:1rem;object-fit:cover;width:160px}.team-name{color:#036;font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.team-role{color:#06c;font-size:1rem}.team-role,.team-teaching{font-weight:500;margin-bottom:.5rem}.team-teaching{color:#f06706;font-size:1.1rem}.team-desc{color:#555;font-size:.95rem;line-height:1.4}.after12_after12PageOuterWrapper__kTvxo{margin:0;padding:0;width:100%}.after12_after12ContentContainer__vpwZ-{margin:0 auto;max-width:1300px;padding:1rem}.after12_hero__text__FTtO9 h1{color:#031851;font-size:2rem;margin-bottom:.5rem;text-align:center}.after12_hero__text__FTtO9 h2{color:#f06706;font-size:1.3rem;margin-bottom:1rem;text-align:center}.after12_hero__text__FTtO9 p{color:#0d0d0e;text-align:center}.after12_filtersRow__uL8QX{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.after12_inputWrapper__oWmEf,.after12_selectWrapper__fZj0a{align-items:center;display:flex;flex:1 1;min-width:150px;position:relative}.after12_icon__c6uhM{color:#666;left:.5rem;pointer-events:none;position:absolute}.after12_filterInput__QQKax,.after12_filterSelect__t1ahg{border:1px solid #ccc;border-radius:.3rem;padding:.5rem .5rem .5rem 2rem;width:100%}.after12_filterSelect__t1ahg{-webkit-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0 5 6 5-6z' fill='%23666'/%3E%3C/svg%3E") no-repeat right .5rem center/1rem auto}.after12_btn--secondary__1sOTT{background:#fff;border:1px solid #07c;border-radius:.3rem;color:#07c;cursor:pointer;flex-shrink:0;padding:.5rem 1rem}.after12_controls__title__gjkde{margin-top:2.5rem}.after12_controls__footer__AbRsk{margin-top:.5rem}.after12_resultCount__UBIFO{color:#031851;font-weight:700}.after12_card__Bkvea{border:1px solid #ddd;border-radius:.3rem;margin-bottom:1rem;padding:1rem}.after12_card__header__rfABZ{align-items:center;display:flex;justify-content:space-between}.after12_card__title__SJYf5 h3{margin:0}.after12_badge__pukgI{background:#eee;border-radius:.2rem;color:#d1076c;font-size:.8rem;margin-left:.5rem;padding:.2rem .5rem}.after12_tags__1T-pw{color:#07c;margin-top:.5rem}.after12_tag__Qa6-s{background:#f0f0f0;border-radius:.2rem;display:inline-block;font-size:.8rem;margin-right:.5rem;padding:.2rem .4rem}.after12_grid__E5k7l{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:1rem}.after12_grid-span-2__-Zncy{grid-column:span 2}.after12_list__0odxe{padding-left:1rem}.after12_list--cols__z1ZrB{column-count:2}.after12_muted__Oo55v{color:#666}.after12_footer__xalzO{color:#999;font-size:.9rem;margin-top:2rem;text-align:center}@media (max-width:768px){.after12_filtersRow__uL8QX{flex-direction:column;gap:.5rem}.after12_inputWrapper__oWmEf,.after12_selectWrapper__fZj0a{width:100%}}.login-container{align-items:center;background:#f4f6f8;display:flex;font-family:Segoe UI,sans-serif;justify-content:center;min-height:100vh;padding:1rem}.login-box{background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000014;max-width:400px;padding:2.5rem 2rem;text-align:center;width:100%}h1.brand-name{color:#0056b3;font-size:1.8rem;font-weight:700;margin:.5rem 0 1rem}h2{font-size:1.2rem;margin-bottom:.25rem}.google-btn{background:#fff;color:#444;padding:.65rem;transition:background .2s ease}.google-btn:hover{background:#f0f0f0}.google-icon{font-size:1.3rem}.input-group{background:#f8f9fa;padding:.7rem 1rem}.input-group:focus-within{border-color:#007bff}.icon{margin-right:10px}input{background:#0000;outline:none}.login-btn,input{border:none;font-size:1rem;width:100%}.login-btn{background:#007bff;border-radius:6px;color:#fff;cursor:pointer;margin-top:.5rem;padding:.7rem;transition:background .2s ease}.login-btn:hover{background:#0056b3}.email-signin-text{color:#555;font-size:.9rem;margin:.8rem 0}.back-to-login,.forgot-password{color:#007bff;cursor:pointer;font-size:.9rem;margin-top:.5rem;text-align:right}.back-to-login:hover,.forgot-password:hover{text-decoration:underline}.message{color:green;font-size:.9rem;margin-top:1rem}.signup-text{color:#555;font-size:.9rem;margin-top:1.5rem}.signup-text a{color:#007bff;text-decoration:none}.signup-text a:hover{text-decoration:underline}.gap{margin-top:20px}@media (max-width:500px){.login-box{padding:2rem 1.5rem}}.signup-container{align-items:center;background:#f6f9fc;display:flex;justify-content:center;min-height:100vh;padding:2rem}.signup-box{background:#fff;border-radius:12px;box-shadow:0 8px 20px #0000000d;max-width:420px;padding:2rem;text-align:center;width:100%}h2{color:#333;font-size:1.3rem;margin-bottom:.5rem}.brand-name{color:#07c;font-size:1.7rem;font-weight:700;margin-bottom:1.5rem}.google-btn{align-items:center;background:#f1f1f1;border:1px solid #ccc;border-radius:6px;cursor:pointer;display:flex;font-size:1rem;gap:10px;justify-content:center;padding:.75rem;transition:background .3s ease;width:100%}.google-btn:hover{background:#e6e6e6}.google-icon{font-size:1.2rem}.or-text{color:#777;font-size:.9rem;margin:1.2rem 0}.input-group{align-items:center;background:#f7f7f7;border:1px solid #ddd;border-radius:6px;display:flex;margin-bottom:1rem;padding:.75rem}.input-group input{background:#0000;border:none;color:#333;font-size:1rem;margin-left:.5rem;outline:none;width:100%}.icon{color:#555;font-size:1rem}.signup-btn{background:#07c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;margin-top:.5rem;padding:.75rem;transition:background .3s ease;width:100%}.signup-btn:hover{background:#005fa3}.login-text{color:#444;font-size:.9rem;margin-top:1.2rem}.login-text a{color:#07c;font-weight:500;text-decoration:none}.login-text a:hover{text-decoration:underline}.password-group{position:relative}.eye-icon{color:#777;cursor:pointer;font-size:1rem;position:absolute;right:12px;top:50%;transform:translateY(-50%)}body{background:#fff;color:#222;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0}.question-page{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;margin:40px auto 30px;max-width:900px;padding:0 15px 50px}.question-heading{color:#111;font-size:1.8rem;font-weight:700;margin-bottom:20px;text-align:center}.tab-container{display:flex;gap:12px;justify-content:center;margin-bottom:25px}.tab-btn{background:#f8f9fa;border:1.5px solid #007bff;border-radius:6px;color:#007bff;cursor:pointer;font-size:1rem;font-weight:600;padding:10px 25px;transition:background-color .3s ease,color .3s ease;-webkit-user-select:none;user-select:none}.tab-btn.active,.tab-btn:hover{background:#007bff;border-color:#007bff;color:#fff}.question-container{min-height:400px}.question-section{display:none}.question-section.visible{display:block}.section-title{border-bottom:2px solid #007bff;color:#007bff;font-size:1.4rem;font-weight:600;margin-bottom:15px;padding-bottom:6px}.scrollable-content{max-height:480px;overflow-y:auto;padding-right:10px}.question-item{border-bottom:1px solid #eaeaea;margin-bottom:22px;padding-bottom:12px}.question-text{font-size:1rem;font-weight:500;line-height:1.4;margin-bottom:8px}.answer-btn{background:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:7px 18px;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.answer-btn:hover{background:#0056b3}.answer-text{background:#e6f4ea;border-radius:6px;color:#2a7a2a;font-size:1rem;font-weight:600;margin-top:8px;max-width:fit-content;padding:8px 12px}.options-list{list-style:none;margin-top:8px;padding-left:0}.option{background:#f8f9fa;border:1.5px solid #0000;border-radius:5px;cursor:pointer;margin-bottom:7px;padding:10px 14px;transition:background-color .25s ease,border-color .25s ease;-webkit-user-select:none;user-select:none}.option:hover{background:#e1ecff;border-color:#007bff}.option.correct{background-color:#d4edda;border-color:#28a745;color:#155724;cursor:default}.option.incorrect{background-color:#f8d7da;border-color:#dc3545;color:#721c24;cursor:default}.option.correct,.option.incorrect{pointer-events:none}.back-home-btn{background:#007bff;border:none;border-radius:7px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin:30px auto 0;padding:10px 28px;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.back-home-btn:hover{background:#0056b3}@media (max-width:600px){.question-page{margin:20px 10px 40px}.tab-container{flex-direction:column;gap:8px}.tab-btn{width:100%}.scrollable-content{max-height:350px}}.navbar{background-color:#fff;box-shadow:0 2px 8px #0000001a;color:#000;padding:.8rem 2rem;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:auto;max-width:1300px}@media screen and (max-width:960px){.navbar-container{max-width:100%}}.logo-box,.logo-section{align-items:center;display:flex}.logo-box{text-decoration:none}.logo-img{height:70px;margin-right:10px}.site-title{display:flex;flex-direction:column}.site-name{color:#222;font-size:1.4rem;font-weight:700}.tagline{color:#555;font-size:.85rem}.menu-icon{color:#000;cursor:pointer;display:none;font-size:1.6rem}.nav-links{align-items:center;display:flex;gap:1.5rem;list-style:none}.nav-links li a{color:#333;font-weight:500;text-decoration:none;transition:color .2s ease}.nav-links li a:hover{color:#007bff}.dropdown{position:relative}.dropdown-toggle{cursor:pointer;font-weight:500}.dropdown-menu{background-color:#fff;border-radius:6px;box-shadow:0 2px 10px #00000026;left:0;min-width:220px;overflow:hidden;position:absolute;top:100%;z-index:999}.dropdown-menu li{padding:10px 15px;white-space:nowrap}.dropdown-menu li a{color:#333;display:block;text-decoration:none}.dropdown-menu li:hover{background-color:#f2f2f2}.logged-in-text{color:#333;font-size:.9rem}.logout-btn{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:6px 14px}.logout-btn:hover{background-color:#c82333}.contact-btn{background-color:#28a745;border-radius:5px;color:#fff;font-weight:500;padding:6px 14px;text-decoration:none;transition:background-color .2s ease}.contact-btn:hover{background-color:#218838}.login-section{background-color:#007bff;border-radius:5px;color:#fff;font-weight:500;padding:6px 14px;text-decoration:none;transition:background-color .2s ease}.login-section:hover{background-color:#0069d9}@media screen and (max-width:960px){.menu-icon{display:block;z-index:1001}.nav-links{background-color:#fff;flex-direction:column;gap:1.5rem;height:100vh;left:-100%;overflow-y:auto;padding:60px 0 0;position:fixed;top:0;transition:left .4s ease-in-out;width:100%;z-index:999}.nav-links li{text-align:center;width:100%}.nav-links.active{left:0}.navbar-container .logo-section{position:relative;z-index:1002}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.91569b01.css.map*/