 body {
      font-family: "Helvetica Neue", sans-serif;
      background: #f9fafc;
	  background-color: #f3f4f6; /* Copilot grey background */
     
    }
		
	
	.banner-panel {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.banner-slide {
  background-size: cover;       /* picha ijaze div */
  background-position: center;  /* iwe katikati */
  min-height: 320px;            /* urefu wa div */
}    

.badge-hot{ float:right; }

    /* Categories */
    .categories {
      background: #fff;
      padding: 30px 0;
      text-align: center;
    }
    .categories h2 {
      font-size: 24px;
      margin-bottom: 20px;
    }
    
	  .category-title {
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
      gap: 10px;
    }
    .category-item {
      background: #e2e8f0;
      padding: 10px 20px;
      border-radius: 6px;
      font-weight: 600;
    }
	
	.category-btn {
  font-weight: 600;
  color: #0b1020;
  cursor: pointer;
}

   .category-panel {
  background-color: #ffffff;
  padding: 20px;
  border-right: 1px solid #d1d5db;
  overflow-y: auto;
  max-height: 320px;
}


.category-panel {
    border-right: none;
    border-bottom: 1px solid #d1d5db;
    max-height: none;
  }
    .category-panel h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0b1020;
}

/* Hide on mobile (screen width chini ya 768px) */
@media (max-width: 767px) {
  .category-panel {
    display: none;
  }
}




     .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
     .category-list li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #374151;
  cursor: pointer;
}
    .category-list li:hover {
  color: #f87171;
}	
	/* Responsive */
    @media (max-width: 767px) {
      .category-list {
        flex-direction: column;
        align-items: center;
      }
    }

    .copilot-header .header-top {
  background-color: #ffffff;
  padding: 2px 20px;
}

    .header-bottom {
  background-color: #e5e7eb; /* Light grey */
  padding: 5px 20px;
}




  /* Footer */
    footer {
      background: #0b1020;
      color: #e2e8f0;
      padding: 40px 20px;
    }
    footer h4 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 10px;
    }
    footer ul {
      list-style: none;
      padding: 0;
    }
    footer ul li {
      margin-bottom: 6px;
    }
    footer ul li a {
      color: #e2e8f0;
      text-decoration: none;
    }
    .footer-bottom {
      border-top: 1px solid #334155;
      margin-top: 20px;
      padding-top: 10px;
      font-size: 13px;
      text-align: center;
      color: #94a3b8;
    }
     
   .header-icons a {
  color: #0b1020;
  margin-left: 20px;
  font-size: 14px;
  text-decoration: none;
}
.header-icons a:hover {
  color: #f87171;
}


   /* Banner */
    .hero-banner {
      background: url('assets/ipad-banner.jpg') center/cover no-repeat;
      color: #fff;
      text-align: center;
      padding: 80px 20px;
    }
    .hero-banner h1 {
      font-size: 36px;
      font-weight: bold;
    }
    .hero-banner p {
      font-size: 18px;
      margin-top: 10px;
    }
	
	.hero-banner-section {
  background-color: #f3f4f6;
  padding: 0;
}

     .hero-row {
  display: flex;
  min-height: 320px; /* same height as hero-banner */
  border-top: 1px solid #e5e7eb;
}

   .hero-banner h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}
   .hero-banner p {
  font-size: 18px;
  font-weight: 400;
}

.logo img {
  height: 80px;
}

.middle-align {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

	
    /* Products */
    .product-section {
      padding: 40px 0;
    }
    .product-section h3 {
      font-size: 22px;
      margin-bottom: 20px;
    }
    .product-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 6px;
      padding: 15px;
      margin-bottom: 20px;
      text-align: center;
    }
    .product-card h4 {
      font-size: 16px;
      font-weight: bold;
    }
    .product-card p {
      font-size: 14px;
      color: #0ea5e9;
      margin-top: 8px;
    }


.search-box {
  display: flex;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  overflow: hidden;
  max-width: 100%;
}

#searchBox {
  width: 300px;
  padding: 10px;
  font-size: 16px;
}

.search-box input {
  padding: 10px;
  border: none;
  flex: 1;
}
.search-box button {
  background-color: #f87171;
  border: none;
  padding: 10px 16px;
  color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
  .header-icons {
    margin-top: 10px;
    text-align: center;
  }
  .search-box input {
    width: 100%;
  }
  .category-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}



/* Responsive */
@media (max-width: 767px) {
  .hero-row {
    flex-direction: column;
  }
  
  .banner-panel {
    padding: 30px 15px;
    text-align: center;
  }
}	


.scroll-wrapper {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding-bottom: 10px;
  scroll-behavior: smooth;
}

.phone-card {
  min-width: 200px;
  flex: 0 0 auto;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 15px;
  text-align: center;
}
.phone-card img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.phone-card h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 5px;
}
.phone-card .rating {
  font-size: 13px;
  color: #f59e0b;
}
.phone-card .price {
  font-size: 14px;
  font-weight: bold;
  color: #0ea5e9;
}

.top-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #CCCCCC;
  border-bottom: 1px solid #e5e7eb;
}

.menu {
  font-weight: bold;
  margin-right: 10px;
}

.search-input {
  flex: 1;
  min-width: 100px;
  padding: 8px;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.fasubmit {

  padding-right:10px; }

.icons {
  display: flex;
  gap: 10px;
  padding-left:5px;
}

.icons a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.icons i {
  font-size: 18px;
  margin-right: 4px;
}

.top-products {
  background-color: #f9fafc;
  padding: 40px 15px;
}

.top-products h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  color: #0b1020;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}

.product-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 15px;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.product-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
}

.product-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 5px;
}

.product-card .rating {
  font-size: 13px;
  color: #f59e0b;
  margin-bottom: 5px;
}

.product-card .price {
  font-size: 14px;
  font-weight: bold;
  color: #0ea5e9;
  margin-bottom: 10px;
}

.btn-cart {
  background-color: #ff9900; /* Amazon style orange */
  border: none;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  float:left;
  margin-right: 8px;  
}

.btn-cart2 {
  background-color: #075E54; /* Amazon style orange */
  border: none;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  float:left;
  margin-right: 8px;  
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1000;
}

.bottom-nav a {
  text-align: center;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-nav i {
  font-size: 18px;
  margin-bottom: 4px;
  color: #0ea5e9;
}

.bottom-nav a:hover i {
  color: #ff9900;
}



.btn-cart:hover {
  background-color: #e68a00;
}

.category-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
}

.category-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.category-list li:hover {
  background-color: #f9f9f9;
}

