@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);@import url(//fonts.googleapis.com/css?family=Lato:300:400);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap);*{margin:0;padding:0;box-sizing:border-box}::selection{background:var(--brand-dark);color:#fff}:root{--brand:#9250e2;--brand-dark:#28b9e0;--brand-yellow:#ffdf7e;--btn-red:#ff6b6b;--ink:#0b2239;--muted:#6c7a87;--card:#ffffff;--soft:#f5f8fb;--accent:#ffdf7e;--shadow:0 10px 30px rgba(11, 34, 57, 0.08);--radius:18px;--text-light:#ffffff;--text-dark:#121212;--bg-dark:#0b2239;--pattern-color:rgba(64, 150, 255, 0.07);--bg-light:#f4f9ff;--bg-dark:#121212;--brand:#9250e2;--btn-red:#ff6b6b;--ink:#0b2239;--muted:#6c7a87;--card:#ffffff;--soft:#f5f8fb;--accent:#ffdf7e;--shadow:0 10px 30px rgba(11, 34, 57, 0.08);--radius:18px;--sidebar-bg-light:#ffffff;--sidebar-bg-dark:#2c2c2c}html,body{scroll-behavior:smooth}body{font-family:'Roboto',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);overflow-x:hidden;position:relative;width:100vw;align-items:center;justify-content:center;transition:all 0.3s ease;background-color:var(--bg-light);background-image:repeating-radial-gradient(circle at 0 0,var(--pattern-color) 0,var(--pattern-color) 2px,transparent 2px,transparent 20px);padding-top:105px}@media (max-width:992px){body{padding-top:0}}@media (max-width:768px){body{padding-top:0}}h1,h2,h3,h4,h5,h6,.brand-font{font-family:'Fraunces','Raleway',Segoe UI,Arial,sans-serif}.blog-header,.single_blog_blog{margin-top:0}.demo_section{margin-top:0}.menu-item-has-children{position:relative}.menu-item-has-children>.sub-menu{display:none;position:absolute;top:100%;left:0;z-index:999;background-color:#fff;min-width:300px;padding:0}.menu-item-has-children:hover>.sub-menu{display:block}.sub-menu .menu-item-has-children>.sub-menu{top:0;left:100%;display:none}.sub-menu .menu-item-has-children:hover>.sub-menu{display:block}.sub-menu{transition:opacity 0.3s ease;opacity:0;visibility:hidden}.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible}.sub-menu{list-style:none}#menu-main-menu{list-style:none;display:flex;margin:0;padding:0;align-items:center}.menu-toggle{display:none}@media (max-width:991px){.menu-toggle{display:block}.bottomnav-right.hidden{display:block}}#mainNav{transition:all .3s ease}#mainNav.shrink{padding:5px 0;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.15)}body.dark-mode{background-color:var(--bg-dark);color:#e2e8f0}body.dark-mode .blog-post{background-color:#1e293b;color:#e2e8f0}body.dark-mode .blog-post h1,body.dark-mode .blog-post h2,body.dark-mode .blog-post h3,body.dark-mode .blog-post h4,body.dark-mode .blog-post h5,body.dark-mode .blog-post h6,body.dark-mode .entry-title{color:var(--brand-yellow,#ffdf7e)}body.dark-mode .blog-post .text-muted,body.dark-mode .entry-meta{color:#94a3b8!important}body.dark-mode .sidebar{background-color:#1e293b;color:#e2e8f0}body.dark-mode .sidebar h5{color:var(--brand-yellow,#ffdf7e)}body.dark-mode a,body.dark-mode .blog-post a,body.dark-mode .entry-content a,body.dark-mode .post-categories a,body.dark-mode .post-tags a,body.dark-mode .sidebar a,body.dark-mode .recent-posts a,body.dark-mode .category-list a,body.dark-mode .footer-item,body.dark-mode .cat-card-title a{color:#38bdf8;transition:color 0.25s ease,border-color 0.25s ease}body.dark-mode a:hover,body.dark-mode .blog-post a:hover,body.dark-mode .entry-content a:hover,body.dark-mode .post-categories a:hover,body.dark-mode .post-tags a:hover,body.dark-mode .sidebar a:hover,body.dark-mode .recent-posts a:hover,body.dark-mode .category-list a:hover,body.dark-mode .footer-item:hover,body.dark-mode .cat-card-title a:hover{color:var(--brand-yellow,#ffdf7e)}body.dark-mode .footer-item{border-color:rgba(56,189,248,.3);background:rgba(30,41,59,.8)}body.dark-mode .footer-item:hover{border-color:var(--brand-yellow,#ffdf7e);background:rgba(51,65,85,.9)}body.dark-mode .comment-section{background-color:#1e293b;color:#e2e8f0}body.dark-mode input,body.dark-mode textarea{background-color:#333;color:#fff}body.dark-mode input:focus,body.dark-mode textarea:focus{border-color:var(--brand-yellow);box-shadow:0 0 8px rgba(255,223,126,.4)}body.dark-mode .page-link{color:var(--brand-yellow)}body.dark-mode .page-link:hover{background-color:var(--brand-dark);color:#fff}body.dark-mode .page-item.active .page-link{background-color:var(--brand-yellow);color:#000}body.dark-mode .btn-primary{background-color:var(--brand-yellow);color:#000}body.dark-mode .btn-primary:hover{background-color:var(--brand);color:#fff}body.dark-mode{background-color:var(--bg-dark);color:var(--text-dark)}body.dark-mode .blog-post,body.dark-mode .sidebar,body.dark-mode .comment-section{color:var(--text-dark)}body.dark-mode h1,body.dark-mode h2,body.dark-mode h3,body.dark-mode h4,body.dark-mode h5,body.dark-mode h6{color:var(--brand-yellow)}body.dark-mode .text-muted{color:#aaa!important}body.dark-mode a{color:var(--brand)}body.dark-mode a:hover{color:var(--brand-dark)}body.dark-mode p,body.dark-mode li,body.dark-mode span,body.dark-mode strong{color:var(--bg-light)}nav{background-color:#fff;position:fixed;top:0;width:100%;z-index:999}.topnav{overflow:hidden;width:100%;top:0}.bottomnav{top:0;width:100%;background:#fff;position:relative;z-index:100}.topnav a,.bottomnav a{float:left;color:#f2f2f2;text-align:center;padding:10px 5px;text-decoration:none;font-size:14px;min-width:20px;transition:box-shadow 1s ease}.topnav a i{float:left;line-height:20px;margin-right:10px;color:#fff}.bottomnav a{color:var(--brand-dark);transition:all 0.10s ease-in-out;margin:5px}.bottomnav-right a{position:relative;text-decoration:none;color:var(--brand-dark);font-weight:500;padding:.4rem .5rem;transition:color 0.3s;z-index:1}.bottomnav-right a:hover{color:var(--bg-light)}.nav-common-btn{background-color:var(--btn-red);font-size:1rem;cursor:pointer;color:white!important;border-width:initial;border-style:none;border-color:initial;border-image:initial;border-radius:50px 15px;transition:0.3s;padding:8px 20px!important}.nav-common-btn:hover{background:transparent}.bottomnav-right a::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--brand-dark);clip-path:polygon(0 0,100% 0,80% 100%,0% 100%);transform:scaleX(0);transform-origin:left;transition:transform 0.3s ease;z-index:-1}.bottomnav-right a:hover::before,.bottomnav-right a.active::before{transform:scaleX(1)}.topnav a.active,.bottomnav a.active{color:var(--card)}.topnav-right{float:right;position:relative}.bottomnav-right{display:flex;gap:1rem;justify-content:flex-end;align-items:center;max-width:1000px;margin:0 auto;padding:5px;position:relative;overflow:visible;z-index:1}.bottomnav-right>a{position:relative;padding:10px 5px;text-decoration:none;font-weight:500;color:var(--brand-dark);transition:all 0.3s}.bottomnav{position:static;max-width:1000px;padding:0 15px;margin:0 auto}.topnav-right:before{position:absolute;content:'';left:-80px;top:0;border-top:62px solid var(--brand-dark);border-left:80px solid transparent}.topnav{position:static;max-width:100%;padding:0;margin:0 auto}.topnav-right{background:var(--brand-dark)}.logo{width:100%;fill:#fff;padding-right:15px;display:inline-block;vertical-align:middle;margin-bottom:5px;position:absolute;top:10px;left:5%}.logo img{display:inline-block;height:80px;width:auto;vertical-align:center}.black-bar{position:absolute;width:50%;height:60px;background:var(--brand-dark);top:0;right:0;z-index:-1}.bottomnav-right>a::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--brand-dark);clip-path:polygon(0 0,100% 0,80% 100%,0% 100%);transform:scaleX(0);transform-origin:left;transition:transform 0.3s ease;z-index:-1}.bottomnav-right>a:hover::before,.bottomnav-right>a.active::before{transform:scaleX(1);color:var(--bg-light)}.dropdown{position:relative;z-index:999}.dropbtn{background:none;border:none;font-size:16px;color:var(--brand-dark);cursor:pointer;padding:.5rem 1rem;font-weight:500;display:flex;align-items:center;gap:5px;transition:all 0.3s}.dropbtn i{font-size:13px;transition:transform 0.3s ease}.dropdown:hover .dropbtn i{transform:rotate(180deg)}.dropdown-content{display:none;position:absolute;top:100%;left:0;min-width:220px;background:#fff;border-radius:6px;box-shadow:0 4px 10px rgba(0,0,0,.15);z-index:1000}.dropdown-content li a{display:block;padding:10px 15px;color:var(--brand-dark);text-decoration:none;font-size:15px;transition:background 0.3s ease}.dropdown:hover .dropdown-content{display:block}@media (max-width:991px){.dropdown-content{position:static;display:none;box-shadow:none;background:#f9f9f9;margin-left:15px}.dropdown.active .dropdown-content{display:block}.dropbtn{width:100%;text-align:left}.dropbtn i{margin-left:auto}}.menu-toggle{display:none;font-size:24px;cursor:pointer;z-index:1001;position:absolute;top:30px;right:15px;color:var(--brand)}@media (max-width:991px){.menu-toggle{display:block;font-size:24px;cursor:pointer;z-index:1001;position:absolute;top:35px;right:15px}.bottomnav-right{display:none;flex-direction:column;align-items:flex-start;background:#fff;position:absolute;top:100%;right:0;width:100%;box-shadow:0 5px 15px rgba(0,0,0,.2);padding:1rem;transform-origin:top;transition:all 0.4s ease}.bottomnav-right.show{display:flex!important;animation:slideDownMenu 0.4s ease forwards}@keyframes slideDownMenu{from{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.bottomnav-right ul{flex-direction:column;width:100%;gap:0}.bottomnav-right ul li{width:100%}.bottomnav-right ul li a,.bottomnav-right ul li .dropbtn{width:100%;display:block;padding:10px 15px;text-align:left}.dropdown-content li a i{margin-right:8px;color:var(--brand-dark)}.dropdown-content{position:static;overflow:hidden;max-height:0;opacity:0;background:#f9f9f9;box-shadow:none;transition:all 0.4s ease}.dropdown.active .dropdown-content{max-height:500px;opacity:1}.dropdown .dropbtn i{transition:transform 0.3s ease}.dropdown.active .dropbtn i{transform:rotate(180deg)}}.hero-premium{position:relative;color:#fff;padding:0;overflow:hidden;min-height:100vh;display:flex;align-items:center;font-family:'Poppins',sans-serif;background:radial-gradient(circle at top left,rgba(95,165,255,.22),transparent 18%),radial-gradient(circle at bottom right,rgba(170,84,255,.16),transparent 24%),linear-gradient(135deg,#050e21 0%,#0b1d42 35%,#132d62 100%)}.hero-premium::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(7,16,35,.5));pointer-events:none}.hero-premium::after{content:'';position:absolute;width:420px;height:420px;top:-90px;right:-90px;background:rgba(86,168,255,.18);border-radius:50%;filter:blur(100px);pointer-events:none}.hero-premium .container{position:relative;z-index:1;padding-top:60px;padding-bottom:60px}.glass{backdrop-filter:blur(24px);background:rgba(10,22,44,.82);border-radius:2rem;padding:3rem;border:1px solid rgba(255,255,255,.12);box-shadow:0 45px 120px rgba(0,0,0,.34)}.pill{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);padding:.45rem 1.2rem;border-radius:50px;font-weight:700;letter-spacing:.04em;margin-bottom:1.3rem;color:#fff}.pill:hover{transform:translateY(-1px)}.hero-title{font-size:clamp(3.2rem, 5vw, 5.2rem);font-weight:900;line-height:1.02;letter-spacing:-.05em;margin-bottom:1rem}.hero-title span{display:inline-block;font-size:clamp(4rem, 6vw, 6.4rem)}.highlight{background:linear-gradient(90deg,#7af6ff,#a46dff,#ff6bd7);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientText 6s ease infinite}.hero-subtitle{font-size:1.05rem;margin:1.5rem 0 0;color:rgba(255,255,255,.84);line-height:1.75;max-width:720px}.hero-buttons .btn{border-radius:50px;font-weight:700;padding:1rem 2rem;min-width:180px;transition:all 0.35s ease}.btn.hover-glow:hover{box-shadow:0 20px 60px rgba(122,246,255,.28);transform:translateY(-6px)}.hero-buttons .btn.btn-light{background:linear-gradient(135deg,#5ad7ff,#7e7cff);border:none;color:#08112b}.hero-buttons .btn.btn-outline-light{color:#fff;border-color:rgba(255,255,255,.35)}.hero-buttons .btn.btn-outline-light:hover{background:rgba(255,255,255,.08)}.hero-mockup{min-height:720px;position:relative;z-index:1}.hero-mockup::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(122,246,255,.16),transparent 24%),radial-gradient(circle at 80% 20%,rgba(255,106,213,.12),transparent 20%);pointer-events:none;z-index:0}.floating-card{position:absolute;border-radius:1.5rem;overflow:hidden;box-shadow:0 35px 90px rgba(2,19,62,.45);transition:transform 0.45s ease,box-shadow 0.45s ease;z-index:2}.floating-card:hover{transform:translateY(-28px) rotate(0deg);box-shadow:0 40px 120px rgba(0,0,0,.55)}.floating-card img{width:100%;display:block;border-radius:1.5rem}.card-1{top:20px;right:38%;width:320px;transform:rotate(-5deg)}.card-2{top:126px;right:-10px;width:360px;transform:rotate(4deg)}.card-3{top:310px;right:30%;width:420px;transform:rotate(-1deg)}@media(max-width:991px){.hero-premium{padding:40px 0;min-height:calc(100vh - 40px)}.glass{padding:2rem;max-width:760px;margin:0 auto}.hero-mockup{min-height:auto;margin-top:40px}.card-1,.card-2,.card-3{position:static;width:92%;margin:18px auto;transform:rotate(0deg)}.hero-title{font-size:2.8rem}.hero-title span{font-size:3.6rem}.hero-buttons{justify-content:center}}@media (max-width:576px){.hero-premium{padding:30px 0;min-height:auto}.glass{padding:1.4rem}.hero-title{font-size:2.2rem}.hero-title span{font-size:2.8rem}.hero-subtitle{font-size:.96rem}.hero-buttons .btn{width:100%;max-width:none}.card-1,.card-2,.card-3{width:100%;margin:16px auto}}section{scroll-margin-top:90px}.card{border:0;border-radius:var(--radius);box-shadow:var(--shadow)}.card.hover-rise{transition:transform .25s ease,box-shadow .25s ease}.card.hover-rise:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(11,34,57,.12)}.icon-circle{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#eef7ff;color:var(--brand)}.feature-subtitle{font-size:1.1rem;color:#475569;max-width:700px;margin:10px auto 0;padding-bottom:30px;line-height:1.6;font-weight:500;opacity:.9;animation:fadeIn 1.5s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.feature-hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;overflow:hidden;padding:0 5%;margin-top:0}.feature-hero-text{max-width:600px;z-index:2;padding-left:5%}.feature-hero-text h1{font-size:4rem;font-weight:800;background:linear-gradient(90deg,var(--brand-dark),var(--brand));padding-bottom:10px;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}.feature-hero-text p{font-size:1.2rem;margin-top:15px;color:var(--muted);margin-bottom:30px}.feature-hero-text .btn:hover{transform:scale(1.05);background:#1e40af}.feature-hero-img{position:relative;animation:float 6s ease-in-out infinite alternate}.feature-hero-img img{width:700px;max-width:100%;filter:drop-shadow(10px 20px 30px rgba(59,130,246,.7))}.floating-badge{display:inline-flex;align-items:center;font-weight:600;padding:8px 16px;border-radius:50px;font-size:.95rem;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform 0.3s ease,box-shadow 0.3s ease}.floating-badge i{font-size:1rem;margin-right:6px}.floating-badge{background:#4da3ff;color:#fff}.floating-badge.warning{background:#fc0;color:#1a1a1a}.floating-badge:hover{transform:translateY(-3px);box-shadow:0 6px 18px rgba(0,0,0,.2)}@keyframes float{from{transform:translateY(0)}to{transform:translateY(-20px)}}.icon-circle{width:90px;height:90px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:30px;color:#fff;background:linear-gradient(135deg,var(--bg-light),var(--brand-dark));border:5px solid rgba(255,255,255,.854);box-shadow:0 8px 20px rgba(0,0,0,.2),0 0 20px rgba(59,130,246,.4);backdrop-filter:blur(10px);margin:0 auto 20px;transition:all 0.4s ease;position:relative;overflow:hidden}.icon-circle::before{content:'';position:absolute;width:120%;height:120%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 70%);top:-10%;left:-10%;z-index:0;filter:blur(15px);transition:all 0.4s ease}.feature-card:hover .icon-circle{transform:rotate(20deg) scale(1.15);box-shadow:0 12px 25px rgba(0,0,0,.25),0 0 30px rgba(147,51,234,.5)}.feature-card:hover .icon-circle::before{transform:scale(1.2)}.feature-section{position:relative;background:var(--soft)}.feature-card{background:#fff;border-radius:16px;padding:25px;text-align:center;box-shadow:0 10px 25px rgba(0,0,0,.06);transition:all 0.35s ease;position:relative;z-index:1;border:2px solid transparent}.feature-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 20px 45px rgba(0,0,0,.2);border:2px solid #fff}.feature-card:hover .icon-circle-bg{transform:rotate(15deg) scale(1.15);box-shadow:0 0 25px rgba(255,255,255,.6)}.icon-circle{width:80px;height:80px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:28px;color:var(--soft);margin:0 auto 20px;box-shadow:0 8px 20px rgba(0,0,0,.15);transition:all 0.35s ease}.icon-circle-bg{width:80px;height:80px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:28px;color:var(--muted);background:var(--soft);margin:0 auto 20px;box-shadow:0 8px 20px rgba(0,0,0,.15);transition:all 0.35s ease}.feature-card:hover{transform:rotate(15deg) scale(1.1);box-shadow:0 0 20px var(--brand-dark);border:2px solid var(--brand-dark)}.feature-card:hover .icon-circle{transform:rotate(15deg) scale(1.1);box-shadow:0 0 20px var(--brand-dark);border:2px solid var(--soft)}@media (max-width:576px){.feature-card{padding:15px}.icon-circle{width:60px;height:60px;font-size:22px}.feature-hero-text h1{font-size:2rem}}.client-feedback-section{background-color:var(--bg-light)}.feature-feedback-card{background-color:var(--accent);transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease;border-bottom:5px solid var(--btn-red)}.feature-feedback-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.08);border-bottom:5px solid var(--btn-red);border-right:5px solid var(--brand);background-color:var(--brand-dark);color:#f3f4f6}.feature-feedback-card p{font-style:italic;font-size:1rem;transition:color 0.3s ease}.feature-feedback-card:hover p{color:#f3f4f6}.feature-feedback-card small{font-size:.85rem;color:var(--brand)}@media (max-width:576px){.feature-feedback-card{padding:15px}}.faq-section{background-color:#f9fafb}.accordion-button{background-color:#fff;font-weight:600;padding:1.25rem 1.5rem;border-radius:0.75rem!important;transition:background 0.3s ease}.accordion-button img{width:24px;height:24px}.accordion-button span{flex:1;font-size:1rem;text-align:left}.accordion-button i.faq-icon{font-size:1rem;transition:transform 0.3s ease;color:#0c4a6e}.accordion-button:not(.collapsed) i.faq-icon{transform:rotate(45deg)}.accordion-body{background-color:#fff;padding:1rem 1.5rem;font-size:.95rem;color:#4b5563;border-top:1px solid #e2e8f0}.accordion-item{border:none}@media (max-width:576px){.accordion-button{padding:1rem;font-size:.95rem}.accordion-button img{width:20px;height:20px}}.cta-section{min-height:320px;background:linear-gradient(135deg,#2563eb,#3b82f6);display:flex;justify-content:center;text-align:center;background:var(--brand-dark)}.cta-section h2{font-weight:900;letter-spacing:.05em;text-shadow:1px 1px 3px rgba(0,0,0,.2);color:var(--bg-light)}.cta-section p{font-size:1.25rem;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:1px 1px 2px rgba(0,0,0,.15)}.feature-cta-img{width:50%;height:50%}.cta-btn:hover,.cta-btn:focus{background-color:#1e40af;color:#f3f4f6;box-shadow:0 8px 20px rgba(30,64,175,.6);transform:translateY(-3px);text-decoration:none}@media (max-width:576px){.cta-section h2{font-size:1.8rem}.cta-section p{font-size:1rem}}.section-title{font-size:clamp(2rem, 5vw, 3rem);font-weight:800;line-height:1.2;font-family:'Fraunces','Raleway',Segoe UI,Arial,sans-serif}.section-title2{font-size:clamp(2rem, 5vw, 3rem);font-weight:800;line-height:1.2;font-family:'Fraunces','Raleway',Segoe UI,Arial,sans-serif;text-align:center;margin:0 auto 50px;display:flex;flex-direction:column;align-items:center;justify-content:center}.section-title2 h2{margin:0;text-align:center}.section-title2 .subtitle{margin-top:15px;text-align:center;max-width:700px}.gradient-text{background:linear-gradient(90deg,#6a11cb,#2575fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-sub{font-size:1.1rem;color:#555}.ai-section{position:relative;padding:4rem 2rem;background:rgba(15,23,42,.03);border:1px solid rgba(37,117,252,.12);border-radius:2rem;overflow:hidden;box-shadow:0 30px 60px rgba(37,117,252,.06)}.ai-section::before,.ai-section::after{content:'';position:absolute;border-radius:50%;filter:blur(70px);opacity:.7}.ai-section::before{width:280px;height:280px;top:-70px;right:-80px;background:rgba(37,117,252,.28)}.ai-section::after{width:220px;height:220px;bottom:-60px;left:-60px;background:rgba(106,17,203,.22)}.ai-section .section-title{background:rgba(255,255,255,.12);padding:1rem 1.4rem;border-radius:999px;box-shadow:0 12px 30px rgba(37,117,252,.08)}.ai-section .section-sub{color:#697489}@media (max-width:768px){.ai-section{padding:3rem 1.2rem}}.btn-premium{background:linear-gradient(90deg,#2575fc,#6a11cb);color:#fff;padding:12px 28px;border-radius:50px 15px;font-weight:600;box-shadow:0 8px 20px rgba(37,117,252,.3);transition:all 0.35s ease;display:inline-flex;align-items:center;justify-content:center}.btn-premium:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(37,117,252,.5)}.feature-cards{display:flex;gap:15px;flex-wrap:wrap}:root{--sm-purple:#7c3aed;--sm-blue:#4f6df5;--sm-grad:linear-gradient(90deg, #7c3aed, #4f6df5);--sm-text-dark:#0f1222;--sm-text-gray:#6b7280;--sm-card-border:#eceafc;--sm-bg-soft:#f7f7fb}.hero{max-width:1440px;margin:0 auto;position:relative;font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial;background:transparent;color:var(--sm-text-dark)}.hero-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:40px;align-items:center}.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;color:#1f2430;margin-bottom:24px;border:1px solid #e5e2fb}.hero-grid h1{font-size:56px;line-height:1.05;font-weight:800;letter-spacing:-.02em;margin-bottom:24px;color:var(--bg-dark);justify-content:flex-start}.hero-grid h1 .grad{background:var(--sm-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.subtitle{font-size:19px;font-weight:700;color:#1f2430;margin-bottom:14px}.desc{font-size:16px;line-height:1.6;color:var(--sm-text-gray);max-width:480px;margin-bottom:32px}.cta-row{display:flex;gap:14px;margin-bottom:36px}.btn{display:inline-flex;align-items:center;gap:8px;padding:15px 26px;border-radius:12px;font-size:15px;font-weight:700;text-decoration:none;cursor:pointer;border:none}.btn-primary{background:var(--sm-grad);color:#fff;box-shadow:0 10px 25px -8px rgba(90,80,240,.55)}.btn-secondary{background:#fff;color:var(--sm-text-dark);border:1.5px solid #e7e5ef}.stats-row{display:flex;gap:34px;margin-bottom:34px;flex-wrap:wrap}.stat{display:flex;align-items:center;gap:10px}.icon-wrap{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.num{font-size:21px;font-weight:800;line-height:1.1;color:#0f1222}.label{font-size:13px;color:#1e293b;font-weight:600}.trust{padding-top:22px;border-top:1px solid #ececf3}.trust-label{font-size:12px;color:var(--sm-text-gray);margin-bottom:14px;letter-spacing:.02em}.trust-logos{display:flex;align-items:center;gap:24px;flex-wrap:wrap;opacity:.95;font-weight:700;font-size:0;color:transparent;background-color:skyblue}.trust-logos img{display:block;max-height:28px;max-width:100px;filter:opacity(.95)}.trust-logos span{font-size:0}.collage{position:relative;background:transparent;border-radius:32px;padding:36px;min-height:640px}.ai-pill{position:absolute;top:18px;right:28px;background:#fff;border:1px solid #ece9fb;border-radius:999px;padding:8px 14px;font-size:12.5px;font-weight:700;display:flex;align-items:center;gap:6px;box-shadow:0 6px 16px -8px rgba(0,0,0,.12);z-index:5}.img-block{position:absolute;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px -18px rgba(20,10,60,.28);background-size:cover;background-position:center;display:flex;align-items:flex-end}.img-teacher{top:40px;left:20px;width:270px;height:250px;background:linear-gradient(160deg,#3a3f52,#171922)}.img-library{top:130px;right:20px;width:300px;height:220px;background:linear-gradient(160deg,#5b4630,#26170c)}.img-students{bottom:36px;left:80px;width:420px;height:280px;background:linear-gradient(160deg,#7c3aed,#4f6df5);z-index:3}.float-card{position:absolute;background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 16px 32px -14px rgba(20,10,60,.28);z-index:6;display:flex;align-items:center;gap:10px}.fc-dashboard{top:50px;left:30px;font-size:13px;font-weight:700}.fc-icon{width:32px;height:32px;border-radius:9px;background:#f2effe;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fc-performance{top:70px;right:0;width:145px;padding:8px 10px;z-index:6;flex-direction:column;align-items:flex-start}.fc-performance .title{font-size:12.5px;font-weight:700;margin-bottom:12px;width:100%;display:flex;justify-content:space-between;align-items:center;color:#1e293b}.fc-performance .title span{color:#94a3b8;font-weight:400}.perf-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.bars{display:flex;align-items:flex-end;gap:3px;height:36px}.bars span{width:6px;background:#c9c2fb;border-radius:2px}.ring{width:52px;height:52px;border-radius:50%;background:conic-gradient(var(--sm-purple) 0 78%,#eceafc 78% 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ring span{width:38px;height:38px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:var(--sm-purple)}.fc-realtime{bottom:70px;right:-6px;z-index:6}.fc-realtime .realtime-info{display:flex;flex-direction:column}.fc-realtime .realtime-title{font-size:11px;color:#64748b;font-weight:600;line-height:1.2}.fc-realtime .growth{font-size:16px;font-weight:800;color:#16a34a;line-height:1.2;margin-top:2px}.fc-analytics{bottom:70px;left:30px;z-index:7;font-size:13px;font-weight:700}.fc-analytics .title{font-size:12.5px;font-weight:700;margin-bottom:10px}.analytics-bars{display:flex;align-items:flex-end;gap:3px;height:50px;margin-bottom:6px}.analytics-bars span{flex:1;background:var(--sm-grad);border-radius:3px}.features{max-width:1440px;margin:8px auto 0;padding:28px 40px;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;border:1px solid #eee9fb;border-radius:24px}.feature{display:flex;gap:12px;align-items:flex-start;padding:0 12px}.feature-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature h4{font-size:15px;font-weight:700;margin-bottom:4px}.feature p{font-size:13px;color:var(--sm-text-gray);line-height:1.4}@media (max-width:1100px){.hero-grid{grid-template-columns:1fr}.collage{min-height:520px;order:-1}.features{grid-template-columns:repeat(2,1fr)}h1{font-size:42px}}.feature-cards .card{flex:1 1 calc(33% - 10px);min-width:150px;background:#fff;padding:20px;border-radius:16px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:all 0.3s ease;border:1px solid rgba(0,0,0,.05);position:relative;z-index:1}.feature-cards .card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgba(0,0,0,.15)}.feature-cards .icon{font-size:2rem;margin-bottom:10px}.feature-cards h3{font-weight:700;margin-bottom:6px;color:#333}.feature-cards p{font-size:.9rem;color:#666;margin:0}.image-box{position:relative;display:inline-block}.image-box img{border-radius:20px;transition:transform 0.5s ease}.image-box:hover img{transform:scale(1.05)}#pricing{width:100%;overflow:hidden;background:linear-gradient(135deg,var(--brand-dark),white);position:relative;padding:60px 20px}.floating-shape{position:absolute;width:120px;height:120px;border-radius:50%;opacity:.2;animation:float 6s ease-in-out infinite;z-index:1}.shape1{background:radial-gradient(circle,#ff6a00,#ee0979);top:-40px;left:-40px}.shape2{background:radial-gradient(circle,#24c6dc,#514a9d);bottom:-40px;right:-40px}@keyframes float{0%,100%{transform:translateY(0) translateX(0)}50%{transform:translateY(-20px) translateX(20px)}}.glowing-header{background-size:300% 300%;animation:gradientMove 4s ease infinite}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.glowing-badge{box-shadow:0 0 15px rgba(255,255,255,.6);animation:badgeGlow 2s infinite alternate}@keyframes badgeGlow{0%{box-shadow:0 0 15px rgba(255,255,255,.6)}100%{box-shadow:0 0 30px rgba(255,255,255,1)}}.btn-gradient{background:linear-gradient(90deg,#6a11cb,#2575fc);color:#fff;transition:all 0.3s ease;margin-bottom:0;display:flex}.btn-gradient:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.3);color:var(--bg-light)}.pricing-card{display:flex;flex-direction:column;height:100%;border-radius:1rem;overflow:hidden;transition:all .35s ease;background:#fff}.pricing-card:hover{box-shadow:0 20px 45px rgba(0,0,0,.15)}.pricing-card .card-header{min-height:80px;display:flex;align-items:center;justify-content:center}.pricing-card .card-body{display:flex;flex-direction:column;flex:1;padding:1.5rem}.pricing-card .display-6{min-height:60px;display:flex;justify-content:center;align-items:center}.pricing-card .card-description{min-height:55px;margin-bottom:1rem}.pricing-card ul{flex:1;margin-bottom:0;padding-left:0}.pricing-card ul li{position:relative;padding-left:30px;margin-bottom:12px;list-style:none;color:#373737;line-height:1.6;font-size:.95rem}.pricing-card ul li::before{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;background:#f4f6ff;color:var(--brand);display:flex;align-items:center;justify-content:center;font-size:12px}.pricing-card ul li:hover{color:var(--brand-dark);transform:translateX(4px)}.pricing-card .card-footer-content{margin-top:auto;padding-top:20px}.pricing-card h3{font-size:1rem;font-weight:700;margin-bottom:15px}.pricing-card .btn{margin-top:auto;padding:.85rem 1rem;font-weight:600}@media (max-width:992px){#pricing{padding:50px 15px}.floating-shape{width:90px;height:90px}.shape1{top:-30px;left:-30px}.shape2{bottom:-30px;right:-30px}}@media (max-width:768px){#pricing{padding:40px 10px}.floating-shape{width:70px;height:70px}.shape1{top:-20px;left:-20px}.shape2{bottom:-20px;right:-20px}.pricing-card{margin-bottom:30px}}@media (max-width:480px){#pricing{padding:30px 5px}.pricing-card .card-header{font-size:1rem;padding:.5rem 0}.pricing-card .card-body p.display-6{font-size:1.5rem}.floating-shape{width:50px;height:50px}.shape1{top:-15px;left:-15px}.shape2{bottom:-15px;right:-15px}}@media (max-width:575.98px){.display-4{font-size:2rem}.hero-illu{min-height:180px}}.offer-strip{width:100%;background:#fc0;color:#000;text-align:center;padding:10px 0;font-weight:500;font-size:14px;position:fixed;top:0;left:0;z-index:1000;box-shadow:0 2px 5px rgba(0,0,0,.1)}.offer-strip a{color:#000;font-weight:700;text-decoration:none}.offer-strip a:hover{text-decoration:underline}.offer-card{position:relative;background:linear-gradient(135deg,#0c1022,#1a2238);color:#fff;border-radius:20px;box-shadow:0 15px 40px rgba(0,0,0,.5);padding:30px 20px 60px;text-align:center;overflow:hidden;transition:all 0.3s ease}.offer-card:hover{transform:scale(1.03) rotate(-0.5deg);box-shadow:0 25px 50px rgba(0,0,0,.6)}.offer-card .ribbon{position:absolute;top:15px;right:-35px;width:130px;height:35px;background:linear-gradient(45deg,#f9d423,#ff4e50);color:#000;font-weight:700;text-transform:uppercase;display:flex;align-items:center;justify-content:center;transform:rotate(45deg);box-shadow:0 3px 6px rgba(0,0,0,.2);z-index:2}.pricing-amount{line-height:1.2}.old-price{font-size:1.5rem;color:#6c757d;opacity:.8}.new-price{font-size:3rem;color:#fff;font-weight:800}@media (max-width:992px){.old-price{font-size:1.3rem}.new-price{font-size:2.5rem}}@media (max-width:576px){.old-price{font-size:1.1rem}.new-price{font-size:2rem}}.offer-card .offer-icon{position:absolute;top:15px;left:15px;width:45px;height:45px;background:var(--brand-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(0,0,0,.3);z-index:2;animation:bounce 1.5s infinite}.offer-card .offer-icon svg{width:22px;height:22px;fill:#000}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}.offer-card h3{font-size:1.8rem;font-weight:700;background:linear-gradient(45deg,#f9d423,#ff4e50);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:10px;margin-top:40px}.offer-card p{color:#ccc;font-size:.95rem;margin-bottom:25px}.offer-btn{background:linear-gradient(45deg,#f9d423,#ff4e50);color:#000;font-weight:600;text-decoration:none;padding:10px 25px;border-radius:8px;transition:all 0.3s ease;position:relative;z-index:2}.offer-btn:hover{transform:scale(1.1);box-shadow:0 10px 25px rgba(249,212,35,.5)}.license-section{background:linear-gradient(135deg,var(--brand-dark));color:var(--bg-dark);padding:100px 20px;border-radius:0 0 0 0;width:100%;position:relative;overflow:hidden}.license-section h2 span{display:inline-block;opacity:0;transform:translateY(20px);animation:wordAppear 0.8s forwards;font-size:2rem;font-weight:900}.license-section h2 span:nth-child(1){animation-delay:0.2s}.license-section h2 span:nth-child(2){animation-delay:0.5s}.license-section h2 span:nth-child(3){animation-delay:0.8s}.license-section h2 span:nth-child(4){animation-delay:1.1s}.license-section h2 span:nth-child(5){animation-delay:1.4s}@keyframes wordAppear{to{opacity:1;transform:translateY(0)}}.contact-call{margin-top:20px;font-size:1rem;display:flex;align-items:center;gap:10px}.contact-call svg{width:20px;height:20px;fill:#fff}.license-feature-card{background:linear-gradient(135deg,#4f46e5,#06b6d4);color:#fff;min-width:200px;transition:transform 0.3s,box-shadow 0.3s;cursor:pointer}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.3)}.feature-card i{font-size:1.8rem}.feature-title{font-weight:700;font-size:1.2rem}.feature-subtitle{font-size:.95rem;opacity:.85}.license-img img{max-width:100%;border-radius:25px;transition:transform 0.3s}.license-img img:hover{transform:scale(1.02)}.country{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.15);padding:5px 12px;border-radius:25px;border-bottom:2px solid var(--brand-dark);margin:3px;opacity:0;transform:translateY(15px);animation:countryAppear 0.5s forwards}.country img{width:20px;height:20px;border-radius:50%}@keyframes countryAppear{to{opacity:1;transform:translateY(0)}}.footer{background:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSD5vquVITeBtyEpjKJohZ4p6wl-D-0CEdTsQ&s) no-repeat center center/cover;color:#eee;position:relative;overflow:hidden;font-family:'Poppins',sans-serif;padding-top:3rem;padding-bottom:1.5rem;line-height:1.6}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}100%{transform:translateY(0)}}.float-animate{animation:float 3s ease-in-out infinite}.footer::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);z-index:0}.footer>.container{position:relative;z-index:1}.footer h4,.footer h5,.footer h6{font-weight:600;color:var(--bg-light);line-height:1.6}.footer p,.footer ul li{color:#ccc;line-height:1.6;font-size:.9rem}.footer ul{padding-left:0;list-style:none}.footer ul li a{color:#ccc;text-decoration:none;transition:color 0.3s ease}.footer ul li a:hover{color:#f0ad4e}.footer h4 a,.footer h5 a{color:#fff;text-decoration:none;border-bottom:2px solid transparent;transition:border-color 0.3s ease,color 0.3s ease;cursor:pointer}.footer h4 a:hover,.footer h5 a:hover{color:#f0ad4e;border-bottom-color:#f0ad4e}.footer ul li{position:relative;padding-left:20px;cursor:pointer;transition:background-color 0.3s ease,color 0.3s ease}.footer ul li::before{content:"•";position:absolute;left:0;top:50%;transform:translateY(-50%);color:#f0ad4e;font-size:1.2em;line-height:1}.footer ul li:hover{background-color:rgba(240,173,78,.5);color:#f0ad4e}.footer ul li:hover a{color:#f0ad4e}.footer ul li a{color:inherit;text-decoration:none;transition:color 0.3s ease}.footer .d-flex.gap-3 a{font-size:1.2rem;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,.1);border-radius:50%;transition:background-color 0.3s ease,color 0.3s ease}.footer .d-flex.gap-3 a:hover{background-color:#f0ad4e;color:#212529}.footer i.me-2{color:#f0ad4e;font-size:1.1rem;vertical-align:middle;transition:transform 0.3s ease}.footer p:hover i.me-2{transform:scale(1.2) rotate(10deg);color:#ffc107}.footer input.form-control-sm{border-radius:.25rem}.footer button.btn-warning{border-radius:.25rem;font-weight:600;transition:background-color 0.3s ease}.footer button.btn-warning:hover{background-color:#d89612;color:#fff}#flipCounter{font-family:'Courier New',Courier,monospace;font-size:1.5rem;color:#fff;background:linear-gradient(135deg,#f0ad4e,#d89612);padding:.5rem 1.5rem;border-radius:.375rem;box-shadow:0 0 10px rgba(208,144,20,.7);display:inline-block;letter-spacing:.2em;user-select:none;transition:transform 0.3s ease;text-align:center;min-width:80px}#flipCounter:hover{transform:scale(1.1);box-shadow:0 0 20px rgba(255,193,7,.9),0 0 30px rgba(255,255,255,.5)}.footer .border-top{border-color:rgba(255,255,255,.15)!important}.footer .small{color:#bbb}.footer .small a{color:#bbb;text-decoration:none;transition:color 0.3s ease}.footer .small a:hover{color:#f0ad4e}@media (max-width:576px){.footer p,.footer ul li{font-size:.85rem;line-height:1.6}#flipCounter{font-size:1.2rem;padding:.4rem 1rem;line-height:1.6}}.transition{transition:all 0.3s ease-in-out}.btn-light:hover{background-color:#fff;color:#00b7f1;transform:scale(1.05)}.feature-card{transition:transform 0.3s ease,box-shadow 0.3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.blog-card a{color:#007bff;text-decoration:none;transition:color 0.2s ease}.blog-card a:hover{color:#0056b3}.blog-card{transition:transform 0.3s ease,box-shadow 0.3s ease;border-radius:10px;overflow:hidden}.blog-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px rgba(0,0,0,.1)}.blog-card img{height:200px;object-fit:cover}.blog-card .card-body{padding:1.2rem}.blog-card .card-title{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.blog-card .card-text{font-size:.9rem;color:#555}.blog-card a{text-decoration:none;font-weight:500;transition:color 0.2s ease}.youtube-section{position:relative}.youtube-section-container{width:100%;margin:auto}.youtube-carousel-wrapper{overflow:hidden;position:relative}.youtube-carousel{display:flex;gap:20px;transition:transform 0.3s ease}.youtube-card{flex:0 0 23%;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform 0.3s,box-shadow 0.3s}.yt-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(45deg,#ff0000,#ff4d4d);color:#fff;text-decoration:none;font-weight:600;font-size:1.05rem;padding:12px 28px;border-radius:50px;box-shadow:0 6px 15px rgba(255,0,0,.35);transition:all 0.3s ease;letter-spacing:.3px;position:relative;overflow:hidden}.yt-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px rgba(255,0,0,.5)}.yt-btn::before{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.6),transparent);transition:all 0.5s}.yt-btn:hover::before{left:125%}.text-center{text-align:center}@media (max-width:768px){.yt-btn{font-size:.95rem;padding:10px 22px}}.youtube-card iframe{width:100%;height:180px;border-radius:12px;display:block}.youtube-card:hover{transform:scale(1.05);box-shadow:0 15px 40px rgba(0,0,0,.4)}.youtube-card.selected{outline:3px solid #ff7eb3;box-shadow:0 20px 50px rgba(255,126,179,.5)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;font-size:1.5rem;padding:.5rem 1rem;border-radius:50%}#prevBtn{left:10px}#nextBtn{right:10px}.yt-title{background:linear-gradient(135deg,#a1dfe5cb,#def4f9);color:#fff;padding:40px 30px;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.2);max-width:1000px;margin:50px auto;text-align:center;font-family:'Poppins',sans-serif;transition:transform 0.3s ease,box-shadow 0.3s ease}.yt-title:hover{transform:translateY(-10px);box-shadow:0 30px 60px rgba(0,0,0,.3)}.yt-title h3{font-size:2rem;margin-bottom:10px;font-weight:800;background:linear-gradient(45deg,#00bfff,#1e90ff,#ff69b4);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.yt-title h4{font-size:1.3rem;font-weight:500;margin-bottom:20px;color:rgba(124,127,129,.85)}.yt-title p{font-size:1rem;line-height:1.8;color:rgba(108,108,108,.9);text-align:justify}@media (max-width:992px){.youtube-card{flex:0 0 48%}.youtube-card iframe{height:150px}}@media (max-width:576px){.youtube-card{flex:0 0 90%}.youtube-card iframe{height:120px}}.youtube-section{position:relative;background:linear-gradient(135deg,#f5f8fb,#ffffff);overflow:hidden}.viewport{overflow:hidden;border-radius:12px;background:var(--card);padding:12px}.track{display:flex;gap:20px;align-items:center;will-change:transform;flex-wrap:nowrap}.video-item{flex:0 0 320px;height:180px;border-radius:8px;overflow:hidden;background:#fff}.video-item iframe{width:100%;height:100%;border:0;display:block}@media (max-width:900px){.video-item{flex-basis:280px;height:158px}}@media (max-width:600px){.video-item{flex-basis:220px;height:124px}}.controls{margin-top:12px;display:flex;gap:8px;align-items:center}.controls button{background:#111827;color:#fff;border:1px solid #2b3944;padding:8px 12px;border-radius:8px;cursor:pointer}.controls input[type="range"]{width:160px}.note{margin-top:10px;font-size:13px;color:#9aa7b2}.yt-shape{position:absolute;border-radius:50%;z-index:0;animation:float 6s ease-in-out infinite;filter:blur(30px);opacity:.5}.yt-shape .shape1{width:300px;height:300px;background:var(--brand);top:-100px;right:150px}.yt-shape .shape2{width:250px;height:250px;background:var(--brand-dark);bottom:-80px;left:100px}.yt-shape .shape3{width:200px;height:200px;background:#ffdf7e;bottom:200px;left:600px}@keyframes float{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}100%{transform:translateY(0) rotate(0deg)}}.youtube-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.15)}.section-heading{text-align:center;color:#fff;margin-top:60px;padding-top:60px}.section-heading h2{font-size:2.5rem;font-weight:700}.section-heading-wrapper{position:relative;display:inline-block;cursor:pointer;padding:40px 20px;overflow:hidden}.section-heading-container{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.section-heading-bg-icon{position:absolute;font-size:120px;color:rgba(200,200,200,.1);top:50%;left:50%;transform:translate(-50%,-50%) rotate(-20deg);z-index:0;transition:all 0.5s ease}.section-heading-wrapper:hover .section-heading-bg-icon{transform:translate(-50%,-50%) rotate(0deg) scale(1.3);color:rgba(255,0,0,.15)}.section-title{font-family:'Fraunces','Raleway',sans-serif;font-weight:800;font-size:2.5rem;position:relative;z-index:1;transition:all 0.3s ease;color:var(--brand)}.section-title .highlight{background:linear-gradient(90deg,#ff0000,#ff4500);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:all 0.3s ease}.section-heading-wrapper:hover .section-title .highlight{transform:scale(1.1)}.section-title::after{content:'';width:100px;height:4px;background:linear-gradient(90deg,#ff0000,#ff4500);display:block;margin:15px auto 0;border-radius:2px;transition:all 0.3s ease}.section-heading-wrapper:hover .section-title::after{width:120px}@media (max-width:991px){.section-heading-container{justify-content:center;padding:0 1rem}.section-heading-wrapper{padding:28px 18px}.section-heading-bg-icon{font-size:90px}.section-title{font-size:1.5rem}.section-title::after{width:80px}}@media (max-width:575px){.section-heading-wrapper{width:100%;padding:20px 14px}.section-heading-bg-icon{font-size:68px}.section-title{font-size:1rem;line-height:1.1}.section-title::after{width:60px;margin-top:12px}}.section-sub{font-family:'Roboto',sans-serif;font-weight:400;font-size:1.1rem;color:#555;position:relative;z-index:1;transition:all 0.3s ease}.section-heading-wrapper:hover .section-sub{color:red;transform:translateY(-3px)}.creative-testimonial--slider{background-image:linear-gradient(to bottom,#f7f7ff,#f4f4fb,#f8f7fc,#fbfbfe,#ffffff);padding:50px 0}.creative-testimonial--slider .testimonial-inner{max-width:1240px;margin-left:auto;margin-right:auto;background-repeat:no-repeat;background-size:cover}.testimonial-inner .testimonial-heading{text-align:center;max-width:60%;margin:auto;font-size:2.813rem;line-height:3.125rem;letter-spacing:-1px;margin-top:0;margin-bottom:50px}.testimonial-wrap{position:relative;overflow:hidden;margin-bottom:6%}.slide-avatar img{position:relative;border-radius:50%;padding:5px;border:3px solid var(--brand)}.slide-avatar .quote{position:absolute;z-index:10;bottom:0;left:30}.slide-avatar .quote i{font-size:2rem;border-radius:50%;border:2px solid #fff;padding:10px;color:#fff;background-color:var(--brand-dark)}.swiper-slide .swiper-slide--inner{padding-left:15%;padding-right:15%;display:flex;align-items:center;column-gap:50px;position:relative;overflow-x:hidden}.swiper-slide--inner .testimonial-detail p{margin:0;color:#242e45;font-size:18px;line-height:30px;font-weight:500;margin-bottom:5px}.swiper-slide--inner .testimonial-detail span{color:var(--brand);font-weight:800;text-transform:uppercase;font-size:15px;line-height:normal}.company-details--row{display:flex;flex-wrap:wrap;width:100%;justify-content:center}.company-details--row .company-box{flex:0 0 auto;width:33.33333333%;padding:0 15px}.company-details--row .company-box .company-box-inner{-webkit-box-shadow:0 20px 60px rgba(0,0,0,.08);box-shadow:0 20px 60px rgba(0,0,0,.08);-webkit-transition:all 350ms cubic-bezier(.37,0,.63,1);transition:all 350ms cubic-bezier(.37,0,.63,1);background:#fff;text-align:center;border-radius:6px}.company-box-inner .company-box-top{padding-top:10%;padding-bottom:10%;border-bottom:1px solid #dee2e6}.company-box-inner .company-box-top img{height:100px;width:auto;overflow:hidden}.company-box-inner .company-box-bottom{padding:15px}.company-box-inner .company-box-bottom span{font-size:15px;color:#878898;line-height:30px}.company-box-inner .company-box-bottom span strong{color:#242e45}@media only screen and (max-width:981px){body{background-color:lightblue}.creative-testimonial--slider{padding-left:10px;padding-right:10px}.testimonial-inner .testimonial-heading{max-width:100%}.swiper-slide .swiper-slide--inner{padding-left:0%;padding-right:0%}.swiper-button-next.slide-btns,.swiper-button-prev.slide-btns{display:none}.company-details--row .company-box{padding:0 5px}}@media only screen and (max-width:460px){.testimonial-inner .testimonial-heading{font-size:1.813rem;line-height:2.125rem}.swiper-slide .swiper-slide--inner{flex-direction:column;text-align:center}.company-details--row{justify-content:center;flex-direction:column}.company-details--row .company-box{padding:0 0;margin-bottom:20px;width:100%}}.contact-section{padding:80px 20px;background-image:url(../../../../../../themes/the-school-management-v-1.6/assets/images/customer-service.jpg);background-size:cover;background-position:center;background-attachment:fixed;font-family:'Poppins',sans-serif;overflow:hidden;position:relative;z-index:1}.contact-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(212,248,253,.801);z-index:-1}.contact-content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;border:5px dotted var(--brand-dark);padding:30px;border-radius:10px}.contact-info{flex:1;min-width:300px;animation:fadeInLeft 1s ease forwards}.section-subtitle{color:var(--brand-dark);text-transform:uppercase;font-weight:600;letter-spacing:1px;margin-bottom:10px}.section-title{font-size:36px;margin-bottom:40px;color:#333;position:relative}.section-title::after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,#00ffc3cb,#00a2ffc0,#ff00c8cb);margin-top:10px;border-radius:2px}.info-item{display:flex;align-items:flex-start;margin-bottom:25px;padding:15px;border-radius:20px;background:linear-gradient(145deg,#ffffff,#f0f0f0);box-shadow:0 15px 30px rgba(0,0,0,.05);transition:transform 0.5s ease,background 0.5s ease,box-shadow 0.5s ease}.info-item:hover{transform:translateY(-10px) scale(1.02);background:linear-gradient(145deg,#00ffc394,#00a2ff94,#ff00c88f);box-shadow:0 25px 50px rgba(0,0,0,.15)}.info-item i{font-size:32px;color:#00a3ff;margin-right:20px;flex-shrink:0;transition:transform 0.5s ease,color 0.5s ease,text-shadow 0.5s ease}.info-item:hover i{transform:rotate(20deg) scale(1.3) translateY(-5px);color:#fff;text-shadow:0 0 10px #fff,0 0 20px #ff00c8}.info-item h4{font-size:20px;margin-bottom:5px;color:#030303;font-weight:600}.info-item p{color:#555;line-height:1.6}.contact-image{flex:1;min-width:300px;text-align:center;animation:fadeInRight 1s ease forwards;perspective:1000px}.contact-image img{max-width:100%;border-radius:30px;transition:transform 0.6s ease,box-shadow 0.6s ease}.contact-image img:hover{transform:rotateY(5deg) rotateX(5deg) scale(1.03);box-shadow:0 30px 60px rgba(0,0,0,.25)}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}100%{opacity:1;transform:translateX(0)}}@media (max-width:992px){.contact-content{flex-direction:column-reverse;text-align:center}.contact-info,.contact-image{animation:fadeInUp 1s ease forwards}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}100%{opacity:1;transform:translateY(0)}}.app-section{position:relative;min-height:80vh;background:linear-gradient(135deg,#f9fbff 0%,#eaf6ff 100%);background-size:cover;background-position:center;background-repeat:no-repeat;color:#2a2a2a;padding:100px 0;overflow:hidden;z-index:0}.app-section::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom right,rgba(255,255,255,.8),rgba(240,248,255,.85));backdrop-filter:blur(3px);z-index:1}.title-shapes{position:absolute;inset:0;z-index:2;pointer-events:none}.shape-circle,.shape-blob{position:absolute;border-radius:50%;opacity:.25}.shape-circle.one{width:200px;height:200px;top:8%;left:5%;background:radial-gradient(circle,#00bfff55,transparent);animation:floatOne 8s ease-in-out infinite alternate}.shape-circle.two{width:160px;height:160px;bottom:12%;right:10%;background:radial-gradient(circle,#0072ff55,transparent);animation:floatTwo 10s ease-in-out infinite alternate}.shape-blob{width:300px;height:300px;top:45%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,#ffffff66,transparent);animation:floatBlob 6s ease-in-out infinite alternate}@keyframes floatOne{from{transform:translateY(0)}to{transform:translateY(25px)}}@keyframes floatTwo{from{transform:translateY(0)}to{transform:translateY(-25px)}}@keyframes floatBlob{from{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-48%) scale(1.1)}}.app-section .container{position:relative;z-index:5}.app-section h2{font-weight:700;font-size:2.7rem;color:#0b2545}.app-section h2 span{color:var(--brand-dark)}.app-section p{font-size:1.1rem;color:#334}.app-preview-section h3{font-size:1.5rem;font-weight:600;color:#0b2545;margin-bottom:15px}.badge-new{display:inline-block;background:linear-gradient(45deg,#00bfff,#0072ff);color:#fff;padding:8px 16px;border-radius:30px;font-weight:600;margin-top:10px;box-shadow:0 3px 10px rgba(0,114,255,.3)}.qr img,.store-buttons img{width:130px;margin:10px;transition:transform 0.3s ease}.qr img:hover,.store-buttons img:hover{transform:scale(1.05)}.mockup img{width:100%;transition:transform 0.4s ease,filter 0.3s ease;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2))}.mockup img:hover{transform:scale(1.05);filter:drop-shadow(0 12px 25px rgba(0,0,0,.25))}@media (max-width:768px){.mockup img{}.app-section h1{font-size:2rem}.app-section{padding:70px 0}}.contact-us{padding:80px 20px;font-family:'Poppins',sans-serif}.contact-wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;background:#fdfdff;border-radius:20px;padding:40px;box-shadow:0 10px 25px rgba(0,0,0,.1)}.contact-left{flex:1 1 45%}.contact-left h2{font-size:32px;font-weight:700;margin-bottom:15px;color:#333}.contact-left h2 span{color:#4c6ef5}.contact-left p{color:#666;margin-bottom:20px}.contact-img{max-width:100%;margin-top:20px}.contact-right{flex:1 1 45%}.contact-right form{display:flex;flex-direction:column}.contact-right label{margin:10px 0 5px;font-weight:500;color:#333}.contact-right input,.contact-right textarea{padding:12px;border:1px solid #ccc;border-radius:8px;margin-bottom:15px;font-size:14px;transition:border-color 0.3s ease}.contact-right input:focus,.contact-right textarea:focus{border-color:#4c6ef5;outline:none}.contact-right button{background:#4c6ef5;border:none;color:#fff;padding:12px;font-weight:600;border-radius:8px;cursor:pointer;transition:background 0.3s ease}.contact-right button:hover{background:#3751c5}.office-info{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:50px;gap:30px}.office-box{flex:1 1 45%;background:#fff;padding:25px;border-radius:15px;box-shadow:0 6px 18px rgba(0,0,0,.08)}.office-box h4{margin-bottom:10px;color:#4c6ef5}.office-box p{margin:5px 0;color:#444}@media (max-width:900px){.contact-wrapper{flex-direction:column;text-align:center}.contact-left,.contact-right{flex:1 1 100%}.office-info{flex-direction:column}}.features-modern{padding:120px 20px;background:linear-gradient(135deg,#f9f9ff,#eef3ff);font-family:'Poppins',sans-serif;position:relative;overflow:hidden}.features-modern::before,.features-modern::after{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle at center,rgba(155,39,176,.25),transparent 70%);z-index:0}.features-modern::before{top:-100px;left:-150px}.features-modern::after{bottom:-100px;right:-150px}.features-header{text-align:center;max-width:750px;margin:0 auto 70px;position:relative;z-index:1}.features-header h5{color:#7B1FA2;text-transform:uppercase;font-weight:600;letter-spacing:1px;margin-bottom:12px}.features-header h2{font-size:40px;font-weight:700;margin-bottom:15px;color:#222}.features-header h3{font-size:40px;font-weight:700;margin-bottom:15px;color:#222}.features-header h3 span{background:linear-gradient(to right,#7B1FA2,#E040FB);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.features-header p{color:#555;font-size:17px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:35px;position:relative;z-index:1}.feature-item{background:rgba(255,255,255,.6);border-radius:20px;padding:35px 25px;text-align:center;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 25px rgba(0,0,0,.08);transition:transform 0.3s ease,box-shadow 0.3s ease}.feature-item:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 20px 40px rgba(0,0,0,.15)}.feature-item .icon{width:75px;height:75px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;background:linear-gradient(135deg,#7B1FA2,#E040FB);color:#fff;box-shadow:0 5px 20px rgba(155,39,176,.3)}.feature-item h4{font-size:20px;font-weight:600;margin-bottom:12px;color:#222}.feature-item p{font-size:15px;color:#555;line-height:1.6}.feature-item img{width:75px;height:75px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;box-shadow:0 5px 20px rgba(155,39,176,.3);transition:transform 0.3s ease,box-shadow 0.3s ease}.feature-item.zoom img:hover{transform:scale(1.3);box-shadow:0 8px 25px rgba(155,39,176,.5)}.feature-item.highlight{border:2px solid #E040FB;transform:scale(1.05);color:var(--brand)}.feature-item h4,.feature-item p{display:block!important;visibility:visible!important;opacity:1!important;color:#222!important;position:relative;z-index:999}@media (max-width:768px){.features-header h2{font-size:28px}.features-header p{font-size:15px}.feature-item{padding:25px 20px}}.pro-features{padding:100px 20px;background:linear-gradient(135deg,#f9f9ff,#eef3ff);font-family:'Poppins',sans-serif;text-align:center}.section-title{font-size:32px;font-weight:700;margin-bottom:10px;color:#333}.section-title span{background:linear-gradient(45deg,#6a11cb,#2575fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-sub{font-size:16px;color:#555;margin-bottom:50px}.feature-wrapper{display:flex;flex-wrap:wrap;gap:40px}.feature-categories{flex:1 1 250px}.feature-categories ul{list-style:none;padding:0;margin:0}.feature-categories ul li{padding:15px 20px;margin-bottom:12px;background:#fff;border-radius:10px;font-weight:500;color:#444;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 12px rgba(0,0,0,.08)}.feature-categories ul li:hover{background:linear-gradient(45deg,#6a11cb,#2575fc);color:#fff}.feature-categories ul li.active{background:linear-gradient(45deg,#6a11cb,#2575fc);color:#fff}.feature-details{flex:3 1 700px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.feature-card{background:#fff;padding:25px;border-radius:14px;text-align:left;box-shadow:0 6px 16px rgba(0,0,0,.1);transition:transform 0.3s ease,box-shadow 0.3s ease}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.feature-card i{font-size:30px;color:#6a11cb;margin-bottom:12px}.feature-card h3{font-size:18px;font-weight:600;margin-bottom:6px}.feature-card p{font-size:14px;color:#555}.tab-content{display:none}.tab-content.active{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}#about-hero{background:linear-gradient(135deg,#9250e2,#7dd8ff);color:#fff;padding:120px 0}.timeline{position:relative;padding-left:60px}.timeline::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:4px;background:#ddd}.timeline-item{position:relative;margin-bottom:3rem}.timeline-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.timeline-content{background:#f8f9fa;padding:1rem 1.5rem;border-radius:.5rem;box-shadow:0 10px 20px rgba(0,0,0,.05)}#team .card:hover{transform:translateY(-10px);transition:transform 0.3s ease}a{text-decoration:none;color:inherit}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:56px 64px 40px;background:linear-gradient(135deg,#ffffff 0%,#ffffff 100%);color:#fff;position:relative;overflow:hidden}.hero h1{font-size:3.5rem;margin-bottom:15px}.hero p{font-size:1.2rem;margin-bottom:30px;max-width:600px}.common-btn{background-color:var(--btn-red);color:white!important;padding:12px 30px!important;border:none;border-radius:50px 15px;font-size:1rem;cursor:pointer;transition:0.3s}.common-btn:hover{background-color:var(--brand-dark);color:var(--card)}.about-shape{position:relative;overflow:hidden}.about-bg-shape{position:absolute;border-radius:50%;opacity:.1;z-index:0}.about-bg-shape .shape1{width:250px;height:250px;background:#9250e2;top:-50px;left:-50px}.about-bg-shape .shape2{width:200px;height:200px;background:#7dd8ff;bottom:-50px;right:-50px}.about-feature-card{position:relative;z-index:1;transition:transform 0.4s ease,box-shadow 0.4s ease;cursor:pointer;border:3px dashed var(--brand-dark)}.about-feature-card:hover{transform:translateY(-15px) scale(1.03);box-shadow:0 30px 50px rgba(0,0,0,.15);border:3px dashed var(--brand)}.about-feature-icon img{width:70px;transition:transform 0.4s ease}.about-feature-card:hover .about-feature-icon img{transform:scale(1.2) rotate(5deg)}.about-feature-card h3{color:#333;transition:color 0.3s}.about-feature-card:hover h3{color:#9250e2}.about-feature-card p{color:#666}@media (max-width:768px){.about-feature-card{padding:30px 15px}.about-feature-icon img{width:60px}}.about-cta{background:linear-gradient(135deg,#7dd8ff,#9250e2);border-radius:30px;overflow:hidden;position:relative}.about-cta::before,.about-cta::after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.1);z-index:0}.about-cta::before{width:200px;height:200px;top:-60px;left:-60px}.about-cta::after{width:300px;height:300px;bottom:-100px;right:-100px}.CTA-text{color:#fff}.CTA-text strong{color:var(--brand);font-size:3.5rem}.about-cta-img{max-width:400px;z-index:1;position:relative;transition:transform 0.4s ease}.about-cta-img:hover{transform:scale(1.05) rotate(2deg)}.feature-section{position:relative;background:url(https://images.unsplash.com/photo-1571260899304-425eee4c7efc?auto=format&fit=crop&w=1600&q=80) no-repeat center center/cover;background-attachment:fixed;padding:100px 20px;overflow:hidden;color:#fff}.feature-section::before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.9);z-index:0}.feature-section .container{position:relative;z-index:1}.section-heading{color:var(--brand-dark);font-size:2.5rem}.feature-section .card{background:rgba(164,228,247,.616);border:1px solid rgba(255,255,255,.1);color:var(--ink);transition:transform 0.3s ease;backdrop-filter:blur(6px);border-radius:1rem}.feature-section .card:hover{transform:translateY(-8px);box-shadow:0 8px 20px rgba(255,255,255,.2)}.feature-section .card .card-title{font-size:1.1rem;font-weight:600}.feature-section .card .card-text{font-size:.95rem;color:var(--muted)}.section-title{font-size:2.8rem;font-weight:600;margin-bottom:60px;color:var(--brand-dark);font-family:'Fraunces','Segoe UI',Tahoma,Geneva,Verdana,sans-serif}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}@media (max-width:768px){.section-title{font-size:2rem}}.glass-card{background:rgba(255,255,255,.1);border-radius:15px;backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.1);transition:transform 0.3s ease}.glass-card:hover{transform:translateY(-5px)}.text-gradient{background:linear-gradient(to right,#6a11cb,#2575fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.blog-header{background:linear-gradient(45deg,var(--brand-dark),var(--brand));padding:2rem 1rem;border-radius:var(--radius);color:var(--text-light);box-shadow:var(--shadow);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:2rem}.blog-header h2{font-weight:600;font-size:2rem;margin:0}.dark-toggle{cursor:pointer;background:rgba(255,255,255,.15);color:var(--text-light);padding:.5rem 1rem;border-radius:50px;display:flex;align-items:center;font-weight:500;transition:background 0.3s ease}.dark-toggle:hover{background:rgba(255,255,255,.3)}.blog-post{background:var(--card);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:2rem}.blog-post img{border-radius:var(--radius);object-fit:cover;width:100%;margin-bottom:1.5rem;transition:transform 0.3s ease}.blog-post img:hover{transform:scale(1.03)}.blog-post h2{color:var(--brand-dark);font-size:1.8rem;font-weight:600;margin-bottom:1rem}.blog-post .text-muted{font-style:italic;font-size:.9rem;color:var(--muted);margin-bottom:1.5rem}body.dark-mode .blog-post{background-color:#1e1e1e}.sidebar{background:var(--card);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow)}.sidebar h5{font-weight:600;margin-bottom:1rem;color:var(--brand)}.category-list{padding:0}.category-list li{list-style:none;margin-bottom:.7rem}.category-list li a{color:var(--brand);text-decoration:none;font-weight:500;transition:color 0.3s ease}.category-list li a:hover{color:var(--brand-dark);text-decoration:underline}.recent-posts p{margin-bottom:.5rem}.recent-posts p a{color:var(--brand-dark);text-decoration:none;transition:color 0.3s ease}.recent-posts p a:hover{color:var(--brand-dark)}.sidebar input.form-control{border-radius:var(--radius);font-size:1rem;box-shadow:inset 0 3px 8px rgba(0,0,0,.05);border:1px solid #ddd;transition:box-shadow 0.3s ease,border-color 0.3s ease}.sidebar input.form-control:focus{border-color:var(--brand);box-shadow:0 0 8px rgba(146,80,226,.3)}.comment-section{background:var(--card);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow);margin-top:2rem}.comment-section h5{color:var(--brand);font-weight:600;margin-bottom:1rem}.comment-section .form-control{border-radius:var(--radius);transition:border-color 0.3s ease,box-shadow 0.3s ease}.comment-section .form-control:focus{border-color:var(--brand);box-shadow:0 0 6px rgba(146,80,226,.3)}.btn-primary{background-color:var(--brand);border:none;border-radius:var(--radius);font-weight:600;padding:.6rem 1.5rem;transition:background-color 0.3s ease;box-shadow:0 6px 15px rgba(146,80,226,.3)}.btn-primary:hover{background-color:var(--brand-dark);box-shadow:0 8px 18px rgba(146,80,226,.4)}.btn-danger{background-color:var(--btn-red);color:var(--text-light);border:none;border-radius:var(--radius)}.pagination{justify-content:center;margin-top:2rem}.page-link{color:var(--brand-dark);border-radius:var(--radius);font-weight:500;transition:background-color 0.3s ease,color 0.3s ease}.page-link:hover{background-color:var(--brand-dark);color:var(--ink)}.page-item.active .page-link{background-color:var(--brand);color:var(--text-light);box-shadow:0 6px 15px rgba(146,80,226,.4)}@media (max-width:768px){.blog-header{flex-direction:column;gap:1rem;text-align:center}.sidebar{margin-top:2rem}.dark-toggle{margin-top:1rem}}.bg-curve{position:fixed;top:0;left:0;width:150%;height:100%;pointer-events:none;z-index:0;overflow:visible}.bg-curve svg{width:100%;height:100%;display:block;fill:url(#gradient);opacity:.2;filter:drop-shadow(0 0 15px rgba(255,255,255,.1))}.error-page{position:relative;z-index:10;max-width:900px;background:rgba(255,255,255,.1);padding:3rem 4rem;border-radius:var(--radius);box-shadow:0 8px 30px rgba(0,0,0,.4);backdrop-filter:blur(12px);display:flex;align-items:center;gap:3rem;flex-wrap:wrap;animation:fadeIn 1s ease forwards;user-select:none}.text-content{flex:1 1 350px;min-width:280px}.error-code{font-size:9rem;font-weight:900;letter-spacing:.15em;margin:0 0 .2em;position:relative;color:var(--text-light);text-shadow:3px 3px 8px rgba(0,0,0,.5),0 0 20px var(--brand);animation:pulse 2.5s infinite}.error-code::after{content:'!';position:absolute;top:-.4em;right:-.6em;font-size:6rem;color:var(--btn-red);text-shadow:2px 2px 8px rgba(0,0,0,.5),0 0 15px var(--btn-red);animation:shake 1.5s infinite}.message{font-size:1.8rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em;color:#f5f5f5;text-shadow:0 0 8px var(--brand)}.error-description{font-size:1rem;color:var(--brand);margin-bottom:2.5rem;line-height:1.4;font-weight:400}.btn-home{display:inline-block;padding:.9rem 2.5rem;font-weight:700;font-size:1.1rem;text-decoration:none;border-radius:var(--radius);color:var(--brand-dark);background:var(--text-light);box-shadow:0 6px 20px rgba(146,80,226,.4);transition:all 0.3s ease;user-select:none;cursor:pointer;letter-spacing:.05em}.btn-home:hover{background:var(--brand);color:var(--text-light);box-shadow:0 8px 25px rgba(146,80,226,.7);transform:translateY(-3px)}.illustration{flex:1 1 300px;min-width:250px;user-select:none;filter:drop-shadow(0 5px 10px rgba(0,0,0,.3));max-height:400px;width:100%;object-fit:contain;border-radius:var(--radius);transition:transform 0.3s ease}.illustration:hover{transform:scale(1.05)}@keyframes pulse{0%,100%{text-shadow:3px 3px 8px rgba(0,0,0,.5),0 0 20px var(--brand)}50%{text-shadow:3px 3px 12px rgba(0,0,0,.7),0 0 30px var(--brand)}}@keyframes shake{0%,100%{transform:rotate(0deg)}25%{transform:rotate(10deg)}50%{transform:rotate(-10deg)}75%{transform:rotate(7deg)}}@keyframes fadeIn{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.error-page{flex-direction:column;padding:2rem 2.5rem}.illustration{max-height:280px}.error-code{font-size:6rem}}#premium-offer .btn-buy{background:#ff8c6a;color:#fff;border:none;border-radius:30px;font-weight:600;box-shadow:0 0 10px #ff8c6a;transition:background-color 0.3s ease,box-shadow 0.3s ease}#premium-offer .btn-buy:hover{background:#ff7b50;box-shadow:0 0 15px #ff7b50;cursor:pointer}#premium-offer .btn-bundle{background:#8e6fc1;color:#fff;border:none;border-radius:30px;font-weight:600;box-shadow:0 0 10px #8e6fc1;transition:background-color 0.3s ease,box-shadow 0.3s ease}#premium-offer .btn-bundle:hover{background:#7a5ab0;box-shadow:0 0 15px #7a5ab0;cursor:pointer}#premium-offer .btn-buy{background:#ff8c6a;color:#fff;font-weight:600;border:none;border-radius:30px;box-shadow:0 0 10px #ff8c6a;transition:all 0.3s ease}#premium-offer .btn-buy:hover{background:#e6765c;color:#fff;box-shadow:0 0 15px #ff8c6a;cursor:pointer}.custom-btn-outline{padding:.6rem 1.3rem;font-size:1rem;font-weight:600;border-radius:12px;transition:all 0.3s ease-in-out;color:#fff;background:transparent;border-width:2px}.custom-btn-outline.danger{border-color:#ff5d2b;color:#ff5d2b}.custom-btn-outline.danger:hover{background-color:#ff8c6a;color:#fff}.custom-btn-outline.primary{border-color:#fff837;color:#fff837}.custom-btn-outline.primary:hover{background-color:#cfcc5e;color:#fff}.custom-btn-outline.success{border-color:#23ff56;color:#23ff56}.custom-btn-outline.success:hover{background-color:#43bc5f;color:#fff}.custom-btn-outline.info{border-color:#1fe1ff;color:#1fe1ff}.custom-btn-outline.info:hover{background-color:#17a2b8;color:#fff}h1{font-weight:300;letter-spacing:2px;font-size:48px;text-align:center}p{letter-spacing:1px;font-size:14px;color:#333}.header{position:relative;text-align:center;background:linear-gradient(90deg,rgba(76,115,184,.8) var(--gradient-percent),rgba(154,198,229,1) 100%);color:#fff}.inner-header{height:15vh;width:100%;margin:0;padding:0}.flex{display:flex;justify-content:center;align-items:center;text-align:center}.waves{position:relative;width:100%;height:15vh;margin-bottom:-7px;min-height:100px;max-height:150px}.content{position:relative;height:20vh;text-align:center;background-color:#fff}.parallax>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}.parallax>use:nth-child(1){animation-delay:-2s;animation-duration:7s}.parallax>use:nth-child(2){animation-delay:-3s;animation-duration:10s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:13s}.parallax>use:nth-child(4){animation-delay:-5s;animation-duration:20s}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}100%{transform:translate3d(85px,0,0)}}@media (max-width:768px){.waves{height:40px;min-height:40px}.content{height:30vh}h1{font-size:24px}}.desc-section{background:#f4f7ff;border-top:1px solid #e3e9f6;border-bottom:1px solid #e3e9f6}.glass-card{background:rgba(255,255,255,.8);backdrop-filter:blur(12px);border-radius:20px;padding:1.5rem;box-shadow:0 10px 25px rgba(0,0,0,.06);transition:transform 0.5s ease-in-out,box-shadow 0.3s ease}.glass-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,0,0,.1);background:#4e72de linear-gradient(145deg,#4e72de,white);color:#fff}.icon-wrap{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-right:1rem;font-size:1.8rem;color:#fff;background:linear-gradient(135deg,#6b73ff,#000dff);box-shadow:0 4px 15px rgba(0,0,0,.15)}.gradient-text{background:linear-gradient(90deg,#0056ff,#8f00ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.desc-section .lead{padding-top:15px;font-size:1.1rem;color:#555;max-width:100%;margin-left:auto;margin-right:auto;line-height:1.6}.glass-card{background:rgba(255,255,255,.85);backdrop-filter:blur(12px);border-radius:20px;padding:1.5rem;box-shadow:0 10px 25px rgba(0,0,0,.06);transition:transform 0.3s ease,box-shadow 0.3s ease}.glass-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,0,0,.1)}.bg-primary-subtle{background:linear-gradient(135deg,#5a86ff,#3a54f1)}.bg-success-subtle{background:linear-gradient(135deg,#45d39d,#00b77b)}.bg-danger-subtle{background:linear-gradient(135deg,#ff6b6b,#ff3c3c)}.bg-warning-subtle{background:linear-gradient(135deg,#ffb74d,#ff9800)}.bg-info-subtle{background:linear-gradient(135deg,#4db6ff,#2196f3)}.gradient-text{background:linear-gradient(90deg,#0056ff,#8f00ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.rating-stars i{color:#ffc107}.review-response{background-color:#eef6fb;border-left:4px solid #0dcaf0;padding:12px 15px;border-radius:5px}.collapse-toggle{cursor:pointer;color:#0d6efd}.review-card:hover{background-color:#f9f9f9}.progress-label{font-weight:500}.school-btn{font-weight:600;border-radius:30px;padding:.6rem 1.5rem;box-shadow:0 4px 10px rgba(0,0,0,.15);transition:all 0.3s ease;color:#fff}.school-btn:hover{transform:scale(1.1) rotateX(-15deg);box-shadow:0 5px 15px rgba(0,0,0,.2);background-color:#0d6efd;color:#fff}.trustpilot-btn{background:#2a9d49;border:none}.trustpilot-btn:hover{background:#21867a;transform:translateY(-2px);box-shadow:0 6px 14px rgba(0,0,0,.2)}.google-btn{background:#f4b400;border:none}.google-btn:hover{background:#d99c00;transform:translateY(-2px);box-shadow:0 6px 14px rgba(0,0,0,.2)}.rating-stars i{color:#ffc107;margin-right:2px}.collapse-toggle{cursor:pointer;color:#0d6efd;font-weight:500}.review-card:hover{background-color:#f8f9fa;transform:translateY(-2px);transition:all 0.3s ease}.card button{font-size:.85rem;padding:.25rem .75rem;border-radius:20px}.publication-card{background:linear-gradient(135deg,#000000,#627189);transition:transform 0.3s ease,box-shadow 0.3s ease;cursor:pointer}.publication-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 25px rgba(0,0,0,.15)}.publication-card .btn-primary{transition:all 0.3s ease}.publication-card .btn-primary:hover{transform:scale(1.1);box-shadow:0 5px 15px rgba(0,123,255,.3)}.bg-shape{position:absolute;border-radius:50%;opacity:.1;animation:float 20s infinite linear;z-index:-1}.shape1{width:180px;height:180px;background:#007bff;top:-60px;left:-40px;animation-duration:25s}.shape2{width:120px;height:120px;background:#ffc107;bottom:-40px;right:-30px;animation-duration:30s}.shape3{width:100px;height:100px;background:#28a745;top:50%;left:85%;animation-duration:28s}@keyframes float{0%{transform:translateY(0) translateX(0) rotate(0deg)}50%{transform:translateY(-30px) translateX(15px) rotate(45deg)}100%{transform:translateY(0) translateX(0) rotate(0deg)}}.section-title{display:inline-flex;align-items:center;justify-content:center;position:relative;padding:1rem 1.7rem;font-size:clamp(2rem, 3vw, 2.4rem);font-weight:800;text-align:center;color:#0f172a;background:rgba(37,117,252,.08);border:1px solid rgba(37,117,252,.18);border-radius:999px;box-shadow:0 18px 45px rgba(37,117,252,.12);font-family:'Fraunces','Raleway',Segoe UI,Arial,sans-serif;transition:transform 0.3s ease,box-shadow 0.3s ease,color 0.3s ease}.section-title:hover{transform:translateY(-3px);box-shadow:0 26px 70px rgba(37,117,252,.18)}.section-title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;border-radius:999px;background:linear-gradient(90deg,#2575fc,#6a11cb)}#pluginsSlider img{height:350px;object-fit:cover;transition:transform 1.2s ease}#pluginsSlider .carousel-item:hover img{transform:scale(1.05)}.carousel-caption{bottom:20px;animation:fadeInUp 1s ease-in-out;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.3));border-radius:.5rem;padding:.8rem}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app-card{transition:transform 0.4s ease,box-shadow 0.4s ease}.app-card:hover{transform:scale(1.05) rotate(-1deg);box-shadow:0 8px 20px rgba(0,0,0,.2)}.app-cards{position:relative;list-style:none;padding:0;max-width:40em;margin:0 auto;height:450px}.app-cards .card{position:absolute;top:0;left:0;z-index:2;background:#fff;border-radius:30px;padding:30px;box-shadow:0 0 40px rgba(0,0,0,.2);transform:translateY(0) rotate(4deg) translateX(25px) scale(1);transform-origin:0 0;transition:transform 0.6s cubic-bezier(.8,.2,.1,.8),background 0.4s linear;cursor:pointer;user-select:none}.app-cards .card--next{z-index:5;transform:translateY(-25px) rotate(4deg) translateX(25px) scale(1)}.app-cards .card--out{transform:translateY(-50px) rotate(8deg) translateX(55px) scale(.95);z-index:1;background:#f0f0f0}.app-cards .card--current{position:relative;z-index:10;background:#fff;transform:rotate(-1deg) translateX(0%) scale(1)}@keyframes bounceIn{0%{opacity:0;transform:translateY(20px) scale(.95)}100%{opacity:1;transform:translateY(0) scale(1)}}.section-title{display:inline-block;position:relative;padding-bottom:16px;font-size:2.5rem;font-weight:800;text-transform:uppercase;letter-spacing:2px;cursor:pointer;background:linear-gradient(120deg,#ff6ec4,#6fcdff,hsl(302,36%,61%),#3bb2b8,#ff6ec4);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:bounceIn 0.6s ease forwards;transition:background-position 1s ease}.section-title:hover{background-position:right}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%) scaleX(0);transform-origin:center;width:100%;height:3px;background:linear-gradient(90deg,#ff6ec4,#7873f5);box-shadow:0 0 8px rgba(255,110,196,.7),0 0 15px rgba(120,115,245,.5);border-radius:3px;transition:transform 0.5s ease}.section-title:hover::after{transform:translateX(-50%) scaleX(1)}#pluginsSlider img{height:100%;object-fit:contain;width:100%;transition:transform 1s ease}#pluginsSlider .carousel-item:hover img{transform:scale(1.03)}.carousel-caption{bottom:15px;background:rgba(0,0,0,.5);border-radius:.5rem;padding:.8rem}.card-grid{max-width:100%;margin:0 auto}.fancy-card{border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgb(0 0 0 / .1);transition:transform 0.4s ease,box-shadow 0.4s ease;cursor:pointer;position:relative;background:#fff;display:flex;flex-direction:column;height:100%}.fancy-card:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 30px 60px rgba(38,57,77,.3);z-index:10}.card-image{position:relative;height:180px;background-size:cover;background-position:center;border-bottom-left-radius:0;border-top-left-radius:20px;border-top-right-radius:20px;overflow:hidden;transition:transform 0.4s ease}.card-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(38,57,77,.4),rgba(38,57,77,.7));transition:background 0.4s ease;border-top-left-radius:20px;border-top-right-radius:20px}.fancy-card:hover .card-image::after{background:linear-gradient(180deg,rgba(38,57,77,.2),rgba(38,57,77,.4))}.fancy-card:hover .card-image{transform:scale(1.1)}.fancy-card::before{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,.25),rgba(255,255,255,0));transform:skewX(-20deg);pointer-events:none;transition:left 0.6s ease;z-index:5;border-radius:20px}.fancy-card:hover::before{left:125%;transition:left 0.6s ease}.card-content{padding:25px 20px;text-align:center;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.card-content h3{color:#2575fc;font-weight:600;margin-bottom:10px;font-size:1.4rem}.card-content p{font-size:1rem;color:#4a4a4a;line-height:1.4;margin:0;font-weight:500}.title-section{position:relative;height:500px;background:url(../../../../../../themes/assets/images/team/businesspeople-having-good-time-meeting.jpg) no-repeat center center/cover;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;overflow:hidden}.title-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom right,rgba(0,0,0,.6),rgba(15,15,15,.8));z-index:1}.title-content{position:relative;z-index:2;max-width:800px;padding:20px;animation:fadeIn 1.5s ease-in-out}.title-content h1{font-size:36px;margin-bottom:20px;font-weight:600;line-height:1.2}.title-content p{font-size:16px;color:#ddd;margin-bottom:30px;line-height:1.5}.theme-info-section{background:linear-gradient(135deg,#f9fbff,#ffffff)}.browser-badge{display:flex;align-items:center;gap:8px;background:#fff;border-radius:30px;padding:8px 14px;box-shadow:0 2px 6px rgba(0,0,0,.1);font-size:.9rem;font-weight:500;transition:all 0.3s ease}.browser-badge img{height:20px;width:20px}.browser-badge:hover{transform:scale(1.1);background:#007bff;color:#fff}.theme-preview{transition:transform 0.4s ease}.theme-preview:hover{transform:scale(1.05) rotate(-1deg)}.shortcode-section{background-color:#f9f9f9}.shortcode-list{list-style:none;padding:0;margin:0 -15px;display:flex;flex-wrap:wrap;justify-content:center}.shortcode-card{background:#fff;padding:20px;text-align:center;border-radius:10px;box-shadow:0 6px 18px rgba(0,0,0,.06);transition:transform 0.3s ease;height:100%;border-top:4px solid var(--accent-color)}.shortcode-card .icon{font-size:2rem;color:var(--accent-color);margin-bottom:10px}.shortcode-card .title{font-weight:600;margin-bottom:8px;font-size:1.1rem}.shortcode-card .descr{font-size:.9rem;color:#555}.shortcode-card:hover{transform:translateY(-5px)}.qr-section.school-management{position:relative;padding:100px 0;overflow:hidden;background-color:#fff}.qr-section .shape{position:absolute;border-radius:50%;opacity:.2;z-index:1;animation:float 6s ease-in-out infinite}.shape-1{width:300px;height:300px;background:#b3d9ff;top:-100px;left:-100px;animation-delay:0s}.shape-2{width:200px;height:200px;background:#80bfff;bottom:-80px;right:50px;animation-delay:2s}.shape-3{width:150px;height:150px;background:#9cf;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:5s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-40px)}}.qr-content{position:relative;z-index:2}.qr-text h2{font-weight:700;font-size:2.5rem;color:#0d1b2a}.qr-text p{color:#333;font-size:1.1rem;margin:20px 0}.btn-primary{background:#007bff;border:none;padding:12px 28px;border-radius:30px;font-weight:500;transition:0.3s}.btn-primary:hover{background:#005ed9}.app-badges img{width:150px;margin-right:10px;margin-top:15px}.qr img{width:180px!important;height:180px!important;object-fit:contain;display:block;margin:0 auto 15px}.qr-image img{width:100%;max-width:480px;height:auto}.qr-image img:hover{transform:scale(1.03)}.qr-code-img{width:180px!important;height:180px!important;object-fit:contain;max-width:none!important}@media (max-width:768px){.qr-text{text-align:center}.qr-text h2{font-size:2rem}.app-badges img{width:130px}.qr-image{margin-top:40px}}.theme-info-section{background:linear-gradient(135deg,#f9fbff,#ffffff)}.theme-info-section{background:linear-gradient(135deg,#f9fbff,#ffffff)}.shortcode-section{background-color:#f9f9f9}#about-hero{position:relative;min-height:40vh;background:linear-gradient(rgba(222,221,221,.7),rgba(185,228,246,.9)),url(../../../../../../themes/the-school-management-v-1.6/assets/images/bg1.jpg) center/cover no-repeat;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 20px}#about-hero .container{position:relative;z-index:2}#about-hero h1{font-size:3.5rem;font-weight:850;margin-bottom:1rem;background:none;-webkit-text-fill-color:initial;color:#0f1222;text-shadow:0 2px 4px rgba(255,255,255,.5)}#about-hero h2{font-size:1.75rem;font-weight:500;margin-bottom:1.5rem}#about-hero p{font-size:1.125rem;line-height:1.7}.hero-img-wrapper{filter:drop-shadow(10px 15px 5px rgba(0,0,0,.6))}#about-hero .lead{font-size:1.2rem;margin-top:1.5rem;color:#4f6df5;font-weight:600}#about-hero .features-header{text-align:left;margin:0 0 24px 0;max-width:100%}#about-hero .section-heading-container{justify-content:flex-start;margin-bottom:12px}#about-hero .features-header h3{font-size:3rem;font-weight:850;margin-bottom:10px;color:#0f1222}#about-hero .features-header h3 span{background:linear-gradient(90deg,#7c3aed,#4f6df5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#about-hero .features-header p{color:#1e293b;font-size:18px;font-weight:500;line-height:1.6}@media (max-width:768px){#about-hero h1{font-size:2.5rem}#about-hero h2{font-size:1.25rem}#about-hero p{font-size:1rem}}.circle-img-wrapper{border-radius:50%;padding:10px;background:linear-gradient(135deg,#ff7e5f,#feb47b);display:inline-block;max-width:100%}.main-image{width:100%;max-width:500px;height:auto;object-fit:cover}.play-icon{font-size:1.25rem;z-index:3}.mini-card{width:180px;bottom:-20px;left:-30px;z-index:2;animation:float 3s ease-in-out infinite}.experience-tag{top:0;left:0;font-size:.9rem;z-index:3}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.circle-border{position:absolute;border-radius:50%;box-shadow:0 15px 30px rgba(0,0,0,.3);opacity:.8}.circle-1{width:40px;height:40px;background:#ffc107;top:-20px;right:-20px}.circle-2{width:60px;height:60px;background:#0dcaf0;bottom:30px;right:10px}.circle-3{width:100px;height:100px;background:#198754e2;top:0;left:20px}.circle-4{width:20px;height:20px;background:#e031f4e2;bottom:0;right:10px}@media (max-width:768px){.mini-card{left:0;bottom:-10px;width:160px}.play-icon{display:none}.main-image{max-width:300px}}#mission-vision{position:relative;overflow:hidden}#mission-vision .mission-img-wrapper{position:relative}#mission-vision .mission-img-wrapper img{border-radius:1rem;transition:transform 0.5s ease,box-shadow 0.5s ease}#mission-vision .mission-img-wrapper img:hover{transform:scale(1.05) rotate(-1deg);box-shadow:0 20px 40px rgba(0,0,0,.2)}#mission-vision .overlay-shape{position:absolute;top:-20%;left:-20%;width:150px;height:150px;background:rgba(0,123,255,.1);border-radius:50%;z-index:-1}.bg-curve{position:fixed;top:0;left:0;width:150%;height:100%;pointer-events:none;z-index:0;overflow:visible}.description{font-size:1rem;color:rgba(255,255,255,.85);margin-bottom:2.5rem;line-height:1.4;font-weight:400}.sec-title-style1{position:relative;display:block;margin-top:-9px;padding-bottom:50px}.sec-title-style1.max-width{position:relative;display:block;max-width:770px;margin:-9px auto 0;padding-bottom:52px}.sec-title-style1.pabottom50{padding-bottom:42px}.sec-title-style1 .title{position:relative;display:block;color:#131313;font-size:36px;line-height:46px;font-weight:700;text-transform:uppercase}.sec-title-style1 .title.clr-white{color:#fff}.sec-title-style1 .decor{position:relative;display:block;width:70px;height:5px;margin:19px 0 0}.sec-title-style1 .decor:before{position:absolute;top:0;right:0;bottom:0;width:5px;height:5px;background:var(--brand-dark);border-radius:50%;content:""}.sec-title-style1 .decor:after{position:absolute;top:0;right:10px;bottom:0;width:5px;height:5px;background:#FFA500;border-radius:50%;content:""}.sec-title-style1 .decor span{position:absolute;top:0;left:0;bottom:0;width:50px;height:1px;background:#FFA500;margin:2px 0}.sec-title-style1 .text{position:relative;display:block;margin:7px 0 0}.sec-title-style1 .text p{position:relative;display:inline-block;padding:0 15px;color:#131313;font-size:14px;line-height:16px;font-weight:700;text-transform:uppercase;margin:0}.sec-title-style1 .text.clr-yellow p{color:#FFA500}.sec-title-style1 .text .decor-left{position:relative;top:-2px;display:inline-block;width:70px;height:5px;background:transparent}.sec-title-style1 .text .decor-left span{position:absolute;top:0;left:0;bottom:0;width:50px;height:1px;background:#FFA500;content:"";margin:2px 0}.sec-title-style1 .text .decor-left:before{position:absolute;top:0;right:0;bottom:0;width:5px;height:5px;background:#FFA500;border-radius:50%;content:""}.sec-title-style1 .text .decor-left:after{position:absolute;top:0;right:10px;bottom:0;width:5px;height:5px;background:#FFA500;border-radius:50%;content:""}.sec-title-style1 .text .decor-right{position:relative;top:-2px;display:inline-block;width:70px;height:5px;background:transparent}.sec-title-style1 .text .decor-right span{position:absolute;top:0;right:0;bottom:0;width:50px;height:1px;background:#FFA500;content:"";margin:2px 0}.sec-title-style1 .text .decor-right:before{position:absolute;top:0;left:0;bottom:0;width:5px;height:5px;background:#FFA500;border-radius:50%;content:""}.sec-title-style1 .text .decor-right:after{position:absolute;top:0;left:10px;bottom:0;width:5px;height:5px;background:#FFA500;border-radius:50%;content:""}.sec-title-style1 .bottom-text{position:relative;display:block;padding-top:16px}.sec-title-style1 .bottom-text p{color:#848484;font-size:16px;line-height:26px;font-weight:400;margin:0}.sec-title-style1 .bottom-text.clr-gray p{color:#cdcdcd}.contact-address-area{position:relative;display:block;background:#fff;padding:100px 0 120px}.contact-address-area .sec-title-style1.max-width{padding-bottom:72px}.contact-address-box{display:flex;justify-content:space-between;flex-direction:row;flex-wrap:wrap;align-items:center}.single-contact-address-box{position:relative;display:block;background:#131313;padding:85px 30px 77px}.single-contact-address-box .icon-holder{position:relative;display:block;padding-bottom:24px}.single-contact-address-box .icon-holder span:before{font-size:75px}.single-contact-address-box h3{color:#fff;margin:0 0 9px}.single-contact-address-box h2{color:#FFA500;font-size:24px;font-weight:600;margin:0 0 19px}.single-contact-address-box a{color:#fff}.single-contact-address-box.main-branch{background:#FFA500;padding:53px 30px 51px;margin-top:-20px;margin-bottom:-20px}.single-contact-address-box.main-branch h3{color:#131313;font-size:18px;font-weight:700;margin:0 0 38px;text-transform:uppercase;text-align:center}.single-contact-address-box.main-branch .inner{position:relative;display:block}.single-contact-address-box.main-branch .inner ul{position:relative;display:block;overflow:hidden}.single-contact-address-box.main-branch .inner ul li{position:relative;display:block;padding-left:110px;border-bottom:1px solid #737373;padding-bottom:23px;margin-bottom:24px}.single-contact-address-box.main-branch .inner ul li:last-child{border:none;margin-bottom:0;padding-bottom:0}.single-contact-address-box.main-branch .inner ul li .title{position:absolute;top:2px;left:0;display:inline-block}.single-contact-address-box.main-branch .inner ul li .title h4{color:#131313;font-size:18px;font-weight:600;line-height:24px;text-transform:capitalize;border-bottom:2px solid #a5821e}.single-contact-address-box.main-branch .inner ul li .text{position:relative;display:block}.single-contact-address-box.main-branch .inner ul li .text p{color:#131313;font-size:16px;line-height:24px;font-weight:600;margin:0}.contact-info-area{position:relative;display:block;background:#fff}.contact-form{position:relative;display:block;background:#fff;padding:100px 60px 80px;-webkit-box-shadow:0 3px 8px 2px #ededed;box-shadow:0 3px 8px 2px #ededed;z-index:3}.contact-form .sec-title-style1{position:relative;display:block;padding-bottom:51px;width:50%}.contact-form .text-box{position:relative;display:block;margin-top:19px;width:50%}.contact-form .text p{color:#848484;line-height:26px;margin:0}.contact-form .inner-box{position:relative;display:block;background:#fff}.contact-form form{position:relative;display:block}.contact-form form .input-box{position:relative;display:block}.contact-form form input[type="text"],.contact-form form input[type="email"],.contact-form form textarea{position:relative;display:block;background:#fff;border:1px solid #eee;width:100%;height:55px;font-size:16px;padding-left:19px;padding-right:15px;border-radius:0;margin-bottom:20px;transition:all 500ms ease}.contact-form form textarea{height:130px;padding-left:19px;padding-right:15px;padding-top:14px;padding-bottom:15px}.contact-form form input[type="text"]:focus{color:#222;border-color:#d4d4d4}.contact-form form input[type="email"]:focus{color:#222;border-color:#d4d4d4}.contact-form form textarea:focus{color:#222;border-color:#d4d4d4}.contact-form form input[type="text"]::-webkit-input-placeholder{color:#848484}.contact-form form input[type="text"]:-moz-placeholder{color:#848484}.contact-form form input[type="text"]::-moz-placeholder{color:#848484}.contact-form form input[type="text"]:-ms-input-placeholder{color:#848484}.contact-form form input[type="email"]::-webkit-input-placeholder{color:#848484}.contact-form form input[type="email"]:-moz-placeholder{color:#848484}.contact-form form input[type="email"]::-moz-placeholder{color:#848484}.contact-form form input[type="email"]:-ms-input-placeholder{color:#848484}.contact-form form button{position:relative;display:block;width:100%;background:#FFA500;border:1px solid #FFA500;color:#131313;font-size:16px;line-height:55px;font-weight:600;text-align:center;text-transform:capitalize;transition:all 200ms linear;transition-delay:0.1s;cursor:pointer}.contact-form form button:hover{color:#fff;background:#131313}overflow:hidden;background-image:url(../../../../../../themes/the-school-management-v-1.6/assets/svg/llline.svg);background-position:center;background-repeat:no-repeat;object-fit:fill;height:80vh}.glass-card{background:rgba(255,255,255,.1);border-radius:15px;transition:transform 0.3s ease}.subtitle{font-size:1.3rem;margin:30px 0}.promo-section{background:linear-gradient(to right,#f8f9fc,#e0f7ff)}.price-highlight{font-size:1.8rem}.glass-card{background:rgba(255,255,255,.15);border-radius:15px;backdrop-filter:blur(10px)}.demo-card{background:rgba(0,0,0,.06);border:3px dashed rgba(66,65,67,.767);border-radius:16px;padding:1.5rem;backdrop-filter:blur(8px);box-shadow:0 12px 32px rgba(0,0,0,.3);transition:all 0.3s ease;position:relative;overflow:hidden;height:100%;margin:5px;transition:all 0.3s ease-in}.demo-card:hover{background:rgb(0,0,0);transform:translateY(-5px);color:#fdfdfd}.demo-card h5{color:#7fd1ea;margin-bottom:1rem}.demo-card p{margin:.4rem 0;display:flex;align-items:center;gap:.5rem;font-size:18px}.demo-card i{color:#7fd1ea}.fa-copy{font-size:1.5rem}.copy-btn{position:absolute;bottom:1rem;right:1rem;background:#7fd1ea;border:none;padding:.45rem .7rem;border-radius:8px;font-size:.95rem;color:#fff;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.3rem;transition:background 0.5s ease}.copy-btn:hover{background:#556064}.demo-card p,.demo-card h5{color:inherit;transition:color 0.3s ease}.demo-card:hover p,.demo-card:hover h5{color:#fdfdfd}.hover-circle{position:absolute;top:-40px;right:-40px;width:80px;height:80px;background:#fdfeff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;opacity:0;transform:scale(.5);transition:all 0.5s ease;z-index:10}.demo-card:hover .hover-circle{opacity:1;transform:scale(1);top:-20px;right:-20px}.role-icon{transition:all 0.4s ease-in-out;font-size:2rem}.demo-card:hover .role-icon{display:none}@media (max-width:576px){.hero-section{height:auto;padding-top:3rem;padding-bottom:3rem}}*/ .dark-toggle{cursor:pointer;background:rgba(255,255,255,.15);color:var(--text-light);padding:.5rem 1rem;border-radius:50px;display:flex;align-items:center;font-weight:500;transition:background 0.3s ease}.blog-post p,.blog-post ul{font-size:1rem;line-height:1.6;color:var(--ink)}@media (max-width:768px){.sidebar{margin-top:2rem}.dark-toggle{margin-top:1rem}}.modern-categories{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.modern-categories li a{display:flex;align-items:center;gap:10px;padding:.5rem 1rem;border-radius:10px;background:#f0f0ff;color:#341f97;font-weight:500;text-decoration:none;transition:all 0.3s ease;box-shadow:0 3px 6px rgba(0,0,0,.05)}.modern-categories li a i{color:#6c5ce7;min-width:20px;text-align:center;font-size:1.1rem}.modern-categories li a:hover{background:linear-gradient(90deg,#6c5ce7,#341f97);color:#fff;transform:translateX(5px);box-shadow:0 6px 15px rgba(108,92,231,.3)}.modern-categories li a:hover i{color:#fff}.creative-faq--section{padding:10px 0;position:relative;font-family:'Poppins',sans-serif}.faq-inner{background-size:cover;background-position:center;background-repeat:no-repeat;padding:30px 30px;border-radius:20px}.faq-row{max-width:1150px;margin:0 auto;text-align:center;color:#fff}.faq-heading{font-size:2.4rem;font-weight:700;margin-bottom:10px;line-height:1.3;color:var(--Brand-dark)}.faq-subtitle{color:var(--ink);font-size:1.05rem;margin-bottom:60px}.faq-wrap{display:flex;justify-content:center}.faq-container{width:100%}.faq-list{display:flex;flex-wrap:wrap;justify-content:center;gap:25px}.faq-item{background:#fff;border-radius:16px;color:var(--bran);flex:1 1 calc(48% - 10px);box-shadow:0 8px 25px rgba(0,0,0,.08);transition:all 0.3s ease;cursor:pointer;overflow:hidden;border:1px solid #e2e6ef}.faq-item:hover{transform:translateY(-5px)}.faq-item.active{border-color:var(--brand);box-shadow:0 0 25px rgba(40,60,219,.25)}.faq-question{padding:18px 24px;font-weight:600;display:flex;justify-content:space-between;align-items:center;background:#f7f9ff;color:#2a2a2a;transition:all 0.3s ease}.faq-question:hover{background:#eef2ff;color:#283cdb}.faq-question i{color:#283cdb;font-size:1.1rem;transition:transform 0.3s ease}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{display:none;padding:20px 24px;font-size:.95rem;line-height:1.7;border-top:1px solid #e0e6f0;background:#fff}.faq-item.active .faq-answer{display:block;animation:fadeIn 0.3s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.faq-item{flex:1 1 100%}.faq-heading{font-size:2rem}}@media (max-width:576px){.faq-inner{padding:60px 20px}.faq-heading{font-size:1.8rem}.faq-subtitle{font-size:.95rem}.faq-question{font-size:.95rem}}.search-bar .input-group{border-radius:50px;overflow:hidden;margin-top:30px}.search-bar .form-control{border-radius:0;padding:10px 20px}.search-bar .input-group-text{border-radius:0;padding:0 15px;background:#fff;border:none;color:#28b9e0}.dashed-box{border:3px dashed var(--brand)}.changelog-wrapper{max-width:1200px;margin:25px auto}.changelog-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:40px}.changelog-title{display:flex;align-items:center;gap:10px;margin-bottom:20px;color:#9250e2}.changelog-title i{font-size:28px;color:#28b9e0}.changelog-section h6{font-weight:700;color:#28b9e0;margin-top:25px;margin-bottom:10px}.changelog-section ul{list-style:none;padding-left:0}.changelog-section ul li{position:relative;padding-left:25px;margin-bottom:6px}.changelog-section ul li::before{content:"•";position:absolute;left:0;top:0;color:#28b9e0;font-weight:700}.sidebar{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:25px}.sidebar h5{font-size:1.1rem;color:#28b9e0;margin-bottom:20px}.related-articles li{margin-bottom:8px}.related-articles a{text-decoration:none;color:#333;transition:color 0.2s}.related-articles a:hover{color:#9250e2}#versionFilter,#dateFilter,#keywordFilter{border-radius:8px;padding:8px 12px}#resetFilters{border-radius:8px}.changelog-wrapper{margin-top:30px}#myModal .close{font-size:18px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);background-color:red;color:#fff;position:absolute;right:0}.entry-content{font-family:'Roboto',sans-serif;font-size:16px;line-height:1.7;color:#555b70}.entry-content .alignwide{max-width:1140px;width:100%;margin-left:auto;margin-right:auto}.entry-content .alignfull{max-width:100%;width:100%;margin-left:auto;margin-right:auto}.entry-content .alignleft{float:left;margin-right:1.5em;margin-bottom:1em}.entry-content .alignright{float:right;margin-left:1.5em;margin-bottom:1em}.entry-content .aligncenter{display:block;margin-left:auto;margin-right:auto}.has-primary-purple-color{color:#7c3aed!important}.has-primary-purple-background-color{background-color:#7c3aed!important}.has-secondary-blue-color{color:#2563eb!important}.has-secondary-blue-background-color{background-color:#2563eb!important}.has-success-green-color{color:#059669!important}.has-success-green-background-color{background-color:#059669!important}.has-warning-amber-color{color:#d97706!important}.has-warning-amber-background-color{background-color:#d97706!important}.has-dark-text-color{color:#0f1222!important}.has-dark-text-background-color{background-color:#0f1222!important}.has-body-text-color{color:#555b70!important}.has-body-text-background-color{background-color:#555b70!important}.has-light-bg-color{color:#f8fafc!important}.has-light-bg-background-color{background-color:#f8fafc!important}.has-small-font-size{font-size:13px!important}.has-normal-font-size{font-size:16px!important}.has-medium-font-size{font-size:20px!important}.has-large-font-size{font-size:28px!important}.has-huge-font-size{font-size:38px!important}.wp-block-image img{max-width:100%;height:auto;border-radius:12px}.wp-block-gallery{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:1.5em}.wp-block-columns{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:1.5em}.wp-block-column{flex-grow:1;flex-basis:0%;min-width:0}.wp-block-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:1.5em}.wp-block-button__link{background-color:#7c3aed;color:#ffffff!important;padding:10px 24px;border-radius:30px;font-weight:600;text-decoration:none!important;display:inline-block;transition:all 0.3s ease}.wp-block-button__link:hover{background-color:#6d28d9;box-shadow:0 8px 20px rgba(124,58,237,.25)}.wp-block-cover{min-height:320px;border-radius:16px;overflow:hidden;padding:2rem;display:flex;align-items:center;justify-content:center;color:#fff}.wp-block-media-text{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;margin-bottom:1.5em}.wp-block-table table{width:100%;border-collapse:collapse;margin-bottom:1.5em}.wp-block-table th,.wp-block-table td{padding:10px 14px;border:1px solid #e2e8f0}.wp-block-quote{border-left:4px solid #7c3aed;padding-left:1.2em;margin:1.5em 0;font-style:italic}@media (max-width:768px){.wp-block-columns{flex-direction:column}.wp-block-media-text{grid-template-columns:1fr}}.footer .footer-nav-menu,.footer ul{list-style:none;padding-left:0;margin-bottom:0}.footer .footer-nav-menu li,.footer ul li{margin-bottom:.5rem}.footer .footer-nav-menu li a,.footer ul li a{color:#f8fafc;text-decoration:none;transition:color 0.2s ease,opacity 0.2s ease}.footer .footer-nav-menu li a:hover,.footer ul li a:hover{color:#fff;text-decoration:underline;opacity:.9}.footer .widget h4,.footer .widget .widget-title{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer .widget select,.footer .widget input[type="text"],.footer .widget input[type="search"]{background-color:#1e293b;border:1px solid #475569;color:#fff;padding:.375rem .75rem;border-radius:.375rem;width:100%}