body {
  margin: 0;
  padding: 0;
}

.navbar .nav-link {
  color: #e66d00 !important;
  font-size: 16px;
  margin-left: 15px;
  margin-right: 15px;
}
.nav-link.active {
  color: black !important;
}
.search-container {
  display: flex;
  align-items: center;
  border: 2px solid #ff7b00;
  border-radius: 25px;
  padding: 5px 10px;
  background-color: #fff;
}

.search-container input {
  border: none;
  outline: none;
  padding: 8px;
  font-size: 16px;
  border-radius: 20px;
}

.search-container button {
  background-color: #ff7b00;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  color: white;
  cursor: pointer;
}

.search-container button:hover {
  background-color: #e66d00;
}

/************************************************/

.card {
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: transform 0.3s ease;
  align-items: center;
  box-shadow: none;
}
.card-img-top {
  width: 10rem;
  background-color: #ff7b00;
  padding: 2rem;
  border-radius: 50%;
}
.card:hover {
  transform: translateY(-10px); /* Hover effect */
}

.col-md-3 {
  padding: 0 15px; /* Ensure margin between cards */
}
/*********************************************/
.award-part {
  background-color: #ffe5cd;
  padding: 50px 55px 50px 50px;
}
/**********************************************/
.container-1 {
  position: relative;
  width: 100%;
  border: 1px solid rgb(216, 187, 187);
}

.image-1 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(255, 229, 205, 0.9);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
}

.container-1:hover .overlay-1 {
  width: 100%;
}

.text-1 {
  color: #964b09;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.about_us{
  justify-content: center;
  flex-wrap: wrap;
  margin: 5rem;
}
.about_us img, .about_us div{
  width: 45%;
}
.contact_us {
  justify-content: center;
  align-items: center;
}

.contact_us div{
  width: 45%;
  margin: 2rem;
}
@media only screen and (max-width: 990px) {
  .about_us{
    justify-content: center;
    flex-wrap: wrap;
    margin: 2rem;
  }
  .about_us img, .about_us div{
    width: 40rem;
  }

  .contact_us div{
    width: 80%;
  }
}

@media only screen and (max-width: 436px) {
  .banner {
    height: 15rem;
  }
  #logo {
    width: 10rem;
  }
  #expertsofdeals {
    width: 10rem;
  }

  .about_us{
    flex-wrap: wrap;
  }
  .about_us img, .about_us div{
    width: 20rem;
    margin: 0;
  }
  .product_card{
    margin: 2rem 0;
  }
  #map{
    width: 90vw;
    margin-left: -2rem;
  }
}
