*{margin:0;padding:0;box-sizing:border-box}body.no-scroll{overflow:hidden}.navbar{display:flex;justify-content:space-between;align-items:center;padding:10px;position:fixed;top:0;width:100%;background-color:#f0f7ff;color:#4b3832;box-shadow:0 4px 8px #0000001a;z-index:1000;border-radius:0;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.navbar .logo{font-size:0rem;text-transform:uppercase;color:#ff7e5f}.nav-links{display:flex;gap:20px}.nav-links .nav-link{text-decoration:none;color:#4b3832;padding:10px 12px;border-radius:5px;font-size:1rem;display:flex;align-items:center;gap:8px;transition:background-color .3s ease,color .3s ease}.nav-links .nav-link:hover,.nav-links .nav-link.active{background-color:orange;color:#fff}.nav-links .nav-icon{font-size:1.3rem}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:25px;cursor:pointer}.hamburger .line{width:100%;height:3px;background-color:#4b3832;transition:all .3s ease}.hamburger.active .line1{transform:rotate(45deg) translateY(7px)}.hamburger.active .line2{opacity:0}.hamburger.active .line3{transform:rotate(-45deg) translateY(-7px)}@media (max-width: 768px){.hamburger{display:flex}.hamburger .up-arrow-btn{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.nav-links{position:fixed;top:0;left:-100%;width:75%;height:100%;background-color:#fff;flex-direction:column;padding-top:60px;transition:left .5s ease-in-out;z-index:999;box-shadow:0 0 10px #0003;border-radius:0 15px 15px 0;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.nav-links.active{left:0}.nav-links .nav-link{width:100%;padding:10px 15px;font-size:1rem;border-bottom:1px solid rgba(75,56,50,.3)}.nav-links .nav-link:hover,.nav-links .nav-link.active{background-color:#4b83be;color:#fff}}.scroll-indicator{position:fixed;top:0;left:0;height:4px;width:0%;background:#346da9;z-index:1100;transition:width 0s ease-out}@media (min-width: 768px){.mobile-cart{position:absolute;right:60px;top:15px}.cart-icon{color:#ff7e5f;font-size:25px;cursor:pointer;margin-left:90px;display:none}}@media (max-width: 768px){.mobile-cart{position:absolute;right:60px;top:15px}.cart-icon{color:#ff7e5f;font-size:25px;cursor:pointer;margin-left:140px}}.cart-badge{position:absolute;top:-8px;right:-8px;background-color:green;color:#fff;border-radius:50%;padding:4px 8px;font-size:12px}.cart-icon{position:relative}a{color:#757373}.main{max-width:900px;margin:auto;padding:4rem 1rem 1rem;font-family:Arial,sans-serif}h1{text-align:center;font-size:1rem;margin-bottom:1rem}h5{text-align:center}.student-card{border:1px solid #aaa;border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 5px #0000000d}.student-header{background-color:#f9f9f9;padding:.75rem 1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:400;font-size:1rem;color:#4b83be;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.student-table-container{padding:1rem;overflow-x:auto}.student-table{width:100%;border-collapse:collapse;min-width:300px}.student-table th,.student-table td{border:1px solid #ccc;padding:8px 12px;text-align:left;font-size:.95rem}.student-table td{white-space:nowrap}@media (max-width: 600px){.student-header{flex-direction:column;align-items:flex-start;gap:4px}h1{font-size:1rem;text-decoration:underline}h5{font-size:.8rem;align-items:center;text-align:center;padding-bottom:10px}.student-table th,.student-table td{padding:6px 8px;font-size:.85rem}}.skeleton{background:#e2e2e2;border-radius:4px;position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(to right,transparent 0%,#f0f0f0 50%,transparent 100%);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{left:-150px}to{left:100%}}.skeleton-line{height:16px;margin:10px 0}.skeleton-card{border:1px solid #aaa;border-radius:8px;padding:1rem;margin:1rem 0}.carousel{position:relative;width:100%;height:70vh;overflow:hidden;background-color:#f0f0f0;margin:49px 0 0;box-shadow:0 4px 20px #0000004d;background:linear-gradient(transparent,#00000080);scroll-behavior:smooth;will-change:transform;padding-top:0}.carousel-images{display:flex;transition:transform .5s ease-in-out;width:100%;height:100%;will-change:transform}.carousel-item{flex:0 0 100%;height:100%;position:relative}.carousel-item img{width:100%;height:100%;object-fit:cover;filter:brightness(.85);transition:filter .3s ease}.carousel-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(transparent,#0000);pointer-events:none}.carousel-item:hover img{filter:brightness(1)}.carousel-controls{position:absolute;top:50%;left:0;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none;z-index:10}.carousel-controls button{pointer-events:auto;background-color:#0000001a;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:7px;border-radius:0 10px 10px 0;transition:all .3s ease;box-shadow:0 4px 15px #0006;background:radial-gradient(circle,#0000,#0000)}#second{border-radius:10px 0 0 10px}.carousel-controls button:hover{background-color:#0000;transform:scale(1.15);box-shadow:0 4px 20px #000000b3;transition:all .4s ease}.carousel-dots{position:absolute;bottom:15px;width:100%;display:flex;justify-content:center;gap:8px;z-index:10}.carousel-dots button{width:5px;height:5px;background-color:#ffffffb3;border:none;border-radius:50%;cursor:pointer;transition:background-color .3s ease,transform .3s ease;box-shadow:0 0 10px #0003}.carousel-dots button.active{background-color:#fff;transform:scale(1.2);box-shadow:0 0 15px #0000004d}.carousel-dots button:hover{background-color:#ccc;transform:scale(1.1);box-shadow:0 0 12px #0000004d}@media (max-width: 480px){.carousel{height:20.5vh;margin-top:12%}.carousel-controls button{font-size:1rem;padding:6px}}@media (min-width: 481px) and (max-width: 768px){.carousel{height:30vh}}@media (min-width: 769px){.carousel{height:65vh}.carousel-dots button{width:10px;height:10px}}@media (min-width: 769px) and (max-width: 1024px) and (orientation: portrait){.carousel{height:35vh}.carousel-controls button{font-size:1.4rem;padding:8px}.carousel-dots button{width:10px;height:10px}}*{font-family:sans-serif}.slider-container{padding:20px;background:#f0f7ff;border:1px solid #ddd}.heading{font-size:17px;font-weight:700;margin-bottom:1rem;color:#4b83be}.slider{display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding-bottom:10px;scrollbar-width:none}.slider::-webkit-scrollbar{display:none}.card{scroll-snap-align:start;flex:0 0 auto;width:300px;height:200px;border-radius:10px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease;background-size:cover;background-position:center;position:relative;overflow:hidden}.card:hover{transform:scale(1.05)}.card-overlay{width:100%;height:100%;display:flex;align-items:flex-end;border-radius:10px;padding:10px;box-sizing:border-box}.card-content{color:#000;text-shadow:1px 1px 2px rgba(255,255,255,.7);display:flex;flex-direction:column;gap:2px}.card-content p{margin:0;font-size:1rem;font-weight:500}.fees123{display:inline-block;background-color:#000000b3;color:#fff;padding:4px 8px;border-radius:6px;font-weight:700;text-shadow:1px 1px 2px #000;width:fit-content}@media (max-width: 768px){.card{width:260px;height:100px}.card-content p,.fees123{font-size:.9rem}}.study-container{padding:20px;font-family:Segoe UI,sans-serif;margin:auto;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.study-title{font-size:22px;font-weight:600;color:#4b83be;margin-bottom:20px}.card1{border:1px solid #e0e0e0;border-radius:10px;padding:12px;background-color:#f0f7ff;text-align:center;box-shadow:0 1px 3px #00000014;transition:transform .2s ease}.card:hover{transform:translateY(-3px)}.card-icon{width:30px;height:30px;margin-bottom:8px}.card-title{font-size:14px;font-weight:500;color:#333}@media (min-width: 768px){.cards-grid{grid-template-columns:repeat(4,1fr)}.card1{padding:16px}.card-icon{width:36px;height:36px}.card-title{font-size:15px}}.cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width: 768px){.cards-grid{grid-template-columns:repeat(5,1fr);gap:16px}}.rooms-section{background:linear-gradient(135deg,#fff,#f8f9fa);background:#f0f7ff;padding:0rem 0;overflow:hidden;align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:57px;box-shadow:0 4px 20px #0000004d;border-radius:1rem;position:relative;padding:20px;will-change:transform}.rooms-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:0rem;background:linear-gradient(135deg,#1e293b,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.rooms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem 0}.room-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease;will-change:transform;align-items:center}.room-card:hover{transform:translateY(-10px)}.room-image{width:250px;height:250px;object-fit:cover;border-radius:50%;text-align:center}.room-content{padding:1.5rem}.room-content h3{font-size:1rem;margin-bottom:1rem;color:#1e293b}.room-content p{color:#4b5563;line-height:1.6}@media screen and (max-width: 1024px){.rooms-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.rooms-grid{grid-template-columns:1fr}}.room-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease;will-change:transform;display:flex;flex-direction:column;align-items:center;text-align:center}.room-image{object-fit:cover;animation:wave 3s ease-in-out infinite;border-bottom:1px solid #ccc}@keyframes wave{0%{transform:scale(1) rotate(0) translateY(0)}25%{transform:scale(1.02) rotate(-1deg) translateY(-5px)}50%{transform:scale(1.03) rotate(0) translateY(0)}75%{transform:scale(1.02) rotate(1deg) translateY(5px)}to{transform:scale(1) rotate(0) translateY(0)}}lite-youtube{background-color:#000;position:relative;display:block;contain:content;background-position:center center;background-size:cover;cursor:pointer;max-width:720px}lite-youtube:before{content:attr(data-title);display:block;position:absolute;top:0;background-image:linear-gradient(180deg,#000000ab,#0000008a 14%,#00000026 54%,#0000000d 72%,#0000 94%);height:99px;width:100%;font-family:YouTube Noto,Roboto,Arial,Helvetica,sans-serif;color:#eee;text-shadow:0 0 2px rgba(0,0,0,.5);font-size:18px;padding:25px 20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box}lite-youtube:hover:before{color:#fff}lite-youtube:after{content:"";display:block;padding-bottom:56.25%}lite-youtube>iframe{width:100%;height:100%;position:absolute;top:0;left:0;border:0}lite-youtube>.lty-playbtn{display:block;width:100%;height:100%;background:no-repeat center/68px 48px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');position:absolute;cursor:pointer;z-index:1;filter:grayscale(100%);transition:filter .1s cubic-bezier(0,0,.2,1);border:0}lite-youtube:hover>.lty-playbtn,lite-youtube .lty-playbtn:focus{filter:none}lite-youtube.lyt-activated{cursor:unset}lite-youtube.lyt-activated:before,lite-youtube.lyt-activated>.lty-playbtn{opacity:0;pointer-events:none}.lyt-visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.youtube-slider-wrapper{padding:20px;background-color:#f9f9f9;overflow:hidden}.youtube-slider-heading{font-size:24px;font-weight:700;margin-bottom:16px;color:#4b83be}.youtube-slider{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:16px;padding-bottom:10px;scrollbar-width:none;-ms-overflow-style:none}.youtube-slider::-webkit-scrollbar{display:none}.youtube-slider-card{min-width:320px;flex:0 0 auto;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;overflow:hidden;display:flex;flex-direction:column}lite-youtube{width:100%;height:200px;border-top-left-radius:12px;border-top-right-radius:12px}.youtube-card-info{padding:12px;font-size:14px}.youtube-card-info h3{margin:8px 0 4px;font-size:18px;color:#222}.youtube-card-info p{margin:2px 0;font-size:14px;color:#666}.youtube-card-info strong{display:block;margin-top:8px;font-size:16px;color:#000}.contact-buttons{position:fixed;right:20px;top:30%;display:flex;flex-direction:column;gap:10px;z-index:1000;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.contact-buttons a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#25d366;color:#fff;border-radius:50%;text-decoration:none;font-size:24px;box-shadow:0 4px 8px #0003;transition:background-color .3s,transform .3s}.contact-buttons a.phone-button{background-color:#00a7fa}.contact-buttons a:hover{transform:scale(1.1)}@media screen and (max-width: 768px){.contact-buttons{right:10px;top:40%}.contact-buttons a{width:40px;height:40px;font-size:20px}}.contact-buttons{position:fixed;right:20px;display:flex;gap:10px;opacity:0;transition:opacity .3s ease-in-out}.contact-buttons.visible{opacity:1}.phone-button,.whatsapp-button,.map-button{background-color:#007bff;color:#fff;border:none;padding:10px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.up-arrow-btn{position:fixed;bottom:30px;right:30px;background-color:#00000080;color:#fff;border:none;border-radius:50%;padding:10px;font-size:24px;cursor:pointer;transition:background-color .3s ease;z-index:1000;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.up-arrow-btn:hover{background-color:#000000b3}.up-arrow-btn.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.up-arrow-btn{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.footer{background-color:#f0f7ff;color:#1f2937;padding:60px 40px 30px;margin-top:0;animation:fadeInUp .7s ease-in-out;font-family:Segoe UI,sans-serif}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px}.footer-heading,.footer-title{color:#111827;font-size:18px;margin-bottom:15px}.footer-text{color:#374151;font-size:14px;line-height:1.6}.footer-list,.footer-links,.footer-list ul,.footer-list li{list-style:none!important;margin:0;padding:0}.footer-list li,.footer-links li{margin-bottom:10px;font-size:14px;color:#374151;display:flex;align-items:center}.footer-list a,.footer-link{color:#1f2937;text-decoration:none;display:flex;align-items:center}.footer-list a:hover,.footer-link:hover{color:#2563eb;text-decoration:underline}.icon{margin-right:8px;color:#2563eb}.social-icons a{display:inline-block;color:#1f2937;margin-right:12px;font-size:18px;transition:color .3s}.social-icons a:hover{color:#2563eb}.footer-bottom{text-align:center;font-size:13px;color:#6b7280;border-top:1px solid #d1d5db;padding-top:20px;line-height:1.6}.footer-bottom a{color:#6b7280;text-decoration:none}.footer-bottom a:hover{color:#2563eb}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.footer{padding:40px 20px 20px}.footer-heading{font-size:16px}.footer-text,.footer-list li,.footer-list a{font-size:13px}.footer-bottom{font-size:12px;padding-top:15px}.social-icons a{margin-right:10px;font-size:16px}}@media (max-width: 480px){.footer-grid{grid-template-columns:1fr;gap:30px}.footer{padding:30px 15px 20px}.footer-bottom{font-size:11px;padding-top:10px}}.mcq-container{padding:20px;margin:5% auto 10%;font-family:Segoe UI,sans-serif;background:#f5f5f5;border-radius:10px;box-shadow:0 0 10px #ccc;max-width:700px}.mcq-input,.mcq-select{display:block;margin:10px auto;padding:10px;width:100%;max-width:320px;border-radius:5px;border:1px solid #ccc}.mcq-button{padding:10px 20px;background-color:#1e3c72;color:#fff;border:none;border-radius:5px;cursor:pointer}.mcq-question{background:#fff;padding:15px;margin:10px 0;border-radius:8px;box-shadow:0 0 5px #0000001a}.mcq-option{display:block;margin:5px 0}.mcq-submitButton{margin-top:20px;padding:12px 25px;background-color:#ff9800;color:#fff;border:none;font-weight:700;border-radius:6px;cursor:pointer}.mcq-timer{text-align:center;font-weight:700;font-size:18px;color:#d32f2f}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-box{background:#fff;padding:20px 30px;border-radius:10px;text-align:center;max-width:400px;width:90%;box-shadow:0 0 20px #00000080}.modal-box button{margin-top:15px;padding:8px 16px;background-color:#28a745;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700}@media (max-width: 768px){.mcq-container{padding:10% 30px 30px;margin-top:20%;width:90%}.mcq-input,.mcq-select{width:90%}.mcq-question{font-size:16px;padding:12px}.mcq-submitButton,.mcq-button{width:100%;font-size:16px}.modal-box{padding:15px 20px}}@media (max-width: 480px){.mcq-timer{font-size:16px}.mcq-question{font-size:15px}.modal-box button{width:100%}}#h2{font-size:20px;color:#1e3c72;font-weight:700;margin-bottom:10px;text-align:center}#h3{font-size:10px;color:#1e3c72;margin-bottom:0;text-align:center;color:#d32f2f}
