*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, sans-serif;
}

html{
    font-size:90%;
}

body{
    background:#04191a;
    color:white;
}

/* =========================
   NAVBAR
========================= */

.navbar{
    border-bottom:1px solid rgba(153,212,32,.4);

    box-shadow:
        0 1px 0 rgba(153,212,32,.2),
        0 3px 20px rgba(153,212,32,.08);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:30px 8%;
    background:rgba(2,16,17,.9);
    backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(153,212,32,.35);
    z-index:10;
}

.place-card {
    max-width: 700px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    color: green;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.place-card h3,
.place-card p {
    color: white;
}

.place-card a {
    color: #4CAF50;
    text-decoration: underline;
    font-weight: 600;
}

.place-card a:hover {
    color: #4CAF50;
}

.results-title {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: white;
}
.results-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
}

.results-subtitle {
    text-align: center;
    color: white;
    margin-top: -10px;
    margin-bottom: 30px;
    font-size: 1rem;
    opacity: 0.9;
}

.results-subtitle i {
    color: #4CAF50;
    margin-right: 6px;
}

.logo{
    display:flex;
    align-items:center;
    gap:12px;
}

.logo img{
    width:auto;
    height:100px;
}

.logo-text {
    font-size: 2rem; /* adjust as needed */
    font-weight: bold;
}

.logo-text{
    font-size:40px;
    font-weight:600;
    letter-spacing:3px;
    color:white;
}

.logo-text-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-text {
    font-size: 48px; /* adjust */
    font-weight: 700;
}

.tagline {
    font-size: 12px;
    color: #bdbdbd;
    margin-top: 4px;
    letter-spacing: 1px;
}
.logo-text-container {
    display: flex;
    flex-direction: column;
}

.tagline {
    font-size: 0.75rem;
    color: #bdbdbd;
    letter-spacing: 1px;
    margin-top: -2px;
    text-transform: lowercase;
}

.green{
    color:#99d420;
}
.navbar ul{
    display:flex;
    list-style:none;
    gap:40px;
}

.navbar a{
    color:white;
    text-decoration:none;
}
.navbar a{
    font-size:15px;
}

.location-btn{
    padding:14px 24px;
    border:1px solid rgba(153,212,32,.5);
    background:rgba(255,255,255,.05);
    backdrop-filter:blur(10px);
    color:white;
    border-radius:12px;
    cursor:pointer;
    transition:.3s;
}

.location-btn:hover{
    background:#99d420;
    color:#081214;
}

/* =========================
   HERO SECTION
========================= */

