html,body{margin:0;padding:0;width:100%;height:100%;font-family:Arial,sans-serif}#root{width:100%;min-height:100vh}.profile-sidebar{position:fixed;top:0;right:0;width:300px;height:100%;background:#165472;color:#fff;padding:2rem 1.5rem;box-shadow:-2px 0 10px #0003;z-index:1100;transform:translate(100%);transition:transform .3s ease}.profile-sidebar.open{transform:translate(0)}.close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;transition:color .3s ease}.close-btn:hover{color:#e2e8f0}.profile-header{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;border-bottom:1px solid #1e7e9e;padding-bottom:.5rem}.profile-sidebar-dp{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-bottom:.5rem}.profile-username{font-size:1.2rem;font-weight:500;text-align:center}.show-profile-btn,.logout-btn{display:block;width:100%;background:#1e7e9e;color:#fff;padding:.75rem 1rem;margin-bottom:1rem;border:none;border-radius:5px;font-size:1rem;font-weight:500;cursor:pointer;text-align:center;transition:background-color .3s ease,transform .2s ease}.show-profile-btn:hover,.logout-btn:hover{background:#124d64;transform:translateY(-2px)}.logout-btn{background:#e74c3c;margin-top:2rem}.logout-btn:hover{background:#c0392b}@media (max-width: 480px){.profile-sidebar{width:250px;padding:1.5rem 1rem}.profile-sidebar-dp{width:35px;height:35px}.profile-username{font-size:1rem}.show-profile-btn,.logout-btn{padding:.6rem;font-size:.9rem}}.navbar{background:#165472;color:#fff;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #00000026;position:sticky;top:0;z-index:1000;height:60px}.logo{height:30px;width:auto;cursor:pointer;transition:transform .2s ease}.logo:hover{transform:scale(1.05)}.nav-links{list-style:none;display:flex;align-items:center;gap:1rem;margin:0}.nav-links li{font-size:1rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;padding:.4rem .8rem;border-radius:4px;transition:background-color .3s ease,color .3s ease}.nav-links a:hover{background-color:#1e7e9e;color:#e2e8f0}.profile-section{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;cursor:pointer;overflow:hidden;background-color:#fff;border:2px solid white}.profile-pic{width:100%;height:100%;object-fit:contain;border-radius:50%}.auth-buttons{display:flex;align-items:center;gap:.5rem}.login-btn,.register-btn{background-color:#1e7e9e;color:#fff;padding:.5rem 1rem;border-radius:20px;text-decoration:none;font-weight:600;font-size:.9rem;transition:background-color .3s ease,transform .2s ease}.login-btn:hover,.register-btn:hover{background-color:#124d64;transform:translateY(-2px)}.register-btn{background-color:#0f3c4e}.register-btn:hover{background-color:#09232e}@media (max-width: 768px){.navbar{padding:.4rem .8rem;height:50px}.nav-links{gap:.75rem}.nav-links li{font-size:.9rem}.nav-links a{padding:.3rem .6rem}.logo{height:25px}.profile-section{width:40px;height:40px}.login-btn,.register-btn{padding:.4rem .8rem;font-size:.8rem}}@media (max-width: 480px){.navbar{padding:.3rem .6rem;height:45px}.nav-links{gap:.5rem}.nav-links li{font-size:.8rem}.nav-links a{padding:.2rem .4rem}.logo{height:22px}.profile-section{width:35px;height:35px}.login-btn,.register-btn{padding:.3rem .6rem;font-size:.75rem}}.home{font-family:Arial,sans-serif;background-color:#f5f6fa;min-height:100vh;width:100%;overflow-x:hidden}.hero-section{position:relative;height:60vh;background:linear-gradient(135deg,#2c3e50,#3498db);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-content{text-align:center;color:#fff;z-index:1}.hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-content .highlight{color:#e74c3c}.hero-content .tagline{font-size:1.2rem;margin-bottom:1.5rem;opacity:.9}.cta-button{background-color:#e74c3c;color:#fff;padding:.8rem 2rem;border:none;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.cta-button:hover{background-color:#c0392b;transform:translateY(-2px)}.slider-section{padding:2rem 1rem;background-color:#fff}.slider{position:relative;max-width:90vw;margin:0 auto;overflow:hidden;border-radius:10px;box-shadow:0 4px 12px #0000001a}.slide-container{position:relative;width:100%;height:400px}.slide-image{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease}.slide-image.transitioning{opacity:.5}.slide-caption{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#fff;padding:1rem;text-align:center}.slide-caption h3{font-size:1.5rem;margin-bottom:.5rem}.slide-caption p{font-size:1rem}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;padding:.5rem 1rem;font-size:1.5rem;cursor:pointer;transition:background-color .3s ease}.prev{left:0}.next{right:0}.prev:hover,.next:hover{background-color:#000c}.dots-container{text-align:center;padding:1rem 0}.dot{height:10px;width:10px;margin:0 5px;background-color:#bbb;border-radius:50%;display:inline-block;cursor:pointer;transition:background-color .3s ease}.dot.active{background-color:#3498db}.suggestions-section{padding:3rem 1rem;background-color:#f5f6fa}.section-header{text-align:center;margin-bottom:2rem}.section-header h2{font-size:2rem;color:#2c3e50;font-weight:700;margin-bottom:.5rem}.section-header p{font-size:1.1rem;color:#7f8c8d}.suggestion-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:90vw;margin:0 auto}.suggestion-item{background-color:#fff;border-radius:10px;padding:1.5rem;text-align:center;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.suggestion-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.icon-wrapper{width:60px;height:60px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.suggestion-icon{width:40px;height:40px;object-fit:contain}.suggestion-item h3{font-size:1.4rem;color:#2c3e50;margin-bottom:.75rem}.suggestion-description{font-size:.95rem;color:#7f8c8d;margin-bottom:1rem}.book-button{padding:.6rem 1.5rem;border:none;border-radius:5px;color:#fff;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.book-button:hover{filter:brightness(90%);transform:translateY(-2px)}.features-section{padding:3rem 1rem;background-color:#fff}.features-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:90vw;margin:0 auto}.feature{text-align:center;padding:1.5rem}.feature-icon{font-size:2rem;margin-bottom:1rem;color:#3498db}.feature h3{font-size:1.3rem;color:#2c3e50;margin-bottom:.75rem}.feature p{font-size:.95rem;color:#7f8c8d}@media (max-width: 768px){.hero-section{height:50vh}.hero-content h1{font-size:2rem}.hero-content .tagline{font-size:1rem}.cta-button{padding:.6rem 1.5rem;font-size:1rem}.slide-container{height:300px}.slide-caption h3{font-size:1.2rem}.slide-caption p{font-size:.9rem}.section-header h2{font-size:1.8rem}.section-header p{font-size:1rem}}@media (max-width: 480px){.hero-content h1{font-size:1.5rem}.hero-content .tagline{font-size:.9rem}.cta-button{padding:.5rem 1rem;font-size:.9rem}.slide-container{height:250px}}.footer{background-color:#403f3f;color:#fff;text-align:center;padding:10px;width:100%;position:relative;bottom:0;margin-top:50px}.footer p{color:#b3b1b1!important}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.vehicle-details-popup{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 16px #0003;position:relative;font-family:Arial,sans-serif}.close-btn{position:absolute;top:15px;right:15px;background:#e74c3c;color:#fff;border:none;width:30px;height:30px;border-radius:50%;font-size:1rem;cursor:pointer;transition:background .3s ease}.close-btn:hover{background:#c0392b}.popup-header{padding:20px;border-bottom:1px solid #ecf0f1;background:#f9fafc;text-align:center}.vehicle-status{margin-bottom:10px;display:flex;justify-content:center;gap:10px}.status-indicator{padding:5px 12px;border-radius:15px;font-size:.9rem;color:#fff;font-weight:600;display:inline-flex;align-items:center}.status-indicator i{margin-right:5px}.status-indicator.booked{background:#e74c3c}.status-indicator.available{background:#2ecc71}.driver-badge{padding:5px 12px;border-radius:15px;font-size:.9rem;background:#3498db;color:#fff;font-weight:600;display:inline-flex;align-items:center}.driver-badge i{margin-right:5px}.popup-header h2{color:#2c3e50;font-size:1.8rem;margin:10px 0}.vehicle-location{color:#7f8c8d;font-size:1rem}.vehicle-location i{margin-right:8px;color:#3498db}.popup-body{display:flex;padding:20px;gap:20px}.popup-left{flex:0 0 300px;display:flex;flex-direction:column;gap:20px}.image-container{position:relative;width:100%;height:200px;overflow:hidden;border-radius:8px}.vehicle-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.image-container:hover .vehicle-image{transform:scale(1.05)}.image-overlay{position:absolute;bottom:10px;right:10px}.price-tag{background:#000000b3;color:#fff;padding:5px 10px;border-radius:5px;font-size:.9rem;font-weight:600}.owner-card{background:#f9fafc;padding:15px;border-radius:8px;border:1px solid #ecf0f1}.owner-card h3{color:#2c3e50;font-size:1.2rem;margin-bottom:10px;display:flex;align-items:center}.owner-card h3 i{margin-right:8px;color:#3498db}.owner-info p{margin:8px 0;color:#7f8c8d;font-size:.95rem}.owner-info p strong{color:#2c3e50;margin-right:5px}.popup-right{flex:1}.tabs{display:flex;border-bottom:1px solid #ecf0f1;margin-bottom:20px}.tab-btn{flex:1;padding:10px;background:none;border:none;font-size:1rem;color:#7f8c8d;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.tab-btn:hover{color:#3498db}.tab-btn.active{color:#3498db;border-bottom:2px solid #3498db;font-weight:600}.tab-content{padding:0 10px}.details-tab{display:flex;flex-direction:column;gap:15px}.detail-row{display:flex;gap:15px}.detail-item{flex:1;display:flex;align-items:center;gap:10px}.detail-full{display:flex;align-items:flex-start;gap:10px}.detail-item i,.detail-full i{color:#3498db;font-size:1.2rem}.detail-text{flex:1}.detail-label{display:block;color:#7f8c8d;font-size:.85rem;margin-bottom:2px}.detail-value{color:#2c3e50;font-size:.95rem;word-wrap:break-word}.detail-value.description{line-height:1.4}.booking-tab h3{color:#2c3e50;font-size:1.4rem;margin-bottom:15px}.error-message{background:#fceaea;color:#e74c3c;padding:10px;border-radius:5px;margin-bottom:15px;display:flex;align-items:center;gap:8px}.booking-form{display:flex;flex-direction:column;gap:15px}.form-group{display:flex;flex-direction:column}.form-group label{color:#2c3e50;font-size:.95rem;margin-bottom:5px;display:flex;align-items:center;gap:5px}.form-group label i{color:#3498db}.form-group input{padding:10px;border:1px solid #ddd;border-radius:5px;font-size:.95rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#3498db}.form-group input:disabled{background:#ecf0f1;cursor:not-allowed}.form-row{display:flex;gap:15px}.form-row .form-group{flex:1}.submit-request-btn{padding:12px;background:#3498db;color:#fff;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.submit-request-btn:hover:not(:disabled){background:#2980b9}.submit-request-btn:disabled{background:#bdc3c7;cursor:not-allowed}.booked-tab h3{color:#2c3e50;font-size:1.4rem;margin-bottom:15px}.booking-info{display:flex;flex-direction:column;gap:12px}.booking-detail{display:flex;align-items:center;gap:10px}.booking-detail i{color:#3498db;font-size:1.2rem}.booking-detail div{flex:1}.booking-detail .detail-label{display:block;color:#7f8c8d;font-size:.85rem;margin-bottom:2px}.booking-detail .detail-value{color:#2c3e50;font-size:.95rem}@media (max-width: 768px){.popup-body{flex-direction:column}.popup-left{flex:none;width:100%}.tabs{flex-wrap:wrap}.tab-btn{flex:none;width:50%}.form-row{flex-direction:column;gap:15px}}@media (max-width: 480px){.popup-header h2{font-size:1.5rem}.vehicle-status{flex-direction:column;gap:5px}.tab-btn{width:100%;font-size:.9rem}.image-container{height:150px}}.book{font-family:Arial,sans-serif;background-color:#f5f6fa;min-height:100vh;padding:20px}.book-header{background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;padding:40px 20px;border-radius:10px;margin-bottom:30px;box-shadow:0 4px 6px #0000001a}.book-header h1{font-size:2.5rem;margin-bottom:10px;font-weight:700;text-align:center}.book-header p{font-size:1.2rem;opacity:.9;text-align:center}.search-container{display:flex;max-width:600px;margin:20px auto;position:relative}.search-input{width:100%;padding:12px 40px 12px 15px;border:none;border-radius:25px;font-size:1rem;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.search-input:focus{outline:none;box-shadow:0 4px 8px #00000026}.search-button{position:absolute;right:0;top:0;height:100%;padding:0 15px;background:#e74c3c;border:none;border-radius:0 25px 25px 0;color:#fff;cursor:pointer;transition:background .3s ease}.search-button:hover{background:#c0392b}.mobile-filter-toggle{display:none;margin-top:15px;text-align:center}.mobile-filter-toggle button{background:#fff;color:#2c3e50;padding:10px 20px;border:none;border-radius:20px;font-size:1rem;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.mobile-filter-toggle button:hover{background:#ecf0f1}.book-container{display:flex;max-width:1200px;margin:0 auto;gap:30px}.filter-sidebar{flex:0 0 280px;background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;order:-1}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #ecf0f1;padding-bottom:10px}.filter-header h2{font-size:1.4rem;color:#2c3e50;margin:0}.clear-filters{background:none;border:none;color:#e74c3c;font-size:.9rem;cursor:pointer;transition:color .3s ease}.clear-filters:hover{color:#c0392b}.filter-section{margin-bottom:20px}.filter-section label{font-size:1rem;color:#2c3e50;margin-bottom:8px;font-weight:600;display:block}.select-control,.input-control{width:100%;padding:10px;border:1px solid #ddd;border-radius:5px;font-size:.95rem;transition:border-color .3s ease}.select-control:focus,.input-control:focus{outline:none;border-color:#3498db}.filter-footer{margin-top:20px;text-align:center}.result-count{color:#7f8c8d;font-size:.9rem}.vehicle-list{flex:1}.vehicle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.vehicle-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.vehicle-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.vehicle-image-container{width:100%;height:180px;overflow:hidden}.vehicle-pic{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.vehicle-card:hover .vehicle-pic{transform:scale(1.05)}.vehicle-info{padding:15px}.vehicle-title{font-size:1.3rem;color:#2c3e50;margin:0 0 10px;font-weight:600}.vehicle-details{margin-bottom:15px}.detail-item{display:flex;align-items:center;margin-bottom:8px;font-size:.95rem;color:#7f8c8d}.detail-item i{margin-right:8px;color:#3498db}.price-value,.booked-status{color:#e74c3c;font-weight:600}.available-status{color:#2ecc71;font-weight:600}.driver span{color:#3498db;font-weight:600}.view-details-btn{width:100%;padding:10px;background:#3498db;color:#fff;border:none;border-radius:5px;font-size:.95rem;cursor:pointer;transition:background .3s ease}.view-details-btn:hover{background:#2980b9}.view-details-btn i{margin-left:5px}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:30px;flex-wrap:wrap}.page-btn{padding:8px 12px;border:1px solid #ddd;background:#fff;color:#2c3e50;border-radius:5px;cursor:pointer;transition:all .3s ease}.page-btn:hover:not(.active):not(:disabled){background:#ecf0f1;border-color:#3498db}.page-btn.active{background:#3498db;color:#fff;border-color:#3498db}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-btn.prev i,.page-btn.next i{margin:0 5px}.ellipsis{padding:0 10px;color:#7f8c8d}.no-results{text-align:center;padding:50px 20px;background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a}.no-results i{font-size:2.5rem;color:#7f8c8d;margin-bottom:15px}.no-results h3{color:#2c3e50;font-size:1.5rem;margin-bottom:10px}.no-results p{color:#7f8c8d;font-size:1rem}.reset-search-btn{margin-top:20px;padding:10px 20px;background:#e74c3c;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background .3s ease}.reset-search-btn:hover{background:#c0392b}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh}.loader{width:40px;height:40px;border:4px solid #3498db;border-top:4px solid transparent;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{color:#2c3e50;font-size:1.2rem}@media (max-width: 1024px){.vehicle-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.book-container{flex-direction:column}.filter-sidebar{flex:none;width:100%;margin-bottom:20px;max-height:0;overflow:hidden;padding:0;box-shadow:none}.filter-sidebar.mobile-visible{max-height:1000px;padding:20px;box-shadow:0 4px 6px #0000001a}.mobile-filter-toggle{display:block}.vehicle-grid{grid-template-columns:1fr}}@media (max-width: 480px){.book-header h1{font-size:2rem}.book-header p{font-size:1rem}.vehicle-title{font-size:1.1rem}.detail-item{font-size:.85rem}}.book{font-family:Arial,sans-serif;background-color:#f5f6fa;min-height:100vh;padding:10px}.book-container{max-width:100%;margin:0 auto;gap:30px}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:url(/Easyride/blue_travel.jpg) no-repeat center center/cover;position:relative;padding:20px}.auth-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffff1a;z-index:1}.auth-form{position:relative;background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 8px 24px #0000001a;width:100%;max-width:420px;z-index:2}.auth-header{text-align:center;margin-bottom:2rem}.auth-image{width:180px;height:auto;margin-bottom:1rem}.auth-form h2{font-size:1.75rem;color:#1a1a1a;margin:0}.auth-subtitle{color:#666;font-size:.9rem;margin-top:.5rem}.input-group{margin-bottom:1.25rem}.input-group label{display:block;font-size:.9rem;color:#333;margin-bottom:.4rem;font-weight:500}.auth-form input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.auth-form input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.auth-button{background-color:#007bff;color:#fff;padding:.85rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;width:100%;transition:background-color .3s ease}.auth-button:hover{background-color:#0062cc}.switch-form{margin-top:1.25rem;text-align:center;color:#666;font-size:.9rem}.switch-form span{color:#007bff;cursor:pointer;font-weight:500}.switch-form span:hover{text-decoration:underline}.error-message{color:#dc3545;font-size:.9rem;margin-bottom:1rem;text-align:center;background:#fee;padding:.5rem;border-radius:4px}.background{position:fixed;top:0;left:0;width:100%;height:100%;background:url(/Easyride/blue_travel.jpg) no-repeat center center/cover;filter:blur(3px);z-index:-1}.profile-show-container{max-width:600px;margin:2rem auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001a;position:relative}.profile-header{text-align:center;margin-bottom:2rem}.profile-header h2{font-size:1.75rem;color:#1a1a1a;margin:0}.profile-subtitle{color:#666;font-size:.9rem;margin-top:.5rem}.profile-info{margin-bottom:2rem}.profile-pic{display:block;width:150px;height:150px;border-radius:50%;margin:0 auto 1.5rem;object-fit:cover;border:3px solid #007bff}.info-grid{display:grid;grid-template-columns:1fr;gap:1rem}.info-item{padding:.75rem;border-radius:6px;background:#f8f9fa}.info-item strong{color:#333;font-weight:500;margin-right:.5rem}.info-item span{color:#666}.info-item.about-you{white-space:pre-wrap;word-break:break-word}.edit-btn{background-color:#007bff;color:#fff;padding:.85rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;display:block;margin:0 auto;transition:background-color .3s ease}.edit-btn:hover{background-color:#0062cc}.loading-spinner{text-align:center;padding:2rem;color:#666;font-size:1.1rem}.error-message{color:#dc3545;font-size:.9rem;text-align:center;background:#fee;padding:.75rem;border-radius: 6px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:#f0f2f5;color:#333}.edit-profile-wrapper{display:flex;min-height:calc(100vh - 60px);margin-top:60px;width:100%}.sidebar{width:25%;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:20px;min-height:calc(100vh - 60px);display:flex;flex-direction:column;box-shadow:2px 0 10px #0003}.sidebar h2{font-size:1.8em;margin-bottom:25px;text-align:center;text-transform:uppercase;letter-spacing:1px;color:#ecf0f1;border-bottom:2px solid #3498db;padding-bottom:10px}.sidebar ul{list-style:none;flex-grow:1}.sidebar li{padding:15px 20px;font-size:1.1em;cursor:pointer;border-radius:8px;margin-bottom:10px;transition:all .3s ease}.sidebar li:hover{background-color:#3498db;transform:translate(5px)}.sidebar li:active{background-color:#2980b9}.content-area{width:75%;padding:30px;background-color:#fff;min-height:calc(100vh - 60px);box-shadow:inset 0 0 10px #0000000d}.content-section{max-width:700px;margin:0 auto;background:#fafafa;padding:25px;border-radius:12px;box-shadow:0 4px 15px #0000001a}.content-section h3{font-size:1.5em;margin-bottom:20px;color:#2c3e50;text-align:center;border-bottom:1px solid #ddd;padding-bottom:10px}.content-section input,.content-section select,.content-section textarea{width:100%;padding:12px;margin-bottom:15px;border:1px solid #bdc3c7;border-radius:6px;font-size:1em;background-color:#fff;transition:border-color .3s ease}.content-section input:focus,.content-section select:focus,.content-section textarea:focus{border-color:#3498db;outline:none;box-shadow:0 0 5px #3498db80}.content-section button{padding:12px 25px;background-color:#3498db;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1em;transition:background-color .3s ease,transform .2s ease}.content-section button:hover{background-color:#2980b9;transform:translateY(-2px)}.content-section button:disabled{background-color:#95a5a6;cursor:not-allowed;transform:none}.phone-container{display:flex;gap:15px}.phone-container select{width:35%}.phone-container input{width:65%}.error-message{color:#e74c3c;margin-bottom:15px;text-align:center;font-weight:700}.delete-btn{background-color:#e74c3c}.delete-btn:hover{background-color:#c0392b}@media (max-width: 768px){.edit-profile-wrapper{flex-direction:column}.sidebar{width:100%;min-height:auto}.content-area{width:100%;padding:20px}}.messages-section{margin-top:20px}.message-item{background:#f9f9f9;padding:10px;margin-bottom:10px;border-radius:5px}.add-vehicle-container{max-width:600px;margin:2rem auto;padding:2rem;background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;font-family:Arial,sans-serif}.add-vehicle-container h2{font-size:1.8rem;font-weight:600;color:#165472;text-align:center;margin-bottom:1.5rem}.add-vehicle-container select,.add-vehicle-container input[type=text],.add-vehicle-container textarea{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #d1d5db;border-radius:5px;font-size:1rem;color:#333;background:#f9fafb;transition:border-color .3s ease,box-shadow .3s ease}.add-vehicle-container select:focus,.add-vehicle-container input[type=text]:focus,.add-vehicle-container textarea:focus{border-color:#165472;box-shadow:0 0 5px #1654724d;outline:none}.add-vehicle-container select:disabled,.add-vehicle-container input:disabled,.add-vehicle-container textarea:disabled{background:#e5e7eb;cursor:not-allowed}.add-vehicle-container select{cursor:pointer}.preferred-locations{margin-bottom:1rem}.preferred-locations input[type=text]{width:calc(100% - 70px);display:inline-block;margin-right:10px}.preferred-locations button{width:60px;padding:.75rem;background:#1e7e9e;color:#fff;border:none;border-radius:5px;font-size:.9rem;cursor:pointer;transition:background-color .3s ease}.preferred-locations button:hover:not(:disabled){background:#124d64}.preferred-locations button:disabled{background:#a3bffa;cursor:not-allowed}.location-list{margin-top:.5rem}.location-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background:#f1f5f9;border-radius:5px;margin-bottom:.5rem;font-size:.9rem;color:#333}.location-item button{width:25px;height:25px;padding:0;background:#e74c3c;color:#fff;border:none;border-radius:50%;font-size:.8rem;cursor:pointer;transition:background-color .3s ease}.location-item button:hover:not(:disabled){background:#c0392b}.location-item button:disabled{background:#f4a4a4;cursor:not-allowed}.driver-option{margin-bottom:1rem}.driver-option label{display:flex;align-items:center;font-size:1rem;color:#333;cursor:pointer}.driver-option input[type=checkbox]{margin-right:.5rem;width:18px;height:18px;accent-color:#165472}.add-vehicle-container button:not(.preferred-locations button):not(.location-item button){width:100%;padding:.9rem;background:#165472;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.add-vehicle-container button:not(.preferred-locations button):not(.location-item button):hover:not(:disabled){background:#124d64;transform:translateY(-2px)}.add-vehicle-container button:not(.preferred-locations button):not(.location-item button):disabled{background:#a3bffa;cursor:not-allowed}@media (max-width: 480px){.add-vehicle-container{margin:1rem;padding:1.5rem}.add-vehicle-container h2{font-size:1.5rem}.preferred-locations input[type=text]{width:calc(100% - 60px)}.preferred-locations button{width:50px;padding:.6rem}.add-vehicle-container button:not(.preferred-locations button):not(.location-item button){padding:.75rem}}.edit-vehicles-container{max-width:100%;margin:1rem auto;padding:1rem;background-color:#f8f9fa;border-radius:12px;box-shadow:0 6px 18px #00000014}.edit-vehicles-container h2{font-size:2.2rem;color:#1e3a8a;margin-bottom:1.5rem;text-align:center;font-weight:600;border-bottom:2px solid #e2e8f0;padding-bottom:1rem}.vehicles-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}.vehicle-item{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000000d;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.vehicle-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.vehicle-status-badge{position:absolute;top:0;right:0;padding:.4rem 1rem;border-radius:0 10px;font-weight:500;font-size:.875rem}.status-available{background-color:#d1fae5;color:#065f46}.status-booked{background-color:#fee2e2;color:#991b1b}.vehicle-image{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:1rem;border:1px solid #e2e8f0}.vehicle-item h3{font-size:1.5rem;color:#1e3a8a;margin-bottom:1rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.vehicle-item p{font-size:.95rem;margin-bottom:.75rem;display:flex;align-items:center;color:#4b5563}.vehicle-item p strong{min-width:140px;display:inline-block;font-weight:600;color:#1f2937}.vehicle-detail-icon{margin-right:8px;color:#4f46e5;width:18px}.vehicle-actions{display:flex;gap:1rem;margin-top:1.5rem}.edit-btn,.delete-btn,.add-vehicle-btn{padding:.6rem 1.25rem;border-radius:6px;font-weight:500;border:none;cursor:pointer;transition:background-color .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.edit-btn{background-color:#3b82f6;color:#fff;flex:1}.edit-btn:hover{background-color:#2563eb;transform:translateY(-2px)}.delete-btn{background-color:#ef4444;color:#fff;flex:1}.delete-btn:hover{background-color:#dc2626;transform:translateY(-2px)}.add-vehicle-btn{background-color:#10b981;color:#fff;padding:.8rem 2rem;font-size:1.1rem;margin:0 auto;display:block;width:fit-content}.add-vehicle-btn:hover{background-color:#059669;transform:translateY(-2px)}.requests-section{margin-top:1.5rem;background-color:#f1f5f9;border-radius:8px;padding:1.5rem;border-left:4px solid #3b82f6;min-width:0}.requests-section h3{font-size:1.25rem;color:#1e3a8a;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.request-count-badge{background-color:#3b82f6;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.8rem;margin-left:.5rem}.request-item{background-color:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 6px #0000000d;border-left:3px solid #818cf8;overflow:hidden}.request-item:last-child{margin-bottom:0}.request-item h4{font-size:1.1rem;color:#4f46e5;margin-bottom:.75rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.request-details{display:flex;flex-direction:column;gap:.75rem;font-size:.9rem;word-wrap:break-word}.request-details p{margin:0;display:flex;align-items:center;color:#4b5563}.request-details p strong{min-width:130px;font-weight:600;color:#1f2937}.request-status{margin-top:.5rem;font-weight:600;padding:.3rem .75rem;border-radius:4px;display:inline-block;font-size:.8rem;text-transform:uppercase}.status-pending{background-color:#fef3c7;color:#92400e}.status-accepted{background-color:#d1fae5;color:#065f46}.request-actions{display:flex;gap:.75rem;margin-top:1rem}.accept-btn,.reject-btn{padding:.5rem 1rem;border-radius:6px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem}.accept-btn{background-color:#10b981;color:#fff;flex:1}.accept-btn:hover{background-color:#059669}.reject-btn{background-color:#ef4444;color:#fff;flex:1}.reject-btn:hover{background-color:#dc2626}.booked-info{margin-top:1.5rem;background-color:#eff6ff;border-radius:8px;padding:1.25rem;border-left:4px solid #10b981}.booked-info h3{font-size:1.25rem;color:#065f46;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.booking-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.error-message{background-color:#fee2e2;color:#991b1b;padding:1rem;border-radius:6px;margin-bottom:1.5rem;font-weight:500}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.loader{width:48px;height:48px;border:5px solid #3b82f6;border-bottom-color:transparent;border-radius:50%;animation:rotation 1s linear infinite;margin-bottom:1rem}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.vehicles-list{grid-template-columns:1fr}.request-details{gap:.5rem}.booking-details-grid{grid-template-columns:1fr}.edit-vehicles-container{padding:.5rem}}.empty-state{text-align:center;padding:3rem 2rem;background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem}.empty-state-icon{font-size:3rem;color:#8b5cf6;margin-bottom:1rem}.empty-state h3{font-size:1.5rem;color:#1f2937;margin-bottom:.5rem}.empty-state p{color:#6b7280;margin-bottom:1.5rem}.request-status-container{max-width:800px;margin:2rem auto;padding:2rem;background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;font-family:Arial,sans-serif}.request-status-container h2{font-size:1.8rem;font-weight:600;color:#165472;text-align:center;margin-bottom:1.5rem}.request-status-container p{font-size:1rem;color:#333;text-align:center}.no-data{font-style:italic;color:#666}.error-message{color:#e74c3c;font-size:.9rem;text-align:center;margin-bottom:1rem;padding:.5rem;background:#ffe6e6;border-radius:5px}.status-list{display:flex;flex-direction:column;gap:1rem}.status-card{padding:1rem;background:#f9fafb;border-radius:8px;border-left:4px solid;box-shadow:0 2px 6px #0000000d;transition:transform .2s ease}.status-card:hover{transform:translateY(-2px)}.status-card.pending{border-left-color:#f59e0b}.status-card.booked{border-left-color:#10b981}.status-card p{margin:.5rem 0;font-size:.95rem;color:#333;text-align:left}.status-card p strong{color:#165472;font-weight:600}.reject-btn,.delete-btn{padding:.5rem 1rem;border:none;border-radius:5px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.reject-btn{background:#e74c3c;color:#fff}.reject-btn:hover{background:#c0392b;transform:translateY(-2px)}.delete-btn{background:#f59e0b;color:#fff}.delete-btn:hover{background:#d97706;transform:translateY(-2px)}@media (max-width: 480px){.request-status-container{margin:1rem;padding:1.5rem}.request-status-container h2{font-size:1.5rem}.status-card{padding:.75rem}.status-card p{font-size:.9rem}.reject-btn,.delete-btn{padding:.4rem .8rem;font-size:.85rem}}.app-wrapper{min-height:100vh;background-color:#f5f6fa;width:100%}.main-content{max-width:90vw;margin:0 auto;padding:1rem}
