@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";
:root{--primary:#1d4ed8;--primary-hover:#1e40af;--secondary:#0f172a;--accent:#f59e0b;--bg-color:#f8fafc;--bg-card:#fff;--bg-dark:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--color-primary:#1d4ed8;--color-primary-rgb:29, 78, 216;--color-primary-dark:#1e40af;--color-background:#f1f5f9;--color-surface:#fff;--color-border:#e2e8f0;--color-text:#0f172a;--color-text-light:#64748b;--color-success:#10b981;--color-success-rgb:16, 185, 129;--color-danger:#ef4444;--color-danger-rgb:239, 68, 68;--max-width:1280px;--header-height:140px;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-glow:0 0 20px #1d4ed84d;--transition-fast:.2s ease;--transition-normal:.3s ease-in-out}[data-theme=dark]{--bg-color:#0f172a;--bg-card:#1e293b;--text-main:#f8fafc;--text-muted:#94a3b8;--shadow-md:0 4px 6px -1px #00000080;--shadow-lg:0 10px 15px -3px #00000080}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{margin-bottom:.5em;font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--primary)}button{cursor:pointer;transition:all var(--transition-fast);border:none;outline:none;font-family:Inter,sans-serif}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.btn-primary{background-color:var(--primary);color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-md);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;display:inline-flex}.btn-primary:hover{background-color:var(--primary-hover);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.btn-outline{color:var(--primary);border:2px solid var(--primary);border-radius:var(--radius-md);background-color:#0000;padding:.75rem 1.5rem;font-weight:500}.btn-outline:hover{background-color:var(--primary);color:#fff}input,select,textarea{border:1px solid var(--text-muted);border-radius:var(--radius-md);background-color:var(--bg-card);width:100%;color:var(--text-main);transition:all var(--transition-fast);outline:none;padding:.75rem 1rem;font-family:Inter,sans-serif}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed81a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s ease-out forwards fadeIn}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader{animation:1s linear infinite spin}.exp_box1{background-color:var(--primary);color:#fff;text-align:center;cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:100px;margin-bottom:1rem;padding:1rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.exp_box1:hover{background-color:var(--secondary);transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.exp_box1 h5{color:#fff;margin-bottom:.25rem;font-size:1rem;font-weight:600}.exp_box1 p{color:#fffc;margin:0;font-size:.8rem}.responsive-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.responsive-grid.cols-2,.responsive-grid.cols-3,.responsive-grid.cols-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.responsive-grid.cols-3{grid-template-columns:repeat(3,1fr)}.responsive-grid.cols-4{grid-template-columns:repeat(4,1fr)}}.responsive-flex{flex-direction:column;gap:1rem;display:flex}@media (min-width:768px){.responsive-flex{flex-direction:row;align-items:center}}.section-padding{padding:3rem 2rem}@media (max-width:768px){.section-padding{padding:2rem 1rem}.hide-mobile{display:none!important}}.booking-container{grid-template-columns:minmax(0,1fr) 400px;align-items:start;gap:2rem;display:grid}@media (max-width:1024px){.booking-container{grid-template-columns:1fr}}.form-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}@media (max-width:600px){.form-grid{grid-template-columns:1fr}}
.Header-module__KHjLKa__topBar{background-color:var(--primary);color:#fff;max-height:50px;padding:.5rem 0;font-size:.85rem;transition:all .3s ease-in-out;overflow:hidden}.Header-module__KHjLKa__hiddenTopBar{opacity:0;max-height:0;padding:0}.Header-module__KHjLKa__topBarContainer{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin:0 auto;padding:0 2rem;display:flex}.Header-module__KHjLKa__topBarLeft,.Header-module__KHjLKa__topBarRight{align-items:center;gap:1rem;display:flex}.Header-module__KHjLKa__topBarLink{color:#fff;opacity:.9;transition:opacity var(--transition-fast);align-items:center;gap:.4rem;text-decoration:none;display:flex}.Header-module__KHjLKa__topBarLink:hover{opacity:1}.Header-module__KHjLKa__topBarDivider{opacity:.4}.Header-module__KHjLKa__socialIcons{align-items:center;gap:.8rem;display:flex}.Header-module__KHjLKa__socialIcon{color:#fff;opacity:.9;transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.Header-module__KHjLKa__socialIcon:hover{opacity:1;transform:translateY(-2px)}.Header-module__KHjLKa__topBarAuth{align-items:center;display:flex}@media (max-width:768px){.Header-module__KHjLKa__topBar{max-height:none;overflow:visible}.Header-module__KHjLKa__topBarContainer{flex-direction:column;justify-content:center;gap:.4rem;padding:.4rem 1rem}.Header-module__KHjLKa__topBarLeft{flex-direction:column;gap:.2rem}.Header-module__KHjLKa__topBarDivider,.Header-module__KHjLKa__socialIcons,.Header-module__KHjLKa__topBarRight .Header-module__KHjLKa__topBarDivider,.Header-module__KHjLKa__topBarAuth{display:none}}.Header-module__KHjLKa__header{background-color:var(--bg-card);box-shadow:var(--shadow-sm);height:var(--header-height);z-index:50;align-items:center;display:flex;position:sticky;top:0}.Header-module__KHjLKa__container{max-width:var(--max-width);justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding:0 2rem;display:flex}.Header-module__KHjLKa__logo{color:var(--primary);align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.Header-module__KHjLKa__logo img{object-fit:contain}.Header-module__KHjLKa__logoImage{width:auto;height:100px;transition:height .3s}@media (max-width:768px){.Header-module__KHjLKa__logoImage{height:60px}}.Header-module__KHjLKa__nav{display:none}@media (min-width:768px){.Header-module__KHjLKa__nav{align-items:center;gap:2rem;display:flex}}.Header-module__KHjLKa__navLink{color:var(--text-main);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.Header-module__KHjLKa__navLink:hover{color:var(--primary)}.Header-module__KHjLKa__actions{align-items:center;gap:1rem;display:flex}.Header-module__KHjLKa__applyNowBtn{display:none}@media (min-width:768px){.Header-module__KHjLKa__applyNowBtn{display:inline-flex}}.Header-module__KHjLKa__btnGroup{display:none}@media (min-width:1024px){.Header-module__KHjLKa__btnGroup{gap:1rem;display:flex}}.Header-module__KHjLKa__mobileMenuBtn{color:var(--text-main);cursor:pointer;background:0 0;border:none;padding:.5rem;display:block}@media (min-width:768px){.Header-module__KHjLKa__mobileMenuBtn{display:none}}.Header-module__KHjLKa__mobileMenu{top:calc(var(--header-height) + 40px);width:100%;height:calc(100vh - var(--header-height) - 40px);background-color:var(--bg-card);box-shadow:var(--shadow-md);border-top:1px solid var(--color-border);z-index:2000;flex-direction:column;gap:.8rem;padding:1.5rem 2rem;display:flex;position:fixed;left:0;overflow-y:auto}@media (min-width:768px){.Header-module__KHjLKa__mobileMenu{top:var(--header-height);height:auto;max-height:calc(100vh - var(--header-height) - 40px)}}.Header-module__KHjLKa__mobileMenu a{border-bottom:1px solid var(--color-border);padding:.5rem 0}.Header-module__KHjLKa__mobileMenu a:last-child{border-bottom:none}
.Footer-module__yg9ahW__footer{background-color:var(--secondary);color:var(--text-light);margin-top:auto;padding:4rem 2rem 2rem}.Footer-module__yg9ahW__container{max-width:var(--max-width);margin:0 auto}.Footer-module__yg9ahW__grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.Footer-module__yg9ahW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__yg9ahW__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.Footer-module__yg9ahW__logo{color:#fff;align-items:center;gap:.5rem;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.Footer-module__yg9ahW__logo img{object-fit:contain;height:48px}.Footer-module__yg9ahW__description{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.Footer-module__yg9ahW__socials{gap:1rem;display:flex}.Footer-module__yg9ahW__socialIcon{color:var(--text-muted);transition:color var(--transition-fast)}.Footer-module__yg9ahW__socialIcon:hover{color:var(--primary)}.Footer-module__yg9ahW__title{color:#fff;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.Footer-module__yg9ahW__links{flex-direction:column;gap:.75rem;display:flex}.Footer-module__yg9ahW__linkItem{color:var(--text-muted);transition:color var(--transition-fast);text-decoration:none}.Footer-module__yg9ahW__linkItem:hover{color:#fff}.Footer-module__yg9ahW__bottomBar{color:var(--text-muted);border-top:1px solid #ffffff1a;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.875rem;display:flex}@media (min-width:768px){.Footer-module__yg9ahW__bottomBar{flex-direction:row}}.Footer-module__yg9ahW__bottomLinks{gap:1.5rem;display:flex}
.Chatbot-module__O_7cYq__floatingButton{cursor:pointer;z-index:1000;background:linear-gradient(135deg,#1d4ed8,#1e40af);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:2rem;right:2rem;overflow:visible;box-shadow:0 12px 28px #1d4ed866}.Chatbot-module__O_7cYq__floatingButton:hover{transform:scale(1.05)translateY(-5px);box-shadow:0 15px 35px #1d4ed880}.Chatbot-module__O_7cYq__avatarSymbol{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.Chatbot-module__O_7cYq__floatingMotionImage{object-fit:cover;width:100%;height:100%;animation:.5s ease-out Chatbot-module__O_7cYq__avatarEntrance,3s ease-in-out infinite Chatbot-module__O_7cYq__symbolPulse}@keyframes Chatbot-module__O_7cYq__avatarEntrance{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes Chatbot-module__O_7cYq__symbolPulse{0%,to{filter:brightness();transform:scale(1)}50%{filter:brightness(1.15);transform:scale(1.1)}}.Chatbot-module__O_7cYq__floatingButton:not(:active){animation:4s ease-in-out infinite Chatbot-module__O_7cYq__floatingBounce}@keyframes Chatbot-module__O_7cYq__floatingBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.Chatbot-module__O_7cYq__chatContainer{z-index:1001;background:#f8fafc;border:1px solid #0000000d;border-radius:28px;flex-direction:column;width:480px;height:750px;max-height:calc(100vh - 100px);animation:.4s ease-out Chatbot-module__O_7cYq__slideUp;display:flex;position:fixed;bottom:5.5rem;right:2rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes Chatbot-module__O_7cYq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Chatbot-module__O_7cYq__chatHeader{color:#fff;text-align:center;background:linear-gradient(#1d4ed8,#1e3a8a);flex-direction:column;align-items:center;padding:1rem 1.5rem;display:flex;position:relative}.Chatbot-module__O_7cYq__headerControls{gap:.5rem;display:flex;position:absolute;top:1rem;right:1rem}.Chatbot-module__O_7cYq__minimizeBtn,.Chatbot-module__O_7cYq__closeButton{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s;display:flex}.Chatbot-module__O_7cYq__minimizeBtn:hover,.Chatbot-module__O_7cYq__closeButton:hover{background:#ffffff40}.Chatbot-module__O_7cYq__botAvatar{background:#fff;border-radius:50%;width:70px;height:70px;margin-bottom:.75rem;padding:3px;animation:4s ease-in-out infinite Chatbot-module__O_7cYq__floatingAvatar;position:relative;overflow:hidden;box-shadow:0 8px 20px #1d4ed84d}.Chatbot-module__O_7cYq__motionImage{object-fit:cover;border-radius:50%;width:100%;height:100%;animation:3s ease-in-out infinite Chatbot-module__O_7cYq__gentlePulse}@keyframes Chatbot-module__O_7cYq__floatingAvatar{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes Chatbot-module__O_7cYq__gentlePulse{0%,to{filter:brightness();transform:scale(1)}50%{filter:brightness(1.1);transform:scale(1.08)}}.Chatbot-module__O_7cYq__headerInfo h3{margin:0;font-size:1.4rem;font-weight:800}.Chatbot-module__O_7cYq__headerInfo p{opacity:.9;margin:.25rem 0 0;font-size:.9rem}.Chatbot-module__O_7cYq__whatsAppButton{color:#1f2937;cursor:pointer;background:#fff;border:none;border-radius:25px;align-items:center;gap:.5rem;margin-top:1rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #0000001a}.Chatbot-module__O_7cYq__whatsAppButton:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.Chatbot-module__O_7cYq__waIcon{color:#25d366}.Chatbot-module__O_7cYq__messagesContainer{z-index:2;background:#fff;border-radius:24px 24px 0 0;flex-direction:column;flex:1;gap:1rem;margin-top:-12px;padding:1.2rem;display:flex;overflow-y:auto}.Chatbot-module__O_7cYq__message{border-radius:18px;max-width:85%;padding:.8rem 1.1rem;font-size:1.1rem;line-height:1.6}.Chatbot-module__O_7cYq__userMessage{color:#1d4ed8;background:#eef2ff;border-bottom-right-radius:4px;align-self:flex-end}.Chatbot-module__O_7cYq__botMessage{color:#1f2937;background:#f1f5f9;border-bottom-left-radius:4px;align-self:flex-start}.Chatbot-module__O_7cYq__onboarding{flex-direction:column;gap:1.5rem;margin-top:.5rem;display:flex}.Chatbot-module__O_7cYq__suggestionList{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000008}.Chatbot-module__O_7cYq__suggestionItem{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:1rem;padding:1rem;transition:background .2s;display:flex}.Chatbot-module__O_7cYq__suggestionItem:last-child{border-bottom:none}.Chatbot-module__O_7cYq__suggestionItem:hover{background:#f8fafc}.Chatbot-module__O_7cYq__suggestionIcon{color:#1d4ed8;display:flex}.Chatbot-module__O_7cYq__suggestionLabel{color:#334155;flex:1;font-weight:500}.Chatbot-module__O_7cYq__arrow{color:#94a3b8}.Chatbot-module__O_7cYq__skillSpotlight{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:1.2rem;box-shadow:0 4px 12px #00000008}.Chatbot-module__O_7cYq__spotlightHeader{gap:.75rem;margin-bottom:1rem;display:flex}.Chatbot-module__O_7cYq__magicIcon{font-size:1.5rem}.Chatbot-module__O_7cYq__spotlightHeader h4{color:#1e293b;margin:0;font-size:1rem}.Chatbot-module__O_7cYq__spotlightHeader p{color:#64748b;margin:0;font-size:.8rem}.Chatbot-module__O_7cYq__spotlightList{flex-direction:column;gap:.75rem;display:flex}.Chatbot-module__O_7cYq__spotlightItem{color:#334155;cursor:pointer;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.9rem;display:flex}.Chatbot-module__O_7cYq__spotlightItem:hover{color:#1d4ed8}.Chatbot-module__O_7cYq__inputArea{background:#fff;border-top:1px solid #f1f5f9;padding:1rem 1.5rem}.Chatbot-module__O_7cYq__inputWrapper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex}.Chatbot-module__O_7cYq__menuIcon{color:#1d4ed8;cursor:pointer;font-size:1.2rem}.Chatbot-module__O_7cYq__inputWrapper input{background:0 0;border:none;outline:none;flex:1;padding:.5rem 0;font-size:1.1rem}.Chatbot-module__O_7cYq__sendButton{color:#1d4ed8;cursor:pointer;background:0 0;border:none;transition:transform .2s;display:flex}.Chatbot-module__O_7cYq__sendButton:hover:not(:disabled){transform:scale(1.1)}.Chatbot-module__O_7cYq__footerLinks{color:#1d4ed8;letter-spacing:.05em;justify-content:center;gap:1.5rem;margin-top:.75rem;font-size:.7rem;font-weight:600;display:flex}.Chatbot-module__O_7cYq__footerLinks span{cursor:pointer}.Chatbot-module__O_7cYq__footerLinks span:hover{text-decoration:underline}.Chatbot-module__O_7cYq__typingIndicator{background:#f1f5f9;border-radius:18px;gap:4px;width:fit-content;margin-bottom:.5rem;padding:12px 18px;display:flex}.Chatbot-module__O_7cYq__dot{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.4s infinite both Chatbot-module__O_7cYq__blink}.Chatbot-module__O_7cYq__dot:nth-child(2){animation-delay:.2s}.Chatbot-module__O_7cYq__dot:nth-child(3){animation-delay:.4s}@keyframes Chatbot-module__O_7cYq__blink{0%,80%,to{opacity:0}40%{opacity:1}}@media (max-width:480px){.Chatbot-module__O_7cYq__chatContainer{border-radius:0;width:100%;height:100vh;max-height:none;bottom:0;right:0}.Chatbot-module__O_7cYq__floatingButton{width:55px;height:55px;bottom:1.5rem;right:1.5rem}}
