* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}
body {
  padding-top: 120px; /* ปรับให้เท่ากับความสูงของ Navbar */
}



.about-section {
  width: 100%;
  background-color: #fff; /* พื้นหลังสีขาว */
  padding: 100px 20px; /* เว้นระยะรอบๆ */
  text-align: center;
  color: #4b1f0d; /* น้ำตาลเข้มแบบโลโก้ */
  background-color: rgb(238, 228, 216);
}

.about-content {
  max-width: 900px;
  margin: 0 auto;
}

.about-subtitle {
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #3c1d0a;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.about-subtitle::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #3c1d0a;
  margin: 5px auto 0;
}

.about-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 10px 0;
  color: #4b1f0d;
}

.about-text {
  font-size: 0.9rem;
  color: #3c1d0a;
  letter-spacing: 0.5px;
  line-height: 1.8;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .about-section {
    padding: 60px 15px;
  }

  .about-title {
    font-size: 1.6rem;
  }

  .about-text {
    font-size: 0.85rem;
  }
}


.service-block {
  width: 100%;
  padding: 20px 0;
  margin: 50px 0;
}

.service-box {
  display: grid;
  grid-template-columns: 1fr 1fr; /* ซ้าย:ขวา 50%-50% */
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

/* Image ซ้าย */
.service-image {
  width: 100%;
  height: 600px; /* ✅ ความสูงเท่ากันทุกหน้า */
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



/* Content ขวา */
.service-content {
  
  color: #590000;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Title & Text */
.service-content h2 {
 font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.service-content p {
font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Table */
.service-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff; /* ทำให้ table อ่านง่าย */
  color: #333;
}



.service-table th,
.service-table td {
  padding: 8px 10px;
  text-align: left;
  color: #590000;
  border-bottom: 1px solid #ccc;
}




.service-table th {
  font-weight: 700;
  font-size: 1rem;
}

.service-table td {
  font-size: 0.95rem;
}


.service-table tbody tr:last-child td {
  border-bottom: none;
}

/* Responsive */
@media (max-width: 1024px) {
  .service-box {
    grid-template-columns: 1fr; /* เลื่อน content ลงใต้ภาพ */
  }

  .service-content {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .service-content h2 {
    font-size: 1.4rem;
    text-align: center;
  }

  .service-content p {
    font-size: 0.95rem;
    text-align: center;
  }

  .service-table th,
  .service-table td {
    font-size: 0.8rem;
  }
}




.course-details-section {
  width: 100%;
  padding: 40px 5%;
  background-color: #fff8f5;
  text-align: center;
}

.course-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #333;
}

.course-image-wrapper {
  width: 100%;
  max-width: 1000px; /* จำกัดความกว้าง */
  margin: auto;
}

.course-image {
  width: 100%;
  height: auto; /* รักษาอัตราส่วนภาพ */
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 1024px) {
  .course-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .course-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .course-image {
    border-radius: 10px;
  }
}

/* 🌸 Experience Image Section */
/* 🪷 Experience Gallery Section */
.experience-section {
  background-color: #f9f6f2;
  padding: 60px 20px; /* 🔽 ลดขนาดลง */
  text-align: center;
}

.experience-section .section-title {
  font-size: 1.8rem; /* 🔽 เล็กลงเล็กน้อย */
  font-weight: 600;
  color: #4a3f35;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.experience-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

/* 🔹 Gallery Layout */
.experience-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.experience-image {
  width: 280px; /* 🔽 ทำให้ภาพเล็กลง */
  height: 180px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.8s ease;
}


/* 🔹 Text */
.experience-text {
  max-width: 700px;
  font-size: 1rem; /* 🔽 เล็กลงเล็กน้อย */
  color: #5a5047;
  line-height: 1.7;
  margin: 0 auto;
  padding: 0 10px;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .experience-gallery {
    gap: 15px;
  }

  .experience-image {
    width: 100%;
    height: 350px;
  }

  .experience-section .section-title {
    font-size: 1.5rem;
  }

  .experience-text {
    font-size: 0.95rem;
  }
}


/* 🌿 Booking CTA Section */
.booking-cta-section {
  background: linear-gradient(to bottom right, #f4e9d8, #f8f6f2);
  text-align: center;
  padding: 80px 20px;
  border-top: 1px solid #e2d8c8;
}

.booking-cta-content h2 {
  font-size: 2rem;
  color: #4a3f35;
  margin-bottom: 20px;
}

.booking-cta-content p {
  color: #5a5047;
  max-width: 700px;
  margin: 0 auto 30px auto;
  font-size: 1.1rem;
  line-height: 1.8;
}

.booking-cta-content .booking-btn {
  background-color: #b08b65;
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.booking-cta-content .booking-btn:hover {
  background-color: #a67a55;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .booking-cta-section {
    padding: 60px 15px;
  }
  .booking-cta-content h2 {
    font-size: 1.6rem;
  }
  .booking-cta-content p {
    font-size: 1rem;
  }
}




.course-more-detail {
  padding: 60px 10%;
  background-color: #fff;
}

/* ใช้ stack กล่องลงมา */
.course-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* กล่องภาพ */
.course-card {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
  height: auto; /* 👈 ปรับขนาดกล่องตามต้องการ */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ภาพอยู่ในกรอบไม่ล้น */
.course-card img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ทำให้ภาพเต็มโดยไม่ยืดผิดสัดส่วน */
  display: block;
  border-radius: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .course-card {
    height: 250px; /* กล่องเตี้ยลงสำหรับมือถือ */
  }
}

.waxing-section {
  background-color: #fff;
  padding: 60px 10%;
  color: #3a2b1c;
}

.waxing-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

/* Titles */
.waxing-title {
  font-size: 2.2rem;
  color: #d5b48c;
  letter-spacing: 1px;
}

.waxing-subtitle {
  font-size: 1.4rem;
  color: #7c5136;
  margin-bottom: 15px;
}

.waxing-description {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 25px;
}

/* Table */
.waxing-table {
  width: 100%;
  border-collapse: collapse;
}

.waxing-table th,
.waxing-table td {
  padding: 10px 8px;
  text-align: center;
  border-bottom: 1px solid #d8c3a5;
}

.waxing-table th {
  background: #f5efe6;
  color: #7c5136;
  font-weight: bold;
}

.waxing-table td:first-child {
  text-align: left;
}

.waxing-table td span {
  font-style: italic;
  color: #a08b74;
  font-size: 0.9rem;
}

/* Image */
.waxing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 1024px) {
  .waxing-container {
    grid-template-columns: 1fr;
  }

  .waxing-image img {
    height: 300px;
  }
}

.service-btn-container {
  margin-top: 15px ;
  
  display:  flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 150px;
}

.btn-booking {
  display: inline-block;
  background-color: #bfa980; /* สีทองสปา */
  color: #fff;
  padding: 14px 40px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(191, 169, 128, 0.3);
}

.btn-booking:hover {
  background-color: #a68d69;
  box-shadow: 0 6px 14px rgba(166, 141, 105, 0.4);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 600px) {
  .btn-booking {
    width: 100%;
    padding: 14px 0;
  }
}

.booking-btn {
  display: inline-block;
  background-color: #bfa980; /* สีทองอ่อน */
  color: #fff;
  padding: 14px 36px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(191, 169, 128, 0.3);
}

.booking-btn:hover {
  background-color: #a68d69;
  box-shadow: 0 6px 14px rgba(166, 141, 105, 0.4);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 600px) {
  .booking-btn {
    width: 100%;
    text-align: center;
    padding: 14px 0;
  }
}
