.vehicle-card{display:flex;flex-direction:column;justify-content:space-between;height:100%;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease}.vehicle-card:hover{transform:translateY(-4px)}.image-wrapper{position:relative;overflow:hidden;height:180px}.image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.image-wrapper:hover img{transform:scale(1.05)}.price-tag{position:absolute;bottom:8px;right:8px;background:#2a5298;color:#fff;padding:.4rem .8rem;border-radius:4px;font-weight:700;font-size:.95rem}.vehicle-info{display:flex;flex-direction:column;flex-grow:1;padding:1rem;align-items:center}.vehicle-info h3{margin:0 0 .75rem;font-size:1.2rem;color:#222;text-align:center}.specs{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem;padding:0;list-style:none}.specs li{margin-bottom:.3rem}.spec-pill{background:#eef1f5;color:#333;padding:.4rem .8rem;border-radius:20px;font-size:.9rem;white-space:nowrap}.details-button{display:inline-block;padding:.5rem 1.2rem;background:#2a5298;color:#fff;text-decoration:none;border-radius:4px;font-weight:700;transition:background .2s ease;text-align:center}.details-button:hover{background:#1e3c72}.image-container.sold img{filter:grayscale(80%) brightness(.8)}.image-container{text-align:center;height:180px;overflow:hidden}.image-container img{height:100%;width:auto;object-fit:cover;object-position:center;display:inline-block}.vehicle-detail-page{max-width:960px;margin:2rem auto;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 0 10px #0000000d}.main-image-container{text-align:center;margin-bottom:1rem}.main-image-wrapper{position:relative;height:400px;overflow:hidden;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:inline-block}.main-image{height:100%;width:auto;object-fit:cover;object-position:center;display:block}.sold-banner{position:absolute;top:10px;left:-40px;background:red;color:#fff;font-weight:700;padding:5px 50px;transform:rotate(-45deg);font-size:.9rem;z-index:2;box-shadow:0 2px 6px #0000004d;pointer-events:none}.thumbnail-row{display:flex;overflow-x:auto;gap:.5rem;padding:.5rem 0 1rem}.thumbnail{width:80px;height:60px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:border .2s ease}.thumbnail.active,.thumbnail:hover{border-color:#2a5298}.vehicle-details h1{font-size:1.8rem;margin-bottom:.5rem}.price{font-size:1.4rem;font-weight:700;color:#2a5298;margin-bottom:1rem}.spec-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.spec-pill{background:#eef1f5;padding:.4rem .8rem;border-radius:20px;font-size:.95rem;color:#333}.description{margin:1rem 0;line-height:1.5}.cta{text-align:center;margin-top:2rem;margin-bottom:2rem}.enquire-button{background:#2a5298;color:#fff;padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:700;transition:background .2s ease}.enquire-button:hover{background:#1e3c72}.back-link{display:inline-block;margin-bottom:1rem;color:#2a5298;font-weight:700;text-decoration:none;transition:color .2s ease}.back-link:hover{color:#1e3c72}.breadcrumb{font-size:.9rem;margin-bottom:1rem;color:#666}.breadcrumb a{color:#2a5298;text-decoration:none;margin-right:.5rem}.breadcrumb a:hover{text-decoration:underline}.vehicle-page{display:flex;gap:2rem}.filter-sidebar{background:#f9f9f9;border-radius:8px;padding:1.5rem;box-shadow:0 0 10px #0000000d;width:280px}.vehicle-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.filter-sidebar button{background:#007bff;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.filter-sidebar select,.filter-sidebar input{width:260px;padding:.6rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:6px;font-size:.95rem}.filter-sidebar input{width:240px}.vehicle-form{max-width:600px;margin:5rem auto;padding:2rem;border-radius:8px;box-shadow:0 0 12px #0000001a;background:#fff;display:flex;flex-direction:column;gap:1rem}.vehicle-form h2{text-align:center;margin-bottom:1rem}.vehicle-form form{display:flex;flex-direction:column;gap:1rem}.vehicle-form input{padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.vehicle-form textarea{padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;font-family:sans-serif}.dropzone{padding:1rem;border:2px dashed #aaa;border-radius:6px;text-align:center;background:#f9f9f9;cursor:pointer}.upload-controls{display:flex;flex-direction:column;gap:.5rem}.upload-status{font-size:.9rem;color:#070}.vehicle-form button{padding:.75rem;font-size:1rem;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer}.vehicle-form button:hover{background-color:#218838}.preview-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.preview-grid img{width:100px;height:100px;object-fit:cover;border-radius:6px;border:1px solid #ccc}.login-container{max-width:400px;margin:5rem auto;padding:2rem;border-radius:8px;box-shadow:0 0 12px #0000001a;background:#fff;display:flex;flex-direction:column;gap:1rem}.login-container h2{text-align:center;margin-bottom:1rem}.login-container input{padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.login-container button{padding:.75rem;font-size:1rem;background-color:#07c;color:#fff;border:none;border-radius:4px;cursor:pointer}.login-container button:hover{background-color:#005fa3}.admin-dashboard{padding:2rem;max-width:900px;margin:auto}.vehicle-table{width:100%;border-collapse:collapse;margin-top:1rem}.vehicle-table th,.vehicle-table td{border:1px solid #ccc;padding:.75rem;text-align:left}.vehicle-table th{background-color:#f5f5f5}.edit-button{padding:.5rem 1rem;background-color:#007bff;color:#fff;border:none;cursor:pointer;margin-right:10px;border-radius:6px}.delete-button{padding:.5rem 1rem;background-color:#ff7b7b;color:#fff;border:none;cursor:pointer;border-radius:6px}.sold-button{background-color:#d9534f;color:#fff;padding:.4rem .8rem;border:none;border-radius:6px;margin-right:10px;cursor:pointer}.available-button{background-color:#5cb85c;color:#fff;padding:.4rem .8rem;border:none;border-radius:6px;margin-right:10px;cursor:pointer}body{margin:0;font-family:sans-serif;background:#f5f5f5}.app{max-width:1200px;margin:0 auto;padding:1rem}.hero{text-align:center;padding:3rem 1rem;background:linear-gradient(to right,#1e3c72,#2a5298);color:#fff;border-radius:12px}.hero h1{font-size:2.5rem;margin-bottom:.5rem}.hero p{font-size:1.25rem}.hero button{margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;background:#fff;color:#2a5298;border:none;border-radius:4px;cursor:pointer}.vehicle-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));row-gap:3rem;column-gap:1rem;align-items:stretch;padding-top:1rem;padding-bottom:1rem}.vehicle-card{border:1px solid #ccc;border-radius:8px;padding:1rem;background:#fff}.reviews{background:#f0f0f0;padding:2rem;text-align:center;font-style:italic}.footer{background:#222;color:#fff;text-align:center;padding:.25rem 1rem;margin-top:3rem}.vehicle-image{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:6px;margin-bottom:1rem}.main-image{width:100%;max-height:400px;object-fit:contain;margin-bottom:1rem;border-radius:8px}.thumbnail-row{display:flex;overflow-x:auto;gap:.5rem}.thumbnail{width:80px;height:60px;object-fit:cover;border:2px solid transparent;cursor:pointer;border-radius:4px}.thumbnail:hover{border-color:#2a5298}.hero-banner{width:100%;background:#f0f0f0;color:#fff;padding:2rem 1rem;text-align:center}.hero-content{max-width:1200px;margin:0 auto}.menu-banner{width:100%;background:#fff;color:#fff;padding:.5rem;text-align:center}.menu-content{max-width:1400px;margin:0 auto}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background-color:#fff;color:#000}.nav-left,.nav-right{width:150px;display:flex;align-items:center;justify-content:center;min-width:130px}.nav-center{flex:1;display:flex;justify-content:center;gap:2rem}.navbar a{text-decoration:none;color:inherit}.navbar a:visited{color:inherit;text-decoration:none}.navbar a:hover{color:#d0d0d0}.logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;width:auto;max-height:100px}.mediaLogo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;height:40px;width:auto}.icon{font-size:1.2rem;color:#fff;text-decoration:none}.socials-banner{width:100%;background:#222;color:#fff;text-align:center}.socials-content{display:flex;justify-content:space-between;align-items:center;margin:0 auto;padding:1rem 3rem}.socials-links{list-style:none;display:flex;gap:2rem;justify-content:center;padding:0;margin:0}.socials-links li a{text-decoration:none;color:inherit}.socials-right{font-size:.9rem;display:flex;align-items:center;justify-content:right}.socials-left{font-size:.9rem;display:flex;align-items:center;justify-content:left}@media(max-width:600px){.socials-inner{flex-direction:column;align-items:center;text-align:center;gap:.5rem}.socials-left,.socials-right{justify-content:center}.navbar{display:inline;justify-content:space-between;align-items:center;padding:.5rem;background-color:#fff;color:#000}.nav-left{height:80%;width:auto;align-items:center;justify-content:center}.nav-right{width:auto;align-items:center;justify-content:center;min-width:130px;padding-top:1rem}.nav-center{display:flex;justify-content:center;gap:2rem}.hide{display:none}.socials-right{display:inline}.logo{max-height:70px}}
