body{

font-size:16px;

font-family:Arial,Helvetica,sans-serif;

color:#222;

}

a{

text-decoration:none;

}

.navbar-brand img{

height:38px;

}

.card{

border-radius:12px;

border:1px solid #e5e5e5;

}

.section-title{

font-size:28px;

font-weight:700;

margin-bottom:25px;

}

.shadow-sm{

box-shadow:0 2px 8px rgba(0,0,0,.05)!important;

}

<section class="hero-section py-5">

<div class="container">

<div class="row justify-content-center">

<div class="col-lg-10">

<div class="hero-box shadow rounded-4 p-5">

<h1 class="display-5 fw-bold mb-3">

Find Quality Used Tires Near You

</h1>

<p class="lead text-muted mb-4">

Search thousands of affordable used tires from trusted local sellers across the United States.

</p>

<form action="<?= SITE_URL ?>/search" method="get">

<div class="row g-3">

<div class="col-md-4">

<input
type="text"
name="keyword"
class="form-control form-control-lg"
placeholder="Brand or Tire Size">

</div>

<div class="col-md-3">

<select
name="state"
class="form-select form-select-lg">

<option value="">Select State</option>

</select>

</div>

<div class="col-md-3">

<select
name="city"
class="form-select form-select-lg">

<option value="">Select City</option>

</select>

</div>

<div class="col-md-2 d-grid">

<button
class="btn btn-primary btn-lg">

Search

</button>

</div>

</div>

</form>

</div>

</div>

</div>

</div>

</section>

/*======================================
STATES
======================================*/

.states-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
}

.state-pill{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    min-width:180px;
    padding:12px 18px;
    background:#fff;
    border:1px solid #dee2e6;
    border-radius:50px;
    color:#212529;
    font-weight:600;
    text-decoration:none;
    transition:.25s;
}

.state-pill span{
    background:#0d6efd;
    color:#fff;
    padding:4px 10px;
    border-radius:50px;
    font-size:12px;
    font-weight:700;
}

.state-pill:hover{
    background:#0d6efd;
    color:#fff;
    border-color:#0d6efd;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(13,110,253,.20);
}

.state-pill:hover span{
    background:#fff;
    color:#0d6efd;
}

@media (max-width:768px){

    .state-pill{
        width:calc(50% - 6px);
        min-width:auto;
    }

}

@media (max-width:480px){

    .state-pill{
        width:100%;
    }

}

/*==========================
LISTING CARD
==========================*/

.listing-card{

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 8px 25px rgba(0,0,0,.05);

transition:.3s;

height:100%;

}

.listing-card:hover{

transform:translateY(-5px);

}

.listing-image{

aspect-ratio:1/1;

background:#f4f6f9;

display:flex;

align-items:center;

justify-content:center;

}

.listing-image img{

width:100%;

height:100%;

object-fit:cover;

}

.listing-body{

padding:18px;

}

.listing-body h3{

font-size:17px;

font-weight:700;

margin-bottom:10px;

height:45px;

overflow:hidden;

}

.listing-size{

font-size:14px;

color:#666;

margin-bottom:12px;

}

.listing-price{

font-size:28px;

font-weight:700;

color:#0d6efd;

margin-bottom:15px;

}
/*==============================
BRANDS
==============================*/

.brand-card{

display:block;

background:#fff;

border:1px solid #e9ecef;

border-radius:15px;

padding:25px 15px;

text-align:center;

transition:.25s;

color:#222;

text-decoration:none;

height:100%;

}

.brand-card:hover{

transform:translateY(-4px);

border-color:#0d6efd;

box-shadow:0 10px 25px rgba(0,0,0,.08);

color:#0d6efd;

}

.brand-logo{

width:65px;

height:65px;

margin:auto;

margin-bottom:15px;

background:#0d6efd;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:24px;

font-weight:700;

color:#fff;

}

.brand-card h6{

margin:0;

font-weight:600;

}

/*==================================
POPULAR TIRE SIZES
==================================*/

.size-chip{

display:inline-flex;

align-items:center;

justify-content:center;

padding:12px 22px;

background:#ffffff;

border:1px solid #dee2e6;

border-radius:50px;

font-weight:600;

font-size:15px;

color:#212529;

text-decoration:none;

transition:.25s;

min-width:130px;

}

.size-chip:hover{

background:#0d6efd;

border-color:#0d6efd;

color:#ffffff;

transform:translateY(-2px);

box-shadow:0 8px 18px rgba(13,110,253,.20);

}

/*==================================
WHY CHOOSE US
==================================*/

.feature-box{

background:#fff;

border:1px solid #e9ecef;

border-radius:18px;

padding:30px 20px;

text-align:center;

height:100%;

transition:.25s;

}

.feature-box:hover{

transform:translateY(-5px);

box-shadow:0 10px 25px rgba(0,0,0,.08);

border-color:#0d6efd;

}

.feature-icon{

width:70px;

height:70px;

margin:0 auto 20px;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

background:#eef5ff;

border-radius:50%;

}

.feature-box h5{

font-weight:700;

margin-bottom:12px;

}

.feature-box p{

margin:0;

font-size:14px;

color:#6c757d;

line-height:1.6;

}

@media(max-width:768px){

.feature-box{

padding:22px 15px;

}

.feature-icon{

width:60px;

height:60px;

font-size:28px;

}

.feature-box h5{

font-size:16px;

}

.feature-box p{

font-size:13px;

}

}

/*==================================
LATEST LISTINGS
==================================*/

.listing-card{

background:#fff;

border:1px solid #e9ecef;

border-radius:16px;

overflow:hidden;

transition:.25s;

}

.listing-card:hover{

transform:translateY(-4px);

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.listing-image{

height:220px;

background:#f8f9fa;

display:flex;

align-items:center;

justify-content:center;

}

.listing-image img{

width:100%;

height:100%;

object-fit:cover;

}

.listing-body{

padding:18px;

}

.listing-body h5{

font-size:17px;

font-weight:700;

margin-bottom:10px;

min-height:46px;

}

@media(max-width:768px){

.listing-image{

height:180px;

}

}

/*==============================
SEO CONTENT
==============================*/

.seo-content{

font-size:17px;

line-height:1.9;

color:#555;

}

.seo-content p{

margin-bottom:20px;

}

