/*--------------------------------------------------------------
# contactUs Section
--------------------------------------------------------------*/
.contact{
  padding: 80px;
}

.clients-title {
  font-size: 4rem;
  line-height: 1.2;
  padding-bottom: 3rem;
}

@media (max-width: 767.98px) {
  .clients-title {
    font-size: 2rem;
    padding-bottom: 0;
  }
}
/*--------------------------------------------------------------
# Detail Section
--------------------------------------------------------------*/
.clients .client-card {
  padding: 20px;
}

.clients .detail-item {
  background-color: #FFFFFF;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
}

.client-img{
  width: 100%;
  aspect-ratio: 3 / 2;
  -webkit-user-drag: none; 
  user-drag: none;       
  user-select: none;
}

.detail-content {
  text-align: center;
  padding: 1rem;
}

#dvShowMore, #dvHide {
  display: flex;
  justify-content: center;
  padding: 20px;
}

#btnShowMore, #btnHide {
  width: 160px;
  text-align: center;
  border: solid 1px #00AAFF;
  color: #00AAFF;
  padding: 15px;
}
/*--------------------------------------------------------------
# Description Section
--------------------------------------------------------------*/
.card-location-title {
  color: #00AAFF;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem !important;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.card-location-desc {
  font-size:1.2rem;
  line-height: 2rem;
  color: #949494;
  padding-left: 20px;
}

#card-location-map {
  background-color: #EAF6FF;
  border-radius: 25px;
  height: 430px;
  color: white;
}

.location .location-container {
  max-width: 1000px;
  margin: 0 auto;
}

.location .location-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.descrlocationiption .location-item .content {
  width: 100%;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 767.98px) {
  .location{
    padding: 0;
  }

  #card-location-map {
    background-color: transparent;
    border-radius: 0;
    height: 420px;
    color: white;
  }

  .description .description-container {
    max-width: 600px;
    padding: 1rem 0;
  }

  .description .description-item {
    padding-bottom: 2rem;
  }

  .description .description-item .content {
    border-width: 1px;
  }
}
