*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}*{font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}.navbar{display:flex;justify-content:space-between;align-items:center;font-size:large;color:#000;background-color:#fff;width:100%;height:70px;padding:15px 10%;box-shadow:10px 2px 5px #0000001a;transition:background-color .5s ease,color .5s ease,box-shadow .5s ease}.navbar h1{color:#000;transition:color .5s ease}.dark .navbar h1{color:#fff}.logo{margin-left:60px;cursor:pointer;width:70px}.main-navbar{width:600px;display:flex;justify-content:space-evenly}.home,.about,.contact,.book{color:#000;text-decoration:none}.dark .home,.dark .about,.dark .contact,.dark .book{color:#fff}.home:hover,.about:hover,.contact:hover,.book:hover{text-decoration:underline;cursor:pointer;font-weight:700;color:#ffc727}.login-sign{cursor:pointer;display:flex;width:200px;gap:15px;justify-content:space-evenly}.log,.sign{color:#000;text-decoration:none}.dark .log,.dark .sign{color:#fff}.log:hover,.sign:hover{text-decoration:underline;color:#ffc727;font-weight:700}.dark .navbar{background-color:#1a1a1a;color:#fff;animation-duration:.3s;box-shadow:0 4px 6px #0000004d}.auth-button{color:#000;font-size:20px;background:none;border:none;padding:4px}.dark .auth-button{color:#fff}.auth-button:hover{text-decoration:underline;color:#ffc727;font-weight:700}.theme svg{cursor:pointer;font-size:24px;color:#000;transition:color .5s ease}.dark .theme svg{color:#fff}@media (max-width: 1024px){.navbar{font-size:medium;padding:10px 5%}.main-navbar{width:500px;justify-content:space-around}.login-sign{width:150px;gap:10px}}@media (max-width: 768px){.navbar{flex-direction:column;height:auto}.main-navbar{flex-direction:column;align-items:center;width:100%}.login-sign{width:100%;justify-content:space-around}.logo{margin:0 auto 10px}}@media (max-width: 480px){.navbar{padding:5px}.main-navbar{font-size:small}.login-sign{flex-direction:column;align-items:center;gap:5px}}:root{--footer-dark-bg: #000000;--footer-dark-text: #fff;--footer-dark-link-hover: #61dafb;--footer-dark-border: #444;--footer-light-bg: #f8f9fa;--footer-light-text: #212529;--footer-light-link-hover: #007bff;--footer-light-border: #dee2e6}.footer{background-color:var(--footer-dark-bg);color:var(--footer-dark-text);font-family:Arial,sans-serif;padding:20px 40px;transition:background-color .3s ease,color .3s ease}.footer-light{background-color:var(--footer-light-bg);color:var(--footer-light-text)}.footer-light .footer-column h4,.footer-light .footer-column ul li{color:var(--footer-light-text)}.footer-light .footer-column ul li:hover{color:var(--footer-light-link-hover);text-decoration:underline}.footer-light .social-icons i:hover{color:var(--footer-light-link-hover)}.footer-light .footer-bottom{border-top:1px solid var(--footer-light-border)}.footer-light .footer-bottom p,.footer-light .footer-bottom ul li{color:var(--footer-light-text)}.footer-light .footer-bottom ul li:hover{color:var(--footer-light-link-hover);text-decoration:underline}.footer-light .footer-admin-link{color:var(--footer-light-text)}.footer-light .footer-admin-link:hover{color:var(--footer-light-link-hover)}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.footer-column{flex:1 1 18%;margin:10px;min-width:150px}.footer-column h4{font-size:1.1rem;margin-bottom:10px;font-weight:700}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:8px;font-size:.95rem;cursor:pointer}.footer-column ul li:hover{text-decoration:underline;color:var(--footer-dark-link-hover)}.social-icons i{font-size:1.2rem;margin:0 8px;cursor:pointer}.social-icons i:hover{color:var(--footer-dark-link-hover)}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-top:1px solid var(--footer-dark-border);padding-top:10px;font-size:.9rem}.footer-bottom p{margin:0;flex:1 1 auto;text-align:left}.footer-bottom ul{display:flex;list-style:none;padding:0;margin:0}.footer-bottom ul li{margin:0 10px;cursor:pointer}.footer-bottom ul li:hover{text-decoration:underline;color:var(--footer-dark-link-hover)}@media (max-width: 768px){.footer-top{flex-direction:column;align-items:center}.footer-column{flex:1 1 100%;text-align:center}.footer-bottom{flex-direction:column;align-items:center;text-align:center}.footer-bottom ul{justify-content:center;margin-top:10px}}.footer-admin-link{color:var(--footer-dark-text);text-decoration:none}.footer-admin-link:hover{color:var(--footer-dark-link-hover);text-decoration:underline}@media (max-width: 480px){.footer{padding:20px}.footer-column h4{font-size:1rem}.footer-column ul li{font-size:.9rem}.footer-bottom{font-size:.85rem}.social-icons i{font-size:1.1rem}}.chatbot-toggle-button{position:fixed;bottom:20px;right:20px;padding:10px 20px;background-color:#ffc727;color:#000;border-radius:50%;border:none;cursor:pointer;z-index:9999;font-size:16px}.chatbot-toggle-button:hover{background-color:#0056b3}.chatbot-window{position:fixed;bottom:80px;right:20px;background-color:#000;border:1px solid #ccc;border-radius:8px;width:300px;height:400px;box-shadow:0 4px 8px #0000001a;z-index:10000}.chatbot-header{display:flex;justify-content:space-between;background-color:#ffc727;color:#000;padding:10px;border-top-left-radius:8px;border-top-right-radius:8px;font-weight:700}.chatbot-title{font-size:16px}.chatbot-close-button{background-color:transparent;border:none;color:#000;font-size:16px;cursor:pointer}.suggested-questions{color:#fff}.chatbot-close-button:hover{color:red}.chatbot-body{padding:10px;overflow-y:auto}.thinking-message{color:#fff}.chat-box{display:flex;margin-bottom:10px}.chat-input{flex:1;padding:10px;border:1px solid #ccc;border-radius:4px}.chat-button{padding:10px 15px;background-color:#ffc727;color:#000;border:none;border-radius:4px;cursor:pointer;margin-left:10px}.chat-button:hover{background-color:#0056b3}.response-area{margin-top:10px;font-size:14px}.response-area p{margin:0;padding:10px;background-color:#f0f0f0;border-radius:4px;color:#333}@property --primaryColor{syntax: "<color>"; inherits: true;}.outer-cont{height:100vh;font-size:40px;background-size:cover;background-repeat:no-repeat}.main-cont{height:100vh;background-color:#f8f8fb;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dark .main-cont{background-color:#000}.inner-cont{margin:10px 0 100px;overflow:hidden;transform:scale(1.1)}.heading{font-size:40px;color:#000;text-align:center;display:block;text-decoration:none}.dark .heading{color:#fff}.heading span{color:#000}.dark .heading span{color:#fdfcc2}@media screen and (max-width: 1000px){.main-cont{width:100vw}}.form-outer-cont{max-width:250px;width:250px;position:relative}.form-inner-cont{flex-direction:column;justify-content:center;align-items:start;z-index:0}.form-label{font-size:18px;color:#000}.dark .form-label{color:#fff}.form-input{font-size:18px;height:30px;background:none;border:2px solid black;outline:none;color:#000;padding:4px;display:block;width:100%}.dark .form-input{border:2px solid white}.dark .form-input{color:#fff}.form-input:focus{background:#fafafa33;border:2px solid #fdfcc2}.password-input-cont{position:relative;padding:0;margin:0}.eye-button{position:absolute;right:0;padding:0 10px;height:30px;width:45px;background:none;border:none;outline:none;top:0;display:flex;align-items:center;justify-content:center}.password-show-eye{margin:0;width:20px;height:20px}.continue-button{width:100%;background-color:#3d5a26;color:#fdfcc2;border:2px solid #3d5a26;outline:none;border-radius:2px;padding:4px;font-size:20px;font-weight:700;margin:10px 0}.continue-button:hover:not(:disabled),.back-button:hover{color:#fdfcc2;background-color:#3d5a26}.continue-button:disabled{opacity:.9;color:#928585;background-color:#9d9c78;border-color:transparent}.back-button{width:fit-content;background-color:#3d5a26;color:#fdfcc2;border:0px solid #3d5a26;outline:none;border-radius:2px;padding:4px;font-size:20px;font-weight:700;margin:10px 5px 10px 0}.forget-pass-cont{margin:5px 0;font-size:15px;color:#066677;text-align:right}.other-opt-cont{width:100%;text-align:center;font-size:15px;color:#3d5a26;border:2px solid var(--primaryColor);margin:5px 0;padding:10px 5px;resize:both}.other-opt-cont p{margin:0}.other-link{color:#066677;text-decoration:none}.step-outer-cont{width:750;display:flex;justify-content:start;align-items:center;transition:all .2s linear 0s}.step-cont{min-width:250px;max-width:250px}.continue-outer-cont{display:flex}.curr-step-title{font-size:22px;text-align:center}.step-circle-outer-cont{position:relative;margin:30px 0 20px}.step-circle-inner-cont{position:relative;display:flex;justify-content:space-between;align-items:center}.step-circle{width:30px;height:30px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:20px}.done-circle{background-color:#ffc727}.not-done-circle{background-color:#fff}.step-background-bar{position:absolute;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.step-background-bar div{width:80%;height:5px;background-color:gray}.show-password-cont{margin:5px 0;font-size:15px;color:#000}.dark .show-password-cont{color:#fff}.show-password-cont label{display:flex;align-items:center}.show-password-cont input{accent-color:green;margin-right:5px;border:none}.validate-password{font-size:15px;color:#efbf3c;font-weight:700}.validate-password:before{content:"✗ ";width:10px;color:red}.done-validate-password{color:#62d462}.done-validate-password:before{content:"✔  ";color:#62d462}.error-message{font-size:15px;color:red;text-align:center;padding:5px}.loader-cont{position:absolute;z-index:4;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#fff6}.loader{border:6px solid #f3f3f3;border-radius:50%;border-top:6px solid #3d5a26;width:80px;height:80px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.about-us-container{margin:0 auto;padding:40px 100px;font-family:Arial,sans-serif;color:#0d1117;line-height:1.6;transition:color .3s ease,background-color .3s ease}.dark .about-us-container{color:#c9d1d9;background-color:#161b22;transition:color .3s ease,background-color .3s ease}.header-title,.mission-title,.features-title,.how-it-works-title,.testimonials-title,.contact-title{font-family:Poppins,sans-serif;text-align:center;margin-bottom:20px;color:#ffc727;transition:color .3s ease}.dark .header-title,.dark .mission-title,.dark .features-title,.dark .how-it-works-title,.dark .testimonials-title,.dark .contact-title{color:#ffc727}.header-section{background:linear-gradient(360deg,#ffc727,#fff);color:#0d1117;padding:40px 20px;border-radius:10px;text-align:center;animation:slideUp 1.5s ease-in-out;transition:color .3s ease,background .3s ease}.dark .header-section{background:linear-gradient(360deg,#2d333b,#161b22);color:#c9d1d9}.header-title{font-size:3rem}.header-description{font-size:1.2rem}.mission-section,.features-section,.how-it-works-section,.testimonials-section,.contact-section{margin:40px 0;padding:20px;background:#fefeea;border-radius:10px;animation:slideUp 1.5s ease-in-out;transition:color .3s ease,background-color .3s ease}.dark .mission-section,.dark .features-section,.dark .how-it-works-section,.dark .testimonials-section,.dark .contact-section{background:#161b22}.mission-description,.features-list,.how-it-works-list,.testimonial,.contact-description{margin:20px 0}.features-list,.how-it-works-list{margin-left:20px}.features-item,.how-it-works-item{margin:10px 0}.features-item-title,.how-it-works-step-title{font-weight:700}.testimonial{background:#fefeea;border-left:5px solid #ffc727;margin:20px auto;padding:20px;font-style:italic;position:relative;animation:fadeIn 2s ease-in-out;transition:color .3s ease,background-color .3s ease}.dark .testimonial{background:#161b22;border-left:5px solid #ffc727}.testimonial-author{display:block;margin-top:10px;font-weight:700;color:#ffc727;transition:color .3s ease}.contact-description{font-size:1rem}.contact-email{color:#ffc727;text-decoration:underline}.mission-section:hover,.features-section:hover,.how-it-works-section:hover,.testimonials-section:hover,.contact-section:hover{transform:scale(1.02);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;box-shadow:0 8px 20px #0003}.dark .mission-section:hover,.dark .features-section:hover,.dark .how-it-works-section:hover,.dark .testimonials-section:hover,.dark .contact-section:hover{box-shadow:0 8px 20px #fff3}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 992px){.header-title{font-size:2.5rem}.header-description{font-size:1rem}.features-list,.how-it-works-list{margin-left:15px}.testimonial{padding:15px}}@media (max-width: 768px){.header-section{padding:30px 15px}.header-title{font-size:2rem}.header-description,.features-item,.how-it-works-item,.testimonial{font-size:.9rem}.mission-section,.features-section,.how-it-works-section,.testimonials-section,.contact-section{padding:15px;margin:30px 0}}@media (max-width: 576px){.header-title{font-size:1.8rem}.header-description{font-size:.8rem}.mission-section,.features-section,.how-it-works-section,.testimonials-section,.contact-section{padding:10px;margin:20px 0}.features-item,.how-it-works-item{font-size:.8rem}.testimonial{font-size:.8rem;padding:10px}}.contact-page-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px 20px;background:linear-gradient(120deg,#f0f8ff,#e6e6fa);color:#0d1117;font-family:Arial,sans-serif;transition:background-color .3s ease,color .3s ease}.dark .contact-page-container{background:none;background-color:#0d1117;color:#c9d1d9}.contact-header{text-align:center;margin-bottom:50px}.contact-title{font-size:3rem;color:#ffc727;margin-bottom:10px;animation:fadeInDown .6s ease-out}.dark .contact-title{color:#ffc727}.contact-description{font-size:1.2rem;line-height:1.8;max-width:600px;margin:0 auto;text-align:center;animation:fadeInUp .6s ease-out}.contact-content{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;align-items:flex-start;width:100%;max-width:1200px}.contact-info{flex:1;max-width:500px}.contact-info-item{background-color:#f5f5f5;color:#0d1117;padding:25px;border-radius:12px;box-shadow:0 6px 15px #00000026;margin-bottom:20px;display:flex;align-items:center;gap:20px;transition:transform .3s ease,background-color .3s ease,color .3s ease}.contact-info-item:hover{transform:translateY(-8px)}.dark .contact-info-item{background-color:#161b22;color:#c9d1d9;box-shadow:0 6px 15px #ffffff1a}.contact-info-icon{font-size:2.5rem;color:#ffc727}.contact-info-title{font-size:1.6rem;font-weight:700;margin:0}.contact-info-text{font-size:1.1rem}.contact-form-container{flex:1;max-width:500px;background-color:#f5f5f5;color:#0d1117;padding:30px;border-radius:12px;box-shadow:0 6px 15px #00000026;transition:background-color .3s ease,color .3s ease}.dark .contact-form-container{background-color:#161b22;color:#c9d1d9;box-shadow:0 6px 15px #ffffff1a}.contact-form-title{font-size:1.8rem;font-weight:700;color:#ffc727;margin-bottom:20px;text-align:center}.contact-form-label{display:block;margin-bottom:8px;font-weight:700}.contact-form-input,.contact-form-textarea{width:100%;padding:12px 15px;margin-bottom:20px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#0d1117;font-size:1rem;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.contact-form-input:focus,.contact-form-textarea:focus{border-color:#ffc727;outline:none}.dark .contact-form-input,.dark .contact-form-textarea{background:#0d1117;color:#c9d1d9;border-color:#30363d}.contact-form-button{width:100%;background-color:#ffc727;color:#fff;border:none;padding:12px 15px;font-size:1.2rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.contact-form-button:hover{background-color:#1f6feb;transform:translateY(-3px)}.contact-footer{margin-top:50px;text-align:center}.contact-footer-title{font-size:1.6rem;color:#ffc727;margin-bottom:20px}.contact-social-icons i{font-size:1.8rem;color:#58a6ff;margin:0 10px;cursor:pointer;transition:color .3s ease,transform .3s ease}.contact-social-icons i:hover{color:#1f6feb;transform:scale(1.1)}@media (max-width: 768px){.contact-content{flex-direction:column}.contact-title{font-size:2.5rem}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}*{font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif}.hero{display:flex;justify-content:space-between;align-items:center;padding:20px 10%;background-color:#fff;color:#333;transition:background-color .5s ease,color .5s ease;min-height:calc(100vh - 70px)}.dark .hero{background-color:#121212;color:#e0e0e0}.herotext{max-width:50%;display:flex;gap:20px;font-size:larger;flex-direction:column}.tagline{font-size:3rem;font-weight:700;margin-bottom:15px;color:#ffc727}.dark .tagline{color:gold}.herotext div:not(.tagline){font-size:1.2rem;line-height:1.6;margin-bottom:25px}.herobutton{background-color:#ffc727;color:#000;padding:8px 18px;border:none;border-radius:5px;font-size:1rem;font-weight:700;text-decoration:none;cursor:pointer;transition:background-color .3s ease,transform .2s ease;width:150px;text-align:center}.herobutton:hover{background-color:#e6b322;transform:translateY(-2px)}.imgdiv{max-width:45%;display:flex;justify-content:center;align-items:center}.darkscooter{max-width:100%;height:auto;filter:drop-shadow(0 0 15px rgba(0,0,0,.2))}.dark .darkscooter{filter:drop-shadow(0 0 15px rgba(255,255,255,.1))}@media (max-width: 1024px){.hero{height:520px;flex-direction:column;justify-content:center}.herotext{width:300px;gap:15px;font-size:medium;text-align:center}.tagline{font-size:x-large}.herobutton{width:130px;height:auto;font-size:medium;padding:10px 15px}.darkscooter{height:250px;width:250px}}@media (max-width: 768px){.hero{flex-direction:column;text-align:center;padding:20px 5%}.herotext{max-width:100%;margin-bottom:30px}.imgdiv{max-width:70%}.tagline{font-size:2.5rem}.herotext div:not(.tagline){font-size:1rem}.herobutton{padding:8px 15px;font-size:.9rem;width:120px}.darkscooter{height:200px;width:200px}}@media (max-width: 480px){.hero{padding:10px}.herotext{gap:8px;font-size:smaller;text-align:center}.tagline{font-size:2rem}.herobutton{padding:6px 12px;font-size:.8rem;width:100px}.darkscooter{height:150px;width:150px}}.abc{display:flex;justify-content:space-around;align-items:center;color:#000;background-color:#f5f3f0;min-height:75vh;padding:50px;gap:20px;transition:background-color .5s ease,color .5s ease,box-shadow .5s ease}.text{display:flex;flex-direction:column;max-width:400px;font-size:1.2rem;gap:15px;line-height:1.6;text-align:justify}.aboutImg{width:100%;max-width:500px;height:auto;border-radius:8px}.dark .abc{background-color:#000000e6;color:#fff}h1{color:#ffc727;font-size:2rem}@media (max-width: 768px){.abc{padding:30px;flex-direction:column;text-align:center;min-height:70vh}.text{font-size:1rem;width:100%}.aboutImg{max-width:300px}}@media (max-width: 480px){.text{font-size:.9rem}h1{font-size:1.5rem}.aboutImg{max-width:250px}}.whyus{display:flex;flex-direction:column;align-items:center;min-height:600px;background-color:#f9f9f9;padding:60px 20px;justify-content:center}.title{font-size:2.5em;margin-bottom:40px;color:#252525;text-align:center;font-weight:600}.cards-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.card{background-color:#fff;color:#333;border-radius:12px;height:auto;padding:25px;box-shadow:0 8px 25px #0000001a;width:320px;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;flex-direction:column;justify-content:space-between}.card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 12px 30px #00000026}.card h2{font-size:1.6em;margin-bottom:15px;color:#2c3e50}.card p{font-size:1em;line-height:1.6em;margin-bottom:20px;flex-grow:1}.card button{background-color:#ffc727;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;transition:background-color .2s ease,transform .2s ease;font-weight:500;align-self:flex-start}.card button:hover{background-color:#e6b322;transform:scale(1.05)}@media (max-width: 768px){.whyus{padding:40px 20px;margin:auto;min-height:auto}.cards-container{flex-direction:column;align-items:center}.card{width:85%;margin-bottom:20px}}@media (max-width: 480px){.title{font-size:2em}.card{padding:15px;width:95%}.card h2{font-size:1.4em}.card p{font-size:.95em;line-height:1.4em}.card button{font-size:.9em;padding:10px 20px}}.dark .whyus{background-color:#000;color:#e0e0e0;display:flex;animation-duration:.3s;box-shadow:none}.dark .card{background-color:#2c2c2c;color:#f0f0f0;box-shadow:0 8px 25px #0000004d}.dark .card:hover{box-shadow:0 12px 30px #0006}.dark .card h2{color:#e8e8e8}.dark .card p{color:#ccc}.dark .card button{background-color:#ffc727;color:#1a1a1a}.dark .card button:hover{background-color:#e6b322}*{font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;margin:0;padding:0;box-sizing:border-box}.rated{padding:60px 20px;min-height:450px;background-color:#f9f9f9;text-align:center}.title{text-align:center;margin-bottom:15px;font-size:2.5em;color:#333;font-weight:600}.subtitle{text-align:center;margin-bottom:50px;font-size:1.1em;color:#555}.reviews{display:flex;justify-content:space-around;flex-wrap:wrap;gap:30px;padding:0 10px}.review{background-color:#fff;color:#333;border-radius:12px;padding:25px;box-shadow:0 8px 25px #00000014;width:340px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;margin:10px}.review:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 10px 28px #0000001f}.rating{display:flex;margin-bottom:15px;color:#ffc727}.review-text{margin-bottom:10px;font-size:1em;line-height:1.6;color:#444;flex-grow:1}.client-name{font-weight:700;color:#2c3e50;font-size:1.05em}@media (max-width: 768px){.rated{padding:50px 20px;height:auto}.title{font-size:2.2em}.subtitle{font-size:1em;margin-bottom:40px}.review{width:calc(50% - 30px);min-height:180px;margin:10px auto}.reviews{justify-content:center;gap:25px}}@media (max-width: 576px){.rated{padding:40px 15px}.title{font-size:1.9em}.subtitle{font-size:.9em;margin-bottom:30px}.review{width:90%;padding:20px;min-height:auto}.rating{flex-direction:column;align-items:flex-start}.client-name{font-size:.9em}}.dark .rated{background-color:#2c2c2c;box-shadow:none}.dark .title{color:#ffc727}.dark .subtitle{color:#bbb}.dark .review{background-color:#2f2f2f;color:#e0e0e0;box-shadow:0 6px 20px #00000040}.dark .review:hover{box-shadow:0 8px 25px #00000059;transform:translateY(-8px) scale(1.02)}.dark .rating{color:#ffc727}.dark .review-text{color:#ccc}.dark .client-name{color:#dcdcdc}.how-it-works{padding:50px 10%;text-align:center;background-color:#f9f9f9;transition:background-color .5s ease,color .5s ease}.how-it-works.dark{background-color:#2c2c2c;color:#fff}.how-it-works h2{font-size:2.5rem;margin-bottom:40px;color:#333}.how-it-works.dark h2{color:#fff}.steps-container{display:flex;justify-content:space-around;flex-wrap:wrap;gap:30px}.step-card{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px #0000001a;width:250px;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center}.how-it-works.dark .step-card{background-color:#3a3a3a;box-shadow:0 4px 15px #0000004d}.step-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px #00000026}.how-it-works.dark .step-card:hover{box-shadow:0 8px 25px #0006}.step-icon{margin-bottom:20px;color:#ffc727}.step-card h3{font-size:1.5rem;margin-bottom:10px;color:#333}.how-it-works.dark .step-card h3{color:#fff}.step-card p{font-size:1rem;color:#666}.how-it-works.dark .step-card p{color:#ccc}@media (max-width: 992px){.step-card{width:calc(50% - 15px)}}@media (max-width: 768px){.how-it-works h2{font-size:2rem}.step-card{width:calc(50% - 15px)}}@media (max-width: 576px){.steps-container{flex-direction:column;align-items:center}.step-card{width:80%;max-width:300px}}.book-ride-page{width:100%;min-height:85vh;background-color:#f4f7f6;display:flex;justify-content:center;align-items:center;padding:40px 20px;box-sizing:border-box}.dark .book-ride-page{background-color:#1a1a1a;color:#e0e0e0}.booking-content-wrapper{display:flex;width:100%;max-width:1100px;background-color:#fff;border-radius:12px;box-shadow:0 8px 25px #0000001a;overflow:hidden}.dark .booking-content-wrapper{background-color:#2c2c2c;box-shadow:0 8px 25px #0000004d}.booking-info-column{flex:1.2;padding:30px 40px;display:flex;flex-direction:column;justify-content:center}.booking-image-column{flex:.8;background-color:#e9f5ff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;text-align:center}.dark .booking-image-column{background-color:#253038}.responsive-booking-image{max-width:100%;height:auto;max-height:300px;border-radius:8px;margin-bottom:15px}.image-caption{font-size:.9rem;color:#555}.dark .image-caption{color:#aaa}.booking-card{width:100%;padding:25px;border-radius:8px}.card-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:8px}.dark .card-title{color:#f0f0f0}.card-subtitle{font-size:1rem;color:#666;margin-bottom:25px}.dark .card-subtitle{color:#bbb}.active-booking-details p{font-size:1rem;color:#444;margin-bottom:10px;line-height:1.6}.dark .active-booking-details p{color:#ccc}.active-booking-details strong{font-weight:500;color:#222}.dark .active-booking-details strong{color:#e0e0e0}.new-booking-form .available-bikes-text{font-size:1.3rem;font-weight:500;color:#28a745;margin-bottom:20px;text-align:center}.dark .new-booking-form .available-bikes-text{color:#3ddc84}.available-bikes-text .count{font-weight:700;font-size:1.5rem}.section-title{font-size:1.25rem;font-weight:500;color:#333;margin-top:25px;margin-bottom:10px;border-bottom:1px solid #eee;padding-bottom:8px}.dark .section-title{color:#e0e0e0;border-bottom-color:#444}.section-subtitle{font-size:.9rem;color:#777;margin-bottom:15px}.dark .section-subtitle{color:#aaa}.helmet-selection-section{margin-bottom:25px}.helmet-icon-img{margin-right:10px;vertical-align:middle;color:#007bff}.dark .helmet-icon-img{color:#0af}.helmet-controls{display:flex;align-items:center;justify-content:center;margin-top:10px}.helmet-button{background-color:#f0f0f0;border:1px solid #ccc;border-radius:50%;width:40px;height:40px;cursor:pointer;transition:background-color .2s,box-shadow .2s;display:flex;justify-content:center;align-items:center;margin:0 10px;padding:0;box-shadow:0 1px 2px #0000000d}.dark .helmet-button{background-color:#555;border-color:#777;color:#fff}.helmet-button:hover:not(:disabled){background-color:#e0e0e0}.dark .helmet-button:hover:not(:disabled){background-color:#666}.helmet-button:disabled{opacity:.5;cursor:not-allowed}.helmet-count-value{font-size:1.4rem;font-weight:600;min-width:40px;text-align:center;color:#333}.dark .helmet-count-value{color:#f0f0f0}.price-calculation-section{margin-top:20px;margin-bottom:30px;padding:15px;background-color:#f9f9f9;border-radius:8px}.dark .price-calculation-section{background-color:#383838}.price-line{display:flex;justify-content:space-between;font-size:1rem;color:#555;margin-bottom:8px}.dark .price-line{color:#ccc}.price-line.total{font-size:1.15rem;font-weight:600;color:#222;margin-top:10px}.dark .price-line.total{color:#fff}.price-divider{border:0;height:1px;background-color:#e0e0e0;margin:10px 0}.dark .price-divider{background-color:#4f4f4f}.btn{display:inline-block;font-weight:500;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.75rem 1.5rem;font-size:1rem;line-height:1.5;border-radius:.3rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%;margin-top:15px}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{background-color:#0056b3;border-color:#0056b3}.dark .btn-primary{background-color:#08c;border-color:#08c}.dark .btn-primary:hover{background-color:#069;border-color:#069}.btn-end-trip{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-end-trip:hover{background-color:#c82333;border-color:#bd2130}.dark .btn-end-trip{background-color:#e57373;border-color:#e57373}.dark .btn-end-trip:hover{background-color:#ef5350;border-color:#ef5350}.no-bikes-message{text-align:center;padding:30px;font-size:1.1rem;color:#777}.dark .no-bikes-message{color:#aaa}.no-bikes-message p{margin-bottom:10px}.book-ride-page-loader{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:80vh}.book-ride-page-loader .loader{border:8px solid #f3f3f3;border-top:8px solid #3498db;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite;margin-bottom:20px}.dark .book-ride-page-loader .loader{border-color:#555;border-top-color:#08c}.book-ride-page-loader p{font-size:1.1rem;color:#555}.dark .book-ride-page-loader p{color:#bbb}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 900px){.booking-content-wrapper{flex-direction:column}.booking-image-column{order:-1;padding:20px;max-height:250px}.responsive-booking-image{max-height:180px}.booking-info-column{padding:25px}.card-title{font-size:1.75rem}}@media screen and (max-width: 600px){.book-ride-page{padding:20px 10px}.booking-info-column{padding:20px}.card-title{font-size:1.5rem}.btn{padding:.6rem 1.2rem;font-size:.9rem}.helmet-button{width:35px;height:35px;font-size:1rem}.helmet-count-value{font-size:1.2rem}}.helmet-icon,.helmet-icon-img{margin-right:8px;font-size:1.3em;vertical-align:middle}.title-payment{font-size:1.1rem;font-weight:500}.dark .bike-booking-outer-cont{background-color:#121212;color:#e0e0e0}.dark .bike-booking-inner-cont{background-color:#1e1e1e;box-shadow:0 5px 15px #00000080;border:1px solid #333}.payment-heading{font-size:2.5rem;padding:25px;text-align:center;background-color:#008b8b;color:#fff}.dark .payment-heading{background-color:#005f5f;color:#f0f0f0}.payment-heading p{font-size:.9rem;color:#fff;margin-top:5px}.dark .payment-heading p{color:#b0e0e6}.time-header{margin-top:8px;color:#fff;font-size:1.8rem}.dark .time-header{color:#fff}.payment-detail{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:25px;display:grid;grid-template-columns:auto 1fr;gap:15px 20px;align-items:center}.title-payment{font-size:1rem;font-weight:500;text-align:left;color:#454545}.dark .title-payment{color:#b0bec5}.label-paymenet{font-size:1rem;color:#212121;font-weight:400}.dark .label-paymenet{color:#eceff1}.qr-image-cont{padding:20px}.qr-image-cont img{border-radius:8px;max-width:200px;margin:0 auto;display:block;background-color:#fff;padding:10px;box-shadow:0 0 10px #0000001a}.dark .qr-image-cont img{box-shadow:0 0 10px #ffffff0d}.button-cont-payment{display:flex;gap:20px;padding:30px 25px;justify-content:center;align-items:center}.cancel-button,.done-payment-button{padding:12px 25px;font-size:1rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:background-color .2s ease-in-out,transform .1s ease-in-out,box-shadow .2s ease-in-out;text-align:center;min-width:150px;box-shadow:0 2px 4px #0000001a}.cancel-button:hover,.done-payment-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.cancel-button:active,.done-payment-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.cancel-button{background-color:#f8f9fa;color:#dc3545;border:1px solid #dc3545}.cancel-button:hover{background-color:#ffebee;border-color:#c82333}.dark .cancel-button{background-color:#4a4a4a;color:#ff8a80;border:1px solid #ff8a80}.dark .cancel-button:hover{background-color:#5a5a5a;border-color:#ff5252}.done-payment-button{background-color:#28a745;color:#fff;border:1px solid #28a745}.done-payment-button:hover{background-color:#218838;border-color:#1e7e34}.dark .done-payment-button{background-color:#2e7d32;color:#e8f5e9;border:1px solid #2e7d32}.dark .done-payment-button:hover{background-color:#1b5e20;border-color:#10431b}.done-payment-button--processing:after{content:"";display:block;width:20px;height:20px;border-radius:50%;border:3px solid rgba(255,255,255,.5);border-top-color:#fff;animation:payment-spinner .8s linear infinite;position:absolute;top:50%;left:50%;margin-top:-10px;margin-left:-10px}.dark .done-payment-button--processing:after{border-color:#c8c8c880;border-top-color:#e8f5e9}@keyframes payment-spinner{to{transform:rotate(360deg)}}.payment-page-animation{animation:fadeInPaymentPage .5s ease-out forwards}.payment-card-animation{animation:slideInUpPaymentCard .6s ease-out .1s forwards;opacity:0}@keyframes fadeInPaymentPage{0%{opacity:0}to{opacity:1}}@keyframes slideInUpPaymentCard{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.bike-booking-inner-cont.payment-card-animation{background-color:#fff;border-radius:16px;box-shadow:0 12px 35px #0000001a;max-width:850px;margin:auto;overflow:hidden}.dark .bike-booking-inner-cont.payment-card-animation{background-color:#2a2a2e;box-shadow:0 12px 35px #0000004d;border:1px solid #38383b}.payment-header-section{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;padding:35px 30px;text-align:center}.dark .payment-header-section{background:linear-gradient(135deg,#08c,#005f99)}.payment-header-section .payment-heading{font-size:2.3rem;font-weight:600;margin:0;padding:0;background-color:transparent;color:#fff}.timer-container{margin-top:12px}.timer-container .timer-label{font-size:.9rem;opacity:.85;margin:0 0 5px;color:#fff}.timer-container .time-header{font-size:1.8rem;font-weight:500;margin:0;color:#fff}.payment-details-grid{display:grid;grid-template-columns:1fr;gap:25px 35px;padding:35px 40px}@media screen and (min-width: 768px){.payment-details-grid{grid-template-columns:1.3fr .7fr}}.qr-payment-section{display:flex;flex-direction:column;align-items:center}.section-title-payment{font-size:1.4rem;font-weight:500;color:#333;margin-bottom:25px;padding-bottom:12px;border-bottom:1px solid #e9ecef}.dark .section-title-payment{color:#f1f3f5;border-bottom-color:#495057}.payment-detail-item{display:flex;align-items:center;margin-bottom:18px;font-size:1rem;line-height:1.6}.detail-icon{margin-right:15px;color:#007bff;flex-shrink:0;width:20px;height:20px}.dark .detail-icon{color:#0af}.payment-detail-item .title-payment{font-weight:500;color:#495057;margin-right:8px;flex-shrink:0}.dark .payment-detail-item .title-payment{color:#adb5bd}.payment-detail-item .label-paymenet{color:#212529;word-break:break-all;font-weight:400}.dark .payment-detail-item .label-paymenet{color:#e9ecef}.total-amount-item .title-payment,.total-amount-item .label-paymenet{font-weight:600;font-size:1.15rem;color:#007bff}.dark .total-amount-item .title-payment,.dark .total-amount-item .label-paymenet{color:#0af}.total-amount-item .detail-icon{color:#007bff}.dark .total-amount-item .detail-icon{color:#0af}.qr-payment-section{padding-top:10px}.qr-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;padding:20px;background-color:#fff;border-radius:12px;box-shadow:0 6px 15px #00000012;margin-bottom:20px;max-width:240px;margin-left:auto;margin-right:auto}.dark .qr-image-wrapper{background-color:#f8f9fa;box-shadow:0 6px 15px #0003}.qr-code-image{max-width:100%;display:block;border-radius:6px}.qr-scan-pulse{position:absolute;top:50%;left:50%;width:calc(100% + 10px);height:calc(100% + 10px);transform:translate(-50%,-50%) scale(.95);border-radius:16px;box-shadow:0 0 #007bff99;animation:qrPulse 2.2s infinite cubic-bezier(.66,0,0,1);z-index:-1;opacity:.7}.dark .qr-scan-pulse{box-shadow:0 0 #00aaff80}@keyframes qrPulse{0%{transform:translate(-50%,-50%) scale(.95);box-shadow:0 0 #007bff99;opacity:.7}70%{transform:translate(-50%,-50%) scale(1.05);box-shadow:0 0 0 25px #007bff00;opacity:0}to{transform:translate(-50%,-50%) scale(.95);box-shadow:0 0 #007bff00;opacity:0}}.qr-instructions{text-align:center;font-size:.9rem;color:#555;line-height:1.5}.dark .qr-instructions{color:#adb5bd}.button-cont-payment{display:flex;gap:20px;padding:25px 40px 35px;justify-content:space-between;border-top:1px solid #e9ecef;margin-top:20px}.dark .button-cont-payment{border-top-color:#3a3f44}.cancel-button,.done-payment-button{flex-basis:calc(50% - 10px);max-width:220px;padding:14px 22px;font-size:1.05rem;font-weight:500;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:all .25s ease-in-out;text-align:center;display:flex;justify-content:center;align-items:center;min-height:50px;box-shadow:0 3px 6px #00000014}.cancel-button:hover,.done-payment-button:hover{transform:translateY(-2px);box-shadow:0 5px 10px #0000001f}.cancel-button:active,.done-payment-button:active{transform:translateY(0);box-shadow:0 2px 4px #00000014}.cancel-button{background-color:#f8f9fa;color:#dc3545;border-color:#dc3545}.cancel-button:hover{background-color:#ffe3e6;border-color:#c82333;color:#c82333}.dark .cancel-button{background-color:#495057;color:#ffced1;border-color:#ff8a80}.dark .cancel-button:hover{background-color:#5a6268;border-color:#ff5252;color:#ffeff0}.done-payment-button{background-color:#007bff;color:#fff;border-color:#007bff}.done-payment-button:hover{background-color:#0056b3;border-color:#0056b3}.dark .done-payment-button{background-color:#08c;color:#fff;border-color:#08c}.dark .done-payment-button:hover{background-color:#069;border-color:#069}.done-payment-button--processing{position:relative;color:transparent!important;pointer-events:none}.done-payment-button--processing:after{content:"";display:block;width:22px;height:22px;border-radius:50%;border:3px solid rgba(255,255,255,.4);border-top-color:#fff;animation:payment-spinner .7s linear infinite;position:absolute;top:50%;left:50%;margin-top:-11px;margin-left:-11px}.dark .done-payment-button--processing:after{border-color:#dcdcdc66;border-top-color:#f0f0f0}.done-payment-button--success{background-color:#28a745!important;border-color:#28a745!important;color:#fff!important}.dark .done-payment-button--success{background-color:#388e3c!important;border-color:#388e3c!important}.done-payment-button--success svg{color:#fff!important;animation:successIconAnimation .3s ease-out}.done-payment-button--error{background-color:#dc3545!important;border-color:#dc3545!important;color:#fff!important;animation:errorButtonShake .5s ease-in-out}.dark .done-payment-button--error{background-color:#c62828!important;border-color:#c62828!important}.done-payment-button--error svg{color:#fff!important}@keyframes successIconAnimation{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes errorButtonShake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}.admin-login-body{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(45deg,#fff,#d6f186,#fff)}.admin-navbar{position:fixed;top:0;padding:20px;display:flex;width:100%;justify-content:space-between;align-items:center;gap:20px;background-color:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:4px 4px 10px #fff}.admin-navbar h1{color:#5b7805;font-weight:700}.admin-navbar a{text-decoration:none;font-size:20px;font-weight:700;color:#fff;background-color:#5b7805;padding:5px;border-radius:10px}.admin-body-inner{transform:scale(1.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.admin-login-heading{text-align:center;font-size:30px;padding:10px}.admin-panel-heading{font-size:35px;box-shadow:2px 2px 4px #d6f186;padding:5px}.admin-body-cont{padding-top:120px}.navlink-admin-cont{display:flex;justify-content:start;align-items:center;margin:auto;width:80%}.navlink-admin{width:25%;text-align:center;font-size:23px;padding:5px 10px;border-bottom:4px solid rgb(145,147,141);text-decoration:none;font-weight:700}.admin-outlet-cont{margin:auto;width:80%}.admin-loader-cont{width:100%;min-height:40vh;display:flex;justify-content:center;align-items:center}.admin-inner-cont{width:100%;border-collapse:separate;border-spacing:0 1em}.admin-heading-row{width:100%;margin:30px 10px}.admin-heading-row th{color:#6d6f6a;text-align:center;padding:20px 0 10px}.admin-data-row{width:100%;text-align:center;box-shadow:1px 1px 10px #8b8888;border-radius:5px}.admin-data-row td{padding:10px 0}.green-status{color:green}.red-status{color:red}.user-details-button{border:none;background-color:#5b7805;color:#fff;padding:4px;border-radius:5px}.booked-by-details{position:fixed;top:0;right:0;margin:0;padding:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#ffffff80}.booked-by-inner{display:grid;grid-template-columns:1fr 1fr;gap:5px;background-color:#f0f8ff;padding:20px;border-radius:10px;box-shadow:4px 4px 5px #000}.booked-by-userDetails{text-align:right;transform:translate(40px);color:#00f}.free-all-button{display:flex;justify-content:center;width:100%}.free-all-button button{background-color:#f0f8ff;padding:5px;border-radius:10px;border:none;box-shadow:2px 2px 1px #000}.wallet-container{padding:20px;text-align:center}
