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

body {
  font-family: 'Kanit', sans-serif;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.contract-title {
  display: flex;
  justify-content: center;
  font-size: 50px;
  margin-top: 40px;
}

.card-bg-tel {

  text-align: center;
  background-color: rgb(255 200 0);
  color: white;
  width: 250px;
  height: 230px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 20px auto;
}

.card-bg-fb {
  text-align: center;
  background-color: rgb(56, 74, 134);
  color: white;
  width: 250px;
  height: 230px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 20px auto;
}

.card-bg-line {
  text-align: center;
  background-color: #06c755;
  color: white;
  width: 250px;
  height: 230px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 20px auto;
}

.card-body-contract {
  width: 250px;
  height: 130px;
  margin-top: 20px;
  text-align: center;

}



.icon-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.icon-tel i {
  font-size: 60px;

}


.title-shop {

  color: white;
  font-size: 50px;

}

.search-flex {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px;


}

.logo {
  margin-top: 5px;
  margin-left: 30px;
}


.dev-search {
  width: 450px;
  margin-right: 40px;
}

.container {
  display: flex;
  justify-content: center;
}


.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
}

.card-shop {
  max-width: 100%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: transform 0.3s, background-color 0.3s;
}

.card-shop:hover {
  transform: scale(1.05);
  /* ขยายใหญ่ขึ้นเมื่อ hover */
  background-color: #b6caf7;
  /* เปลี่ยนสีพื้นหลังเมื่อ hover */
}

.card-shop img {
  width: 100%;
  height: auto;
}



.card-body {

  margin-top: 20px;
  text-align: center;
}


.card-body-tel {

  margin-top: 20px;
  text-align: center;
}

.card-body-fb {

  margin-top: 20px;
  text-align: center;
}

.card-body-line {

  margin-top: 20px;
  text-align: center;
}


.card-title {
  background: linear-gradient(-80deg, rgb(247 109 7), #9d167a8f 50%);
  color: white;
  border-radius: 10px;
  padding: 10px;
}