/* CSS Document */

.brand-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 30px;
	justify-items: center;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
    }

    .brand {
      text-align: center;
      background: #fff;
      padding: 20px;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      transition: transform 0.2s, box-shadow 0.2s;
    }

    .brand:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    }

    .brand img {
      max-width: 100px;
      height: auto;
      margin-bottom: 10px;
      object-fit: contain;
    }

    .brand-name {
      font-size: 16px;
      font-weight: 600;
      color: #333;
    }
	.section-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 40px 0 20px;
}

/* Wrapper */
.slider-service {
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: 20px;
}
/* Slider container */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

/* Slider track */
.slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 10px;
}

/* Hide scrollbar */
.slider::-webkit-scrollbar {
  display: none;
}
.slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Each slide */
.slide {
  flex: 0 0 auto;
  width: 340px;
  height: 420px;
  scroll-snap-align: start;
  border-radius: 24px;
  overflow: hidden;
  background: #f5f5f7;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}
.slide:hover {
  transform: translateY(-5px);
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Navigation buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.85);
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  color: #000;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.nav-btn:hover {
  background-color: #fff;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 25px rgba(0,0,0,0.2);
}

#prev { left: 20px; }
#next { right: 20px; }

  .aquatherm-logos {
	 width: 100%;
	 padding-right: 10px;
  }
  .aquatherm-section {
    width: 100%;
    padding-button: 5px;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .aquatherm-text {
    text-align: right;
  }

  .aquatherm-headline {
    font-size: 3.0rem;
    color: #333333; /* สีเทาเข้มที่สุด */
    font-weight: 700;
    margin-bottom: 10px;
	padding-right: 10px;
    letter-spacing: 0.5px;
  }

  .aquatherm-subheadline {
    font-size: 2.2rem;
    color: #666666; /* เทารองลงมา */
    font-weight: 500;
    margin-bottom: 10px;
	padding-right: 10px;
  }

  .aquatherm-description {
    font-size: 1.4rem;
    color: #999999; /* เทาอ่อนสุด */
    line-height: 1.6;
	font-weight: 400;
    margin: 0.2em 0;
	padding-right: 10px;
  }


    .key-highlights {
	background-color: #fff;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .key-content {
    text-align: left;
  }

  .key-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333333; /* เทาเข้มที่สุด */
    margin-bottom: 5px;
    letter-spacing: 0.3px;
  }

  .highlight-list {
    list-style-type: disc;
    color: #666666; /* สีเทากลาง */
    padding-left: 20px;
    line-height: 1.5;
  }

  .highlight-list li {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }

  .highlight-list strong {
    color: #444444; /* เน้นตัวหนาเทาเข้ม */
    font-weight: 600;
  }
  .aqua-service-header {
	font-size: 1.4rem;
	font-weight:400;
	padding-right:10px;
	padding-top:5px;
}
  .aqua-service-item {
	font-size: 1.3rem;
	font-weight:400;
	padding-right:10px;
}
  .grun-service-item {
	font-size: 1.3rem;
	font-weight:400;
	padding-left: 10px;
	padding-right:10px;
}
  .grun-service-item2 {
	font-size: 1.3rem;
	font-weight:400;
	color: #8faadc;
	padding-left: 10px;
	padding-right:10px;
}
	.grun-img {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 15px;	
	}
  @media (max-width: 768px) {
	.slide {
    width: 260px;
    height: 320px;
  }
  .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
    .key-highlights {
      padding: 10px;
    }
    .key-title {
      font-size: 1.6rem;
      text-align: center;
    }
    .key-content {
      text-align: left;
    }
	.aquatherm-section {
      padding: 20px;
      justify-content: center;
    }

    .aquatherm-text {
      text-align: center;
    }

    .headline {
      font-size: 1.8rem;
    }
	.aqua-service-item {
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
  }