.elementor-3588 .elementor-element.elementor-element-8f6863f > .elementor-container{max-width:1400px;}/* Start custom CSS for html, class: .elementor-element-0f17274 *//* 服務項目頁面：全頁共用設定，限制樣式只作用在 yes-study-service 區塊 */
.yes-study-service {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 34px 0;
  box-sizing: border-box;
  color: #34404a;
  background: #ffffff;
  font-family: inherit;
}

/* 服務項目頁面：統一所有文字、標題、連結與列表的字距及行高 */
.yes-study-service,
.yes-study-service :where(h1, h2, h3, h4, p, a, span, div, li) {
  letter-spacing: 2px;
  line-height: 2em;
}

/* 服務項目頁面：避免 Elementor 或主題樣式造成寬度計算偏差 */
.yes-study-service * {
  box-sizing: border-box;
}

/* 服務項目頁面：正文基礎字級 */
.yes-study-service :where(p, a, span, div, li) {
  font-size: 16px;
}

/* 服務項目頁面：清爽主視覺，改用開放式留白與細緻色帶 */
.yes-study-service__hero {
  position: relative;
  margin: 0 0 42px;
  padding: 18px 0 34px;
  border-bottom: 1px solid #e7eee2;
}

/* 服務項目頁面：主視覺上方淡色線條 */
.yes-study-service__hero::before {
  content: "";
  display: block;
  width: 88px;
  height: 5px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #86bc42, #b7d97b);
}

/* 服務項目頁面：主視覺內容採開放式排版，不做框線卡片 */
.yes-study-service__hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 44px;
  align-items: end;
}

/* 服務項目頁面：主標與描述區 */
.yes-study-service__intro {
  max-width: 900px;
}

/* 服務項目頁面：主標題 */
.yes-study-service h1 {
  margin: 0 0 18px;
  color: #002147;
  font-size: 42px;
  font-weight: 800;
}

/* 服務項目頁面：主描述文字 */
.yes-study-service__lead {
  margin: 0;
  color: #4b5d68;
  font-weight: 500;
}

/* 服務項目頁面：一站式規劃重點，改為文字摘要區不做實心框 */
.yes-study-service__summary {
  padding: 0 0 0 24px;
  border-left: 3px solid #86bc42;
}

/* 服務項目頁面：摘要標題 */
.yes-study-service__summary h2 {
  margin: 0 0 10px;
  color: #86BC42;
  font-size: 24px;
  font-weight: 800;
}

/* 服務項目頁面：摘要內文 */
.yes-study-service__summary p {
  margin: 0;
  color: #5d6e57;
}

/* 服務項目頁面：熱門目的地改為開放式文字導覽 */
.yes-study-service__destination {
  display: grid;
  grid-template-columns: minmax(190px, 0.3fr) minmax(0, 0.7fr);
  gap: 28px;
  align-items: start;
  margin: 0 0 42px;
}

/* 服務項目頁面：熱門目的地標題 */
.yes-study-service__destination h2 {
  margin: 0;
  color: #002147;
  font-size: 25px;
  font-weight: 800;
}

/* 服務項目頁面：熱門目的地標籤列，取消框狀膠囊外觀 */
.yes-study-service__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 服務項目頁面：熱門目的地單一文字連結感標籤 */
.yes-study-service__tags li {
  position: relative;
  padding: 0 0 0 14px;
  color: #4f6758;
  font-size: 16px;
  font-weight: 700;
}

/* 服務項目頁面：熱門目的地前方小點 */
.yes-study-service__tags li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #86bc42;
}

/* 服務項目頁面：流程改為細線時間軸，避免卡片堆疊感 */
.yes-study-service__flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 46px;
  border-top: 1px solid #dfe8d8;
  border-bottom: 1px solid #dfe8d8;
}

/* 服務項目頁面：單一流程節點 */
.yes-study-service__flow-item {
  position: relative;
  padding: 24px 22px 24px 0;
}

/* 服務項目頁面：流程節點分隔線 */
.yes-study-service__flow-item + .yes-study-service__flow-item {
  padding-left: 24px;
  border-left: 1px solid #e7eee2;
}

