.header{width:100%;position:sticky;top:10px;z-index:1000;transition:all .3s ease-in-out}.header.scrolled{width:90%;background:var(--nav-color);box-shadow:0 4px 15px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0 30px;margin:10px auto 0;border-radius:50px}@media (max-width: 768px){.header.scrolled{padding:0 15px;border-radius:0;margin-top:0;top:0}}.header.nav-hidden{transform:translateY(-100%);opacity:0}@media screen and (max-width: 768px){.header.nav-visible{background:var(--nav-color);border-radius:50px;box-shadow:0 4px 15px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-left:20px;width:90%}}.header .nav{display:flex;justify-content:space-between;align-items:center;padding:10px 40px;background:transparent}@media (max-width: 768px){.header .nav{padding:15px}}.header .nav .nav-logo{display:flex;align-items:center;gap:20px;border:none}.header .nav .nav-logo img{width:50px;height:50px}@media (max-width: 480px){.header .nav .nav-logo img{width:40px;height:40px}}.header .nav .nav-menu{display:flex;gap:30px;align-items:center;list-style:none}@media (max-width: 768px){.header .nav .nav-menu{display:none;flex-direction:column;background:var(--nav-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:absolute;top:100%;left:0;width:100%;padding:20px;box-shadow:0 4px 10px #0000001a;border-radius:10px 10px 50px 50px;max-height:calc(100vh - 80px);overflow-y:auto}.header .nav .nav-menu.menu-open{display:flex}}.header .nav .nav-menu a{padding:20px 0;display:block}@media (max-width: 768px){.header .nav .nav-menu a{padding:15px 0;width:100%;text-align:center}}.header .nav .nav-menu li{position:relative;padding-bottom:5px;transition:all .3s ease-in-out;font-size:var(--normal-font-size);font-weight:600}@media (max-width: 768px){.header .nav .nav-menu li{width:100%;text-align:center}}.header .nav .nav-menu li:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--button-color);transition:width .3s ease-in-out}@media (max-width: 768px){{left:50%;transform:translate(-50%)}}.header .nav .nav-menu li:hover:after,.header .nav .nav-menu li:active:after{width:100%}.header .nav .nav-menu li.active:after{width:50%}@media (max-width: 768px){{width:30%}}.header .nav .nav-menu li.dropdown-open .dropdown{display:block}.header .nav .menu-toggle{display:none;background:transparent;border:none;font-size:1rem;cursor:pointer;padding:10px;color:var(--text-dark-color)}@media (max-width: 768px){.header .nav .menu-toggle{display:block}}.header .nav .nav-apply{display:flex;position:relative;align-items:center}.header .nav .nav-apply button{padding:10px 30px;background-color:var(--button-color);color:#fff;border:none;font-size:1rem;border-radius:50px;transition:all .3s ease-in-out;cursor:pointer}@media (max-width: 480px){.header .nav .nav-apply button{padding:8px 20px;font-size:.9rem}}.header .nav .nav-apply i{padding:10px;background-color:var(--button-color);color:#fff;border:none;border-radius:50%;position:absolute;right:-30px;transition:all .5s ease-in-out}@media (max-width: 768px){.header .nav .nav-apply i{display:none}}.header .nav .nav-apply:hover i{right:-40px}.header .dropdown{background:var(--nav-color);box-shadow:0 4px 15px #0000001a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:none;position:absolute;padding:15px 5px;border-radius:5px;top:100%;left:-50px;z-index:1000;transition:all .3s ease;width:max-content}.header .dropdown a{padding:0!important}@media (max-width: 768px){.header .dropdown{position:relative;left:0;width:100%;background:#ffffff1a;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:10px 0 10px 20px;margin-top:10px;display:none}}.header .dropdown li{padding:10px;width:10rem;white-space:nowrap}@media (max-width: 768px){.header .dropdown li{width:100%;padding:8px 0;white-space:normal}}.header .dropdown li:hover{background-color:#0000000d}.header .dropdown.drop{left:-200px;width:auto}@media (max-width: 768px){.header .dropdown.drop{left:0;width:100%}}.header #dropdown{position:relative}@media (max-width: 768px){.header #dropdown{width:100%}}.header #dropdown:hover .dropdown{display:block}.header .cour{display:flex}@media (max-width: 768px){.header .cour{flex-direction:column}}.header .cater{padding:10px;border-right:1px solid rgba(0,0,0,.1)}@media (max-width: 768px){.header .cater{border-right:none;border-bottom:1px solid rgba(0,0,0,.1);padding:10px 0;margin-bottom:10px}}.header .cater ul{display:flex;flex-direction:column;gap:10px}@media (max-width: 768px){.header .cater ul{flex-direction:row;flex-wrap:wrap;justify-content:center}}.header .cater ul li{cursor:pointer;padding:5px 10px;border-radius:4px;transition:background-color .2s}.header .cater ul li:hover{background-color:#0000000d}.header .cater ul li.active{color:var(--button-color);font-weight:700}.header .cours{display:grid;grid-template-columns:repeat(1,1fr);padding:10px;gap:10px}@media (max-width: 768px){.header .cours{grid-template-columns:1fr}}.header .cours a{padding:0!important;display:block}.header .cours-item{padding:10px;display:flex;width:17rem;height:auto;gap:10px;align-items:center;border:1px solid #aaa;position:relative;overflow:hidden;transition:all .5s ease-in-out;cursor:pointer}@media (max-width: 768px){.header .cours-item{width:100%;height:auto;padding:15px}}@media (max-width: 480px){.header .cours-item{flex-direction:column;text-align:center}}.header .cours-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;border:2px solid var(--button-color);box-sizing:border-box;z-index:-1;opacity:0;transform:scale(.9);transition:opacity .4s ease,transform .4s ease}.header .cours-item:hover{border-color:transparent}.header .cours-item:hover:before{opacity:1;transform:scale(1)}.header .cours-item img{width:50px;height:50px;object-fit:cover;border-radius:4px}@media (max-width: 480px){.header .cours-item img{width:40px;height:40px}}.header .cours-item>div{width:100%;display:flex;flex-direction:column;gap:10px}@media (max-width: 480px){.header .cours-item>div{align-items:center}}.header .cours-item>div>div{display:flex;justify-content:space-between;width:100%;align-items:center;gap:20px}@media (max-width: 480px){.header .cours-item>div>div{flex-direction:column;gap:5px}}footer{margin:2rem;position:relative;padding:3rem 5rem;display:flex;flex-direction:column;background-color:var(--black-color);border-radius:25px}.footer-top{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin-bottom:5rem;align-items:flex-start}.footer-left{padding:0;margin:0;width:100%}.footer-left h1{margin-bottom:30px;font-size:var(--h1-font-size);font-weight:500;color:#fff}.footer-apply{display:inline-flex;align-items:center;position:relative}.footer-apply button{padding:10px 20px;background-color:#371373;color:#fff;border:none;border-radius:50px}.footer-apply i{padding:9px;background-color:#371373;color:#fff;border:none;border-radius:50%;position:absolute;right:-15%;transition:all 1s ease}.footer-apply:hover i{right:-25%}.footer-discover,.footer-explore{width:40%;padding-top:20px}.footer-contact{width:100%}.footer-discover>p,.footer-explore>p,.footer-contact>p{margin-bottom:20px;color:#fff}.footer-discover small,.footer-explore small,.footer-contact small{color:#fff}.footer-discover>ul,.footer-explore>ul,.footer-contact>ul{display:flex;flex-direction:column;gap:10px;color:#fff}.footer-mid{display:none}.footer-mid h1,.footer-end p{color:#fff}.footer-end small{margin-right:10px;margin-top:20px;color:#fff}.footer-socials{position:absolute;display:flex;flex-direction:column;align-items:center;gap:20px;top:0;left:0;padding:5px;background-color:var(--body-color);border-radius:12px}.footer-socials i{padding:10px;background-color:#371373;border-radius:10px;color:#fff;display:flex}@media screen and (min-width: 1050px){.footer{margin:3rem}.footer-left{width:40%}.footer-discover,.footer-explore,.footer-contact{width:15%;padding-top:20px}.footer-mid{display:block;width:100%;font-size:var(--h3-font-size);margin-bottom:5rem}}.home-hero{width:90%;margin:50px auto;height:100vh;position:relative;background:url(/Tranquil.png);background-size:cover;background-position:center;border-radius:20px;overflow:hidden;transition:all 2s ease-in-out}.clip-path-svg{position:absolute;top:30%;left:0;width:50%;height:70%;mask:url(#clip-path);-webkit-mask:url(#clip-path)}.about-hero{background:linear-gradient(#0006,#000000b3),url(/img6.webp) no-repeat center center;background-size:cover;gap:20px;transition:background .5s ease;padding:8rem 5rem;width:90%;margin:50px auto auto;border-radius:20px}.about-hero-top{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:7rem}.about-hero h2{font-size:var(--biggest-font-size);color:var(--white-color);margin:0;width:55%;font-weight:500;transition:transform .5s ease}.about-hero h2:hover{transform:scale(1.1)}.about-hero p{font-size:var(--h3-font-size);color:var(--white-color);width:40rem;line-height:25px;margin:0;transition:color .5s ease}.about-body{display:flex;flex-direction:column;gap:30px;padding:50px;width:85%}.about-body h1{font-size:var(--h1-font-size);color:var(--button-color);transition:transform .5s ease}.about-body h1:hover{transform:translateY(-10px)}.about-body p{font-size:var(--normal-font-size);font-weight:var(--font-medium);color:var(--text-dark-color);line-height:25px;transition:transform .5s ease,color .5s ease}.about-body .server{width:100%}.server p{font-size:var(--h3-font-size);font-weight:600;color:var(--text-color);margin-bottom:10px;transition:3s}.server ul li{list-style-type:disc;margin-left:30px;margin-bottom:15px;color:var(--black-color);font-weight:500}.mission h3{font-size:var(--h2-font-size);font-weight:600;color:var(--button-color);margin-bottom:10px;transition:3s}.mission h4{font-size:var(--h3-font-size);margin-bottom:10px}.pillars h2{font-size:var(--h2-font-size);margin-bottom:10px;color:var(--button-color);transition:3s}.pillars li{font-size:var(--h3-font-size);font-weight:600;margin-left:30px;margin-bottom:20px}.pillars li p{font-size:var(--normal-font-size);margin-left:3px;margin-top:10px}.why-choose-us h2{font-size:var(--h2-font-size);color:var(--button-color);transition:3s;margin-bottom:10px}.why-choose-us li{list-style-type:disc;font-size:var(--h3-font-size);font-weight:600;margin-left:30px;margin-bottom:20px}.about-body-services h3{font-size:var(--h2-font-size);margin-bottom:20px;color:var(--button-color);transition:color .5s ease}.about-body-services ul{padding:0 50px}.about-body-services ul li{list-style:circle;padding:20px;list-style-type:disc;color:var(--text-dark-color);transition:color .5s ease,transform .5s ease}.about-body-services button{padding:15px 50px;background-color:var(--button-color);color:var(--white-color);font-size:var(--normal-font-size);border:none;margin:auto;border-radius:5px;cursor:pointer;transition:background-color .5s ease,transform .5s ease}.about-body-services button:hover{background-color:var(--white-color);color:var(--button-color);transform:scale(1.1)}.about-team{padding:50px}.about-team h2{font-size:var(--h2-font-size);color:var(--button-color);margin-bottom:30px;padding-left:50px;transition:color .5s ease}.about-team-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-row-gap:30px;gap:30px;padding:10px 50px}.about-team-card{background-color:#eaecf0;box-shadow:0 5px 10px var(--text-dark-color);transition:transform .5s ease,box-shadow .5s ease}.about-team-card:hover{transform:translateY(-10px);box-shadow:0 10px 20px #0000004d}.about-team-card img{width:100%;height:18rem;transition:transform .5s ease}.about-team-card:hover img{transform:scale(1.05)}.about-team-card h3{font-size:var(--h3-font-size);margin:10px 0;transition:color .5s ease}.about-team-card small{font-size:var(--smaller-font-size);font-weight:var(--font-regular)}.about-team-card p{font-size:var(--small-font-size);font-weight:var(--font-regular);color:var(--text-dark-color);margin-top:10px;line-height:25px}.about-team-low{padding:20px;background-color:var(--body-color);height:12rem}.back-to-top{position:fixed;bottom:20px;right:5%;padding:10px;background-color:var(--button-color);color:#fff;border:none;cursor:pointer;display:none}@media screen and (max-width: 1050px){.about-hero p{width:90%}.about-body{padding:20px 10px}.about-body p{text-align:justify}.about-body-services ul{padding:10px}.about-team-cards{grid-template-columns:auto auto}}@media screen and (max-width: 500px){.about-hero{padding:5rem 2rem}.about-hero p{width:90%}.about-hero-top{gap:3rem}.about-body{padding:20px 10px;width:100%}.about-body p{text-align:justify;padding-left:20px}.about-body-services ul{padding:10px}.about-team-cards{grid-template-columns:auto;padding:10px 0}}.service-hero{background:url(/img7.webp) no-repeat center center;transition:background-size 1.2s ease;transition:background .5s ease;padding:2rem;width:90%;margin:30px auto;border-radius:20px}.service-hero-top{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:3rem}.service-hero h2{font-size:var(--biggest-font-size);color:var(--white-color);transition:transform .3s ease;margin:0;width:70%;font-weight:500}.service-hero h2:hover{transform:scale(1.1)}.service-hero p{font-size:var(--h3-font-size);color:var(--white-color);width:100%;line-height:30px;transition:color .3s ease;margin:0}.course-intro{width:90%;margin:auto}.course-intro article>h3{font-size:var(--h2-font-size);margin-bottom:50px}.course-intro article{font-size:var(--normal-font-size);margin-bottom:50px;color:var(--text-dark-color)}.course-intro-cards{display:grid;grid-template-columns:repeat(2,1fr);margin-top:50px;gap:20px}.course-intro-card{padding:10px;background-color:var(--text-color-light);display:flex;justify-content:center;align-items:center;text-align:center;height:5rem;border-radius:12px;transition:all 1s ease-in-out;cursor:pointer}.course-intro-card h4{color:var(--text-dark-color)}.course-intro-card:hover{background-color:#ccc;color:#fff}.service-body{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px;padding:20px;margin-top:50px}.service{transition:transform .3s ease;padding:20px;background-color:var(--body-color);border-radius:8px;box-shadow:0 5px 10px var(--text-dark-color);width:95%}.service:hover{transform:scale(1.05)}.service-group{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around;gap:30px}.service-img{width:100%;background-color:#f0f8ff;position:relative;overflow:hidden;transition:transform .3s ease}.service-img:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease;background:linear-gradient(#0000004d,#0000004d)}.service-img:hover:before{opacity:1}.service-write{width:100%;transition:background-color .3s ease}.service h3{margin-bottom:25px;font-size:var(--h1-font-size);color:var(--button-color)}.service-write-grid{display:grid;grid-template-columns:auto auto;gap:30px;margin:20px 0}.service-write-grid p{border-bottom:1px solid var(--text-dark-color);margin:0}.service-write p{line-height:25px;color:var(--text-dark-color);font-weight:var(--font-medium)}.course-cardd-but{background-color:var(--body-color);padding:10px;border-radius:10px;position:relative;margin:0;display:flex;align-items:center;width:12rem}.course-cardd-but button{padding:10px 30px;border-radius:50px;border:none;background-color:var(--button-color);color:var(--white-color);font-size:var(--normal-font-size);transition:all .3s ease-in-out}.course-cardd-but i{padding:10px;background-color:var(--button-color);color:#fff;border:none;border-radius:50%;font-size:var(--h3-font-size);position:absolute;left:8.5rem;transition:all .5s ease-in-out}.course-cardd-but:hover i{transform:translate(15px)}.course-hero{width:90%;margin:auto;height:30vh;border-radius:20px;background-repeat:no-repeat;background-size:100% 100%}.course-details-container{width:100%;display:flex;flex-direction:column-reverse;gap:10px}.course-price-info{height:25rem;margin:20px;padding:10px;background-color:var(--body-color);border-radius:12px;box-shadow:0 4px 8px #0000001a;line-height:1.6;display:flex;justify-content:space-between;align-items:center}.course-price-left>p,.course-price-right>p{padding:15px 10px;border-bottom:1px solid #ccc;margin:0}.course-detail{margin:20px;padding:20px;background-color:var(--body-color);border-radius:12px;box-shadow:0 4px 8px #0000001a;line-height:1.6}.course-title{font-size:var(--biggest-font-size);color:var(--title-color);font-weight:var(--font-bold);margin-bottom:20px}.course-description{font-size:var(--normal-font-size);color:var(--text-color);margin-bottom:30px}.syllabus-title{font-size:var(--h2-font-size);color:var(--black-color);margin-bottom:15px}.syllabus-list{list-style:none;padding-left:0;margin-bottom:30px}.syllabus-item{font-size:var(--normal-font-size);color:var(--text-dark-color);margin-bottom:10px;padding-left:20px;position:relative}.syllabus-item:before{content:"•";position:absolute;left:0;top:0;font-size:1.5rem;color:var(--button-color)}.module-title{cursor:pointer;font-weight:700;color:#333;padding:10px;background-color:#fff;display:flex;justify-content:space-between;width:100%;align-items:center;margin-bottom:15px;box-shadow:0 0 4px 4px #0000001a;border-radius:12px}.module-content{max-height:0;overflow:hidden;transition:max-height 2s ease-out}.module-content.open{max-height:1000px}.module-title{cursor:pointer;font-weight:700;color:#333;padding:10px;background-color:#f2f2f2}.module-title:hover{background-color:#ddd}.module-content p{padding:10px 20px}.module-content ul{padding:0 20px;list-style-type:disc}.module-description{margin-bottom:30px}.enroll-button{display:inline-block;padding:10px 20px;color:#fff;text-decoration:none;border-radius:5px;margin-top:20px;border:none}.enroll-button:hover{background-color:#0056b3}.course-inform{display:flex;flex-direction:column;gap:20px}.course-inform p{text-align:justify}.enrollment-page p{color:#333}.modal-overlay h1,.modal-overlay h3,.modal-overlay h2{color:var(--button-color)}.course-info{font-size:var(--normal-font-size);margin-bottom:10px}.enroll-button{display:inline-block;padding:12px 24px;background-color:var(--button-color);color:var(--white-color);border-radius:6px;text-decoration:none;font-weight:var(--font-medium);transition:background-color .3s}.enroll-button:hover{background-color:var(--black-color-light)}.breadcrumbs{padding:10px 20px;font-size:.9rem;width:100%;margin:20px}.breadcrumbs ul{list-style:none;margin:0;padding:0;display:flex;align-items:center}.breadcrumbs ul li{color:var(--white-color)}.breadcrumbs ul li a{text-decoration:none;color:#fd7b27}.breadcrumbs ul li a:hover{text-decoration:underline}.breadcrumbs ul li:after{content:"›";margin-left:10px;color:#aaa}.breadcrumbs ul li:last-child:after{content:""}.enrollment-title{font-size:var(--biggest-font-size);color:var(--title-color);font-weight:var(--font-bold);margin-bottom:20px}.course-price{font-size:var(--normal-font-size);color:var(--text-color);margin-bottom:30px}.training-option-title{font-size:var(--h2-font-size);color:var(--black-color);margin-bottom:15px}.training-options{list-style:none;padding-left:0;margin-bottom:30px}.training-option-item{margin-bottom:15px;font-size:var(--normal-font-size);display:flex;align-items:center}.training-option-item input[type=radio]{margin-right:10px}.training-option-label{color:var(--text-dark-color)}.enroll-submit-button{display:inline-block;padding:12px 24px;background-color:var(--button-color);color:var(--white-color);border-radius:6px;text-decoration:none;font-weight:var(--font-medium);cursor:pointer;transition:background-color .3s}.enroll-submit-button:hover{background-color:var(--black-color-light)}.enrollment-page{margin:auto;padding:20px}.instructor-details{display:flex;flex-direction:column;gap:20px}.instructor-text{width:100%}.instructor-image{max-width:200px;border-radius:20px}.instructor-img>p{text-align:center}.modal-close-button{position:absolute;top:10px;right:10px;background:var(--button-color);padding:10px 30px;border-radius:10px;color:#fff;border:none;font-size:20px;cursor:pointer}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center}.modal-content{background:#fff;padding:20px;width:100%;border-radius:10px;position:relative}.google-form{width:100%;height:400px;border:none}.close-modal{position:absolute;top:10px;right:10px;background:var(--button-color);padding:10px 30px;border-radius:10px;color:#fff;border:none;font-size:20px;cursor:pointer}.enroll-button:hover{background:#0056b3}.resumption-date{margin:1rem 0;padding:1rem;border-left:4px solid #007bff;background-color:#f9f9f9}.resumption-date p{font-size:1.2rem;font-weight:700}.payment-methods{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.payment-card{padding:1rem;border:1px solid #ccc;border-radius:5px;cursor:pointer;transition:transform .2s}.payment-card:hover{transform:scale(1.05)}.payment-card.active{border-color:#007bff;background-color:#f0f8ff}.payment-details{margin-top:1rem;padding:1rem;border:1px solid #007bff;border-radius:5px;background-color:#f9f9f9}.account-details>p{color:var(--button-color);font-weight:700}.account-form{display:flex;flex-direction:column;gap:20px}.payment-form{display:flex;flex-direction:column;width:20rem;gap:10px}.account-form label{display:flex;justify-content:space-between;flex-direction:column}.account-form input{padding:10px;border:none;background-color:var(--body-color)}.account-form button{padding:10px;border:none;background-color:var(--button-color);color:#fff}.modal iframe{height:100%}.enrollment-container{padding:1rem;font-family:Roboto,sans-serif;color:#333;background-color:var(--white-color);border-radius:12px;box-shadow:0 4px 8px #0000001a;color:var(--text-dark-color);line-height:1.6}.enrollment-header{text-align:center;margin-bottom:2rem}.enrollment-header h1{font-size:2.2rem;color:var(--button-color);margin-bottom:.5rem}.enrollment-header p{font-size:1.1rem;color:#666}.enrollment-form{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;padding:.5rem}.form-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.form-section h2{font-size:1.4rem;color:var(--button-color);margin-bottom:1.5rem}.form-row{display:flex;gap:1.5rem;margin-bottom:1rem}.form-group{flex:1;margin-bottom:1rem}label{display:block;margin-bottom:.5rem;font-weight:500;color:#444}input[type=text],input[type=email],input[type=tel],select,textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--button-color)}.error{border-color:#e74c3c}.error-message{color:#e74c3c;font-size:.85rem;margin-top:.3rem;display:block}.radio-group{display:flex;gap:1.5rem;margin-top:.5rem}.radio-group label{display:flex;align-items:center;gap:.5rem;font-weight:400;cursor:pointer}.checkbox-group{display:flex;align-items:center;gap:.5rem}.checkbox-group label{font-weight:400;margin-bottom:0}.checkbox-group a{color:var(--button-color);text-decoration:none}.checkbox-group a:hover{text-decoration:underline}.terms-section{border-bottom:none}.form-actions{text-align:center;margin-top:2rem}button{background-color:var(--button-color);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:50px;cursor:pointer;transition:background-color .3s}button:hover{background-color:#363d49}button:disabled{background-color:#aaa;cursor:not-allowed}.success-message{background-color:#d4edda;color:#155724;padding:1rem;border-radius:5px;margin-bottom:2rem;text-align:center}.skeleton-text{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;height:1em;margin-bottom:.5rem}.skeleton-title{height:2rem;width:70%;margin-bottom:1rem}.skeleton-subtitle{height:1.8rem;width:50%;margin-bottom:1.5rem}.skeleton-paragraph{height:1.2rem;width:90%}.skeleton-topic{height:1.2rem;width:80%;margin-bottom:.8rem}.skeleton-price,.skeleton-duration{height:1.2rem;width:40%;margin-bottom:.8rem}.skeleton-intro-title{height:1.5rem;width:80%;margin:0 auto}.skeleton-button{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;height:2.5rem;width:8rem}.skeleton-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:8px;height:250px;width:100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.service-write-grid .skeleton-text{margin-bottom:.8rem}.course-intro-card .skeleton-intro-title{margin:.5rem auto}@media (max-width: 768px){.enrollment-container{padding:.1rem}.form-row{flex-direction:column;gap:0}.radio-group{flex-direction:column;gap:.5rem}}@media screen and (min-width: 1050px){.service-hero{padding:5rem;margin-top:50px;margin-bottom:50px}.service-hero-top{gap:7rem}.service-hero p{width:40rem}.course-intro-cards{grid-template-columns:repeat(4,1fr)}.course-intro-card{padding:10px;background-color:var(--text-color-light);display:flex;justify-content:center;align-items:center;text-align:center;height:5rem;border-radius:12px;transition:all 1s ease-in-out;cursor:pointer}.course-intro-card h4{color:var(--text-dark-color)}.course-intro-card:hover{background-color:#ccc;color:#fff}.service-body{padding:50px}.service-group{flex-direction:row;gap:30px}.service-img{width:35%}.service-write{width:55%;padding-right:50px;transition:background-color .3s ease}.course-hero{height:50vh}.course-details-container{flex-direction:row}.course-price-info{width:37%;margin:50px 50px 50px 0;padding:40px;position:sticky;top:50px}.course-detail{width:63%;margin:50px 10px 50px 50px;padding:40px}.course-description{font-size:var(--normal-font-size);color:var(--text-color);margin-bottom:30px}.syllabus-title{font-size:var(--h2-font-size);color:var(--black-color);margin-bottom:15px}.syllabus-list{list-style:none;padding-left:0;margin-bottom:30px}.syllabus-item{font-size:var(--normal-font-size);color:var(--text-dark-color);margin-bottom:10px;padding-left:20px;position:relative}.syllabus-item:before{content:"•";position:absolute;left:0;top:0;font-size:1.5rem;color:var(--button-color)}.course-inform{display:flex;flex-direction:column;gap:20px}.course-info{font-size:var(--normal-font-size);margin-bottom:10px}.instructor-details{flex-direction:row}.instructor-text{width:60%}.payment-methods{flex-direction:row}.resumption-date{margin:1rem 0;padding:1rem;border-left:4px solid #007bff;background-color:#f9f9f9}.account-details>p{color:var(--button-color);font-weight:700}.account-form{display:flex;flex-direction:column;width:20rem;gap:20px}.payment-form{display:flex;flex-direction:column;width:20rem;gap:10px}.account-form label{display:flex;justify-content:space-between;flex-direction:column}.account-form input{padding:10px;width:20rem;border:none;background-color:var(--body-color)}.account-form button{padding:10px;border:none;background-color:var(--button-color);color:#fff}}.open-cohorts-section{margin:40px 0;padding:25px;background:var(--body-color);border-radius:10px;border-left:4px solid var(--button-color)}.open-cohorts-section h3{color:var(--title-color);margin-bottom:10px}.cohorts-subtitle{color:var(--text-color);margin-bottom:20px}.cohorts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin:25px 0}.cohort-card{background:var(--container-color);border:2px solid var(--container-color);border-radius:10px;padding:20px;cursor:pointer;transition:all .3s ease}.cohort-card:hover{border-color:var(--button-color);transform:translateY(-2px);box-shadow:0 4px 12px #4f46e51a}.cohort-card.selected{border-color:#4f46e5;background:var(--body-color)}.cohort-card.unavailable{opacity:.7;cursor:not-allowed}.cohort-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.cohort-card-header h4{margin:0;color:var(--title-color);font-size:1.1rem;flex:1}.cohort-status{padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cohort-status.open{background:#d1fae5;color:#065f46}.cohort-status.ongoing{background:#dbeafe;color:#1e40af}.cohort-status.completed{background:#f3f4f6;color:#374151}.cohort-status.cancelled{background:#fee2e2;color:#991b1b}.cohort-details{display:grid;grid-template-columns:auto auto;gap:12px}.cohort-info-row{display:flex;align-items:center;gap:10px;color:#4b5563}.cohort-icon{color:#6b7280;font-size:1rem;min-width:20px}.cohort-info-text{display:flex;flex-direction:column}.cohort-info-text .label{font-size:.85rem;color:#6b7280}.available-spots{color:#059669;font-weight:600}.select-cohort-btn{width:100%;padding:10px;background:var(--button-color);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;margin-top:15px;transition:background-color .3s}.select-cohort-btn:hover{background:#4338ca}.selected-cohort-info{background:#fff;border:2px solid #4f46e5;border-radius:10px;padding:20px;margin-top:20px;display:flex;justify-content:space-between;align-items:center}.selected-cohort-info p{margin:0;color:#1e293b}.enroll-button{padding:12px 30px;background:#4f46e5;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .3s}.enroll-button:hover{background:#4338ca}.enroll-button.primary{background:#10b981}.enroll-button.primary:hover{background:#059669}.enroll-button.disabled{background:#9ca3af;cursor:not-allowed}.enroll-cta{text-align:center;margin-top:30px;padding:20px;background:#f0f9ff;border-radius:8px}.no-open-cohorts,.no-cohorts{text-align:center;padding:40px 20px;background:#f8fafc;border-radius:10px;margin:40px 0}.no-open-cohorts h3,.no-cohorts h3{color:#1e293b;margin-bottom:15px}.notify-button,.contact-button{padding:12px 30px;background:#6b7280;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;margin-top:20px;transition:background-color .3s}.notify-button:hover,.contact-button:hover{background:#4b5563}.selected-cohort-details{margin:20px 0}.cohort-info-card{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:15px;margin-top:10px}.cohort-info-card p{margin:5px 0;color:#0369a1}.form-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:30px;padding-top:20px;border-top:1px solid #e5e7eb}.btn-secondary{padding:12px 25px;background:#6b7280;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .3s}.btn-secondary:hover{background:#4b5563}@media (max-width: 768px){.cohorts-grid{grid-template-columns:1fr}.selected-cohort-info{flex-direction:column;gap:15px;text-align:center}.cohort-details{grid-template-columns:1fr}.modal-content{padding:20px}.form-actions{flex-direction:column}.form-actions button{width:100%}}.course-filters-section{background:linear-gradient(135deg,var(--button-color) 0%,var(--container-color) 100%);padding:2rem 0;margin:2rem auto;max-width:1200px;border-radius:12px;box-shadow:0 4px 20px #00000026;font-family:var(--body-font)}.filters-container{margin:0 auto;padding:0 1.5rem}.desktop-filters{display:block}.filter-group{background:var(--body-color);border-radius:8px;padding:1.5rem;box-shadow:0 2px 15px #0000001a;border:1px solid rgba(var(--text-dark-color),.1)}.search-filter{position:relative}.search-input{width:100%;padding:.75rem 3rem .75rem 1rem;border:2px solid rgba(var(--text-dark-color),.2);border-radius:6px;font-size:var(--normal-font-size);font-family:var(--body-font);color:var(--text-dark-color);background:var(--white-color);transition:all .3s ease}.search-input::placeholder{color:var(--text-color);opacity:.7}.search-input:focus{outline:none;border-color:var(--button-color);box-shadow:0 0 0 3px rgba(var(--button-color),.1)}.clear-search{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-color);cursor:pointer;padding:.25rem;border-radius:50%;font-size:var(--small-font-size);transition:all .3s ease}.clear-search:hover{color:#ff4757;background:#ff47571a}.filter-item label{display:block;margin-bottom:.5rem;font-weight:var(--font-semi-bold);color:var(--title-color);font-size:var(--small-font-size);letter-spacing:.5px}.category-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.category-btn{padding:.5rem 1rem;border:2px solid rgba(var(--text-dark-color),.2);background:var(--container-color);border-radius:20px;cursor:pointer;font-size:var(--small-font-size);font-family:var(--body-font);color:var(--text-dark-color);transition:all .3s ease;position:relative;display:flex;align-items:center;gap:.5rem;font-weight:var(--font-medium)}.category-btn:hover{border-color:var(--button-color);color:var(--white-color);transform:translateY(-1px)}.category-btn.active{background:var(--button-color);color:var(--white-color);border-color:var(--button-color);font-weight:var(--font-semi-bold);box-shadow:0 2px 8px rgba(var(--button-color),.3)}.selected-dot{width:8px;height:8px;background:var(--white-color);border-radius:50%}.filter-stats{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(var(--text-dark-color),.1)}.results-count{font-size:var(--small-font-size);color:var(--text-color);font-weight:var(--font-medium)}.clear-filters-btn{padding:.5rem 1.25rem;background:#ff4757;color:var(--white-color);border:none;border-radius:4px;cursor:pointer;font-size:var(--small-font-size);font-family:var(--body-font);font-weight:var(--font-semi-bold);transition:all .3s ease;letter-spacing:.5px}.clear-filters-btn:hover{background:#ff3742;transform:translateY(-1px);box-shadow:0 2px 8px #ff47574d}.mobile-filter-toggle{display:none;margin-bottom:1rem}.mobile-filter-btn{width:100%;padding:1rem;background:var(--white-color);border:2px solid var(--button-color);border-radius:8px;color:var(--button-color);font-weight:var(--font-semi-bold);font-family:var(--body-font);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;font-size:var(--normal-font-size);letter-spacing:.5px}.mobile-filter-btn:hover{background:var(--button-color);color:var(--white-color);transform:translateY(-1px)}.arrow{transition:transform .3s ease;font-size:1.25rem}.arrow.up{transform:rotate(180deg)}.mobile-filters-dropdown{background:var(--container-color);border-radius:8px;padding:1.5rem;margin-top:.5rem;box-shadow:0 4px 20px #00000026;animation:slideDown .3s ease-out;border:1px solid rgba(var(--text-dark-color),.1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.mobile-filter-header h4{margin:0;color:var(--title-color);font-size:var(--h3-font-size);font-weight:var(--font-semi-bold)}.close-mobile-filters{background:none;border:none;color:var(--text-color);cursor:pointer;font-size:1.2rem;padding:.25rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.close-mobile-filters:hover{background:rgba(var(--text-dark-color),.1);color:var(--title-color)}.mobile-search input{width:100%;padding:.75rem;border:2px solid rgba(var(--text-dark-color),.2);border-radius:6px;margin-bottom:1rem;font-size:var(--normal-font-size);font-family:var(--body-font);color:var(--text-dark-color);background:var(--white-color)}.mobile-search input:focus{outline:none;border-color:var(--button-color)}.mobile-filter-group{margin-bottom:1.5rem}.mobile-filter-group label{display:block;margin-bottom:.5rem;font-weight:var(--font-semi-bold);color:var(--title-color);font-size:var(--small-font-size)}.mobile-category-select,.mobile-sort-select{width:100%;padding:.75rem;border:2px solid rgba(var(--text-dark-color),.2);border-radius:6px;font-size:var(--normal-font-size);font-family:var(--body-font);background:var(--white-color);cursor:pointer;color:var(--black-color-light)}.mobile-category-select option :hover,.mobile-sort-select option :hover{background-color:var(--button-color)!important}.mobile-filter-actions{display:flex;gap:1rem;margin-top:1.5rem}.mobile-apply-btn{flex:1;padding:.75rem;background:var(--button-color);color:var(--white-color);border:none;border-radius:6px;font-weight:var(--font-semi-bold);font-family:var(--body-font);cursor:pointer;transition:all .3s ease;font-size:var(--normal-font-size)}.mobile-apply-btn:hover{background:rgba(var(--button-color),.9);transform:translateY(-1px)}.mobile-clear-btn{flex:1;padding:.75rem;background:var(--body-color);color:var(--text-dark-color);border:2px solid rgba(var(--text-dark-color),.2);border-radius:6px;font-weight:var(--font-semi-bold);font-family:var(--body-font);cursor:pointer;transition:all .3s ease;font-size:var(--normal-font-size)}.mobile-clear-btn:hover{background:#ff4757;color:var(--white-color);border-color:#ff4757}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding:1rem;background:rgba(var(--white-color),.95);border-radius:6px;align-items:center;border:1px solid rgba(var(--text-dark-color),.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.active-filters-label{font-weight:var(--font-semi-bold);color:var(--title-color);font-size:var(--small-font-size);margin-right:.5rem}.active-filter-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;background:var(--button-color);color:var(--white-color);border-radius:20px;font-size:var(--smaller-font-size);font-weight:var(--font-medium);transition:all .3s ease}.active-filter-tag:hover{transform:translateY(-1px);box-shadow:0 2px 6px rgba(var(--button-color),.3)}.active-filter-tag button{background:none;border:none;color:var(--white-color);cursor:pointer;padding:.125rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:var(--smaller-font-size)}.active-filter-tag button:hover{background:#fff3;transform:scale(1.1)}.no-results-section{text-align:center;padding:4rem 2rem;background:var(--body-color);border-radius:8px;margin:2rem auto;max-width:600px;border:1px solid rgba(var(--text-dark-color),.1)}.no-results-content h3{color:var(--title-color);margin-bottom:1rem;font-size:var(--h2-font-size);font-weight:var(--font-semi-bold)}.no-results-content p{color:var(--text-color);margin-bottom:1.5rem;font-size:var(--normal-font-size)}.quick-stats{display:flex;justify-content:center;gap:1rem;margin:1rem auto;max-width:800px}.stat-card{background:var(--white-color);padding:1rem 1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;text-align:center;min-width:120px;border:1px solid rgba(var(--text-dark-color),.1);transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00000026}.stat-number{display:block;font-size:var(--h2-font-size);font-weight:var(--font-bold);color:var(--button-color);margin-bottom:.25rem;font-family:var(--body-font)}.stat-label{font-size:var(--smaller-font-size);color:var(--text-color);text-transform:uppercase;letter-spacing:1px;font-weight:var(--font-medium)}.course-intro-card{position:relative}.course-category-tag{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;background:rgba(var(--button-color),.9);color:var(--white-color);border-radius:4px;font-size:var(--smaller-font-size);font-weight:var(--font-semi-bold);letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2)}.service-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:.5rem}.service-categories{display:flex;gap:.5rem;flex-wrap:wrap}.category-badge{padding:.375rem .875rem;background:linear-gradient(135deg,var(--button-color),var(--container-color));color:var(--white-color);border-radius:20px;font-size:var(--smaller-font-size);font-weight:var(--font-semi-bold);letter-spacing:.5px;border:1px solid rgba(255,255,255,.2)}.image-category-overlay{position:absolute;top:1rem;left:1rem;z-index:2}.overlay-category{padding:.375rem .875rem;background:var(--button-color);color:var(--white-color);border-radius:4px;font-size:var(--smaller-font-size);font-weight:var(--font-semi-bold);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2)}@media (max-width: 768px){.course-filters-section{padding:1rem 0;border-radius:0;margin:1rem -1rem;background:linear-gradient(135deg,var(--button-color) 0%,var(--container-color) 100%)}.filters-container{padding:0 1rem}.desktop-filters{display:none}.mobile-filter-toggle{display:block}.active-filters{flex-direction:column;align-items:stretch;gap:.75rem}.active-filters-label{align-self:flex-start}.quick-stats{flex-wrap:wrap;justify-content:space-around;gap:.75rem}.stat-card{flex:1;min-width:calc(50% - .75rem);padding:.75rem 1rem}.service-header{flex-direction:column;gap:.5rem}.course-category-tag{font-size:var(--smallest-font-size);padding:.125rem .375rem}.category-badge{font-size:var(--smallest-font-size);padding:.25rem .5rem}.filter-group,.mobile-filters-dropdown{padding:1rem}}@media (min-width: 769px) and (max-width: 1024px){.course-filters-section{max-width:95%}.filters-container{padding:0 1rem}}@media (min-width: 769px){.category-buttons{max-height:120px;overflow-y:auto;padding-right:.5rem}.category-buttons::-webkit-scrollbar{width:6px}.category-buttons::-webkit-scrollbar-track{background:rgba(var(--text-dark-color),.1);border-radius:3px}.category-buttons::-webkit-scrollbar-thumb{background:rgba(var(--text-dark-color),.3);border-radius:3px}.category-buttons::-webkit-scrollbar-thumb:hover{background:rgba(var(--text-dark-color),.4)}}.category-btn,.sort-select,.clear-filters-btn,.mobile-filter-btn,.mobile-apply-btn,.mobile-clear-btn,.active-filter-tag,.stat-card{transition:all .3s cubic-bezier(.4,0,.2,1)}.search-input:focus,.sort-select:focus,.category-btn:focus,.clear-filters-btn:focus,.mobile-filter-btn:focus{outline:2px solid var(--button-color);outline-offset:2px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading .stat-card,.loading .category-btn{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.tuition-hero{background:linear-gradient(#0006,#000000b3),url(/img6.webp) no-repeat center center;background-size:cover;padding:8rem 5rem;width:90%;margin:50px auto auto;border-radius:20px;transition:background .5s ease}.tuition-hero h1{color:#fff;margin:20px;font-size:3.5rem}.tuition-main-body{display:flex;flex-direction:column;width:90%;margin:40px auto;gap:10px;padding:0 20px}.tuition-sidebar{background-color:var(--text-color-light);padding:10px;border-radius:12px;position:sticky;top:20px;overflow-y:scroll;box-shadow:0 2px 10px #0000001a}.tuition-mainbar{width:100%;background-color:var(--text-color-light);padding:30px;border-radius:12px;box-shadow:0 2px 10px #0000001a}.tuition-sidebar ul{display:flex;overflow:hidden;overflow-x:scroll}.tuition-sidebar ul>li{padding:10px;transition:all 1s ease}.tuition-sidebar ul>li:hover{background-color:var(--button-color)!important;color:#fff}.tuition-sidebar li:last-child{border-bottom:none}.cohort-count{background:#e0e7ff;color:#4f46e5;font-size:.8rem;padding:2px 8px;border-radius:10px;font-weight:400}.course-duration{color:var(--text-color);font-size:1.1rem;margin-top:5px}.selected-course{width:100%;display:flex;flex-direction:column;gap:10px}.selected-course>h3{background-color:#000;color:#fff;padding:10px 20px}.card{border:none;border-radius:8px;margin:10px 0;overflow:hidden;box-shadow:0 4px 6px #0006;background-color:var(--body-color);transition:transform .3s ease,box-shadow .3s ease}.card-body{padding:20px;display:flex;flex-direction:column;gap:20px}.apply-button{margin-top:10px;padding:8px 12px;background-color:var(--button-color);color:#fff;border:none;border-radius:4px;cursor:pointer;width:100%}.apply-button:hover{background-color:#333}.tuition-details{display:flex;flex-direction:column;gap:20px;line-height:25px}@media screen and (min-width: 1050px){.tuition-hero h1{margin-left:70px;margin-top:50px}.tuition-main-body{display:flex;flex-direction:row}.tuition-sidebar{width:30%;height:30rem;top:50px}.tuition-mainbar{width:70%}.tuition-sidebar ul{display:block;overflow:hidden}.tuition-sidebar ul>li{border-bottom:1px solid #aaa}.selected-course{display:flex;flex-direction:row;gap:10px}.selected-course>h3{background-color:#000;color:#fff;padding:10px 20px}.card{border:none;border-radius:8px;margin:10px 0;background-color:var(--body-color)}.card-body{padding:20px;display:flex;flex-direction:column;gap:20px}.apply-button{margin-top:10px;padding:8px 12px;background-color:var(--button-color);color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;width:100%;transition:background-color .3s ease}.apply-button:hover{background-color:var(--black-color)}.tuition-details{display:flex;flex-direction:column;gap:20px;line-height:25px}}.tuition-hero h1{font-size:2.5rem;margin:0}.card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.card-header{background:var(--black-color);padding:15px 20px;display:flex;justify-content:space-between;align-items:center}.card-header h4{margin:0;color:#fff;font-size:1.1rem;flex:1}.status-badge{color:#fff;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.card-body{padding:20px}.card-info-row{display:flex;align-items:center;margin-bottom:12px;color:#4b5563}.card-icon{margin-right:10px;color:#6b7280;font-size:1.2rem}.tuition-details{margin-top:40px;padding-top:30px;border-top:2px solid #e5e7eb}.promotion-message{background:#f0f9ff;border-left:4px solid var(--button-color);padding:15px;border-radius:6px;margin-bottom:25px}.tuition-breakdown{list-style:none;padding:0;margin:20px 0}.tuition-breakdown li{padding:10px 0;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between}.tuition-breakdown li:last-child{border-bottom:none}.total-tuition{font-size:1.2rem;font-weight:700;color:#059669;background:#f0fdf4;padding:15px;border-radius:6px;margin-top:10px}.install-plan{background:#f8fafc;padding:20px;border-radius:8px;margin-top:30px}.install-plan h4{color:#1e293b;margin-top:0}.payment-plan-dropdown{background:#fff;padding:20px;border-radius:6px;margin-top:15px;border:1px solid #e5e7eb}.payment-plan-item{margin-bottom:20px}.payment-plan-item h5{color:#374151;margin-bottom:10px}.payment-plan-item ul{list-style:none;padding:0}.payment-plan-item li{padding:8px 0;border-bottom:1px dashed #e5e7eb}.payment-note{color:#6b7280;font-size:.9rem;margin-left:10px}.refund-note{color:#dc2626;font-size:.9rem;margin-top:15px;padding:10px;background:#fef2f2;border-radius:6px}.course-description-preview{margin-top:30px;padding:20px;background:#f8fafc;border-radius:8px}.view-details-link{color:#4f46e5;text-decoration:none;font-weight:600;display:inline-block;margin-top:10px}.view-details-link:hover{text-decoration:underline}.loading-container,.error-message,.no-data-message,.no-cohorts-message{text-align:center;padding:60px 20px}.error-message{background:#fef2f2;color:#dc2626;border-radius:8px}.no-data-message,.no-cohorts-message{background:#f8fafc;color:#6b7280;border-radius:8px}@media (max-width: 768px){.tuition-main-body{flex-direction:column}.tuition-sidebar{width:100%;order:2}.selected-course{grid-template-columns:1fr}.tuition-hero h1{font-size:2rem}}.card-skeleton{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px #0000001a;border:1px solid #e5e7eb}.card-header-skeleton{background:#1e293b;padding:15px 20px}.card-body-skeleton{padding:20px}.card-body-skeleton>div{display:flex;align-items:center;margin-bottom:12px}.react-loading-skeleton{background-color:#e5e7eb!important;background-image:linear-gradient(90deg,#e5e7eb,#f3f4f6,#e5e7eb)!important}.tuition-sidebar .react-loading-skeleton{border-radius:5px}.tuition-mainbar .react-loading-skeleton{border-radius:6px}.card-header-skeleton .react-loading-skeleton{border-radius:0}.course-duration .react-loading-skeleton{width:150px!important}.tuition-breakdown li .react-loading-skeleton{width:100%!important}.install-plan h4 .react-loading-skeleton{width:120px!important}.course-description-preview h4 .react-loading-skeleton{width:150px!important}.no-cohorts-message{text-align:center;padding:40px 20px;background:#f8fafc;border-radius:8px;color:#6b7280;grid-column:1 / -1}.no-cohorts-message p{margin:10px 0}.loading-container{text-align:center;padding:60px 20px}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #4f46e5;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message,.no-data-message{text-align:center;padding:60px 20px;border-radius:8px;margin:40px auto;max-width:600px}.error-message{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.no-data-message{background:#f8fafc;color:#6b7280;border:1px solid #e5e7eb}.error-message a,.no-data-message a{color:#4f46e5;text-decoration:none;font-weight:600;margin-top:15px;display:inline-block}.error-message a:hover,.no-data-message a:hover{text-decoration:underline}.blog-list .news-section{padding:3rem 2rem;padding-top:0}.blog-list .news-section .news-header{padding:50px;border-bottom:1px solid #aaa;margin:auto 0;border-radius:20px}.blog-list .news-section .news-header h2{font-size:var(--biggest-font-size);text-align:center}.blog-list .news-section .blog-layout{display:grid;grid-template-columns:2fr 3fr 2fr;gap:1rem;padding:50px;grid-template-areas:"left featured sidebar"}.blog-list .news-section .blog-layout .left-articles{grid-area:left}.blog-list .news-section .blog-layout .featured-article{grid-area:featured}.blog-list .news-section .blog-layout .sidebar{grid-area:sidebar}.blog-list .news-section .blog-layout .left-articles,.blog-list .news-section .blog-layout .featured-article,.blog-list .news-section .blog-layout .sidebar{background:var(--body-color);padding:1rem;display:flex;flex-direction:column;gap:20px}.blog-list .news-section .blog-layout .featured-article{border-left:1px solid #aaa;border-right:1px solid #aaa}.blog-list .news-section .blog-layout .featured-article img{width:100%;border-radius:12px;object-fit:cover}.blog-list .news-section .blog-layout .featured-article .blog-details{display:flex;flex-direction:column;gap:10px;line-height:30px}.blog-list .news-section .blog-layout .small-article{display:flex;flex-direction:column;gap:10px}.blog-list .news-section .blog-layout .small-article .small-img{height:15rem;display:flex;justify-content:center;padding:10px;background-color:var(--white-color);border-radius:12px}.blog-list .news-section .blog-layout .small-article .small-img img{height:100%;object-fit:cover;border-radius:12px}.blog-list .news-section .blog-layout .small-article .small-text{display:flex;flex-direction:column;gap:10px}.blog-list .news-section .blog-layout .sidebar h3{text-align:center}.blog-list .news-section .blog-layout .sidebar .favorite-article{border-bottom:1px solid #aaa;margin:20px 0}.blog-list .news-section .blog-layout .sidebar .favorite-article>div{margin-bottom:20px;display:flex;flex-direction:column;gap:10px}.blog-list .recent-articles{padding-bottom:4rem}.blog-list .recent-articles h2{padding:0 6rem 2rem;text-align:center}.blog-list .recent-articles .categories{background-color:#84769d;padding:20px 6rem;margin-bottom:20px;display:flex;align-items:center;box-shadow:0 1px 4px #0000004d;position:sticky;top:0;z-index:1000}.blog-list .recent-articles .categories li{border:1px solid #ddd;background:none;padding:.5rem 1rem;border-radius:20px;margin:.5rem;color:var(--white-color);list-style:none}.blog-list .recent-articles .categories li.active{background:var(--button-color);color:var(--white-color)}.blog-list .recent-articles .articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:4rem 6rem}.blog-list .recent-articles .articles-grid .recent-article{display:flex;flex-direction:column;gap:20px}.blog-list .recent-articles .articles-grid .recent-article img{width:100%;border-radius:12px;height:15rem;object-fit:cover}.blog-list .recent-articles .articles-grid .recent-article>div{display:flex;flex-direction:column;gap:10px}.blog-list .paginations{display:flex;justify-content:center;align-items:center;gap:20px}.blog-list .paginations button{background-color:var(--button-color);border-radius:50px;padding:10px 30px;color:#fff;border:none}@media (max-width: 1020px){.blog-list .blog-hero{height:40vh}.blog-list .blog-hero h1{font-size:2rem}.blog-list .news-section .blog-layout{grid-template-columns:1fr 1.5fr;gap:1.5rem;padding:20px}.blog-list .recent-articles h2{padding:0 3rem 2rem}.blog-list .recent-articles .categories{padding:20px 3rem}.blog-list .recent-articles .articles-grid{grid-template-columns:repeat(2,1fr);padding:2rem 3rem}}@media (max-width: 725px){.blog-list .blog-hero{height:35vh;text-align:center}.blog-list .blog-hero h1{font-size:1.8rem}.blog-list .news-section .blog-layout{grid-template-columns:1fr;padding:1rem;grid-template-areas:"featured" "left" "sidebar";gap:1.5rem}.blog-list .news-section .blog-layout .featured-article{border-left:none;border-right:none}.blog-list .recent-articles .articles-grid{grid-template-columns:1fr;padding:2rem}.blog-list .recent-articles .categories{align-items:center;overflow-x:scroll;padding:10px}.blog-list .recent-articles .categories li{text-wrap-mode:nowrap}}@media (max-width: 500px){.blog-list .blog-hero{width:95%;height:30vh;margin-top:20px}.blog-list .blog-hero h1{font-size:1.5rem;padding:0 10px}.blog-list .news-section{padding:2rem 1rem}.blog-list .news-section .news-header{padding:20px}.blog-list .news-section .news-header h2{font-size:2rem}.blog-list .news-section .blog-layout{padding:10px;gap:1rem}.blog-list .news-section .blog-layout .sidebar{display:none}.blog-list .recent-articles h2{font-size:1.3rem;padding:0 1rem 1rem}.blog-list .recent-articles .articles-grid{grid-template-columns:1fr;gap:15px;padding:1rem}.blog-list .paginations button{padding:8px 20px}}.blog-page .blog-hero{background:linear-gradient(135deg,var(--button-color) 0%,var(--black-color) 100%);color:var(--white-color);padding:4rem 2rem;text-align:center;width:90%;border-radius:20px;margin:50px auto 0;height:50vh;display:flex;align-items:center;justify-content:center}.blog-page .blog-hero .blog-hero-content{max-width:800px;margin:0 auto}.blog-page .blog-hero .blog-hero-content h2{font-size:1.6rem;margin:1rem 0;line-height:1.2;color:var(--white-color)}.blog-page .blog-hero .blog-hero-content .blog-meta{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin:1rem 0;font-size:.9rem;color:var(--text-color-light)}.blog-page .blog-hero .blog-hero-content .blog-author{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.blog-page .blog-hero .blog-hero-content .blog-author .author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.blog-page .blog-hero .blog-hero-content .blog-author .author-info{text-align:left}.blog-page .blog-hero .blog-hero-content .blog-author .author-info strong{display:block;font-size:1rem;color:var(--title-color)}.blog-page .blog-hero .blog-hero-content .blog-author .author-info span{font-size:.8rem;color:var(--text-color)}.blog-page .excerpt-section{max-width:1200px;margin:3rem auto;padding:0 2rem}.blog-page .excerpt-section h3{color:var(--title-color);margin-bottom:1rem;font-size:1.5rem;border-bottom:2px solid var(--button-color);padding-bottom:.5rem}.blog-page .excerpt-section .excerpt{font-size:1.1rem;line-height:1.6;color:var(--text-color);font-style:italic;background:var(--container-color);padding:1.5rem;border-radius:8px;border-left:4px solid var(--button-color)}.blog-page .blog-container{display:grid;grid-template-columns:300px 1fr;gap:3rem;max-width:1200px;margin:3rem auto;padding:0 2rem}.blog-page .blog-container .blog-sidebar{display:flex;flex-direction:column;gap:2rem}.blog-page .blog-container .blog-sidebar .sidebar-widget{background:var(--nav-color);padding:1.5rem;border-radius:12px;border:1px solid var(--body-color)}.blog-page .blog-container .blog-sidebar .sidebar-widget h3{margin-bottom:1rem;color:var(--button-color);font-size:1.1rem}.blog-page .blog-container .blog-sidebar .sidebar-widget .search-input{display:flex;gap:.5rem}.blog-page .blog-container .blog-sidebar .sidebar-widget .search-input input{flex:1;padding:.75rem;border:1px solid var(--body-color);border-radius:6px;background:var(--white-color);color:var(--text-color)}.blog-page .blog-container .blog-sidebar .sidebar-widget .search-input button{padding:.75rem 1rem;background:var(--button-color);color:var(--white-color);border:none;border-radius:6px;cursor:pointer}.blog-page .blog-container .blog-sidebar .sidebar-widget ul{list-style:none;padding:0;margin:0}.blog-page .blog-container .blog-sidebar .sidebar-widget ul li{margin-bottom:.5rem}.blog-page .blog-container .blog-sidebar .sidebar-widget ul li a{display:flex;justify-content:space-between;color:var(--text-dark-color);text-decoration:none;padding:.5rem 0;border-bottom:1px solid var(--body-color);transition:color .3s}.blog-page .blog-container .blog-sidebar .sidebar-widget ul li a:hover{color:var(--button-color)}.blog-page .blog-container .blog-sidebar .sidebar-widget .recent-post{display:flex;gap:1rem;align-items:flex-start}.blog-page .blog-container .blog-sidebar .sidebar-widget .recent-post img{width:60px;height:60px;border-radius:6px;object-fit:cover}.blog-page .blog-container .blog-sidebar .sidebar-widget .recent-post .recent-post-info h4{margin:0 0 .25rem;font-size:.9rem;line-height:1.3;color:var(--title-color)}.blog-page .blog-container .blog-sidebar .sidebar-widget .recent-post .recent-post-info span{font-size:.8rem;color:var(--text-color)}.blog-page .blog-container .blog-sidebar .sidebar-widget .tags-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.blog-page .blog-container .blog-sidebar .sidebar-widget .tags-cloud .tag{background:var(--body-color);color:var(--button-color);padding:.4rem .7rem;border-radius:6px;font-size:.8rem}.blog-page .blog-container .blog-content .blog-article{background:var(--nav-color);border-radius:12px;padding:2rem;box-shadow:0 2px 10px #0000001a}.blog-page .blog-container .blog-content .blog-article .featured-image{margin-bottom:2rem}.blog-page .blog-container .blog-content .blog-article .featured-image img{width:100%;max-height:400px;object-fit:cover;border-radius:8px}.blog-page .blog-container .blog-content .blog-article .blog-body{line-height:1.8;color:var(--text-color)}.blog-page .blog-container .blog-content .blog-article .blog-body h1,.blog-page .blog-container .blog-content .blog-article .blog-body h2,.blog-page .blog-container .blog-content .blog-article .blog-body h3{margin-top:2rem;margin-bottom:1rem;color:var(--button-color)}.blog-page .blog-container .blog-content .blog-article .blog-body p{margin-bottom:1.5rem}.blog-page .blog-container .blog-content .blog-article .blog-body img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.blog-page .blog-container .blog-content .blog-article .engagement-section{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;border-top:1px solid var(--body-color);border-bottom:1px solid var(--body-color);margin:2rem 0}.blog-page .blog-container .blog-content .blog-article .engagement-section .reactions{display:flex;flex-wrap:wrap;gap:1rem}.blog-page .blog-container .blog-content .blog-article .engagement-section .reactions .reaction-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid var(--body-color);border-radius:6px;cursor:pointer;background:transparent;color:var(--text-color);transition:all .3s ease}.blog-page .blog-container .blog-content .blog-article .engagement-section .reactions .reaction-btn:hover:not(:disabled){border-color:var(--button-color);background:var(--button-color);color:var(--white-color)}.blog-page .blog-container .blog-content .blog-article .engagement-section .reactions .reaction-btn.active{background:var(--button-color);color:var(--white-color);border-color:var(--button-color)}.blog-page .blog-container .blog-content .blog-article .engagement-section .reactions .reaction-btn:disabled{opacity:.6;cursor:not-allowed}.blog-page .blog-container .blog-content .blog-article .engagement-section .share-popup{display:flex;align-items:center;gap:.5rem}.blog-page .blog-container .blog-content .blog-article .engagement-section .share-popup .social-btn{padding:5px;font-size:15px;border:1px solid var(--body-color);border-radius:6px;cursor:pointer;transition:all .3s ease;background:var(--white-color);color:var(--text-dark-color)}.blog-page .blog-container .blog-content .blog-article .engagement-section .share-popup .social-btn.facebook:hover{background:#1877f2;color:#fff}.blog-page .blog-container .blog-content .blog-article .engagement-section .share-popup .social-btn.twitter:hover{background:#1da1f2;color:#fff}.blog-page .blog-container .blog-content .blog-article .engagement-section .share-popup .social-btn.linkedin:hover{background:#0077b5;color:#fff}.blog-page .blog-container .blog-content .blog-article .engagement-section .share-popup .social-btn.whatsapp:hover{background:#25d366;color:#fff}.blog-page .blog-container .post-navigation{display:flex;justify-content:center;gap:20px}.blog-page .blog-container .post-navigation .nav-btn{display:flex;align-items:center;gap:10px;color:var(--text-dark-color)}@media (max-width: 1024px){.blog-page .blog-container{grid-template-columns:1fr;gap:2rem}.blog-page .blog-container .blog-sidebar{order:-1}}@media (max-width: 768px){.blog-page .blog-hero{padding:3rem 1rem}.blog-page .blog-hero h1{font-size:2rem}.blog-page .blog-hero .blog-meta{gap:.5rem}.blog-page .blog-container{padding:0 1rem}.blog-page .blog-content .blog-article{padding:1.5rem}.blog-page .blog-content .engagement-section{flex-direction:column;gap:1.5rem;align-items:stretch}.blog-page .post-navigation{flex-direction:column;gap:1rem}.blog-page .post-navigation .nav-btn{max-width:none}}.contact-hero{height:60vh;width:90%;display:flex;gap:30px;padding:20px 20px 100px;margin:50px auto 0;position:relative;border-bottom:1px solid #aaa;&-video{width:30%}&-div{position:absolute;top:60px;display:flex;align-items:center;gap:20px}}.contact-hero article{width:70%}.contact-hero article h1{font-size:4rem;text-indent:200px}@media (max-width: 1050px){.contact-hero{flex-direction:column;height:auto;padding-bottom:50px;&-video{width:100%;margin-top:30px}}.contact-hero article{width:100%}.contact-hero article h1{text-indent:0;font-size:3rem}}@media (max-width: 480px){.contact-hero{margin-top:30px;padding-bottom:30px;&-div{top:30px;font-size:.9rem}}.contact-hero article h1{font-size:2rem}}.contact-article{width:90%;margin:50px auto 0;display:flex;align-items:flex-start;gap:50px}.contact-article article{width:40%;background-color:var(--container-color);padding:30px;border-bottom:3px solid var(--button-color);margin-top:35px}.contact-article article p{line-height:30px;font-size:var(--h3-font-size);margin-bottom:30px;font-family:Roboto,serif}.contact-article article div{display:flex;gap:10px}.contact-article article div p{font-size:1.2rem}.contact-article button{background-color:var(--button-color);color:#fff;border-radius:50px;border:none;outline:none;padding:10px 40px;font-size:var(--normal-font-size);margin-bottom:30px;transition:all 1s ease}.contact-article button:hover{background-color:#363d49}@media (max-width: 1050px){.contact-article{flex-direction:column;gap:30px}.contact-article article{width:100%;margin-top:0}}@media (max-width: 480px){.contact-article{margin-top:30px;gap:20px}.contact-article article{padding:20px}.contact-article article p{font-size:1rem;line-height:25px;margin-bottom:20px}.contact-article article div{flex-direction:column;gap:5px}.contact-article button{padding:8px 30px;margin-bottom:20px}}.contact__mail{position:relative;width:70%;background-color:var(--body-color);padding:5rem 1.5rem 2.5rem;margin-top:-2.5rem;transition:background-color .4s}@media (max-width: 1050px){.contact__mail{width:100%;padding:3rem 1.5rem 2rem}}@media (max-width: 480px){.contact__mail{padding:2rem 1rem 1.5rem;margin-top:0}}.contact__form{display:grid;row-gap:1.25rem;position:relative}.contact__form .contact__group{display:flex;gap:1.25rem}@media (max-width: 480px){.contact__form .contact__group{flex-direction:column;gap:1rem}}.contact__form .contact__box{position:relative;width:100%;height:58px}.contact__form .contact__box .contact__input,.contact__form .contact__box .contact__button{font-family:var(--body-font);font-size:var(--normal-font-size);outline:none;border:none}.contact__form .contact__box .contact__input{position:absolute;width:100%;height:100%;background-color:var(--body-color);border:3px solid var(--text-dark-color);color:var(--text-dark-color);padding:.5rem 1rem;font-weight:var(--font-medium);transition:border .4s,background-color .4s}.contact__form .contact__box .contact__input::placeholder{color:var(--text-dark-color);transition:opacity .4s}.contact__form .contact__box .contact__input:focus{border:3px solid #888}.contact__form .contact__box .contact__input:focus::placeholder{opacity:0}.contact__form .contact__box .contact__input:focus+.contact__label{opacity:1;top:-16px}.contact__form .contact__box .contact__input:-webkit-autofill{transition:background-color 6000s,color 6000s}.contact__form .contact__box .contact__input:not(:placeholder-shown):not(:focus)+.contact__label{opacity:1;top:-16px}.contact__form .contact__box .contact__label{position:absolute;top:-16px;left:10px;color:var(--text-dark-color);font-size:var(--small-font-size);font-weight:var(--font-medium);background-color:var(--body-color);padding:8px;pointer-events:none;transition:top .4s,opacity .4s,background-color .4s;opacity:0}.contact__form .contact__area{height:10rem}.contact__form .contact__area textarea{resize:none;padding-top:1rem}.contact__form .contact__button{background-color:var(--button-color);cursor:pointer}@media (max-width: 480px){.contact__form{row-gap:1rem}.contact__form p{font-size:.9rem}}.contact-visit{display:flex;flex-direction:row-reverse;width:90%;margin:0 auto;background-color:var(--nav-color);padding:50px;border-radius:30px;gap:50px;article,&-img{width:50%}&-img img{height:100%;border-radius:20px}}.contact-visit article>p{font-size:1.2rem;line-height:30px;margin-bottom:30px}.contact-visit article button{background-color:var(--button-color);border-radius:50px;padding:10px 30px;border:none;color:#fff;font-size:var(--normal-font-size)}.contact-visit .contact__title{margin-bottom:20px}.contact-visit .contact-visit-text{display:flex;justify-content:space-between;margin-bottom:30px;gap:30px}.contact-visit .contact-visit-text .address{width:40%}.contact-visit .contact-visit-text .p{display:flex;gap:15px;font-size:1rem}.contact-visit .contact-visit-text .socials{width:60%}.contact-visit .contact-visit-text .socials div{display:flex;gap:20px}@media (max-width: 1050px){.contact-visit{flex-direction:column;padding:30px;gap:30px;article,&-img{width:100%}}.contact-visit .contact-visit-text{flex-direction:column;gap:20px}.contact-visit .contact-visit-text .address,.contact-visit .contact-visit-text .socials{width:100%}}@media (max-width: 480px){.contact-visit{padding:20px;gap:20px}.contact-visit article>p{font-size:1rem;line-height:25px;margin-bottom:20px}.contact-visit .contact-visit-text{margin-bottom:20px}.contact-visit .contact-visit-text .p{font-size:.9rem;gap:10px}.contact-visit .contact-visit-text .socials div{gap:15px}}.student-projects{padding:3rem 1rem;background-color:var(--body-color);color:var(--text-dark-color)}.student-projects .heada{text-align:center;margin-bottom:2rem}.student-projects .heada h2{font-size:2.2rem;color:var(--title-color);margin-bottom:.5rem}.student-projects .heada p{color:var(--text-color);font-size:1.1rem}.student-projects .student-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.student-projects .student-card{background-color:var(--white-color);border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease;cursor:pointer;display:flex;flex-direction:column;align-items:center;padding:1.5rem;gap:1.5rem}.student-projects .student-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.student-projects .student-card .avatar{width:130px;height:130px;border-radius:20px;overflow:hidden}.student-projects .student-card .avatar img{width:100%;height:100%;object-fit:cover}.student-projects .student-card .info{flex:1}.student-projects .student-card .info h3{margin:0;color:var(--title-color);font-size:1.2rem}.student-projects .student-card .info .course{color:var(--button-color);font-weight:500;margin:.3rem 0 .8rem;font-size:.9rem}.student-projects .student-card .info .skills{display:flex;flex-wrap:wrap;gap:.5rem}.student-projects .student-card .info .skills span{background-color:var(--container-color);color:var(--text-dark-color);padding:.3rem .6rem;border-radius:20px;font-size:.8rem}.student-projects .student-card .info .skills span:last-child{background-color:var(--black-color-light);color:var(--white-color)}.student-projects .student-profile{max-width:1200px;margin:0 auto;background-color:var(--white-color);border-radius:8px;box-shadow:0 4px 15px #0000001a;overflow:hidden}.student-projects .student-profile .back-button{background:none;border:none;color:var(--button-color);font-size:1rem;font-weight:600;cursor:pointer;padding:1rem 1.5rem;display:flex;align-items:center;gap:.5rem}.student-projects .student-profile .back-button:hover{text-decoration:underline}.student-projects .student-profile .profile-header{display:flex;padding:2rem;gap:2rem;border-bottom:1px solid var(--container-color)}.student-projects .student-profile .profile-header .avatar{width:150px;height:150px;border-radius:50%;overflow:hidden;flex-shrink:0}.student-projects .student-profile .profile-header .avatar img{width:100%;height:100%;object-fit:cover}.student-projects .student-profile .profile-header .details{flex:1}.student-projects .student-profile .profile-header .details h2{margin:0;color:var(--title-color);font-size:1.8rem}.student-projects .student-profile .profile-header .details .bio{color:var(--text-dark-color);margin:.8rem 0 1.5rem;line-height:1.6}.student-projects .student-profile .profile-header .details .meta{display:flex;gap:1.5rem;margin-bottom:1.5rem}.student-projects .student-profile .profile-header .details .meta .meta-item{display:flex;align-items:center;gap:.5rem;color:var(--text-color);font-size:.9rem}.student-projects .student-profile .profile-header .details .meta .meta-item .icon{color:var(--button-color)}.student-projects .student-profile .profile-header .details .skills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.student-projects .student-profile .profile-header .details .skills span{background-color:var(--container-color);color:var(--text-dark-color);padding:.4rem .8rem;border-radius:20px;font-size:.9rem}.student-projects .student-profile .profile-header .details .social-links{display:flex;align-items:center;gap:1rem}.student-projects .student-profile .profile-header .details .social-links a{color:var(--text-dark-color);font-size:1.2rem;transition:color .3s ease}.student-projects .student-profile .profile-header .details .social-links a:hover{color:var(--button-color)}.student-projects .student-profile .profile-header .details .social-links .resume-link{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin-left:auto;background-color:var(--button-color);color:var(--white-color);padding:.6rem 1rem;border-radius:5px;text-decoration:none}.student-projects .student-profile .profile-header .details .social-links .resume-link:hover{background-color:#363d49}.student-projects .student-profile .projects-section{padding:2rem}.student-projects .student-profile .projects-section h3{color:var(--title-color);margin-top:0;margin-bottom:1.5rem;font-size:1.5rem}.student-projects .student-profile .projects-section .project-nav{display:flex;gap:.8rem;margin-bottom:2rem;flex-wrap:wrap}.student-projects .student-profile .projects-section .project-nav button{background-color:var(--container-color);border:none;padding:.6rem 1.2rem;border-radius:5px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.student-projects .student-profile .projects-section .project-nav button.active{background-color:var(--button-color);color:var(--white-color)}.student-projects .student-profile .projects-section .project-nav button:hover:not(.active){background-color:var(--black-color-light);color:var(--white-color)}.student-projects .student-profile .projects-section .project-details{display:flex;gap:2rem}.student-projects .student-profile .projects-section .project-details .project-image{flex:1;border-radius:8px;overflow:hidden;height:350px}.student-projects .student-profile .projects-section .project-details .project-image img{width:100%;height:100%;object-fit:cover}.student-projects .student-profile .projects-section .project-details .project-info{flex:1}.student-projects .student-profile .projects-section .project-details .project-info h4{color:var(--title-color);margin-top:0;font-size:1.4rem}.student-projects .student-profile .projects-section .project-details .project-info p{color:var(--text-dark-color);line-height:1.6}.student-projects .student-profile .projects-section .project-details .project-info .technologies{margin:1.5rem 0}.student-projects .student-profile .projects-section .project-details .project-info .technologies h5{margin-bottom:.5rem;color:var(--title-color);font-size:1.1rem}.student-projects .student-profile .projects-section .project-details .project-info .technologies .tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.student-projects .student-profile .projects-section .project-details .project-info .technologies .tech-tags span{background-color:var(--container-color);color:var(--text-dark-color);padding:.4rem .8rem;border-radius:20px;font-size:.9rem}.student-projects .student-profile .projects-section .project-details .project-info .features{margin:1.5rem 0}.student-projects .student-profile .projects-section .project-details .project-info .features h5{margin-bottom:.5rem;color:var(--title-color);font-size:1.1rem}.student-projects .student-profile .projects-section .project-details .project-info .features ul{padding-left:1.2rem;margin:0}.student-projects .student-profile .projects-section .project-details .project-info .features ul li{margin-bottom:.5rem;color:var(--text-dark-color)}.student-projects .student-profile .projects-section .project-details .project-info .project-links{display:flex;gap:1rem;margin-top:2rem}.student-projects .student-profile .projects-section .project-details .project-info .project-links a{display:flex;align-items:center;gap:.5rem;padding:.7rem 1.2rem;border-radius:5px;text-decoration:none;font-weight:500;transition:all .3s ease}.student-projects .student-profile .projects-section .project-details .project-info .project-links a.github-link{background-color:var(--black-color);color:var(--white-color)}.student-projects .student-profile .projects-section .project-details .project-info .project-links a.github-link:hover{background-color:#333}.student-projects .student-profile .projects-section .project-details .project-info .project-links a.demo-link{background-color:var(--button-color);color:var(--white-color)}.student-projects .student-profile .projects-section .project-details .project-info .project-links a.demo-link:hover{background-color:#363d49}@media (max-width: 1024px){.student-projects .student-profile .profile-header{flex-direction:column;align-items:center;text-align:center}.student-projects .student-profile .profile-header .avatar{width:120px;height:120px}.student-projects .student-profile .profile-header .social-links{justify-content:center}.student-projects .student-profile .profile-header .social-links .resume-link{margin-left:0}.student-projects .student-profile .projects-section .project-details{flex-direction:column}.student-projects .student-profile .projects-section .project-details .project-image{height:250px}}@media (max-width: 768px){.student-projects{padding:2rem .5rem}.student-projects .student-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.student-projects .student-card{padding:1rem;gap:1rem}.student-projects .student-card .avatar{width:60px;height:60px}.student-projects .student-profile .profile-header{padding:1.5rem}.student-projects .student-profile .profile-header .meta{flex-direction:column;gap:.8rem}.student-projects .student-profile .projects-section{padding:1.5rem}}@media (max-width: 480px){.student-projects .student-grid{grid-template-columns:1fr}.student-projects .heada h2{font-size:1.8rem}}.resources-section{background-color:var(--body-color);color:var(--text-dark-color)}.resources-section .resources-hero{background:linear-gradient(135deg,#371373,#2a0f5c);background-size:cover;background-position:center;color:var(--white-color);padding:5rem 1rem;text-align:center;margin:20px auto auto;width:90%;border-radius:30px}.resources-section .resources-hero .hero-content{max-width:800px;margin:0 auto}.resources-section .resources-hero .hero-content h1{font-size:2.5rem;margin-bottom:1rem;color:var(--white-color)}.resources-section .resources-hero .hero-content p{font-size:1.2rem;margin-bottom:2rem;color:var(--text-color-light)}.resources-section .resources-hero .hero-content .hero-buttons{display:flex;justify-content:center;gap:1rem}.resources-section .resources-hero .hero-content .hero-buttons button{padding:.8rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.resources-section .resources-hero .hero-content .hero-buttons .primary-btn{background-color:var(--button-color);color:var(--white-color);border:none}.resources-section .resources-hero .hero-content .hero-buttons .primary-btn:hover{background-color:#363d49}.resources-section .resources-hero .hero-content .hero-buttons .secondary-btn{background-color:transparent;color:var(--white-color);border:2px solid var(--white-color)}.resources-section .resources-hero .hero-content .hero-buttons .secondary-btn:hover{background-color:#ffffff1a}.resources-section .resources-container{max-width:1200px;margin:0 auto;padding:3rem 1rem}.resources-section .resources-controls{margin-bottom:2rem}.resources-section .resources-controls .search-bar{position:relative;max-width:500px;margin:0 auto 1.5rem}.resources-section .resources-controls .search-bar .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-color)}.resources-section .resources-controls .search-bar input{width:100%;padding:.8rem 1rem .8rem 2.5rem;border:1px solid var(--container-color);border-radius:50px;font-size:1rem}.resources-section .resources-controls .search-bar input:focus{outline:none;border-color:var(--button-color)}.resources-section .resources-controls .category-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem}.resources-section .resources-controls .category-tabs button{display:flex;align-items:center;gap:.5rem;padding:.7rem 1.2rem;background-color:var(--container-color);border:none;border-radius:50px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.resources-section .resources-controls .category-tabs button.active{background-color:var(--button-color);color:var(--white-color)}.resources-section .resources-controls .category-tabs button:hover:not(.active){background-color:var(--black-color-light);color:var(--white-color)}.resources-section .resources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.resources-section .resource-card{background-color:var(--white-color);border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease}.resources-section .resource-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.resources-section .resource-card .card-image{position:relative;height:180px}.resources-section .resource-card .card-image img{width:100%;height:100%;object-fit:cover}.resources-section .resource-card .card-image .resource-badge{position:absolute;top:1rem;right:1rem;background-color:var(--button-color);color:var(--white-color);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.resources-section .resource-card .card-content{padding:1.5rem}.resources-section .resource-card .card-content h3{margin:0 0 .8rem;color:var(--title-color);font-size:1.2rem}.resources-section .resource-card .card-content .description{color:var(--text-color);margin:0 0 1.5rem;line-height:1.5;font-size:.9rem}.resources-section .resource-card .card-content .card-footer{display:flex;justify-content:space-between;align-items:center}.resources-section .resource-card .card-content .card-footer .price{font-size:1.2rem;font-weight:700;color:var(--button-color)}.resources-section .resource-card .card-content .card-footer .view-details-btn{padding:.6rem 1rem;background-color:var(--button-color);color:var(--white-color);border:none;border-radius:5px;font-weight:500;cursor:pointer;transition:all .3s ease}.resources-section .resource-card .card-content .card-footer .view-details-btn:hover{background-color:#363d49}.resources-section .no-results{text-align:center;padding:2rem;color:var(--text-color)}.resources-section .resource-details-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;z-index:1000;overflow-y:auto;padding:2rem}.resources-section .resource-details-modal .modal-content{background-color:var(--white-color);border-radius:8px;max-width:900px;margin:0 auto;padding:2rem}.resources-section .resource-details-modal .modal-content .back-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--button-color);font-weight:600;cursor:pointer;margin-bottom:1.5rem;padding:0}.resources-section .resource-details-modal .modal-content .back-button:hover{text-decoration:underline}.resources-section .resource-details-modal .modal-content .details-header{display:flex;gap:2rem;margin-bottom:2rem}.resources-section .resource-details-modal .modal-content .details-header .resource-image{flex:1;min-width:250px}.resources-section .resource-details-modal .modal-content .details-header .resource-image img{width:100%;border-radius:8px;box-shadow:0 4px 8px #0000001a}.resources-section .resource-details-modal .modal-content .details-header .resource-info{flex:1}.resources-section .resource-details-modal .modal-content .details-header .resource-info h2{margin-top:0;color:var(--title-color)}.resources-section .resource-details-modal .modal-content .details-header .resource-info .price{font-size:1.8rem;font-weight:700;color:var(--button-color);margin:1rem 0}.resources-section .resource-details-modal .modal-content .details-header .resource-info .purchase-btn{padding:.8rem 1.5rem;background-color:var(--button-color);color:var(--white-color);border:none;border-radius:5px;font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease}.resources-section .resource-details-modal .modal-content .details-header .resource-info .purchase-btn:hover{background-color:#363d49}.resources-section .resource-details-modal .modal-content .details-content h3{color:var(--title-color);margin-top:1.5rem}.resources-section .resource-details-modal .modal-content .details-content .description-section p{line-height:1.6}.resources-section .resource-details-modal .modal-content .details-content .specifications{margin:2rem 0}.resources-section .resource-details-modal .modal-content .details-content .specifications .spec-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem}.resources-section .resource-details-modal .modal-content .details-content .specifications .spec-grid .spec-item{display:flex;justify-content:space-between;padding:.8rem;background-color:var(--body-color);border-radius:5px}.resources-section .resource-details-modal .modal-content .details-content .specifications .spec-grid .spec-item span:first-child{font-weight:500;color:var(--text-color)}.resources-section .textbook-preview{margin:2rem 0;border:1px solid var(--container-color);border-radius:8px;overflow:hidden}.resources-section .textbook-preview .preview-iframe{width:100%;height:500px;border:none}.resources-section .textbook-preview .preview-controls{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1rem;background-color:var(--body-color)}.resources-section .textbook-preview .preview-controls button{padding:.5rem 1rem;background-color:var(--button-color);color:var(--white-color);border:none;border-radius:5px;cursor:pointer}.resources-section .textbook-preview .preview-controls button:disabled{background-color:var(--black-color-light);cursor:not-allowed}.resources-section .textbook-preview .preview-notice{padding:1rem;background-color:var(--container-color);text-align:center;font-size:.9rem}.resources-section .additional-resources{background-color:var(--nav-color);border-radius:8px;padding:2rem;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;align-items:center}.resources-section .additional-resources h3{text-align:center;color:var(--title-color);margin-top:0;margin-bottom:2rem;font-size:1.5rem}.resources-section .additional-resources .free-resources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));justify-content:center;max-width:1200px;gap:1.5rem}.resources-section .additional-resources .free-resources-grid .free-resource{background-color:var(--body-color);border-radius:8px;padding:1.5rem;transition:transform .3s ease}.resources-section .additional-resources .free-resources-grid .free-resource:hover{transform:translateY(-5px)}.resources-section .additional-resources .free-resources-grid .free-resource h4{color:var(--title-color);margin-top:0;font-size:1.2rem}.resources-section .additional-resources .free-resources-grid .free-resource p{color:var(--text-color);margin-bottom:1.5rem;line-height:1.5}.resources-section .additional-resources .free-resources-grid .free-resource .explore-link{color:var(--button-color);font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem}.resources-section .additional-resources .free-resources-grid .free-resource .explore-link:hover{text-decoration:underline}@media (max-width: 768px){.resources-section .resources-hero{padding:3rem 1rem}.resources-section .resources-hero h1{font-size:2rem}.resources-section .resources-hero p{font-size:1rem}.resources-section .resource-details-modal{padding:1rem}.resources-section .resource-details-modal .modal-content{padding:1.5rem}.resources-section .resource-details-modal .modal-content .details-header{flex-direction:column}.resources-section .resource-details-modal .modal-content .details-header .resource-image{min-width:auto}.resources-section .textbook-preview .preview-iframe{height:400px}}@media (max-width: 480px){.resources-section .textbook-preview .preview-iframe{height:300px}.resources-section .textbook-preview .preview-controls{flex-direction:column}}.signup-body{display:flex;flex-direction:column;align-items:center;justify-content:center;height:82vh;background:linear-gradient(to right,#b7b5d34d,#6f6c90,#b7b5d34d)}.signup-body form{display:flex;flex-direction:column;gap:30px;background-color:var(--body-color);padding:20px}.signup-body form label{display:flex;flex-direction:column;justify-content:center;color:var(--text-color);font-size:var(--normal-font-size);gap:10px;margin-bottom:10px}.signup-body form label input{padding:10px;width:20rem;border:none;background-color:#f0f8ff;box-shadow:#00000080 #00000080}.signup-body button{padding:10px 40px;background-color:var(--button-color);color:var(--white-color);border:none;font-size:var(--normal-font-size);cursor:pointer}.signup-text{display:flex;color:var(--black-color);gap:10px;margin-top:25px}.role{display:flex;align-items:center}.role .role-label{display:flex;flex-direction:row;align-items:center;justify-content:center}.role .role-label input{width:10px}.events-section{padding:60px 20px;max-width:1200px;margin:auto;background-color:var(--body-color);color:var(--text-dark-color)}.events-section .events-header{text-align:center;margin-bottom:40px}.events-section .events-header h2{font-size:2rem;color:var(--title-color);margin-bottom:10px}.events-section .events-header p{color:var(--text-color);font-size:1rem}.events-section .events-controls{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:30px;gap:10px}.events-section .events-tabs button{padding:10px 16px;border:none;background-color:var(--container-color);color:var(--text-dark-color);border-radius:5px;cursor:pointer;margin-right:8px;transition:.3s}.events-section .events-tabs button.active{background-color:var(--button-color);color:var(--white-color)}.events-section .events-tabs button:hover:not(.active){background-color:var(--black-color-light);color:var(--white-color)}.events-section .search-bar{position:relative;flex:1;max-width:300px}.events-section .search-bar input{width:100%;padding:10px 35px;border:1px solid var(--black-color-light);border-radius:5px;background-color:var(--white-color);color:var(--text-dark-color)}.events-section .search-bar .search-icon{position:absolute;top:50%;left:10px;transform:translateY(-50%);color:var(--black-color-light)}.events-section .events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.events-section .event-card{background-color:var(--white-color);border-radius:10px;overflow:hidden;box-shadow:0 2px 6px #0000001a;transition:transform .2s}.events-section .event-card:hover{transform:translateY(-5px)}.events-section .event-card .event-image{position:relative}.events-section .event-card .event-image img{width:100%;height:200px;object-fit:cover}.events-section .event-card .event-image .event-type{position:absolute;top:10px;left:10px;background:var(--button-color);color:var(--white-color);font-size:.8rem;padding:5px 10px;border-radius:20px;text-transform:capitalize}.events-section .event-card .event-info{padding:15px}.events-section .event-card .event-info h3{font-size:1.2rem;margin-bottom:10px;color:var(--title-color)}.events-section .event-card .event-info .event-meta p{font-size:.9rem;color:var(--text-color);display:flex;align-items:center;gap:6px}.events-section .event-card .event-info .event-description{color:var(--text-color);font-size:.95rem;margin:10px 0 15px}.events-section .event-card .event-info .event-buttons{display:flex;gap:8px}.events-section .event-card .event-info .event-buttons .btn{padding:8px 14px;border:none;cursor:pointer;border-radius:5px;transition:.3s}.events-section .event-card .event-info .event-buttons .btn.btn-primary{background-color:var(--button-color);color:var(--white-color)}.events-section .event-card .event-info .event-buttons .btn.btn-outline{border:1px solid var(--button-color);color:var(--button-color);background:transparent}.events-section .event-card .event-info .event-buttons .btn.btn-secondary{background-color:var(--container-color);color:var(--text-dark-color)}.events-section .event-card .event-info .event-buttons .btn:hover{opacity:.9}.events-section .no-events{text-align:center;color:var(--black-color-light);font-size:1.1rem}.events-section .modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:999}.events-section .modal-overlay .modal{background-color:var(--white-color);padding:25px;border-radius:8px;width:90%;max-width:400px;position:relative;color:var(--text-dark-color)}.events-section .modal-overlay .modal h3{margin-bottom:15px;font-size:1.2rem;color:var(--title-color)}.events-section .modal-overlay .modal form{display:flex;flex-direction:column;gap:10px}.events-section .modal-overlay .modal form input{padding:10px;border-radius:5px;border:1px solid var(--black-color-light);background-color:var(--white-color);color:var(--text-dark-color)}.events-section .modal-overlay .modal .close-modal{position:absolute;top:10px;right:15px;border:none;background:transparent;font-size:1.2rem;cursor:pointer;color:var(--black-color)}.events-section .modal-overlay .modal .success{color:green;font-weight:600;text-align:center}.gallery-section{padding:3rem 5rem;background-color:var(--body-color);color:var(--text-dark-color)}.gallery-section .gallery-header{text-align:center;margin-bottom:2rem}.gallery-section .gallery-header h2{font-size:2.2rem;color:var(--title-color);margin-bottom:.5rem}.gallery-section .gallery-header p{color:var(--text-color);font-size:1.1rem}.gallery-section .gallery-tabs{display:flex;justify-content:center;margin-bottom:2rem;gap:1rem}.gallery-section .gallery-tabs button{padding:.75rem 1.5rem;background-color:var(--container-color);border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:var(--text-dark-color)}.gallery-section .gallery-tabs button.active{background-color:var(--button-color);color:var(--white-color)}.gallery-section .gallery-tabs button:hover:not(.active){background-color:var(--black-color-light);color:var(--white-color)}.gallery-section .category-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.gallery-section .category-filters button{padding:.5rem 1rem;background-color:var(--nav-color);border:1px solid var(--text-dark-color);border-radius:20px;color:var(--text-dark-color);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.gallery-section .category-filters button.active{background-color:var(--button-color);color:var(--white-color);border-color:var(--button-color)}.gallery-section .category-filters button:hover:not(.active){background-color:var(--black-color-light);color:var(--white-color)}.gallery-section .photo-grid,.gallery-section .video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding:0 1rem}.gallery-section .photo-item{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #0000001a;cursor:pointer;aspect-ratio:4/3;transition:transform .3s ease}.gallery-section .photo-item:hover{transform:translateY(-5px)}.gallery-section .photo-item:hover .photo-overlay{opacity:1}.gallery-section .photo-item img{width:100%;height:100%;object-fit:cover;display:block}.gallery-section .photo-item .photo-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:var(--white-color);padding:1rem;opacity:0;transition:opacity .3s ease}.gallery-section .photo-item .photo-overlay span{display:block;font-size:.9rem}.gallery-section .video-item{background-color:var(--container-color);border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}.gallery-section .video-item:hover{transform:translateY(-5px);box-shadow:0 6px 16px #00000026}.gallery-section .video-item .video-thumbnail{position:relative;width:100%;height:220px;overflow:hidden;background-color:var(--black-color)}.gallery-section .video-item .video-thumbnail video{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease;border-radius:10px 10px 0 0}.gallery-section .video-item .video-thumbnail .video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000004d;color:var(--white-color);font-size:2.5rem;opacity:0;transition:opacity .3s ease}.gallery-section .video-item:hover .video-overlay{opacity:1}.gallery-section .video-item .video-wrapper{position:relative;padding-bottom:56.25%;height:0}.gallery-section .video-item .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.gallery-section .video-item h3{padding:.8rem 1rem;font-size:1rem;color:var(--text-dark-color);text-align:center;background:var(--white-color);margin:0;border-top:1px solid var(--container-color)}.gallery-section .media-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.gallery-section .media-modal .modal-content{position:relative;width:auto;max-height:90%;background-color:var(--white-color);padding:1rem;border-radius:8px;color:var(--text-dark-color)}.gallery-section .media-modal .modal-content .close-btn{position:absolute;top:.5rem;right:.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--black-color);z-index:10}.gallery-section .media-modal .modal-content .close-btn:hover{color:var(--button-color)}.gallery-section .media-modal .modal-content img{max-width:100%;max-height:80vh;display:block;margin:0 auto}.gallery-section .media-modal .modal-content .video-wrapper{width:80vw;height:45vw;max-width:1000px;max-height:562px}.gallery-section .media-modal .modal-content .video-wrapper iframe{width:100%;height:100%;border:none}.gallery-section .media-modal .modal-content p{text-align:center;margin-top:1rem;color:var(--text-dark-color)}@media (max-width: 768px){.events-section{padding:40px 15px}.events-section .events-header h2{font-size:1.8rem}.events-section .events-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.gallery-section{padding:2rem .5rem}.gallery-section .photo-grid,.gallery-section .video-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:0}.gallery-section .gallery-tabs button{padding:.5rem 1rem;font-size:.9rem}.gallery-section .media-modal .modal-content .video-wrapper{width:90vw;height:50.625vw}}@media (max-width: 480px){.events-section{padding:30px 10px}.events-section .events-header h2{font-size:1.5rem}.events-section .events-header p{font-size:.9rem}.events-section .events-controls{flex-direction:column;align-items:stretch}.events-section .search-bar{max-width:100%;margin-top:10px}.events-section .events-tabs{display:flex;flex-wrap:wrap;gap:5px}.events-section .events-tabs button{margin-right:0;flex:1;min-width:100px}.gallery-section .photo-grid,.gallery-section .video-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.gallery-section .category-filters{gap:.3rem}.gallery-section .category-filters button{padding:.3rem .6rem;font-size:.8rem}}.online-classes-container,.online-class-details-container{min-height:100vh;background:linear-gradient(135deg,var(--body-color) 20%,var(--white-color) 100%)}.loading-spinner{width:60px;height:60px;border:4px solid rgba(var(--button-color),.1);border-top-color:var(--button-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.online-classes-hero{background:linear-gradient(135deg,var(--button-color) 0%,var(--container-color) 100%);color:var(--white-color);padding:3rem 2rem;border-radius:0 0 20px 20px;margin-bottom:2rem}.hero-content{text-align:center;margin-bottom:2rem}.hero-content h1{font-size:var(--biggest-font-size);margin-bottom:1rem;color:var(--white-color)}.hero-content p{font-size:var(--normal-font-size);opacity:.9;max-width:600px;margin:0 auto}.hero-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.stat-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px;text-align:center;min-width:150px;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-card svg{font-size:2rem;margin-bottom:.5rem;color:var(--white-color)}.stat-number{display:block;font-size:2rem;font-weight:var(--font-bold);margin-bottom:.25rem}.stat-label{font-size:var(--small-font-size);opacity:.9}.filters-section{max-width:1200px;margin:0 auto 2rem;padding:0 2rem}.search-bar{display:flex;align-items:center;gap:1rem;background:var(--white-color);padding:1rem 1.5rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 4px 15px #0000001a}.search-bar svg{color:var(--text-color);font-size:1.25rem}.search-bar input{flex:1;border:none;outline:none;font-size:var(--normal-font-size);font-family:var(--body-font);color:var(--text-dark-color);background:transparent}.search-bar input::placeholder{color:var(--text-color)}.filter-controls{display:flex;gap:1rem;flex-wrap:wrap}.filter-group{flex:1;min-width:200px}.filter-group label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:var(--font-medium);color:var(--title-color);font-size:var(--small-font-size)}.filter-group select{width:100%;padding:.75rem;border:2px solid rgba(var(--text-dark-color),.2);border-radius:8px;font-family:var(--body-font);font-size:var(--normal-font-size);color:var(--text-dark-color);background:var(--container-color);cursor:pointer;transition:border-color .3s}.filter-group select:focus{outline:none;border-color:var(--button-color)}.reset-filters{padding:.75rem 1.5rem;background:var(--body-color);border:2px solid rgba(var(--text-dark-color),.2);border-radius:8px;color:var(--text-dark-color);font-weight:var(--font-medium);cursor:pointer;transition:all .3s;align-self:flex-end}.reset-filters:hover{background:rgba(var(--button-color),.1);border-color:var(--button-color);color:var(--button-color)}.cohorts-grid-section{max-width:1200px;margin:0 auto 3rem;padding:0 2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h2{color:var(--title-color);font-size:var(--h1-font-size)}.results-count{color:var(--text-color);font-size:var(--small-font-size);background:var(--body-color);padding:.5rem 1rem;border-radius:20px}.no-results{text-align:center;padding:4rem 2rem;background:var(--white-color);border-radius:12px;border:2px dashed rgba(var(--text-dark-color),.1)}.no-results svg{color:var(--text-color);margin-bottom:1rem}.no-results h3{color:var(--title-color);margin-bottom:.5rem}.no-results p{color:var(--text-color)}.cohorts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.cohort-card{background:var(--container-color);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;position:relative;border:1px solid rgba(var(--text-dark-color),.1)}.cohort-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026;border-color:var(--button-color)}.cohort-card.live{border:2px solid #ff4757;animation:pulse-border 2s infinite}@keyframes pulse-border{0%,to{border-color:#ff4757}50%{border-color:#ff475780}}.live-badge{position:absolute;top:1rem;right:1rem;background:#ff4757;color:var(--white-color);padding:.25rem .75rem;border-radius:20px;font-size:var(--smaller-font-size);font-weight:var(--font-bold);z-index:1}.cohort-card-header{padding:1.5rem 1.5rem 0;display:flex;justify-content:space-between;align-items:flex-start}.cohort-card-header h3{color:var(--title-color);font-size:var(--h3-font-size);margin:0;flex:1}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:var(--smaller-font-size);font-weight:var(--font-bold);display:inline-flex;align-items:center;gap:.25rem}.status-badge.live{background:#ff4757;color:var(--white-color)}.cohort-card-body{padding:1.5rem}.course-info h4{color:var(--title-color);margin-bottom:.5rem;font-size:var(--normal-font-size)}.instructor{display:flex;align-items:center;gap:.5rem;color:var(--text-color);font-size:var(--small-font-size);margin-bottom:1rem}.cohort-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.detail-item{display:flex;align-items:center;gap:1rem}.detail-item svg{color:var(--button-color);font-size:1rem;flex-shrink:0}.detail-item label{display:block;font-size:var(--smaller-font-size);color:var(--text-color);margin-bottom:.25rem}.detail-item span{font-size:var(--small-font-size);color:var(--text-dark-color);font-weight:var(--font-medium)}.cohort-card-footer{padding-top:1rem;border-top:1px solid rgba(var(--text-dark-color),.1)}.join-now-btn,.access-class-btn{width:100%;padding:.75rem;border:none;border-radius:8px;font-weight:var(--font-semi-bold);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s;font-family:var(--body-font)}.join-now-btn{background:#ff4757;color:var(--white-color)}.join-now-btn:hover{background:#ff3742;transform:translateY(-2px)}.access-class-btn{background:var(--button-color);color:var(--white-color)}.access-class-btn:hover{background:rgba(var(--button-color),.9);transform:translateY(-2px)}.upcoming-info{display:flex;align-items:center;gap:.5rem;color:var(--text-color);font-size:var(--small-font-size);justify-content:center}.upcoming-info svg{color:var(--button-color)}.how-it-works{max-width:1200px;margin:0 auto 3rem;padding:0 2rem}.how-it-works h2{text-align:center;color:var(--title-color);margin-bottom:3rem;font-size:var(--h1-font-size)}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.step{text-align:center;padding:2rem;background:var(--container-color);border-radius:12px;border:1px solid rgba(var(--text-dark-color),.1);transition:transform .3s}.step:hover{transform:translateY(-5px);border-color:var(--button-color)}.step-number{width:50px;height:50px;background:var(--button-color);color:var(--white-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:var(--font-bold);margin:0 auto 1.5rem}.step h3{color:var(--title-color);margin-bottom:1rem}.step p{color:var(--text-color);line-height:1.6}.class-header{background:linear-gradient(135deg,var(--button-color) 0%,var(--container-color) 100%);color:var(--white-color);padding:2rem;border-radius:0 0 20px 20px;margin-bottom:2rem}.class-header h1{font-size:var(--h1-font-size);margin-bottom:.5rem;color:var(--white-color)}.class-subtitle{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.course-name{background:#fff3;padding:.5rem 1rem;border-radius:20px;font-weight:var(--font-medium);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.class-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:2fr 1fr;gap:2rem}@media (max-width: 1024px){.class-content{grid-template-columns:1fr}}.info-card,.verification-card,.support-card,.course-description-card{background:var(--white-color);border-radius:12px;padding:2rem;margin-bottom:1.5rem;border:1px solid rgba(var(--text-dark-color),.1)}.info-card h2,.verification-card h2,.support-card h3,.course-description-card h3{color:var(--title-color);margin-bottom:1.5rem;font-size:var(--h2-font-size);padding-bottom:1rem;border-bottom:2px solid rgba(var(--text-dark-color),.1)}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{display:flex;align-items:flex-start;gap:1rem}.info-item svg{color:var(--button-color);font-size:1.25rem;margin-top:.25rem;flex-shrink:0}.info-item label{display:block;font-size:var(--small-font-size);color:var(--text-color);margin-bottom:.25rem}.info-item span{font-size:var(--normal-font-size);color:var(--text-dark-color);font-weight:var(--font-medium)}.class-notes{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(var(--text-dark-color),.1)}.class-notes h3{color:var(--title-color);margin-bottom:1rem;font-size:var(--h3-font-size)}.class-notes p{color:var(--text-dark-color);line-height:1.6}.verification-header h2{display:flex;align-items:center;gap:.75rem;margin-bottom:0;padding-bottom:0;border:none}.verification-header svg{color:var(--button-color)}.verification-content{padding:1.5rem 0}.verification-instructions p{color:var(--text-dark-color);line-height:1.6;margin-bottom:1.5rem}.requirements-list{background:var(--body-color);padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:1px solid rgba(var(--text-dark-color),.1)}.requirements-list h4{color:var(--title-color);margin-bottom:1rem}.requirements-list ul{list-style:none;padding:0;margin:0}.requirements-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-dark-color)}.requirements-list li:before{content:"✓";color:var(--button-color);font-weight:700;position:absolute;left:0}.error-message{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#ff47571a;border:1px solid #ff4757;border-radius:8px;color:#ff4757;margin-bottom:1.5rem}.error-message svg{flex-shrink:0}.verify-btn{width:100%;padding:1rem;background:var(--button-color);color:var(--white-color);border:none;border-radius:8px;font-weight:var(--font-semi-bold);font-size:var(--normal-font-size);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s}.verify-btn:hover:not(:disabled){background:rgba(var(--button-color),.9);transform:translateY(-2px)}.verify-btn:disabled{opacity:.7;cursor:not-allowed}.verify-btn .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.access-granted{text-align:center}.access-granted h3{color:var(--title-color);margin-bottom:1rem}.welcome-message{color:var(--text-dark-color);margin-bottom:2rem;line-height:1.6}.student-info{background:var(--body-color);padding:1.5rem;border-radius:8px;margin-bottom:2rem;text-align:left}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(var(--text-dark-color),.1)}.info-row:last-child{border-bottom:none}.info-row .value{color:var(--text-dark-color);font-weight:var(--font-medium)}.status-active{color:#2ecc71!important;font-weight:var(--font-bold)!important}.access-actions{margin-top:2rem}.join-class-btn{width:100%;padding:1rem;background:#2ecc71;color:var(--white-color);border:none;border-radius:8px;font-weight:var(--font-semi-bold);font-size:var(--normal-font-size);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s;margin-bottom:1.5rem}.join-class-btn:hover{background:#27ae60;transform:translateY(-2px)}.upcoming-notice{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--body-color);border-radius:8px;margin-bottom:1.5rem;border-left:4px solid var(--button-color)}.upcoming-notice svg{color:var(--button-color);font-size:2rem}.upcoming-notice h4{color:var(--title-color);margin-bottom:.25rem}.upcoming-notice p{color:var(--text-color);margin:0}.access-note{color:var(--text-color);font-size:var(--small-font-size);text-align:center}.verification-footer{padding-top:1.5rem;border-top:1px solid rgba(var(--text-dark-color),.1);color:var(--text-color);font-size:var(--small-font-size)}.support-card{margin-top:1.5rem}.support-card p{color:var(--text-dark-color);margin-bottom:1rem}.support-card ul{list-style:none;padding:0;margin:0 0 1.5rem}.support-card li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-dark-color)}.support-card li:before{content:"•";color:var(--button-color);font-weight:700;position:absolute;left:0}.support-btn{width:100%;padding:.75rem;background:transparent;border:2px solid var(--button-color);color:var(--button-color);border-radius:8px;font-weight:var(--font-medium);cursor:pointer;transition:all .3s}.support-btn:hover{background:var(--button-color);color:var(--white-color)}@media (max-width: 768px){.online-classes-hero,.class-header{padding:2rem 1rem}.hero-content h1{font-size:var(--h1-font-size)}.hero-stats{gap:1rem}.stat-card{min-width:120px;padding:1rem}.filters-section,.cohorts-grid-section,.how-it-works,.class-content{padding:0 1rem}.filter-controls{flex-direction:column}.filter-group{min-width:100%}.cohorts-grid,.steps-container{grid-template-columns:1fr}.class-content{gap:1rem}.info-card,.verification-card,.support-card,.course-description-card{padding:1.5rem}.info-grid{grid-template-columns:1fr}}.verify-enrollment-container{min-height:100vh;background:linear-gradient(135deg,var(--body-color) 0%,var(--white-color) 100%)}.verification-header{background:linear-gradient(135deg,var(--button-color) 0%,var(--container-color) 100%);color:var(--white-color);padding:2rem;margin-bottom:2rem}.header-content{max-width:1200px;margin:0 auto}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--white-color);text-decoration:none;font-size:var(--small-font-size);opacity:.9;margin-bottom:1rem;transition:opacity .3s}.back-link:hover{opacity:1}.verification-header h1{font-size:var(--h1-font-size);margin-bottom:.5rem;color:var(--white-color)}.subtitle{opacity:.9;font-size:var(--normal-font-size);max-width:600px}.verification-layout{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 400px;gap:2rem}@media (max-width: 1024px){.verification-layout{grid-template-columns:1fr;padding:0 1rem}}.class-info-panel{display:flex;flex-direction:column;gap:1.5rem}.class-card{background:var(--container-color);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(var(--text-dark-color),.1)}.class-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(var(--text-dark-color),.1)}.class-header h2{color:var(--title-color);font-size:var(--h2-font-size);margin:0;flex:1}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:var(--small-font-size);font-weight:var(--font-bold);text-transform:uppercase;letter-spacing:.5px}.status-badge.live{background:#ff4757;color:var(--white-color);animation:pulse 2s infinite}.status-badge.upcoming{background:var(--button-color);color:var(--white-color)}.status-badge.ongoing{background:#2ecc71;color:var(--white-color)}.status-badge.completed{background:var(--text-color);color:var(--white-color)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.course-info h3{color:var(--title-color);margin-bottom:.75rem;font-size:var(--h3-font-size)}.instructor-info{display:flex;align-items:center;gap:.5rem;color:var(--text-color);font-size:var(--small-font-size);margin-bottom:1.5rem}.instructor-info svg{color:var(--button-color)}.class-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.detail-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:var(--body-color);border-radius:8px;border:1px solid rgba(var(--text-dark-color),.1)}.detail-item.full-width{grid-column:1 / -1}.detail-item svg{color:var(--button-color);font-size:1.25rem;margin-top:.25rem;flex-shrink:0}.detail-item div{flex:1}.detail-item label{display:block;font-size:var(--small-font-size);color:var(--text-color);margin-bottom:.25rem}.detail-item span{font-size:var(--normal-font-size);color:var(--text-dark-color);font-weight:var(--font-medium)}.method-online{color:var(--button-color)!important;font-weight:var(--font-bold)!important}.meeting-link{color:var(--button-color);text-decoration:none;word-break:break-all;font-size:var(--small-font-size)}.meeting-link:hover{text-decoration:underline}.course-description{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(var(--text-dark-color),.1)}.course-description h4{color:var(--title-color);margin-bottom:1rem;font-size:var(--normal-font-size)}.course-description p{color:var(--text-dark-color);line-height:1.6;font-size:var(--small-font-size)}.requirements-card{background:var(--container-color);border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(var(--text-dark-color),.1)}.requirements-card h3{display:flex;align-items:center;gap:.75rem;color:var(--title-color);margin-bottom:1rem;font-size:var(--h3-font-size)}.requirements-card ul{list-style:none;padding:0;margin:0}.requirements-card li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-dark-color);font-size:var(--small-font-size)}.requirements-card li:before{content:"✓";color:var(--button-color);font-weight:700;position:absolute;left:0}.verification-panel{display:flex;flex-direction:column;gap:1.5rem}.verification-card{background:var(--container-color);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(var(--text-dark-color),.1)}.card-header{background:linear-gradient(135deg,var(--button-color) 0%,var(--container-color) 100%);color:var(--white-color);padding:1.5rem}.card-header h2{display:flex;align-items:center;gap:.75rem;margin:0;font-size:var(--h2-font-size)}.verified-icon{color:#2ecc71!important}.card-body{padding:2rem}.instructions p{color:var(--text-dark-color);line-height:1.6;margin-bottom:1.5rem;font-size:var(--small-font-size)}.verification-form .form-group{margin-bottom:1.5rem}.verification-form label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:var(--font-medium);color:var(--title-color);font-size:var(--small-font-size)}.verification-form input{width:100%;padding:.75rem 1rem;border:2px solid rgba(var(--text-dark-color),.2);border-radius:8px;font-family:var(--body-font);font-size:var(--normal-font-size);color:var(--black-color);transition:border-color .3s}.verification-form input:focus{outline:none;border-color:var(--button-color);box-shadow:0 0 0 3px rgba(var(--button-color),.1)}.verification-form input:disabled{background:var(--body-color);cursor:not-allowed}.help-text{display:block;margin-top:.5rem;color:var(--text-color);font-size:var(--smaller-font-size)}.error-alert{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ff47571a;border:1px solid #ff4757;border-radius:8px;color:#ff4757;margin-bottom:1.5rem;font-size:var(--small-font-size)}.error-alert svg{flex-shrink:0}.form-actions{margin-top:2rem}.verify-button{width:100%;padding:1rem;background:var(--button-color);color:var(--white-color);border:none;border-radius:8px;font-weight:var(--font-semi-bold);font-size:var(--normal-font-size);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s}.verify-button:hover:not(:disabled){background:var(--black-color-light);transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--button-color),.3)}.verify-button:disabled{opacity:.7;cursor:not-allowed}.button-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.verification-help{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(var(--text-dark-color),.1)}.verification-help h4{display:flex;align-items:center;gap:.5rem;color:var(--title-color);margin-bottom:1rem;font-size:var(--normal-font-size)}.verification-help ul{list-style:none;padding:0;margin:0}.verification-help li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-dark-color);font-size:var(--small-font-size)}.verification-help li:before{content:"•";color:var(--button-color);font-weight:700;position:absolute;left:0}.access-granted-content{text-align:center}.success-animation{margin:0 auto 1.5rem}.success-animation svg{font-size:4rem;color:#2ecc71;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0)}70%{transform:scale(1.1)}to{transform:scale(1)}}.welcome-section h3{color:var(--title-color);margin-bottom:.75rem;font-size:var(--h2-font-size)}.success-message{color:var(--text-dark-color);line-height:1.6;margin-bottom:2rem;font-size:var(--normal-font-size)}.student-details{margin-bottom:2rem}.student-info-card{background:var(--body-color);border-radius:12px;padding:1.5rem;border:1px solid rgba(var(--text-dark-color),.1);text-align:left}.student-info-card h4{color:var(--title-color);margin-bottom:1rem;font-size:var(--h3-font-size)}.info-grid{display:flex;flex-direction:column;gap:.75rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid rgba(var(--text-dark-color),.1)}.info-row:last-child{border-bottom:none;padding-bottom:0}.info-row .label{color:var(--text-color);font-size:var(--small-font-size)}.info-row .value{color:var(--text-dark-color);font-weight:var(--font-medium);font-size:var(--small-font-size)}.status-verified{color:#2ecc71!important;font-weight:var(--font-bold)!important}.access-controls{margin-bottom:2rem}.join-button{width:100%;padding:1rem;border:none;border-radius:8px;font-weight:var(--font-semi-bold);font-size:var(--normal-font-size);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s;margin-bottom:1.5rem}.join-button.primary{background:#2ecc71;color:var(--white-color)}.join-button.primary:hover{background:#27ae60;transform:translateY(-2px);box-shadow:0 4px 12px #2ecc714d}.upcoming-alert{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--body-color);border-radius:8px;margin-bottom:1.5rem;border-left:4px solid var(--button-color);text-align:left}.upcoming-alert svg{color:var(--button-color);font-size:2rem;flex-shrink:0}.upcoming-alert h4{color:var(--title-color);margin-bottom:.25rem}.upcoming-alert p{color:var(--text-color);margin:0;font-size:var(--small-font-size)}.access-notes{background:rgba(var(--button-color),.05);padding:1rem;border-radius:8px;border:1px solid rgba(var(--button-color),.1)}.access-notes p{color:var(--text-dark-color);font-size:var(--small-font-size);margin:0;line-height:1.5}.session-info{padding-top:1.5rem;border-top:1px solid rgba(var(--text-dark-color),.1)}.session-info h4{color:var(--title-color);margin-bottom:1rem;font-size:var(--normal-font-size)}.session-details{background:var(--body-color);padding:1rem;border-radius:8px;text-align:left}.session-details p{margin:.5rem 0;color:var(--text-dark-color);font-size:var(--small-font-size)}.session-details strong{color:var(--title-color)}.card-footer{padding:1.5rem;background:var(--body-color);border-top:1px solid rgba(var(--text-dark-color),.1)}.footer-note{color:var(--text-color);font-size:var(--smaller-font-size);text-align:center;margin:0;line-height:1.5}.support-info-card{background:var(--container-color);border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(var(--text-dark-color),.1)}.support-info-card h3{display:flex;align-items:center;gap:.75rem;color:var(--title-color);margin-bottom:1rem;font-size:var(--h3-font-size)}.support-info-card p{color:var(--text-dark-color);margin-bottom:1rem;font-size:var(--small-font-size)}.support-info-card ul{list-style:none;padding:0;margin:0 0 1.5rem}.support-info-card li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-dark-color);font-size:var(--small-font-size)}.support-info-card li:before{content:"•";color:var(--button-color);font-weight:700;position:absolute;left:0}.support-button{width:100%;padding:.75rem;background:transparent;border:2px solid var(--button-color);color:var(--button-color);border-radius:8px;font-weight:var(--font-medium);cursor:pointer;transition:all .3s;font-size:var(--small-font-size)}.support-button:hover{background:var(--button-color);color:var(--white-color)}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;gap:1.5rem;text-align:center}.error-state svg{color:#ff4757}.error-state h3{color:var(--title-color);margin-bottom:.5rem}.error-state p{color:var(--text-color);margin-bottom:1.5rem}.back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--button-color);color:var(--white-color);border-radius:6px;text-decoration:none;font-weight:var(--font-medium);transition:all .3s}.back-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--button-color),.3)}@media (max-width: 768px){.verification-header{padding:1.5rem 1rem}.class-card,.verification-card,.requirements-card,.support-info-card{padding:1.5rem}.class-header{flex-direction:column;gap:1rem;align-items:flex-start}.status-badge{align-self:flex-start}.class-details-grid{grid-template-columns:1fr}.card-body{padding:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--text-dark-color: hsl(60, 8%, 3%);--black-color: hsl(0, 0%, 0%);--black-color-light: hsl(0, 0%, 40%);--white-color: hsl(0, 0%, 95%);--title-color: hsl(0, 0%, 0%);--text-color: #6F6C90;--text-color-light: #f0f5ff;--body-color: hsl(0, 0%, 87%);--container-color: hsl(278, 10%, 79%);--button-color: rgb(55, 19, 115);--nav-color: rgba(255, 255, 255, .8);--body-font: "Playfair Display", serif;--biggest-font-size: 2.5rem;--h1-font-size: 1.75rem;--h2-font-size: 1.55rem;--h3-font-size: 1rem;--normal-font-size: .938rem;--small-font-size: .8rem;--smaller-font-size: .65rem;--smallest-font-size: .51rem --font-regular: 300;--font-medium: 500;--font-semi-bold: 600;--font-bold: 700;--z-tooltip: 10;--z-fixed: 100}body.dark-mode{--text-dark-color: hsl(26, 67%, 95%);--black-color: hsl(220, 15%, 15%);--black-color-light: hsl(220, 15%, 25%);--white-color: hsl(0, 0%, 95%);--title-color: hsl(0, 0%, 100%);--text-color: hsl(240, 15%, 75%);--text-color-light: hsl(240, 13%, 23%);--body-color: hsl(220, 15%, 10%);--container-color: hsl(220, 15%, 20%);--button-color: #853805;--nav-color: rgba(0, 0, 0, .7)}@media screen and (min-width: 1150px){:root{--biggest-font-size: 3.8rem;--h1-font-size: 3.3rem;--h2-font-size: 2rem;--h3-font-size: 1.4rem;--normal-font-size: 1rem;--small-font-size: .91rem;--smaller-font-size: .813rem}}html{scroll-behavior:smooth}body{font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--text-color);transition:background-color 1s;position:relative}h1,h2,h3,h4{color:var(--title-color);font-weight:var(--font-bold)}ul{list-style:none}a{text-decoration:none}p,small,li{color:var(--text-dark-color)}img{display:block;max-width:100%;height:auto;object-fit:cover}video{display:block;width:100%;height:100%;object-fit:cover;border:none;outline:none}button{cursor:pointer}Link{cursor:pointer}.what{position:fixed;bottom:7rem;right:3.5rem;z-index:1000}.whatsapp-icon{padding:1rem;position:fixed;border-radius:50%;box-shadow:0 4px 10px #fff;transition:background-color 1s ease}.whatsapp-icon:hover{background-color:#128c7e}.back-to-top{position:fixed;bottom:20px;right:5%;padding:10px;background-color:var(--button-color);color:#fff;border:none;cursor:pointer;display:none;transition:all 1s ease}.back-to-top.show{display:block}.back-to-top:hover{transform:translateY(-10px)}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home-hero{width:90%;margin:50px auto;height:100vh;position:relative;background:url(/Tranquil.png);background-size:cover;background-position:center;border-radius:20px;overflow:hidden;transition:all 2s ease-in-out}.clip-path-svg{position:absolute;top:30%;left:0;width:50%;height:70%;mask:url(#clip-path);-webkit-mask:url(#clip-path)}.home-hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;background:inherit;mask:linear-gradient(to top left,transparent 30%,black 100%);-webkit-mask:linear-gradient(to top left,transparent 30%,black 100%);pointer-events:none}.home-hero-text{position:absolute;top:-10px;left:0;width:90%;z-index:100}.home-hero-text-mid h1{font-size:var(--biggest-font-size);font-weight:500;background-color:var(--body-color);margin:0;padding:20px;line-height:45px;clip-path:polygon(20px 0,calc(100% - 20px) 0,100% 20px,100% calc(100% - 20px),calc(100% - 20px) 100%,20px 100%,0 calc(100% - 20px),0 20px);transition:all 1s ease-in-out}.home-hero-text-mid h1>span{position:relative;background-color:var(--body-color);padding:0 10px;transition:all 1s ease-in-out;display:block}.nav-apply{display:inline-flex;position:relative;align-items:center}.nav-apply button{padding:10px 30px;background-color:var(--button-color);color:#fff;border:none;font-size:var(--h3-font-size);border-radius:50px;transition:all .3s ease-in-out;cursor:pointer}@media (max-width: 480px){.nav-apply button{padding:8px 20px;font-size:.9rem}}.nav-apply i{padding:10px;background-color:var(--button-color);color:#fff;border:none;font-size:var(--h3-font-size);border-radius:50%;position:absolute;right:-35px;transition:all .5s ease-in-out}@media (max-width: 768px){.nav-apply i{display:none}}.nav-apply:hover i{right:-50px}.home-hero-card{display:flex;align-items:center;gap:5px;justify-content:center;flex-direction:row;position:absolute;bottom:20px;right:auto;width:100%;border-radius:50px;height:auto;padding:10px;background-color:var(--body-color);cursor:pointer;text-align:center;transition:transform .8s ease,gap .5s ease;z-index:2}.home-hero-card:hover{transform:scale(1.05)}.home-hero-card img{transition:transform 2s ease,order 2s ease;order:0}.home-hero-card:hover img{transform:rotateY(180deg);order:1}.home-hero-card .hear{transition:transform 2s ease,order 2s ease;order:1}.home-hero-card:hover .hear{order:0}.home-hero-card img{width:4rem;border-radius:50%}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{position:relative;background:#fff;border:none;border-radius:10px;width:90%;height:90%;overflow:auto}.close-button{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:2rem;cursor:pointer;color:#333}.hear{margin-top:10px}.hear h2{font-size:var(--normal-font-size);text-align:left}.hear p{font-size:var(--small-font-size)}.home-courses{display:flex;flex-direction:column;align-items:center;gap:20px;padding:0 5%;animation:slideIn 1s ease-in-out forwards;margin-bottom:50px}.home-courses>h1{margin:0;width:100%;font-size:var(--h2-font-size);text-align:center}.home-courses>p{margin:0;width:100%;font-size:var(--h4-font-size);text-align:center}.courses-brief{display:flex;flex-direction:column;gap:20px}.courses-brief p{color:var(--button-color);font-size:var(--small-font-size);font-weight:600}.course-cards-group{display:flex;flex-direction:column;gap:20px;width:100%;margin-top:20px}.course-cards{display:flex;flex-direction:column;gap:15px;width:100%;opacity:0;transform:translateY(20px);animation:slideIn 3s ease-in-out forwards}.course-card-text{height:5rem;width:100%;display:flex;flex-direction:column;align-items:flex-start;background-color:var(--body-color);padding:10px;border-radius:10px;font-size:var(--normal-font-size)}.course-card{background-color:var(--body-color);border-radius:10px;display:flex;flex-direction:column;gap:15px;width:100%}.course-card img{border-radius:10px;width:100%;height:20rem}.course-card p{display:flex;flex-wrap:wrap;gap:10px;font-size:var(--small-font-size)}.course-card h1{font-size:var(--h3-font-size);position:absolute;bottom:8rem;right:3rem;background-color:var(--button-color);padding:5px 10px;border-radius:12px;color:var(--white-color)}.course-card-text h1{color:var(--button-color)}.course-details{position:static;display:flex;flex-wrap:wrap;gap:10px;padding:10px}.course-details li{background-color:var(--white-color);padding:8px;border-radius:30px;font-size:var(--small-font-size);color:#000}.course-card-but{background-color:var(--body-color);padding:10px;border-radius:10px;position:relative;margin:0;display:flex;align-items:center}.course-card-but button{padding:10px 30px;background-color:var(--button-color);color:#fff;border:none;font-size:1rem;border-radius:50px;font-size:var(--h3-font-size);transition:all .3s ease-in-out}.course-card-but i{padding:10px;background-color:var(--button-color);color:#fff;border:none;border-radius:50%;font-size:var(--h3-font-size);position:absolute;right:-30px;transition:all .5s ease-in-out}.why-Us{width:100%;background-color:#371373;display:flex;flex-direction:column;justify-content:center;padding:20px;gap:20px;border:none}.why-Us>h1{font-size:var(--biggest-font-size);margin:0;width:100%;color:var(--white-color)}.why-Us>p{font-size:var(--h3-font-size);margin:0;width:100%;color:var(--white-color);line-height:30px}.why-us-cards{display:flex;flex-direction:column;gap:50px}.why-us-card{display:flex;flex-direction:column;width:100%;gap:30px}.why-us-card img{width:100%;height:20rem;border-radius:30px}.why-text h1{font-size:var(--h2-font-size);color:var(--white-color);margin-bottom:30px}.why-text p{font-size:var(--normal-font-size);color:var(--white-color)}.home-testimonial{width:100%;position:relative;height:20rem;border:none}.testimony-top{height:10rem;width:100%;background-color:#371373}.testimony-bottom{height:10rem;width:100%;background-color:var(--body-color)}.home-testi{height:15rem;width:100%;position:absolute;top:15%;padding:10px}.home-testimonial video{border-radius:30px}.home-news{padding:20px}.home-new{display:flex;flex-direction:column;gap:20px;background-color:#fff;border-radius:20px;align-items:center}.home-new img{width:100%;border-radius:20px}.news-card-but{margin-top:20px;display:flex}.news-card-but button{padding:10px 30px;background-color:#371373;color:#fff;border:none;margin:0;font-size:1rem;border-radius:50px;font-size:var(--h3-font-size);transition:all .3s ease-in-out}.home-new-text{padding:20px;text-align:justify;line-height:20px}.home-new-text h1{font-size:var(--h2-font-size);padding-top:30px;margin-bottom:30px;color:#000}.home-new-text p{color:#000}.home-new-text small{padding:10px;border-radius:30px;background-color:#371373;color:#fff}.success-stories{text-align:center;background-color:var(--body-color);padding-top:3rem}.success-stories h1{font-size:2rem;margin-bottom:1rem}.success-stories p{font-size:1rem;margin-bottom:2rem;padding:0 2rem}.stories-container{overflow:hidden;width:100%;position:relative}.stories-grid{display:flex;gap:1.5rem;width:max-content;animation:slide 15s linear infinite}.story-card{flex:0 0 300px;min-width:300px;max-width:300px;background-color:var(--body-color);border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;padding:1rem}.story-card img{width:100%;height:10rem;border-radius:8px;margin-bottom:1rem}.story-card h2{font-size:1.2rem;margin-bottom:.5rem}.story-card p{font-size:.9rem}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-900px)}}.faq-section{display:flex;gap:20px;padding:20px;align-items:flex-start}.faq-questions{width:100%}.faq-questions ul{list-style:none;padding:0;width:100%}.faq-questions li{margin:0;padding:1.2rem;border-bottom:1px solid var(--text-dark-color);display:flex;justify-content:space-between;cursor:pointer}.faq-questions button{background:none;margin:0;border:none;color:var(--text-dark-color);font-size:1rem;text-align:left;transition:color .3s;text-decoration:none}.faq-questions button:hover{color:#1b578e}.faq-image{display:none}.web-page-4{display:flex;flex-direction:column-reverse;padding:20px;padding-top:3rem;gap:20px}.web-page-4 h1{font-size:var(--biggest-font-size)}.offcanvas-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:2000;display:flex;justify-content:flex-end;transition:all 1s ease}.faq-answer{border-bottom:var(--text-dark-color);margin-bottom:3rem}.faq-answer.highlighted{background:#f0f8ff;padding:10px;border-radius:5px;margin-bottom:15px}.faq-answer h3{display:block;border-bottom:var(--text-color);margin:0;color:var(--button-color)}.faq-answer p{margin:5px 0 0;line-height:1.6}.offcanvas{position:fixed;top:0;right:0;width:100%;height:100%;background:var(--white-color);box-shadow:-2px 0 5px #0003;transform:translate(0);transition:all .3s ease;padding:20px;z-index:1000;overflow-y:auto}.offcanvas-content{position:relative}.offcanvas-content .close-btn{position:absolute;top:10px;right:10px;font-size:1.5rem;background:none;border:none;cursor:pointer;color:#333}.offcanvas small{display:block;border-bottom:var(--text-color);padding:2rem 0;color:var(--button-color)}.offcanvas p{margin-top:10px;line-height:1.6;color:var(--black-color)}.home-blog{display:flex;flex-direction:column;gap:20px;padding:3rem}.home-blog-first{display:flex;flex-direction:column;gap:20px;width:100%}.home-blog-first h1{font-size:var(--h2-font-size)}.blog-apply{position:relative}.blog-apply button{padding:10px 20px;background-color:var(--button-color);color:#fff;border:none;border-radius:50px}.blog-apply i{padding:9px;background-color:var(--button-color);color:#fff;border:none;border-radius:50%;position:absolute;right:50%;transition:all 1s ease}.blog-apply:hover i{right:45%}.home-blog-card{display:flex;gap:30px;position:relative;overflow:scroll;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:hidden}.home-second-card{background-color:var(--body-color);width:20rem}.home-second-card img{border-radius:20px;height:10rem;width:100%}.blog-card-text{padding:20px;display:flex;flex-direction:column;gap:20px}.mission-section{background:linear-gradient(135deg,#371373,#2a0f5c);color:#fff;padding:4rem 2rem;margin-bottom:3rem;text-align:center}.mission-content h2{font-size:var(--h1-font-size);color:#fff;margin-bottom:1rem}.mission-content p{font-size:var(--h3-font-size);line-height:1.6;color:#fff;max-width:800px;margin:0 auto 3rem}.mission-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat h3{font-size:2.5rem;margin-bottom:.5rem;color:var(--button-color);color:#fff}.stat p{font-size:var(--normal-font-size);margin:0;color:#fff}.ecosystem-section{padding:4rem 2rem;background-color:var(--body-color)}.ecosystem-content h2{text-align:center;font-size:var(--h1-font-size);margin-bottom:1rem}.ecosystem-content>p{text-align:center;font-size:var(--h3-font-size);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.ecosystem-cards{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.ecosystem-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a;flex:1;min-width:250px;max-width:300px}.ecosystem-card h3{color:#371373;margin-bottom:1rem}.course-badge{display:flex;justify-content:space-between;margin:1rem 0}.course-badge .duration,.course-badge .price{background:#371373;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:var(--small-font-size);font-weight:600}.course-badge .price{background:var(--button-color)}.hero-subtitle{font-size:var(--h3-font-size);margin-top:1rem;color:var(--button-color)}@media screen and (min-width: 1050px){.mission-section{padding:4rem 2rem}.ecosystem-section{padding:6rem 2rem}.courses-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1050px){.home-hero-text{width:70%;left:15%;opacity:.8}.home-hero-text-mid h1{line-height:78px;padding:10px}.home-hero-card{width:auto;gap:20px;right:30px;padding:10px}.home-courses>h1{font-size:var(--biggest-font-size);text-align:left}.home-courses>p{font-size:var(--h3-font-size);text-align:left}.courses-brief{flex-wrap:wrap;flex-direction:row;gap:30px}.course-cards-group{flex-direction:row;gap:30px;margin-top:50px;position:relative}.course-cards{flex-direction:column;gap:20px;width:100%}.course-cards:last-child{margin-top:200px}.course-card-text{height:7rem;width:49%;display:flex;flex-direction:column;align-items:flex-start;gap:20px;background-color:var(--body-color);padding:10px;border-radius:10px;position:absolute;left:51%;margin:0;font-size:var(--h2-font-size)}.course-card-but{position:absolute;left:60px;bottom:70px}.course-card-but button{padding:10px 30px;background-color:#371373;color:#fff;border:none;font-size:1rem;border-radius:50px;font-size:var(--h3-font-size);transition:all .3s ease-in-out}.course-card-but i{padding:10px;background-color:#371373;color:#fff;border:none;border-radius:50%;font-size:var(--h3-font-size);position:absolute;right:-30px;transition:all .5s ease-in-out}.course-card-but:hover i{right:-40px}.course-card-text li{font-size:var(--normal-font-size)}.course-card{position:relative}.course-card h1{font-size:var(--h2-font-size)}.course-details{position:absolute;top:0;right:0;gap:20px;padding:10px;background-color:var(--body-color);border-radius:0 0 0 20px}.course-details li{padding:10px;font-size:var(--normal-font-size)}.course-cardd-but i{padding:6px 8px}.why-Us{padding:50px}.why-us-cards{padding:0 80px}.why-us-card{flex-direction:row}.why-us-card:nth-child(2n){flex-direction:row-reverse}.home-testimonial{width:100%;height:40rem}.testimony-top,.testimony-bottom{height:20rem}.home-testi{padding:30px}.home-testimonial video{border-radius:30px;height:30rem}.home-news{padding:50px 150px}.home-new{display:flex;flex-direction:row;gap:20px;height:25rem}.home-new-text{width:60%}.home-new img{width:50%;height:30rem;border-radius:0 20px 20px 0;height:100%;margin:0;padding:0}.home-new{background-color:#fff;align-items:center}.news-card-but{margin-top:20px;width:50%;display:flex}.news-card-but button{padding:10px 30px;background-color:#371373;color:#fff;border:none;margin:0;font-size:1rem;border-radius:50px;font-size:var(--h3-font-size);transition:all .3s ease-in-out}.home-new-text{padding:0 0 0 50px}.success-stories{padding:2rem}.success-stories p{padding:0}.faq-image{flex:1;text-align:center;display:block}.faq-image img{max-width:100%;border-radius:10px}.faq-questions{width:60%}.offcanvas{width:50%}.web-page-4{flex-direction:row;justify-content:space-between}.home-blog{flex-direction:row}.home-blog-first{width:40%}.blog-apply i{right:30%}.blog-apply:hover i{right:20%}}@media screen and (max-width: 750px){.course-card h1{position:relative;bottom:0;left:0;background-color:var(--body-color);color:var(--black-color);font-size:var(--h2-font-size)}}.terms-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:var(--z-fixed);padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.terms-modal-container{background-color:var(--white-color);border-radius:12px;max-width:48rem;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.terms-modal-content{display:flex;flex-direction:column;height:100%}.terms-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;background:linear-gradient(135deg,var(--button-color) 0%,#6b46c1 100%);color:var(--white-color);position:relative}.terms-modal-header:after{content:"";position:absolute;bottom:0;left:5%;right:5%;height:2px;background:linear-gradient(90deg,transparent,var(--white-color),transparent)}.terms-modal-title h2{font-family:var(--body-font);font-size:var(--h2-font-size);font-weight:var(--font-bold);margin:0;color:var(--white-color);letter-spacing:-.5px}.terms-modal-subtitle{font-family:var(--body-font);font-size:var(--small-font-size);color:#ffffffe6;margin-top:.25rem;font-weight:var(--font-regular)}.terms-modal-close-btn{background:#ffffff26;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.terms-modal-close-btn:hover{background:#ffffff40;transform:rotate(90deg)}.terms-close-icon{width:1.5rem;height:1.5rem;color:var(--white-color);stroke-width:2.5}.terms-warning-banner{background-color:#fff3cd;border-left:4px solid #ffc107;margin:1rem 1.5rem;padding:1rem;border-radius:8px;display:flex;align-items:flex-start;gap:.75rem;animation:pulseWarning 2s infinite}@keyframes pulseWarning{0%,to{box-shadow:0 0 #ffc10700}50%{box-shadow:0 0 0 4px #ffc10733}}.warning-icon{font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.warning-text{font-family:var(--body-font);font-size:var(--small-font-size);color:#856404;margin:0;font-weight:var(--font-medium);line-height:1.4}.terms-content{flex:1;overflow-y:auto;padding:0 1.5rem;max-height:calc(90vh - 300px)}.terms-content::-webkit-scrollbar{width:6px}.terms-content::-webkit-scrollbar-track{background:var(--body-color);border-radius:3px}.terms-content::-webkit-scrollbar-thumb{background:var(--button-color);border-radius:3px}.terms-content::-webkit-scrollbar-thumb:hover{background:#4a1f91}.terms-section{margin-bottom:1.75rem}.terms-section-title{font-family:var(--body-font);font-size:var(--h3-font-size);font-weight:var(--font-bold);color:var(--title-color);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid rgba(55,19,115,.1);position:relative}.terms-section-title:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background-color:var(--button-color)}.terms-paragraph{font-family:var(--body-font);font-size:var(--normal-font-size);color:var(--text-color);line-height:1.6;margin-bottom:.75rem;text-align:justify}.terms-paragraph strong{color:var(--title-color);font-weight:var(--font-semi-bold)}.terms-list-container{margin:1rem 0}.terms-list{list-style-type:none;padding-left:0;margin:.75rem 0}.terms-list li{font-family:var(--body-font);font-size:var(--normal-font-size);color:var(--text-color);line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.terms-list li:before{content:"•";color:var(--button-color);font-size:1.5rem;position:absolute;left:.25rem;top:-.25rem}.terms-acknowledgment-box{background-color:var(--text-color-light);border:1px solid #cfe2ff;border-radius:8px;padding:1.25rem;margin:2rem 0}.acknowledgment-title{font-family:var(--body-font);font-size:var(--h3-font-size);font-weight:var(--font-bold);color:#084298;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.acknowledgment-text{font-family:var(--body-font);font-size:var(--normal-font-size);color:#084298;margin-bottom:1rem;font-weight:var(--font-medium)}.acknowledgment-list{list-style-type:none;padding-left:0}.acknowledgment-list li{font-family:var(--body-font);font-size:var(--small-font-size);color:#052c65;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.acknowledgment-list li:before{content:"✓";color:#198754;font-weight:700;position:absolute;left:0}.terms-footer{border-top:1px solid var(--body-color);padding-top:1.25rem;margin-top:2rem}.terms-footer-info{margin-bottom:1rem}.footer-org-name{font-family:var(--body-font);font-size:var(--small-font-size);font-weight:var(--font-bold);color:var(--title-color);margin-bottom:.25rem}.footer-address,.footer-rc,.footer-email{font-family:var(--body-font);font-size:var(--smaller-font-size);color:var(--black-color-light);margin-bottom:.25rem}.terms-footer-meta{display:flex;justify-content:space-between;align-items:center;border-top:1px dashed var(--body-color);padding-top:.75rem}.footer-updated,.footer-version{font-family:var(--body-font);font-size:var(--smaller-font-size);color:var(--black-color-light);font-style:italic}.terms-actions{padding:1.25rem 1.5rem;background-color:var(--text-color-light);border-top:1px solid var(--body-color);display:flex;flex-direction:column;gap:1rem}.terms-checkbox-container{display:flex;align-items:center;gap:.75rem}.terms-checkbox{width:1.25rem;height:1.25rem;accent-color:var(--button-color);cursor:pointer;flex-shrink:0}.terms-checkbox:checked{background-color:var(--button-color)}.terms-checkbox-label{font-family:var(--body-font);font-size:var(--normal-font-size);color:var(--text-color);cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1.4}.terms-checkbox-label:hover{color:var(--title-color)}.terms-buttons{display:flex;gap:1rem;justify-content:flex-end}.terms-btn{font-family:var(--body-font);font-size:var(--normal-font-size);font-weight:var(--font-semi-bold);padding:.75rem 2rem;border-radius:8px;cursor:pointer;transition:all .3s ease;border:none;min-width:140px;text-transform:uppercase;letter-spacing:.5px}.terms-btn-secondary{background-color:transparent;color:var(--text-color);border:2px solid var(--text-color)}.terms-btn-secondary:hover{background-color:var(--text-color);color:var(--white-color);transform:translateY(-2px);box-shadow:0 4px 12px #6f6c9033}.terms-btn-primary{background:linear-gradient(135deg,var(--button-color) 0%,#6b46c1 100%);color:var(--white-color);border:none;box-shadow:0 4px 15px #3713734d}.terms-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #37137366;background:linear-gradient(135deg,#4a1f91,#5d3a9b)}.terms-btn-primary:active{transform:translateY(0)}@media (max-width: 768px){.terms-modal-container{max-height:95vh}.terms-modal-header{flex-direction:column;gap:1rem;padding:1.25rem 1rem .75rem}.terms-modal-title h2{font-size:var(--h3-font-size)}.terms-section-title{font-size:var(--normal-font-size)}.terms-paragraph{font-size:var(--small-font-size)}.terms-buttons{flex-direction:column}.terms-btn{width:100%;min-width:auto;padding:.875rem 1rem}.terms-content{max-height:calc(95vh - 350px);padding:0 1rem}.terms-warning-banner{margin:.75rem 1rem;padding:.75rem}.terms-actions{padding:1rem}}@media (max-width: 480px){.terms-modal-overlay{padding:.5rem}.terms-modal-container{border-radius:8px}.terms-content{max-height:calc(95vh - 400px)}.terms-footer-meta{flex-direction:column;align-items:flex-start;gap:.25rem}}.privacy-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:var(--z-fixed);padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.privacy-modal-container{background-color:var(--white-color);border-radius:12px;max-width:50rem;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.privacy-modal-content{display:flex;flex-direction:column;height:100%}.privacy-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;background:linear-gradient(135deg,#2c5282,#4299e1);color:var(--white-color);position:relative}.privacy-modal-header:after{content:"";position:absolute;bottom:0;left:5%;right:5%;height:2px;background:linear-gradient(90deg,transparent,var(--white-color),transparent)}.privacy-modal-title h2{font-family:var(--body-font);font-size:var(--h2-font-size);font-weight:var(--font-bold);margin:0;color:var(--white-color);letter-spacing:-.5px}.privacy-modal-subtitle{font-family:var(--body-font);font-size:var(--small-font-size);color:#ffffffe6;margin-top:.25rem;font-weight:var(--font-regular)}.privacy-modal-close-btn{background:#ffffff26;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.privacy-modal-close-btn:hover{background:#ffffff40;transform:rotate(90deg)}.privacy-close-icon{width:1.5rem;height:1.5rem;color:var(--white-color);stroke-width:2.5}.privacy-introduction{background-color:#ebf8ff;border:1px solid #bee3f8;border-radius:8px;margin:1rem 1.5rem;padding:1.25rem}.privacy-intro-text{font-family:var(--body-font);font-size:var(--normal-font-size);color:#2d3748;line-height:1.6;margin:0;text-align:justify;font-style:italic}.privacy-content{flex:1;overflow-y:auto;padding:0 1.5rem;max-height:calc(90vh - 300px)}.privacy-content::-webkit-scrollbar{width:6px}.privacy-content::-webkit-scrollbar-track{background:var(--body-color);border-radius:3px}.privacy-content::-webkit-scrollbar-thumb{background:#2c5282;border-radius:3px}.privacy-content::-webkit-scrollbar-thumb:hover{background:#1a365d}.privacy-section{margin-bottom:1.75rem;border-bottom:1px solid #e2e8f0;padding-bottom:1.5rem}.privacy-section:last-child{border-bottom:none}.privacy-section-title{font-family:var(--body-font);font-size:var(--h3-font-size);font-weight:var(--font-bold);color:#2d3748;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #cbd5e0;position:relative}.privacy-section-title:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background-color:#2c5282}.privacy-paragraph{font-family:var(--body-font);font-size:var(--normal-font-size);color:var(--text-color);line-height:1.6;margin-bottom:.75rem;text-align:justify}.privacy-paragraph strong{color:#2d3748;font-weight:var(--font-semi-bold)}.privacy-list{list-style-type:none;padding-left:0;margin:.75rem 0 1.25rem}.privacy-list li{font-family:var(--body-font);font-size:var(--normal-font-size);color:#4a5568;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.privacy-list li:before{content:"•";color:#2c5282;font-size:1.5rem;position:absolute;left:.25rem;top:-.25rem}.privacy-list li strong{color:#2d3748;font-weight:var(--font-semi-bold)}.privacy-contact-info{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem;margin-top:1rem}.privacy-contact-info p{margin:.5rem 0;color:#4a5568;font-family:var(--body-font);font-size:var(--normal-font-size)}.privacy-compliance{background-color:#f0fff4;border:1px solid #9ae6b4;border-radius:8px;padding:1.25rem;margin:2rem 0}.compliance-title{font-family:var(--body-font);font-size:var(--h3-font-size);font-weight:var(--font-bold);color:#22543d;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.compliance-text{font-family:var(--body-font);font-size:var(--normal-font-size);color:#22543d;line-height:1.6;margin:0}.privacy-footer{border-top:2px solid #e2e8f0;padding-top:1.5rem;margin-top:2rem}.privacy-footer-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.footer-effective,.footer-version,.footer-document-id{font-family:var(--body-font);font-size:var(--smaller-font-size);color:var(--black-color-light);margin:0;font-style:italic}.privacy-legal-disclaimer{background-color:#fff5f5;border:1px solid #fed7d7;border-radius:6px;padding:1rem;margin-top:1rem}.legal-disclaimer-text{font-family:var(--body-font);font-size:var(--small-font-size);color:#742a2a;margin:0;line-height:1.5}.privacy-actions{padding:1.25rem 1.5rem;background-color:#f8fafc;border-top:1px solid #e2e8f0}.privacy-buttons{display:flex;gap:1rem;justify-content:flex-end}.privacy-btn{font-family:var(--body-font);font-size:var(--normal-font-size);font-weight:var(--font-semi-bold);padding:.75rem 2rem;border-radius:8px;cursor:pointer;transition:all .3s ease;border:none;min-width:140px;text-transform:uppercase;letter-spacing:.5px}.privacy-btn-secondary{background-color:transparent;color:#4a5568;border:2px solid #4a5568}.privacy-btn-secondary:hover{background-color:#4a5568;color:var(--white-color);transform:translateY(-2px);box-shadow:0 4px 12px #4a556833}.privacy-btn-primary{background:linear-gradient(135deg,#2c5282,#4299e1);color:var(--white-color);border:none;box-shadow:0 4px 15px #2c52824d}.privacy-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2c528266;background:linear-gradient(135deg,#1a365d,#3182ce)}.privacy-btn-primary:active{transform:translateY(0)}@media (max-width: 768px){.privacy-modal-container{max-height:95vh}.privacy-modal-header{flex-direction:column;gap:1rem;padding:1.25rem 1rem .75rem}.privacy-modal-title h2{font-size:var(--h3-font-size)}.privacy-section-title{font-size:var(--normal-font-size)}.privacy-paragraph,.privacy-list li{font-size:var(--small-font-size)}.privacy-buttons{flex-direction:column}.privacy-btn{width:100%;min-width:auto;padding:.875rem 1rem}.privacy-content{max-height:calc(95vh - 350px);padding:0 1rem}.privacy-introduction{margin:.75rem 1rem;padding:1rem}.privacy-actions{padding:1rem}.privacy-footer-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width: 480px){.privacy-modal-overlay{padding:.5rem}.privacy-modal-container{border-radius:8px}.privacy-content{max-height:calc(95vh - 400px)}}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}
