body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.spinner-container{align-items:center;display:flex;height:100vh;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#ff6f61;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/static/media/Montserrat-VariableFont_wght.29d23d38bf1ff3e03263.woff2) format("woff2")}body,h1,h2,h3,p,ul{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;margin:0;padding:0}html{font-size:16px}.App{background:#f5f5f5;display:flex;flex-direction:column;min-height:100vh;text-align:center}.navbar{align-items:center;background:#2d5d7c;box-shadow:0 4px 6px #0000001a;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;padding:1rem 1.5rem}.logo{font-size:1.2rem;margin-bottom:.5rem}.nav-links{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;list-style:none}.nav-links li{border-radius:5px;cursor:pointer;font-size:1rem;padding:.5rem .75rem;transition:background .3s ease}.nav-links li:hover{background:#ffffff1a}.login-btn,.manage-btn,.track-btn{background:#ff6f61;border-radius:5px;color:#fff;padding:.5rem 1rem;transition:background .3s ease}.login-btn:hover,.manage-btn:hover,.track-btn:hover{background:#e65a50}.nav-links li a{text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.nav-links li a,.nav-links li.home-btn a{border-radius:5px;color:#fff;padding:8px 12px}.nav-links li.home-btn a{background:#0000;transition:background .3s ease}.nav-links li.home-btn a:hover{background:#ffffff1a;transform:none}.hero-section{background-color:#2d5d7c;color:#fff;overflow:hidden;padding:6rem 1.25rem;position:relative;text-align:left}.hero-section h1{font-size:2.5rem;margin-bottom:1.25rem;max-width:100%}.hero-section p{font-size:1.1rem;margin-bottom:2.5rem;max-width:100%}.hero-section:before{background:#2d5d7ccc;content:"";z-index:1}.hero-image,.hero-section:before{height:100%;left:0;position:absolute;top:0;width:100%}.hero-image{background-color:#2d5d7c;background-position:50%;background-size:cover;object-fit:cover;z-index:0}.hero-content{position:relative;z-index:2}.primary-cta{background:#ff6f61;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:1.125rem;padding:.75rem 1.5rem;text-decoration:none;transition:background .3s ease}.primary-cta:hover{background:#e65a50}.services-overview{background:#fff;padding:5rem 1.25rem}.services-overview h2{color:#2d5d7c;font-size:2rem;margin-bottom:2.5rem}.services-list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.service-card{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;max-width:300px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease;width:100%}.service-card:hover{box-shadow:0 8px 20px #0003;transform:translateY(-10px)}.service-card h3{color:#2d5d7c;font-size:1.5em;margin-bottom:15px}.service-card p{color:#666;font-size:1em}.why-choose{background:url(/static/media/why-choose-bg.310e28517354ea554c08.webp) no-repeat 50%/cover;color:#fff;padding:5rem 1.25rem;position:relative;text-align:center}.why-choose:before{background:#2d5d7ccc;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.why-choose h2{color:#fff;font-size:2rem;margin-bottom:2.5rem;position:relative;z-index:1}.why-choose ul{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;list-style:none;padding:0;position:relative;z-index:1}.why-choose li{align-items:center;background:#ffffff1a;border-radius:8px;color:#fff;display:flex;font-size:1rem;gap:10px;margin:10px 0;max-width:300px;padding:15px 20px;transition:background .3s ease,transform .3s ease;width:100%}.why-choose li:hover{background:#fff3;transform:translateY(-5px)}.why-choose li:before{color:#ff6f61;content:"✔";font-size:1.5em}.seo-content{background:linear-gradient(135deg,#f8fafc,#e6f0f9);padding:5rem 1.25rem;text-align:center}.seo-container{background:#fff;border-radius:12px;box-shadow:0 10px 30px #2d5d7c14;margin:0 auto;max-width:1200px;overflow:hidden;padding:2.5rem;position:relative}.seo-container:before{background:linear-gradient(90deg,#2d5d7c,#ff6f61);content:"";height:5px;left:0;position:absolute;top:0;width:100%}.seo-content h2{color:#2d5d7c;font-size:2.25rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem;position:relative}.seo-content h2:after{background:#ff6f61;border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.seo-intro{color:#444;font-size:1.2rem;line-height:1.8;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:900px}.seo-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:3rem 0}.seo-feature-card{background:#fff;border-radius:10px;border-top:4px solid #2d5d7c;box-shadow:0 5px 15px #2d5d7c0d;overflow:hidden;padding:2rem;position:relative;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.seo-feature-card:hover{box-shadow:0 12px 25px #2d5d7c1a;transform:translateY(-8px)}.seo-feature-card h3{color:#2d5d7c;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.seo-feature-card p{color:#555;font-size:1.05rem;line-height:1.7}.seo-feature-icon{color:#ff6f61;font-size:2.5rem;margin-bottom:1rem}.seo-cta{background:#ff6f61;border-radius:8px;box-shadow:0 4px 6px #2d5d7c1a;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;margin-top:2rem;padding:1.2rem 2.5rem;text-decoration:none;transition:all .3s ease}.seo-cta:hover{background:#e65a50;box-shadow:0 6px 12px #2d5d7c26;transform:translateY(-2px)}.service-areas{background:linear-gradient(135deg,#2d5d7c,#1f4a6a);border-radius:10px;color:#fff;margin-top:3rem;padding:1.8rem;text-align:center}.service-areas h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.service-areas p{font-size:1.1rem;line-height:1.7;margin-bottom:0}@media (max-width:992px){.seo-container{padding:2rem}.seo-features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.seo-content{padding:3rem 1rem}.seo-content h2{font-size:2rem}.seo-intro{font-size:1.1rem}}@media (max-width:576px){.seo-container{padding:1.5rem}.seo-features{grid-template-columns:1fr}.seo-content h2{font-size:1.8rem}}.testimonials{background:#f5f5f5;padding:5rem 1.25rem}.testimonials h2{color:#2d5d7c;font-size:2rem;margin-bottom:2.5rem}.testimonial-cards{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.testimonial-card{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;max-width:300px;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:100%}.testimonial-card:hover{box-shadow:0 8px 20px #0003;transform:translateY(-10px)}.testimonial-card p{color:#333;font-size:1em;margin:10px 0}.booking-form-popup{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.booking-form-popup-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:600px;padding:20px;position:relative;width:100%}.booking-form-popup-content .close-btn{background-color:#ff6f61;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:5px 10px;position:absolute;right:10px;top:10px}.booking-form-popup-content .close-btn:hover{background-color:#e65a50}@media (max-width:768px){html{font-size:14px}.navbar{flex-direction:column;padding:1rem}.nav-links{margin-top:1rem;width:100%}.hero-section{padding:4rem 1rem;text-align:center}.hero-section h1{font-size:2rem}.hero-section p{font-size:1rem}.service-card,.testimonial-card,.why-choose li{max-width:100%}}@media (max-width:480px){html{font-size:12px}.nav-links li{font-size:.9rem;padding:.5rem}.hero-section h1{font-size:1.75rem}.primary-cta{font-size:1rem;padding:.5rem 1rem}.footer-links{flex-direction:column;gap:.5rem}}img{height:auto;max-width:100%}.footer{background:#1a3a5a;color:#fff;font-size:.7rem;min-height:auto;overflow:hidden;padding:1.5rem 1rem 1rem;position:relative}.footer:before{background:linear-gradient(90deg,#ff6f61,#2d5d7c);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.footer-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px;padding-bottom:1.5rem}.footer-column{margin-bottom:1.5rem}.footer-column h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.footer-column h4:after{background:#ff6f61;bottom:0;content:"";height:2px;left:0;position:absolute;width:50px}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column ul li{margin-bottom:.75rem;transition:transform .3s ease}.footer-column ul li:hover{transform:translateX(5px)}.footer-column ul li a{align-items:center;color:#fffc;display:flex;gap:.5rem;text-decoration:none;transition:color .3s ease}.footer-column ul li a:before{color:#ff6f61;content:"→";opacity:0;transition:opacity .3s ease}.footer-column ul li a:hover{color:#fff}.footer-column ul li a:hover:before{opacity:1}.footer-contact p{align-items:center;color:#fffc;display:flex;gap:.5rem;margin-bottom:1rem}.footer-contact a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#fff}.footer-contact-icon{color:#ff6f61;min-width:20px}.footer-bottom{color:#fff9;font-size:.85rem;padding-top:.1rem;text-align:center}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.footer-social a{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.footer-social a:hover{background:#ff6f61;transform:translateY(-3px)}.footer-newsletter{margin-top:1.5rem}.footer-newsletter p{color:#fffc;margin-bottom:1rem}.footer-newsletter form{display:flex;gap:.5rem}.footer-newsletter input{background:#ffffff1a;border:none;border-radius:4px;color:#fff;flex:1 1;padding:.75rem}.footer-newsletter input::placeholder{color:#fff9}.footer-newsletter button{background:#ff6f61;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:0 1.5rem;transition:background .3s ease}.footer-newsletter button:hover{background:#e65a50}@media (max-width:768px){.footer-container{grid-template-columns:1fr}.footer-newsletter form{flex-direction:column}.footer-newsletter button{padding:.75rem}}.motibot-floating-btn{align-items:center;background:#07dac2;border:none;border-radius:50%;bottom:30px;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;display:flex;font-size:24px;height:60px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:60px;z-index:1000}.motibot-floating-btn:hover{background:#ff6f61;transform:scale(1.1)}.motibot-pulse{animation:pulse 2s infinite;background:#ff6f6199;border-radius:50%;height:100%;position:absolute;width:100%}@keyframes pulse{0%{opacity:.6;transform:scale(.8)}70%{opacity:0;transform:scale(1.2)}to{opacity:0;transform:scale(.8)}}.motibot-chat-window{background:#fff;border-radius:12px;bottom:30px;box-shadow:0 10px 25px #00000026;display:flex;flex-direction:column;height:500px;max-height:70vh;max-width:90vw;overflow:hidden;position:fixed;right:30px;width:350px;z-index:1001}.motibot-header{align-items:center;background:#2d5d7c;color:#fff;display:flex;justify-content:space-between;padding:15px}.motibot-header h3{font-size:1.1rem;margin:0}.motibot-close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem;padding:0 5px}.motibot-messages{background:#f9f9f9;flex:1 1;overflow-y:auto;padding:15px}.motibot-message{border-radius:18px;line-height:1.4;margin-bottom:12px;max-width:80%;padding:10px 15px}.motibot-message.bot{align-self:flex-start;background:#fff;border:1px solid #e0e0e0;border-bottom-left-radius:5px}.motibot-message.user{align-self:flex-end;background:#2d5d7c;border-bottom-right-radius:5px;color:#fff}.typing-indicator{display:flex;padding:10px 0}.typing-indicator span{animation:bounce 1.5s ease-in-out infinite;background:#ccc;border-radius:50%;height:8px;margin:0 2px;width:8px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.motibot-quick-replies-container{background:#fff;border-top:1px solid #eee;padding:10px}.motibot-quick-replies{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);width:100%}.motibot-quick-reply{background:#ff6f61;border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:.8rem;margin:0;padding:8px 5px;text-align:center;transition:all .2s ease;width:100%}.motibot-quick-reply:hover{background:#2d5d7c}.motibot-input-area{background:#fff;border-top:1px solid #eee;display:flex;padding:10px}.motibot-input-area input{border:1px solid #ddd;border-radius:20px;flex:1 1;outline:none;padding:10px 15px}.motibot-input-area input:focus{border-color:#2d5d7c}.motibot-send-btn{background:#2d5d7c;border:none;border-radius:20px;color:#fff;cursor:pointer;margin-left:8px;padding:0 15px;transition:background .2s ease}.motibot-send-btn:hover{background:#ff6f61}.motibot-send-btn:disabled{background:#ccc;cursor:not-allowed}@media (max-width:480px){.motibot-chat-window{bottom:20px;height:70vh;right:20px;width:90vw}.motibot-floating-btn{bottom:20px;font-size:20px;height:50px;right:20px;width:50px}}
/*# sourceMappingURL=main.f49b780c.css.map*/