@import"https://fonts.googleapis.com/css2?family=League+Spartan&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Arial,sans-serif;overflow:hidden;background-color:#eda6a6}.main-container{display:flex;height:100vh;position:relative;flex-direction:row}.left-half,.right-half{flex:1;position:relative;padding:60px 40px;overflow:hidden}.left-half{background-color:#eda6a6;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.right-half{background-color:#b0d7d2;padding:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-shrink:0}.text-container{display:flex;flex-direction:column;width:100%;margin-top:-120px}.wotw-text{font-size:48px;font-weight:700;color:#000;line-height:1.2;text-align:left;margin-top:0;margin-bottom:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.journey-text{margin-top:0;font-size:34px;font-weight:800;color:#000;line-height:1;font-family:League Spartan,sans-serif;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.typewriter-line{display:inline-block;white-space:nowrap;overflow:hidden;width:0;border-right:2px solid black}.typed-line{width:auto;border-right:none;animation:none}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:transparent}}.green-text{color:green;font-size:larger;font-family:League Spartan,sans-serif}.top-right-logo{position:absolute;top:-20px;right:20px;width:250px;max-width:90%;height:auto;z-index:10}.simple-links{color:#000;font-size:16px;margin-bottom:0;margin-top:30px;width:100%;text-align:left;display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:15px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:5px;align-items:center}.simple-links a{color:#000;text-decoration:none;transition:color .3s;white-space:nowrap;flex-shrink:0;display:flex;align-items:center}.simple-links a:hover{color:#007bff;text-decoration:underline}.simple-links i{font-size:1.2em;margin-right:8px;transition:font-size .3s}.simple-links .link-text{transition:opacity .3s,width .3s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.girls-image-main{position:absolute;bottom:-115px;left:52%;transform:translate(-48%);z-index:2;max-width:80vh;width:100%}.girls-image-main img{max-height:100vh;width:100%;object-fit:contain;display:block}.bottom-right-controls{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;align-items:flex-end;gap:12px;z-index:200}.chat-toggle-button{background-color:#007bff;color:#fff;border:none;border-radius:50px;padding:14px 22px;font-size:17px;cursor:pointer;box-shadow:0 6px 15px #00000040;transition:background .3s ease,transform .2s ease}.chat-toggle-button:hover{background-color:#0056b3;transform:translateY(-2px)}.chatbot-container{width:320px;background:#fafafa;border-radius:10px;padding:15px;box-shadow:0 5px 20px #0003;z-index:100;display:flex;flex-direction:column;max-height:500px;position:absolute;bottom:calc(100% + 15px);right:0;box-sizing:border-box}#chat-window{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px;max-height:350px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;flex-grow:1;scroll-behavior:smooth}.chatbot-input-wrapper{display:flex;gap:10px;margin-top:15px}#chat-input{padding:12px;border-radius:6px;border:1px solid #bbb;flex:1;font-size:15px;box-sizing:border-box}#chat-input:disabled{background-color:#e9e9e9;cursor:not-allowed}.chatbot-container button{padding:12px 18px;border:none;background-color:#007bff;color:#fff;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.chatbot-container button:hover{background-color:#0056b3}.chatbot-container button:disabled{background-color:#a0c9e8;cursor:not-allowed}.chat-msg{padding:10px 15px;border-radius:18px;font-size:14px;max-width:85%;word-wrap:break-word;margin-bottom:6px;line-height:1.4;box-shadow:0 1px 2px #0000000d}.chat-msg.user{background-color:#dff0d8;align-self:flex-end;text-align:right;border-bottom-right-radius:5px;border-top-right-radius:18px}.chat-msg.bot{background-color:#e6f2ff;align-self:flex-start;text-align:left;border-bottom-left-radius:5px;border-top-left-radius:18px}.chat-options{margin-top:15px;display:flex;flex-direction:column;gap:10px;width:100%;align-items:stretch}.chat-option{padding:10px 15px;border:1px solid #007bff;background-color:#fff;color:#007bff;border-radius:25px;cursor:pointer;text-align:center;transition:background-color .3s,color .3s,border-color .3s;width:100%;font-size:15px;box-shadow:0 2px 5px #0000001a}.chat-option:hover{background-color:#007bff;color:#fff;border-color:#0056b3}.contact-inputs{display:flex;flex-direction:column;gap:10px;margin-top:15px;padding:15px;background-color:#f0f0f0;border-radius:10px;box-shadow:inset 0 1px 4px #0000001a}.chat-input-field{width:100%;padding:12px;border:1px solid #ccc;border-radius:6px;font-size:15px;box-sizing:border-box}.chat-submit-button{background-color:#007bff;color:#fff;padding:12px 20px;border:none;border-radius:6px;cursor:pointer;font-size:15px;font-weight:700;transition:background-color .2s ease;align-self:flex-end}.chat-submit-button:hover{background-color:#0056b3}.chatbot-input-wrapper input:disabled,.contact-inputs .chat-input-field:disabled{background-color:#e9ecef;cursor:not-allowed}.chatbot-input-wrapper button:disabled,.contact-inputs .chat-submit-button:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width: 768px){.main-container{flex-direction:column;height:auto;min-height:100vh;overflow-y:auto}html,body{overflow-y:auto}.left-half,.right-half{flex:none;width:100%;padding:20px;overflow:visible;min-height:auto;position:static}.left-half{background-color:#eda6a6;order:4;justify-content:flex-start;align-items:center;padding-top:0;padding-bottom:20px}.right-half{background-color:#b0d7d2;order:1;justify-content:flex-start;align-items:center;padding-top:20px;padding-bottom:0;min-height:auto}.top-right-logo{position:static;margin:0 auto 20px;width:200px;max-width:80%;padding-top:0;order:1}.girls-image-main{position:static;transform:none;left:auto;bottom:auto;width:100%;max-width:350px;margin:0 auto 20px;order:2}.girls-image-main img{max-height:60vh;object-fit:contain}.text-container{width:100%;align-items:center;order:3;margin-top:-10px;margin-bottom:0}.wotw-text{font-size:1.8em;text-align:center;white-space:normal;overflow:visible;text-overflow:clip;margin-top:0;margin-bottom:10px;max-width:90%}.journey-text{font-size:1.2em;text-align:center;white-space:normal;overflow:visible;text-overflow:clip;margin-top:0;max-width:90%}.journey-second-line{display:block;white-space:normal}.simple-links{font-size:16px;justify-content:center;gap:15px;overflow-x:hidden;order:5;margin-top:20px;margin-bottom:20px}.simple-links a{padding:5px}.simple-links .link-text{display:none}.simple-links i{margin-right:0;font-size:1.6em}.bottom-right-controls{bottom:20px;right:20px;left:auto;transform:none;flex-direction:column;align-items:flex-end;gap:12px;width:auto;max-width:none}.chat-toggle-button{width:auto;max-width:none;font-size:17px;padding:14px 22px}.chatbot-container{width:300px;max-width:90vw;right:0;left:auto;transform:none;bottom:calc(100% + 15px);padding:15px}#chat-window{max-height:250px;padding:12px}.chat-msg{font-size:14px;padding:10px 15px}.chat-option{font-size:15px;padding:10px 15px}.contact-inputs{padding:15px}.chat-input-field,.chat-submit-button{font-size:15px;padding:12px}.right-half>*:not(.top-right-logo){margin-bottom:0}}@media (max-width: 480px){.left-half,.right-half{padding:15px 10px}.top-right-logo{width:150px;margin-bottom:15px}.girls-image-main{max-width:280px;margin-bottom:15px}.girls-image-main img{max-height:55vh}.wotw-text{font-size:1.5em;margin-bottom:8px}.journey-text{font-size:1em;margin-bottom:20px}.simple-links{font-size:14px;gap:10px;margin-top:15px}.simple-links i{font-size:1.4em}.bottom-right-controls{bottom:15px;right:15px;gap:10px}.chat-toggle-button{font-size:15px;padding:12px 18px}.chatbot-container{width:260px;max-width:95vw;bottom:calc(100% + 10px);padding:10px}#chat-window{max-height:180px;padding:8px}.chat-msg{font-size:12px;padding:6px 10px}.chat-option{font-size:13px;padding:8px 12px}.contact-inputs{padding:10px}.chat-input-field,.chat-submit-button{font-size:13px;padding:10px}}@media (max-height: 480px) and (orientation: landscape){.main-container{flex-direction:column;height:auto;min-height:100vh;overflow-y:auto}.left-half,.right-half{padding:10px;min-height:auto}.top-right-logo{width:120px;margin-bottom:10px}.girls-image-main{max-width:200px;margin-bottom:10px}.girls-image-main img{max-height:50vh}.wotw-text{font-size:1em;margin-bottom:5px}.journey-text{font-size:.8em}.simple-links{font-size:12px;gap:5px;margin-top:10px}.simple-links i{font-size:1.2em}.bottom-right-controls{bottom:10px;right:10px;gap:8px}.chat-toggle-button{padding:8px 12px;font-size:13px}.chatbot-container{width:200px;max-width:70vw;bottom:calc(100% + 8px);padding:8px}#chat-window{max-height:150px;padding:6px}.chat-msg{font-size:11px;padding:5px 8px}.chat-option{font-size:12px;padding:7px 10px}.contact-inputs{padding:8px}.chat-input-field,.chat-submit-button{font-size:12px;padding:8px}}.journey-second-line{display:inline-block;white-space:nowrap;vertical-align:top}.mobile-break{display:none!important}.text-spacer{height:1rem;width:100%}.dynamic-text-order{display:flex;flex-direction:column}@media (min-width: 768px){.dynamic-text-order{flex-direction:column-reverse}}
