
/*
Theme Name: Wheelya
Theme URI: https://wheelya.com
Author: Wheelya
Description: Accessible travel platform theme (Hotels, Restaurants, Toilets, Parking, Rentals)
Version: 1.0
*/

body{
margin:0;
font-family: Arial, sans-serif;
background:#f5f7fa;
color:#333;
}

.container{
max-width:1200px;
margin:auto;
padding:20px;
}

header{
background:white;
border-bottom:1px solid #e5e5e5;
}

.header-inner{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo a{
font-size:24px;
font-weight:bold;
color:#2F80ED;
text-decoration:none;
}

nav a{
margin:0 12px;
text-decoration:none;
color:#333;
font-weight:600;
}

.hero{
background:#2F80ED;
color:white;
padding:70px 20px;
text-align:center;
}

.search-bar input,
.search-bar select{
padding:10px;
margin:5px;
}

.button{
background:#27AE60;
color:white;
border:none;
padding:10px 18px;
border-radius:6px;
cursor:pointer;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:20px;
margin-top:30px;
}

.card{
background:white;
border-radius:10px;
padding:20px;
box-shadow:0 4px 10px rgba(0,0,0,0.05);
}

footer{
background:#111;
color:white;
margin-top:60px;
}
