/*
Theme Name: Gearports Theme
Author: Shoiab
Version: 1.0
*/

body{font-family:Arial,sans-serif;margin:0;padding:0;background:#f4f4f4;}
header{background:#222;color:#fff;padding:20px;text-align:center;}
header img.logo{height:50px;}
.gp-cars-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:20px;}
.gp-car-card{border:1px solid #ddd;padding:10px;width:250px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:0.3s;}
.gp-car-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.2);}
.gp-car-card img{width:100%;height:150px;object-fit:cover;}
.city-selection{display:flex;justify-content:center;gap:20px;margin:50px;}
.city-card{position:relative;width:250px;height:150px;cursor:pointer;border-radius:10px;overflow:hidden;transition:0.3s;}
.city-card img{width:100%;height:100%;object-fit:cover;}
.city-card:hover{transform:scale(1.05);}
.city-card .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:bold;}

