/* ------------------------------
   GROUP TOURS PAGE — PAGE ID 106
   Assembler theme compatible
------------------------------ */

/* Main wrapper */
.page-id-106 .entry-content .group-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0f1a2b;
  line-height: 1.7;
}

/* Headings */
.page-id-106 .entry-content .group-page h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
  color: #0f1a2b;
}

.page-id-106 .entry-content .group-page h2 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0f1a2b;
}

/* Paragraphs + lists */
.page-id-106 .entry-content .group-page p,
.page-id-106 .entry-content .group-page li {
  font-size: 1rem;
  color: #444;
}

/* Slideshow container */
.page-id-106 .entry-content .slideshow-container {
  position: relative;
  max-width: 100%;
  margin: 30px 0 20px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.page-id-106 .entry-content .slide img {
  width: 100%;
  border-radius: 10px;
}

/* Dots */
.page-id-106 .entry-content .dots {
  text-align: center;
  margin-top: 12px;
}

.page-id-106 .entry-content .dot {
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background-color: #d6d6d6;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease;
}

.page-id-106 .entry-content .dot:hover {
  background-color: #b8b8b8;
}

.page-id-106 .entry-content .active-dot {
  background-color: #0f1a2b;
}

/* Pricing table */
.page-id-106 .entry-content .pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 1rem;
}

.page-id-106 .entry-content .pricing-table th,
.page-id-106 .entry-content .pricing-table td {
  border: 1px solid #e5e5e5;
  padding: 14px 16px;
}

.page-id-106 .entry-content .pricing-table th {
  background: #f7f7f7;
  font-weight: 700;
  color: #0f1a2b;
}

.page-id-106 .entry-content .pricing-table tr:nth-child(even) {
  background: #fafafa;
}

/* Contact button */
.page-id-106 .entry-content .contact-btn {
  display: inline-block;
  margin-top: 35px;
  padding: 14px 28px;
  background: #c9a86a;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: background 0.3s ease;
}

.page-id-106 .entry-content .contact-btn:hover {
  background: #b08f55;
}
