.footer{background-color:#fff;color:#000;margin-top:auto;padding:40px 0 15px;border-top:1px solid #e0e0e0;position:relative}.footer:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background-color:#e74c3c}.footer .footerContainer{max-width:1366px;margin:0 auto;padding:0 20px 20px}@media(max-width:1366px){.footer .footerContainer{max-width:1280px}}@media(max-width:1024px){.footer .footerContainer{max-width:768px}}@media(max-width:738px){.footer .footerContainer{max-width:640px}}.footer .footerContent{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:40px;gap:40px;margin-bottom:25px}@media(max-width:1366px){.footer .footerContent{grid-template-columns:repeat(4,1fr);gap:30px}}@media(max-width:1024px){.footer .footerContent{grid-template-columns:repeat(4,1fr);gap:25px}}@media(max-width:738px){.footer .footerContent{grid-template-columns:1fr;gap:30px}}.footer .footerSection{display:flex;flex-direction:column;gap:12px}.footer .footerSection .footerLogo{display:flex;align-items:center;gap:8px;margin-bottom:8px}.footer .footerSection .footerLogo img{width:40px;height:40px}.footer .footerSection .footerLogo span{font-size:20px;font-weight:700;color:#000}.footer .footerSection .footerDescription{font-size:14px;line-height:1.6;color:#666;margin:0}.footer .footerSection .footerTitle{font-size:18px;font-weight:700;margin:0 0 8px;color:#000}.footer .footerSection .footerLinks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer .footerSection .footerLinks li a{color:#000;text-decoration:underline;font-size:14px;transition:color .3s ease}.footer .footerSection .footerLinks li a:hover{color:#e74c3c}.footer .footerSection .footerContact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer .footerSection .footerContact li{color:#666;font-size:14px;line-height:1.6}.footer .footerBottom{border-top:1px solid #e0e0e0;padding-top:15px;text-align:center}.footer .footerBottom p{margin:0;color:#666;font-size:14px}.liveChatBubble{position:fixed;bottom:20px;right:20px;z-index:1000;background-color:#fece51;color:#000;border:none;border-radius:50px;padding:12px 20px;display:flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;font-weight:600;font-size:14px;min-width:120px;justify-content:center}@media(max-width:738px){.liveChatBubble{bottom:15px;right:15px;padding:10px 16px;font-size:13px;min-width:110px}}.liveChatBubble:hover{background-color:#fdbd20;box-shadow:0 6px 16px rgba(0,0,0,.2);transform:translateY(-2px)}.liveChatBubble:active{transform:translateY(0)}.liveChatBubble .bubbleText{white-space:nowrap}.liveChatBubble .chatIcon,.liveChatBubble .closeIcon{flex-shrink:0;width:20px;height:20px}.liveChatBubble.open{border-radius:50px 50px 0 0;border-bottom:none}.liveChatWindow{position:fixed;bottom:80px;right:20px;width:380px;height:500px;background-color:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px rgba(0,0,0,.15);display:flex;flex-direction:column;z-index:999;overflow:hidden}@media(max-width:738px){.liveChatWindow{bottom:70px;right:15px;left:15px;width:auto;height:450px}}.liveChatWindow .chatHeader{background-color:#fece51;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.1);flex-shrink:0}.liveChatWindow .chatHeader .headerContent{display:flex;align-items:center;justify-content:space-between}.liveChatWindow .chatHeader .supportInfo{display:flex;align-items:center;gap:10px;font-weight:600;color:#000;font-size:15px}.liveChatWindow .chatHeader .supportInfo .statusIndicator{width:10px;height:10px;border-radius:50%;background-color:#4caf50;animation:pulse 2s infinite}.liveChatWindow .chatMessages{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:15px;background-color:#f9f9f9}@media(max-width:738px){.liveChatWindow .chatMessages{padding:15px}}.liveChatWindow .chatMessages .chatMessage{max-width:75%;display:flex;flex-direction:column;gap:5px}.liveChatWindow .chatMessages .chatMessage p{margin:0;padding:10px 14px;border-radius:18px;word-wrap:break-word;background-color:#e0e0e0;color:#000;font-size:14px;line-height:1.4}.liveChatWindow .chatMessages .chatMessage span{font-size:11px;color:#999;padding:0 4px}.liveChatWindow .chatMessages .chatMessage.own{align-self:flex-end}.liveChatWindow .chatMessages .chatMessage.own p{background-color:#fece51;color:#000}.liveChatWindow .chatMessages .chatMessage.own span{text-align:right}.liveChatWindow .chatInput{border-top:1px solid #e0e0e0;padding:12px;display:flex;align-items:flex-end;gap:10px;background-color:#fff;flex-shrink:0}.liveChatWindow .chatInput textarea{flex:1 1;min-height:40px;max-height:120px;border:1px solid #e0e0e0;border-radius:20px;padding:10px 16px;font-family:inherit;font-size:14px;resize:none;outline:none;overflow-y:auto}.liveChatWindow .chatInput textarea:focus{border-color:#fece51}.liveChatWindow .chatInput textarea::placeholder{color:#999}.liveChatWindow .chatInput button{width:40px;height:40px;background-color:#fece51;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:background-color .3s ease;flex-shrink:0}.liveChatWindow .chatInput button:hover{background-color:#fdbd20}.liveChatWindow .chatInput button:active{transform:scale(.95)}.liveChatWindow .chatInput button svg{width:20px;height:20px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}nav{height:100px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:100000}nav a{transition:all .4 ease}@media(max-width:738px){nav a{display:none}}nav a:hover{scale:1.05}nav .logo{font-weight:700;font-size:20px;display:flex;gap:10px;align-items:center;text-decoration:none;color:inherit}nav .logo img{width:35px;height:auto}nav .logo span{white-space:nowrap}@media(max-width:1024px){nav .logo span{display:none}}@media(max-width:738px){nav .logo span{display:initial}}nav .left{flex:3 1;display:flex;align-items:center;gap:25px}nav .left .dropdown{position:relative}nav .left .dropdown .dropdown-toggle{cursor:pointer;position:relative;padding-right:20px;white-space:nowrap}nav .left .dropdown .dropdown-toggle:after{content:"▼";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:10px;color:inherit;transition:transform .2s ease}nav .left .dropdown .dropdown-toggle:hover:after{transform:translateY(-50%) rotate(180deg)}nav .left .dropdown .dropdown-menu{position:absolute;top:calc(100% + 5px);left:0;background-color:#fff;min-width:200px;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:8px;padding:8px 0;z-index:1000;display:flex;flex-direction:column;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}nav .left .dropdown .dropdown-menu a{padding:12px 20px;text-decoration:none;color:#333;transition:background-color .2s ease;margin:0;display:block;white-space:nowrap}nav .left .dropdown .dropdown-menu a:hover{background-color:#f5f5f5;scale:1}nav .right{flex:2 1;display:flex;align-items:center;justify-content:flex-end;background-color:transparent;height:100%;z-index:1}nav .right,nav .right a{position:relative;pointer-events:auto}nav .right a{white-space:nowrap;padding:12px 24px;margin:0 10px;transition:all .4s ease;display:inline-block;z-index:2;cursor:pointer;text-decoration:none;min-width:-moz-fit-content;min-width:fit-content;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:738px){nav .right a{display:none}}nav .right a:hover{scale:1.05}nav .right a:active{transform:scale(.98)}nav .right .user{display:flex;align-items:center;font-weight:700}nav .right .user img{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:20px}@media(max-width:738px){nav .right .user span{display:none}}nav .right .user .profile{padding:12px 24px;background-color:#fece51;cursor:pointer;border:none;position:relative}nav .right .user .profile .notification{position:absolute;top:-8px;right:-8px;background-color:red;color:#fff;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center}nav.home-nav .right{background-color:#fcf5f3}@media(max-width:1024px){nav.home-nav .right{background-color:transparent}}@media(max-width:738px){nav.home-nav .right{background-color:transparent}}nav .userArea{position:relative}nav .userArea .userGreeting{display:flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;padding:8px 12px;border-radius:10px;transition:background .2s}@media(max-width:738px){nav .userArea .userGreeting{display:none}}nav .userArea .userGreeting:hover{background:rgba(0,0,0,.05)}nav .userArea .userGreeting .userAvatar{width:38px;height:38px;border-radius:50%;background:#fece51;display:flex;align-items:center;justify-content:center;font-size:16px;color:#1a1a2e;flex-shrink:0;font-weight:700}nav .userArea .userGreeting .userText{display:flex;flex-direction:column;text-align:left}nav .userArea .userGreeting .userText .welcomeText{font-size:13px;color:#333;white-space:nowrap}nav .userArea .userGreeting .chevron{font-size:12px;color:#888}nav .userArea .userDropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.12);padding:8px;min-width:200px;z-index:10000;display:flex;flex-direction:column;gap:4px;animation:fadeIn .15s ease}nav .userArea .userDropdown .portalLink{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;text-decoration:none;color:#333;font-size:14px;font-weight:700;transition:background .15s;background:#fff9e6;margin:0}nav .userArea .userDropdown .portalLink i{color:#c89800;font-size:15px}nav .userArea .userDropdown .portalLink:hover{background:#fef3c0;scale:1}nav .userArea .userDropdown .signOutBtn{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;border:none;background:none;color:#e53e3e;font-size:14px;font-weight:600;cursor:pointer;width:100%;transition:background .15s}nav .userArea .userDropdown .signOutBtn i{font-size:15px}nav .userArea .userDropdown .signOutBtn:hover{background:#fff5f5}nav .mobileSignOut{display:block;background:none;border:none;color:#fff;font-size:24px;padding:15px 20px;width:100%;text-align:center;cursor:pointer}nav .mobileSignOut:hover{background:hsla(0,0%,100%,.1)}nav .register{background-color:#fece51;transition:all .4s ease;position:relative;z-index:2;display:inline-block;cursor:pointer}nav .register:hover{scale:1.05;background-color:#f5c042}nav .menuIcon{display:none;z-index:100001;position:relative}nav .menuIcon img{width:36px;height:36px;cursor:pointer}@media(max-width:738px){nav .menuIcon{display:initial}}nav .menu{display:none}@media(max-width:738px){nav .menu{display:flex;position:fixed;top:0;right:-50%;background-color:#000;color:#fff;height:100vh;width:50%;transition:right .3s ease;flex-direction:column;align-items:center;font-size:24px;z-index:100000;padding:80px 0 20px}nav .menu a{display:block;transition:all .4s ease;padding:15px 20px;width:100%;text-align:center;text-decoration:none;color:#fff;cursor:pointer}nav .menu a:hover{scale:1.05;background-color:hsla(0,0%,100%,.1)}nav .menu a[href="/login"]{display:none}nav .menu.active{right:0}nav .menu .mobile-dropdown{width:100%;display:flex;flex-direction:column;align-items:center}nav .menu .mobile-dropdown a{padding:15px 20px;width:100%;text-align:center;text-decoration:none;color:#fff;cursor:pointer;font-size:24px}nav .menu .mobile-dropdown a:hover{background-color:hsla(0,0%,100%,.1)}nav .menu .mobile-dropdown .mobile-dropdown-menu{display:flex;flex-direction:column;width:100%;padding-left:0;margin-top:10px}nav .menu .mobile-dropdown .mobile-dropdown-menu a{padding:12px 20px;font-size:20px;color:#ccc;text-align:left;width:100%;text-decoration:none}nav .menu .mobile-dropdown .mobile-dropdown-menu a:hover{color:#fff;background-color:hsla(0,0%,100%,.1)}}.layout{min-height:100vh;max-width:1366px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;display:flex;flex-direction:column;border:none;outline:none}@media(max-width:1366px){.layout{max-width:1280px}}@media(max-width:1024px){.layout{max-width:768px}}@media(max-width:738px){.layout{max-width:640px}}.layout .content{flex:1 1;overflow-x:hidden;width:100%}