@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #002C3F;--gold-color: #CEB45F;--light-color: #EFF3F4;font-family:Plus Jakarta Sans,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh}html,body,#root{width:100%;height:100%}h1,h2,h3,h4,h5,h6{font-family:Barlow Condensed,sans-serif;font-weight:600}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:none}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#ceb45f}button{background-color:#f9f9f9}}.app{display:flex;flex-direction:column;min-height:100vh;background:#fff}#root{width:100%;margin:0;padding:0}.header{background:#fff;color:#002c3f;padding:.5rem 0;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo{flex-shrink:0}.logo-img{height:50px;width:auto;display:block}.logo h1{margin:0;font-family:Montserrat,sans-serif;font-size:24px;font-weight:700;color:#002c3f;letter-spacing:-.5px}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#002c3f}.nav{display:flex;gap:3rem;align-items:center}.nav a{color:#002c3f;text-decoration:none;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:color .3s ease;position:relative}.nav a:hover{color:#000}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#ceb45f;transition:width .3s ease}.nav a:hover:after{width:100%}.account-btn{background:#fff;color:#fff;padding:.6rem 1.5rem;border-radius:4px;border:none;cursor:pointer;font-weight:600;transition:background .3s ease}.account-btn:hover{background:#ceb45f;color:#000}.account-btn:after{color:#000}.login-btn{background:linear-gradient(135deg,#9c7635,#7a5c2a);color:#fff!important;padding:.7rem 1.5rem;border-radius:8px;border:none;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 4px 15px #9c76354d}.login-btn:hover{background:linear-gradient(135deg,#7a5c2a,#5d4720);transform:translateY(-2px);box-shadow:0 6px 20px #9c763566}.login-btn:after{display:none}.auth-wrapper{position:relative}.login-btn.logged-in{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#002c3f,#003d57)}.login-btn.logged-in:hover{background:linear-gradient(135deg,#003d57,#002c3f)}.user-avatar-small{width:24px;height:24px;border-radius:50%;background:#9c7635;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.dropdown-arrow{margin-left:4px;transition:transform .2s ease}.login-btn.logged-in:hover .dropdown-arrow{transform:translateY(2px)}@media(max-width:768px){.header-container{padding:0 1rem}.mobile-menu-btn{display:block}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;gap:1rem;padding:2rem;box-shadow:0 4px 12px #0000001a}.nav.mobile-open{display:flex}.nav a{border-bottom:1px solid #eee;padding-bottom:1rem}.nav a:last-child{border-bottom:none}.account-btn{width:100%;text-align:center}.login-btn{width:100%;text-align:center;margin-top:.5rem}}.auth-modal-overlay{position:fixed;inset:0;background:#002c3fb3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}.auth-modal{background:#fff;border-radius:24px;width:100%;max-width:480px;overflow:hidden;position:relative;box-shadow:0 25px 50px #002c3f59;animation:slideUp .4s ease;border-top:4px solid #9c7635}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-close-btn{position:absolute;top:16px;right:16px;width:40px;height:40px;border:2px solid #ccc;background:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:600;color:#333;line-height:1;transition:all .3s ease;z-index:10}.auth-close-btn:hover{background:#002c3f;border-color:#002c3f;color:#fff;transform:rotate(90deg)}.auth-header{text-align:center;padding:40px 32px 24px}.auth-logo{display:flex;justify-content:center;margin-bottom:8px}.auth-logo-img{height:60px;width:auto}.auth-logo h2{margin:0;font-size:32px;font-weight:700;color:#002c3f;font-family:Montserrat,sans-serif}.auth-subtitle{margin:12px 0 0;font-size:14px;color:#666;line-height:1.5}.auth-form{padding:0 32px 32px}.phone-illustration{display:flex;justify-content:center;margin-bottom:24px}.phone-illustration svg{font-size:64px;color:#9c7635;opacity:.9}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:600;color:#002c3f;margin-bottom:10px}.form-group.error .phone-input-wrapper,.form-group.error .otp-inputs input{border-color:#c53030}.phone-input-wrapper{display:flex;align-items:center;border:2px solid #e8e8e8;border-radius:12px;background:#fff;overflow:hidden;transition:all .3s ease}.phone-input-wrapper:focus-within{border-color:#9c7635;box-shadow:0 0 0 4px #9c763526}.country-code{padding:16px;background:#f8f8f8;font-size:16px;font-weight:600;color:#002c3f;border-right:2px solid #e8e8e8}.phone-input-wrapper input{flex:1;padding:16px;border:none;background:transparent;font-size:16px;color:#002c3f;letter-spacing:1px}.phone-input-wrapper input:focus{outline:none}.phone-input-wrapper input::placeholder{color:#999;letter-spacing:0}.error-text{display:block;font-size:12px;color:#c53030;margin-top:8px;padding-left:4px}.success-text{display:block;font-size:12px;color:#38a169;margin-top:8px;padding-left:4px;font-weight:500}.auth-submit-btn{width:100%;padding:16px;background:linear-gradient(135deg,#9c7635,#7a5c2a);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #9c763559;display:flex;align-items:center;justify-content:center;min-height:54px}.auth-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #9c763573}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed}.auth-submit-btn.loading{pointer-events:none}.btn-loader{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.auth-terms{text-align:center;font-size:12px;color:#999;margin-top:20px;line-height:1.6}.auth-terms a{color:#9c7635;text-decoration:none;font-weight:500}.auth-terms a:hover{text-decoration:underline}.auth-divider{display:flex;align-items:center;margin:24px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e0e0e0}.auth-divider span{padding:0 16px;font-size:13px;color:#999;font-weight:500}.google-sign-in-btn{width:100%;padding:14px;background:#fff;border:2px solid #e0e0e0;border-radius:12px;font-size:15px;font-weight:600;color:#333;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px}.google-sign-in-btn svg{font-size:22px}.google-sign-in-btn:hover{border-color:#002c3f;background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #002c3f26}.otp-form{position:relative}.back-btn{background:none;border:none;color:#666;font-size:14px;cursor:pointer;padding:0;margin-bottom:16px;display:flex;align-items:center;gap:4px;transition:color .3s}.back-btn:hover{color:#9c7635}.otp-illustration{display:flex;justify-content:center;margin-bottom:24px}.otp-icon{font-size:56px}.otp-inputs{display:flex;justify-content:center;gap:10px}.otp-inputs input{width:48px;height:56px;border:2px solid #e8e8e8;border-radius:12px;text-align:center;font-size:22px;font-weight:600;color:#002c3f;transition:all .3s ease}.otp-inputs input:focus{outline:none;border-color:#9c7635;box-shadow:0 0 0 4px #9c763526}.otp-inputs input:not(:placeholder-shown){border-color:#9c7635;background:#fffbf5}.otp-timer{text-align:center;margin:20px 0;font-size:14px;color:#666}.otp-timer strong{color:#9c7635}.resend-btn{background:none;border:none;color:#9c7635;font-size:14px;font-weight:600;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .3s}.resend-btn:hover{background:#fffbf5}@media(max-width:520px){.auth-modal{margin:10px;border-radius:20px;max-width:100%}.auth-header{padding:32px 24px 20px}.auth-form{padding:0 24px 24px}.auth-logo-img{height:50px}.auth-logo h2{font-size:28px}.otp-inputs{gap:8px}.otp-inputs input{width:42px;height:50px;font-size:20px}.phone-illustration svg{font-size:52px}}.my-account-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:280px;background:#fff;border-radius:12px;box-shadow:0 8px 30px #00000026;z-index:1000;overflow:hidden;animation:slideDown .25s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.menu-item{display:flex;align-items:center;gap:14px;padding:14px 18px;cursor:pointer;transition:background-color .2s}.menu-item:hover{background:#f7f7f7}.menu-item.user-profile{padding:18px;background:linear-gradient(135deg,#fff 0% 100%);color:#fff;border-radius:0}.menu-item.user-profile:hover{background:linear-gradient(135deg,#f7f7f7 0% 100%)}.menu-item.user-profile .menu-icon{background:#ffffff26;border-radius:50%;padding:10px}.menu-item.user-profile .menu-icon svg{stroke:#000}.menu-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-icon svg{stroke:#555}.menu-content{display:flex;flex-direction:column;gap:2px}.menu-title{font-size:15px;font-weight:600;color:#333}.menu-item.user-profile .menu-title{color:#003d57;font-size:16px}.menu-subtitle{font-size:12px;color:#888}.menu-item.user-profile .menu-subtitle{color:#003d57;font-size:13px}.menu-divider{height:1px;background:#eee;margin:6px 0}.menu-item.logout{padding:16px 18px}.menu-item.logout .menu-title{color:#002c3f}.menu-item.logout .menu-icon svg{stroke:#002c3f}.menu-item.logout:hover{background:#888}@media(max-width:480px){.my-account-dropdown{position:fixed;inset:auto 0 0;width:100%;border-radius:16px 16px 0 0;max-height:80vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.menu-item{padding:16px 20px}.menu-item.user-profile{padding:20px}}.profile-modal-overlay{position:fixed;inset:0;background:#002c3fb3;display:flex;align-items:center;justify-content:center;z-index:1001;padding:20px;animation:fadeIn .2s ease}.profile-modal{background:#fff;border-radius:16px;width:100%;max-width:450px;box-shadow:0 20px 60px #0000004d;overflow:hidden;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 24px 16px;background:linear-gradient(135deg,#002c3f,#003d57);color:#fff}.welcome-text h2{margin:0;font-size:20px;font-weight:700}.welcome-text p{margin:6px 0 0;font-size:14px;opacity:.9}.profile-modal-header .close-btn{background:#ffffff1a;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;transition:background .2s}.profile-modal-header .close-btn:hover{background:#fff3}.profile-modal-form{padding:24px}.profile-modal-form .form-group{margin-bottom:16px}.profile-modal-form label{display:block;font-size:13px;font-weight:600;color:#002c3f;margin-bottom:6px}.profile-modal-form input,.profile-modal-form select{width:100%;padding:12px 14px;border:2px solid #e8e8e8;border-radius:10px;font-size:15px;transition:all .2s;background:#fff}.profile-modal-form input:focus,.profile-modal-form select:focus{outline:none;border-color:#9c7635;box-shadow:0 0 0 3px #9c76351a}.profile-modal-form input::placeholder{color:#aaa}.form-row{display:flex;gap:16px}.form-row .form-group{flex:1}.error-message{color:#c53030;font-size:13px;margin:0 0 16px;padding:10px 14px;background:#fff5f5;border-radius:8px;border-left:3px solid #c53030}.form-actions button{flex:1;padding:14px;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.skip-btn{background:#f5f5f5;color:#666}.skip-btn:hover{background:#eee}.save-btn{background:linear-gradient(135deg,#9c7635,#7a5c2a);color:#fff;box-shadow:0 4px 15px #9c76354d}.save-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9c763566}.save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.privacy-note{padding:16px 24px;margin:0;font-size:12px;color:#888;text-align:center;background:#f8f9fa;border-top:1px solid #eee}@media(max-width:480px){.profile-modal{border-radius:16px 16px 0 0;max-height:90vh;overflow-y:auto}.profile-modal-overlay{align-items:flex-end;padding:0}.form-row{flex-direction:column;gap:16px}}.hero{position:relative;width:100%;height:900px;overflow:visible;display:flex;flex-direction:column;align-items:center;background:#fff}.hero-background{position:absolute;top:0;left:0;right:0;height:650px;overflow:hidden;clip-path:polygon(0 0,100% 0,100% 85%,50% 100%,0 85%)}.hero-bg-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:#00000073;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding-top:80px}.hero-title{font-family:Barlow Condensed,sans-serif;font-size:180px;font-weight:600;color:#a37226;letter-spacing:-3px;margin:0;line-height:1;text-shadow:2px 4px 8px rgba(0,0,0,.35)}.hero-subtitle{font-family:Barlow Condensed,sans-serif;font-size:18px;font-weight:600;margin-top:16px;letter-spacing:.5px;text-transform:uppercase;text-shadow:1px 2px 4px rgba(0,0,0,.3)}.bus-image-container{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);z-index:3;width:100%;max-width:1100px;height:550px;display:flex;justify-content:center;align-items:flex-end}.hero-bus-image{position:absolute;max-width:100%;height:115%;object-fit:contain;filter:drop-shadow(0 20px 45px rgba(0,0,0,.3));z-index:2}.hero-bus-light{position:absolute;max-width:100%;height:115%;object-fit:contain;z-index:3;animation:lightBlink 2s ease-in-out infinite;pointer-events:none}@keyframes lightBlink{0%{opacity:.3;filter:brightness(.8) drop-shadow(0 0 10px rgba(255,220,100,.3))}25%{opacity:.7;filter:brightness(1) drop-shadow(0 0 20px rgba(255,220,100,.5))}50%{opacity:1;filter:brightness(1.3) drop-shadow(0 0 35px rgba(255,220,100,.8))}75%{opacity:.7;filter:brightness(1) drop-shadow(0 0 20px rgba(255,220,100,.5))}to{opacity:.3;filter:brightness(.8) drop-shadow(0 0 10px rgba(255,220,100,.3))}}.headlight{position:absolute;bottom:120px;width:120px;height:120px;background:radial-gradient(circle,rgba(255,255,220,.95) 0%,rgba(255,240,180,.7) 30%,rgba(255,230,150,.35) 55%,rgba(255,230,150,.15) 70%,transparent 80%);border-radius:50%;filter:blur(8px);opacity:.9;animation:headlightPulse 3s infinite ease-in-out;pointer-events:none;z-index:4}.headlight:after{content:"";position:absolute;top:50%;left:50%;width:320px;height:200px;transform:translate(-50%,-50%);background:radial-gradient(ellipse at center,rgba(255,255,220,.45),rgba(255,255,220,.2),rgba(255,255,220,.08),transparent 70%);filter:blur(22px)}.headlight.left{left:38%}.headlight.right{right:38%}@keyframes headlightPulse{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.7;transform:scale(1)}}@media(max-width:1024px){.hero{height:850px}.hero-title{font-size:110px}.bus-image-container{height:450px}.hero-bus-image,.hero-bus-light{height:110%}.headlight{width:90px;height:90px;bottom:100px}.headlight:after{width:240px;height:150px}}@media(max-width:768px){.hero{height:700px}.hero-background{height:420px}.hero-title{font-size:70px}.hero-subtitle{font-size:14px}.bus-image-container{height:350px}.hero-bus-image,.hero-bus-light{height:105%}.headlight{width:70px;height:70px;bottom:85px}.headlight:after{width:200px;height:120px}}@media(max-width:480px){.hero{height:600px}.hero-title{font-size:50px}.bus-image-container{height:260px}.hero-bus-image,.hero-bus-light{height:100%}.headlight{width:55px;height:55px;bottom:70px}}.search-bus{background:#eff3f4;padding:3rem 1rem}.search-container{max-width:1400px;margin:auto;background:none;padding:0;box-shadow:none}.search-tabs{display:flex;margin-bottom:2rem}.tab{border:none;background:none;padding:1rem 2.5rem;font-weight:600;color:#666;cursor:pointer;border-bottom:3px solid transparent}.tab.active{color:#9c7635;border-bottom-color:#9c7635}.search-form{background:#fff;box-shadow:0 8px 32px #0000001f;border-radius:22px;padding:.5rem;margin-bottom:2.5rem;margin-top:1.5rem;border:1.5px solid #f2f2f2;transition:box-shadow .2s}.form-fields{display:grid;grid-template-columns:1.4fr 80px 1.4fr 1.2fr 200px;height:120px;align-items:center}.form-group.from{border-right:none}.form-group.to{border-right:1px solid #e6e6e6}.swap-wrapper{z-index:2}.form-group{padding:0 2rem;border-right:1px solid #e6e6e6;display:flex;flex-direction:column;justify-content:center;position:relative}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e6e6e6;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 12px #00000026;list-style:none;margin:0;padding:0;max-height:250px;overflow-y:auto;z-index:100}.autocomplete-dropdown li{padding:12px 2rem;cursor:pointer;font-size:.95rem;color:#333;transition:background .2s ease}.autocomplete-dropdown li:hover{background:#f5f5f5}.autocomplete-dropdown li:last-child{border-radius:0 0 8px 8px}.form-group:last-of-type{border-right:none}.form-group label{font-size:.75rem;color:#999;font-weight:600;text-transform:uppercase;margin-bottom:6px}.form-group input{border:none;outline:none;font-size:1rem;font-weight:600;color:#333;background:transparent;z-index:2}.form-group input[type=date]{position:absolute;inset:0;opacity:0;cursor:pointer}.value,.fake-placeholder{font-size:1rem;font-weight:600;color:#333}.clickable{cursor:pointer}.swap-wrapper{display:flex;justify-content:center}.swap-btn{width:44px;height:44px;background:#f2f2f2;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px #00000026;font-size:1.1rem}.search-btn{height:110px;background:#9c7635;border:none;font-weight:700;letter-spacing:1px;cursor:pointer}@media(max-width:1024px){.search-bus{padding:2rem 1rem}.form-fields{grid-template-columns:1fr 1fr;height:auto;gap:0}.form-group{border-right:none;border-bottom:1px solid #e6e6e6;padding:1.2rem 1.5rem;min-height:70px}.form-group.from{border-right:1px solid #e6e6e6}.form-group.to{border-right:none}.swap-wrapper{position:absolute;left:50%;transform:translate(-50%);top:55px;z-index:10}.search-form{position:relative}.swap-btn{width:36px;height:36px;font-size:.9rem;background:#fff;border:1px solid #e6e6e6}.form-group.clickable{border-right:1px solid #e6e6e6}.form-group.clickable:last-of-type{border-right:none}.search-btn{height:55px;grid-column:1 / -1;font-size:.95rem}.autocomplete-dropdown{max-height:200px}}@media(max-width:600px){.search-bus{padding:1.5rem .75rem}.search-tabs{margin-bottom:1rem;justify-content:center}.tab{padding:.75rem 1.5rem;font-size:.9rem}.form-fields{grid-template-columns:1fr;height:auto}.form-group{padding:1rem 1.2rem;min-height:65px;border-right:none!important}.form-group.from,.form-group.to{border-right:none}.swap-wrapper{position:relative;left:auto;transform:none;top:auto;padding:.5rem 0;border-bottom:1px solid #e6e6e6}.swap-btn{width:40px;height:40px;font-size:1rem}.form-group label{font-size:.7rem;margin-bottom:4px}.form-group input,.value{font-size:.95rem}.search-btn{height:50px;font-size:.9rem;letter-spacing:.5px}.autocomplete-dropdown{max-height:180px;border-radius:0 0 6px 6px}.autocomplete-dropdown li{padding:10px 1.2rem;font-size:.9rem}}.popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-container{background:#fff;border-radius:16px;padding:32px 40px;max-width:400px;width:90%;text-align:center;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-icon{font-size:48px;margin-bottom:16px}.popup-message{font-size:1.1rem;color:#333;margin-bottom:24px;line-height:1.5;font-weight:500}.popup-btn{background:#9c7635;color:#fff;border:none;padding:12px 48px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .2s ease,transform .2s ease}.popup-btn:hover{background:#7d5e2a;transform:scale(1.02)}.popup-btn:active{transform:scale(.98)}.features{padding:4rem 1rem;background:#fff}.features-container{max-width:1600px;margin:0 auto;padding:0 2rem}.stats-section{text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{text-align:center;padding:2rem 1rem;position:relative}.stat-number{font-family:Barlow Condensed,sans-serif;font-size:200px;font-weight:600;color:#eff3f4;line-height:1;text-transform:uppercase;letter-spacing:-.5px}.stat-label{font-family:Barlow Condensed,sans-serif;font-size:24px;font-weight:600;color:#012432;margin-top:-60px;text-transform:uppercase;letter-spacing:-.5px;position:relative;z-index:1}@media(max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.stat-number{font-size:140px}.stat-label{margin-top:-40px}}@media(max-width:768px){.features{padding:3rem 1rem}.features-container{padding:0 1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-number{font-size:100px}.stat-label{font-size:18px;margin-top:-30px}}@media(max-width:480px){.features{padding:2rem 1rem}.stats-grid{grid-template-columns:1fr 1fr;gap:1rem}.stat-card{padding:1rem .5rem}.stat-number{font-size:70px}.stat-label{font-size:14px;margin-top:-20px}}.our-service{padding:5rem 1rem;background:#fff}.service-container{max-width:1600px;margin:0 auto;padding:0 2rem}.service-header{text-align:left;margin-bottom:3rem}.service-label{font-family:Montserrat,sans-serif;font-size:40px;font-weight:700;color:#a37226;text-transform:uppercase;letter-spacing:-2.5px;display:block;margin-bottom:1rem}.service-title{font-family:Montserrat,sans-serif;font-size:60px;font-weight:700;color:#002c3f;margin:0;line-height:1.2;max-width:1200px;text-transform:uppercase;letter-spacing:-2.5px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.service-grid.top-row{margin-bottom:2rem}.service-grid.bottom-row{margin-top:2rem}.service-card{background:#fff;padding:2.5rem 1.5rem;border-radius:12px;box-shadow:-6px -4px 17.8px #00000040,3px 4px 17.8px #00000040;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start;text-align:left;position:relative}.service-card:hover{box-shadow:-8px -6px 24px #00000026,5px 6px 24px #00000026;transform:translateY(-4px)}.service-card:not(.featured):hover{background:#a37226;color:#fff}.service-card:not(.featured):hover .service-card-title{color:#fff}.service-card:not(.featured):hover .service-card-description{color:#f1e6d0}.service-card:not(.featured):hover .service-icon-wrapper{background:#e6e6e6}.service-card.offset-down{margin-top:50px}.service-card.offset-up{margin-top:0;margin-bottom:50px}.service-card.offset-up-bottom{margin-top:-50px}.service-card.featured{background:#fff;color:#000;box-shadow:0 6px 18px #0000000f;border:1px solid #f2f2f2}.service-card.featured:hover{background:#a37226;color:#fff}.service-icon-wrapper{width:52px;height:52px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-card.featured .service-icon-wrapper{background:#e6e6e6}.service-icon{font-size:24px;color:#333}.service-card-title{font-family:Montserrat,sans-serif;font-size:36px;font-weight:600;color:#000;margin:0 0 1rem;text-transform:capitalize;letter-spacing:-.5px}.service-card.featured .service-card-title{color:#000}.service-card-description{font-family:Montserrat,sans-serif;font-size:24px;font-weight:400;line-height:1.5;color:#000;margin:0;text-transform:capitalize}.service-card.featured .service-card-description{color:#333}.service-card.featured .service-icon{color:#000}@media(max-width:1400px){.service-label{font-size:32px}.service-title{font-size:48px}.service-card-title{font-size:28px}.service-card-description{font-size:18px}}@media(max-width:1024px){.service-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.service-title{font-size:40px}.service-card.offset-down,.service-card.offset-up,.service-card.offset-up-bottom{margin-top:0;margin-bottom:0}}@media(max-width:768px){.our-service{padding:3rem 1rem}.service-container{padding:0 1rem}.service-header{margin-bottom:2rem}.service-label{font-size:24px}.service-title{font-size:32px}.service-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem 1.5rem}.service-card-title{font-size:24px}.service-card-description{font-size:16px}}@media(max-width:480px){.our-service{padding:2rem 1rem}.service-label{font-size:20px}.service-title{font-size:24px}.service-card-title{font-size:20px}.service-card-description{font-size:14px}.service-icon-wrapper{width:44px;height:44px}.service-icon{font-size:20px}}.bus-results{width:100%;background:#fff}.discount-offers-section{padding:60px 80px;background:#fff;overflow:hidden}.section-title{font-family:Montserrat,sans-serif;font-size:40px;font-weight:700;color:#002c3f;margin-bottom:40px;text-align:left}.discount-offers-wrapper{overflow:hidden;width:100%}.discount-offers-track{display:flex;gap:24px;animation:scroll-infinite 20s linear infinite;width:fit-content}.discount-offers-track:hover{animation-play-state:paused}@keyframes scroll-infinite{0%{transform:translate(0)}to{transform:translate(calc(-50% - 12px))}}.discount-offer-card{flex:0 0 480px;border-radius:16px;overflow:hidden;background:#f5f5f5;transition:transform .3s ease,box-shadow .3s ease}.discount-offer-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.discount-offer-placeholder{width:100%;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8e8e8,#d0d0d0);color:#666;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:600}.discount-offer-placeholder .placeholder-hint{font-size:14px;font-weight:400;color:#999;margin-top:8px}.discount-offer-image{width:100%;height:220px;object-fit:cover}.section-image{width:100%;max-width:500px;height:450px;border-radius:20px;object-fit:contain;display:block;margin:0 auto}.why-choose-section{padding:80px;background:#fff url(/assets/sec1-BanmjiQ0.svg) no-repeat right center;background-size:contain;position:relative}.why-choose-section:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:150px;height:300px;background:linear-gradient(135deg,#ceb45f33,#a372261a);border-radius:0 150px 150px 0}.why-choose-content{display:flex;align-items:center;gap:60px;max-width:1400px;margin:0 auto;position:relative;z-index:1}.why-choose-text{flex:1}.section-title-underline{font-family:Montserrat,sans-serif;font-size:48px;font-weight:700;color:#002c3f;margin-bottom:24px;position:relative;display:inline-block}.section-title-underline:after{content:"";position:absolute;bottom:-8px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#a37226,#ceb45f)}.why-choose-intro{font-family:Plus Jakarta Sans,sans-serif;font-size:28px;font-weight:400;color:#333;line-height:1.6;margin-bottom:24px}.key-benefits-title{font-family:Montserrat,sans-serif;font-size:24px;font-weight:700;color:#002c3f;margin-bottom:16px}.benefits-list{font-family:Plus Jakarta Sans,sans-serif;font-size:20px;color:#333;line-height:2;padding-left:24px;margin-bottom:24px}.benefits-list li{margin-bottom:8px}.why-choose-conclusion{font-family:Plus Jakarta Sans,sans-serif;font-size:24px;font-weight:400;color:#333;line-height:1.6}.why-choose-image{flex:0 0 500px;position:sticky;top:100px;align-self:flex-start;display:flex;align-items:center;justify-content:center}.image-placeholder{width:100%;height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8f4f8,#d0e8ef);border-radius:20px;color:#666;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;text-align:center;padding:20px}.image-placeholder .placeholder-hint{font-size:14px;color:#999;margin-top:8px}.online-booking-section{padding:80px;background:#f2f2f8 url(/assets/sec2-BXsV_0kp.svg) no-repeat left center;background-size:contain}.online-booking-content{display:flex;align-items:flex-start;gap:60px;max-width:1400px;margin:0 auto}.online-booking-text{flex:1}.online-booking-text p{font-family:Plus Jakarta Sans,sans-serif;font-size:28px;font-weight:400;color:#333;line-height:1.6;margin-bottom:24px}.subsection-title{font-family:Montserrat,sans-serif;font-size:32px;font-weight:700;color:#002c3f;margin-top:32px;margin-bottom:16px}.online-booking-image{flex:0 0 500px;position:sticky;top:100px;align-self:flex-start;display:flex;align-items:center;justify-content:center}.image-placeholder.purple-bg{background:linear-gradient(135deg,#f0e8ff,#e8d8ff)}.how-to-book-section{padding:80px;background:linear-gradient(180deg,#fff0f5,#e8f4ff,#fff0f5);background-image:url(/assets/sec3-CIAjcK1x.svg);background-repeat:no-repeat;background-position:right center;background-size:contain;position:relative}.how-to-book-section:before{content:"";position:absolute;left:0;top:20%;width:100px;height:200px;background:linear-gradient(135deg,rgba(206,180,95,.3),transparent);border-radius:0 100px 100px 0}.how-to-book-section:after{content:"";position:absolute;right:0;bottom:20%;width:100px;height:200px;background:linear-gradient(135deg,transparent,rgba(206,180,95,.3));border-radius:100px 0 0 100px}.how-to-book-content{display:flex;align-items:flex-start;gap:60px;max-width:1400px;margin:0 auto;position:relative;z-index:1}.how-to-book-text{flex:1}.how-to-book-intro{font-family:Montserrat,sans-serif;font-size:28px;font-weight:600;color:#002c3f;margin-bottom:24px}.steps-list{font-family:Plus Jakarta Sans,sans-serif;font-size:24px;color:#333;line-height:2;padding-left:28px;margin-bottom:40px}.steps-list li{margin-bottom:8px}.steps-list li::marker{font-weight:700;color:#002c3f}.how-to-book-text p{font-family:Plus Jakarta Sans,sans-serif;font-size:22px;color:#333;line-height:1.6;margin-bottom:20px}.feature-list{font-family:Plus Jakarta Sans,sans-serif;font-size:22px;color:#333;line-height:2;padding-left:24px;margin-bottom:32px;list-style-type:disc}.feature-list li{margin-bottom:4px}.tracking-intro{font-weight:600}.how-to-book-image{flex:0 0 500px;position:sticky;top:100px;align-self:flex-start;display:flex;align-items:center;justify-content:center}.faq-section{padding:80px;background:#fff;max-width:1000px;margin:0 auto}.faq-section .section-title{text-align:center;margin-bottom:40px}.faq-tabs{display:flex;justify-content:center;gap:40px;margin-bottom:40px;border-bottom:1px solid #e0e0e0;padding-bottom:16px}.faq-tab{font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:500;color:#666;background:none;border:none;cursor:pointer;padding:8px 0;position:relative;transition:color .3s ease}.faq-tab:hover{color:#002c3f}.faq-tab.active{color:#a37226;font-weight:600}.faq-tab.active:after{content:"";position:absolute;bottom:-17px;left:0;width:100%;height:3px;background:#a37226}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background:#fff;border:1px solid #e8e8e8;border-radius:12px;overflow:hidden;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 4px 12px #0000000d}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px 28px;background:none;border:none;cursor:pointer;text-align:left}.faq-question span:first-child{font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:500;color:#002c3f;flex:1;padding-right:20px}.faq-icon{font-size:24px;font-weight:300;color:#666;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.faq-answer{padding:0 28px 24px;animation:fadeIn .3s ease}.faq-answer p{font-family:Plus Jakarta Sans,sans-serif;font-size:16px;color:#555;line-height:1.7}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.discount-offers-track{animation-duration:15s}.section-title-underline{font-size:36px}.why-choose-intro,.online-booking-text p{font-size:22px}}@media(max-width:992px){.discount-offers-section,.why-choose-section,.online-booking-section,.how-to-book-section,.faq-section{padding:60px 40px}.why-choose-content,.online-booking-content,.how-to-book-content{flex-direction:column}.why-choose-image,.online-booking-image,.how-to-book-image{flex:none;width:100%;max-width:400px;margin:0 auto}.faq-tabs{flex-wrap:wrap;gap:20px}}@media(max-width:768px){.section-title,.section-title-underline{font-size:28px}.discount-offers-track{animation-duration:12s;gap:16px}.discount-offer-card{flex:0 0 320px}.why-choose-intro,.online-booking-text p{font-size:18px}.benefits-list,.steps-list{font-size:16px}.subsection-title{font-size:24px}.how-to-book-text p,.feature-list{font-size:18px}.faq-tabs{gap:12px}.faq-tab{font-size:14px}.faq-question span:first-child{font-size:16px}}@media(max-width:480px){.discount-offers-section,.why-choose-section,.online-booking-section,.how-to-book-section,.faq-section{padding:40px 20px}.section-title{font-size:24px}.section-title-underline{font-size:22px}.discount-offer-placeholder{height:200px}.image-placeholder{height:250px}.faq-question{padding:16px 20px}}.sr-page{background:#f4f6f8;padding:20px;font-family:Arial,sans-serif}.sr-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;padding:40px 20px}.logo-loader{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:30px}.loader-logo{width:60px;height:60px;animation:logoPulse 1.5s ease-in-out infinite;z-index:2}.loader-ring{position:absolute;top:0;left:0;width:100%;height:100%;border:4px solid #f0f0f0;border-top:4px solid #9c7635;border-right:4px solid #d84e55;border-radius:50%;animation:ringRotate 1.2s linear infinite}@keyframes logoPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes ringRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-text{font-size:18px;font-weight:600;color:#333;margin:0 0 8px}.loader-subtext{font-size:14px;color:#888;margin:0}.sr-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;padding:40px 20px;text-align:center}.sr-error p{font-size:16px;color:#d84e55;margin:0 0 20px}.sr-error button{padding:12px 28px;background:#d84e55;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.sr-error button:hover{background:#c43e45}.no-buses-container{display:flex;align-items:center;justify-content:center;min-height:80vh;padding:40px 20px}.no-buses-content{text-align:center;max-width:500px;background:#fff;padding:50px 40px;border-radius:20px;box-shadow:0 10px 40px #00000014}.no-buses-icon{margin-bottom:10px}.no-buses-logo{width:80px;height:auto;opacity:.9}.no-buses-illustration{margin-bottom:24px}.bus-illustration{width:180px;height:auto;opacity:.6}.no-buses-title{font-size:26px;font-weight:700;color:#333;margin:0 0 12px}.no-buses-message{font-size:15px;color:#666;margin:0 0 20px;line-height:1.5}.no-buses-route{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;margin-bottom:12px}.route-from,.route-to{font-size:16px;font-weight:600;color:#333}.route-arrow{font-size:18px;color:#9c7635}.no-buses-date{font-size:14px;color:#888;margin:0 0 24px}.no-buses-suggestions{text-align:left;background:#fff8e1;padding:16px 20px;border-radius:10px;margin-bottom:28px;border-left:4px solid #ffc107}.no-buses-suggestions p{font-size:14px;color:#333;margin:0 0 10px}.no-buses-suggestions ul{margin:0;padding-left:20px}.no-buses-suggestions li{font-size:13px;color:#666;margin-bottom:6px;line-height:1.4}.no-buses-suggestions li:last-child{margin-bottom:0}.modify-search-btn{padding:14px 32px;background:linear-gradient(135deg,#9c7635,#b8912e);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #9c76354d}.modify-search-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9c763566;background:linear-gradient(135deg,#b8912e,#9c7635)}.sr-layout{max-width:1200px;margin:auto;display:grid;grid-template-columns:260px 1fr;gap:20px}.filters-panel{background:#fff;padding:16px;border-radius:6px}.filters-header{display:flex;justify-content:space-between;align-items:center}.filters-header h4{font-size:15px}.clear-all{font-size:13px;color:#9aa0a6;cursor:pointer}.filter-block{margin-top:20px;padding-bottom:16px;border-bottom:1px solid #ececec}.filter-title{font-size:13px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px}.filter-icon{font-size:14px;color:#0f2a3a}.price-slider{width:100%;height:2px;accent-color:#0f2a3a}.price-values{display:flex;justify-content:space-between;font-size:12px;color:#666;margin-top:6px}.bus-type-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.bus-type-box{background:#f3f5f8;padding:8px;font-size:12px;border-radius:6px;text-align:center;cursor:pointer;border:1px solid transparent}.bus-type-box.active{background:#e6f4f1;border-color:#9fd3c7;color:#0f2a3a}.departure-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.departure-box{background:#f3f5f8;padding:8px;font-size:12px;border-radius:6px;cursor:pointer;text-align:center;border:1px solid transparent}.departure-box.active{background:#e6f4f1;border-color:#9fd3c7}.check-row{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:6px}.sr-results{display:flex;flex-direction:column;gap:14px}.date-selector{display:flex;align-items:stretch;background:#002c3f;border-radius:0;overflow:hidden;border:none;min-height:70px}.date-nav{background:transparent;border:none;padding:0 16px;cursor:pointer;color:#be951f;display:flex;align-items:center;justify-content:center;transition:color .2s}.date-nav:hover{color:#fff}.date-nav svg{width:18px;height:18px}.date-items-wrapper{display:flex;flex:1;align-items:stretch}.date-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 16px;cursor:pointer;transition:background .2s;background:transparent;border:none}.date-item:hover{background:#be951f33}.date-item.active{background:#be951f}.date-item .day{font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:300;color:#ffffffa6;margin-bottom:4px}.date-item.active .day{color:#002c3f}.date-item .date{font-family:Barlow Condensed,sans-serif;font-size:16px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:-.5px}.date-item.active .date{color:#002c3f}.sr-card{background:#fff;border-radius:8px;border:1px solid #e4e4e4;padding:14px 18px;display:grid;grid-template-columns:minmax(350px,1fr) auto 1px auto;align-items:stretch;gap:0;box-shadow:0 2px 8px #0000000a;position:relative;min-height:140px}.sr-info{padding-right:16px}.sr-info .bus-title{font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;margin:0 0 4px;color:#000;line-height:1.3}.sr-info .depart-label{font-family:Montserrat,sans-serif;font-size:12px;font-weight:400;color:#000;margin:0 0 8px}.timeline-row{display:flex;align-items:center;gap:8px;margin:0}.time-location{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.time-location-end{align-items:flex-end}.time-location .time{font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;color:#000}.time-location .boarding{font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;color:#000}.time-location .dropping{font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;color:#000;text-transform:uppercase}.timeline-line-segment{flex:1;min-width:40px;max-width:80px;height:0;border-top:1px solid #000000;align-self:flex-start;margin-top:10px}.duration-badge{font-family:Montserrat,sans-serif;font-size:11px;font-weight:400;color:#000;white-space:nowrap;flex-shrink:0;align-self:flex-start;margin-top:4px}.seat-preview{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:0 16px}.seat-layout-container{border:1px solid #c5c5c5;border-radius:4px;padding:4px 8px;display:flex;flex-direction:column;gap:0;overflow:hidden;background:#fff;min-width:280px;min-height:100px}.seat-deck{display:flex;align-items:center;gap:8px;padding:4px 0}.deck-label-wrapper{width:20px;display:flex;align-items:center;justify-content:center}.deck-label-text{writing-mode:vertical-rl;transform:rotate(180deg);font-family:Montserrat,sans-serif;font-size:10px;font-weight:400;color:#121;text-transform:capitalize;letter-spacing:.5px}.deck-seats{display:flex;flex-direction:column;gap:2px}.seat-row{display:flex;gap:4px}.seat-cell{width:28px;height:12px;border-radius:2px;display:block}.seat-cell.booked{background:#d9d9d9}.seat-cell.available{background:#8dd3bb}.deck-divider{height:1px;background:#c5c5c5;width:calc(100% - 28px);margin:6px 0 6px 28px}.select-seat-btn{background:#002c3f;color:#fff;border:none;padding:6px 20px;font-family:Barlow Condensed,sans-serif;font-size:12px;font-weight:600;border-radius:4px;cursor:pointer;text-transform:uppercase;margin-top:10px;letter-spacing:.5px;transition:background .2s ease}.select-seat-btn:hover{background:#001f2d}.card-divider{width:2px;background:linear-gradient(180deg,transparent 0%,#c5c5c5 10%,#c5c5c5 90%,transparent 100%);align-self:stretch;margin:0 10px;min-height:140px}.price-section{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:110px;padding-left:14px;position:relative;padding-top:40px}.discount-ribbon{position:absolute;top:-14px;right:-18px;z-index:2}.ribbon-content{background:#121;color:#fff;font-family:Montserrat,sans-serif;font-size:10px;font-weight:400;padding:4px 10px 6px;text-align:center;white-space:nowrap;line-height:1.3}.ribbon-content strong{font-weight:700;color:#be951f}.ribbon-zigzag{width:100%;height:6px;background:linear-gradient(135deg,#112211 25%,transparent 25%) -6px 0,linear-gradient(225deg,#112211 25%,transparent 25%) -6px 0,linear-gradient(315deg,#112211 25%,transparent 25%),linear-gradient(45deg,#112211 25%,transparent 25%);background-size:6px 6px;background-color:transparent}.starts-from-label{font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;color:#000;margin:0 0 2px}.price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.old-price{font-family:Montserrat,sans-serif;font-size:11px;font-weight:400;color:#666;text-decoration:line-through}.current-price{font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;color:#000}.seats-available-btn{background:#be951f;color:#fff;border:none;padding:5px 14px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:500;border-radius:4px;cursor:default;min-width:80px;height:28px;display:flex;align-items:center;justify-content:center}.no-results{text-align:center;padding:40px;background:#fff;border-radius:6px;color:#999}@media(max-width:1200px){.sr-card{grid-template-columns:1fr auto 1px auto;gap:0;padding:16px 20px}.sr-info .bus-title{font-size:16px}.sr-info .depart-label,.timeline .time,.locations .boarding,.locations .dropping{font-size:18px}.seat-cell{width:28px;height:12px}}@media(max-width:1024px){.sr-layout{grid-template-columns:1fr}.filters-panel{display:none}.sr-card{grid-template-columns:1fr;gap:20px;padding:16px}.card-divider{display:none}.seat-preview{order:2;padding:16px 0;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4}.price-section{align-items:center;text-align:center;padding-left:0;padding-top:0;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:16px}.discount-ribbon{position:relative;top:0;right:0}.ribbon-content{border-radius:4px 4px 0 0}.ribbon-zigzag{border-radius:0 0 4px 4px}}@media(max-width:768px){.sr-page{padding:12px}.date-selector{overflow-x:auto;-webkit-overflow-scrolling:touch}.date-item{min-width:70px;padding:8px 6px}.date-item .day{font-size:10px}.date-item .date{font-size:12px}.sr-card{padding:14px;gap:16px}.sr-info .bus-title{font-size:14px;line-height:1.4}.sr-info .depart-label{font-size:14px;margin-bottom:12px}.timeline{flex-wrap:wrap;gap:6px;margin:12px 0 10px}.timeline .time{font-size:14px}.timeline-connector{max-width:200px;margin:0 8px}.duration-badge{font-size:13px;padding:2px 8px}.locations{max-width:100%}.locations .boarding,.locations .dropping{font-size:14px}.seat-preview{width:100%}.seat-layout-container{width:100%;max-width:300px}.seat-cell{width:24px;height:10px}.select-seat-btn{width:100%;padding:12px 24px;font-size:16px}.price-section{flex-direction:column;align-items:center;gap:12px}.ribbon-content{font-size:14px;padding:6px 12px 8px}.starts-from-label{font-size:16px}.old-price{font-size:14px}.current-price{font-size:16px}.seats-available-btn{padding:8px 20px;font-size:14px}}@media(max-width:480px){.sr-page{padding:8px}.date-selector{border-radius:4px}.date-nav{padding:0 8px;font-size:16px}.date-item{min-width:55px;padding:6px 4px}.sr-card{padding:12px;border-radius:6px}.sr-info .bus-title{font-size:13px}.timeline{justify-content:center}.timeline-connector{max-width:120px}.locations{flex-direction:column;gap:4px;align-items:flex-start}.seat-cell{width:20px;height:8px}.select-seat-btn{width:100%;padding:12px}.price-section{width:100%}.seats-available-btn{width:auto}}.selectseat-container{background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 4px 20px #00000014;overflow:hidden}.selectseat-header{padding:16px 20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;background:#fafafa}.selectseat-header h4{margin:0;font-size:15px;color:#333;flex:1}.bus-type-badge{font-size:12px;color:#666;background:#f0f0f0;padding:4px 10px;border-radius:12px;margin-right:12px}.close-btn{cursor:pointer;color:#666;font-size:22px;transition:color .2s}.close-btn:hover{color:#333}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;min-height:400px}.loading-spinner{width:50px;height:50px;border:4px solid #f0f0f0;border-top:4px solid #d84e55;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:24px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{font-size:16px;font-weight:600;color:#333;margin:0 0 8px}.loading-subtext{font-size:13px;color:#888;margin:0}.amenities-loader{display:flex;gap:20px;margin-top:32px;padding:16px 28px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;border:1px solid #e0e0e0}.amenity-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#444}.amenity-item span{font-size:18px}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;min-height:300px;text-align:center}.error-icon{font-size:56px;margin-bottom:16px}.error-text{font-size:16px;color:#d84e55;margin:0 0 8px;font-weight:500}.error-subtext{font-size:14px;color:#888;margin:0 0 24px}.retry-btn{padding:12px 28px;background:#d84e55;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.retry-btn:hover{background:#c43e45}.selectseat-body{display:grid;grid-template-columns:1.6fr 1fr;gap:24px;padding:20px}.bus-view{background:#e9e9e9;border-radius:12px;padding:20px;overflow-x:auto}.legend{display:flex;flex-wrap:wrap;gap:18px;font-size:12px;margin-bottom:20px;color:#555;padding:12px 16px;background:#f8f9fa;border-radius:8px}.legend span{display:flex;align-items:center;gap:8px;font-weight:500}.legend-icon{display:inline-block;position:relative;flex-shrink:0}.legend-icon.seat-icon{width:26px;height:26px;border-radius:4px;border:2px solid}.legend-icon.seat-icon:before{content:"";position:absolute;left:-5px;top:2px;bottom:2px;width:6px;background:inherit;border:2px solid;border-color:inherit;border-right:none;border-radius:3px 0 0 3px}.legend-icon.sleeper-icon{width:45px;height:18px;border-radius:6px;border:2px solid}.legend-icon.available,.box.available{background:#fff;border-color:#ccc}.legend-icon.selected,.box.selected{background:#c8e6c9;border-color:#4caf50}.legend-icon.female,.box.female{background:#fce4ec;border-color:#f06292}.legend-icon.booked,.box.booked{background:#bdbdbd;border-color:#9e9e9e}.box{width:24px;height:18px;border-radius:3px 6px 6px 3px;display:inline-block;position:relative}.box:before{content:"";position:absolute;left:-6px;top:2px;bottom:2px;width:7px;background:inherit;border:inherit;border-right:none;border-radius:3px 0 0 3px}.box.available{background:#fff;border:2px solid #ccc}.box.selected{background:#c8e6c9;border:2px solid #4caf50}.box.female{background:#fce4ec;border:2px solid #f06292}.box.booked{background:#bdbdbd;border:2px solid #9e9e9e}.sleeper-box,.seater-box{width:24px;height:18px;border-radius:3px 6px 6px 3px;position:relative}.sleeper-box:before,.seater-box:before{content:"";position:absolute;left:-6px;top:2px;bottom:2px;width:7px;background:inherit;border:inherit;border-right:none;border-radius:3px 0 0 3px}.deck{display:flex;align-items:flex-start;margin-bottom:20px;padding-bottom:20px;border-bottom:1px dashed #ccc}.deck:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.deck-label{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);font-weight:600;font-size:12px;color:#666;margin-right:14px;padding:8px 0}.deck-section{margin-bottom:16px}.lower-with-steering{display:flex;align-items:flex-start;gap:14px}.driver{display:flex;flex-direction:column;align-items:center;justify-content:center;width:38px;gap:4px;background:#fff;border-radius:8px;color:#666;box-shadow:0 2px 8px #0000001f;margin-top:6px;flex-shrink:0;padding:8px 4px}.driver-label{font-size:9px;font-weight:600;color:#666;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg)}.seat-grid-container,.seater-grid{display:flex;flex-direction:column;gap:6px;padding:10px;background:#f5f5f5;border-radius:10px}.seat-row{display:flex;gap:6px;align-items:center}.seat-row.front-row{margin-bottom:12px}.seat-wrapper{display:flex;align-items:center;position:relative}.seat-wrapper.empty-seat{width:3px;height:30px;visibility:hidden}.seater-wrapper{display:flex;flex-direction:row;align-items:center}.seat-price{font-size:7px;font-weight:600;color:#555;display:flex;align-items:center;justify-content:center}.seat-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;white-space:nowrap;opacity:0;visibility:hidden;transition:all .15s ease;z-index:100;pointer-events:none}.seat-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#333}.seat:hover .seat-tooltip,.sleeper:hover .seat-tooltip{opacity:1;visibility:visible}.seat{width:30px;height:30px;background:#fff;border:2px solid #ccc;border-radius:4px;cursor:pointer;transition:all .15s ease;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.seat:before{content:"";position:absolute;left:-5px;top:3px;bottom:3px;width:6px;background:inherit;border:2px solid;border-color:inherit;border-right:none;border-radius:3px 0 0 3px}.seat:before{content:"";position:absolute;left:-6px;top:2px;bottom:2px;width:7px;background:inherit;border:2px solid;border-color:inherit;border-right:none;border-radius:4px 0 0 4px}.seat:hover:not(.booked){transform:translate(2px);box-shadow:0 3px 10px #00000026}.seat.available{background:#fff;border-color:#ccc}.seat.available:before{background:#fff;border-color:#ccc}.seat.active{background:#c8e6c9;border-color:#4caf50;box-shadow:0 2px 8px #4caf504d}.seat.active:before{background:#c8e6c9;border-color:#4caf50}.seat.booked{background:#bdbdbd;border-color:#9e9e9e;cursor:not-allowed}.seat.booked:before{background:#bdbdbd;border-color:#9e9e9e}.seat.booked:hover{transform:none;box-shadow:none}.seat.booked .seat-tooltip,.seat.booked .seat-price{display:none}.seat.female{border-color:#f06292}.seat.female:before{border-color:#f06292}.seat.female.available{background:#fff}.seat.female.available:before{background:#fff}.seat.female.booked{background:#fce4ec}.seat.female.booked:before{background:#fce4ec}.seat.female .seat-price{color:#c2185b}.seat.active .seat-price{color:#2e7d32}.seat.female.active{background:#fff;border-color:#4caf50}.seat.female.active:before{background:#fff;border-color:#4caf50}.seat.female.active .seat-price{color:#2e7d32}.sleeper-grid{display:flex;flex-direction:column;gap:3px}.sleeper-grid .seat-row{display:flex;gap:3px}.sleeper-grid .seat-row.front-row{margin-bottom:8px}.sleeper-grid .seat-wrapper.empty-seat{width:3px;height:30px;visibility:hidden}.sleeper{position:relative;min-width:58px;height:30px;background:#d8d8d8;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;gap:1px;padding:2px 6px}.sleeper .seat-price{font-size:8px;font-weight:600;color:#555}.sleeper:hover:not(.booked){transform:scale(1.03);z-index:10}.sleeper.available{background:#fff;border:2px solid #ddd}.sleeper.active{background:#c8e6c9;border:2px solid #4caf50;box-shadow:0 2px 8px #4caf5040}.sleeper.active .seat-price{color:#2e7d32}.sleeper.booked{background:#bdbdbd;cursor:not-allowed}.sleeper.booked .seat-price,.sleeper.booked .seat-tooltip{display:none}.sleeper.booked:hover{transform:none}.sleeper.female{border:2px solid #f06292}.sleeper.female.available{background:#fff}.sleeper.female.booked{background:#fce4ec}.sleeper.female .seat-price{color:#c2185b}.sleeper.female.active{background:#fff;border:2px solid #4caf50}.sleeper.female.active .seat-price{color:#2e7d32}.selected-summary{margin-top:16px;padding:12px 14px;background:#e8f5e9;border-radius:8px;font-size:13px}.selected-summary p{margin:4px 0;color:#2e7d32}.points-panel{min-width:280px}.tabs{display:flex;border-radius:10px;overflow:hidden;border:1px solid #ddd}.tabs button{flex:1;padding:12px 10px;background:#f7f7f7;border:none;font-size:13px;cursor:pointer;transition:all .2s}.tabs button:hover{background:#eee}.tabs .active{background:#fff;font-weight:600;border-bottom:3px solid #d84e55}.search{width:100%;padding:11px 16px;margin:14px 0;border-radius:24px;border:1px solid #ddd;font-size:14px;box-sizing:border-box;outline:none;transition:border-color .2s}.search:focus{border-color:#9c7635}.points-list{max-height:320px;overflow-y:auto}.point-row{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #eee;cursor:pointer;transition:background .2s}.point-row:hover{background:#f9f9f9}.point-row input[type=radio]{margin-top:4px;accent-color:#d84e55;width:16px;height:16px}.point-info{flex:1}.point-head{display:flex;justify-content:space-between;align-items:center}.point-head strong{font-size:14px;color:#333}.point-head span{font-size:13px;color:#666;font-weight:500}.point-info p{font-size:12px;color:#888;margin:6px 0 0}.point-info .contact{color:#666;font-size:11px}.no-points{text-align:center;color:#999;padding:30px 20px;font-size:14px}.fare-action-bar{display:flex;align-items:center;gap:16px;padding:16px;margin-top:18px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 8px #0000000f}.fare-summary{display:flex;flex-direction:column;padding-right:16px;border-right:1px solid #e0e0e0}.fare-amount{display:flex;align-items:baseline;gap:6px}.fare-amount .original-price{font-size:13px;color:#999;text-decoration:line-through}.fare-amount .final-price{font-size:20px;font-weight:700;color:#333}.fare-note{font-size:11px;color:#888;margin-top:2px}.seat-count{display:flex;flex-direction:column;align-items:center;padding:0 16px;border-right:1px solid #e0e0e0}.seat-count .count{font-size:20px;font-weight:700;color:#333}.seat-count .label{font-size:12px;color:#888}.fare-action-bar .proceed-btn{flex:1;padding:14px 24px;margin-top:0;background:#d4a623;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.fare-action-bar .proceed-btn:hover:not(.disabled){background:#d4a623}.fare-action-bar .proceed-btn.disabled{background:#ccc;color:#888;cursor:not-allowed}.fare-details-panel{animation:fadeIn .3s ease}.back-btn{background:none;border:none;color:#9c7635;font-size:14px;font-weight:600;cursor:pointer;padding:0;margin-bottom:16px}.back-btn:hover{text-decoration:underline}.fare-structure{background:#f8f8f8;border-radius:10px;padding:16px;margin-bottom:16px}.fare-structure h3{font-size:15px;margin:0 0 14px;color:#333}.fare-row{display:flex;justify-content:space-between;padding:10px 0;font-size:14px;color:#555;border-bottom:1px solid #eee}.fare-row:last-child{border-bottom:none}.fare-row.total{font-weight:700;font-size:16px;color:#333;border-top:2px solid #ddd;margin-top:8px;padding-top:14px}.passenger-form{background:#fff;border:1px solid #eee;border-radius:10px;padding:16px}.passenger-form h3{font-size:15px;margin:0 0 14px;color:#333}.passenger-form .form-group{margin-bottom:14px}.passenger-form .form-group label{display:block;font-size:12px;font-weight:600;color:#555;margin-bottom:6px}.passenger-form .form-group input,.passenger-form .form-group select{width:100%;padding:11px 14px;border:1px solid #ddd;border-radius:8px;font-size:14px;outline:none;box-sizing:border-box;transition:border-color .2s}.passenger-form .form-group input:focus,.passenger-form .form-group select:focus{border-color:#9c7635}.form-row{display:flex;gap:12px}.form-group.half{flex:1}.proceed-btn{width:100%;padding:14px;margin-top:18px;background:#d4a623;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s}.proceed-btn:hover{background:#d4a623}@media(max-width:900px){.selectseat-body{grid-template-columns:1fr;gap:16px;padding:14px}.points-panel{min-width:100%}.selectseat-header{padding:12px 16px}.selectseat-header h4{font-size:13px}.amenities-loader{flex-wrap:wrap;justify-content:center;gap:12px}}@media(max-width:768px){.bus-view{padding:14px;overflow-x:auto}.legend{gap:12px;font-size:11px;margin-bottom:14px}.seater-grid{grid-template-columns:repeat(12,40px);grid-auto-rows:40px;gap:4px;padding:10px}.seat{width:26px;height:22px}.seat:before{left:-5px;width:6px}.seat-number-label{font-size:9px;min-width:14px}.sleeper-grid{gap:6px}.sleeper{min-width:58px;height:32px}.sleeper span{font-size:10px}.driver{width:32px;height:32px}.tabs button{padding:10px 8px;font-size:12px}.points-list{max-height:260px}.point-head strong{font-size:13px}.fare-action-bar{padding:12px;gap:12px}.fare-amount .final-price,.seat-count .count{font-size:18px}.fare-action-bar .proceed-btn{padding:12px 16px;font-size:14px}}@media(max-width:480px){.selectseat-body{padding:10px;gap:12px}.loading-container{padding:40px 16px;min-height:300px}.loading-spinner{width:40px;height:40px}.amenities-loader{padding:12px 16px;gap:10px}.amenity-item{font-size:11px}.legend{gap:10px;font-size:10px}.box{width:20px;height:14px}.seater-grid{grid-template-columns:repeat(12,34px);grid-auto-rows:34px;gap:3px;padding:8px}.seat{width:22px;height:18px;border-width:1.5px}.seat:before{left:-4px;width:5px;border-width:1.5px}.seat-number-label{font-size:8px;min-width:12px}.seater-wrapper{gap:2px}.sleeper{min-width:48px;height:28px}.sleeper span{font-size:9px}.fare-structure,.passenger-form{padding:12px}.form-row{flex-direction:column;gap:0}.form-group.half{width:100%}.fare-action-bar{padding:10px;gap:10px}.fare-summary{padding-right:10px}.fare-amount .original-price{font-size:11px}.fare-amount .final-price{font-size:16px}.fare-note{font-size:10px}.seat-count{padding:0 10px}.seat-count .count{font-size:16px}.seat-count .label{font-size:10px}.fare-action-bar .proceed-btn{padding:10px 12px;font-size:13px}}.no-result-page{min-height:100vh;width:100%;background:linear-gradient(180deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;padding:0;font-family:Segoe UI,Arial,sans-serif}.no-result-container{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.no-result-content{background:#fff;border-radius:0;padding:60px 40px;box-shadow:none;text-align:center;animation:fadeInUp .5s ease-out;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.no-result-logo{margin-bottom:8px}.no-result-logo img{width:100px;height:auto;animation:logoPulse 2s ease-in-out infinite}@keyframes logoPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.bus-illustration-wrapper{margin-bottom:24px}.bus-svg{width:220px;height:auto;animation:busFloat 3s ease-in-out infinite}@keyframes busFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.no-result-title{font-size:28px;font-weight:700;color:#1a1a2e;margin:0 0 10px}.no-result-subtitle{font-size:15px;color:#6c757d;margin:0 0 28px;line-height:1.5}.route-info-card{background:linear-gradient(135deg,#fafbfc,#f0f2f5);border-radius:16px;padding:24px 40px;margin-bottom:28px;border:1px solid #e9ecef;max-width:450px;width:100%}.route-cities{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}.city-name{font-size:17px;font-weight:600;color:#333;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.route-line{display:flex;align-items:center;gap:4px}.route-line .dot{width:8px;height:8px;background:#9c7635;border-radius:50%}.route-line .line{width:20px;height:2px;background:linear-gradient(90deg,#9c7635,#d84e55)}.route-line .arrow{font-size:18px;color:#d84e55;font-weight:700}.travel-date{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:14px;border-top:1px dashed #dee2e6}.date-icon{font-size:18px}.date-text{font-size:14px;color:#555;font-weight:500}.suggestions-card{background:#fffbeb;border-radius:14px;padding:18px 20px;margin-bottom:28px;border-left:4px solid #f59e0b;text-align:left}.suggestions-header{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#92400e;margin-bottom:12px}.bulb-icon{font-size:18px}.suggestions-list{margin:0;padding-left:24px}.suggestions-list li{font-size:13px;color:#78350f;margin-bottom:8px;line-height:1.5}.suggestions-list li:last-child{margin-bottom:0}.modify-search-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 40px;background:linear-gradient(135deg,#9c7635,#b8912e);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #9c763559}.modify-search-btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #9c763573;background:linear-gradient(135deg,#b8912e,#9c7635)}.modify-search-btn:active{transform:translateY(-1px)}.btn-icon{font-size:18px;transition:transform .3s ease}.modify-search-btn:hover .btn-icon{transform:translate(-4px)}@media(max-width:600px){.no-result-page{padding:20px 16px}.no-result-content{padding:36px 24px;border-radius:20px}.no-result-logo img{width:80px}.bus-svg{width:180px}.no-result-title{font-size:24px}.no-result-subtitle{font-size:14px}.route-cities{flex-direction:column;gap:12px}.route-line{transform:rotate(90deg)}.city-name{font-size:16px;max-width:200px}.suggestions-card{padding:14px 16px}.suggestions-header{font-size:14px}.suggestions-list li{font-size:12px}.modify-search-btn{width:100%;padding:14px 32px;font-size:15px}}@media(max-width:400px){.no-result-content{padding:28px 18px}.no-result-title{font-size:22px}.bus-svg{width:160px}.route-info-card{padding:18px 14px}.city-name{font-size:15px}.date-text{font-size:13px}}.footer{background:#012433;color:#fff;margin-top:4rem}.footer-main{padding:3rem 2rem}.footer-content{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}.address-section{flex:1;min-width:300px}.footer-title{font-family:Montserrat,sans-serif;font-size:24px;font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.86}.address-text{font-family:Montserrat,sans-serif;font-size:24px;font-weight:400;color:#fff;margin:0;line-height:1.86}.footer-nav{display:flex;gap:2rem;flex-wrap:wrap;align-items:center}.footer-nav a{font-family:Montserrat,sans-serif;font-size:24px;font-weight:600;color:#fff;text-decoration:none;transition:color .3s ease;line-height:1.86}.footer-nav a:hover{color:#ceb45f}.footer-social{display:flex;gap:1rem;align-items:center}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #CEB45F;border-radius:50%;color:#ceb45f;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#ceb45f;color:#012433}.scroll-top-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ceb45f;border-radius:50%;color:#012433;text-decoration:none;transition:all .3s ease}.scroll-top-link:hover{background:#fff;color:#012433}.footer-bottom{background:#002839;padding:1.5rem 2rem}.footer-bottom p{font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:300;color:#fff;max-width:1600px;margin:0 auto;padding-left:2rem}@media(max-width:1200px){.footer-content{flex-direction:column;align-items:flex-start;gap:2rem}.footer-nav{flex-wrap:wrap;gap:1.5rem}.footer-title,.address-text,.footer-nav a{font-size:20px}}@media(max-width:768px){.footer-main{padding:2rem 1rem}.footer-content{gap:1.5rem}.address-section{min-width:100%}.footer-title,.address-text,.footer-nav a{font-size:18px}.footer-nav{flex-direction:column;align-items:flex-start;gap:1rem}.footer-social{width:100%;justify-content:flex-start;gap:.75rem}.social-link,.scroll-top-link{width:36px;height:36px}.footer-bottom{padding:1rem}.footer-bottom p{font-size:12px;padding-left:0;text-align:center}}@media(max-width:480px){.footer-title,.address-text,.footer-nav a{font-size:16px}.social-link,.scroll-top-link{width:32px;height:32px}.social-link svg,.scroll-top-link svg{width:12px;height:12px}}.privacy-container{max-width:900px;margin:0 auto;padding:60px 24px;background:#fff}.privacy-content{line-height:1.8;color:#333}.privacy-content h1{font-size:2.5rem;color:#9c7635;margin-bottom:10px;padding-bottom:16px;border-bottom:3px solid #9c7635}.privacy-content .terms-title{margin-top:60px}.privacy-content .last-updated{color:#666;font-size:.95rem;margin-bottom:40px}.privacy-content h2{font-size:1.5rem;color:#333;margin-top:40px;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #eee}.privacy-content h3{font-size:1.15rem;color:#444;margin-top:24px;margin-bottom:12px}.policy-section{margin-bottom:32px}.policy-section p{margin-bottom:16px;text-align:justify}.policy-section ul{margin:16px 0;padding-left:24px}.policy-section ul li{margin-bottom:10px;position:relative}.policy-section ul li::marker{color:#9c7635}.policy-section ul li strong{color:#333}.contact-info{background:#f8f8f8;padding:20px 24px;border-radius:8px;margin-top:16px;border-left:4px solid #9c7635}.contact-info p{margin-bottom:8px}.contact-info p:last-child{margin-bottom:0}.cancellation-table{margin:24px 0;overflow-x:auto}.cancellation-table table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 2px 8px #00000014;border-radius:8px;overflow:hidden}.cancellation-table th,.cancellation-table td{padding:14px 20px;text-align:left;border-bottom:1px solid #eee}.cancellation-table th{background:#9c7635;color:#fff;font-weight:600}.cancellation-table tr:last-child td{border-bottom:none}.cancellation-table tr:hover{background:#f9f9f9}@media(max-width:768px){.privacy-container{padding:40px 16px}.privacy-content h1{font-size:2rem}.privacy-content h2{font-size:1.3rem}.cancellation-table th,.cancellation-table td{padding:12px 14px;font-size:.9rem}}@media(max-width:480px){.privacy-content h1{font-size:1.75rem}.privacy-content h2{font-size:1.2rem}.contact-info{padding:16px}}.details-page{min-height:100vh;background:#f5f5f5;padding:20px}.details-container{max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;border:1px solid #ddd;animation:fadeIn .3s ease}.no-data button{padding:12px 24px;background:#9c7635;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.no-data button:hover{background:#7a5c2a}.details-header{padding:14px 18px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:12px}.back-icon{cursor:pointer;font-size:20px;color:#666;transition:color .2s ease}.back-icon:hover{color:#9c7635}.details-header h4{margin:0;font-size:16px;color:#333}.details-header .close-btn{cursor:pointer;font-size:20px;color:#666;transition:color .2s ease}.details-header .close-btn:hover{color:#d84e55}.details-body{display:grid;grid-template-columns:70% 30%;gap:20px;padding:20px}.passenger-section{display:flex;flex-direction:column;gap:20px}.section-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:24px}.section-card h3{font-size:18px;color:#333;margin:0 0 6px}.section-subtitle{font-size:13px;color:#888;margin:0 0 20px}.passenger-form{background:#f9f9f9;border:1px solid #eee;border-radius:10px;padding:20px;margin-bottom:16px}.passenger-form:last-child{margin-bottom:0}.passenger-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid #e5e5e5}.passenger-number{font-size:16px;font-weight:700;color:#333}.seat-tag{background:linear-gradient(135deg,#9c7635,#b8943e);color:#fff;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600}.passenger-form .form-group{margin-bottom:18px}.passenger-form .form-group label{display:block;font-size:14px;font-weight:600;color:#444;margin-bottom:8px}.passenger-form .form-group label .required{color:#d84e55}.passenger-form .form-group input,.passenger-form .form-group select{width:100%;padding:14px 16px;border:1px solid #ddd;border-radius:10px;font-size:15px;outline:none;transition:all .2s ease;background:#fafafa}.passenger-form .form-group input:focus,.passenger-form .form-group select:focus{border-color:#9c7635;background:#fff;box-shadow:0 0 0 3px #9c76351a}.passenger-form .form-group input::placeholder{color:#aaa}.passenger-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.passenger-form .form-row.three-cols{grid-template-columns:2fr 1fr 1fr}.contact-card{background:#fff;border-radius:12px}.contact-card h3{font-size:18px;font-weight:600;color:#333;margin-bottom:4px}.contact-card .section-subtitle{font-size:13px;color:#888;margin-bottom:20px}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-form .phone-input-group{display:flex;gap:12px}.contact-form .country-code{display:flex;flex-direction:column;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;min-width:140px}.contact-form .country-code .code-label{font-size:11px;color:#999;margin-bottom:4px;text-transform:uppercase;letter-spacing:.3px}.contact-form .country-code select{border:none;background:transparent;font-size:15px;font-weight:500;color:#333;cursor:pointer;outline:none;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.contact-form .phone-field{flex:1;display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:8px;background:#fff;overflow:hidden}.contact-form .phone-field input{width:100%;padding:20px 16px;border:none;font-size:15px;outline:none;background:transparent}.contact-form .phone-field input::placeholder{color:#999}.contact-form .contact-input{width:100%;padding:18px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:15px;outline:none;background:#fff;transition:border-color .2s ease;box-sizing:border-box}.contact-form .contact-input::placeholder{color:#999}.contact-form .contact-input:focus{border-color:#9c7635}.contact-form .state-wrapper{display:flex;flex-direction:column;gap:6px}.contact-form .state-wrapper select.contact-input{color:#333;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.contact-form .state-wrapper select.contact-input option:first-child{color:#999}.contact-form .gst-note{font-size:12px;color:#888;margin-left:4px}.whatsapp-toggle{display:flex;align-items:center;gap:14px;padding:16px 18px;background:#f8f8f8;border:1px solid #e8e8e8;border-radius:8px;margin-top:4px}.whatsapp-icon{display:flex;align-items:center;justify-content:center}.whatsapp-icon svg{display:block}.whatsapp-text{flex:1;font-size:14px;color:#444;line-height:1.4}.toggle-switch{position:relative;width:50px;height:28px;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;inset:0;background:#ccc;border-radius:28px;transition:.3s}.toggle-slider:before{content:"";position:absolute;width:22px;height:22px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}.toggle-switch input:checked+.toggle-slider{background:#25d366}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.assurance-card{background:#f9f9f9;border-radius:12px}.assurance-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.assurance-title h3{margin:0 0 4px}.assurance-price{font-size:13px;color:#666}.assurance-badge{font-size:28px}.assurance-info{background:#fff;border:1px solid #eee;border-radius:10px;padding:20px;text-align:center;margin-bottom:16px}.assurance-highlight{font-size:14px;color:#666;margin:0 0 8px}.refund-amount{font-size:32px;font-weight:700;color:#22c55e;margin-bottom:6px}.refund-breakdown{font-size:14px;color:#333;font-weight:500;margin:0 0 16px}.coverage-text{font-size:13px;color:#666;margin:0 0 10px;line-height:1.5}.terms-link{font-size:13px;color:#2563eb;text-decoration:none}.terms-link:hover{text-decoration:underline}.assurance-options{display:flex;flex-direction:column;gap:12px}.assurance-option{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:#fff;border:1px solid #ddd;border-radius:10px;cursor:pointer;transition:all .2s ease}.assurance-option:hover{border-color:#9c7635}.assurance-option.selected{border-color:#9c7635;background:#fef9f0}.assurance-option input{display:none}.assurance-option span:first-child{font-size:15px;color:#333}.radio-circle{width:22px;height:22px;border:2px solid #ddd;border-radius:50%;position:relative;transition:all .2s ease}.assurance-option.selected .radio-circle{border-color:#9c7635}.assurance-option.selected .radio-circle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#9c7635;border-radius:50%}.journey-card h3{margin-bottom:20px}.journey-info{display:flex;align-items:flex-start;gap:20px}.journey-point{flex:1;background:#f8f8f8;padding:16px;border-radius:10px}.journey-point .label{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:8px}.journey-point strong{font-size:15px;color:#333;display:block;margin-bottom:4px}.journey-point .time{font-size:14px;color:#9c7635;font-weight:600;display:block;margin-bottom:8px}.journey-point .desc{font-size:12px;color:#666;margin:0;line-height:1.4}.journey-divider{display:flex;flex-direction:column;align-items:center;padding-top:30px}.divider-line{width:2px;height:20px;background:#ddd}.divider-icon{font-size:18px;color:#9c7635;margin:6px 0}.fare-section{display:flex;flex-direction:column;gap:16px}.fare-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;position:sticky;top:20px}.fare-card h3{font-size:16px;color:#333;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #eee}.bus-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.bus-info strong{font-size:14px;color:#333}.bus-type{font-size:12px;color:#888;background:#f5f5f5;padding:4px 10px;border-radius:12px}.selected-seats{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.selected-seats .label{font-size:12px;color:#888;display:block;margin-bottom:8px}.seats-list{display:flex;flex-wrap:wrap;gap:8px}.seat-badge{background:#f0f7f0;color:#4caf50;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;border:1px solid #c8e6c9}.fare-breakdown{margin-bottom:20px}.fare-breakdown .fare-row{display:flex;justify-content:space-between;padding:10px 0;font-size:14px;color:#555;border-bottom:1px solid #f5f5f5}.fare-breakdown .fare-row:last-child{border-bottom:none}.fare-breakdown .fare-row.total{font-weight:700;font-size:16px;color:#333;background:#f8f8f8;margin:12px -20px 0;padding:14px 20px;border-radius:0 0 12px 12px;border-bottom:none}.fare-card .proceed-btn{width:100%;padding:14px;margin-top:16px;background:#d84e55;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.fare-card .proceed-btn:hover{background:#c43e45;transform:translateY(-1px);box-shadow:0 4px 12px #d84e554d}.secure-text{font-size:12px;color:#888;text-align:center;margin:14px 0 0}.offers-card{background:linear-gradient(135deg,#fff9e6,#fff5d6);border:1px solid #f5e6b8;border-radius:12px;padding:16px}.offers-card h4{font-size:14px;color:#9c7635;margin:0 0 12px}.offer-item{display:flex;flex-direction:column;gap:4px;padding:10px 0;border-bottom:1px dashed #e6d9a8}.offer-item:last-child{border-bottom:none;padding-bottom:0}.offer-code{font-size:13px;font-weight:700;color:#9c7635;background:#fff;padding:4px 10px;border-radius:4px;display:inline-block;width:fit-content}.offer-desc{font-size:12px;color:#666}@media(max-width:1024px){.details-page{padding:16px}.details-body{grid-template-columns:65% 35%;gap:16px}}@media(max-width:900px){.details-page{padding:12px}.details-body{grid-template-columns:1fr;gap:16px;padding:16px}.fare-card{position:static}.fare-section{order:-1}}@media(max-width:768px){.details-container{border-radius:8px}.details-header{padding:12px 14px}.details-header h4{font-size:14px}.section-card{padding:18px;border-radius:10px}.section-card h3{font-size:16px}.passenger-form{padding:16px}.passenger-header{margin-bottom:14px;padding-bottom:10px}.passenger-number{font-size:15px}.seat-tag{padding:5px 12px;font-size:12px}.passenger-form .form-row{grid-template-columns:1fr;gap:0}.passenger-form .form-row.three-cols{grid-template-columns:1fr}.contact-form .phone-input-group{flex-direction:column}.contact-form .country-code{border-right:none;border-bottom:1px solid #ddd;padding:12px 16px}.whatsapp-toggle{padding:14px}.whatsapp-text{font-size:13px}.refund-amount{font-size:28px}.assurance-option{padding:14px 16px}.assurance-option span:first-child{font-size:14px}.passenger-form .form-group input,.passenger-form .form-group select{padding:12px 14px;font-size:14px}.journey-info{flex-direction:column;gap:12px}.journey-divider{flex-direction:row;padding:0;width:100%;justify-content:center}.divider-line{width:40px;height:2px}.fare-card{padding:16px}.fare-card h3{font-size:15px}.fare-breakdown .fare-row{font-size:13px;padding:8px 0}.fare-breakdown .fare-row.total{font-size:15px;margin:12px -16px 0;padding:12px 16px}.fare-card .proceed-btn{padding:12px;font-size:15px}}@media(max-width:480px){.details-page{padding:10px}.details-body{padding:12px;gap:12px}.details-header{padding:10px 12px}.header-left{gap:8px}.back-icon{font-size:18px}.details-header h4{font-size:13px}.section-card{padding:14px}.section-card h3{font-size:15px}.section-subtitle{font-size:12px;margin-bottom:16px}.passenger-form{padding:14px;margin-bottom:12px}.passenger-header{margin-bottom:12px;padding-bottom:8px}.passenger-number{font-size:14px}.seat-tag{padding:4px 10px;font-size:11px}.passenger-form .form-group{margin-bottom:14px}.passenger-form .form-group label{font-size:13px;margin-bottom:6px}.passenger-form .form-group input,.passenger-form .form-group select{padding:12px;font-size:14px;border-radius:8px}.contact-form .country-code{padding:10px 14px}.contact-form .phone-field input{padding:14px;font-size:14px}.contact-form .form-group input,.contact-form .form-group select{padding:14px;font-size:14px;border-radius:8px}.whatsapp-toggle{padding:12px;gap:10px}.whatsapp-icon svg{width:20px;height:20px}.whatsapp-text{font-size:12px}.toggle-switch{width:44px;height:24px}.toggle-slider:before{width:18px;height:18px}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.assurance-info{padding:16px}.assurance-highlight{font-size:13px}.refund-amount{font-size:26px}.refund-breakdown{font-size:13px}.coverage-text{font-size:12px}.assurance-option{padding:12px 14px}.assurance-option span:first-child{font-size:13px}.radio-circle{width:20px;height:20px}.assurance-option.selected .radio-circle:after{width:10px;height:10px}.journey-point{padding:12px}.journey-point .label{font-size:11px}.journey-point strong{font-size:14px}.journey-point .time{font-size:13px}.journey-point .desc{font-size:11px}.fare-card{padding:14px;border-radius:10px}.bus-info strong{font-size:13px}.seat-badge{padding:5px 10px;font-size:12px}.fare-breakdown .fare-row{font-size:12px}.fare-breakdown .fare-row.total{font-size:14px;margin:10px -14px 0;padding:12px 14px}.fare-card .proceed-btn{padding:12px;font-size:14px;border-radius:8px;margin-top:12px}.secure-text{font-size:11px;margin-top:12px}.offers-card{padding:12px;border-radius:10px}.offers-card h4{font-size:13px}.offer-code{font-size:12px;padding:3px 8px}.offer-desc{font-size:11px}}.payment-page{min-height:100vh;background:linear-gradient(135deg,#002c3f,#004d6b);padding-top:80px;position:relative}.payment-page:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.payment-container{max-width:1200px;margin:0 auto;padding:20px;position:relative;z-index:1}.payment-header{display:flex;justify-content:space-between;align-items:center;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px 24px;border-radius:16px;margin-bottom:24px;box-shadow:0 8px 32px #002c3f26}.payment-header .header-left{display:flex;align-items:center;gap:16px}.payment-header .back-btn{width:44px;height:44px;border-radius:12px;border:none;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;color:#002c3f;transition:all .3s ease}.payment-header .back-btn:hover{background:linear-gradient(135deg,#9c7635,#7a5c2a);color:#fff;transform:translate(-2px)}.header-title h4{margin:0;font-size:20px;font-weight:700;color:#002c3f}.header-subtitle{font-size:13px;color:#666}.header-right{display:flex;align-items:center;gap:16px}.secure-badge{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32;padding:10px 16px;border-radius:12px;font-size:13px;font-weight:600}.amount-badge{display:flex;flex-direction:column;align-items:flex-end;background:linear-gradient(135deg,#9c7635,#7a5c2a);color:#fff;padding:10px 20px;border-radius:12px}.amount-badge span{font-size:11px;opacity:.9}.amount-badge strong{font-size:20px;font-weight:700}.payment-body{display:flex;gap:24px}.payment-options-section{flex:1;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:28px;box-shadow:0 8px 32px #002c3f26}.section-title{font-size:18px;font-weight:700;color:#002c3f;margin-bottom:20px}.payment-tabs{display:flex;gap:12px;margin-bottom:28px}.payment-tabs .tab{flex:1;display:flex;align-items:center;gap:14px;padding:16px 20px;border:2px solid #e8e8e8;border-radius:16px;background:#fff;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.payment-tabs .tab:hover{border-color:#9c7635;transform:translateY(-2px);box-shadow:0 4px 12px #9c763526}.payment-tabs .tab.active{border-color:#9c7635;background:linear-gradient(135deg,#fffbf5,#fff);box-shadow:0 4px 20px #9c763533}.tab-icon-wrapper{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff}.upi-gradient{background:linear-gradient(135deg,#4caf50,#2e7d32)}.card-gradient{background:linear-gradient(135deg,#002c3f,#004d6b)}.bank-gradient{background:linear-gradient(135deg,#9c7635,#7a5c2a)}.tab-content{display:flex;flex-direction:column;align-items:flex-start}.tab-title{font-size:16px;font-weight:600;color:#002c3f}.tab-desc{font-size:12px;color:#888}.tab-active-indicator{position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#9c7635,#002c3f);border-radius:3px 3px 0 0}.upi-method-tabs{display:flex;background:#f5f5f5;border-radius:12px;padding:4px;margin-bottom:24px}.upi-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border:none;border-radius:10px;background:transparent;cursor:pointer;font-size:14px;font-weight:500;color:#666;transition:all .3s ease}.upi-tab:hover{color:#002c3f}.upi-tab.active{background:#fff;color:#9c7635;box-shadow:0 2px 8px #0000001a}.upi-tab svg{font-size:18px}.at-symbol{font-size:18px;font-weight:700}.qr-section{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.qr-card{background:linear-gradient(135deg,#fffbf5,#fff);border:2px solid #e8e8e8;border-radius:20px;padding:28px;text-align:center}.qr-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.qr-header h4{font-size:16px;font-weight:600;color:#002c3f;margin:0}.qr-timer{display:flex;align-items:center;gap:6px;background:#fff3e0;color:#9c7635;padding:8px 14px;border-radius:20px;font-size:14px;font-weight:600}.qr-code-wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.qr-frame{position:relative;padding:16px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #002c3f1a}.qr-image{width:200px;height:200px;display:block}.qr-corner{position:absolute;width:24px;height:24px;border:3px solid #9c7635}.qr-corner.tl{top:0;left:0;border-right:none;border-bottom:none;border-radius:8px 0 0}.qr-corner.tr{top:0;right:0;border-left:none;border-bottom:none;border-radius:0 8px 0 0}.qr-corner.bl{bottom:0;left:0;border-right:none;border-top:none;border-radius:0 0 0 8px}.qr-corner.br{bottom:0;right:0;border-left:none;border-top:none;border-radius:0 0 8px}.qr-amount{margin-top:16px;display:flex;flex-direction:column;align-items:center}.qr-amount span{font-size:13px;color:#666}.qr-amount strong{font-size:28px;font-weight:700;color:#002c3f}.qr-apps{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:24px;padding:16px;background:#fff;border-radius:12px}.qr-apps>span{font-size:13px;color:#666}.app-icons{display:flex;align-items:center;gap:12px}.app-icons svg{font-size:28px}.app-icons .gpay{color:#4285f4}.app-icons .phonepe{color:#5f259f}.app-icons .paytm{color:#00baf2}.app-icons .more{font-size:12px;color:#999;background:#f0f0f0;padding:4px 8px;border-radius:6px}.qr-steps{display:flex;justify-content:center;gap:32px}.qr-steps .step{display:flex;flex-direction:column;align-items:center;gap:8px}.qr-steps .step-num{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#9c7635,#002c3f);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.qr-steps .step span:last-child{font-size:12px;color:#666}.qr-verify-btn{margin-top:24px;background:linear-gradient(135deg,#4caf50,#2e7d32)!important}.upi-apps-section h4,.upi-id-section h4{font-size:16px;font-weight:600;color:#002c3f;margin-bottom:20px}.upi-app-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.upi-app-btn{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px 16px;border:2px solid #e8e8e8;border-radius:16px;background:#fff;cursor:pointer;transition:all .3s ease;position:relative}.upi-app-btn:hover{border-color:#9c7635;transform:translateY(-4px);box-shadow:0 8px 20px #9c763526}.upi-app-btn.selected{border-color:#9c7635;background:linear-gradient(135deg,#fffbf5,#fff)}.app-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff}.gpay-bg{background:linear-gradient(135deg,#4285f4,#34a853)}.phonepe-bg{background:linear-gradient(135deg,#5f259f,#3d1560)}.paytm-bg{background:linear-gradient(135deg,#00baf2,#08c)}.bhim-bg{background:linear-gradient(135deg,#002c3f,#004d6b);font-size:14px!important;font-weight:700}.upi-app-btn span{font-size:13px;font-weight:500;color:#002c3f}.selected-check{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#9c7635,#002c3f);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px}.upi-id-section .upi-id-input{margin-bottom:16px}.input-with-verify{position:relative}.input-with-verify input{width:100%;padding:16px 20px;border:2px solid #e8e8e8;border-radius:12px;font-size:16px;transition:all .3s ease}.input-with-verify input:focus{outline:none;border-color:#9c7635;box-shadow:0 0 0 4px #9c76351a}.verify-badge{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:6px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500}.upi-id-examples{display:flex;align-items:center;gap:12px;margin-bottom:20px}.upi-id-examples .label{font-size:13px;color:#666}.upi-id-examples .examples{display:flex;gap:8px}.upi-id-examples code{background:#f5f5f5;padding:6px 12px;border-radius:8px;font-size:13px;color:#666}.upi-note{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#fffbf5,#fff3e0);padding:16px 20px;border-radius:12px;margin-bottom:24px;border-left:4px solid #9c7635}.upi-note .note-icon{font-size:20px}.upi-note p{font-size:14px;color:#666;margin:0;line-height:1.5}.card-preview{margin-bottom:24px}.card-front{background:linear-gradient(135deg,#002c3f,#9c7635);border-radius:16px;padding:24px;color:#fff;min-height:180px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 30px #002c3f66}.card-chip{width:50px;height:40px;background:linear-gradient(135deg,#ffd54f,#ffb300);border-radius:8px;position:relative}.card-chip:before{content:"";position:absolute;top:50%;left:8px;right:8px;height:2px;background:#0003}.card-number{font-size:22px;font-weight:500;letter-spacing:4px;margin:20px 0}.card-bottom{display:flex;justify-content:space-between}.card-holder span,.card-expiry span{font-size:10px;opacity:.8;text-transform:uppercase;display:block;margin-bottom:4px}.card-holder strong,.card-expiry strong{font-size:14px;font-weight:500;text-transform:uppercase}.card-types{display:flex;justify-content:center;gap:20px;padding:16px;background:#f9f9f9;border-radius:12px;margin-bottom:24px}.card-types img{height:28px;object-fit:contain;opacity:.6;transition:all .3s ease}.card-types img:hover{opacity:1;transform:scale(1.1)}.card-form .form-group{margin-bottom:20px}.card-form .form-group label{display:block;font-size:14px;font-weight:600;color:#002c3f;margin-bottom:10px}.card-form .form-group input{width:100%;padding:16px 20px;border:2px solid #e8e8e8;border-radius:12px;font-size:16px;transition:all .3s ease}.card-form .form-group input:focus{outline:none;border-color:#9c7635;box-shadow:0 0 0 4px #9c76351a}.input-icon-wrapper{position:relative}.input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9c7635;font-size:18px}.input-icon-wrapper input{padding-left:48px}.card-form .form-row{display:flex;gap:20px}.card-form .form-row .form-group{flex:1}.expiry-inputs{display:flex;align-items:center;gap:8px}.expiry-inputs select{flex:1;padding:16px 12px;border:2px solid #e8e8e8;border-radius:12px;font-size:16px;background:#fff;cursor:pointer;transition:all .3s ease}.expiry-inputs select:focus{outline:none;border-color:#9c7635}.expiry-separator{font-size:20px;color:#ccc;font-weight:300}.cvv-group{position:relative}.cvv-hint{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#9c7635;border-radius:50%;font-size:12px;color:#fff;cursor:help;margin-left:6px}.save-card-option{margin-top:20px}.checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:14px;color:#002c3f}.checkbox-label input{display:none}.custom-checkbox{width:22px;height:22px;border:2px solid #e0e0e0;border-radius:6px;position:relative;transition:all .3s ease}.checkbox-label input:checked+.custom-checkbox{background:linear-gradient(135deg,#9c7635,#002c3f);border-color:#9c7635}.checkbox-label input:checked+.custom-checkbox:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px}.netbanking-form h4{font-size:16px;font-weight:600;color:#002c3f;margin-bottom:20px}.banks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.bank-btn{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 16px;border:2px solid #e8e8e8;border-radius:14px;background:#fff;cursor:pointer;transition:all .3s ease;position:relative}.bank-btn:hover{border-color:var(--bank-color, #9c7635);transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.bank-btn.selected{border-color:var(--bank-color, #9c7635);background:linear-gradient(135deg,#fffbf5,#fff)}.bank-icon{font-size:32px}.bank-name{font-size:13px;font-weight:600;color:#002c3f}.selected-indicator{position:absolute;top:8px;right:8px;width:20px;height:20px;border-radius:50%;background:var(--bank-color, #9c7635)}.selected-indicator:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px}.other-banks{margin-bottom:24px}.other-banks label{display:block;font-size:14px;font-weight:500;color:#666;margin-bottom:10px}.other-banks select{width:100%;padding:16px 20px;border:2px solid #e8e8e8;border-radius:12px;font-size:16px;background:#fff;cursor:pointer;transition:all .3s ease}.other-banks select:focus{outline:none;border-color:#9c7635}.pay-now-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:18px;background:linear-gradient(135deg,#9c7635,#7a5c2a);color:#fff;border:none;border-radius:14px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #9c763566}.pay-now-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #9c763580}.pay-now-btn svg{font-size:20px}.terms-text{font-size:12px;color:#999;text-align:center;margin-top:20px}.terms-text a{color:#9c7635;text-decoration:none;font-weight:500}.terms-text a:hover{text-decoration:underline}.booking-summary-section{width:380px;flex-shrink:0}.summary-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:24px;box-shadow:0 8px 32px #002c3f26;margin-bottom:16px}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.summary-header h3{font-size:18px;font-weight:700;color:#002c3f;margin:0}.edit-link{font-size:14px;color:#9c7635;cursor:pointer;font-weight:500}.edit-link:hover{text-decoration:underline}.journey-card{background:linear-gradient(135deg,#fffbf5,#fff);border:1px solid #e8e8e8;border-radius:16px;padding:20px;margin-bottom:20px}.bus-info{display:flex;align-items:center;gap:14px;margin-bottom:20px}.bus-info .bus-icon{font-size:28px;color:#9c7635}.bus-info strong{display:block;font-size:16px;color:#002c3f}.bus-info span{font-size:13px;color:#666}.route-timeline{position:relative;padding-left:20px}.timeline-point{display:flex;align-items:flex-start;gap:16px;position:relative}.point-dot{width:14px;height:14px;border-radius:50%;background:#9c7635;border:3px solid #fff;box-shadow:0 0 0 2px #9c7635;position:absolute;left:-27px}.timeline-point.end .point-dot{background:#002c3f;box-shadow:0 0 0 2px #002c3f}.timeline-line{position:absolute;left:-21px;top:20px;bottom:20px;width:2px;background:linear-gradient(180deg,#9c7635,#002c3f)}.point-info .time{display:block;font-size:16px;font-weight:700;color:#002c3f}.point-info .place{font-size:14px;color:#666}.timeline-point.start{margin-bottom:30px}.info-row{padding:16px 0;border-bottom:1px solid #f0f0f0}.info-item{display:flex;align-items:flex-start;gap:14px}.info-icon{font-size:22px;color:#9c7635}.info-item .label{font-size:13px;color:#666;display:block;margin-bottom:8px}.seats-badges{display:flex;gap:8px;flex-wrap:wrap}.seat-badge{background:linear-gradient(135deg,#fffbf5,#fff3e0);color:#9c7635;padding:6px 14px;border-radius:8px;font-size:14px;font-weight:600;border:1px solid #9c7635}.fare-breakdown{margin-top:20px}.fare-row{display:flex;justify-content:space-between;padding:12px 0;font-size:14px;color:#666;border-bottom:1px dashed #f0f0f0}.fare-row.assurance{color:#2e7d32}.fare-row.total{border-bottom:none;border-top:2px solid #f0f0f0;margin-top:8px;padding-top:16px;font-size:18px;font-weight:700;color:#002c3f}.offers-card{background:#fffffff2;border-radius:16px;padding:20px;margin-bottom:16px;box-shadow:0 4px 16px #002c3f1a}.offers-header{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:#002c3f;margin-bottom:16px}.offers-header svg{color:#9c7635;font-size:20px}.offer-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fffbf5;border-radius:10px}.offer-badge{background:linear-gradient(135deg,#9c7635,#002c3f);color:#fff;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600}.offer-item>span:last-child{font-size:13px;color:#666}.trust-badges{display:flex;gap:12px;margin-bottom:16px}.trust-badges .badge{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;background:#fffffff2;padding:14px;border-radius:12px;font-size:12px;color:#666;box-shadow:0 2px 8px #002c3f14}.trust-badges .badge svg{font-size:18px;color:#4caf50}.help-info{background:#fffffff2;border-radius:12px;padding:16px;text-align:center;box-shadow:0 2px 8px #002c3f14}.help-info p{font-size:13px;color:#666;margin:0 0 8px}.helpline{font-size:18px;font-weight:600;color:#9c7635;text-decoration:none}.no-data{text-align:center;padding:60px 20px}.no-data p{font-size:16px;color:#666;margin-bottom:20px}.no-data button{padding:14px 32px;background:linear-gradient(135deg,#9c7635,#002c3f);color:#fff;border:none;border-radius:10px;font-size:15px;cursor:pointer}.processing-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 160px)}.processing-content{text-align:center;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:60px 80px;border-radius:24px;box-shadow:0 20px 60px #002c3f40}.processing-animation{position:relative;width:80px;height:80px;margin:0 auto 30px}.processing-spinner{width:80px;height:80px;border:4px solid #f0f0f0;border-top-color:#9c7635;border-radius:50%;animation:spin 1s linear infinite}.processing-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:linear-gradient(135deg,#9c7635,#002c3f);border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.7}}.processing-content h3{font-size:24px;color:#002c3f;margin-bottom:12px}.processing-content p{font-size:14px;color:#666;margin-bottom:24px}.processing-amount{font-size:36px;font-weight:700;background:linear-gradient(135deg,#9c7635,#002c3f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:30px}.processing-steps{display:flex;justify-content:center;gap:40px}.processing-steps .step{display:flex;align-items:center;gap:10px;font-size:14px;color:#999}.processing-steps .step.active{color:#9c7635}.processing-steps .step-dot{width:10px;height:10px;border-radius:50%;background:#e0e0e0}.processing-steps .step.active .step-dot{background:#9c7635;animation:pulse 1s ease-in-out infinite}.payment-success-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 160px);padding:20px}.success-content{text-align:center;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:50px 60px;border-radius:24px;box-shadow:0 20px 60px #002c3f40;max-width:500px}.success-animation{position:relative;width:100px;height:100px;margin:0 auto 30px}.success-circle{position:relative;z-index:2}.success-check{font-size:100px;color:#4caf50;animation:scaleIn .5s ease}.success-rings{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid #9c7635;border-radius:50%;animation:ringPulse 1.5s ease-out infinite}.ring-1{width:120px;height:120px;animation-delay:0s}.ring-2{width:160px;height:160px;animation-delay:.3s}.ring-3{width:200px;height:200px;animation-delay:.6s}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes ringPulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.success-content h2{font-size:28px;color:#002c3f;margin-bottom:8px}.booking-id{font-size:16px;color:#666;margin-bottom:30px}.booking-id strong{color:#9c7635}.success-ticket{background:linear-gradient(135deg,#fffbf5,#fff);border:2px dashed #9c7635;border-radius:16px;padding:24px;margin-bottom:24px}.ticket-header{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px dashed #e0e0e0}.ticket-header .bus-icon{font-size:32px;color:#9c7635}.ticket-header strong{display:block;font-size:16px;color:#002c3f}.ticket-header span{font-size:13px;color:#666}.ticket-route{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.route-from,.route-to{text-align:center}.route-from .time,.route-to .time{display:block;font-size:18px;font-weight:700;color:#002c3f}.route-from .place,.route-to .place{font-size:13px;color:#666}.route-line{font-size:24px;color:#9c7635}.ticket-details{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px dashed #e0e0e0}.detail-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#666}.detail-item svg{font-size:18px;color:#9c7635}.detail-item .amount{font-size:20px;font-weight:700;color:#4caf50}.confirmation-text{font-size:14px;color:#666;margin-bottom:30px;line-height:1.8}.confirmation-text strong{color:#002c3f}.success-actions{display:flex;gap:16px;justify-content:center}.download-btn{display:flex;align-items:center;gap:8px;padding:16px 32px;background:linear-gradient(135deg,#9c7635,#7a5c2a);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.download-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #9c763566}.home-btn{padding:16px 32px;background:#fff;color:#002c3f;border:2px solid #002C3F;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.home-btn:hover{background:#f8f9fa}@media(max-width:992px){.payment-body{flex-direction:column}.booking-summary-section{width:100%;order:-1}.banks-grid,.upi-app-grid{grid-template-columns:repeat(2,1fr)}.payment-tabs{flex-direction:column}}@media(max-width:576px){.payment-container{padding:12px}.payment-header{flex-direction:column;gap:16px;padding:16px}.header-right{width:100%;justify-content:space-between}.payment-options-section{padding:20px}.upi-method-tabs{flex-direction:column;gap:8px}.upi-app-grid,.banks-grid{grid-template-columns:repeat(2,1fr)}.card-form .form-row{flex-direction:column}.qr-steps{flex-direction:column;gap:16px}.success-content{padding:30px 20px}.success-actions{flex-direction:column}.processing-content{padding:40px 30px}.processing-steps{flex-direction:column;gap:16px}}.no-data-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:60px 40px;text-align:center;max-width:500px;margin:40px auto;box-shadow:0 10px 40px #002c3f33}.no-data-icon{font-size:64px;margin-bottom:20px}.no-data-card h3{font-size:24px;color:#002c3f;margin:0 0 16px;font-weight:700}.no-data-card p{font-size:16px;color:#666;margin:0 0 30px;line-height:1.6}.go-home-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,#9c7635,#7a5c2a);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #9c76354d}.go-home-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9c763566}.go-home-btn:active{transform:translateY(0)}.payment-body-centered{display:flex;justify-content:center;padding:20px}.booking-summary-main{width:100%;max-width:500px;display:flex;flex-direction:column;gap:20px}.booking-summary-main .summary-card{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:28px;box-shadow:0 10px 40px #002c3f26}.passengers-summary{margin-top:20px;padding-top:16px;border-top:1px solid #e9ecef}.passengers-summary h4{font-size:14px;font-weight:600;color:#002c3f;margin:0 0 12px}.passenger-row{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#f8f9fa;border-radius:10px;margin-bottom:8px}.passenger-row:last-child{margin-bottom:0}.passenger-name{font-weight:600;color:#002c3f;font-size:14px}.passenger-info{font-size:13px;color:#666}.trust-badges-horizontal{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.trust-badges-horizontal .badge{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#ffffffe6;border-radius:12px;box-shadow:0 4px 15px #002c3f1a;font-size:13px;color:#002c3f;font-weight:500}.trust-badges-horizontal .badge svg{color:#2e7d32;font-size:18px}.help-info-centered{text-align:center;padding:16px;background:#fffc;border-radius:12px}.help-info-centered p{margin:0;font-size:14px;color:#666}.help-info-centered .helpline{color:#9c7635;font-weight:600;text-decoration:none;margin-left:5px}.terms-text-centered{text-align:center;font-size:12px;color:#fffc;margin:0}.terms-text-centered a{color:#fff;text-decoration:underline}.proceed-payment-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:18px 32px;font-size:18px;font-weight:700;color:#fff;background:linear-gradient(135deg,#9c7635,#7a5c2a);border:none;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #9c763566;position:relative;overflow:hidden}.proceed-payment-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.proceed-payment-btn:hover:before{left:100%}.proceed-payment-btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px #9c763580}.proceed-payment-btn:active{transform:translateY(-1px)}.proceed-payment-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.proceed-payment-btn svg{font-size:22px}.btn-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:600px){.payment-body-centered{padding:10px}.booking-summary-main{max-width:100%}.booking-summary-main .summary-card{padding:20px}.proceed-payment-btn{padding:16px 24px;font-size:16px}.trust-badges-horizontal{flex-direction:column;gap:10px}.trust-badges-horizontal .badge{justify-content:center}}.my-bookings-page{min-height:70vh;padding:40px 20px;background:#f5f5f5}.page-layout{display:flex;gap:40px;max-width:1200px;margin:0 auto}.sidebar{width:200px;flex-shrink:0;background:#fff;border-radius:8px;padding:20px;height:fit-content}.sidebar-profile{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:30px;padding-top:20px;padding-bottom:20px}.profile-avatar{width:60px;height:60px;min-width:60px;min-height:60px;border-radius:50%;background-color:#a37226!important;display:flex;align-items:center;justify-content:center;color:#fff!important;font-weight:700;font-size:24px;overflow:hidden;flex-shrink:0;line-height:1}.profile-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-email{font-size:14px;color:#000;font-weight:500;font-family:Montserrat,sans-serif;text-align:center;padding-bottom:20px;border-bottom:1px solid #e0e0e0;width:100%;margin-top:10px}.sidebar-nav{display:flex;flex-direction:column;gap:0;padding:0}.sidebar-item{display:block;width:100%;padding:16px 0;background:none;border:none;border-bottom:1px solid #e0e0e0;text-align:left;font-size:14px;color:#000;cursor:pointer;transition:color .2s;font-family:Montserrat,sans-serif;font-weight:500}.sidebar-item:first-child{border-top:none}.sidebar-item:last-child{border-bottom:none}.sidebar-item:hover{color:#a37226}.sidebar-item.active{color:#a37226;font-weight:700}.bookings-container{flex:1;max-width:900px}.trips-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.trips-header h1{font-size:24px;color:#002c3f;margin:0;font-weight:500}.search-box{position:relative;width:280px}.search-box input{width:100%;padding:10px 40px 10px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;background:#fff;outline:none}.search-box input:focus{border-color:#9c7635}.search-box .search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#888}.filters-row{display:flex;gap:16px;margin-bottom:20px}.filter-dropdown{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:14px;color:#333}.filter-dropdown svg{width:16px;height:16px;color:#666}.booking-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:1px solid #e0e0e0;padding-bottom:0}.tab-btn{padding:12px 20px;background:transparent;border:none;font-size:14px;color:#666;cursor:pointer;position:relative;transition:color .2s}.tab-btn:hover{color:#9c7635}.tab-btn.active{color:#9c7635;font-weight:600}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#9c7635}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#9c7635;border-radius:50%;animation:spin .8s linear infinite}.loading-container p{margin-top:16px;color:#666}.error-container{text-align:center;padding:60px 20px}.error-container p{color:#c53030;font-size:16px;margin-bottom:16px}.error-container button{padding:10px 24px;background:#9c7635;color:#fff;border:none;border-radius:6px;cursor:pointer}.no-bookings{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.no-bookings-icon{font-size:64px;margin-bottom:16px}.no-bookings h2{font-size:22px;color:#002c3f;margin-bottom:8px}.no-bookings p{color:#666;margin-bottom:24px}.no-bookings button{padding:12px 32px;background:#9c7635;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.no-bookings button:hover{background:#7a5c2a}.bookings-list{display:flex;flex-direction:column;gap:16px}.trip-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden;cursor:pointer;transition:box-shadow .2s}.trip-card:hover,.trip-card.expanded{box-shadow:0 4px 16px #0000001a}.trip-card-main{display:grid;grid-template-columns:120px 1fr 200px 100px;align-items:center;padding:20px;gap:20px}.trip-date-section{display:flex;flex-direction:column;align-items:flex-start}.trip-date{font-size:18px;font-weight:600;color:#9c7635}.trip-day{font-size:12px;color:#9c7635;margin-bottom:12px}.bus-icon-wrapper{width:50px;height:50px;background:#9c7635;border-radius:8px;display:flex;align-items:center;justify-content:center}.bus-icon{width:28px;height:28px;color:#fff}.trip-route-section{display:flex;flex-direction:column;gap:4px}.route-name{font-size:18px;font-weight:600;color:#002c3f}.operator-name{font-size:13px;color:#666}.trip-boarding-section{display:flex;flex-direction:column;gap:4px}.trip-id{font-size:12px;color:#888}.boarding-label{font-size:14px;font-weight:500;color:#002c3f}.boarding-point{font-size:12px;color:#666}.trip-status-section{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.status-label{font-size:14px;font-weight:500;color:#002c3f}.status-value{font-size:13px;font-weight:500}.trip-card-details{border-top:1px solid #f0f0f0;padding:0 20px 20px}.details-section{padding:20px 0;border-bottom:1px solid #f0f0f0}.details-section:last-of-type{border-bottom:none}.section-label{font-size:12px;color:#888;text-transform:capitalize}.travels-section .section-label{text-align:center;margin-bottom:16px}.travels-info{display:flex;justify-content:space-between;align-items:flex-start}.travels-left{display:flex;flex-direction:column;gap:4px}.travels-name{font-size:16px;font-weight:600;color:#002c3f}.travels-type{font-size:13px;color:#666}.travels-right{text-align:right}.departure-time{font-size:16px;font-weight:600;color:#002c3f}.departure-label{font-size:12px;color:#888}.passengers-detail-section .passengers-header{display:grid;grid-template-columns:1fr 100px 80px;gap:20px;margin-bottom:12px}.passengers-detail-section .addons-label{text-align:right}.passenger-row{display:grid;grid-template-columns:1fr 100px 80px;gap:20px;padding:8px 0}.passenger-name{font-size:14px;color:#002c3f}.passenger-seat{font-size:14px;font-weight:600;color:#002c3f;text-align:center}.passenger-addons{font-size:14px;color:#888;text-align:right}.payment-detail-section{border-bottom:none}.payment-title{font-size:12px;color:#888;text-align:center;margin-bottom:16px;letter-spacing:.5px}.payment-info{display:flex;justify-content:space-between;align-items:flex-start}.payment-left,.payment-right{display:flex;flex-direction:column;gap:4px}.payment-right{text-align:right}.payment-label{font-size:12px;color:#888}.payment-mode{font-size:14px;font-weight:600;color:#002c3f}.payment-amount{font-size:16px;font-weight:600;color:#002c3f}.action-buttons{display:flex;justify-content:center;padding-top:20px}.download-ticket-btn{padding:12px 32px;background:#002c3f;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.download-ticket-btn:hover{background:#003d57}.cancel-ticket-btn{padding:12px 32px;background:transparent;color:#c53030;border:2px solid #c53030;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.cancel-ticket-btn:hover{background:#c53030;color:#fff}.action-buttons{display:flex;justify-content:center;gap:16px;padding-top:20px}.cancel-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.cancel-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.cancel-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e0e0e0}.cancel-modal-header h3{margin:0;font-size:20px;color:#002c3f;font-weight:600}.close-modal-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.close-modal-btn svg{width:24px;height:24px;color:#666;transition:color .2s}.close-modal-btn:hover svg{color:#c53030}.cancel-modal-body{padding:24px}.cancel-warning{font-size:16px;color:#333;margin-bottom:20px;text-align:center}.cancel-trip-details{background:#f8f8f8;border-radius:12px;padding:16px;margin-bottom:20px}.cancel-trip-details p{margin:8px 0;font-size:14px;color:#333}.cancel-trip-details p strong{color:#002c3f;margin-right:8px}.cancellation-policy{background:#fff9e6;border:1px solid #f0d58c;border-radius:12px;padding:16px;margin-bottom:20px}.cancellation-policy h4{margin:0 0 12px;font-size:14px;color:#8a6d3b;font-weight:600}.cancellation-policy ul{margin:0;padding-left:20px}.cancellation-policy li{font-size:13px;color:#8a6d3b;margin-bottom:6px}.cancel-error-message{background:#fee;border:1px solid #fcc;border-radius:8px;padding:12px 16px;margin-bottom:20px}.cancel-error-message p{margin:0;font-size:14px;color:#c53030}.cancel-success-message{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px}.cancel-success-message svg{width:60px;height:60px;color:#38a169;margin-bottom:16px}.cancel-success-message p{font-size:16px;color:#38a169;margin:0}.cancel-modal-actions{display:flex;gap:12px;margin-top:24px}.keep-ticket-btn{flex:1;padding:14px 24px;background:#f0f0f0;color:#333;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.keep-ticket-btn:hover{background:#e0e0e0}.keep-ticket-btn:disabled{opacity:.6;cursor:not-allowed}.confirm-cancel-btn{flex:1;padding:14px 24px;background:#c53030;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:8px}.confirm-cancel-btn:hover{background:#9c2626}.confirm-cancel-btn:disabled{opacity:.7;cursor:not-allowed}@media(max-width:992px){.page-layout{flex-direction:column;gap:24px}.sidebar{width:100%;border-bottom:1px solid #e0e0e0;padding-bottom:16px}.sidebar-nav{flex-direction:row;gap:24px}.sidebar{width:100%;padding:16px;margin-bottom:0}.sidebar-profile{margin-bottom:20px}.profile-avatar{width:50px;height:50px;font-size:18px}.profile-email{font-size:16px}.sidebar-nav{flex-direction:row;gap:24px;padding:0}.sidebar-item{padding:8px 0;font-size:14px;border-bottom:none}}@media(max-width:768px){.my-bookings-page{padding:20px 16px}.trips-header{flex-direction:column;align-items:flex-start;gap:16px}.search-box{width:100%}.filters-row{flex-wrap:wrap}.booking-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-btn{padding:12px 16px;white-space:nowrap}.trip-card-main{grid-template-columns:1fr;gap:16px}.trip-date-section{flex-direction:row;align-items:center;gap:16px}.trip-day{margin-bottom:0}.trip-status-section{align-items:flex-start;flex-direction:row;gap:12px}.passengers-detail-section .passengers-header,.passenger-row{grid-template-columns:1fr 80px 60px;gap:12px}.payment-info{flex-direction:column;gap:16px}.payment-right{text-align:left}.sidebar-nav{flex-wrap:wrap;gap:16px}.cancel-modal{max-width:100%;margin:10px;border-radius:12px}.cancel-modal-header{padding:16px 20px}.cancel-modal-header h3{font-size:18px}.cancel-modal-body{padding:20px}.cancel-modal-actions{flex-direction:column}.action-buttons{flex-direction:column;gap:12px}.download-ticket-btn,.cancel-ticket-btn{width:100%}}.profile-page{min-height:100vh;display:flex;flex-direction:column;background:#f5f7fa}.profile-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.profile-container{flex:1;max-width:800px;width:100%;margin:0 auto;padding:32px 20px;display:flex;flex-direction:column;gap:24px}.profile-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;overflow:hidden}.profile-header{display:flex;align-items:center;gap:20px;padding:28px;background:linear-gradient(135deg,#002c3f,#004a6b);color:#fff}.profile-avatar{width:80px;height:80px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#fff;flex-shrink:0;border:3px solid rgba(255,255,255,.3)}.profile-header-info h1{margin:0;font-size:24px;font-weight:600}.phone-number{margin:6px 0 10px;font-size:14px;opacity:.85}.profile-status{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500}.profile-status.complete{background:#38a16933;color:#9ae6b4}.profile-status.incomplete{background:#ed893633;color:#fbd38d}.profile-body{padding:24px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #eee}.section-header h2{margin:0;font-size:18px;color:#333;font-weight:600}.edit-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f0f0f0;border:none;border-radius:8px;font-size:14px;font-weight:500;color:#333;cursor:pointer;transition:all .2s}.edit-btn:hover{background:#e0e0e0}.profile-details{display:flex;flex-wrap:wrap;gap:0}.detail-item{display:flex;flex-direction:column;gap:4px;padding:16px 20px;width:50%;box-sizing:border-box;border-bottom:1px solid #f0f0f0}.detail-item:nth-child(odd){text-align:left;border-right:1px solid #f0f0f0}.detail-item:nth-child(2n){text-align:right}.detail-item:nth-last-child(-n+2){border-bottom:none}.detail-item:last-child{width:100%;text-align:center;border-right:none;border-top:1px solid #f0f0f0;border-bottom:none}.detail-item:nth-child(2n) .detail-value{justify-content:flex-end}.detail-item:last-child .detail-value{justify-content:center}.detail-label{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:16px;color:#333;font-weight:500;display:flex;align-items:center;gap:8px}.detail-value.verified{color:#38a169}.profile-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:500;color:#333}.form-group input,.form-group select{padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:15px;transition:all .2s;background:#fff}.form-group input.disabled-input{background:#f5f5f5;color:#888;cursor:not-allowed}.input-hint{font-size:12px;color:#888}.error-message{padding:12px 16px;background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;color:#c53030;font-size:14px}.success-message{padding:12px 16px;background:#f0fff4;border:1px solid #c6f6d5;border-radius:8px;color:#38a169;font-size:14px}.form-actions{display:flex;gap:12px;margin-top:8px}.form-actions button{flex:1;padding:14px 24px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.save-btn:disabled{opacity:.7;cursor:not-allowed}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.quick-actions-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;padding:24px}.quick-actions-card h3{margin:0 0 16px;font-size:16px;color:#333;font-weight:600}.action-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.action-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;background:#f8f9fa;border:1px solid #eee;border-radius:12px;font-size:13px;font-weight:500;color:#333;cursor:pointer;transition:all .2s}.action-btn:hover{background:#f0f0f0;border-color:#ddd}.action-btn svg{stroke:#002c3f}@media(max-width:640px){.profile-container{padding:16px}.profile-header{flex-direction:column;text-align:center;padding:24px 20px}.profile-avatar{width:70px;height:70px;font-size:28px}.profile-header-info h1{font-size:20px}.profile-body{padding:20px}.section-header{flex-direction:column;gap:12px;align-items:flex-start}.detail-item{width:100%;text-align:center;border-right:none!important}.detail-item:nth-child(odd),.detail-item:nth-child(2n){text-align:center}.detail-item .detail-value{justify-content:center!important}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.action-buttons{grid-template-columns:1fr}.action-btn{flex-direction:row;justify-content:flex-start}}.travellers-page{min-height:100vh;display:flex;flex-direction:column;background:#f5f7fa}.travellers-loading,.travellers-loading-inline{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px}.loading-spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#002c3f;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.travellers-container{flex:1;max-width:700px;width:100%;margin:0 auto;padding:32px 20px}.travellers-header{margin-bottom:24px}.travellers-header h1{margin:0;font-size:28px;color:#002c3f;font-weight:700}.travellers-header p{margin:8px 0 0;color:#666;font-size:15px}.success-alert{padding:12px 16px;background:#f0fff4;border:1px solid #c6f6d5;border-radius:8px;color:#38a169;font-size:14px;margin-bottom:20px}.add-traveller-btn{display:flex;align-items:center;gap:8px;padding:14px 24px;background:linear-gradient(135deg,#002c3f,#004a6b);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:24px}.add-traveller-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #002c3f4d}.traveller-form-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:24px;margin-bottom:24px}.traveller-form-card h3{margin:0 0 20px;font-size:18px;color:#333}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:6px}.required{color:#e53e3e}.form-group input,.form-group select{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:15px;transition:all .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#002c3f;box-shadow:0 0 0 3px #002c3f1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.error-message{padding:12px 16px;background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;color:#c53030;font-size:14px;margin-bottom:16px}.form-actions{display:flex;gap:12px;margin-top:20px}.form-actions button{flex:1;padding:12px 20px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.cancel-btn{background:#f0f0f0;color:#666}.cancel-btn:hover{background:#e0e0e0}.save-btn{background:linear-gradient(135deg,#002c3f,#004a6b);color:#fff}.save-btn:hover{background:linear-gradient(135deg,#003d57,#005580)}.no-travellers{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014}.no-travellers svg{margin-bottom:16px}.no-travellers h3{margin:0 0 8px;font-size:18px;color:#333}.no-travellers p{margin:0;color:#888;font-size:14px}.travellers-list{display:flex;flex-direction:column;gap:12px}.traveller-card{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:all .2s}.traveller-card:hover{box-shadow:0 4px 12px #0000001a}.traveller-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#002c3f,#004a6b);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#fff;flex-shrink:0}.traveller-info{flex:1}.traveller-info h4{margin:0;font-size:16px;color:#333;font-weight:600}.traveller-info p{margin:4px 0 0;font-size:13px;color:#888}.delete-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff5f5;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.delete-btn svg{stroke:#e53e3e}.delete-btn:hover{background:#fed7d7}@media(max-width:640px){.travellers-container{padding:20px 16px}.travellers-header h1{font-size:24px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.traveller-card{padding:14px 16px}.traveller-avatar{width:44px;height:44px;font-size:18px}}
