:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{margin:0;min-width:320px;color:#1a1a1a;background:#fff}a{color:inherit;text-decoration:none}button{font:inherit;border:none;background:none;cursor:pointer}ul{list-style:none}::selection{background:#d32f2f33}.page{min-height:100vh}.container{width:min(1200px,calc(100% - 48px));margin:0 auto}.topBar{background:#1a1a1a;color:#fff;padding:8px 0;font-size:13px}.topBarInner{display:flex;justify-content:flex-end}.contactInfo{display:flex;gap:24px;align-items:center}.contactInfo span{color:#fff}.contactInfo a{color:#fff;text-decoration:none}.contactInfo a:hover{text-decoration:underline;color:#794242}.nav{position:sticky;top:0;z-index:20;background:#fff;border-bottom:2px solid #d32f2f;box-shadow:0 2px 8px #0000001a}.navInner{display:flex;align-items:center;justify-content:space-between;padding:16px 0;flex-wrap:wrap}.brand{display:flex;align-items:center;gap:12px}.logoImg{width:60px;height:60px;object-fit:contain;flex-shrink:0}.logoMark{width:50px;height:50px;border-radius:8px;background:linear-gradient(135deg,#d32f2f,#f44336);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px}.brandMain{font-weight:700;font-size:16px;color:#1a1a1a;line-height:1.2}.brandSub{font-weight:600;font-size:14px;color:#d32f2f;margin-top:2px}.navLinks{display:flex;gap:4px;align-items:center;flex-wrap:wrap}.navLinks a{padding:10px 16px;color:#333;font-weight:600;font-size:14px;text-decoration:none;border-radius:4px;transition:background .2s,color .2s}.navLinks a:hover{background:#f5f5f5;color:#d32f2f;text-decoration:none}.carouselSection{width:100%;position:relative;margin:0;overflow:hidden}.carouselContainer{position:relative;width:100%;height:500px;overflow:hidden}.carouselWrapper{position:relative;width:100%;height:100%}.carouselSlide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:0;transition:opacity .8s ease-in-out,transform .8s ease-in-out;transform:scale(1.05);background-color:#1a1a1a;overflow:hidden}.carouselSlide.active{opacity:1;transform:scale(1);z-index:1}.carouselOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0003,#0000001a,#0000004d);pointer-events:none}.carouselBtn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffffffe6;border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026;color:#1a1a1a}.carouselBtn:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #00000040}.carouselBtn:active{transform:translateY(-50%) scale(.95)}.carouselBtnPrev{left:20px}.carouselBtnNext{right:20px}.carouselDots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:10px;align-items:center;justify-content:center;background:#0006;padding:10px 20px;border-radius:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.carouselDot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:#ffffff4d;cursor:pointer;transition:all .3s ease;padding:0}.carouselDot:hover{background:#fff9;transform:scale(1.2)}.carouselDot.active{background:#fff;border-color:#fff;width:14px;height:14px;box-shadow:0 0 10px #fffc}.hero{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:60px 0;text-align:center}.heroContent{display:flex;flex-direction:column;align-items:center;gap:24px}.heroLogo{width:180px;height:180px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.3))}.heroTitle{font-size:clamp(28px,4vw,42px);font-weight:800;margin:0;letter-spacing:1px;text-transform:uppercase}.heroSubtitle{font-size:clamp(16px,2vw,20px);margin:0;opacity:.9}.section{padding:60px 0}.sectionAlt{background:#f8f9fa}.sectionTitle{font-size:clamp(24px,3vw,32px);font-weight:800;margin:0 0 32px;text-align:center;color:#1a1a1a;text-transform:uppercase;letter-spacing:1px;position:relative;padding-bottom:16px}.sectionTitle:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background:#d32f2f}.aboutContent{max-width:900px;margin:0 auto;text-align:center}.aboutContent p{font-size:16px;line-height:1.8;color:#555;margin-bottom:20px;text-align:left}.posterContainer{display:flex;justify-content:center;align-items:center;width:40%;max-width:1200px;margin:0 auto}.coursePoster{width:100%;max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #00000026;transition:transform .3s ease,box-shadow .3s ease;object-fit:contain}.coursePoster:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0003}.booksGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}.bookCard{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:28px;transition:transform .2s,box-shadow .2s,border-color .2s}.bookCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026;border-color:#d32f2f}.bookCard h3{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.4}.photoGallery{width:100%}.photoGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.photoCard{background:#fff;border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;aspect-ratio:4 / 3}.photoCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026;border-color:#d32f2f}.photoImage{width:100%;height:100%;object-fit:cover;display:block}.testimonialsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}.testimonialCard{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:28px;box-shadow:0 4px 12px #00000014}.testimonialText{font-size:15px;line-height:1.7;color:#555;margin:0 0 20px;font-style:italic}.testimonialAuthor{display:flex;flex-direction:column;gap:4px}.testimonialAuthor strong{font-size:16px;color:#d32f2f;font-weight:700}.testimonialAuthor span{font-size:14px;color:#888}.blogsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.blogCard{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:24px;transition:transform .2s,box-shadow .2s,border-color .2s}.blogCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026;border-color:#d32f2f}.blogDate{font-size:14px;font-weight:700;color:#d32f2f;margin-bottom:12px}.blogCard h3{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.4}.opportunitiesGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px}.opportunityCard{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:24px;transition:transform .2s,box-shadow .2s,border-color .2s}.opportunityCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026;border-color:#d32f2f}.opportunityCard h3{font-size:18px;font-weight:700;color:#d32f2f;margin:0 0 16px}.opportunityList{list-style:none;padding:0;margin:0}.opportunityList li{font-size:14px;line-height:1.8;color:#555;padding:6px 0;border-bottom:1px solid #f0f0f0}.opportunityList li:last-child{border-bottom:none}.batchesList{max-width:800px;margin:0 auto}.batchCard{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:28px}.batchCard h3{font-size:20px;font-weight:700;color:#d32f2f;margin:0 0 20px}.batchList{list-style:none;padding:0;margin:0}.batchList li{font-size:15px;line-height:2;color:#555;padding:8px 0;border-bottom:1px solid #f0f0f0}.batchList li:last-child{border-bottom:none}.btn{display:inline-block;padding:12px 24px;background:#fff;border:2px solid #d32f2f;border-radius:6px;color:#d32f2f;font-weight:700;font-size:14px;text-decoration:none;cursor:pointer;transition:all .2s}.btn:hover{background:#d32f2f;color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #d32f2f4d}.btnPrimary{background:#d32f2f;color:#fff}.btnPrimary:hover{background:#b71c1c;border-color:#b71c1c}.footer{background:#1a1a1a;color:#fff;padding:48px 0 0}.footerGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;margin-bottom:32px}.footerLogo{width:120px;height:120px;object-fit:contain;margin-bottom:16px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.footerSection h3{font-size:18px;font-weight:700;margin:0 0 16px;color:#fff;text-transform:uppercase}.footerSection p{font-size:14px;line-height:1.7;color:#ccc;margin:0}.footerLinks{list-style:none;padding:0;margin:0}.footerLinks li{margin-bottom:10px}.footerLinks a{color:#ccc;text-decoration:none;font-size:14px;transition:color .2s}.footerLinks a:hover{color:#fff;text-decoration:underline}.footerContact{list-style:none;padding:0;margin:0}.footerContact li{font-size:14px;line-height:1.8;color:#ccc;margin-bottom:12px}.footerContact strong{color:#fff;font-weight:700}.footerBottom{background:#000;padding:20px 0;text-align:center;border-top:1px solid #333}.footerBottom p{margin:0;font-size:13px;color:#999}@media (max-width: 768px){.navInner{flex-direction:column;gap:16px}.logoImg{width:50px;height:50px}.brandMain{font-size:14px}.brandSub{font-size:11px}.navLinks{width:100%;justify-content:center;flex-wrap:wrap}.navLinks a{font-size:12px;padding:8px 12px}.topBarInner{justify-content:center}.contactInfo{flex-direction:column;gap:8px;font-size:12px}.heroLogo{width:140px;height:140px}.footerLogo{width:100px;height:100px}.posterContainer{width:80%!important;padding:0 16px}.coursePoster{border-radius:8px}.coursesGrid,.booksGrid,.testimonialsGrid,.blogsGrid,.opportunitiesGrid{grid-template-columns:1fr}.photoGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.photoCard{aspect-ratio:3 / 2}.footerGrid{grid-template-columns:1fr}.carouselContainer{height:350px}.carouselBtn{width:40px;height:40px}.carouselBtnPrev{left:10px}.carouselBtnNext{right:10px}.carouselDots{bottom:15px;padding:8px 15px;gap:8px}.carouselDot{width:10px;height:10px}.carouselDot.active{width:12px;height:12px}}.whatsappFloat{position:fixed;right:24px;bottom:24px;width:56px;height:56px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #0000004d;z-index:999;transition:transform .25s ease}.whatsappFloat:hover{transform:scale(1.1)}.visitorCounter{text-align:center;margin:12px 0;font-size:.9rem;color:#cfd6f0}.visitorCounter span{font-weight:600;color:#fff}
