body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--background-color);color:#222;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;transition:background-color .3s ease,color .3s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--text-color:#222;--header-bg:#f8f9fa;--nav-link-color:#333;--nav-link-hover:#000;--dropdown-bg:#fff;--dropdown-border:#ddd;--button-bg:#e0e0e0;--button-text:#222}html[data-theme=dark]{--text-color:#f1f1f1;--header-bg:#1f1f1f;--nav-link-color:#ccc;--nav-link-hover:#fff;--dropdown-bg:#2a2a2a;--dropdown-border:#444;--button-bg:#333;--button-text:#f1f1f1}[data-theme=dark]{--dropdown-bg:#333;--hover-bg:#444;--header-border:#444}.header{align-items:center;background-color:#fff;background-color:var(--bg-color);border-bottom:1px solid #ccc;border-bottom:1px solid var(--header-border);box-sizing:border-box;color:#000;color:var(--text-color);display:flex;justify-content:space-between;left:0;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:1000}.logo img{height:40px}.nav{align-items:center;display:flex;gap:2rem}.nav,.nav-link{position:relative}.nav-link{color:#000;color:var(--text-color);cursor:pointer;font-weight:500;text-decoration:none}.nav-link.active,.nav-link:hover{color:#ff4a57;color:var(--highlight-color);font-weight:700}.arrow{cursor:pointer;font-size:.6rem;margin-left:.3rem;transition:transform .3s ease}.arrow.open{transform:rotate(180deg)}.dropdown{background-color:#f0f0f0;background-color:var(--dropdown-bg);border-radius:4px;box-shadow:0 2px 6px #00000026;display:flex;flex-direction:column;left:0;min-width:160px;position:absolute;top:100%;z-index:1000}.dropdown a{color:#000;color:var(--text-color);padding:.75rem 1rem;text-decoration:none;white-space:nowrap}.dropdown a:hover{background-color:#ddd;background-color:var(--hover-bg);color:#ff4a57;color:var(--highlight-color)}.rightSection{align-items:center;display:flex;gap:1rem}.themeToggle{background:none;border:none;color:#000;color:var(--text-color);cursor:pointer;font-size:1.25rem}.avatarCircle,.avatarContainer{align-items:center;display:flex}.avatarCircle{background-color:#ff4a57;background-color:var(--highlight-color);border-radius:50%;color:#fff;font-size:16px;font-weight:700;height:40px;justify-content:center;width:40px}.avatarDropdown button:hover{background-color:#ddd;background-color:var(--hover-bg)}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px}.bar{background-color:#000;background-color:var(--text-color);height:3px;transition:.3s;width:25px}@media (max-width:768px){.header{align-items:center;display:flex;justify-content:space-between;padding:1rem 1.2rem}.header,.logo{position:relative}.logo{margin-right:.5rem;z-index:1101}.nav{align-items:flex-start;background-color:#fff;background-color:var(--bg-color);display:none;flex-direction:column;left:0;padding:1rem 2rem;position:absolute;top:70px;width:100%;z-index:1000}.nav.open{display:flex}.hamburger{align-self:center;margin-left:0;order:99;z-index:1100}.hamburger,.rightSection{display:flex;position:static}.rightSection{align-items:center;gap:.8rem;margin-left:auto}.language-toggle{font-size:.95rem;max-width:110px;min-width:80px;padding:.4rem .7rem}.language-toggle,.themeToggle{align-items:center;display:flex;justify-content:center;margin-right:0}.themeToggle{font-size:1.1rem;padding:.2rem .5rem}.avatarContainer{display:none!important}.dropdown{background-color:#f0f0f0;background-color:var(--dropdown-bg);border-radius:0;box-shadow:none;margin-left:0;margin-top:0;min-width:100%;position:static}.nav-link{padding:.75rem 0;text-align:left;width:100%}.dropdown a{font-size:1rem;padding-left:2rem}}:root{--footer-bg:#f9f9f9;--footer-text:#333;--footer-link-hover:#ff4a57;--footer-border:#ddd}[data-theme=dark]{--bg-color:#1a1a1a;--text-color:#f0f0f0;--footer-bg:#121a12;--footer-text:#d0f0c0;--footer-link-hover:#ff4a57;--footer-border:#444}.footer{background-color:#f9f9f9;background-color:var(--footer-bg);border-top:1px solid #ddd;border-top:1px solid var(--footer-border);box-sizing:border-box;color:#333;color:var(--footer-text);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:2rem 3rem}.footer-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.footer-section{flex:1 1 220px;min-width:180px}.footer-logo{margin-bottom:1rem;max-width:160px}.footer-description{color:#333;color:var(--footer-text);font-size:.9rem;line-height:1.5}.footer-section h4{color:#000;color:var(--text-color);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#333;color:var(--footer-text);text-decoration:none;transition:color .3s ease}.footer-section ul li a:focus,.footer-section ul li a:hover{color:#ff4a57;color:var(--footer-link-hover);text-decoration:underline}.footer-social{display:flex;gap:1rem;margin-bottom:1rem}.footer-contact{font-size:.9rem;line-height:1.4}.footer-bottom,.footer-contact{color:#333;color:var(--footer-text)}.footer-bottom{align-items:center;border-top:1px solid #ddd;border-top:1px solid var(--footer-border);display:flex;font-size:.85rem;justify-content:space-between;margin-top:2rem;padding-top:1rem}.scroll-to-top{background-color:initial;border:none;color:#333;color:var(--footer-text);cursor:pointer;font-size:1.25rem;transition:color .3s ease}.scroll-to-top:focus,.scroll-to-top:hover{color:#ff4a57;color:var(--footer-link-hover)}@media (max-width:768px){.footer-bottom,.footer-container{flex-direction:column}.footer-bottom{gap:.5rem;text-align:center}}*{box-sizing:border-box;margin:0;padding:0}.home-wrapper{font-family:Arial,sans-serif}.hero-banner{height:100vh;overflow:hidden;position:relative;width:100%}.hero-banner:before{background:linear-gradient(90deg,#00000073,#00000040);content:"";inset:0;position:absolute;z-index:0}.hero-video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}.hero-content{color:#fff;padding:20px;position:relative;text-align:center;text-shadow:0 2px 12px #0000008c,0 0 2px #222;top:50%;transform:translateY(-50%);z-index:1}.hero-content h1{color:#fff;font-size:3.5rem;font-weight:700;text-shadow:0 4px 18px #000000b3,0 1px 2px #222}.highlight{color:#ff4a57}.hero-content p{color:#fff;font-size:1.2rem;margin:15px 0;text-shadow:0 2px 8px #00000080}.hero-button{background-color:#ff4a57;border:none;border-radius:4px;box-shadow:0 2px 8px #0000002e;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:12px 28px;transition:.3s}.hero-button:hover{background-color:#e63b49}.feature-section{background-color:initial;margin-top:-200px;padding:140px 20px 80px;position:relative;z-index:5}.feature-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin:0 auto;max-width:1200px}.feature-card{background-color:#23272f;border-radius:10px;box-shadow:0 12px 24px #0003;color:#f5f7fa;padding:40px 20px 30px;position:relative;text-align:center;transition:transform .3s ease;width:250px}.feature-card:hover{transform:translateY(-6px)}.feature-icon{align-items:center;background-color:#ff4a57;border-radius:50%;box-shadow:0 4px 15px #0003;color:#fff;display:flex;font-size:2.2rem;height:60px;justify-content:center;margin:-60px auto 15px;width:60px}.feature-card h3{font-size:1.1rem;margin-bottom:10px}.feature-card p{color:#bfc8d6;font-size:.95rem}@media (max-width:600px){.feature-container{align-items:center;flex-direction:column;gap:18px}.feature-card{margin:0 auto;max-width:340px;padding:28px 12px 22px;width:90vw}.feature-icon{font-size:1.7rem;height:48px;margin-bottom:12px;margin-top:-40px;width:48px}.feature-card h3{font-size:1rem}.feature-card p{font-size:.92rem}}.welcome-section{background-color:#f7f9fc;padding:20px}.welcome-container{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin:0 auto;max-width:1200px;transition:all .3s ease-in-out}.welcome-text{flex:1 1;min-width:300px;transition:transform .3s ease}.welcome-text:hover{transform:translateY(-5px)}.welcome-text h2{font-size:2rem;font-weight:700;margin-bottom:20px}.welcome-text .highlight{color:#ff4a57}.welcome-text p{color:#444;font-size:1rem;line-height:1.6;margin-bottom:15px;text-align:justify;transition:color .3s ease}.welcome-image{flex:1 1;min-width:300px;text-align:center;transition:transform .3s ease}.welcome-image:hover{transform:scale(1.05)}.welcome-image img{border-radius:10px;height:auto;max-width:100%}.dark-theme .welcome-text p{color:#ccc}.course-section{background-color:#f7f9fc;color:#222;padding:80px 20px;text-align:left}.course-section h2{font-size:2.5rem;font-weight:800;margin-bottom:20px}.course-section p{color:#333;font-size:1.1rem;line-height:1.7;margin-bottom:15px;text-align:justify}.course-btn{background-color:#ff4a57;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;margin-top:20px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.course-btn:hover{background-color:#e63b49;color:#fff}.course-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:50px}@media screen and (max-width:992px){.course-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.course-section h2{font-size:1.3rem;text-align:center}}@media screen and (max-width:600px){.course-grid{grid-template-columns:1fr}}.course-item{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 4px 20px #0000000d;display:flex;padding:25px 30px;transition:transform .3s ease,background-color .3s ease}.course-item:hover{background-color:#ff4a57;transform:translateY(-4px)}.course-item img{height:36px;margin-right:20px;object-fit:contain;width:36px}.course-item span{color:#111;font-size:1.1rem;font-weight:600}.dark-theme .course-section{background-color:#121212;color:#eee}.dark-theme .course-section p{color:#bbb}.dark-theme .course-btn{border-color:#fff;color:#fff}.dark-theme .course-btn:hover{background-color:#fff;color:#121212}.dark-theme .course-item{background-color:#1f1f1f}.dark-theme .course-item:hover{background-color:#333}.dark-theme .course-item span{color:#f0f0f0}.support-container{background-color:var(--bg-color);color:var(--text-color);font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:40px 20px;transition:background-color .3s ease,color .3s ease}.support-title{font-size:32px;font-weight:700;margin-bottom:30px;text-align:center}.support-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.support-card{background-color:#f5f7fa;border-radius:10px;box-shadow:0 4px 8px #0000001a;color:#222;cursor:pointer;flex:1 1 30%;padding:20px;transition:transform .3s ease,box-shadow .3s ease}.support-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-5px) scale(1.02)}.support-image{border-radius:8px;height:180px;margin-bottom:15px;object-fit:cover;width:100%}.support-card-title{color:#ff4a57;font-size:20px;font-weight:700;margin-bottom:10px;text-align:center}.support-list{margin:0;padding-left:20px}.support-list-item{line-height:1.5;margin-bottom:6px}[data-theme=dark] .support-container{--bg-color:#121212;--text-color:#f0f0f0;--card-bg:#1e1e1e}.support-container,[data-theme=light] .support-container{--bg-color:#f9f9f9;--text-color:#222;--card-bg:#fff}@media (max-width:768px){.support-grid{flex-direction:column;gap:15px}.support-card{flex:1 1 100%}.support-title{font-size:26px}.support-card-title{font-size:18px}}.vu-banner{align-items:center;background-color:#ff4a57;border-radius:8px;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;margin:2rem auto;padding:2rem 3rem;transition:background-color .3s ease,color .3s ease}.vu-banner-text h2{color:#fff;flex:1 1;font-size:1.5rem;font-weight:700;margin:0}.vu-banner-button{margin-top:1rem}.vu-download-button{background-color:#fff;border:none;border-radius:3rem;color:#ff4a57;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:background-color .3s ease,color .3s ease}.vu-download-button:hover{background-color:#ff4a57;color:#fff}@media (max-width:768px){.vu-banner{flex-direction:column;gap:1rem;text-align:center}.vu-banner-button{margin-top:1rem}.vu-banner-text h2{font-size:1.2rem}}[data-theme=dark] .vu-banner{--banner-bg:#1f1f1f;--banner-text:#fff}.vu-banner,[data-theme=light] .vu-banner{--banner-bg:#f1f4f5;--banner-text:#000}.home-wrapper,body{font-size:1rem;line-height:1.6}.hero-content h1,h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.course-section h2,.support-title,.vu-banner-text h2,.welcome-text h2,h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-card h3,.support-card-title,h3{font-size:1.15rem;font-weight:600;margin-bottom:.7rem}.course-section p,.feature-card p,.hero-content p,.support-list-item,.vu-banner,.welcome-text p,p{font-size:1rem}.course-btn,.hero-button,.vu-download-button{font-size:1rem;font-weight:600}@media (max-width:600px){.hero-content h1,h1{font-size:1.7rem}.course-section h2,.support-title,.vu-banner-text h2,.welcome-text h2,h2{font-size:1.15rem}.feature-card h3,.support-card-title,h3{font-size:1rem}.course-btn,.course-section p,.feature-card p,.hero-button,.hero-content p,.support-list-item,.vu-banner,.vu-download-button,.welcome-text p,p{font-size:.95rem}}.light-theme,body:not(.dark-theme){background-color:#f7f9fc;color:#222}.light-theme .feature-card{background-color:#f5f7fa;color:#222}.light-theme .feature-card p{color:#444}.light-theme .feature-icon{background-color:#ff4a57;color:#fff}.light-theme .course-section,.light-theme .welcome-section{background-color:#f7f9fc;color:#222}.light-theme .support-card{background-color:#f5f7fa;color:#222}.light-theme .support-card-title{color:#ff4a57}.light-theme .vu-banner{background-color:#ff4a57;color:#fff}.light-theme .vu-banner-text h2{color:#fff}.light-theme .vu-download-button{background-color:#fff;color:#ff4a57}.light-theme .vu-download-button:hover{background-color:#ff4a57;color:#fff}.dark-theme,body.dark-theme{background-color:#181c27;color:#f5f7fa}.dark-theme .feature-card{background-color:#23272f;color:#f5f7fa}.dark-theme .feature-card p{color:#bfc8d6}.dark-theme .feature-icon{background-color:#ff4a57;color:#fff}.dark-theme .course-section,.dark-theme .welcome-section{background-color:#181c27;color:#f5f7fa}.dark-theme .support-card{background-color:#23272f;color:#f5f7fa}.dark-theme .support-card-title{color:#ff4a57}.dark-theme .vu-banner{background-color:#23272f;color:#fff}.dark-theme .vu-banner-text h2{color:#ff4a57}.dark-theme .vu-download-button{background-color:#ff4a57;color:#fff}.dark-theme .vu-download-button:hover{background-color:#fff;color:#ff4a57}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}.edu-wrapper{font-family:Arial,sans-serif}.dark-theme{color:#fff}.light-theme{background-color:#fff;color:#111}.edu-hero-banner{height:100vh;overflow:hidden;position:relative;width:100%}.edu-hero-video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}.edu-hero-content{color:#fff;padding:20px;position:relative;text-align:center;top:50%;transform:translateY(-50%);z-index:1}.edu-hero-content h1{font-size:3.5rem;font-weight:700}.edu-hero-content p{font-size:1.2rem;margin:15px 0}.edu-filter-section{padding:60px 20px;text-align:center}.edu-search-bar{margin:0 auto 2rem;max-width:700px}.edu-search-bar input{border:2px solid #ff4a57;border-radius:30px;box-sizing:border-box;font-size:1rem;outline:none;padding:.75rem 1rem;transition:box-shadow .3s ease;width:100%}.edu-search-bar input:focus{box-shadow:0 0 8px #ff4a57}.edu-category-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:2rem}.edu-category-btn{background-color:initial;border:2px solid #ff4a57;border-radius:30px;color:#ff4a57;cursor:pointer;padding:10px 20px;transition:.3s ease}.edu-category-btn.active,.edu-category-btn:hover{background-color:#ff4a57;color:#fff}.edu-course-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,auto);margin:0 auto;max-width:1200px;padding:0 20px}.edu-course-card{background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 12px #00000014;padding:20px;text-align:center;transition:transform .3s ease}.edu-course-card:hover{transform:translateY(-5px)}.edu-course-icon{height:40px;margin-bottom:10px;object-fit:contain;width:40px}.edu-course-category{color:#666;font-size:.9rem}.edu-detailed-list{grid-gap:30px;display:grid;gap:30px;margin:0 auto;max-width:800px;padding:0 20px}.edu-course-detailed-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 15px #0000000f;padding:20px;text-align:left;transition:transform .3s ease}.edu-course-detailed-card:hover{transform:translateY(-5px)}.edu-course-detail-header{align-items:center;display:flex;gap:15px;margin-bottom:10px}.edu-course-description{color:#333;font-size:.95rem;margin-top:10px}.edu-no-results{color:#999;font-size:1.1rem;font-style:italic}.dark-theme .edu-course-card,.dark-theme .edu-course-detailed-card{background-color:#1f1f1f;color:#eee}.dark-theme .edu-course-description{color:#bbb}.dark-theme .edu-course-category{color:#aaa}.dark-theme .edu-search-bar input{background-color:#222;border-color:#ff4a57;color:#fff}@media (max-width:768px){.edu-hero-content h1{font-size:2rem}.edu-hero-content p{font-size:1rem;padding:0 10px}.edu-filter-section{padding:40px 15px}.edu-search-bar{margin-bottom:1.5rem}.edu-category-buttons{gap:8px}.edu-category-btn{font-size:.9rem;padding:8px 16px}.edu-course-grid{gap:20px;grid-template-columns:1fr;grid-template-rows:auto;padding:0 10px}.edu-course-card{padding:15px}.edu-detailed-list{gap:20px;padding:0 10px}.edu-course-detailed-card{padding:15px}.edu-course-detail-header{align-items:flex-start;flex-direction:column;gap:10px}.edu-course-description{font-size:.9rem}}.benefits-wrapper{font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:10px 20px;transition:background-color .3s ease,color .3s ease;-webkit-user-select:none;user-select:none}.benefits-heading{color:inherit;font-size:2.5rem;font-weight:700;margin-bottom:40px;text-align:center}.benefits-container{display:flex;flex-wrap:nowrap;gap:15px;height:180px;justify-content:space-between;margin:0 auto;max-width:1200px;overflow:hidden;padding:0 10px}.benefit-card{--animation-delay:var(--delay,0s);animation:slideUpFadeIn .6s forwards;animation-delay:var(--animation-delay);box-sizing:border-box;cursor:pointer;height:180px;max-width:220px;min-width:150px;opacity:0;outline:none;perspective:1100px}.benefit-card:focus{outline:2px solid #ff4a57;outline-offset:3px}.benefit-inner{background-color:#fff;border-radius:12px;box-shadow:0 4px 14px #0000001a;height:100%;position:relative;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.68,-.55,.265,1.55);width:100%}.benefit-card:focus-within .benefit-inner,.benefit-card:hover .benefit-inner{transform:rotateY(180deg)}.benefit-back,.benefit-front{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:12px;box-sizing:border-box;color:#222;display:flex;flex-direction:column;font-size:1rem;font-weight:600;height:100%;justify-content:center;padding:20px;position:absolute;text-align:center;-webkit-user-select:none;user-select:none;width:100%}.benefit-front{background-color:#fff}.benefit-front img{filter:drop-shadow(0 0 1px rgba(0,0,0,.1));height:42px;margin-bottom:15px;object-fit:contain;width:42px}.benefit-back{background-color:#ff4a57;color:#fff;font-size:.9rem;font-weight:500;line-height:1.4;transform:rotateY(180deg);-webkit-user-select:text;user-select:text}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dark-theme,.dark-theme .benefits-wrapper{background-color:#111;color:#eee}.dark-theme .benefit-inner{background-color:#222;box-shadow:0 4px 20px #000c}.dark-theme .benefit-front{background-color:#222;color:#eee}.dark-theme .benefit-front img{filter:brightness(0) invert(1)}.dark-theme .benefit-back{background-color:#ff4a57;color:#fff}@media (max-width:768px){.benefits-container{gap:12px;padding:0 5px}.benefit-card{height:160px;max-width:180px;min-width:130px}}@media (max-width:480px){.benefits-wrapper{padding:30px 15px}.benefits-heading{font-size:1.8rem;margin-bottom:30px}.benefits-container{gap:8px;padding:0 2px}.benefit-card{height:140px;max-width:140px;min-width:100px}}@media (max-width:768px){.benefits-wrapper{padding:20px 10px}.benefits-heading{font-size:2rem;margin-bottom:25px}.benefits-container{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.benefits-container::-webkit-scrollbar{display:none}.benefit-card{flex:0 0 auto;scroll-snap-align:start}}@media (max-width:480px){.benefits-heading{font-size:1.6rem;margin-bottom:20px}.benefit-card{height:130px;max-width:140px;min-width:120px}.benefit-front img{height:36px;margin-bottom:10px;width:36px}.benefit-back,.benefit-front{font-size:.85rem;padding:12px}.benefits-container{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}}@media (max-width:480px){.benefits-container::-webkit-scrollbar{display:none}.benefit-card{flex:0 0 100%;height:auto;max-width:100%;scroll-snap-align:start}}.interactive-section{align-items:center;animation:fadeInUp .8s ease-out forwards;display:flex;flex-wrap:wrap;gap:40px;margin:0 auto;max-width:1200px;opacity:0;padding:40px 20px;transform:translateY(40px)}.light-theme .interactive-section{background-color:#fff;color:#000}.light-theme .interactive-text h2,.light-theme .interactive-text p{color:#000}.light-theme .interactive-btn{background-color:#ff4a57;border:2px solid #ff4a57;color:#fff}.light-theme .interactive-btn:hover{background-color:#fff;color:#ff4a57}.dark-theme .interactive-section{background-color:#111;color:#eee}.dark-theme .interactive-text h2,.dark-theme .interactive-text p{color:#eee}.dark-theme .interactive-btn{background-color:#ff4a57;border:2px solid #ff4a57;color:#fff}.dark-theme .interactive-btn:hover{background-color:initial;color:#ff4a57}.interactive-video-wrapper{flex:1 1 500px;max-width:600px;transition:transform .4s ease}.interactive-video-wrapper:hover{transform:scale(1.02)}.interactive-video{border-radius:8px;box-shadow:0 4px 12px #00000080;height:auto;width:100%}.interactive-text{flex:1 1 400px;max-width:500px;transition:transform .4s ease}.interactive-text:hover{transform:translateY(-5px)}.interactive-text h2{font-size:1.8rem;font-weight:700;margin-bottom:20px}.interactive-text p{font-size:1rem;line-height:1.5;margin-bottom:30px}.interactive-btn{border-radius:30px;cursor:pointer;font-weight:600;padding:10px 24px;transition:background-color .3s ease,color .3s ease,transform .2s ease}.interactive-btn:hover{transform:scale(1.05)}@media (max-width:768px){.interactive-section{flex-direction:column;padding:30px 15px;text-align:center}.interactive-text,.interactive-video-wrapper{flex:1 1 100%;max-width:100%}.interactive-text h2{font-size:1.5rem}.interactive-text p{font-size:.95rem;margin-bottom:20px}.interactive-btn{font-size:1rem;padding:10px 20px}.interactive-video{border-radius:8px;height:auto;width:100%}}.skills-section{align-items:flex-start;background:#fff;display:flex;flex-wrap:wrap;font-family:Arial,sans-serif;gap:80px;justify-content:center;margin:0 auto;max-width:1200px;padding:60px;transition:background-color .3s ease,color .3s ease}.skills-bars{flex:1 1;max-width:600px;min-width:320px}.skills-bars h2{border-bottom:3px solid;color:inherit;font-size:28px;font-weight:700;margin-bottom:25px;max-width:220px;padding-bottom:5px;white-space:nowrap}.bar-group{margin-bottom:20px}.bar-group span{color:#ff4a57;display:block;font-size:15px;font-weight:600;margin-bottom:6px}.bar-bg{background:#eee;background:var(--bar-bg,#eee);border-radius:12px;height:18px;overflow:hidden;width:100%}.bar-fill{background-color:#000;border-radius:12px 0 0 12px;color:#fff;font-weight:600;height:100%;line-height:18px;padding-right:10px;text-align:right;transition:width 1.5s ease-out;white-space:nowrap;width:0}.skills-visuals{align-content:center;flex-wrap:wrap;gap:15px;height:320px;padding:20px;position:relative;top:20px;width:400px}.skill-circle,.skills-visuals{display:flex;justify-content:center}.skill-circle{align-items:center;background-color:#000;border-radius:50%;color:#fff;cursor:pointer;font-size:14px;font-weight:600;height:120px;line-height:1.2;margin-top:80px;padding:10px;position:absolute;text-align:center;transition:background-color .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease;width:120px}.skill-circle:hover{background-color:#ff4a57;box-shadow:0 0 10px #ff4a5766;color:#fff;transform:scale(1.1)}.skills-section.dark .skill-circle{background-color:#000;color:#fff}.skill1{left:35%;top:-30%}.skill2{left:70%;top:-8%}.skill3{left:86%;top:38%}.skill4{left:70%;top:80%}.skill5{left:35%;top:100%}.skill6{left:23%;top:95%}.skill7{left:0;top:80%}.skill8{left:-15%;top:38%}.skill9{left:-3%;top:-8%}.center-circle{align-items:center;background-color:#ff4a57;border-radius:50%;box-shadow:0 0 10px #3a003ab3;color:#fff;display:flex;font-size:16px;font-weight:700;height:100px;justify-content:center;left:140px;padding:10px;pointer-events:none;position:absolute;text-align:center;top:200px;width:100px}.dark-theme .skills-section{background-color:#1e1e1e;color:#f0f0f0}.dark-theme .skills-section .skills-bars h2{border-color:#ff4a57;color:#f0f0f0}.dark-theme .skills-section .bar-bg{background:#333}.dark-theme .skills-section .bar-fill{background-color:#ff4a57;color:#fff}.dark-theme .skills-section .bar-group span{color:#ff4a57}.dark-theme .skills-section .skill-circle{background-color:#333;color:#f0f0f0}.dark-theme .skills-section .skill-circle:hover{background-color:#ff4a57;color:#fff}.dark-theme .skills-section .center-circle{background-color:#ff4a57;box-shadow:0 0 10px #ff4a5799;color:#fff}@media (max-width:480px){.skills-section{gap:30px;padding:30px 20px}.skills-visuals{flex-wrap:wrap;gap:20px;height:auto;justify-content:center;padding:10px;position:relative;width:100%}.skill-circle{font-size:13px;height:90px;margin:5px;padding:8px;position:static;width:90px}.center-circle{box-shadow:0 0 6px #ff4a5780;font-size:14px;height:80px;margin:10px auto;padding:8px;position:static;width:80px}.skills-bars{padding:0 10px}}.aboutus-hero-banner{height:100vh;overflow:hidden;position:relative;width:100%}.aboutus-hero-video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:1}.aboutus-hero-content{color:#fff;margin:0 auto;max-width:800px;padding:0 20px;position:relative;text-align:center;top:50%;transform:translateY(-50%);z-index:2}.aboutus-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:20px}.aboutus-hero-content p{font-size:1.25rem;line-height:1.6}.aboutus-hero-banner:before{background:#0006;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@media (max-width:768px){.aboutus-hero-content h1{font-size:2.5rem}.aboutus-hero-content p{font-size:1rem}}@media (max-width:600px){.aboutus-hero-banner{height:60vh}.aboutus-hero-content h1{font-size:1.5rem;margin-bottom:12px}.aboutus-hero-content p{font-size:.95rem}.our-story-section{flex-direction:column;gap:18px;padding:10px 4px}.our-story-content{max-width:100%;min-width:0;padding-left:0}.our-story-image{height:200px;margin-top:8px;min-width:0;padding:0}.image-wrapper{height:100%;max-width:100%;padding-left:0}.img-back{height:55%}.img-front{bottom:10px;left:0;max-height:80px;width:95%}.experience-badge{bottom:10px;font-size:8px;height:40px;left:10px;width:40px}.our-story-content h2{font-size:1.1rem}.our-story-content p{font-size:.95rem;margin-bottom:12px}.our-story-services ul{font-size:.95rem;min-width:0}.team-section h2{font-size:1.3rem;margin-bottom:1rem}.team-slider{align-items:center;flex-direction:column;gap:1.2rem;max-width:100%;padding-bottom:0}.team-card{height:120px;margin-bottom:.8rem;width:120px}.photo-wrapper,.photo-wrapper img{height:80px;width:80px}.skill-ring{height:92px;left:-6px;top:-6px;width:92px}.team-card h3{font-size:.9rem}.role{font-size:.8rem;max-width:90px}.alumni-section h2{font-size:1.1rem}.alumni-section p{font-size:.95rem;margin-bottom:1rem}.alumni-cards{flex-direction:column;gap:1rem}.alumni-card{flex:1 1 100%;margin-bottom:1.2rem;padding:.8rem}.alumni-card img{height:100px}.alumni-card h3{font-size:1rem}.alumni-card p{font-size:.95rem;min-height:30px}.edu-section{flex-direction:column;gap:18px;max-width:100%;padding:18px 4px}.edu-left{gap:12px;padding-left:0;width:100%}.edu-card{font-size:.95rem;height:auto;padding:12px}.edu-right{max-width:100%;min-width:0}.edu-image{height:100px;max-width:100%}.edu-why-choose{gap:18px;padding:0 4px}.edu-why-choose,.stats-column{flex-direction:column;max-width:100%}.stats-column{gap:12px;height:auto}.stat-box{font-size:.95rem;padding:12px 8px}.image-column img{height:100px;max-width:100%;width:100%}.content-column{gap:12px;max-width:100%}.section-label{font-size:1rem}.main-heading{font-size:1.1rem}.cta-button,.description,.features-list li{font-size:.95rem}.cta-button{padding:10px 18px}}*,:after,:before{box-sizing:border-box}.our-story-section{animation:fadeInUp 1s ease forwards;background-color:#fff;color:#222;display:flex;flex-wrap:wrap;font-family:Arial,sans-serif;gap:40px;overflow-x:hidden;padding:20px}.our-story-content{animation:fadeInLeft 1s ease forwards;flex:1 1 400px;max-width:600px;min-width:280px;opacity:0;padding-left:61px}.our-story-content h2{font-size:28px;font-weight:700;margin-bottom:14px}.our-story-content p{color:inherit;font-size:18px;line-height:1.6;margin-bottom:24px;text-align:justify}.our-story-services{display:flex;flex-wrap:wrap;gap:60px;margin-bottom:25px}.our-story-services ul{color:inherit;font-size:16px;line-height:1.8;list-style:none;min-width:150px;padding:0}.our-story-contact{align-items:center;animation:fadeInUp 1s ease .5s forwards;display:flex;flex-wrap:wrap;gap:25px;opacity:0}.contact-btn{background-color:#ff4a57;border:1px solid #fff;border-radius:6px;box-shadow:0 4px 8px #ff4a5766;cursor:pointer;font-size:16px;padding:12px 28px;transition:background-color .3s ease,color .3s ease,transform .3s ease;-webkit-user-select:none;user-select:none;white-space:nowrap}.contact-btn:hover{background-color:#f1f1f1;box-shadow:0 6px 15px #ff4a5799;color:#ff4a57;transform:scale(1.05)}.phone-info strong{display:block;font-size:18px;font-weight:700}.phone-info p{color:inherit;font-size:18px;margin:0;text-align:left}.our-story-image{align-items:flex-end;animation:fadeInRight 1s ease forwards;display:flex;flex:1 1 380px;height:420px;justify-content:center;margin-top:20px;min-width:280px;opacity:0;overflow:visible;padding:0 20px;position:relative}.image-wrapper{height:100%;max-width:360px;padding-left:60px;position:relative;width:100%}.img-back{box-shadow:0 6px 20px #0000001a;display:block;height:65%;width:100%}.img-back,.img-front{border-radius:12px;object-fit:cover;transition:transform .4s ease;will-change:transform}.img-front{bottom:60px;box-shadow:0 10px 30px #00000026;left:150px;max-height:280px;max-width:100%;position:absolute;width:80%;z-index:2}.our-story-image:hover .img-back{transform:scale(1.05) rotate(-1deg)}.our-story-image:hover .img-front{transform:scale(1.05) translateX(10px)}.experience-badge{align-items:center;background:#ff4a57;border-radius:50%;bottom:80px;box-shadow:0 6px 20px #ff4a5799;color:#fff;display:flex;flex-direction:column;font-size:14px;font-weight:600;height:100px;justify-content:center;left:60px;padding:12px;position:absolute;text-align:center;transition:box-shadow .3s ease;width:100px;z-index:3}.experience-badge:hover{box-shadow:0 10px 40px #ff4a57e6}.experience-badge h4{font-size:28px;margin:0 0 6px}@media (max-width:768px){.our-story-section{flex-direction:column;padding:15px 10px}.our-story-content,.our-story-image{animation:fadeInUp .8s ease forwards;flex:1 1 100%;max-width:100%;min-width:auto;opacity:0;padding-left:0}.our-story-services{gap:30px}.img-front{bottom:40px;left:10px;max-height:none;width:90%}.experience-badge{bottom:10px;font-size:12px;height:80px;left:5px;width:80px}.experience-badge h4{font-size:22px}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.dark-theme .our-story-section{background-color:#121212;color:#e0e0e0}.dark-theme .our-story-content p,.dark-theme .our-story-content ul,.dark-theme .phone-info p,.dark-theme .phone-info strong{color:#ccc}.dark-theme .our-story-content h2{color:#fff}.dark-theme .contact-btn{background-color:#ff4a57;border-color:#ff4a57;box-shadow:0 4px 8px #ff4a57b3;color:#fff}.dark-theme .contact-btn:hover{background-color:#fff;box-shadow:0 6px 15px #ff4a57e6;color:#ff4a57}.dark-theme .our-story-image{filter:brightness(.8)}.dark-theme .experience-badge{background:#ff4a57;box-shadow:0 6px 20px #ff4a57e6;color:#fff}body.dark-theme .our-story-section{background:#181818;color:#f3f3f3}body.dark-theme .our-story-contact,body.dark-theme .our-story-contact .phone-info,body.dark-theme .our-story-content h2,body.dark-theme .our-story-content p,body.dark-theme .our-story-services li{color:#f3f3f3}body.dark-theme .our-story-contact .contact-btn{background:#ff4a57;border-color:#ff4a57;color:#fff}.edu-section{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin:auto;max-width:1200px;padding:40px 20px}.edu-left{display:flex;flex-direction:column;gap:20px;padding-left:50px;width:300px}.edu-card{background-color:#f4f4f4;border-radius:8px;box-shadow:0 2px 8px #0000000d;height:160px;padding:20px;transition:transform .3s ease}.edu-card h3{color:#222;font-size:18px;font-weight:600;margin:0 0 10px}.edu-card p{color:#444;font-size:14px;line-height:1.4;margin:0}.edu-card.highlight{background-color:#ff4a57;box-shadow:0 4px 20px #fff6;color:#fff}.edu-card.highlight h3,.edu-card.highlight p{color:#fff}.edu-card:hover{transform:translateY(-3px)}.edu-right{flex:1 1;max-width:600px;min-width:300px}.edu-image{border-radius:8px;box-shadow:0 8px 20px #0000001a;object-fit:cover;width:100%}.dark-theme .edu-section{background-color:#121212}.dark-theme .edu-left{padding-left:50px}.dark-theme .edu-card{background-color:#1e1e1e;box-shadow:0 2px 8px #ff4a574d;color:#ccc;transition:transform .3s ease}.dark-theme .edu-card h3{color:#ff4a57}.dark-theme .edu-card p{color:#aaa}.dark-theme .edu-card.highlight{background-color:#ff4a57;box-shadow:0 4px 20px #ff4a57cc;color:#fff}.dark-theme .edu-card.highlight h3,.dark-theme .edu-card.highlight p{color:#fff}.dark-theme .edu-card:hover{box-shadow:0 6px 15px #ff4a5799;transform:translateY(-3px)}.dark-theme .edu-image{border-radius:8px;box-shadow:0 8px 20px #ff4a5766;filter:brightness(.85)}.edu-why-choose{align-items:flex-start;color:#333;display:flex;flex-wrap:nowrap;gap:30px;margin:60px auto;max-width:1200px;padding:0 20px}.edu-why-choose.dark{color:#ddd}.stats-column{flex:1 1 280px;gap:20px;height:600px;justify-content:space-between}.stat-box,.stats-column{display:flex;flex-direction:column}.stat-box{background-color:#f8f9fa;border-radius:12px;box-shadow:0 8px 20px #0000000f;flex-grow:1;justify-content:center;padding:25px 20px;text-align:center;transition:box-shadow .3s ease,transform .3s ease}.stat-box:hover{box-shadow:0 12px 30px #00000026;cursor:pointer;transform:scale(1.05)}.edu-why-choose.dark .stat-box{background-color:#222}.stat-box .icon img{height:50px;margin-bottom:12px;object-fit:contain;width:50px}.stat-box .number{font-size:1.8rem;font-weight:700;margin-bottom:6px}.stat-box .label{color:#555;font-size:1rem}.edu-why-choose.dark .stat-box .label{color:#bbb}.image-column{align-items:center;display:flex;flex:1 1 500px;justify-content:center}.image-column img{border-radius:15px;box-shadow:0 8px 20px #0000001a;height:600px;object-fit:cover;width:auto}.content-column{display:flex;flex:1 1 350px;flex-direction:column;gap:20px}.section-label{color:#ff4a57;font-size:1.1rem;font-weight:600;text-transform:uppercase}.main-heading{font-size:2rem;margin:0;text-align:left}.description{color:#555;font-size:1rem;text-align:justify}.edu-why-choose.dark .description{color:#bbb}.features-list{list-style:none;margin:0;padding:0}.features-list li{align-items:center;display:flex;font-size:1rem;gap:10px;margin-bottom:12px}.check-icon{color:#ff4a57;min-height:22px;min-width:22px}.cta-button{align-self:flex-start;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:600;padding:14px 32px;transition:background-color .3s ease,transform .2s ease}.cta-button:hover{background-color:#fff}.cta-button:active{transform:scale(.95)}@media (max-width:1024px){.edu-why-choose{align-items:center;flex-direction:column}.content-column,.image-column,.stats-column{flex:1 1 100%;height:auto;max-width:600px}.stats-column{flex-direction:row;gap:15px;justify-content:space-around}.stat-box{flex-grow:0;height:auto;margin:0 10px}.image-column img{height:auto;width:100%}}@media (max-width:600px){.section-label{font-size:1rem}.main-heading{font-size:1.5rem}.description,.features-list li{font-size:.95rem}.cta-button{font-size:1rem;padding:12px 24px}}.team-section{background-color:var(--background);box-sizing:border-box;color:var(--text);min-height:auto;padding:2rem 1.5rem 1rem;text-align:center}.team-section h2{font-size:2.8rem;font-weight:700;margin-bottom:1.8rem}.team-slider{align-items:center;display:flex;flex-direction:row;gap:3rem;justify-content:center;margin:0 auto;max-width:1200px;overflow:hidden;padding-bottom:0}.team-card{background-color:var(--card-bg);border-radius:50%;box-shadow:0 8px 20px #0000002e;cursor:pointer;height:270px;outline:none;perspective:1000px;position:relative;transition:transform .3s ease,box-shadow .3s ease;-webkit-user-select:none;user-select:none;width:270px}.team-card:focus,.team-card:hover{box-shadow:0 14px 32px #00000047;transform:scale(1.1);z-index:10}.team-card>div{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:50%;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:1.5rem;position:absolute;top:0;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.card-front{background-color:var(--card-bg);color:var(--text);transform:rotateY(0deg)}.card-back{background-color:var(--accent);color:var(--card-bg);font-size:1rem;justify-content:center;padding:1.5rem 2rem;text-align:center;transform:rotateY(180deg)}.team-card.flipped .card-front{transform:rotateY(-180deg)}.team-card.flipped .card-back{transform:rotateY(0deg)}.photo-wrapper{margin-bottom:.6rem;overflow:visible}.photo-wrapper,.photo-wrapper img{border-radius:50%;height:170px;position:relative;width:170px}.photo-wrapper img{box-shadow:0 6px 16px #0003;object-fit:cover;z-index:2}.skill-ring{height:194px;left:-14px;position:absolute;top:-14px;transition:stroke-dashoffset .8s ease;width:194px;z-index:1}.ring-bg{stroke:var(--ring-bg);stroke-width:10}.ring-progress{stroke:var(--ring-progress);stroke-width:10;stroke-linecap:round;transform:rotate(-90deg);transform-origin:center}.team-card h3{font-size:1.3rem;font-weight:700;line-height:1.2;margin:.3rem 0 .25rem}.role,.team-card h3{-webkit-user-select:none;user-select:none}.role{word-wrap:break-word;color:var(--text-muted);font-size:1.05rem;line-height:1.3;margin:0;max-width:140px}.bio{flex-grow:1;font-size:1rem;line-height:1.4;margin-bottom:1rem}.social-links{display:flex;gap:1.5rem;justify-content:center}.social-links a{color:var(--card-bg);font-size:1.6rem;text-decoration:none;transition:color .3s ease}.social-links a:focus,.social-links a:hover{color:var(--ring-progress);outline:none}@media (max-width:1024px){.team-card{height:180px;width:180px}.photo-wrapper,.photo-wrapper img{height:110px;width:110px}.skill-ring{height:130px;left:-9px;top:-9px;width:130px}.team-card h3{font-size:1.1rem}.bio,.role{font-size:.9rem}}@media (max-width:600px){.team-slider{gap:2rem}.team-card{height:140px;width:140px}.photo-wrapper,.photo-wrapper img{height:90px;width:90px}.skill-ring{height:104px;left:-7px;top:-7px;width:104px}.team-card h3{font-size:1rem}.bio,.role{font-size:.85rem}}@media (max-width:400px){.team-card{height:120px;width:120px}.photo-wrapper,.photo-wrapper img{height:80px;width:80px}.skill-ring{height:92px;left:-6px;top:-6px;width:92px}.team-card h3{font-size:.9rem}.bio,.role{font-size:.8rem}}.alumni-section{color:#222;margin:0 auto;max-width:1100px;padding:3rem 1.5rem;text-align:center}.alumni-section.dark{background-color:#121212;color:#eee}.alumni-section h2{font-size:1.9rem;font-weight:700;margin-bottom:.7rem}.alumni-section p{font-size:1.1rem;line-height:1.4;margin:.3rem auto 1.5rem;max-width:700px}.alumni-cards{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.alumni-card{background:#f9f9f9;background:var(--card-bg,#f9f9f9);border-radius:12px;box-shadow:0 3px 8px #0000001a;cursor:default;flex:1 1 22%;padding:1rem;transition:box-shadow .3s ease}.alumni-section.dark .alumni-card{background:#1e1e1e;box-shadow:0 3px 8px #000c;color:#f3f3f3}.alumni-card:hover{box-shadow:0 8px 18px #00000026}.alumni-card img{border-radius:12px;height:220px;margin-bottom:.8rem;object-fit:cover;-webkit-user-select:none;user-select:none;width:100%}.alumni-card h3{font-weight:600;margin:0 0 .4rem}.alumni-card p{color:#555;color:var(--text-muted,#555);font-size:1rem;min-height:60px}.alumni-card .underline{background-color:#ff4a57;border-radius:3px;height:6px;margin:.8rem auto 0;width:70%}@media (max-width:900px){.alumni-card{flex:1 1 45%}}@media (max-width:550px){.alumni-card{flex:1 1 100%}}body.dark-theme .our-story-section{background-color:#181818!important;color:#f3f3f3!important}body.dark-theme .our-story-contact,body.dark-theme .our-story-contact .phone-info,body.dark-theme .our-story-contact .phone-info p,body.dark-theme .our-story-contact .phone-info strong,body.dark-theme .our-story-content,body.dark-theme .our-story-content h2,body.dark-theme .our-story-content p,body.dark-theme .our-story-services li{color:#f3f3f3!important}body.dark-theme .our-story-contact .contact-btn{background:#ff4a57!important;border-color:#ff4a57!important;box-shadow:0 4px 8px #ff4a57b3!important;color:#fff!important}body.dark-theme .our-story-contact .contact-btn:hover{background:#fff!important;color:#ff4a57!important}body.dark-theme .our-story-image{filter:brightness(.85)!important}body.dark-theme .experience-badge{background:#ff4a57!important;box-shadow:0 6px 20px #ff4a57e6!important;color:#fff!important}body.dark-theme .alumni-card{background:#1e1e1e;color:#f3f3f3}body.dark-theme .alumni-card h3,body.dark-theme .alumni-card p{color:#f3f3f3}body.dark-theme .alumni-card .underline{background-color:#ff4a57}.service-page{box-sizing:border-box;font-family:Roboto,sans-serif;max-width:100vw;min-height:100vh;overflow-y:auto;transition:background-color .5s ease,color .5s ease}.light-mode{background-color:#f5f5f5;color:#222}.dark-mode{background-color:initial;color:#fff}.service-page,body,html{overflow-x:hidden!important}.services-container-service,.services-section-service{overflow:visible!important}.hero-container-service{align-items:center;color:#fff;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.hero-container-service:before{background-color:#00000080;content:"";z-index:1}.hero-container-service:before,.hero-video-service{height:100%;left:0;position:absolute;top:0;width:100%}.hero-video-service{object-fit:cover;z-index:0}.hero-content-service{max-width:800px;padding:0 10px;position:relative;z-index:2}.hero-tagline-service{animation:fadeInDown 1.5s ease-out;font-size:3rem;font-weight:700;letter-spacing:2px;margin-bottom:20px;text-shadow:2px 2px 4px #00000080}.hero-paragraph-service{animation:fadeInUp 1.5s ease-out .5s forwards;font-size:1.2rem;line-height:1.5;margin-bottom:30px;text-shadow:1px 1px 2px #0006}.hero-btns-service .btn{animation:fadeInScale 1.5s ease-out 1s forwards;background-color:#000;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:15px 30px;transition:background-color .3s,transform .3s}.hero-btns-service .btn:hover{background-color:#fff;color:#000;transform:scale(1.05)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.services-section-service{padding:60px 0;text-align:center}.dark-mode .services-section-service{background-color:initial;color:#fff}.light-mode .services-section-service{background-color:#f9f9f9;color:#121212}.services-container-service{margin:0 auto;max-width:1100px;padding:0 20px}.services-heading-service{font-size:2.5rem;font-weight:700;margin-bottom:20px}.services-intro-service{font-size:1.2rem;line-height:1.6;margin:0 auto 50px;max-width:800px}.services-grid-service{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card-service{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;color:#121212;display:flex;flex-direction:column;overflow:hidden;padding:0;position:relative;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.dark-mode .service-card-service{background:#242424;box-shadow:0 4px 15px #ffffff1a;color:#fff}.service-card-service:hover{box-shadow:0 10px 25px #0003;transform:translateY(-10px)}.dark-mode .service-card-service:hover{box-shadow:0 10px 25px #fff3}.service-image-service{border-top-left-radius:10px;border-top-right-radius:10px;display:block;height:200px;object-fit:cover;width:100%}.service-card-service h3{font-size:1.5rem;margin:20px 20px 10px}.service-card-service p{flex-grow:1;font-size:1rem;line-height:1.5;margin:0 20px 20px}.service-btn-service{background-color:#ff4a57!important;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;margin:0 20px 20px;opacity:1!important;padding:12px 24px;position:relative;transition:color .3s ease;z-index:1}.service-btn-service:before{content:"";height:100%;left:0;position:absolute;top:0;transition:transform .3s ease;width:100%;z-index:-1}.corporate-btn,.corporate-btn:before{background-color:#ff4a57}.corporate-btn:before{transform:scaleX(0);transform-origin:left}.corporate-btn:hover{box-shadow:0 0 15px #ff4a57,0 0 5px #ff4a57}.corporate-btn:hover:before{transform:scaleX(1)}.social-btn{background-color:#ff4a57}.social-btn:hover{box-shadow:0 0 15px #ff4a57,0 0 5px #ff4a57}.social-btn:before{background-color:#ff4a57;transform:scaleY(0);transform-origin:top}.social-btn:hover:before{transform:scaleY(1)}.festival-btn{animation:none;background-color:#ff4a57;box-shadow:0 0 0 0 #ff4a57}.festival-btn:hover{box-shadow:0 0 15px #ff4a57,0 0 5px #ff4a57}@keyframes pulse{0%{box-shadow:0 0 0 0 #ff4a57}70%{box-shadow:0 0 0 10px #007bff00}to{box-shadow:0 0 0 0 #007bff00}}.tradeshow-btn{background-color:#ff4a57;transition:transform .2s ease-in-out}.tradeshow-btn:active{box-shadow:0 2px 0 #1a242f;transform:translateY(4px)}.tradeshow-btn:hover{box-shadow:0 0 15px #ff4a57,0 0 5px #ff4a57}.private-btn{background-color:#ff4a57;border:2px solid #0000;transition:box-shadow .3s ease-in-out}.private-btn:hover{box-shadow:0 0 15px #ff4a57,0 0 5px #ff4a57}.nonprofit-btn{background-color:#ff4a57}.nonprofit-btn:hover{box-shadow:0 0 15px #ff4a57,0 0 5px #ff4a57}.nonprofit-btn:before{background:linear-gradient(135deg,#ff4a57,#ff4a57 50%,#ff4a57);transform:scale(0);transform-origin:bottom right}.nonprofit-btn:hover:before{transform:scale(1)}@media (max-width:1024px){.services-grid-service{gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.services-section-service{padding:40px 0}.services-heading-service{font-size:2rem}.services-intro-service{font-size:1.1rem;margin-bottom:40px;padding:0 15px}.services-grid-service{gap:20px;grid-template-columns:1fr;margin:0 auto;max-width:500px}.service-card-service{margin:0 10px}.service-image-service{height:180px}}@media (max-width:480px){.services-container-service{padding:0 15px}.services-heading-service{font-size:1.8rem}.services-intro-service{font-size:1rem;margin-bottom:30px}.service-card-service h3{font-size:1.3rem}.service-card-service p{font-size:.9rem}.service-btn-service{font-size:.9rem;padding:10px 20px}}.portfolio-section{padding:10px 0;text-align:center}.dark-mode .portfolio-section,.light-mode .portfolio-section{background-color:#f0f2f5;color:#121212}.dark-mode .portfolio-section{background-color:#1a1a1a;color:#fff}.portfolio-container{margin:0 auto;max-width:1100px;padding:0 20px}.portfolio-heading{font-size:2.5rem;font-weight:700;margin-bottom:20px}.portfolio-intro{font-size:1.2rem;line-height:1.6;margin:0 auto 50px;max-width:800px}.case-study-card{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;display:flex;overflow:hidden;text-align:left}.dark-mode .case-study-card{background:#242424;box-shadow:0 4px 15px #ffffff1a}.case-study-image{height:auto;object-fit:cover;width:50%}.case-study-details{padding:40px;width:50%}.case-study-tag{background-color:#ff4a57;border-radius:5px;color:#fff;font-size:.9rem;font-weight:700;padding:5px 10px}.case-study-details h3{font-size:2rem;margin:15px 0}.case-study-details p{color:#555;line-height:1.6;margin-bottom:15px}.dark-mode .case-study-details p{color:#ccc}.case-study-btn{background-color:#ff4a57;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:12px 24px;transition:background-color .3s ease}.case-study-btn:hover{background-color:#fff;color:#ff4a57}@media (max-width:768px){.case-study-card{flex-direction:column}.case-study-details,.case-study-image{width:100%}.case-study-image{height:200px}.case-study-details{padding:20px}.portfolio-heading{font-size:2rem}.portfolio-intro{font-size:1rem;margin-bottom:30px;padding:0 10px}.case-study-details h3{font-size:1.5rem}.case-study-details p{font-size:.95rem}.case-study-btn{font-size:1rem;padding:10px 0;width:100%}}.packages-section{padding:10px 0;text-align:center}.dark-mode .packages-section,.light-mode .packages-section{background-color:#f0f2f5;color:#121212}.dark-mode .packages-section{background-color:#1a1a1a;color:#fff}.packages-container{margin:0 auto;max-width:1100px;padding:0 20px}.packages-heading{font-size:2.5rem;font-weight:700;margin-bottom:20px}.packages-intro{font-size:1.2rem;line-height:1.6;margin:0 auto 50px;max-width:800px}.package-tiers{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.package-box{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 15px #0000000d;flex:1 1;max-width:350px;padding:40px;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.dark-mode .package-box{background-color:#242424;border-color:#333}.package-box:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-10px)}.featured-package{background-color:#ff4a57;box-shadow:0 10px 20px #ff634733;color:#fff;transform:scale(1.05)}.featured-package:hover{box-shadow:0 20px 40px #ff63474d;transform:translateY(-10px) scale(1.05)}.featured-package .package-features li,.featured-package h3,.featured-package p{color:#fff}.featured-package .package-btn{background-color:#fff;color:#ff4a57}.featured-package .package-btn:hover{background-color:#f0f0f0}.package-box span{background-color:#fff;border-radius:20px;color:#ff4a57;font-size:.8rem;font-weight:700;padding:5px 10px;position:absolute;right:15px;top:15px}.package-box h3{font-size:2rem;margin-bottom:10px}.package-description{font-size:1rem;line-height:1.5;margin-bottom:20px;max-width:95%;min-height:48px;overflow-wrap:break-word;text-align:center;white-space:normal;word-break:break-word}.package-features{border-top:1px solid #eee;font-size:1rem;line-height:1.6;margin-top:0;padding-top:20px;text-align:left;word-break:break-word}.dark-mode .package-features{border-top-color:#444}.package-features li{align-items:center;display:flex;margin-bottom:10px}.package-features li i{color:#4caf50;margin-right:10px}.package-btn{background-color:#ff4a57;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;margin-top:20px;padding:12px 24px;transition:all .3s ease}@media (max-width:600px){.package-description{font-size:.95rem;min-height:36px;padding:0 4px}.package-features{font-size:.95rem;padding-left:8px;padding-right:8px}}.giving-section{background:linear-gradient(120deg,#fff5fa,#ffe0ec);box-shadow:0 2px 24px #dc35450f;color:#210027;font-family:Arial,sans-serif;padding:60px 20px 5px;text-align:center}.giving-container{flex-wrap:wrap;gap:80px;justify-content:center;margin:0 auto;max-width:1200px}.giving-container,.giving-item{align-items:center;display:flex}.giving-item{background:#fff;border:none;border-radius:18px;box-shadow:0 4px 24px #21002714;flex-direction:column;justify-content:flex-start;margin:0 8px;max-width:240px;min-height:260px;padding:32px 18px 18px;transition:transform .2s,box-shadow .2s}.giving-item:hover{background:#fbeff5;box-shadow:0 8px 32px #21002721;transform:translateY(-8px) scale(1.03)}.giving-item-icon{align-items:center;background-color:#fff;border:6px solid #210027;display:flex;height:90px;justify-content:center;margin-bottom:20px;transform:rotate(45deg);width:90px}.giving-item-icon img{height:36px;transform:rotate(-45deg);width:36px}.giving-item-title{color:#210027;font-size:1.2rem;font-weight:700;line-height:1.3;margin-bottom:10px;text-align:center}.giving-item-desc{color:#210027;font-size:1rem;line-height:1.5;margin:0;text-align:center}.giving-item p{color:#210027;font-size:1.1rem;font-weight:700;margin:0;text-align:justify}body.dark-theme .giving-section{background:linear-gradient(120deg,#232526,#434343);color:#f3f3f3}body.dark-theme .giving-item{background:#232526;box-shadow:0 4px 24px #ffffff0a}body.dark-theme .giving-item:hover{background:#434343}body.dark-theme .giving-item-icon{background-color:#232526;border-color:#f3f3f3}body.dark-theme .giving-item p{color:#f3f3f3;text-align:justify}.hero{align-items:center;display:flex;height:100vh;justify-content:center;min-height:100vh;overflow:hidden;position:relative;width:100%}.hero-overlay{background:#1e1e1e59;left:0;position:absolute;top:0;width:100%}.hero-overlay h1,.hero-overlay p{color:#fff;margin:0 0 12px;text-shadow:0 2px 8px #222}.giving-section{background:#fff;border-radius:0 0 16px 16px;box-shadow:0 4px 24px #00000012;margin-top:0;padding:40px 0 24px;position:relative;z-index:3}.hero+.giving-section{margin-top:-40px;padding-top:48px}.hero:after{background:linear-gradient(180deg,#1e1e1e26,#fff 80%);bottom:-24px;content:"";display:block;height:24px;left:0;pointer-events:none;position:absolute;width:100%;z-index:2}.contact-full{display:flex;height:100vh;width:100%}.contact-left,.contact-right{align-items:center;display:flex;flex:1 1;justify-content:center}.contact-left img{height:80%;object-fit:cover;width:100%}.contact-right{background:#f9fbff;flex-direction:column;padding:50px;text-align:left}.contact-right h2{color:#0d2d62;font-size:2rem;margin-bottom:20px}.contact-right form{display:flex;flex-direction:column;gap:12px;max-width:400px;width:100%}.contact-right input,.contact-right textarea{border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:12px 14px}.contact-right input:focus,.contact-right textarea:focus{border-color:#007bff;outline:none}.contact-right button{background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:10px;padding:12px;transition:.3s}.contact-right button:hover{background:#fff;color:#007bff}.contact-right label{color:#0d2d62;display:block;font-size:1rem;font-weight:600;margin-bottom:4px;margin-top:10px}body.dark-theme .contact-right label{color:#fff}.success-box{background:#f9fbff;flex-direction:column;padding:50px;text-align:center}.success-box h2{color:green;margin-bottom:10px}@media (max-width:768px){.contact-full{flex-direction:column;height:auto}.contact-left,.contact-right{flex:none;justify-content:flex-start;padding:20px 10px;width:100%}.contact-left img{height:auto;max-height:300px;object-fit:cover}.contact-right{padding:20px 10px;text-align:center}.contact-right h2{font-size:1.5rem;margin-bottom:15px}.contact-right form{max-width:100%}.contact-right input,.contact-right textarea{font-size:.95rem}.contact-right button{font-size:1rem;padding:12px 0}}.map-section{height:500px;overflow:hidden;padding:10px;scrollbar-width:none;width:100%}.map-section::-webkit-scrollbar{display:none}.map-section iframe{border:none;height:100%;width:100%}.contact-banner{align-items:center;background:linear-gradient(#00000080,#00000080),url(https://i.pinimg.com/1200x/41/83/70/41837062460063af1a0cb56802e9001a.jpg) 50%/cover no-repeat;color:#fff;display:flex;height:70vh;justify-content:center;padding:50px;text-align:center;width:100%}.contact-banner-content{max-width:700px}.contact-banner h2{font-size:2.8rem;font-weight:700;margin-bottom:15px}.contact-banner p{font-size:1.2rem;line-height:1.6;margin-bottom:25px;text-align:center}.contact-btn{background:#007bff;border-radius:8px;color:#fff;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.contact-btn:hover{background:#0056b3}@media (max-width:768px){.contact-banner{height:50vh;padding:15px}.contact-banner-content{max-width:100%}.contact-banner h2{font-size:1.8rem;margin-bottom:10px}.contact-banner p{font-size:1rem;margin-bottom:15px}.contact-btn{font-size:1rem;padding:10px 20px}}body.dark-theme .contact-section{background:#1a1a1a}body.dark-theme .contact-card{background:#2a2a2a;box-shadow:0 4px 15px #ffffff0d}body.dark-theme .contact-card h3{color:#64b5f6}body.dark-theme .contact-card p{color:#ddd}body.dark-theme .icon-circle{background:#333;color:#64b5f6}body.dark-theme .contact-right{background:#1e1e1e}body.dark-theme .contact-right h2{color:#fff}body.dark-theme .contact-right input,body.dark-theme .contact-right textarea{background:#2e2e2e;border:1px solid #555;color:#fff}body.dark-theme .contact-right input::placeholder,body.dark-theme .contact-right textarea::placeholder{color:#aaa}body.dark-theme .contact-right input:focus,body.dark-theme .contact-right textarea:focus{border-color:#64b5f6}body.dark-theme .contact-right button{background:#64b5f6;color:#fff}body.dark-theme .contact-right button:hover{background:#fff;color:#64b5f6}body.dark-theme .success-box{background:#1e1e1e}body.dark-theme .success-box h2{color:#4caf50}body.dark-theme .map-section{background:#121212;border:2px solid #333}body.dark-theme .contact-banner{background:linear-gradient(#0a0a0acc,#0a0a0acc),url(https://i.pinimg.com/1200x/73/31/76/7331766da00be72c7d80a04517193df6.jpg) 50%/cover no-repeat;color:#fff}body.dark-theme .contact-banner h2{color:#fff}body.dark-theme .contact-banner p{color:#ddd}body.dark-theme .contact-btn{background:#64b5f6;color:#fff}body.dark-theme .contact-btn:hover{background:#fff;color:#64b5f6}body,html{scrollbar-width:none}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}\.hero{height:100vh;margin:0;overflow:hidden;padding:0;position:relative;width:100vw}.hero img,.hero video{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.hero-overlay{align-items:center;background:#0006;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 20px;position:relative;text-align:center;z-index:2}.hero-overlay h1{animation:fadeInLeft 1s ease-out forwards;color:#ff4a57;font-size:2rem;font-weight:700;margin-bottom:10px}.hero-overlay p{animation:fadeInRight 1s ease-out forwards;font-size:1.2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.btn{border:none;border-radius:6px;cursor:pointer;font-size:1rem;padding:12px 25px;transition:.3s ease}.btn-primary{background-color:#ff4a57;color:#fff}.btn-primary:hover{background-color:#ff4a5733;color:#ff4a57}.btn-secondary{background-color:#ff4a57;color:#fff}.btn-secondary:hover{background-color:#ff4a5733;color:#ff4a57}@media (max-width:768px){.hero{height:60vh}.hero-overlay{padding:0 15px}.hero-overlay h1,.hero-overlay p{font-size:.8rem}.hero-buttons{flex-direction:column;gap:10px}.btn{padding:10px 0;text-align:center;width:100%}}.blog-cards-section{background-color:var(--background-color);padding:3rem 1rem}.blog-cards-container{grid-gap:32px;align-items:stretch;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-items:center;margin:32px auto;max-width:1100px;width:100%}.blog-card{background:#fff;border-radius:24px;box-shadow:0 4px 24px #21002714;cursor:pointer;display:flex;flex-direction:column;max-width:350px;min-height:320px;overflow:hidden;transition:transform .2s,box-shadow .2s;width:100%}.dark-theme .blog-card{background:#232526;box-shadow:0 4px 24px #ffffff0a}.blog-card:hover{box-shadow:0 8px 32px #21002721;transform:translateY(-8px) scale(1.03)}.blog-card img{border-top-left-radius:24px;border-top-right-radius:24px;height:120px;object-fit:cover;width:100%}.blog-card-content{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;min-height:80px;padding:18px 16px 12px}.blog-card-content h3{color:#d83645;font-size:1.18rem;margin-bottom:10px}.dark-theme .blog-card-content h3{color:#ffb3b8}.blog-card-content p{color:#333;flex:1 1;font-size:1rem;margin-bottom:.5rem}.dark-theme .blog-card-content p{color:#f3f3f3}.read-more{align-self:flex-end;color:#ff4a57;font-size:1rem;font-weight:600;margin-top:12px}.dark-theme .read-more{color:#ffb3b8}@media (max-width:900px){.blog-cards-container{gap:24px;grid-template-columns:1fr;padding:0 8px}.blog-card{max-width:100%;min-height:220px;min-width:0}.blog-card-content{min-height:60px;padding-bottom:8px}}.dark-theme .blog-cards-section{background-color:#121212}.dark-theme .blog-card{background:#1e1e1e;box-shadow:0 6px 18px #ffffff0d}.dark-theme .blog-card h3{color:#ff4a57}.dark-theme .blog-card p{color:#ccc}.dark-theme .read-more{color:#ff4a57}.dark-theme .blog-card:hover{box-shadow:0 20px 40px #ff4a5733}.dark-theme .blog-card:hover .read-more{color:#ff7a85}.hero-overlay h1,.hero-overlay p{animation:fadeInUp 1s ease forwards}.hero-overlay h1{animation-delay:.3s}.hero-overlay p{animation-delay:.6s}.featured-blogs{background-color:#f5f7fa;padding:4rem 2rem}.section-title{font-size:2.2rem}.feature-row{align-items:stretch;display:flex;flex-wrap:nowrap;gap:0;justify-content:space-between;margin-bottom:4rem}.feature-row.reverse{flex-direction:row-reverse}.feature-text{flex:1 1;max-width:500px}.feature-text h3{color:#ff4a57;font-size:1.8rem;margin-bottom:1rem}.feature-text p{color:#333;font-size:1rem;line-height:1.6;margin-bottom:1rem;text-align:justify}.feature-link{color:#ff4a57;font-weight:700;text-decoration:none;transition:color .3s ease}.feature-link:hover{color:#cc3843}.feature-image{align-items:stretch;display:flex;flex:1 1 50%;justify-content:stretch;max-width:none;min-width:0}.feature-image img{border-radius:16px 0 0 16px;box-shadow:none;height:100%;max-height:none;object-fit:cover;width:100%}.feature-row.reverse .feature-image img,.feature-text{border-radius:0 16px 16px 0}.feature-text{background:#fff;display:flex;flex:1 1 50%;flex-direction:column;justify-content:center;max-width:none;padding:3rem}.feature-row.reverse .feature-text{border-radius:16px 0 0 16px}@media (max-width:900px){.feature-row,.feature-row.reverse{flex-direction:column!important;gap:0}.feature-image,.feature-text{border-radius:16px 16px 0 0!important;flex:initial;max-width:100%;padding:1.5rem 1rem;width:100%}.feature-image img{height:180px}.feature-image img,.feature-row .feature-image img,.feature-row.reverse .feature-image img{border-radius:16px 16px 0 0!important}.feature-text{border-radius:0 0 16px 16px!important}}.dark-theme .featured-blogs{background-color:#1a1a1a}.dark-theme .feature-text h3{color:#ff7a8a}.dark-theme .feature-text p{color:#ccc}.dark-theme .feature-link{color:#ff7a8a}.dark-theme .feature-link:hover{color:#cc3843}.dark-theme .feature-image img{box-shadow:0 6px 20px #ff4a571a}.dark-theme .blog-card{background-color:#2a2a2a;border-radius:8px;box-shadow:0 4px 16px #ffffff0d;color:#f1f1f1}.dark-theme .blog-card-content h3{color:#ff7a8a}.dark-theme .blog-card-content p{color:#ccc}.dark-theme .read-more{color:#ff7a8a}.dark-theme .blog-card:hover .read-more{color:#cc3843}body,html{box-sizing:border-box;margin:0;padding:0}.leadership-section{background-color:#f0f4f8;box-sizing:border-box;margin:0 auto;max-width:100vw;overflow-x:hidden;padding:3rem 1rem}.section-title{color:#ff4a57;font-size:2.4rem;font-weight:700;letter-spacing:.05em;margin-bottom:3rem;text-align:center}.leadership-list{flex-direction:column;gap:2.5rem;margin:0 auto;max-width:900px;padding:0 1rem}.leadership-item,.leadership-list{box-sizing:border-box;display:flex}.leadership-item{align-items:center;background:#fff;border-radius:12px;box-shadow:0 8px 20px #0000001a;cursor:pointer;gap:2rem;max-width:100%;padding:1.5rem 2rem;transition:transform .3s ease,box-shadow .3s ease}.leadership-item:hover{box-shadow:0 12px 28px #00000026;transform:translateX(10px)}.leadership-text{flex:1 1}.leadership-text h3{color:#ff4a57;font-size:1.8rem;margin:0 0 .5rem}.leadership-text p{color:#444;font-size:1rem;line-height:1.5}.leadership-item img{border-radius:10px;box-shadow:0 6px 14px #0000001a;flex-shrink:0;height:auto;max-width:150px;object-fit:cover;transition:transform .3s ease;width:100%}.leadership-item:hover img{transform:scale(1.05)}.dark-theme .leadership-section{background-color:#1a1a1a}.dark-theme .section-title{color:#ff7a8a}.dark-theme .leadership-item{background-color:#2a2a2a;box-shadow:0 8px 20px #ff4a570d}.dark-theme .leadership-text h3{color:#ff7a8a;text-align:justify}.dark-theme .leadership-text p{color:#ccc;text-align:justify}.dark-theme .leadership-item img{box-shadow:0 6px 14px #ff4a5714}@media (max-width:900px){.leadership-list{gap:1.5rem;padding:0 .5rem}.leadership-item{align-items:flex-start;flex-direction:column;padding:1.2rem 1rem;text-align:left}.leadership-item img{align-self:center;margin:0 0 1rem;max-width:100%;width:100%}.leadership-text{width:100%}}:root{--bg-color:#fff;--dropdown-bg:#f0f0f0;--hover-bg:#ddd;--header-border:#ccc;--highlight-color:#ff4a57;--button-bg:#fff}[data-theme=dark],body.dark-theme{--bg-color:#3d3a3a;--text-color:#f0f0f0;--dropdown-bg:#333;--hover-bg:#343434;--header-border:#444;--highlight-color:#ff4a57;--button-bg:#2a2a2a}.cybersecurity-ways{margin:0 auto;max-width:900px;padding:2rem}.cybersecurity-ways .way{background-color:#f0f0f0;background-color:var(--dropdown-bg);border-left:4px solid #ff4a57;border-left:4px solid var(--highlight-color);border-radius:8px;color:#000;color:var(--text-color);cursor:pointer;margin-bottom:1.5rem;padding:1.2rem 1.5rem;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.cybersecurity-ways .way:hover{background-color:#fff;background-color:var(--button-bg);box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.cybersecurity-ways .way h3{font-size:1.2rem;margin-top:0;transition:color .3s ease}.cybersecurity-ways .way:hover h3{color:#ff4a57;color:var(--highlight-color)}.cybersecurity-ways .way p{line-height:1.6;margin:.5rem 0 0;transition:color .3s ease}.cybersecurity-ways .way:hover p{color:#ff4a57;color:var(--highlight-color)}body.dark-theme .cybersecurity-ways .way{background-color:#f0f0f0;background-color:var(--dropdown-bg);border-left-color:#ff4a57;border-left-color:var(--highlight-color);color:#000;color:var(--text-color)}body.dark-theme .cybersecurity-ways .way:hover{background-color:#fff;background-color:var(--button-bg);box-shadow:0 8px 20px #ffffff0d}body.dark-theme .cybersecurity-ways .way h3{color:#000;color:var(--text-color)}body.dark-theme .cybersecurity-ways .way:hover h3{color:#ff4a57;color:var(--highlight-color)}body.dark-theme .cybersecurity-ways .way p{color:#ccc}body.dark-theme .cybersecurity-ways .way:hover p{color:#ffb3bd}.dark-mode{background-color:#121212;color:#f0f0f0}.light-mode{background-color:#fff;color:#111}.cloud-native-section{background:linear-gradient(180deg,#f7f9fc,#e6ecf3);display:flex;justify-content:center;padding:4rem 1rem}.dark-mode .cloud-native-section{background:linear-gradient(180deg,#1e1e1e,#2a2a2a)}.cloud-native-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 30px #0000001a;max-width:900px;padding:3rem 2rem;transition:all .3s ease;width:100%}.dark-mode .cloud-native-card{background-color:#1f1f1f;box-shadow:0 4px 30px #ffffff0d}.cloud-native-title{color:#ff4a57;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.dark-mode .cloud-native-title{color:#ff4a57}.cloud-native-point{background-color:#fdfdfd;border-left:4px solid #ff4a57;border-radius:6px;margin-bottom:2rem;padding:1rem}.dark-mode .cloud-native-point{background-color:#2a2a2a;border-left-color:#ff4a57}.cloud-native-point h3{font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.cloud-native-point p{font-size:1rem;line-height:1.6;margin-bottom:.3rem}.cloud-native-point strong{color:#ff4a57;display:block;font-weight:600;margin-top:.5rem}.dark-mode .cloud-native-point strong{color:#ff4a57}.cloud-native-link{border:2px solid #ff4a57;border-radius:6px;color:#ff4a57;display:inline-block;font-size:1rem;font-weight:600;margin-top:2rem;padding:.6rem 1.2rem;text-decoration:none;transition:all .3s ease}.cloud-native-link:hover{background-color:#ff4a57;color:#fff}.dark-mode .cloud-native-link{border-color:#ff4a57;color:#ff4a57}.dark-mode .cloud-native-link:hover{background-color:#ff4a57;color:#000}:root{--background-color:#fff;--text-color:#000;--accent-color:#ff4a57;--card-bg:#f5f7fa}html[data-theme=dark]{--background-color:#121212;--text-color:#fff;--accent-color:#ff4a57;--card-bg:#1f1f1f}.ai-data-section{background-color:#fff;background-color:var(--background-color);color:#000;color:var(--text-color);display:flex;justify-content:center;padding:3rem 1rem;transition:background-color .3s ease}.ai-data-card{animation:fadeInUp 1s ease forwards;background-color:#f5f7fa;background-color:var(--card-bg);border-radius:16px;box-shadow:0 8px 24px #0000001f;max-width:900px;opacity:0;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.ai-data-card:hover{box-shadow:0 12px 28px #0003;transform:translateY(-5px)}.ai-data-title{animation:fadeIn 1s ease forwards;color:#ff4a57;color:var(--accent-color);font-size:2rem;margin-bottom:2rem;opacity:0;text-align:center}.ai-point{animation:fadeInUp 1s ease forwards;background-color:#ff4a570d;border-left:4px solid #ff4a57;border-left:4px solid var(--accent-color);border-radius:8px;margin-bottom:1.5rem;opacity:0;padding:1rem;transition:background-color .3s ease,transform .3s ease}.ai-point:hover{background-color:#ff4a571a;transform:scale(1.02)}.ai-read-more{color:#ff4a57;color:var(--accent-color);display:inline-block;font-weight:700;margin-top:1rem;text-decoration:none;transition:color .3s ease}.ai-read-more:hover{color:#cc3843;text-decoration:underline}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body.dark-theme .ai-data-section{background-color:#121212;color:#fff}body.dark-theme .ai-data-card{background-color:#1f1f1f;box-shadow:0 8px 24px #ff4a571f;color:#fff}body.dark-theme .ai-data-card:hover{box-shadow:0 12px 28px #ff4a5733}body.dark-theme .ai-data-title{color:#ff4a57}body.dark-theme .ai-point{background-color:#ff4a570d;border-left-color:#ff4a57;color:#e0e0e0}body.dark-theme .ai-point:hover{background-color:#ff4a5726}body.dark-theme .ai-read-more{color:#ff4a57}body.dark-theme .ai-read-more:hover{color:#ff7a8a}.cloud-section{background:linear-gradient(90deg,#f9fbff,#eef3ff);padding:80px 10%}.cloud-container{align-items:center;display:flex;gap:40px;justify-content:space-between;margin:0 auto;max-width:1200px}.cloud-content{flex:1 1}.cloud-content h2{color:#ff4a57;font-size:1.5rem;font-weight:700;margin-bottom:20px}.cloud-content p{color:#444;font-size:1.1rem;line-height:1.6;margin-bottom:20px;text-align:justify}.cloud-features{list-style:none;margin-bottom:30px;padding:0}.cloud-features li{align-items:center;color:#333;display:flex;font-size:1rem;gap:8px;margin-bottom:12px}.cloud-btn{background:#ff4a57;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 25px;transition:.3s}.cloud-btn:hover{background:#fdfdfd;color:#ff4a57;transform:translateY(-2px)}.cloud-image{flex:1 1;text-align:center}.cloud-image img{border-radius:12px;box-shadow:0 6px 20px #0000001a;height:auto;max-width:100%}@media (max-width:768px){.cloud-container{flex-direction:column;text-align:center}.cloud-content{order:2}.cloud-image{order:1}}.cloud-services-timeline{background:#f9fbff;padding:5px 10%}.cloud-timeline-container{align-items:flex-start;display:flex;gap:50px;margin:0 auto;max-width:1200px}.timeline{flex:1 1;position:relative}.timeline h2{color:#ff4a57;font-size:2rem;margin-bottom:10px}.cloud-subtitle{color:#555;font-size:1.1rem;margin-bottom:40px}.timeline-item{align-items:flex-start;animation:fadeSlide .6s forwards;display:flex;margin-bottom:10px;opacity:0;padding-left:60px;transform:translateX(-50px)}.timeline-item:first-child{animation-delay:.1s}.timeline-item:nth-child(2){animation-delay:.3s}.timeline-item:nth-child(3){animation-delay:.5s}.timeline-item:nth-child(4){animation-delay:.7s}@keyframes fadeSlide{to{opacity:1;transform:translateX(0)}}.timeline-icon{align-items:center;background:#ff4a57;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;left:0;position:absolute;transition:transform .3s,box-shadow .3s;width:40px}.timeline-item:hover .timeline-icon{box-shadow:0 6px 20px #0003;transform:scale(1.2)}.timeline-content h3{align-self:center;color:#222;font-size:1.3rem;margin:0 0 10px}.timeline-content p{align-self:center;color:#555;font-size:1rem;margin:0}.timeline-image{flex:1 1;text-align:center}.timeline-image img{border-radius:12px;box-shadow:0 6px 20px #0000001a;max-height:-webkit-min-content;max-height:min-content;max-width:100%;transition:transform .4s}.timeline-image img:hover{transform:scale(1.05)}.cloud-subtitle,h2{margin-left:auto;margin-right:auto;text-align:center}@media (max-width:900px){.cloud-timeline-container{flex-direction:column;gap:30px;text-align:center}.timeline{padding-left:0}.timeline-item{align-items:center;flex-direction:column;margin-bottom:30px;padding-left:0}.timeline-icon{margin-bottom:10px;position:static}.timeline-content{text-align:center}.timeline-image{order:-1}}.cloud-benefits{background:#fff;padding:5px 10%;text-align:center}.cloud-benefits-container h2{color:#ff4a57;font-size:2rem;margin-bottom:10px}.benefits-subtitle{color:#555;font-size:1.1rem;margin-bottom:40px}.benefits-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.benefit-card{background:#faeeee;border-radius:12px;flex:1 1;max-width:300px;min-width:220px;padding:30px 20px;transition:transform .3s,box-shadow .3s}.benefit-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-10px)}.benefit-icon{color:#ff4a57;font-size:2rem;margin-bottom:15px}.benefit-card h3{color:#222;margin-bottom:10px}.benefit-card p{color:#555;font-size:.95rem}@media (max-width:768px){.benefits-grid{align-items:center;flex-direction:column}.benefit-card{margin-bottom:20px;max-width:80%}}#cloud-services{background:#f9f9f9;font-family:Arial,sans-serif;padding:5px 20px}#cloud-services,.cards,.cloud-container,body,html{overflow-x:hidden}#cloud-services h1{color:#ff4a57;font-size:36px;margin-bottom:50px;text-align:center}.cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.card{align-items:center;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;width:300px}.card,.card-image{overflow:hidden}.card-image img{height:200px;object-fit:cover;transition:transform .4s ease;width:100%}.card:hover .card-image img{transform:scale(1.05)}.card-content{padding:20px;text-align:center}.card h2{color:#ff4a57;font-size:20px;margin-bottom:15px;text-align:center}.card-content p{color:#555;font-size:15px;line-height:1.5;text-align:center}.contact-section{font-family:Arial,sans-serif;height:500px;overflow:hidden;padding:10px;position:relative}.background-img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:1}.contact-content{background:#fff;border-radius:4px;box-shadow:0 8px 24px #00000026;margin:100px 40px;max-width:500px;padding:40px;position:relative;z-index:2}.contact-content h2{color:#1e1e1e;font-size:26px;margin-bottom:15px}.contact-content p{color:#000;font-size:16px;line-height:1.6;margin-bottom:25px;text-align:justify}.cta-button{background-color:#ff4a57;border-radius:30px;color:#fff;display:inline-block;font-weight:500;padding:12px 24px;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#fff;color:#ff4a57}.dark-theme #cloud-services,.dark-theme .cloud-benefits,.dark-theme .cloud-section,.dark-theme .cloud-services-timeline{background:#181818}.dark-theme #cloud-services h1,.dark-theme .card h2,.dark-theme .cloud-benefits-container h2,.dark-theme .cloud-content h2,.dark-theme .timeline h2{color:#ff4a57}.dark-theme .benefit-card h3,.dark-theme .benefit-card p,.dark-theme .benefits-subtitle,.dark-theme .card-content p,.dark-theme .cloud-content p,.dark-theme .cloud-features li,.dark-theme .cloud-subtitle,.dark-theme .contact-content h2,.dark-theme .contact-content p,.dark-theme .timeline-content h3,.dark-theme .timeline-content p{color:#e0e0e0}.dark-theme .benefit-card,.dark-theme .card,.dark-theme .cloud-features li,.dark-theme .contact-content{background:#232526;box-shadow:0 4px 12px #0006}.dark-theme .benefit-icon,.dark-theme .timeline-icon{background:#ff4a57;color:#fff}.dark-theme .card-content{background:#232526}.dark-theme .background-img{opacity:.3}.admin-dashboard-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:auto;max-width:1200px;padding:20px}.light-mode{background-color:#f8fafc;color:#232526}.dashboard-header{background:#fff;border-bottom:2px solid #ff4a57}.dashboard-header h1{color:#d83645}.overview-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:30px 0;padding:0 10px}.overview-cards .card{border-radius:12px;box-shadow:0 5px 15px #dc354514;box-sizing:border-box;color:#232526;flex:1 1 220px;font-size:1.4rem;font-weight:700;max-width:260px;min-width:220px;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;-webkit-user-select:none;user-select:none}.overview-cards .card:hover{box-shadow:0 8px 25px #ff4a5780;transform:translateY(-5px)}.gradient-pink{background:linear-gradient(135deg,#d83645,#ff4a57);border-left:6px solid #ff4a57}.gradient-pink-light{background:linear-gradient(135deg,#ff6b75,#ff8c96);border-left:6px solid #ffb3b8}.engagement-section{display:flex;justify-content:center;margin-bottom:30px;padding:0 10px}.engagement-card{background:#fff;border-radius:12px;box-shadow:0 5px 15px #dc354514;color:#232526;font-size:1.2rem;font-weight:600;max-width:350px;padding:25px;text-align:center;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.engagement-card:hover{box-shadow:0 8px 25px #ff4a57e6}.engagement-card strong{color:#ffb3b8}.charts-section{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-bottom:30px;padding:0 10px}.chart-card{background-color:initial;border-radius:12px;box-shadow:none;max-width:600px;padding:10px;text-align:center;width:100%}.doughnut-small{margin:0 auto 30px;max-width:300px}.bar-large{margin:0 auto 30px;max-width:600px}.users-table-section{background:#fff;box-shadow:0 4px 24px #dc35450d;color:#232526;margin:40px 0 32px;padding:32px 18px 24px;transition:background .3s,color .3s}.dark-mode .users-table-section{background:linear-gradient(120deg,#232526,#434343);color:#dff0d8}.users-table{background:#0000;border-collapse:initial;border-spacing:0;color:inherit;width:100%}.users-table td,.users-table th{font-size:1rem;padding:12px 14px;text-align:left;transition:background .3s,color .3s}.users-table thead th{background-color:#fbeff5;border-bottom:2px solid #ffd6e0;color:#d83645;font-weight:600}.dark-mode .users-table thead th{border-bottom:2px solid #434343}.users-table tbody tr:hover{background-color:#fbeff5;color:#d83645}.users-table tbody td{border-bottom:1px solid #ececec}.dark-mode .users-table tbody td{border-bottom:1px solid #434343}.engagement-card,.gradient-pink,.gradient-pink-light,.overview-cards .card{font-size:1.1rem;line-height:1.5}.engagement-card h3,.gradient-pink h3,.gradient-pink-light h3,.overview-cards .card h3{font-size:1.25rem;font-weight:700;margin-bottom:8px}.engagement-card p,.gradient-pink p,.gradient-pink-light p,.overview-cards .card p{font-size:1.1rem;margin:0}.users-table td,.users-table th{font-size:1.05rem;line-height:1.5}@media (max-width:768px){.engagement-card,.gradient-pink,.gradient-pink-light,.overview-cards .card,.users-table td,.users-table th{font-size:.98rem}.engagement-card h3,.gradient-pink h3,.gradient-pink-light h3,.overview-cards .card h3{font-size:1.08rem}}.dark-mode{background-color:#181a1b;color:#f3f3f3}.dark-mode .dashboard-header{background:#232526;border-bottom:2px solid #ff4a57}.dark-mode .dashboard-header h1{color:#ffb3b8}.dark-mode .gradient-pink,.dark-mode .gradient-pink-light,.dark-mode .overview-cards .card{background:#232526;box-shadow:0 5px 15px #ff4a571a;color:#f3f3f3}.dark-mode .gradient-pink{border-left:6px solid #ff4a57}.dark-mode .gradient-pink-light{border-left:6px solid #ffb3b8}.dark-mode .engagement-card{background:#232526;box-shadow:0 5px 15px #ff4a571a;color:#f3f3f3}.dark-mode .users-table-section{background:#232526;box-shadow:0 4px 24px #ff4a5721;color:#f3f3f3}.dark-mode .users-table thead th{background-color:#181a1b;color:#ffb3b8}.dark-mode .users-table tbody tr:hover{background-color:#232526;color:#ffb3b8}.users-table td,.users-table th{border-bottom:1px solid #ececec}.dark-mode .users-table td,.dark-mode .users-table th{border-bottom:1px solid #232526}.engagement-card,.gradient-pink,.gradient-pink-light,.overview-cards .card{transition:background .3s,color .3s,box-shadow .3s}
/*# sourceMappingURL=main.68755305.css.map*/