/* 服務項目頁面：流程序號 */
.yes-study-service__flow-step {
  display: block;
  margin: 0 0 4px;
  color: #86bc42;
  font-size: 18px;
  font-weight: 800;
}

/* 服務項目頁面：流程標題 */
.yes-study-service__flow-item h3 {
  margin: 0 0 6px;
  color: #002147;
  font-size: 19px;
  font-weight: 800;
}

/* 服務項目頁面：流程說明 */
.yes-study-service__flow-item p {
  margin: 0;
  color: #60706b;
}

/* 服務項目頁面：服務內容區標題與說明 */
.yes-study-service__section-head {
  width: 100%;
  margin: 0 0 22px;
}

/* 服務項目頁面：服務內容區標題 */
.yes-study-service__section-head h2 {
  margin: 0 0 8px;
  color: #002147;
  font-size: 30px;
  font-weight: 800;
}

/* 服務項目頁面：服務內容區說明改為全寬 */
.yes-study-service__section-head p {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #5f6f68;
}

/* 服務項目頁面：服務列表改為橫向分隔列，不使用滿版框卡 */
.yes-study-service__list {
  margin: 0 0 42px;
  border-top: 1px solid #e5ece1;
}

/* 服務項目頁面：單一服務列 */
.yes-study-service__item {
  display: grid;
  grid-template-columns: 90px minmax(180px, 0.36fr) minmax(0, 0.64fr);
  gap: 24px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid #e5ece1;
}

/* 服務項目頁面：服務序號 */
.yes-study-service__number {
  color: #86bc42;
  font-size: 30px;
  font-weight: 800;
}

/* 服務項目頁面：服務標題 */
.yes-study-service__item h3 {
  margin: 0;
  color: #002147;
  font-size: 22px;
  font-weight: 800;
}

/* 服務項目頁面：服務內文 */
.yes-study-service__item p {
  margin: 0;
  color: #4c5f66;
}

/* 服務項目頁面：底部 LINE 諮詢 CTA，使用清爽淡底而非大色塊 */
.yes-study-service__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px 0 0;
  border-top: 5px solid #eef5e9;
}

/* 服務項目頁面：CTA 標題 */
.yes-study-service__cta h2 {
  margin: 0 0 6px;
  color: #002147;
  font-size: 25px;
  font-weight: 800;
}

/* 服務項目頁面：CTA 內文 */
.yes-study-service__cta p {
  margin: 0;
  color: #5f6f68;
}

/* 服務項目頁面：LINE 按鈕 */
.yes-study-service__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #06c755;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

/* 服務項目頁面：LINE 按鈕互動狀態 */
.yes-study-service__button:hover,
.yes-study-service__button:focus {
  background: #05ad4a;
  color: #ffffff;
  transform: translateY(-1px);
}

/* 服務項目頁面：平板版型 */
@media (max-width: 1024px) {
  .yes-study-service__hero-inner,
  .yes-study-service__destination {
    grid-template-columns: 1fr;
  }

  .yes-study-service__flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yes-study-service__flow-item:nth-child(3) {
    border-left: 0;
  }

  .yes-study-service__item {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .yes-study-service__item p {
    grid-column: 2;
  }
}

/* 服務項目頁面：手機版型 */
@media (max-width: 768px) {
  .yes-study-service {
    padding: 26px 0;
  }

  .yes-study-service h1 {
    font-size: 32px;
  }

  .yes-study-service__summary {
    padding-left: 18px;
  }

  .yes-study-service__flow,
  .yes-study-service__cta {
    grid-template-columns: 1fr;
  }

  .yes-study-service__flow-item,
  .yes-study-service__flow-item + .yes-study-service__flow-item {
    padding: 20px 0;
    border-left: 0;
    border-top: 1px solid #e7eee2;
  }

  .yes-study-service__flow-item:first-child {
    border-top: 0;
  }

  .yes-study-service__item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0;
  }

  .yes-study-service__item p {
    grid-column: auto;
  }

  .yes-study-service__section-head h2,
  .yes-study-service__cta h2 {
    font-size: 25px;
  }

  .yes-study-service__button {
    width: 100%;
  }
}/* End custom CSS */