@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background-color:#000;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1000}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{text-decoration:none;transition:transform .3s ease}.navbar-logo:hover{transform:translateY(-2px)}.logo-container{align-items:center;display:flex;gap:.75rem}.logo-image{border-radius:8px;height:48px;object-fit:cover;width:48px}.logo-details{display:flex;flex-direction:column}.logo-main{color:#fff;font-size:1.25rem;font-weight:600;letter-spacing:.5px}.logo-tagline{color:#00b4d8;font-size:.75rem;font-weight:400;letter-spacing:1px}.menu-toggle{cursor:pointer;display:none;padding:.5rem}.hamburger{display:flex;flex-direction:column;height:20px;justify-content:space-between;position:relative;width:30px}.hamburger span{background-color:#fff;border-radius:3px;display:block;height:3px;transition:all .3s ease;width:100%}.hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-item,.nav-link{position:relative}.nav-link{color:#f8f9fa;font-size:1rem;font-weight:500;padding:.5rem 0;text-decoration:none;transition:all .3s ease}.nav-link:after{background-color:#00b4d8;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-link.active,.nav-link:hover{color:#00b4d8}.nav-button{background:linear-gradient(135deg,#00b4d8,#0077b6);border:none;border-radius:6px;box-shadow:0 4px 15px #00b4d833;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.nav-button:hover{background:linear-gradient(135deg,#0077b6,#00b4d8);box-shadow:0 6px 20px #00b4d84d;transform:translateY(-2px)}@media screen and (max-width:768px){.navbar-container{padding:0 1rem}.menu-toggle{display:block}.nav-menu{align-items:center;background-color:#0a2463;box-shadow:0 10px 30px #0000001a;flex-direction:column;gap:0;height:calc(100vh - 80px);justify-content:flex-start;left:-100%;padding-top:2rem;position:fixed;top:80px;transition:left .3s ease;width:100%}.nav-menu.active{left:0}.nav-item{border-bottom:1px solid #ffffff1a;padding:1rem 0;text-align:center;width:100%}.nav-item:last-child{border-bottom:none;padding:2rem 0}.nav-link{display:block;font-size:1.1rem;padding:.5rem 2rem}.nav-button{font-size:1rem;padding:1rem 3rem}.logo-image{height:42px;width:42px}.logo-main{font-size:1.1rem}.logo-tagline{font-size:.7rem}}@media screen and (max-width:480px){.navbar-container{padding:0 .75rem}.logo-image{height:38px;width:38px}.logo-main{font-size:1rem}.logo-tagline{font-size:.65rem}}.user-menu-container{display:inline-block;position:relative}.user-menu-trigger{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;gap:.75rem;padding:.5rem 1rem;transition:all .3s ease}.user-menu-trigger:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.user-avatar{border:2px solid #00b4d8;border-radius:50%;height:32px;object-fit:cover;width:32px}.user-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);border:2px solid #ffffff4d;border-radius:50%;color:#fff;display:flex;font-size:1rem;font-weight:700;height:32px;justify-content:center;text-transform:uppercase;width:32px}.user-name{color:#fff;font-size:.9rem;font-weight:500}.user-menu-trigger i{color:#00b4d8;font-size:.8rem;transition:transform .3s ease}.user-dropdown{animation:dropdownSlide .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:280px;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);z-index:1000}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-dropdown-header{background:linear-gradient(135deg,#0a2463,#0d2b4e);color:#fff;padding:1rem 1.25rem}.user-full-name{color:#fff;font-size:.95rem;font-weight:600;margin:0 0 .25rem}.user-email{color:#ffffffe6;font-size:.8rem;margin:0;opacity:.8;word-break:break-all}.dropdown-divider{background:#e0e0e0;height:1px;margin:.5rem 0}.dropdown-item{align-items:center;background:#fff;border:none;color:#333;cursor:pointer;display:flex;font-size:.9rem;gap:.75rem;padding:.75rem 1.25rem;text-align:left;text-decoration:none;transition:all .2s ease;width:100%}.dropdown-item:hover{background:#f5f5f5;padding-left:1.5rem}.dropdown-item i{color:#00b4d8;font-size:1rem;width:20px}.dropdown-item span{flex:1 1}.logout-btn,.logout-btn i{color:#dc3545}.logout-btn:hover{background:#fff5f5}.login-btn{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);border:none;border-radius:6px;box-shadow:0 4px 15px #00b4d833;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.6rem 1.25rem;transition:all .3s ease}.login-btn,.login-btn i{font-size:.9rem}.login-btn:hover{background:linear-gradient(135deg,#0077b6,#00b4d8);box-shadow:0 6px 20px #00b4d84d;transform:translateY(-2px)}@media screen and (max-width:768px){.user-menu-container{display:flex;justify-content:center;width:100%}.user-menu-trigger{justify-content:center;min-width:200px;width:auto}.user-dropdown{animation:mobileDropdownSlide .3s ease;border-radius:20px 20px 0 0;bottom:0;left:0;position:fixed;right:0;top:auto;width:100%}@keyframes mobileDropdownSlide{0%{transform:translateY(100%)}to{transform:translateY(0)}}.user-dropdown-header{padding:1.25rem}.dropdown-item{font-size:1rem;padding:1rem 1.25rem}.dropdown-item:hover{padding-left:1.5rem}.login-btn{justify-content:center;padding:.75rem 2rem;width:auto}}@media screen and (max-width:480px){.user-menu-trigger{gap:.5rem;padding:.4rem .8rem}.user-avatar,.user-avatar-placeholder{height:28px;width:28px}.login-btn,.user-name{font-size:.85rem}.login-btn{padding:.6rem 1.5rem}}.user-dropdown:before{background:#fff;box-shadow:-2px -2px 5px #0000000d;content:"";height:12px;position:absolute;right:20px;top:-6px;transform:rotate(45deg);width:12px}@media screen and (max-width:768px){.user-dropdown:before{display:none}}.footer{background-color:#000;border-top:1px solid #00b4d833;color:#f8f9fa;padding:1.5rem 0 .5rem;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#00b4d8,#0000);box-shadow:0 0 15px #00b4d899;content:"";height:2px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:80%}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:1.5fr 1fr 1fr 1.2fr;margin-bottom:1.5rem}.footer-logo{gap:.8rem;margin-bottom:.8rem}.footer-logo,.footer-logo-text{align-items:center;display:flex}.footer-logo-text{background:linear-gradient(135deg,#00b4d8,#0077b6);border-radius:6px;color:#fff;font-size:1.1rem;font-weight:800;height:35px;justify-content:center;width:35px}.footer-logo-main{font-size:1.1rem;margin:0}.footer-tagline{color:#00b4d8;font-size:.7rem;letter-spacing:.5px}.footer-description{color:#b8c1cc;font-size:.85rem;line-height:1.4;margin-bottom:1rem}.footer-title{color:#fff;font-size:.95rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.footer-links li{margin-bottom:.4rem}.footer-link{color:#8a94a1;font-size:.85rem;text-decoration:none;transition:.2s}.footer-link:hover{color:#00b4d8;display:inline-block;transform:translateX(3px)}.social-links{gap:.6rem}.social-link{background:#ffffff0d;border-radius:4px;color:#b8c1cc;font-size:.85rem;height:32px;transition:all .3s;width:32px}.social-link:hover{background:#00b4d8;box-shadow:0 0 10px #00b4d866;color:#fff}.contact-item{display:flex;gap:.8rem;margin-bottom:.6rem}.contact-icon{color:#00b4d8;font-size:.9rem}.contact-text{color:#b8c1cc;font-size:.85rem;margin:0}.footer-bottom{border-top:1px solid #ffffff0d;padding:1rem 0}.footer-bottom-content{align-items:center;display:flex;justify-content:space-between}.bottom-link,.copyright{color:#6c757d;font-size:.75rem}@media screen and (max-width:900px){.footer-content{gap:2rem;grid-template-columns:1fr 1fr}}@media screen and (max-width:600px){.footer-content{grid-template-columns:1fr}}.home{overflow-x:hidden;width:100%}.hero-section{align-items:center;background-color:#000;display:flex;justify-content:center;margin-bottom:3rem;margin-top:-4rem;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.hero-section:before{background:radial-gradient(circle at 30% 50%,#e67e220d 0,#0000 60%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-container{align-items:center;display:flex;justify-content:center;max-width:1200px}.institute-name{color:#e67e22;display:inline-block;font-size:1.2rem;font-weight:500;letter-spacing:8px;margin-bottom:2rem;padding:0 1rem;position:relative;text-transform:uppercase}.institute-name:after,.institute-name:before{background-color:#e67e22;content:"";height:1px;opacity:.5;position:absolute;top:50%;width:30px}.institute-name:before{left:-30px}.institute-name:after{right:-30px}.hero-title{color:#fff}.highlight{color:#e67e22}.highlight:after{background-color:#e67e2233}.hero-subtitle{color:#ffffffb3;max-width:90%}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn-primary{align-items:center;background-color:#e67e22;border:none;border-radius:8px;box-shadow:0 8px 25px #e67e224d;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;outline:none;padding:1rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{background-color:#d35400;box-shadow:0 15px 35px #e67e2266}.btn-secondary{align-items:center;border:2px solid #e67e22;border-radius:8px;color:#e67e22;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;outline:none;padding:1rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-secondary:hover{background-color:#e67e221a;box-shadow:0 8px 20px #e67e2233}.scroll-indicator{z-index:2}.scroll-indicator i{color:#e67e22;font-size:1.5rem}@media screen and (max-width:768px){.institute-name{font-size:1rem;letter-spacing:6px}.institute-name:after,.institute-name:before{width:20px}.institute-name:before{left:-20px}.institute-name:after{right:-20px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}}@media screen and (max-width:480px){.institute-name{font-size:.9rem;letter-spacing:4px}.institute-name:after,.institute-name:before{width:15px}.institute-name:before{left:-15px}.institute-name:after{right:-15px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary{justify-content:center;width:100%}}.section-cta{margin-top:3rem;text-align:center}.courses-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:rem}.course-card{animation:fadeUp .6s ease-out forwards;background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column;opacity:0;overflow:hidden;padding:1.5rem;position:relative;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1)}.course-card:before{background:linear-gradient(90deg,#00b4d8,#0077b6);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.course-card:hover:before{transform:scaleX(1)}.course-card:hover{border-color:#00b4d8;box-shadow:0 20px 40px #0000001f;transform:translateY(-10px)}.course-image-container{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 8px 25px #00000026;height:200px;margin-bottom:1.5rem;overflow:hidden;position:relative;width:100%}.course-image{background:#fff;height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.course-card:hover .course-image{transform:scale(1.05)}.course-fallback{font-size:1.8rem;font-weight:700;height:100%;letter-spacing:1px;padding:1rem;text-align:center;text-transform:uppercase;width:100%}.course-badge,.course-fallback{align-items:center;color:#fff;display:flex;justify-content:center}.course-badge{animation:pulseBadge 2s infinite;background:#00b4d8;border-radius:50%;box-shadow:0 4px 15px #00b4d84d;font-size:1.2rem;height:40px;position:absolute;right:15px;top:15px;width:40px;z-index:2}@keyframes pulseBadge{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.course-duration{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;border-radius:20px;bottom:15px;color:#fff;display:flex;font-size:.85rem;font-weight:500;gap:.4rem;left:15px;padding:.4rem .8rem;position:absolute;z-index:2}.course-title{color:#000;font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:.75rem;min-height:3.6rem}.course-desc{color:#666;flex-grow:1;font-size:.95rem;line-height:1.6;margin-bottom:1rem;min-height:4.8rem}.course-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;min-height:2.5rem}.tech-tag{background:#00b4d81a;border:1px solid #00b4d833;border-radius:15px;color:#00b4d8;font-size:.8rem;font-weight:500;padding:.3rem .8rem;transition:all .3s ease}.tech-tag:hover{background:#00b4d833;border-color:#00b4d8;transform:translateY(-2px)}.course-meta{border-bottom:1px solid #0000001a;border-top:1px solid #0000001a;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 0}.course-footer{justify-content:space-between;margin-top:auto;padding-top:1rem}.course-footer,.tag{align-items:center;display:flex}.tag{border:1px solid #00b4d833;gap:.3rem;padding:.4rem 1rem}.tag:before{content:"✓";font-size:.9rem;font-weight:700}.course-btn{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);border:none;border-radius:50%;box-shadow:0 4px 15px #00b4d84d;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.course-btn:hover{background:linear-gradient(135deg,#0077b6,#00b4d8);box-shadow:0 6px 20px #00b4d866;transform:translateX(5px) rotate(15deg)}.gallery-img{transition:transform .6s ease}.gallery-item:hover .gallery-img{transform:scale(1.1)}.image-placeholder{background:linear-gradient(135deg,#000,#333);color:#ffffff80;height:100%;width:100%}@media screen and (max-width:1024px){.courses-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media screen and (max-width:768px){.courses-grid{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.course-image-container{height:180px}.course-title{font-size:1.3rem;min-height:3.2rem}.course-desc{min-height:4.4rem}.course-technologies{min-height:2.2rem}}@media screen and (max-width:480px){.courses-grid{gap:1.5rem;grid-template-columns:1fr}.course-card{padding:1.25rem}.course-image-container{height:160px}.course-title{font-size:1.25rem}.course-desc,.course-technologies,.course-title{min-height:auto}.course-meta{align-items:flex-start;flex-direction:column;gap:.75rem}}.why-section{background:#000;color:#fff;padding:8rem 0}.why-section .section-subtitle,.why-section .section-title{color:#fff}.why-section .section-title:after{background:linear-gradient(90deg,#00b4d8,#0000)}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:4rem}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000;border-radius:12px;padding:2rem;text-align:center}.feature-number{margin-bottom:1rem}.number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00b4d8,#0077b6);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700}.feature-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.feature-desc{color:#ffffffb3;font-size:.95rem;line-height:1.5}.why-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:4rem}.why-text h3{color:#fff;font-size:2rem;margin-bottom:1.5rem}.why-text p{color:#fffc;line-height:1.7;margin-bottom:2rem}.why-list{list-style:none;padding:0}.why-list li{align-items:center;color:#ffffffe6;display:flex;gap:.75rem;margin-bottom:1rem}.why-list i{color:#00b4d8}.why-visual{align-items:center}.visual-element{height:300px;width:300px}.circle-ring{border:3px solid #00b4d84d;border-radius:50%}.inner-circle{background:linear-gradient(135deg,#00b4d8,#0077b6);border-radius:50%;box-shadow:0 15px 35px #00b4d84d;color:#fff;font-size:3rem;height:150px;left:50%;top:50%;transform:translate(-50%,-50%);width:150px}.vision-section{background:#fff;padding:8rem 0}.vision-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.vision-statement{border-left:4px solid #00b4d8;color:#666;font-size:1.2rem;line-height:1.8;margin-bottom:3rem;padding-left:2rem;position:relative}.stats-container{grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.stat-item{background:#fff;border-radius:12px;box-shadow:0 8px 25px #0000000f;padding:1.5rem}.stat-number{color:#000;font-size:2.5rem}.stat-label{color:#666;color:#000;font-size:.95rem}.progress-bars{display:flex;flex-direction:column;gap:1.5rem}.progress-item{width:100%}.progress-label{color:#000;display:flex;font-weight:500;justify-content:space-between;margin-bottom:.5rem}.progress-bar{background:#0000001a;border-radius:5px;height:10px;overflow:hidden;width:100%}.progress-fill{animation:fillProgress 1.5s ease-out forwards;border-radius:5px}@keyframes fillProgress{0%{width:0}}.vision-visual{align-items:center;display:flex;justify-content:center;padding:80px;perspective:1000px}.tech-visualization{height:420px;width:420px}.main-node,.tech-visualization{align-items:center;display:flex;justify-content:center;position:relative}.main-node{background:linear-gradient(135deg,#00b4d8,#0077b6);border:4px solid #fff3;border-radius:50%;box-shadow:0 0 40px #00b4d880,inset 0 0 15px #ffffff4d;color:#fff;flex-direction:column;height:110px;transition:all .5s cubic-bezier(.4,0,.2,1);width:110px;z-index:20}.main-node:hover{box-shadow:0 0 60px #00b4d8b3;transform:scale(1.1) rotate(15deg)}.node:not(.main-node){align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fff;border:1px solid #ffffff80;border-radius:50%;box-shadow:0 10px 25px #0000000d;display:flex;flex-direction:column;height:90px;justify-content:center;position:absolute;transition:all .4s ease;width:90px;z-index:10}.node:nth-child(2){animation:floatX 5s ease-in-out infinite;left:50%;top:0;transform:translateX(-50%)}.node:nth-child(3){animation:floatY 6s ease-in-out 1s infinite;right:0;top:50%;transform:translateY(-50%)}.node:nth-child(4){animation:floatX 5s ease-in-out .5s infinite;bottom:0;left:50%;transform:translateX(-50%)}.node:nth-child(5){animation:floatY 6s ease-in-out 1.5s infinite;left:0;top:50%;transform:translateY(-50%)}.node:hover:not(.main-node){background:#fff;border-color:#00b4d8;box-shadow:0 15px 35px #00b4d833;transform:scale(1.2)!important;z-index:30}.node i{color:#0077b6;font-size:1.6rem;margin-bottom:6px}.main-node i{animation:pulseIcon 3s infinite;color:#fff}.node-label{color:#333;font-size:.7rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.main-node .node-label{color:#fff}.connector{border:1px solid #00b4d826;border-radius:50%;height:100%;pointer-events:none;position:absolute;width:100%}.connector:after{animation:rotateClockwise 30s linear infinite;border:2px dashed #00b4d81a;border-radius:50%;bottom:-10px;content:"";left:-10px;position:absolute;right:-10px;top:-10px}@keyframes floatX{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-20px)}}@keyframes floatY{0%,to{transform:translateY(-50%)}50%{transform:translate(20px,-50%)}}@keyframes rotateClockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulseIcon{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.gallery-section{background:#fff;overflow:hidden;padding:8rem 0;position:relative}.gallery-section:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.gallery-container{margin:3rem 0;overflow:hidden;position:relative}.gallery-container:after,.gallery-container:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0;width:100px;z-index:2}.gallery-track{animation:scrollGallery 40s linear infinite;cursor:grab;display:flex;gap:2rem;padding:1.5rem 0;transition:animation-play-state .3s ease}.gallery-track:active{cursor:grabbing}.gallery-track:hover{animation-play-state:paused}@keyframes scrollGallery{0%{transform:translateX(0)}to{transform:translateX(calc(-1800px - 12rem))}}.gallery-item{animation:fadeInUp .8s cubic-bezier(.23,1,.32,1) forwards;border-radius:16px;box-shadow:0 15px 35px #00000026;flex:0 0 300px;height:200px;opacity:0;overflow:hidden;position:relative;transform-origin:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.gallery-item:hover{box-shadow:0 25px 45px #00000040;transform:scale(1.05) translateY(-10px)}.gallery-image{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#ffffff80;display:flex;font-size:2rem;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.gallery-img{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.165,.84,.44,1);width:100%}.gallery-item:hover .gallery-img{transform:scale(1.15)}.image-placeholder{flex-direction:column;gap:1rem;padding:2rem;text-align:center}.image-placeholder i{animation:pulse 2s infinite;color:#ffffff80;font-size:3rem}.image-placeholder span{color:#ffffffb3;font-size:1rem;font-weight:500}.gallery-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(0deg,#000000e6,#0006);display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.gallery-item:hover .gallery-overlay{opacity:1}.view-btn{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);border:none;border-radius:50%;box-shadow:0 5px 15px #00b4d866;color:#fff;cursor:pointer;display:flex;font-size:1.4rem;height:60px;justify-content:center;transform:scale(.9);transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:60px}.gallery-item:hover .view-btn{transform:scale(1)}.view-btn:hover{background:linear-gradient(135deg,#0077b6,#023e8a);box-shadow:0 8px 25px #0077b680;transform:scale(1.15) rotate(90deg)}.gallery-nav{gap:1.5rem;margin-top:3rem}.gallery-nav,.nav-btn{display:flex;justify-content:center}.nav-btn{align-items:center;background:#fff;border:2px solid #000;border-radius:50%;color:#000;cursor:pointer;font-size:1.3rem;height:55px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:55px}.nav-btn:before{background:#0000001a;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .4s,height .4s;width:0}.nav-btn:hover:before{height:100%;width:100%}.nav-btn:hover{background:#000;box-shadow:0 10px 20px #0003;color:#fff;transform:translateY(-5px) scale(1.1)}.nav-btn:active{transform:translateY(-2px) scale(1.05)}.gallery-modal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000fa;display:none;height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .4s ease;width:100%;z-index:10000}.gallery-modal.active{display:block;opacity:1}.modal-content{align-items:center;display:flex;height:100%;justify-content:center;padding:2rem;position:relative;width:100%}.modal-close{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:2px solid #ffffff4d;color:#fff;font-size:1.8rem;height:60px;position:absolute;right:30px;top:30px;width:60px;z-index:10001}.modal-close:hover{background:#fff3;border-color:#ffffff80;transform:rotate(90deg) scale(1.1)}.modal-close i{transition:transform .3s ease}.modal-close:hover i{transform:scale(1.2)}.modal-image-container{animation:modalImageEnter .6s cubic-bezier(.34,1.56,.64,1);border-radius:20px;box-shadow:0 30px 60px #00000080;max-height:85vh;max-width:90vw;overflow:hidden;transform-origin:center}@keyframes modalImageEnter{0%{opacity:0;transform:scale(.3) rotate(-10deg)}to{opacity:1;transform:scale(1) rotate(0)}}.modal-image{display:block;height:100%;max-height:85vh;max-width:90vw;object-fit:contain;width:100%}.modal-caption{animation:captionFadeIn .8s ease .3s both;background:linear-gradient(0deg,#00000080,#0000);bottom:30px;color:#fff;font-size:1.2rem;font-weight:500;left:0;padding:1rem;position:absolute;right:0;text-align:center;text-shadow:2px 2px 4px #00000080}@keyframes captionFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-nav{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:60px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:60px;z-index:10001}.modal-nav:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.modal-nav:active{transform:translateY(-50%) scale(.95)}.modal-nav.prev{left:30px}.modal-nav.next{right:30px}.modal-nav i{transition:transform .3s ease}.modal-nav.prev:hover i{transform:translateX(-5px)}.modal-nav.next:hover i{transform:translateX(5px)}@media screen and (max-width:1024px){.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-visual{height:300px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem;max-width:100%}.vision-content,.why-content{gap:3rem;grid-template-columns:1fr}.tech-visualization{height:350px;width:350px}.section-title{font-size:2.5rem}}@media screen and (max-width:768px){.hero-section{min-height:90vh;padding:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.courses-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.features-grid,.stats-container{grid-template-columns:repeat(2,1fr)}.tech-visualization{height:300px;width:300px}.visual-element{height:250px;width:250px}.inner-circle{font-size:2.5rem;height:120px;width:120px}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.modal-close{font-size:1.5rem;height:50px;right:20px;top:20px;width:50px}.modal-nav{font-size:1.2rem;height:50px;width:50px}.modal-nav.prev{left:15px}.modal-nav.next{right:15px}}@media screen and (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.btn-primary,.btn-secondary{font-size:1rem;justify-content:center;padding:.8rem 1.5rem;width:100%}.hero-buttons{flex-direction:column}.courses-grid,.features-grid,.stats-container{grid-template-columns:1fr}.gallery-item{flex:0 0 250px;height:150px}.tech-visualization{height:250px;width:250px}.node{height:60px;width:60px}.main-node{height:80px;width:80px}.node i{font-size:1.2rem}.node-label{font-size:.7rem}.modal-close{font-size:1.2rem;height:45px;right:15px;top:15px;width:45px}.modal-nav{font-size:1rem;height:45px;width:45px}.modal-caption{bottom:20px;font-size:1rem}}.why-visual{margin-bottom:3rem;padding:1rem}.visual-element,.why-visual{display:flex;justify-content:center}.visual-element{align-items:center;height:240px;position:relative;width:240px}.circle-ring{animation:rotate 20s linear infinite;border:3px solid #00b4d8;height:100%;opacity:.8;position:absolute;width:100%}.inner-circle{background:#fff;box-shadow:0 8px 30px #00000026;height:200px;position:absolute;width:200px;z-index:2}.inner-circle,.logo-background{align-items:center;display:flex;justify-content:center;overflow:hidden}.logo-background{background:#f8f9fa;border-radius:50%;height:190px;position:relative;width:190px}.centered-logo{filter:brightness(.9);height:190px;object-fit:cover;width:190px}.logo-background:hover .logo-text-overlay{opacity:1}.logo-text-main{color:#00b4d8;font-size:1.8rem;font-weight:700;letter-spacing:1px;margin-bottom:8px;text-shadow:0 2px 4px #0000004d}.logo-text-sub{color:#fff;font-size:.75rem;font-weight:500;letter-spacing:.5px;line-height:1.3;max-width:160px;text-shadow:0 1px 2px #0000004d}@media screen and (max-width:768px){.visual-element{height:200px;width:200px}.inner-circle{height:170px;width:170px}.logo-background{height:160px;width:160px}.centered-logo{border:none;-webkit-clip-path:inset(5% 5% 5% 5% round 50%);clip-path:inset(5% 5% 5% 5% round 50%);height:140px;object-fit:cover;width:140px}.logo-text-main{font-size:1.5rem}.logo-text-sub{font-size:.65rem;max-width:130px}}.modal-dots{display:flex;gap:10px;justify-content:center;margin-top:20px}.modal-dot{background-color:#ffffff80;border-radius:50%;cursor:pointer;height:10px;transition:all .3s ease;width:10px}.modal-dot:hover{background-color:#fffc;transform:scale(1.2)}.modal-dot.active{background-color:#00b4d8;height:12px;width:12px}.courses-page{overflow:hidden;width:100%}.courses-hero{align-items:center;background:linear-gradient(135deg,#000,#111 50%,#222);display:flex;min-height:70vh;overflow:hidden;padding:6rem 0 8rem;position:relative}.courses-hero:before{background:#000;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{animation:slideInDown 1s ease-out;margin:0 auto;position:relative;z-index:2}.hero-title{color:#f8f9fa;font-size:4.5rem}.hero-line{display:block}.highlight:after{border-radius:6px;bottom:10px;height:12px}.hero-subtitle{color:#f8f9fae6;font-size:1.3rem;line-height:1.6;margin-left:auto;margin-right:auto;max-width:700px}.hero-stats{animation:fadeInUp 1s ease-out .5s both}.stat{gap:.5rem}.stat-number{font-size:3rem}.stat-label{color:#f8f9facc;font-size:1rem;font-weight:500;letter-spacing:1px}.hero-wave{bottom:0;left:0;line-height:0;overflow:hidden;position:absolute;width:100%}.hero-wave svg{display:block;height:120px;position:relative;transform:rotate(180deg);width:calc(100% + 1.3px)}.hero-wave path{fill:#f8f9fa}.categories-section{background:#f8f9fa;padding:5rem 0}.categories-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.category-card{animation:fadeUp .6s ease-out forwards;background:#fff;border:none;border-radius:12px;box-shadow:0 5px 20px #0000000d;cursor:pointer;opacity:0;overflow:hidden;padding:2rem 1.5rem;position:relative;text-align:center;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1)}.category-card:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-10px)}.category-card.active{background:linear-gradient(135deg,#000,#222);box-shadow:0 15px 35px #00000026;color:#fff}.category-card.active .category-icon{background:#00b4d8;color:#fff}.category-card.active .category-name{color:#fff}.category-card.active .category-count{color:#fffc}.category-icon{align-items:center;background:#0000000d;border-radius:50%;color:#000;display:flex;font-size:1.8rem;height:70px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:70px}.category-name{color:#000;font-size:1.3rem;font-weight:600;margin-bottom:.75rem;transition:color .3s ease}.category-count{color:#666;font-size:.9rem;font-weight:500;transition:color .3s ease}.category-indicator{background:linear-gradient(90deg,#00b4d8,#0077b6);bottom:0;height:4px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s ease;width:100%}.category-card.active .category-indicator{transform:scaleX(1)}.courses-listing{background:#fff;padding:5rem 0}.courses-list{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:1000px}.course-item{animation:fadeUp .6s ease-out forwards;background:#fff;border:1px solid #0000000d;border-radius:12px;box-shadow:0 5px 20px #00000014;opacity:0;overflow:hidden;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1)}.course-item.expanded{box-shadow:0 15px 40px #0000001f;transform:translateY(-5px)}.course-summary{cursor:pointer;padding:2rem;transition:all .3s ease}.course-summary:hover{background:#00b4d805}.course-header{gap:1.5rem;margin-bottom:1.5rem}.course-header,.course-icon{align-items:center;display:flex}.course-icon{border-radius:12px;box-shadow:0 5px 15px #0000001a;color:#fff;flex-shrink:0;font-size:1.8rem;height:60px;justify-content:center;width:60px}.course-title-section{flex:1 1}.course-name{color:#000;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.course-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#00b4d81a;border-radius:20px;color:#00b4d8;font-size:.85rem;font-weight:500;letter-spacing:.5px;padding:.3rem .8rem;text-transform:uppercase}.course-meta{display:flex;flex-wrap:wrap;gap:2rem}.meta-item{align-items:center;color:#666;display:flex;font-size:.9rem;font-weight:500;gap:.5rem}.meta-item i{color:#00b4d8;font-size:1rem}.course-description{align-items:center;display:flex;gap:1rem;justify-content:space-between}.course-description p{color:#666;flex:1 1;line-height:1.6;margin:0}.expand-btn{align-items:center;background:#00b4d81a;border:none;border-radius:50%;color:#00b4d8;cursor:pointer;display:flex;flex-shrink:0;font-size:1rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.expand-btn:hover{background:#00b4d833;transform:rotate(180deg)}.course-details{animation:slideDown .5s ease-out;background:#f8f9fa80;border-top:1px solid #0000001a;padding:2rem}.details-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.details-section h4{align-items:center;color:#000;display:flex;font-size:1.2rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.details-section h4 i{color:#00b4d8}.details-section p{color:#666;line-height:1.7;margin-bottom:1.5rem}.features-list{list-style:none;margin:0;padding:0}.features-list li{align-items:flex-start;color:#666;display:flex;gap:.75rem;margin-bottom:.75rem}.features-list i{color:#00b4d8;flex-shrink:0;margin-top:.2rem}.syllabus-timeline{padding-left:2rem;position:relative}.syllabus-timeline:before{background:linear-gradient(180deg,#00b4d8,#0000);bottom:0;content:"";left:0;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:1.5rem}.timeline-marker{background:#00b4d8;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #00b4d833;height:12px;left:-2rem;position:absolute;top:.5rem;width:12px}.timeline-content h5{color:#000;font-size:1rem;font-weight:600;margin-bottom:.25rem}.timeline-content p{color:#666;font-size:.9rem;margin:0}.career-roles{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.role-tag{background:linear-gradient(135deg,#000,#222);border-radius:20px;color:#fff;font-size:.85rem;font-weight:500;padding:.4rem 1rem}.enrollment-section{display:flex;flex-wrap:wrap;gap:1rem}.brochure-btn,.enroll-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}.enroll-btn{background:linear-gradient(135deg,#00b4d8,#0077b6);box-shadow:0 5px 15px #00b4d833;color:#fff}.enroll-btn:hover{box-shadow:0 8px 20px #00b4d84d;transform:translateY(-3px)}.brochure-btn{background:#0000;border:2px solid #000;color:#000}.brochure-btn:hover{background:#000;color:#fff;transform:translateY(-3px)}.projects-section{background:linear-gradient(135deg,#000,#111);padding:5rem 0}.projects-section .section-subtitle,.projects-section .section-title{color:#fff}.projects-section .section-title:after{background:linear-gradient(90deg,#00b4d8,#0000)}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.project-card{animation:fadeUp .6s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000;border:0 solid;border-radius:12px;opacity:0;padding:2rem;transform:translateY(20px);transition:all .4s ease}.project-card:hover{background:#ffffff14;border-color:#00b4d84d;transform:translateY(-10px)}.project-number{color:#00d5ff4d;font-size:3rem;font-weight:800;line-height:1;margin-bottom:1rem}.project-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.project-tech{align-items:center;color:#00b4d8;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-bottom:1rem}.project-desc{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.project-features{display:flex;flex-direction:column;gap:.5rem}.project-features span{align-items:center;color:#fffc;display:flex;font-size:.85rem;gap:.5rem}.project-features i{color:#00b4d8;font-size:.8rem}.internship-section{background:#f8f9fa;padding:5rem 0}.timeline{margin:3rem auto 0}.timeline:before{background:linear-gradient(180deg,#00b4d8,#0000);bottom:0;width:2px}.timeline-step{animation:fadeUp .6s ease-out forwards;margin-bottom:3rem;opacity:0;position:relative;transform:translateY(20px)}.timeline-step:nth-child(odd){padding-right:calc(50% + 2rem);text-align:right}.timeline-step:nth-child(2n){padding-left:calc(50% + 2rem);text-align:left}.step-circle{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);border-radius:50%;box-shadow:0 10px 25px #00b4d84d;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:60px;justify-content:center;left:50%;position:absolute;top:0;transform:translateX(-50%);width:60px;z-index:2}.step-content{background:#fff;border:1px solid #0000000d;border-radius:12px;box-shadow:0 10px 30px #00000014;padding:1.5rem}.step-title{font-size:1.3rem;font-weight:600}.step-month{color:#00b4d8;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:.75rem;text-transform:uppercase}.step-desc{font-size:.95rem;margin:0}.comparison-section{background:#fff;padding:5rem 0}.comparison-table{background:#fff;border:1px solid #0000000d;border-radius:12px;box-shadow:0 10px 40px #0000001a;margin:3rem auto;max-width:900px;overflow:hidden}.table-header{background:linear-gradient(135deg,#000,#222);color:#fff;display:grid;font-weight:600;grid-template-columns:2fr 1fr 1fr 1fr;letter-spacing:1px;text-transform:uppercase}.table-cell{border-right:1px solid #ffffff1a;padding:1.5rem;text-align:center}.table-cell.feature{color:#fff;text-align:left}.table-cell:last-child{border-right:none}.table-row{border-bottom:1px solid #0000000d;color:#fff;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;transition:background .3s ease}.table-row:hover{background:#00b4d805}.table-row:last-child{border-bottom:none}.table-row .table-cell{color:#fff;padding:1.25rem 1.5rem}.table-row .table-cell.feature{color:#fff;font-weight:500}.table-row i{color:#00b4d8;font-size:1.2rem}.cta-section{margin-top:3rem;text-align:center}.cta-button{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);border-radius:8px;box-shadow:0 8px 25px #00b4d84d;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:linear-gradient(135deg,#0077b6,#00b4d8);box-shadow:0 15px 35px #00b4d866;transform:translateY(-5px)}@media screen and (max-width:1024px){.hero-title{font-size:3.5rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.course-header{align-items:flex-start;flex-direction:column;gap:1rem}.course-meta{justify-content:flex-start;width:100%}.timeline:before{left:30px}.timeline-step:nth-child(2n),.timeline-step:nth-child(odd){padding-left:80px;padding-right:0;text-align:left}.step-circle{left:30px;transform:translateX(0)}}@media screen and (max-width:768px){.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.1rem}.hero-stats{flex-direction:column;gap:2rem}.section-title{font-size:2.5rem}.categories-grid{grid-template-columns:repeat(2,1fr)}.course-meta{flex-direction:column;gap:.75rem}.details-grid,.projects-grid,.table-header,.table-row{grid-template-columns:1fr}.table-cell{display:none}.table-cell.feature{background:#00000005;border-bottom:1px solid #0000000d;display:block;font-weight:600;text-align:center}.table-row{padding-left:120px;position:relative}.table-row .table-cell{color:#fff;display:block;padding-left:0;position:relative;text-align:left}.table-row .table-cell:before{color:#fff;content:attr(data-label);font-weight:600;left:-120px;padding-right:1rem;position:absolute;text-align:right;width:100px}}@media screen and (max-width:480px){.hero-title{font-size:2.2rem}.section-title{font-size:2rem}.categories-grid{grid-template-columns:1fr}.course-item{padding:1.5rem}.course-summary{padding:0}.timeline-step{margin-bottom:2rem}.timeline-step:nth-child(2n),.timeline-step:nth-child(odd){padding-left:60px}.step-circle{height:50px;left:15px;width:50px}}.comparison-section{background:#000;color:#fff;overflow:hidden;padding:6rem 0;position:relative}.comparison-section:before{background:radial-gradient(circle at 70% 30%,#00b4d80d 0,#0000 60%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.comparison-section .section-title{color:#fff}.comparison-section .section-title:after{background:linear-gradient(90deg,#00b4d8,#0000)}.comparison-section .section-subtitle{color:#ffffffb3}.quick-compare-section{margin-bottom:3rem;text-align:center}.quick-compare-section h3{color:#ffffffe6;display:inline-block;font-size:1.5rem;font-weight:600;margin-bottom:2rem;position:relative}.quick-compare-section h3:after{background:linear-gradient(90deg,#00b4d8,#0000);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.quick-compare-buttons{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.quick-compare-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;min-width:180px;overflow:hidden;padding:2rem 2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.quick-compare-btn:before{background:linear-gradient(90deg,#00b4d8,#0077b6);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.quick-compare-btn:hover:before{transform:scaleX(1)}.quick-compare-btn i{color:#00b4d8;font-size:2rem;margin-bottom:1rem;transition:all .3s ease}.quick-compare-btn:hover i{color:#00b4d8;transform:scale(1.1)}.quick-compare-btn span{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.quick-compare-btn small{color:#fff9;font-size:.85rem}.quick-compare-btn:hover{background:#ffffff0d;border-color:#00b4d880;box-shadow:0 20px 40px #00b4d826;transform:translateY(-8px)}.comparison-selector-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;margin:3rem 0;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.comparison-selector-section:hover{border-color:#00b4d84d;box-shadow:0 15px 40px #00b4d81a}.selector-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.selector-header h3{align-items:center;color:#fff;display:flex;font-size:1.5rem;gap:.75rem}.selector-header h3 i{color:#00b4d8;font-size:1.5rem}.selection-count{background:linear-gradient(135deg,#00b4d8,#0077b6);border-radius:30px;box-shadow:0 5px 15px #00b4d833;color:#fff;font-size:.95rem;font-weight:600;padding:.5rem 1.5rem}.selected-courses-list{background:#00b4d80d;border:1px solid #00b4d81a;border-radius:16px;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;min-height:60px;padding:1rem}.selected-course-badge{align-items:center;animation:slideInRight .4s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:.75rem;padding:.75rem 1.25rem;transition:all .3s ease}.selected-course-badge:hover{box-shadow:0 10px 20px #00b4d826;transform:translateY(-3px)}.badge-title{color:#fff;font-weight:500}.badge-remove{align-items:center;background:none;border:none;border-radius:50%;color:#ffffff80;cursor:pointer;display:flex;height:24px;justify-content:center;padding:.25rem;transition:all .3s ease;width:24px}.badge-remove:hover{background:#ff6b6b33;color:#ff6b6b;transform:rotate(90deg)}.no-selection{color:#fff6;font-style:italic;text-align:center;width:100%}.comparison-course-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:2.5rem}.comparison-course-card{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;cursor:pointer;display:flex;gap:1.25rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.comparison-course-card:before{background:linear-gradient(135deg,#00b4d80d,#0000);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%}.comparison-course-card:hover:before{opacity:1}.comparison-course-card:hover{border-color:#00b4d880;box-shadow:0 15px 30px #00b4d826;transform:translateY(-5px)}.comparison-course-card.selected{background:#00b4d814;border-color:#00b4d8;box-shadow:0 10px 25px #00b4d833}.card-checkbox{color:#00b4d8;font-size:1.5rem;transition:all .3s ease}.comparison-course-card.selected .card-checkbox{animation:checkPop .3s ease}@keyframes checkPop{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.card-checkbox .fa-check-circle{color:#00b4d8}.card-checkbox .fa-circle{color:#fff3}.card-content{flex:1 1}.card-content h4{color:#fff;font-size:1.1rem;line-height:1.4;margin-bottom:.75rem}.card-meta{color:#fff9;display:flex;font-size:.85rem;gap:1.25rem;margin-bottom:.75rem}.card-meta i{color:#00b4d8;margin-right:.25rem}.card-category{background:linear-gradient(135deg,#00b4d8,#0077b6);border-radius:30px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.3rem 1rem;text-transform:uppercase}.comparison-actions{display:flex;gap:1.5rem;justify-content:center}.compare-now-btn{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);border:none;border-radius:50px;box-shadow:0 10px 25px #00b4d84d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;overflow:hidden;padding:1rem 2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.compare-now-btn:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .5s,height .5s;width:0}.compare-now-btn:hover:before{height:300px;width:300px}.compare-now-btn:hover:not(:disabled){box-shadow:0 20px 40px #00b4d866;transform:translateY(-5px)}.compare-now-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.5}.clear-selection-btn{background:#0000;border:1px solid #fff3;border-radius:50px;color:#fffc;cursor:pointer;font-weight:500;padding:1rem 2rem;transition:all .3s ease}.clear-selection-btn:hover:not(:disabled){background:#ffffff0d;border-color:#ff6b6b80;color:#ff6b6b;transform:translateY(-3px)}.clear-selection-btn:disabled{cursor:not-allowed;opacity:.4}.comparison-modal-overlay{align-items:center;animation:fadeIn .4s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;bottom:0;display:flex;justify-content:center;left:0;padding:1.5rem;position:fixed;right:0;top:0;z-index:10000}.comparison-modal{animation:slideUp .5s cubic-bezier(.4,0,.2,1);background:#111;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 30px 60px #00000080;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;width:100%}.modal-header{border-bottom:1px solid #ffffff1a;padding:2rem 2.5rem}.modal-header h2{color:#fff;font-size:1.8rem;gap:1rem}.modal-header h2 i{color:#00b4d8;font-size:1.8rem}.modal-close{color:#fff9;height:45px;padding:.5rem;width:45px}.modal-close:hover{background:#ffffff1a;color:#fff}.modal-body{overflow-y:auto;padding:2rem 2.5rem}.comparison-table-wrapper{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;overflow-x:auto}.comparison-table{background:#1a1a1a;border-collapse:collapse;min-width:600px;width:100%}.comparison-table td,.comparison-table th{border-bottom:1px solid #ffffff1a;color:#ffffffe6;padding:1.25rem;text-align:left;vertical-align:top}.comparison-table th{background:#222;border-bottom:2px solid #00b4d880;color:#fff;font-size:1rem;font-weight:600;text-align:center}.comparison-table td{background:#1a1a1a}.comparison-table tr:hover td{background:#252525}.comparison-table .feature-label{background:#1e1e1e;border-right:1px solid #ffffff1a;color:#fff;font-weight:600;white-space:nowrap}.comparison-table .feature-label i{color:#00b4d8;margin-right:.75rem;width:20px}.table-course-header{background:#222;border-top:4px solid #00b4d8;padding-top:1rem;text-align:center}.table-course-title{color:#fff;display:block;font-weight:600;margin-bottom:.5rem}.table-course-category{background:linear-gradient(135deg,#00b4d8,#0077b6);border-radius:30px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.3rem 1rem;text-transform:uppercase}.highlight-value{color:#00b4d8;font-size:1.3rem;font-weight:700}.price-cell{color:#fff;font-weight:600}.description-cell{color:#fffc;line-height:1.6;max-width:250px}.comparison-features-list{list-style:none;margin:0;padding:0}.comparison-features-list li{color:#fffc;font-size:.9rem;padding:.35rem 0}.comparison-features-list li i{color:#4caf50;margin-right:.75rem}.more-features{color:#00b4d8!important;font-weight:500;margin-top:.75rem}.comparison-table tbody tr:nth-child(2n) td{background-color:#1d1d1d}.comparison-table tbody tr:nth-child(2n) td:first-child{background-color:#222}.comparison-table tbody tr:hover td:first-child{background-color:#282828}.comparison-table,.comparison-table tbody,.comparison-table td,.comparison-table th,.comparison-table thead,.comparison-table tr{background-color:#1a1a1a}.comparison-table thead th,.comparison-table thead tr{background-color:#222}.comparison-table tbody tr td:first-child{background-color:#1e1e1e}.modal-body::-webkit-scrollbar{height:8px;width:8px}.modal-body::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}.modal-body::-webkit-scrollbar-thumb{background:#00b4d84d;border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:#00b4d880}.comparison-table-wrapper::-webkit-scrollbar{height:8px;width:8px}.comparison-table-wrapper::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}.comparison-table-wrapper::-webkit-scrollbar-thumb{background:#00b4d84d;border-radius:4px}.comparison-table-wrapper::-webkit-scrollbar-thumb:hover{background:#00b4d880}.modal-footer{border-top:1px solid #ffffff1a;gap:1.5rem;padding:2rem 2.5rem}.download-comparison-btn{background:#0000;border:1px solid #00b4d880;border-radius:50px;color:#00b4d8;cursor:pointer;font-weight:500;padding:.875rem 2rem;transition:all .3s ease}.download-comparison-btn:hover{background:#00b4d81a;border-color:#00b4d8;transform:translateY(-3px)}.consultation-btn{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);border:none;border-radius:50px;box-shadow:0 10px 25px #00b4d84d;color:#fff;display:inline-flex;font-weight:600;gap:.75rem;padding:.875rem 2.5rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.consultation-btn:hover{box-shadow:0 20px 40px #00b4d866;transform:translateY(-5px)}.static-comparison{margin-top:3rem}.static-comparison h3{color:#ffffffe6;font-size:1.3rem;margin-bottom:1.5rem;text-align:center}.static-table{opacity:.85}.static-table .comparison-table{background:#1a1a1a}.static-table .comparison-table th{background:#222;color:#fff}.static-table .comparison-table td{background:#1a1a1a;color:#fffc}.static-table .comparison-table .feature-label{background:#1e1e1e;color:#fff}.comparison-note{color:#fff9;font-size:.95rem;margin-top:1.5rem;text-align:center}.comparison-note i{color:#00b4d8;margin-right:.5rem}@media screen and (max-width:1024px){.comparison-section{padding:5rem 0}.comparison-selector-section{padding:2rem}.comparison-course-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.modal-body,.modal-footer,.modal-header{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (max-width:768px){.comparison-section{padding:4rem 0}.quick-compare-buttons{flex-direction:column;gap:1rem}.quick-compare-btn{padding:1.5rem;width:100%}.comparison-selector-section{padding:1.5rem}.selector-header{align-items:flex-start;flex-direction:column}.comparison-course-grid{grid-template-columns:1fr}.comparison-actions{flex-direction:column}.clear-selection-btn,.compare-now-btn{justify-content:center;width:100%}.modal-header{padding:1.5rem}.modal-header h2{font-size:1.5rem}.modal-body,.modal-footer{padding:1.5rem}.modal-footer{flex-direction:column}.consultation-btn,.download-comparison-btn{justify-content:center;width:100%}.comparison-table td,.comparison-table th{font-size:.9rem;padding:.875rem}}@media screen and (max-width:480px){.comparison-section{padding:3rem 0}.quick-compare-section h3,.selector-header h3{font-size:1.25rem}.selection-count{font-size:.85rem;padding:.4rem 1rem}.selected-course-badge{padding:.6rem 1rem;width:100%}.comparison-course-card{padding:1.25rem}.modal-header h2{font-size:1.3rem}.modal-close{font-size:1.2rem;height:40px;width:40px}.table-course-title{font-size:.9rem}}.about{overflow:hidden;width:100%}.about-hero{background:linear-gradient(#000000b3,#000000b3),url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);background-attachment:fixed;background-position:50%;background-size:cover;height:70vh;min-height:500px;position:relative}.about-hero,.hero-overlay{align-items:center;display:flex;justify-content:center}.hero-overlay{height:100%;width:100%}.hero-content{color:#fff;padding:2rem;text-align:center}.hero-title{animation:fadeInUp 1s ease-out;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.title-line{display:block}.highlight:after{background:#00b4d84d}.hero-subtitle{animation:fadeInUp 1s ease-out .3s both;color:#ffffffe6;font-size:1.5rem;margin-bottom:3rem;opacity:0}.hero-stats{animation:fadeInUp 1s ease-out .6s both;display:flex;gap:4rem;justify-content:center;margin-top:3rem;opacity:0}.stat{align-items:center;display:flex;flex-direction:column}.stat-number{font-weight:700}.stat-label{color:#fffc;font-size:1.2rem;letter-spacing:2px;text-transform:uppercase}.about-intro{background:linear-gradient(180deg,#f8f9fa,#fff);padding:8rem 0}.intro-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.intro-content{animation:slideInLeft .8s ease-out forwards;opacity:0}.intro-text{margin-bottom:2rem}.intro-text p{color:#444;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.mission-vision{grid-gap:2rem;display:grid;gap:2rem;margin-top:3rem}.mission,.vision{background:#fff;border-left:4px solid #00b4d8;border-radius:12px;box-shadow:0 10px 30px #00000014;padding:2rem}.mission h3,.vision h3{align-items:center;color:#000;display:flex;font-size:1.5rem;gap:.75rem;margin-bottom:1rem}.mission h3 i,.vision h3 i{color:#00b4d8}.mission p,.vision p{color:#666;line-height:1.6}.intro-visual{animation:slideInRight .8s ease-out .3s forwards;opacity:0}.logo-display{align-items:center;display:flex;flex-direction:column;gap:2rem}.about-logo-animation{height:250px;margin:0 auto;width:250px}.about-logo-animation,.about-logo-circle{align-items:center;display:flex;justify-content:center;position:relative}.about-logo-circle{animation:pulse 2s infinite;background:linear-gradient(135deg,#00b4d8,#0077b6);border-radius:50%;box-shadow:0 15px 35px #00b4d84d;height:150px;overflow:hidden;width:150px;z-index:2}.about-logo-image{display:block;height:100%;object-fit:cover;width:100%}.about-ring{border:2px solid #00b4d84d;border-radius:50%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.about-ring-1{animation:ripple 3s infinite;height:200px;width:200px}.about-ring-2{animation:ripple 3s .5s infinite;height:250px;width:250px}.about-ring-3{animation:ripple 3s 1s infinite;height:300px;width:300px}@keyframes pulse{0%,to{box-shadow:0 15px 35px #00b4d84d;transform:scale(1)}50%{box-shadow:0 20px 40px #00b4d866;transform:scale(1.05)}}@keyframes ripple{0%{opacity:.8;transform:translate(-50%,-50%) scale(.8)}to{opacity:0;transform:translate(-50%,-50%) scale(1.2)}}.logo-details{text-align:center}.logo-details h3{color:#000;font-size:2rem;margin-bottom:.5rem}.logo-details p{color:#666;font-size:1.1rem}.values-section{background:#000;color:#fff;padding:8rem 0}.values-section .section-subtitle,.values-section .section-title{color:#fff}.values-section .section-title:after{background:linear-gradient(90deg,#00b4d8,#0000)}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.value-card{animation:fadeUp .6s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;opacity:0;padding:2.5rem 2rem;text-align:center;transform:translateY(20px);transition:all .4s ease}.value-card:hover{background:#00b4d80d;border-color:#00b4d8;transform:translateY(-10px)}.value-icon{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.value-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.value-desc{color:#ffffffb3;font-size:.95rem;line-height:1.6}.story-section{background:linear-gradient(180deg,#fff,#f8f9fa);padding:8rem 0}.timeline{margin:4rem auto 0;max-width:800px;padding:2rem 0;position:relative}.timeline:before{background:linear-gradient(180deg,#00b4d8,#00b4d833);content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:4px}.timeline-item{animation:fadeIn .6s ease-out forwards;margin-bottom:4rem;opacity:0;position:relative}.timeline-content{align-items:center;display:flex;gap:2rem;position:relative}.timeline-item.left .timeline-content{flex-direction:row}.timeline-item.right .timeline-content{flex-direction:row-reverse}.timeline-year{color:#00b4d8;flex-shrink:0;font-size:1.5rem;font-weight:700;padding:0 1rem;text-align:center;width:120px}.timeline-card{background:#fff;border:1px solid #0000000d;border-radius:12px;box-shadow:0 10px 30px #00000014;flex:1 1;padding:2rem;transition:all .3s ease}.timeline-card:hover{border-color:#00b4d8;box-shadow:0 15px 40px #0000001f;transform:translateY(-5px)}.timeline-card h3{color:#000;font-size:1.25rem;margin-bottom:.75rem}.timeline-card p{color:#666;line-height:1.6}.timeline-dot{background:#00b4d8;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #00b4d84d;height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px;z-index:2}.leadership-section{background:#000;padding:6rem 0}.leadership-section .section-subtitle,.leadership-section .section-title{color:#fff}.leadership-section .section-title:after{background:linear-gradient(90deg,#00b4d8,#0000)}.leadership-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:3rem}.leader-card{animation:fadeUp .6s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;opacity:0;overflow:hidden;transform:translateY(20px);transition:all .3s ease}.leader-card:hover{border-color:#00b4d8;box-shadow:0 10px 25px #00b4d81a;transform:translateY(-5px)}.leader-image-container{aspect-ratio:1/1;overflow:hidden;position:relative}.leader-image,.leader-image-container{background:linear-gradient(135deg,#00b4d8,#0077b6);width:100%}.leader-image{align-items:center;display:flex;height:100%;justify-content:center}.leader-photo{display:block;height:100%;object-fit:cover;object-position:center top;width:100%}.image-placeholder{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50%;color:#fff;font-size:2rem;font-weight:700;height:80px;width:80px}.image-overlay,.image-placeholder{align-items:center;display:flex;justify-content:center}.image-overlay{background:#0009;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.leader-card:hover .image-overlay{opacity:1}.social-links{display:flex;gap:.8rem}.social-link{align-items:center;background:#00b4d8;border-radius:50%;color:#fff;display:flex;font-size:.9rem;height:35px;justify-content:center;text-decoration:none;transition:all .3s ease;width:35px}.social-link:hover{background:#fff;color:#00b4d8;transform:translateY(-3px)}.leader-info{color:#fff;padding:1.2rem}.leader-name{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:.3rem}.leader-position{color:#00b4d8;font-size:.85rem;font-weight:500;margin-bottom:.8rem}.leader-experience{align-items:center;color:#ffffffb3;display:flex;font-size:.8rem;gap:.4rem;margin-bottom:.8rem}.leader-experience i{color:#00b4d8;font-size:.7rem}.leader-desc{color:#ffffffb3;font-size:.85rem;line-height:1.5}@media (max-width:768px){.leadership-section{padding:4rem 0}.leadership-grid{gap:1rem}.leader-info{padding:1rem}.leader-name{font-size:1.1rem}.leader-desc{font-size:.8rem}}.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #00b4d81a;border-radius:50%;border-top-color:#00b4d8;height:50px;margin-bottom:1rem;width:50px}.error-message,.loading-container p{color:#fffc;font-size:1.1rem}.error-message{color:#ff6b6b}.facilities-section{background:linear-gradient(180deg,#f8f9fa,#fff);padding:8rem 0}.facilities-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.facility-card{animation:fadeUp .6s ease-out forwards;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;opacity:0;padding:2.5rem 2rem;text-align:center;transform:translateY(20px);transition:all .4s ease}.facility-card:hover{box-shadow:0 20px 40px #0000001f;transform:translateY(-10px)}.facility-icon{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.facility-card h3{color:#000;font-size:1.5rem;margin-bottom:1rem}.facility-card p{color:#666;font-size:.95rem;line-height:1.6}.about-cta{background:linear-gradient(135deg,#000,#111);padding:8rem 0;text-align:center}.cta-content{color:#fff;max-width:700px}.cta-content h2{font-weight:700;margin-bottom:1.5rem}.cta-content p{line-height:1.6}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;outline:none;padding:1rem 2rem;transition:all .3s ease}.btn-primary{box-shadow:0 8px 25px #00b4d84d}.btn-primary:hover{box-shadow:0 15px 35px #00b4d866}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;box-shadow:0 8px 20px #fff3;color:#000;transform:translateY(-3px)}@media screen and (max-width:1024px){.hero-title{font-size:3rem}.intro-grid{gap:3rem;grid-template-columns:1fr}.timeline:before{left:40px}.timeline-content{flex-direction:row!important;padding-left:60px}.timeline-year{left:60px;position:absolute;text-align:left;top:-30px;width:auto}.timeline-dot{left:40px;transform:translateY(-50%)}.section-title{font-size:2.5rem}.about-logo-animation{height:220px;width:220px}.about-logo-circle{height:130px;width:130px}.about-ring-1{height:180px;width:180px}.about-ring-2{height:230px;width:230px}.about-ring-3{height:280px;width:280px}}@media screen and (max-width:768px){.about-hero{height:60vh;min-height:400px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-stats{flex-wrap:wrap;gap:2rem}.stat-number{font-size:2.5rem}.facilities-grid,.leadership-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.cta-content h2{font-size:2.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.cta-buttons{align-items:center;flex-direction:column}.btn-primary,.btn-secondary{justify-content:center;max-width:300px;width:100%}.about-logo-animation{height:200px;width:200px}.about-logo-circle{height:120px;width:120px}.about-ring-1{height:160px;width:160px}.about-ring-2{height:200px;width:200px}.about-ring-3{height:240px;width:240px}.leader-image{height:240px}.image-placeholder{font-size:2.5rem;height:100px;width:100px}}@media screen and (max-width:480px){.about-hero{height:50vh;min-height:350px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.stat-number{font-size:2rem}.stat-label{font-size:1rem}.facilities-grid,.leadership-grid,.values-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-content p{font-size:1rem}.mission,.vision{padding:1.5rem}.about-logo-animation{height:180px;width:180px}.about-logo-circle{height:100px;width:100px}.about-ring-1{height:140px;width:140px}.about-ring-2{height:170px;width:170px}.about-ring-3{height:200px;width:200px}.leader-image{height:220px}.image-placeholder{font-size:2rem;height:90px;width:90px}.leader-info{padding:1.5rem}.leader-name{font-size:1.25rem}}.placement{overflow:hidden;width:100%}.placement-hero{background:linear-gradient(135deg,#0f172a,#1e293b);min-height:100vh;padding:6rem 2rem}.hero-bg-elements{inset:0;overflow:hidden;pointer-events:none;position:absolute}.gradient-orb{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.3;position:absolute}.orb-1{animation-delay:0s;background:radial-gradient(circle,#3b82f6,#1e3a8a);height:500px;right:-250px;top:-250px;width:500px}.orb-2{animation-delay:-5s;background:radial-gradient(circle,#8b5cf6,#4c1d95);bottom:-200px;height:400px;left:-200px;width:400px}.orb-3{animation-delay:-10s;background:radial-gradient(circle,#06b6d4,#164e63);height:300px;left:50%;top:50%;transform:translate(-50%,-50%);width:300px}.hero-container{margin:0 auto;max-width:1400px;position:relative;width:100%;z-index:2}.hero-grid{align-items:center;gap:4rem;grid-template-columns:1fr .9fr}.trust-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:100px;display:inline-flex;gap:.75rem;margin-bottom:2rem;padding:.5rem 1rem}.badge-icon{background:linear-gradient(135deg,#3b82f6,#8b5cf6);height:32px;width:32px}.badge-rating{align-items:center;border-left:1px solid #ffffff4d;display:flex;gap:.25rem;margin-left:.5rem;padding-left:.5rem}.badge-rating i{color:#fbbf24;font-size:.875rem}.hero-heading{margin-bottom:1.5rem}.hero-heading h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.2;margin:0}.text-gradient{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;background-clip:text;color:#0000}.dream-text{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;position:relative}.cursor-blink{animation:blink 1s infinite;color:#3b82f6}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.heading-accent{align-items:center;display:flex;gap:1rem;margin-top:1rem}.accent-line{background:linear-gradient(90deg,#3b82f6,#0000);flex:1 1;height:2px}.heading-accent i{color:#3b82f6;font-size:1.25rem}.hero-description{color:#cbd5e1;font-size:1.125rem;line-height:1.6;margin-bottom:2rem;max-width:500px}.hero-description strong{color:#fbbf24}.stats-grid{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;display:flex;margin-bottom:2rem;padding:1.5rem}.stat-card-modern{align-items:center;display:flex;flex:1 1;gap:1rem;position:relative}.stat-icon-wrapper{align-items:center;background:#3b82f633;border-radius:12px;color:#3b82f6;display:flex;font-size:1.5rem;height:48px;justify-content:center;width:48px}.stat-info{flex:1 1}.stat-value-modern{color:#fff;font-size:1.5rem;font-weight:700;line-height:1.2}.stat-label-modern{color:#94a3b8;font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.stat-separator{background:#ffffff1a;height:40px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.stat-card-modern:last-child .stat-separator{display:none}.cta-group{display:flex;gap:1rem;margin-bottom:2rem}.btn-primary-modern{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.btn-primary-modern:hover{box-shadow:0 10px 25px -5px #3b82f666;gap:.75rem;transform:translateY(-2px)}.btn-secondary-modern{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.75rem;padding:1rem 1.5rem;transition:all .3s ease}.btn-secondary-modern:hover{background:#fff3;transform:translateY(-2px)}.play-icon{background:#fff;border-radius:50%;color:#2563eb;font-size:.75rem;height:32px;justify-content:center;width:32px}.play-icon,.trust-indicators{align-items:center;display:flex}.trust-indicators{flex-wrap:wrap;gap:1rem}.trust-item{align-items:center;color:#94a3b8;display:flex;font-size:.875rem;gap:.5rem}.trust-item i{color:#10b981;font-size:.875rem}.trust-divider{background:#475569;border-radius:50%;height:4px;width:4px}.hero-visual{min-height:500px;position:relative}.floating-card{animation:floatCard 6s ease-in-out infinite;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:1.25rem;position:absolute}.success-card{animation-delay:0s;right:0;top:0;width:240px}.companies-card{animation-delay:-2s;bottom:0;left:0;width:260px}.testimonial-card{animation-delay:-4s;left:50%;top:50%;transform:translate(-50%,-50%);width:280px}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.card-header{align-items:center;color:#94a3b8;display:flex;font-size:.75rem;gap:.5rem;margin-bottom:.75rem}.card-value{color:#fbbf24;font-size:2rem;font-weight:700;margin-bottom:.5rem}.card-progress{background:#ffffff1a;border-radius:10px;height:4px;margin-bottom:.5rem;overflow:hidden}.progress-bar{animation:progressFill 1.5s ease-out;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:10px;height:100%}@keyframes progressFill{0%{width:0}}.card-footer{align-items:center;color:#10b981;display:flex;font-size:.75rem;gap:.5rem}.company-logos{display:flex;flex-wrap:wrap;gap:.5rem}.company-tag{background:#ffffff1a;border-radius:8px;color:#fff;font-size:.75rem;padding:.25rem .75rem}.quote-icon{color:#3b82f6;margin-bottom:.5rem}.testimonial-text{color:#fff;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.student-info{gap:.75rem}.student-avatar,.student-info{align-items:center;display:flex}.student-avatar{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;color:#fff;font-size:.875rem;height:32px;justify-content:center;width:32px}.student-details{display:flex;flex-direction:column}.student-name{font-size:.875rem;font-weight:600}.scroll-indicator,.student-role{color:#94a3b8;font-size:.75rem}.scroll-indicator{align-items:center;animation:bounce 2s infinite;bottom:2rem;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%)}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(10px)}}@media (max-width:1024px){.hero-grid{gap:3rem;grid-template-columns:1fr}.hero-visual{display:none;min-height:400px}.stats-grid{flex-direction:column;gap:1rem}.stat-separator{display:none}.stat-card-modern{padding:.5rem 0}}@media (max-width:768px){.placement-hero{padding:4rem 1rem}.cta-group,.trust-indicators{flex-direction:column}.trust-indicators{align-items:flex-start}.trust-divider{display:none}}.section-header{margin-bottom:4rem}.section-title{font-size:3rem}.section-title:after{background:linear-gradient(90deg,#00b4d8,#0000);width:100px}.section-subtitle{font-size:1.2rem;line-height:1.6}.recruiters-section{background:linear-gradient(180deg,#f8f9fa,#fff);padding:6rem 0}.recruiters-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.company-card{border-radius:16px;box-shadow:0 10px 30px #00000014;padding:2rem 1.5rem}.company-card:hover{box-shadow:0 20px 40px #0000001f}.company-logo-large{align-items:center;border-radius:16px;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 1.5rem;overflow:hidden;position:relative;width:80px}.logo-glow{background:radial-gradient(circle,#ffffff4d 0,#0000 70%);height:100%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease;width:100%}.company-card:hover .logo-glow{opacity:1}.company-name{color:#000;font-size:1.1rem;margin:0}.stats-banner{background:linear-gradient(135deg,#000,#222);border-radius:20px;margin-top:4rem;overflow:hidden;padding:3rem;position:relative}.stats-banner:before{background:radial-gradient(circle at 20% 80%,#00b4d833 0,#0000 50%),radial-gradient(circle at 80% 20%,#00b4d81a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.stats-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));position:relative;z-index:2}.stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;text-align:center;transition:transform .3s ease}.stat-item:hover{background:#ffffff14;transform:translateY(-5px)}.stat-number{color:#00b4d8;font-size:3.5rem;font-weight:800;line-height:1;margin-bottom:.5rem}.stat-desc{color:#fffc;font-size:1.1rem;font-weight:500}.process-section{background:#fff;padding:6rem 0}.process-timeline{display:flex;flex-direction:column;gap:2rem;margin:3rem 0}.process-step{animation:slideIn .6s ease-out forwards;background:#fff;border:2px solid #0000000d;border-radius:20px;cursor:pointer;opacity:0;padding:2.5rem;transform:translateX(-20px);transition:all .4s cubic-bezier(.4,0,.2,1)}.process-step:hover{border-color:#00b4d8;box-shadow:0 15px 40px #00b4d81a;transform:translateX(10px)}.process-step.active{background:linear-gradient(135deg,#00b4d80d,#fff);border-color:#00b4d8}.step-number{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);border-radius:50%;box-shadow:0 8px 20px #00b4d84d;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;margin-bottom:.3rem;width:50px}.step-content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:auto 1fr}.step-icon{align-items:center;background:#00b4d81a;border-radius:16px;color:#00b4d8;display:flex;font-size:1.5rem;height:60px;justify-content:center;width:60px}.step-title{color:#000;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.step-desc{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.step-details{grid-column:1/-1;margin-top:1rem}.step-details ul{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));list-style:none;margin:0;padding:0}.step-details li{align-items:center;color:#555;display:flex;font-size:.95rem;gap:.75rem}.step-details li i{color:#00b4d8;font-size:.9rem}.process-visual{margin-top:4rem;position:relative}.process-line{display:flex;justify-content:space-between;margin-bottom:2rem;position:relative}.line-dot{background:#0000001a;border-radius:50%;cursor:pointer;height:20px;position:relative;transition:all .3s ease;width:20px}.line-dot.active{background:#00b4d8;box-shadow:0 0 0 8px #00b4d833;transform:scale(1.3)}.dot-tooltip{background:#000;border-radius:8px;color:#fff;font-size:.9rem;font-weight:500;left:50%;opacity:0;padding:.5rem 1rem;pointer-events:none;position:absolute;top:-40px;transform:translateX(-50%);transition:opacity .3s ease;white-space:nowrap}.line-dot:hover .dot-tooltip{opacity:1}.process-progress{background:#0000001a;border-radius:3px;height:6px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#00b4d8,#0077b6);border-radius:3px;height:100%;transition:width .6s ease;width:0}.practices-section{background:linear-gradient(180deg,#f8f9fa,#fff);padding:6rem 0}.practices-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.practice-card{animation:fadeUp .6s ease-out forwards;background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 15px 40px #00000014;opacity:0;padding:2.5rem;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1)}.practice-card:hover{border-color:#00b4d8;box-shadow:0 25px 50px #0000001f;transform:translateY(-10px)}.practice-header{align-items:center;display:flex;gap:1.5rem;margin-bottom:1.5rem}.practice-icon{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);border-radius:16px;color:#fff;display:flex;flex-shrink:0;font-size:1.8rem;height:70px;justify-content:center;width:70px}.practice-title{color:#000;font-size:1.5rem;font-weight:700;margin:0}.practice-desc{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.practice-features{list-style:none;margin:0 0 2rem;padding:0}.practice-features li{align-items:center;color:#555;display:flex;font-size:.95rem;gap:.75rem;margin-bottom:.75rem}.practice-features li i{color:#00b4d8;font-size:.9rem}.practice-stats{border-top:1px solid #0000001a;display:flex;gap:2rem;padding-top:1.5rem}.practice-stats .stat{align-items:center;color:#666;display:flex;font-size:.9rem;gap:.5rem}.practice-stats .stat i{color:#00b4d8}.stories-section{background:#fff;padding:6rem 0}.stories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:3rem 0}.story-card{animation:fadeUp .6s ease-out forwards;background:#fff;border-radius:20px;box-shadow:0 15px 40px #00000014;opacity:0;overflow:hidden;transform:translateY(20px);transition:all .4s ease;width:500px}.story-card:hover{box-shadow:0 25px 50px #0000001f;transform:translateY(-10px)}.story-header{background:linear-gradient(135deg,#000,#222);gap:1.5rem;padding:2rem;position:relative}.story-header,.student-image{align-items:center;display:flex}.student-image{background:linear-gradient(135deg,#00b4d8,#0077b6);border-radius:50%;color:#fff;flex-shrink:0;font-size:1.8rem;font-weight:700;height:70px;justify-content:center;width:70px}.student-info{flex:1 1}.student-name{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.student-course{color:#fffc;font-size:1rem;margin:0}.placement-badge{align-items:center;background:#ffffff1a;border-radius:50%;color:#00b4d8;display:flex;font-size:1.5rem;height:50px;justify-content:center;width:50px}.story-content{padding:2rem}.placement-info{align-items:center;border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1.5rem}.company,.package{align-items:center;color:#000;display:flex;font-weight:600;gap:.75rem}.company i,.package i{color:#00b4d8}.student-quote{color:#666;font-size:1rem;font-style:italic;line-height:1.6;margin:0}.story-footer{background:#00b4d80d;border-top:1px solid #00b4d81a;padding:1.5rem 2rem}.achievement-tag{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);border-radius:20px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1.25rem}.testimonial-carousel{margin-top:4rem;overflow:hidden;position:relative}.carousel-track{animation:scrollTestimonials 30s linear infinite;display:flex;gap:2rem;padding:2rem 0}.carousel-track:hover{animation-play-state:paused}@keyframes scrollTestimonials{0%{transform:translateX(0)}to{transform:translateX(calc(-2000px - 8rem))}}.carousel-item{background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px;box-shadow:0 10px 30px #00000014;flex:0 0 500px;padding:3rem;position:relative}.quote-icon{align-items:center;background:#00b4d81a;border-radius:50%;color:#00b4d8;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.testimonial-text{color:#666;font-size:1.1rem;font-style:italic;line-height:1.8;margin-bottom:1.5rem}.testimonial-author{color:#000;font-size:1.1rem;font-weight:600}.placement-cta{background:linear-gradient(135deg,#000,#111 50%,#222);overflow:hidden;padding:6rem 0;position:relative}.placement-cta:before{background:radial-gradient(circle at 20% 80%,#00b4d833 0,#0000 50%),radial-gradient(circle at 80% 20%,#00b4d81a 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.cta-content{margin:0 auto;max-width:800px;text-align:center}.cta-title{color:#fff;font-size:3rem;font-weight:800;margin-bottom:1.5rem}.cta-subtitle{color:#ffffffe6;font-size:1.3rem;line-height:1.6}.cta-buttons,.cta-subtitle{margin-bottom:3rem}.btn-outline,.btn-primary{align-items:center;border:none;border-radius:10px;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;outline:none;padding:1.2rem 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary{background:linear-gradient(135deg,#00b4d8,#0077b6);box-shadow:0 10px 30px #00b4d84d;color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#0077b6,#00b4d8);box-shadow:0 20px 40px #00b4d866;transform:translateY(-5px)}.btn-outline{background:#0000;border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:#000;transform:translateY(-5px)}.cta-features{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin-top:3rem}.cta-features .feature{align-items:center;color:#fff;display:flex;font-weight:500;gap:.75rem}.cta-features .feature i{color:#00b4d8;font-size:1.2rem}@media screen and (max-width:1024px){.placement-hero{gap:3rem;padding:3rem 1rem;text-align:center}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem;max-width:100%}.stats-floating{justify-content:center}.section-title{font-size:2.5rem}}@media screen and (max-width:768px){.placement-hero{min-height:auto;padding:2rem 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.placement-visual{height:300px;width:300px}.center-circle{height:120px;width:120px}.center-circle i{font-size:2.5rem}.stats-floating{align-items:center;flex-direction:column}.stat-card{max-width:300px;width:100%}.step-content{gap:1rem;grid-template-columns:1fr}.step-icon{display:none}.cta-title{font-size:2.5rem}.cta-buttons{align-items:center;flex-direction:column}.btn-outline,.btn-primary{justify-content:center;max-width:300px;width:100%}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@media screen and (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.placement-visual{height:250px;width:250px}.company-logo{font-size:1rem;height:40px;width:40px}.recruiters-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.company-card{padding:1.5rem 1rem}.stats-container{grid-template-columns:1fr}.process-step{padding:1.5rem}.step-title{font-size:1.5rem}.practices-grid,.stories-grid{grid-template-columns:1fr}.carousel-item{flex:0 0 300px;padding:2rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.1rem}.cta-features{flex-direction:column;gap:1.5rem}}.recruiters-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:3rem 0;padding:1rem}.company-card{align-items:center;animation:fadeUp .6s ease-out forwards;background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 15px 35px #0000001a;display:flex;flex-direction:column;justify-content:center;min-height:250px;opacity:0;padding:2.5rem 1.5rem;text-align:center;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1)}.company-card:hover{border-color:#00b4d8;box-shadow:0 25px 45px #00000026;transform:translateY(-10px)}.company-logo-container{align-items:center;background:#fff;border-radius:16px;display:flex;height:140px;justify-content:center;margin:0 auto 1.5rem;padding:1.5rem;transition:all .3s ease;width:140px}.company-card:hover .company-logo-container{transform:scale(1.05)}.company-logo-image{filter:grayscale(0);height:auto;max-height:100%;max-width:100%;object-fit:contain;transition:filter .3s ease;width:auto}.company-card:hover .company-logo-image{filter:grayscale(0)}.company-name{color:#333;font-size:1.2rem;font-weight:600;margin:.5rem 0 0;transition:color .3s ease}.company-card:hover .company-name{color:#00b4d8}@media screen and (max-width:768px){.recruiters-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.company-card{min-height:200px;padding:2rem 1rem}.company-logo-container{height:120px;padding:1rem;width:120px}}@media screen and (max-width:480px){.recruiters-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.company-card{min-height:180px;padding:1.5rem .75rem}.company-logo-container{height:100px;padding:.75rem;width:100px}.company-name{font-size:1rem}}.center-circle,.company-logo,.hero-visual,.orbit-company,.orbit-ring,.placement-visual{display:none}.placement-hero{align-items:center;background:linear-gradient(135deg,#000,#111 50%,#222);display:flex;justify-content:flex-start;min-height:80vh;overflow:hidden;padding:4rem 2rem;position:relative}.hero-content{animation:slideInLeft 1s ease-out;margin:0;max-width:800px}.stats-floating{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem;max-width:800px}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-radius:50%;border-top-color:#4a90e2;height:50px;margin-bottom:20px;width:50px}.no-data{background:#f9f9f9;border-radius:12px;padding:60px 20px;text-align:center}.no-data i{color:#999;font-size:48px;margin-bottom:16px}.no-data p{color:#666;font-size:16px}.stats-loading{color:#666;padding:20px;text-align:center}.company-industry{background-color:#f0f0f0;border-radius:4px;color:#666;padding:4px 8px}.company-industry,.company-website{display:inline-block;font-size:12px;margin-top:8px}.company-website{color:#4a90e2;text-decoration:none}.company-website:hover{text-decoration:underline}.btn-outline,.btn-primary{cursor:pointer;transition:all .3s ease}.btn-primary:hover{box-shadow:0 5px 15px #0003;transform:translateY(-2px)}.btn-outline:hover{background:#4a90e21a;transform:translateY(-2px)}@media (max-width:768px){.recruiters-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.company-logo-container{height:80px;width:80px}.stats-container{gap:15px;grid-template-columns:repeat(2,1fr)}.hero-actions{flex-direction:column;width:100%}.hero-actions button{width:100%}}.contact{overflow:hidden;width:100%}:root{--primary-dark:#0077b6;--primary-medium:#0096c7;--primary-light:#00b4d8;--primary-soft:#48cae4;--primary-pale:#90e0ef;--dark-bg:#000;--dark-light:#111;--dark-lighter:#222;--light-bg:#f8f9fa;--white:#fff;--text-dark:#000;--text-gray:#666;--text-light:#fffc;--shadow-sm:0 10px 30px #00000014;--shadow-md:0 15px 35px #0000001a;--shadow-lg:0 20px 60px #0000001a;--shadow-primary:#00b4d84d;--gradient-primary:linear-gradient(135deg,var(--primary-light),var(--primary-dark));--gradient-dark:linear-gradient(135deg,var(--dark-bg),var(--dark-lighter))}section{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}section.visible{opacity:1;transform:translateY(0)}.section-header{margin-bottom:3rem;text-align:center}.section-title{color:#000;color:var(--text-dark);display:inline-block;font-weight:800}.section-title:after{background:linear-gradient(135deg,#00b4d8,#0077b6);background:var(--gradient-primary);border-radius:2px;height:4px}.section-subtitle{color:var(--text-gray);margin:0 auto;max-width:600px}.contact-hero{align-items:center;background-color:#000;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:6rem 2rem;position:relative;text-align:center}.contact-hero:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.contact-hero-content{animation:fadeInUp 1s ease-out;margin:0 auto;max-width:900px;position:relative;z-index:2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.contact-hero-title{color:#f8f9fa;color:var(--light-bg);font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 10px #0000004d}.highlight{color:#00b4d8;color:var(--primary-light);display:inline-block;position:relative}.highlight:after{background:#00b4d833;border-radius:4px;bottom:5px;content:"";height:8px;left:0;position:absolute;width:100%;z-index:-1}.contact-hero-subtitle{color:#fffc;color:var(--text-light);font-size:1.3rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px}.quick-response{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:3rem}.response-badge{align-items:center;animation:fadeIn .6s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;display:flex;gap:.75rem;opacity:0;padding:.75rem 1.5rem;transition:all .3s ease}.response-badge:hover{background:#00b4d826;border-color:#00b4d8;border-color:var(--primary-light);transform:translateY(-3px)}.badge-icon{align-items:center;border-radius:50%;color:#fff;color:var(--white);display:flex;font-size:1rem;height:36px;justify-content:center;transition:transform .3s ease;width:36px}.response-badge:hover .badge-icon{transform:rotate(1turn)}.badge-text{color:#f8f9fa;color:var(--light-bg);font-size:.95rem;font-weight:500}.contact-hero-visual{display:none}.contact-hero:after{animation:float 8s ease-in-out infinite;color:#00b4d808;content:"✉";font-family:Font Awesome\ 6 Free;font-size:8rem;position:absolute;right:10%;top:15%;transform:rotate(15deg)}.contact-hero .floating-icon-1,.contact-hero .floating-icon-2,.contact-hero .floating-icon-3,.contact-hero .floating-icon-4{animation:floatIcon 6s ease-in-out infinite;color:#00b4d81a;font-size:2rem;position:absolute}.contact-hero .floating-icon-1{animation-delay:0s;left:10%;top:20%}.contact-hero .floating-icon-2{animation-delay:1.5s;bottom:20%;right:15%}.contact-hero .floating-icon-3{animation-delay:3s;right:20%;top:30%}.contact-hero .floating-icon-4{animation-delay:4.5s;bottom:30%;left:15%}@keyframes floatIcon{0%,to{opacity:.1;transform:translateY(0) scale(1)}50%{opacity:.2;transform:translateY(-20px) scale(1.1)}}@keyframes float{0%,to{transform:translateY(0) rotate(15deg)}50%{transform:translateY(-20px) rotate(15deg)}}.contact-info-section{background:#f8f9fa;background:var(--light-bg);padding:6rem 0}.contact-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.contact-info-card{animation:fadeUp .6s ease-out forwards;background:#fff;background:var(--white);border:2px solid #0000;border-radius:16px;box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow-sm);opacity:0;padding:2.5rem;text-align:center;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.contact-info-card:hover{border-color:#00b4d8;border-color:var(--primary-light);box-shadow:0 15px 35px #0000001a;box-shadow:var(--shadow-md);transform:translateY(-10px)}.contact-icon-wrapper{align-items:center;border-radius:50%;box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow-sm);color:#fff;color:var(--white);display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:80px}.contact-info-card:hover .contact-icon-wrapper{box-shadow:0 15px 30px #00b4d84d;box-shadow:0 15px 30px var(--shadow-primary);transform:scale(1.1) rotate(5deg)}.contact-info-title{color:#000;color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.contact-info-details{margin-bottom:2rem}.contact-detail{color:#666;color:var(--text-gray);font-size:.95rem;line-height:1.5;margin:.5rem 0}.contact-action-btn{align-items:center;background:#0000;border:2px solid #00b4d8;border:2px solid var(--primary-light);border-radius:8px;color:#00b4d8;color:var(--primary-light);cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.contact-action-btn:hover{background:linear-gradient(135deg,#00b4d8,#0077b6);background:var(--gradient-primary);border-color:#0000;box-shadow:0 8px 20px #00b4d84d;box-shadow:0 8px 20px var(--shadow-primary);color:#fff;color:var(--white);transform:translateY(-2px)}.contact-action-btn i{transition:transform .3s ease}.contact-action-btn:hover i{transform:translateX(5px)}.emergency-banner{animation:pulseEmergency 2s infinite;background:linear-gradient(135deg,#000,#222);background:var(--gradient-dark);border-left:6px solid #00b4d8;border-left:6px solid var(--primary-light);border-radius:16px;box-shadow:0 15px 35px #0000001a;box-shadow:var(--shadow-md);margin-top:4rem;padding:2.5rem}@keyframes pulseEmergency{0%,to{box-shadow:0 15px 35px #0000001a;box-shadow:var(--shadow-md)}50%{box-shadow:0 15px 35px #00b4d84d;box-shadow:0 15px 35px var(--shadow-primary)}}.emergency-content{align-items:center;color:#fff;color:var(--white);display:flex;gap:2rem;justify-content:space-between}.emergency-icon{animation:shake 3s ease-in-out infinite;color:#00b4d8;color:var(--primary-light);font-size:3rem}@keyframes shake{0%,to{transform:rotate(0)}5%{transform:rotate(15deg)}10%{transform:rotate(-15deg)}15%{transform:rotate(0)}}.emergency-text h3{color:#fff;color:var(--white);font-size:1.75rem;margin-bottom:.5rem}.emergency-text p{color:#fffc;color:var(--text-light);font-size:1rem}.emergency-contact{align-items:center;display:flex;flex-direction:column;gap:1rem}.emergency-number{color:#00b4d8;color:var(--primary-light);font-size:1.5rem;font-weight:700;letter-spacing:1px}.emergency-btn{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);background:var(--gradient-primary);border:none;border-radius:8px;box-shadow:0 8px 20px #00b4d84d;box-shadow:0 8px 20px var(--shadow-primary);color:#fff;color:var(--white);cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.emergency-btn:hover{background:linear-gradient(135deg,#0077b6,#0096c7);background:linear-gradient(135deg,var(--primary-dark),var(--primary-medium));box-shadow:0 12px 25px #00b4d866;transform:translateY(-2px)}.contact-form-section{padding:6rem 0}.contact-form-section,.form-container{background:#fff;background:var(--white)}.form-container{border-radius:20px;box-shadow:0 20px 60px #0000001a;box-shadow:var(--shadow-lg);margin:0 auto;max-width:900px;overflow:hidden;padding:4rem;position:relative}.form-container:before{background:linear-gradient(135deg,#00b4d8,#0077b6);background:var(--gradient-primary);content:"";height:6px;left:0;position:absolute;right:0;top:0}.form-header{margin-bottom:3rem;text-align:center}.form-status{animation:slideDown .5s ease-out;border-radius:12px;gap:1rem;margin-bottom:2rem;padding:1.5rem}.form-status.success{background:#00b4d81a;border:1px solid #00b4d8;border:1px solid var(--primary-light);color:#0077b6;color:var(--primary-dark)}.form-status.error{background:#dc35451a;border:1px solid #dc3545;color:#dc3545}.form-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.form-group{position:relative}.form-group.full-width{grid-column:1/-1}.form-label{align-items:center;color:#000;color:var(--text-dark);display:flex;font-size:.95rem;font-weight:600;gap:.75rem;margin-bottom:.75rem}.form-label i{color:#00b4d8;color:var(--primary-light);font-size:1rem}.form-input,.form-select,.form-textarea{background:#0000;border:none;border-bottom:2px solid #0000001a;color:#000;color:var(--text-dark);font-size:1rem;outline:none;padding:1rem 0;transition:all .3s ease;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-bottom-color:#0000}.form-input::placeholder,.form-textarea::placeholder{color:#0006}.input-line,.textarea-line{background:linear-gradient(135deg,#00b4d8,#0077b6);background:var(--gradient-primary);bottom:0;height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.form-input:focus+.input-line,.form-select:focus+.input-line,.form-textarea:focus+.textarea-line{width:100%}.form-select{-webkit-appearance:none;appearance:none;cursor:pointer}.select-arrow{bottom:1rem;color:#666;color:var(--text-gray);pointer-events:none;position:absolute;right:0;transition:transform .3s ease}.form-select:focus~.select-arrow{color:#00b4d8;color:var(--primary-light);transform:rotate(180deg)}.form-textarea{line-height:1.5;min-height:120px;resize:vertical}.form-footer{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}.submit-btn{background:var(--gradient-primary);box-shadow:0 10px 30px #00b4d84d;box-shadow:0 10px 30px var(--shadow-primary);color:var(--white);display:inline-flex;font-size:1.1rem;gap:1rem;padding:1.25rem 3rem;transition:all .4s ease}.submit-btn:hover{box-shadow:0 15px 40px #00b4d866;transform:translateY(-5px)}.btn-shine{animation:shine 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);height:100%;left:-100%;position:absolute;top:0;width:50%}@keyframes shine{0%{left:-100%}to{left:200%}}.form-note{align-items:center;color:#666;color:var(--text-gray);display:flex;font-size:.9rem;gap:.5rem}.form-note i{color:#00b4d8;color:var(--primary-light)}.map-section{background:#f8f9fa;background:var(--light-bg);padding:6rem 0}.map-container{margin-top:3rem;width:100%}.map-visual{background:#fff;background:var(--white);border-radius:20px;box-shadow:0 15px 35px #0000001a;box-shadow:var(--shadow-md);height:500px;opacity:0;overflow:hidden;position:relative;transform:scale(.9);transition:all .8s ease-out;width:100%}.map-visual.loaded{opacity:1;transform:scale(1)}.map-background{background:linear-gradient(135deg,#f8f9fa,#c3cfe2);background:linear-gradient(135deg,var(--light-bg),#c3cfe2);height:100%;overflow:hidden;position:relative;width:100%}.map-grid{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);height:100%;left:0;padding:20px;position:absolute;top:0;width:100%}.grid-line{background:#ffffff80;border-radius:1px}.map-marker{left:50%;position:absolute;top:50%;transform:translate(-50%,-100%);z-index:10}.marker-pin{align-items:center;animation:bounceMarker 2s infinite;background:linear-gradient(135deg,#00b4d8,#0077b6);background:var(--gradient-primary);border-radius:50% 50% 50% 0;box-shadow:0 5px 20px #00b4d84d;box-shadow:0 5px 20px var(--shadow-primary);color:#fff;color:var(--white);display:flex;font-size:1.2rem;height:40px;justify-content:center;transform:rotate(-45deg);width:40px}.marker-pin i{transform:rotate(45deg)}.marker-pulse{animation:pulseMarker 2s infinite;background:#00b4d833;border-radius:50%;height:80px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px}@keyframes bounceMarker{0%,to{transform:rotate(-45deg) translateY(0)}50%{transform:rotate(-45deg) translateY(-10px)}}@keyframes pulseMarker{0%{opacity:.8;transform:translate(-50%,-50%) scale(.5)}to{opacity:0;transform:translate(-50%,-50%) scale(2)}}.street{background:#0000001a;border-radius:4px;position:absolute}.street.horizontal{height:8px;width:100%}.street.vertical{height:100%;width:8px}.location-card{animation:slideUp .6s ease-out .5s both;background:#fff;background:var(--white);border-radius:16px;bottom:30px;box-shadow:0 15px 35px #0000001a;box-shadow:var(--shadow-md);max-width:300px;padding:1.5rem;position:absolute;right:30px;z-index:20}.location-title{align-items:center;color:#000;color:var(--text-dark);display:flex;font-size:1.25rem;font-weight:600;gap:.75rem;margin-bottom:1rem}.location-title i{color:#00b4d8;color:var(--primary-light)}.location-details{margin-bottom:1.5rem}.location-details p{align-items:center;color:#666;color:var(--text-gray);display:flex;font-size:.9rem;gap:.75rem;margin:.5rem 0}.location-details i{color:#00b4d8;color:var(--primary-light);width:16px}.location-actions{display:flex;gap:1rem}.direction-btn,.save-btn{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .3s ease}.direction-btn{background:linear-gradient(135deg,#00b4d8,#0077b6);background:var(--gradient-primary);border:none;color:#fff;color:var(--white)}.save-btn{background:#0000;border:1px solid #0003;color:#000;color:var(--text-dark)}.direction-btn:hover{background:linear-gradient(135deg,#0077b6,#0096c7);background:linear-gradient(135deg,var(--primary-dark),var(--primary-medium));box-shadow:0 8px 20px #00b4d84d;box-shadow:0 8px 20px var(--shadow-primary);transform:translateY(-2px)}.save-btn:hover{background:#00b4d80d;border-color:#00b4d8;border-color:var(--primary-light);color:#0077b6;color:var(--primary-dark)}@media screen and (max-width:768px){.map-visual{height:400px}.location-card{max-width:250px;padding:1rem}}@media screen and (max-width:480px){.map-visual{height:350px}.location-card{bottom:auto;margin:1rem;max-width:100%;position:relative;right:auto}.location-actions{flex-direction:column}}.contact-cta{background:linear-gradient(135deg,#000,#222);background:var(--gradient-dark);overflow:hidden;padding:6rem 0;position:relative;text-align:center}.contact-cta:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#00b4d81a 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cta-content{position:relative;z-index:2}.cta-content h2{color:#fff;color:var(--white);font-size:3rem;margin-bottom:1rem}.cta-content p{color:#fffc;color:var(--text-light);font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.cta-btn{align-items:center;border:2px solid #0000;border-radius:12px;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;overflow:hidden;padding:1.25rem 2.5rem;position:relative;transition:all .3s ease}.cta-btn.primary{background:linear-gradient(135deg,#00b4d8,#0077b6);background:var(--gradient-primary);box-shadow:0 10px 30px #00b4d84d;box-shadow:0 10px 30px var(--shadow-primary);color:#fff;color:var(--white)}.cta-btn.primary:hover{box-shadow:0 15px 40px #00b4d866;transform:translateY(-5px)}.cta-btn.secondary{background:#0000;border-color:#fff;border-color:var(--white);color:#fff;color:var(--white)}.cta-btn.secondary:hover{background:#fff;background:var(--white);color:#000;color:var(--text-dark);transform:translateY(-5px)}@media screen and (max-width:1024px){.container{padding:0 1.5rem}.contact-hero{padding:5rem 1.5rem}.contact-hero-title{font-size:3.5rem}.quick-response{justify-content:center}.map-container{grid-template-columns:1fr}.emergency-content{flex-direction:column;gap:1.5rem;text-align:center}}@media screen and (max-width:768px){.section-title{font-size:2rem}.contact-hero{min-height:90vh;padding:4rem 1.5rem}.contact-hero-title{font-size:2.8rem}.contact-hero-subtitle{font-size:1.1rem}.response-badge{justify-content:center;width:100%}.form-grid{gap:1.5rem;grid-template-columns:1fr}.form-container{padding:2rem}.map-visual{height:400px}.location-card{max-width:250px;padding:1rem}.transport-info{padding:2rem}.cta-content h2{font-size:2.5rem}.cta-btn,.cta-content p{font-size:1rem}.cta-btn{padding:1rem 2rem}.emergency-text h3{font-size:1.5rem}}@media screen and (max-width:480px){.container{padding:0 1rem}.contact-hero{min-height:85vh;padding:3rem 1rem}.contact-hero-title{font-size:2.2rem}.contact-hero-subtitle{font-size:1rem}.quick-response{gap:1rem}.response-badge{padding:.5rem 1rem}.badge-icon{font-size:.9rem;height:30px;width:30px}.badge-text{font-size:.85rem}.contact-info-grid{gap:1.5rem}.contact-info-card{padding:1.5rem}.contact-icon-wrapper{font-size:1.5rem;height:60px;width:60px}.contact-info-title{font-size:1.25rem}.contact-action-btn{font-size:.9rem;padding:.5rem 1rem}.emergency-banner{padding:1.5rem}.emergency-number{font-size:1.25rem}.emergency-btn{font-size:.9rem;padding:.5rem 1rem}.form-container{padding:1.5rem}.form-label{font-size:.9rem}.form-input,.form-select,.form-textarea{font-size:.95rem}.submit-btn{font-size:1rem;padding:1rem 2rem}.map-visual{height:300px}.location-card{bottom:auto;margin:1rem;max-width:100%;position:relative;right:auto}.location-actions,.transport-option{flex-direction:column}.transport-option{gap:1rem;text-align:center}.transport-option:hover{transform:translateY(-5px)}.cta-content h2{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column;gap:1rem}.cta-btn{justify-content:center;max-width:300px;width:100%}}@media (hover:hover){.contact-info-card:hover .contact-detail{color:#000;color:var(--text-dark)}.transport-option:hover .transport-details h4{color:#0077b6;color:var(--primary-dark)}.form-input:hover,.form-select:hover,.form-textarea:hover{border-bottom-color:#00b4d8;border-bottom-color:var(--primary-light)}}.loading{opacity:.7;pointer-events:none;position:relative}.loading:after{animation:spin 1s linear infinite;border:2px solid #00b4d8;border:2px solid var(--primary-light);border-radius:50%;border-top:2px solid #0000;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}@media print{.contact-hero-visual,.cta-section,.emergency-banner,.map-visual{display:none}.contact{background:#fff;color:#000}.contact-info-card{border:1px solid #ddd;box-shadow:none;break-inside:avoid;page-break-inside:avoid}}.modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.booking-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}.modal-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:20px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.modal-header,.modal-header h2{align-items:center;display:flex}.modal-header h2{color:#1f2937;font-size:1.5rem;gap:10px;margin:0}.modal-header h2 i{color:#0077b6}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;padding:5px;transition:all .3s ease;width:32px}.modal-close:hover{background:#f3f4f6;color:#1f2937;transform:rotate(90deg)}.booking-form{padding:24px}.booking-form .form-group{margin-bottom:20px}.booking-form .form-group.full-width{grid-column:1/-1}.booking-form label{color:#374151;display:block;font-size:.95rem;font-weight:500;margin-bottom:8px}.booking-form input,.booking-form select,.booking-form textarea{background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{border-color:#0077b6;box-shadow:0 0 0 3px #0077b61a;outline:none}.booking-form input:disabled,.booking-form select:disabled,.booking-form textarea:disabled{background:#f9fafb;cursor:not-allowed}.modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px}.btn-cancel,.btn-submit{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:8px;padding:12px 24px;transition:all .3s ease}.btn-cancel{background:#f3f4f6;color:#4b5563}.btn-cancel:hover:not(:disabled){background:#e5e7eb}.btn-submit{background:linear-gradient(135deg,#0077b6,#0096c7);box-shadow:0 4px 12px #0077b64d;color:#fff}.btn-submit:hover:not(:disabled){box-shadow:0 6px 16px #0077b666;transform:translateY(-2px)}.btn-cancel:disabled,.btn-submit:disabled{cursor:not-allowed;opacity:.6}.fa-spinner{animation:spin 1s linear infinite}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background:#f9fafb;cursor:not-allowed;opacity:.7}.submit-btn:disabled{background:linear-gradient(135deg,#6b7280,#9ca3af);opacity:.7}@media (max-width:640px){.booking-modal{margin:10px;width:95%}.modal-header{padding:16px 20px}.modal-header h2{font-size:1.25rem}.booking-form{padding:20px}.modal-footer{flex-direction:column-reverse}.btn-cancel,.btn-submit{justify-content:center;width:100%}}.form-status{align-items:center;animation:slideDown .3s ease;border-radius:8px;display:flex;gap:12px;margin-bottom:24px;padding:16px}.form-status.success{background:linear-gradient(135deg,#10b98115,#05966915);border:1px solid #10b981;color:#059669}.form-status.error{background:linear-gradient(135deg,#ef444415,#dc262615);border:1px solid #ef4444;color:#dc2626}.form-status i{font-size:1.5rem}.form-status p{font-weight:500;margin:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.cta-btn{cursor:pointer}.cta-btn:active{transform:scale(.98)}.login-page{align-items:center;background:linear-gradient(135deg,#000,#111 50%,#222);display:flex;justify-content:center;min-height:calc(100vh - 70px);overflow:hidden;padding:40px 20px;position:relative}.login-page:before{background:radial-gradient(circle at 70% 30%,#00b4d80d 0,#0000 60%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.login-container{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 1fr;max-width:1200px;position:relative;width:100%;z-index:1}.login-card{animation:slideIn .5s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#111111e6;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 60px #00000080;padding:40px;transition:all .4s ease}.login-card:hover{border-color:#00b4d84d;box-shadow:0 20px 60px #00b4d826}.login-header{margin-bottom:30px;text-align:center}.login-header h1{color:#f8f9fa;font-size:32px;font-weight:700;margin-bottom:10px}.login-header h1 .highlight{color:#00b4d8;display:inline-block;position:relative}.login-header h1 .highlight:after{background:#00b4d833;border-radius:4px;bottom:5px;content:"";height:8px;left:0;position:absolute;width:100%;z-index:-1}.login-subtitle{color:#f8f9fab3;font-size:14px;line-height:1.6}.pending-enrollment-notice{align-items:center;background:#00b4d81a;border:1px solid #00b4d84d;border-left:4px solid #00b4d8;border-radius:8px;color:#00b4d8;display:flex;font-size:14px;gap:10px;margin-top:16px;padding:12px 16px}.pending-enrollment-notice i{font-size:16px}.error-alert{align-items:center;background:#ff6b6b1a;border:1px solid #ff6b6b33;border-radius:8px;color:#ff6b6b;display:flex;font-size:14px;gap:10px;margin-bottom:20px;padding:12px 16px}.google-login-section{display:flex;justify-content:center;margin-bottom:24px}.divider{margin:24px 0;position:relative;text-align:center}.divider:before{background:#ffffff1a;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.divider span{background:#111;color:#f8f9fa99;font-size:14px;padding:0 16px;position:relative}.login-form{display:flex;flex-direction:column;gap:20px}.form-group label{color:#f8f9fae6;font-size:14px}.input-wrapper{position:relative}.input-wrapper i{color:#f8f9fa66;left:14px;position:absolute;top:50%;transform:translateY(-50%);transition:color .3s ease}.input-wrapper input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#f8f9fa;font-size:16px;padding:14px 14px 14px 44px;transition:all .3s ease;width:100%}.input-wrapper input::placeholder{color:#f8f9fa66}.input-wrapper input:focus{background:#ffffff14;border-color:#00b4d8;box-shadow:0 0 0 3px #00b4d81a;outline:none}.input-wrapper input:focus+i,.input-wrapper input:focus~i,.input-wrapper:focus-within i{color:#00b4d8}.submit-btn{align-items:center;background:linear-gradient(135deg,#00b4d8,#0077b6);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;overflow:hidden;padding:14px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.submit-btn:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .5s,height .5s;width:0}.submit-btn:hover:not(:disabled):before{height:300px;width:300px}.submit-btn:hover:not(:disabled){box-shadow:0 10px 30px #00b4d866;transform:translateY(-3px)}.submit-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.otp-section{margin-top:20px}.otp-header{margin-bottom:30px;text-align:center}.email-badge{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;display:inline-flex;gap:10px;margin-bottom:16px;padding:8px 16px}.email-badge i{color:#00b4d8}.email-badge span{color:#f8f9fa;font-weight:500}.edit-email-btn{background:none;border:none;border-radius:50%;color:#00b4d8;cursor:pointer;padding:4px 8px;transition:all .3s ease}.edit-email-btn:hover{background:#00b4d81a;color:#0077b6}.otp-message{color:#f8f9fab3;font-size:14px;line-height:1.6}.otp-form{display:flex;flex-direction:column;gap:24px}.otp-input-container{display:flex;gap:10px;justify-content:center}.otp-input{background:#ffffff0d!important;border:2px solid #ffffff1a!important;border-radius:12px!important;color:#f8f9fa!important;font-size:20px;font-weight:600;height:50px;text-align:center;transition:all .3s ease;width:50px!important}.otp-input:focus{background:#ffffff14!important;border-color:#00b4d8!important;box-shadow:0 0 0 3px #00b4d81a;outline:none}.resend-section{align-items:center;color:#f8f9fa99;display:flex;font-size:14px;gap:8px;justify-content:center;text-align:center}.resend-btn{background:none;border:none;border-radius:4px;color:#00b4d8;cursor:pointer;font-weight:500;padding:4px 8px;transition:all .3s ease}.resend-btn:hover:not(.disabled){background:#00b4d81a;color:#0077b6}.resend-btn.disabled{color:#f8f9fa66;cursor:not-allowed}.login-footer{margin-top:30px;text-align:center}.login-footer p{color:#f8f9fa99;font-size:14px;margin-bottom:12px}.switch-mode-btn{background:none;border:none;border-radius:4px;color:#00b4d8;cursor:pointer;font-weight:600;margin-left:4px;padding:2px 6px;transition:all .3s ease}.switch-mode-btn:hover{background:#00b4d81a;color:#0077b6}.terms-text{color:#f8f9fa66!important;font-size:12px!important}.terms-text a{color:#00b4d8;text-decoration:none;transition:color .3s ease}.terms-text a:hover{color:#0077b6;text-decoration:underline}.login-features{display:flex;flex-direction:column;gap:30px}.feature-item{animation:fadeIn .5s ease .2s both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;color:#fff;padding:20px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-item:hover{background:#ffffff0d;border-color:#00b4d84d;box-shadow:0 15px 30px #00b4d826;transform:translateY(-5px)}.feature-item:nth-child(2){animation-delay:.4s}.feature-item:nth-child(3){animation-delay:.6s}.feature-item i{color:#00b4d8;font-size:40px;margin-bottom:16px;transition:all .3s ease}.feature-item:hover i{transform:scale(1.1)}.feature-item h3{color:#f8f9fa;font-size:20px;font-weight:600;margin-bottom:8px}.feature-item p{color:#f8f9fab3;font-size:14px;line-height:1.6}@keyframes slideIn{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.login-container{gap:30px;grid-template-columns:1fr}.login-card{order:2;padding:30px 20px}.login-features{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);order:1}.feature-item{padding:15px 10px}.feature-item i{font-size:30px;margin-bottom:10px}.feature-item h3{font-size:16px;margin-bottom:4px}.feature-item p{font-size:12px}.otp-input{font-size:18px;height:40px;width:40px!important}}@media (max-width:480px){.login-container{gap:20px}.login-card{border-radius:16px;padding:25px 15px}.login-header h1{font-size:26px}.login-subtitle{font-size:13px}.login-features{gap:10px;grid-template-columns:1fr}.feature-item{align-items:center;display:flex;gap:15px;padding:12px 15px;text-align:left}.feature-item i{font-size:24px;margin-bottom:0}.feature-item h3{font-size:15px;margin-bottom:2px}.feature-item p{font-size:12px}.otp-input{font-size:16px;height:40px;width:35px!important}.otp-input-container{gap:6px}}.dash-page{background:#f8f9fa;min-height:100vh;padding:40px 0}.dash-container{margin:0 auto;max-width:1200px;padding:0 20px}.dash-header{margin-bottom:40px}.dash-title{color:#1a1a1a;font-size:2rem;font-weight:700;margin-bottom:8px}.dash-subtitle{color:#666;font-size:1.1rem;margin:0}.dash-loading-wrapper{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:400px}.dash-loading-spinner{animation:dash-spin 1s linear infinite;border:4px solid #e0e0e0;border-radius:50%;border-top-color:#00b4d8;height:50px;width:50px}.dash-loading-text{color:#666;font-size:1.1rem}@keyframes dash-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dash-cards-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(4,1fr);margin-bottom:40px}.dash-nav-card{background:#fff;border:1px solid #00b4d81a;border-radius:16px;box-shadow:0 4px 15px #0000000d;padding:25px;transition:all .3s ease}.dash-nav-card:hover{border-color:#00b4d8;box-shadow:0 8px 25px #00b4d826;transform:translateY(-5px)}.dash-nav-icon{align-items:center;background:linear-gradient(135deg,#00b4d8,#0096b0);border-radius:14px;display:flex;height:55px;justify-content:center;margin-bottom:20px;width:55px}.dash-nav-icon i{color:#fff;font-size:1.8rem}.dash-nav-title{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin:0 0 10px}.dash-nav-desc{color:#666;font-size:.9rem;line-height:1.5;margin:0 0 20px}.dash-nav-link{align-items:center;color:#00b4d8;display:inline-flex;font-size:.95rem;font-weight:600;gap:8px;text-decoration:none;transition:gap .3s}.dash-nav-link:hover{gap:12px}.dash-stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:40px}.dash-stat-box{align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:14px;box-shadow:0 2px 10px #00000008;display:flex;gap:15px;padding:20px;transition:all .3s}.dash-stat-box:hover{border-color:#00b4d8;box-shadow:0 5px 20px #00000014}.dash-stat-icon-wrap{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;width:50px}.dash-stat-info{flex:1 1}.dash-stat-label{color:#888;font-size:.85rem;font-weight:500;letter-spacing:.5px;margin:0 0 5px;text-transform:uppercase}.dash-stat-value{color:#1a1a1a;font-size:2.2rem;font-weight:700;line-height:1;margin:0}.dash-recent-section{margin-bottom:40px}.dash-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.dash-section-title{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:0}.dash-view-all-link{align-items:center;color:#00b4d8;display:flex;font-weight:500;gap:5px;text-decoration:none;transition:gap .3s}.dash-view-all-link:hover{gap:8px}.dash-recent-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}.dash-course-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 15px #0000000d;overflow:hidden;transition:all .3s}.dash-course-card:hover{border-color:#00b4d8;box-shadow:0 8px 25px #00b4d826;transform:translateY(-5px)}.dash-course-header{align-items:center;color:#fff;display:flex;justify-content:space-between;padding:20px}.dash-course-icon-wrap{align-items:center;background:#fff3;border-radius:12px;display:flex;font-size:1.5rem;height:48px;justify-content:center;width:48px}.dash-course-badge,.dash-course-icon-wrap{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dash-course-badge{background:#ffffff40;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:5px 12px;text-transform:uppercase}.dash-course-badge.completed{background:#4caf50e6}.dash-course-badge.active{background:#ff9800e6}.dash-course-body{padding:20px}.dash-course-name{color:#1a1a1a;font-size:1.1rem;font-weight:600;line-height:1.4;margin:0 0 12px}.dash-course-desc{color:#666;font-size:.9rem;line-height:1.6;margin:0 0 18px}.dash-progress-wrapper{margin-bottom:18px}.dash-progress-header{display:flex;justify-content:space-between;margin-bottom:8px}.dash-progress-label{color:#888;font-size:.85rem;font-weight:500}.dash-progress-percent{color:#00b4d8;font-size:.85rem;font-weight:600}.dash-progress-track{background:#e8e8e8;border-radius:4px;height:8px;overflow:hidden}.dash-progress-bar{background:linear-gradient(90deg,#00b4d8,#0096b0);border-radius:4px;height:100%;transition:width .3s ease}.dash-course-metadata{border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:8px;margin-top:18px;padding-top:15px}.dash-meta-item{align-items:center;color:#888;display:flex;font-size:.85rem;gap:10px}.dash-meta-item i{color:#00b4d8;font-size:.9rem;width:18px}.dash-course-footer{border-top:1px solid #f0f0f0;padding:15px 20px 20px}.dash-continue-btn{align-items:center;background:#00b4d8;border-radius:10px;color:#fff;display:flex;font-size:.95rem;font-weight:600;gap:10px;justify-content:center;padding:12px;text-decoration:none;transition:all .3s;width:100%}.dash-continue-btn:hover{background:#0096b0;gap:15px}.dash-empty-wrapper{background:#fff;border:1px solid #f0f0f0;border-radius:20px;margin-bottom:40px;padding:60px 30px;text-align:center}.dash-empty-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:2.5rem;height:100px;justify-content:center;margin:0 auto 25px;width:100px}.dash-empty-title{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:0 0 15px}.dash-empty-text{color:#666;font-size:1rem;margin:0 0 30px}.dash-browse-btn{align-items:center;background:#00b4d8;border-radius:10px;color:#fff;display:inline-flex;font-weight:600;gap:10px;padding:14px 35px;text-decoration:none;transition:all .3s}.dash-browse-btn:hover{background:#0096b0;gap:15px}.dash-actions-wrapper{background:#fff;border:1px solid #f0f0f0;border-radius:20px;box-shadow:0 4px 15px #00000008;padding:30px}.dash-actions-title{color:#1a1a1a;font-size:1.2rem;font-weight:600;margin:0 0 20px}.dash-actions-group{display:flex;flex-wrap:wrap;gap:15px}.dash-action-btn{align-items:center;background:#f8f9fa;border:1px solid #e8e8e8;border-radius:10px;color:#1a1a1a;display:inline-flex;font-weight:500;gap:10px;padding:12px 24px;text-decoration:none;transition:all .3s}.dash-action-btn:hover{background:#00b4d8;border-color:#00b4d8;color:#fff}@media (max-width:1024px){.dash-cards-grid,.dash-recent-grid,.dash-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dash-page{padding:30px 0}.dash-title{font-size:1.75rem}.dash-cards-grid,.dash-recent-grid{grid-template-columns:1fr}.dash-actions-group{flex-direction:column}.dash-action-btn{justify-content:center}}@media (max-width:480px){.dash-stats-grid{grid-template-columns:1fr}.dash-header{margin-bottom:30px}.dash-container{padding:0 15px}}.my-courses-wrapper{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:40px 0}.my-container{margin:0 auto;max-width:1200px;padding:0 20px}.my-page-header{margin-bottom:40px}.my-header-content{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:30px}.my-page-title{color:#2c3e50;font-size:2.5rem;margin-bottom:8px}.my-page-subtitle{color:#7f8c8d;font-size:1.1rem}.my-browse-more-link{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:inline-flex;font-weight:600;gap:8px;padding:12px 24px;text-decoration:none;transition:transform .3s,box-shadow .3s}.my-browse-more-link:hover{box-shadow:0 5px 20px #667eea66;transform:translateY(-2px)}.my-user-welcome-card{align-items:center;background:#fff;border-radius:16px;box-shadow:0 5px 20px #00000014;display:flex;gap:20px;margin-bottom:30px;padding:24px}.my-user-avatar-wrapper{border-radius:50%;height:64px;overflow:hidden;width:64px}.my-avatar-image{height:100%;object-fit:cover;width:100%}.my-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:1.5rem;font-weight:600;height:100%;justify-content:center;width:100%}.my-welcome-text-wrapper{flex:1 1}.my-welcome-heading{color:#2c3e50;font-size:1.5rem;margin-bottom:4px}.my-welcome-message{color:#7f8c8d;margin:0}.my-stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:40px}.my-stat-item{align-items:center;background:#fff;border-radius:12px;box-shadow:0 3px 15px #0000000d;display:flex;gap:16px;padding:20px;transition:transform .3s,box-shadow .3s}.my-stat-item:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-3px)}.my-stat-icon-wrapper{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;width:50px}.my-stat-icon-wrapper.my-icon-completed{background:linear-gradient(135deg,#11998e,#38ef7d)}.my-stat-icon-wrapper.my-icon-progress{background:linear-gradient(135deg,#f093fb,#f5576c)}.my-stat-icon-wrapper.my-icon-average{background:linear-gradient(135deg,#4facfe,#00f2fe)}.my-stat-content{display:flex;flex-direction:column}.my-stat-number{color:#2c3e50;font-size:1.8rem;font-weight:700}.my-stat-label{color:#7f8c8d;font-size:.9rem}.my-courses-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.my-course-item{background:#fff;border-radius:16px;box-shadow:0 5px 20px #00000014;overflow:hidden;transition:transform .3s,box-shadow .3s}.my-course-item:hover{box-shadow:0 10px 30px #0000001f;transform:translateY(-5px)}.my-course-header{align-items:center;border-bottom:1px solid #ecf0f1;display:flex;padding:20px}.my-course-icon{align-items:center;border-radius:12px;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;margin-right:12px;width:50px}.my-course-category-tag{background:#ecf0f1;color:#7f8c8d;margin-right:auto}.my-course-category-tag,.my-status-badge{border-radius:20px;font-size:.75rem;font-weight:600;padding:4px 10px}.my-status-badge{align-items:center;display:inline-flex;gap:5px}.my-status-active{background:#fff3cd;color:#856404}.my-status-completed{background:#d4edda;color:#155724}.my-status-paused{background:#f8d7da;color:#721c24}.my-status-pending{background:#e2e3e5;color:#383d41}.my-course-body{padding:20px}.my-course-title{color:#2c3e50;font-size:1.25rem;margin-bottom:10px}.my-course-desc{color:#7f8c8d;font-size:.9rem;line-height:1.6;margin-bottom:15px}.my-course-meta-info{display:flex;gap:15px;margin-bottom:20px}.my-meta-entry{align-items:center;color:#95a5a6;display:flex;font-size:.85rem;gap:6px}.my-progress-area{margin-bottom:15px}.my-progress-top{color:#2c3e50;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:8px}.my-progress-value{color:#667eea;font-weight:600}.my-progress-track{background:#ecf0f1;border-radius:4px;height:8px;overflow:hidden}.my-progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;height:100%;transition:width .3s ease}.my-last-access{align-items:center;color:#95a5a6;display:flex;font-size:.8rem;gap:6px}.my-course-footer{border-top:1px solid #ecf0f1;display:flex;padding:20px}.my-continue-link{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:inline-flex;flex:1 1;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;text-decoration:none;transition:transform .3s,box-shadow .3s}.my-continue-link:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.my-options-trigger{align-items:center;background:#0000;border:1px solid #ecf0f1;border-radius:8px;color:#7f8c8d;cursor:pointer;display:flex;justify-content:center;margin-left:10px;transition:background .3s;width:44px}.my-options-trigger:hover{background:#f8f9fa}.my-empty-state-wrapper{background:#fff;border-radius:16px;box-shadow:0 5px 20px #00000014;padding:60px 20px;text-align:center}.my-empty-illustration{height:120px;margin:0 auto 30px;position:relative;width:120px}.my-empty-illustration i{color:#bdc3c7;font-size:4rem}.my-illustration-dots{bottom:0;display:flex;gap:8px;left:50%;position:absolute;transform:translateX(-50%)}.my-illustration-dots span{animation:my-bounce 1.4s ease-in-out infinite;background:#bdc3c7;border-radius:50%;height:8px;width:8px}.my-illustration-dots span:first-child{animation-delay:-.32s}.my-illustration-dots span:nth-child(2){animation-delay:-.16s}@keyframes my-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.my-empty-title{color:#2c3e50;font-size:1.5rem;margin-bottom:10px}.my-empty-message{color:#7f8c8d;margin-bottom:30px}.my-browse-courses-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:600;gap:8px;padding:14px 32px;text-decoration:none;transition:transform .3s,box-shadow .3s}.my-browse-courses-button:hover{box-shadow:0 5px 20px #667eea66;transform:translateY(-2px)}.my-suggested-section{border-top:1px solid #ecf0f1;margin-top:50px;padding-top:40px}.my-suggested-heading{color:#2c3e50;margin-bottom:20px}.my-suggested-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.my-suggested-card{align-items:center;background:#f8f9fa;border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:15px 25px;transition:all .3s}.my-suggested-card:hover{background:#ecf0f1;transform:translateY(-2px)}.my-suggested-card i{color:#667eea;font-size:1.5rem}.my-suggested-card span{color:#2c3e50;font-weight:500}.my-loading-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.my-loading-spinner{animation:my-spin 1s linear infinite;border:4px solid #ecf0f1;border-radius:50%;border-top-color:#667eea;height:50px;margin-bottom:20px;width:50px}@keyframes my-spin{to{transform:rotate(1turn)}}.my-error-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;text-align:center}.my-error-wrapper i{color:#e74c3c;font-size:3rem;margin-bottom:20px}.my-error-wrapper p{color:#7f8c8d;margin-bottom:20px}.my-retry-button{align-items:center;background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;padding:12px 24px;transition:background .3s}.my-retry-button:hover{background:#5a67d8}@media (max-width:768px){.my-header-content{flex-direction:column;gap:20px}.my-stats-grid{grid-template-columns:repeat(2,1fr)}.my-courses-grid{grid-template-columns:1fr}.my-user-welcome-card{flex-direction:column;text-align:center}}@media (max-width:480px){.my-stats-grid{grid-template-columns:1fr}.my-page-title{font-size:2rem}}.profile-page{background:#f8f9fa;min-height:calc(100vh - 70px);padding:40px 0}.profile-container{background:#fff;border-radius:12px;box-shadow:0 5px 20px #0000001a;margin:0 auto;max-width:600px;padding:40px}.profile-header{margin-bottom:30px;text-align:center}.profile-header h1{color:#333;font-size:32px;margin-bottom:10px}.profile-header p{color:#666}.message-alert{border-radius:8px;margin-bottom:20px;padding:12px 16px}.message-alert.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.message-alert.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.profile-form{gap:20px}.form-group,.profile-form{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#333;font-weight:500}.form-group input{border:1px solid #ddd;border-radius:8px;font-size:16px;padding:12px;transition:all .3s ease}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group .disabled-input{background:#f5f5f5;color:#666;cursor:not-allowed}.form-group small{color:#666;font-size:12px}.save-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:10px;padding:14px;transition:all .3s ease}.save-btn:hover:not(:disabled){box-shadow:0 8px 20px #667eea66;transform:translateY(-2px)}.save-btn:disabled{cursor:not-allowed;opacity:.7}@media (max-width:768px){.profile-container{padding:30px 20px}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#0a2463;--secondary-color:#f8f9fa;--accent-color:#00b4d8;--text-dark:#333;--text-light:#666;--shadow:0 4px 12px #0000001a;--transition:all 0.3s ease}html{scroll-behavior:smooth}body{background-color:#f8f9fa;background-color:var(--secondary-color);color:#333;color:var(--text-dark);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;width:100%}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section{padding:5rem 0}.section-title{color:#0a2463;color:var(--primary-color);font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative;text-align:center}.section-title:after{background-color:#00b4d8;background-color:var(--accent-color);bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.section-subtitle{color:#666;color:var(--text-light);font-size:1.1rem;margin:0 auto 3rem;max-width:700px;text-align:center}.fade-in{animation:fadeIn .8s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in-left{animation:slideInLeft .8s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.slide-in-right{animation:slideInRight .8s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@media screen and (max-width:768px){.container{padding:0 1rem}.section{padding:3rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;padding:0 1rem}}@media screen and (max-width:480px){.section{padding:2rem 0}.section-title{font-size:1.75rem}}
/*# sourceMappingURL=main.8a024860.css.map*/