
body {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  color: #333;
  margin: auto;
  padding: 0px;
}
h1 {

  color: indianred;

  text-align: center;

}
.logo {
  max-width: 400px;    /* limits size */
  width: 100%;         /* responsive */
  height: auto;        /* keeps aspect ratio */
  margin: 20px auto;   /* spacing and center */
  display: block;
}


.items{
  margin : auto;
  width: 810px;
font-size: 20px;

}


.header {
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
}

.header h1 {
  margin-bottom: 10px;
  color: #333;
}

.header p {
  margin-bottom: 30px;
  color: #666;
}

/* Search bar */
.search-bar {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.search-bar input {
  padding: 10px;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.search-bar button {
  padding: 10px 20px;
  border: none;
  background-color: #ff7aa2;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}

.search-bar button:hover {
  background-color: #ff5f90;
}

/* 📱 Mobile styles */
@media (max-width: 600px) {
  .search-bar {
    flex-direction: column;
    align-items: center;
  }

  .search-bar input {
    width: 100%;
    max-width: 280px;
  }

  .search-bar button {
    width: 100%;
    max-width: 280px;
  }

  .logo {
    max-width: 350px;  /* smaller logo on phones */
    margin: 10px auto;
  }
}


.footer {
  background-color: #333;
  color: #fff;
  padding: 40px 60px;
  font-family: Arial, sans-serif;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/* Top section: subscribe + social */
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.footer-subscribe input {
  padding: 10px;
  border-radius: 6px;
  border: none;
  margin-right: 10px;
  width: 300px;
}

.footer-subscribe button {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  background-color: #ff7aa2;
  color: #fff;
  cursor: pointer;
}

.footer-social a {
  margin-right: 15px;
}

.social-icon {
  width: 24px;
  height: 24px;
}

/* Middle section: contact + links */
.footer-middle {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.footer-contact p {
  margin: 5px 0;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin: 5px 0;
}

/* Bottom */
.footer-bottom {
  text-align: center;
  border-top: 1px solid #555;
  padding-top: 20px;
  font-size: 14px;
}

/* 📱 Mobile: <= 450px */
@media (max-width: 450px) {
  .footer-top,
  .footer-middle {
    flex-direction: column;
    align-items: center;
  }

  .footer-subscribe input,
  .footer-subscribe button {
    width: 100%;
    max-width: 300px;
    margin: 5px 0;
  }

  .footer-links ul {
    text-align: center;
  }

  .footer-social a {
    display: inline-block;
    margin: 5px 10px;
  }
}

/* 🖥 Tablet: <= 1024px */
@media (max-width: 1024px) {
  .footer {
    padding: 40px 30px;
  }

  .footer-top,
  .footer-middle {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-subscribe input {
    width: 250px;
  }
}

@media (max-width: 800px) {
  
  .items{
   width:600px;
   margin:auto;
font-size: 20px;
  }

}
@media (max-width: 610px) {
  
  .items{
   width:450px;
   margin:auto;
   font-size: 22px;
  }

}
@media (max-width: 450px) {
  
  .items{
   width:375px;
   font-size: 24px;
       margin:auto;
       position: -webkit-sticky;
    position: sticky;
  }
.header{
  margin : auto;
  width: 375px;}
}
@media (max-width: 600px) {
  .search-bar {
    flex-direction: column;
    align-items: center;
  }

  .search-bar input {
    width: 100%;
    max-width: 280px;
  }

  .search-bar button {
    width: 100%;
    max-width: 280px;
  }
}