.hero{
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    margin-top: 140px;

    background:
        linear-gradient(
            rgba(5,18,20,.85),
            rgba(5,18,20,.92)
        ),
        url("../images/wallawalla.jpg");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hero-content{
    max-width:1000px;
    width:90%;
    padding:0 20px;
}

.hero h1{
    font-size:clamp(2rem,5vw,4rem);
    line-height:1.1;
    font-weight:900;
}

.hero h1 span{
    color:#99d420;
}

.hero p{
    margin:25px auto;
    max-width:700px;
    font-size:clamp(0.9rem,1.5vw,1.1rem);
    color:#d9d9d9;
}

/* =========================
   SEARCH BOX
========================= */
.location-area{
    color:#444;
    display:flex;
    align-items:center;
    gap:10px;
}

/* .search-box{
    max-width:1000px;
    margin:50px auto 0;
    background:white;
    border-radius:24px;
    padding:20px;
    display:flex;
    align-items:center;
    gap:20px;
    border:3px solid rgba(255,255,255,.2);
    box-shadow:0 25px 60px rgba(0,0,0,.35);
}

.search-box input{
    flex:1;
    border:none;
    outline:none;
    font-size:15px;
}

.search-box button{
    padding:16px 35px;
    border:none;
    background:#99d420;
    color:white;
    border-radius:12px;
    font-weight:bold;
    cursor:pointer;
    white-space:nowrap;
    font-size:14px;
} */
.search-box {
    max-width: 800px;
    margin: auto;
    background: white;
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.search-box input {
    width: 100%;
    padding: 18px;
    border-radius: 15px;
    border: 1px solid #ddd;
    font-size: 1.1rem;
}

.search-box button {
    width: 100%;
    margin-top: 15px;
    border: none;
    background: #8cd321;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 18px;
    border-radius: 12px;
    cursor: pointer;
}


/* =========================
   CATEGORIES
========================= */

.categories{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    margin-top:30px;
}

.chip{
    background:#0f2527;
    border:1px solid rgba(153,212,32,.15);
    color:white;
    padding:12px 20px;
    border-radius:999px;
    transition:.3s ease;
    font-size:14px;
}

.chip:hover{
    background:#99d420;
    color:#081214;
    cursor:pointer;
}

/* =========================
   FEATURES
========================= */

.feature-section{
    width:85%;
    margin:auto;
    margin-top:30px;
    margin-bottom:40px;

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.feature-card{
    background:#082325;
    padding:30px;
    border-radius:20px;
    text-align:center;
}

.feature-card i{
    font-size:40px;
    color:#99d420;
}

/* =========================
   HOW IT WORKS
========================= */

.register-content {
    flex: 1;
}

.register-btn {
    background: #33c543;
    min-width: 220px;
    text-align: center;
}

.register-btn i {
    margin-left: 8px;
}

.how-it-works{
    background:white;
    color:#111;
    padding:80px 20px;
    font-size: 20px;
    text-align:center;
}


.register-link {
    color: #16a34a;
    text-decoration: none;
    font-weight: 700;
}

.register-link:hover {
    text-decoration: underline;
}

/* SEARCH BUSINESS SECTION */

.search-business-section {
    background: #fff;
    padding: 80px 20px;
    text-align: center;
    
}

.search-business-section h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #111;
}

.search-business-section .green {
    color: #69d21f;
}

.search-business-section p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 35px;
}

.search-card {
    max-width: 800px;
    margin: auto;
    background: white;
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.search-card input {
    width: 100%;
    padding: 18px;
    border-radius: 15px;
    border: 1px solid #ddd;
    font-size: 1.1rem;
}

.search-card button {
    width: 100%;
    margin-top: 15px;
    border: none;
    background: #8cd321;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 18px;
    border-radius: 12px;
    cursor: pointer;
}

.location-display {
    margin-top: 20px;
    text-align: left;
    color: #555;
}

.location-display i {
    margin-right: 10px;
}


/* CATEGORY CHIPS */

.bottom-categories {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.bottom-categories .chip {
    background:green;
    padding: 15px 22px;
    border-radius: 14px;
    cursor: pointer;
    font-weight: 600;
}


/* REGISTER BUSINESS */

.register-business {
    margin: 20px auto 0;
    max-width: 1200px;
    background: #eef8ef;
    border-radius: 25px;
    padding: 40px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.register-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #dff5df;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-icon i {
    font-size: 4rem;
    color: #4caf50;
}

.register-content h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #111;
}

.register-content p {
    color: #444;
    max-width: 500px;
}

.register-btn {
    background: #33c543;
    color: white;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
}

.register-btn:hover {
    background: #28aa36;
}
/* =========================
   MOBILE
========================= */
 @media (max-width:768px){

    .navbar{
        padding:15px 20px;
        flex-direction: column;
        gap: 15px;
    }

    .results-container {
        width: 90%;
        margin: auto;
        padding-top: 90px;
    }

    .logo{
        font-size:24px;
    }

    .location-btn{
        padding:8px 12px;
        font-size:12px;
    }

    .hero{
        margin-top:-20px;
        padding:120px 15px 50px;
    }

    .hero h1{
        font-size:2.2rem;
    }

    .hero p{
        font-size:0.95rem;
        padding:0 10px;
    }

    .hero-content{
        width: 100%;
        padding: 0 5px;
    }

    .search-box{
        width: 100%;
    }

    .search-business-section {
        background: #fff;
        padding: 80px 20px;
        text-align: center;
        margin-top: 50px;
    }

    .search-business-section h2 {
        font-size: 2.2rem;
        font-weight: 800;
        color: #111;
    }

    .search-business-section .green {
        color: #69d21f;
    }

    .search-business-section p {
        font-size: 0.95rem;
        color: #555;
        margin-bottom: 35px;
    }

    /* .search-box{
        flex-direction:column;
        padding:15px;
        gap:15px;
    }

    .search-box input,
    .search-box button{
        width:100%;
    } */

   .location-area{
        justify-content:center;
        font-size:14px;
        text-align:center;
    }

    .categories{
        gap:8px;
    }

    .chip{
        font-size:12px;
        padding:10px 14px;
    }

    .feature-card{
        padding:20px;
    }

    .feature-card h3{
        font-size:18px;
    }

    .feature-card p{
        font-size:14px;
    }

    .how-it-works{
        padding:50px 15px;
    }

    .step{
        width:100%;
        max-width:280px;
    }

    .logo img{
        height:40px;
        width:auto;
    }
    
    .logo-text{
        font-size:20px;
        letter-spacing:1px;
    }
    .register-business {
    text-align: center;
    justify-content: center;
    }

    .register-content h2 {
        font-size: 2rem;
        color: #111;
    }

    .register-btn {
        width: 100%;
    }
}

