
/* ============================
   Global Variables
============================ */
:root {
    --font-heading: 'Inter', sans-serif;
    --font-branding: 'Poppins', sans-serif;
    --font-body: 'Roboto', sans-serif;
    --primary: #103cc0;
    --primary-light: rgba(16, 60, 192, 0.1);
    --dark: #222;
    --gray-dark: #555;
    --gray-medium: #DDD;
    --gray-light: #F7F7F7;
    --white: #FFF;
    --background-color: #f9f6f3;
    --thecolor: #333;
    --fontWeight: 400;  
    --shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    --transition: all 0.2s ease;
    --darkfooter: #1f2937;
    --grayfooter: #6b7280;
    --light-gray: #f3f4f6;
    /* --white: #ffffff; */
  }

   * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .input::-webkit-outer-spin-button,
    .input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }

  /* ============================
    Header Styles
============================ */
  




/* ============================
   Body and Typography
============================ */
  
  body {
    font-family: var(--font-body);
    font-weight: 400;
    background-color: #f9f6f3;
    color: #333;
  }
  
  h1{
      font-family: var(--font-heading);
      font-size: 2rem;
      margin-bottom: 1rem;
  }

/* ============================
   Body and Typography
============================ */

 

/* ============================
   Search Bar and Hero Section
============================ */

.search-hero {
    background: linear-gradient(to right, #103cc0, #0b2a8c);
    color: white;
    padding: 2rem 1rem;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
    /* border: 1px solid #822121; */
}

.search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
    /* max-width: 600px; */
}

.search-icon {
      position: absolute;
      /* left: 1.5rem; */
      top: 50%;
      transform: translateY(-50%);
      /* color: var(--gray-dark); */
      color: white;
      right: 1.4rem;
    }




  .promo-banner {
    background-color: white;
    color: #333;
    text-align: center;
    padding: 2rem 1rem;
    margin: 2rem auto;
    border-radius: 8px;
    margin-top: 5px;
    background: radial-gradient(#fff, #fff2d6);
    border-radius: 20px;
  }

  .promo-banner h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }

  .promo-banner p {
    margin-bottom: 1rem;
  }

  .promo-banner button {
    background-color: #103cc0;
    color: white;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
  }

  .promo-banner h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-weight: bold;
    color: var(--primary)
  }
  .promo-banner p {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #555;
  } 




/* ============================
   Google Ads Section
============================ */

  .google-ads {
    background-color: #e0e0e0;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    margin-top: 20px;
  }
  .google-ads h2 {
    color: #444;
  }
  .google-ads p {
    color: #777;
  }
  .google-ads button:hover {
    background-color: #1976D2;
  }  

/* ============================
   Categories Section 
============================ */


.category {
    text-align: center;
    width: 100px;
}

.category img {
    width: 60px;
    height: 60px;
    margin-bottom: 0.5rem;
}

.categories-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
      gap: 1.5rem;
      border: 1px solid #ddd;
      max-width: 1200px;
      margin: 0 auto;
      padding: 1.5rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      background-color: aliceblue;
    }

    .category-card {
      background: var(--white);
      border-radius: 12px;
      padding: 1.5rem;
      text-align: center;
      transition: all 0.3s ease;
      box-shadow: var(--shadow);
      border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .category-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    .category-icon {
      width: 64px;
      height: 64px;
      margin: 0 auto 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      /* background-color: var(--primary-light); */
      border-radius: 50%;
      color: var(--primary);
    }

    .category-icon svg {
      width: 32px;
      height: 32px;
    }

    .category-name {
      font-weight: 600;
      margin-bottom: 0.25rem;
      font-size: 1.1rem;
    }

    .category-count {
      color: var(--gray);
      font-size: 0.875rem;
    }


/* ============================
   Location Filter
============================ */
    /* Location Filter */
    .location-filter {
      display: flex;
      gap: 0.5rem;
      overflow-x: auto;
      padding: 0.5rem 0;
      margin-bottom: 1.5rem;
      scrollbar-width: none;
    }

    .location-filter::-webkit-scrollbar {
      display: none;
    }

    .location-filter button {
      padding: 0.5rem 1rem;
      border: 1px solid var(--gray);
      border-radius: 20px;
      background: var(--white);
      white-space: nowrap;
      cursor: pointer;
    }

    .location-filter button.active {
      background: var(--primary);
      color: white;
      border-color: var(--primary);
    }
