header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}
.Fontt{
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.logo {
  display: flex;
  height: 85px;
  width: auto;
  padding-right: 0;
  cursor: pointer;
}
.header-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-right: 40px;
  padding-bottom: 25px;
}
.BS {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 15px;
  background-color: white;
  cursor: pointer;
  border: none;
}
.BS:hover {
  background-color: #2e75d2;
}
.O {
  background-color: #004aad;
}
.R {
  background-color: #ff5151;
}
.R:hover {
  background-color: #fa8383;
}
.AD {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    max-width: 1020px;
    height: 500px;
    background-color: #f5f5f5;
    border-radius: 20px;
    overflow: hidden;
    flex-wrap: wrap;
}
.AD img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.HR1 {
  border: none;
  height: 2px;
  background-color: #004aad;
  margin: 20px 200px;
}
.HR2 {
  border: none;
  height: 1px;
  background-color: #004aad;
  margin: 20px 250px;
}
.SearchBar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  flex-wrap: wrap;
}
.SearchBar input[type="text"] {
  width: 300px;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}
.SearchBar .search-button {
  padding: 10px 20px;
  background-color: #004aad;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.SearchBar .search-button:hover {
  background-color: #2e75d2;
}
/*explore*/
.EX {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #004aad;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
/*explore items*/
.items-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px;
  padding: 20px;
}
.item {
  text-align: center;
  width: 200px;
}
.item img {
  width: 100%;
  height: 135px;
  border-radius: 10px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
}
.item-name {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px;
  padding-bottom: 4px;
  color: #333;
}
.item-price {
  font-size: 14px;
  color: #004aad;
  margin-bottom: 10px;
}
.More {
  padding: 8px 15px;
  background-color: #004aad;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}
.More:hover {
  background-color: #2e75d2;
}
/* Suggested Section */
.card-section {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
    width: 175px;
    cursor: pointer;
}
.card img {
    width: 80%;
    height: 120px;
    border-radius: 9px;
    margin-bottom:5px;
    cursor: pointer;
}
.card-title {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    cursor: pointer;
    padding-bottom: 5px;
}
.card-Info {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: #666666;
    margin: 0;
    cursor: pointer;
}
.card-price {
  padding-top: 8px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #004aad;
  margin: 0;
}
/* Footer Section */
.footer-C{
display: flex;
justify-content: center;
}
.footer-L{
display: flex;
justify-content: center;
align-content: center;
gap: 20px ;
}
.footer-L2{
color: #004aad;
text-decoration: none;
font-weight: bold;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
font-size: 15px;
}
/* Register Section */
.pos {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.Register-text {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #004aad;
    text-align: center;
}

.H11R {
    padding-bottom: 40px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #004aad;
    text-align: center;
    margin-bottom: 20px;
}
.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.cart-pos {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
}
/* Dropdown styles */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  border: none;
  cursor: pointer;
  padding: 5px 15px;
  background-color: #004aad;
  color: white;
  font-weight: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  border-radius: 15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 10px;
  top: 100%;
  left: 0;
}

.dropdown-content a {
  color: #004aad;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  border-radius: 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropdown-btn {
  background-color: #2e75d2;
}
.Laptops-T{
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #004aad;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
}