.elementor-66482 .elementor-element.elementor-element-9b2971a > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-66482 .elementor-element.elementor-element-c94336f > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-66482 .elementor-element.elementor-element-6604011 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-66482 .elementor-element.elementor-element-25fe326 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-66482 .elementor-element.elementor-element-667a268 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-66482 .elementor-element.elementor-element-b2b8885 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-66482 .elementor-element.elementor-element-20cc028 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for wp-widget-text, class: .elementor-element-9b2971a *//* ===== CTA 區塊 (桌機版) ===== */
.sector-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  /* 給上下間距，保持呼吸感 */
  margin-top: 40px;
  margin-bottom: 40px;
}

.sector-cta-wrapper {
  background: #3C5F88 !important;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 18px 28px;
  text-align: left;
  box-shadow: 0 2px 8px #f3eac5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sector-cta-text {
  margin-left: 6px;
  flex: 1 1 0;
  min-width: 120px;
  white-space: nowrap;
  color: #fff;
  font-size: 1.04rem;
  letter-spacing: 0.1em;
}

.sector-cta-btn {
  display: inline-block;
  margin-left: 14px;
  margin-right: 8px;
  padding: 9px 22px;
  background: #ED5B2A !important;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.06rem;
  transition: background 0.18s;
  white-space: nowrap;
  box-shadow: 0 1px 6px #1956a810;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}
.sector-cta-btn:hover {
  background: #003f82;
}

/* ===== 手機版 (<=700px) ===== */
@media (max-width: 700px) {
  .sector-cta {
    margin: 30px 0 40px 0; /* 上30px，下40px，給更多空間 */
  }

  .sector-cta-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    max-width: 100%;
    text-align: center;
    min-height: 0;
    background: none !important; /* 手機不顯示藍底 */
    box-shadow: none;
  }

  .sector-cta-text {
    display: none !important; /* 手機完全隱藏說明文字 */
  }

  .sector-cta-btn {
    display: block;
    font-size: 1rem;
    padding: 12px 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 8px;
    background: #ED5B2A !important; /* 手機維持橙色按鈕 */
    color: #fff !important;
    box-shadow: 0 2px 8px #f3eac5;
    border: none;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-text, class: .elementor-element-c94336f *//* ===== CTA 區塊 (桌機版) ===== */
.sector-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  /* 給上下間距，保持呼吸感 */
  margin-top: 40px;
  margin-bottom: 40px;
}

.sector-cta-wrapper {
  background: #3C5F88 !important;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 18px 28px;
  text-align: left;
  box-shadow: 0 2px 8px #f3eac5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sector-cta-text {
  margin-left: 6px;
  flex: 1 1 0;
  min-width: 120px;
  white-space: nowrap;
  color: #fff;
  font-size: 1.04rem;
  letter-spacing: 0.1em;
}

.sector-cta-btn {
  display: inline-block;
  margin-left: 14px;
  margin-right: 8px;
  padding: 9px 22px;
  background: #ED5B2A !important;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.06rem;
  transition: background 0.18s;
  white-space: nowrap;
  box-shadow: 0 1px 6px #1956a810;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}
.sector-cta-btn:hover {
  background: #003f82;
}

/* ===== 手機版 (<=700px) ===== */
@media (max-width: 700px) {
  .sector-cta {
    margin: 30px 0 40px 0; /* 上30px，下40px，給更多空間 */
  }

  .sector-cta-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    max-width: 100%;
    text-align: center;
    min-height: 0;
    background: none !important; /* 手機不顯示藍底 */
    box-shadow: none;
  }

  .sector-cta-text {
    display: none !important; /* 手機完全隱藏說明文字 */
  }

  .sector-cta-btn {
    display: block;
    font-size: 1rem;
    padding: 12px 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 8px;
    background: #ED5B2A !important; /* 手機維持橙色按鈕 */
    color: #fff !important;
    box-shadow: 0 2px 8px #f3eac5;
    border: none;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-text, class: .elementor-element-6604011 *//* ===== CTA 區塊 (桌機版) ===== */
.sector-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  /* 給上下間距，保持呼吸感 */
  margin-top: 40px;
  margin-bottom: 40px;
}

.sector-cta-wrapper {
  background: #3C5F88 !important;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 18px 28px;
  text-align: left;
  box-shadow: 0 2px 8px #f3eac5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sector-cta-text {
  margin-left: 6px;
  flex: 1 1 0;
  min-width: 120px;
  white-space: nowrap;
  color: #fff;
  font-size: 1.04rem;
  letter-spacing: 0.1em;
}

.sector-cta-btn {
  display: inline-block;
  margin-left: 14px;
  margin-right: 8px;
  padding: 9px 22px;
  background: #ED5B2A !important;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.06rem;
  transition: background 0.18s;
  white-space: nowrap;
  box-shadow: 0 1px 6px #1956a810;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}
.sector-cta-btn:hover {
  background: #003f82;
}

/* ===== 手機版 (<=700px) ===== */
@media (max-width: 700px) {
  .sector-cta {
    margin: 30px 0 40px 0; /* 上30px，下40px，給更多空間 */
  }

  .sector-cta-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    max-width: 100%;
    text-align: center;
    min-height: 0;
    background: none !important; /* 手機不顯示藍底 */
    box-shadow: none;
  }

  .sector-cta-text {
    display: none !important; /* 手機完全隱藏說明文字 */
  }

  .sector-cta-btn {
    display: block;
    font-size: 1rem;
    padding: 12px 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 8px;
    background: #ED5B2A !important; /* 手機維持橙色按鈕 */
    color: #fff !important;
    box-shadow: 0 2px 8px #f3eac5;
    border: none;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-text, class: .elementor-element-25fe326 *//* ===== CTA 區塊 (桌機版) ===== */
.sector-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  /* 給上下間距，保持呼吸感 */
  margin-top: 40px;
  margin-bottom: 40px;
}

.sector-cta-wrapper {
  background: #3C5F88 !important;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 18px 28px;
  text-align: left;
  box-shadow: 0 2px 8px #f3eac5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sector-cta-text {
  margin-left: 6px;
  flex: 1 1 0;
  min-width: 120px;
  white-space: nowrap;
  color: #fff;
  font-size: 1.04rem;
  letter-spacing: 0.1em;
}

.sector-cta-btn {
  display: inline-block;
  margin-left: 14px;
  margin-right: 8px;
  padding: 9px 22px;
  background: #ED5B2A !important;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.06rem;
  transition: background 0.18s;
  white-space: nowrap;
  box-shadow: 0 1px 6px #1956a810;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}
.sector-cta-btn:hover {
  background: #003f82;
}

/* ===== 手機版 (<=700px) ===== */
@media (max-width: 700px) {
  .sector-cta {
    margin: 30px 0 40px 0; /* 上30px，下40px，給更多空間 */
  }

  .sector-cta-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    max-width: 100%;
    text-align: center;
    min-height: 0;
    background: none !important; /* 手機不顯示藍底 */
    box-shadow: none;
  }

  .sector-cta-text {
    display: none !important; /* 手機完全隱藏說明文字 */
  }

  .sector-cta-btn {
    display: block;
    font-size: 1rem;
    padding: 12px 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 8px;
    background: #ED5B2A !important; /* 手機維持橙色按鈕 */
    color: #fff !important;
    box-shadow: 0 2px 8px #f3eac5;
    border: none;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-text, class: .elementor-element-667a268 *//* ===== CTA 區塊 (桌機版) ===== */
.sector-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  /* 給上下間距，保持呼吸感 */
  margin-top: 40px;
  margin-bottom: 40px;
}

.sector-cta-wrapper {
  background: #3C5F88 !important;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 18px 28px;
  text-align: left;
  box-shadow: 0 2px 8px #f3eac5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sector-cta-text {
  margin-left: 6px;
  flex: 1 1 0;
  min-width: 120px;
  white-space: nowrap;
  color: #fff;
  font-size: 1.04rem;
  letter-spacing: 0.1em;
}

.sector-cta-btn {
  display: inline-block;
  margin-left: 14px;
  margin-right: 8px;
  padding: 9px 22px;
  background: #ED5B2A !important;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.06rem;
  transition: background 0.18s;
  white-space: nowrap;
  box-shadow: 0 1px 6px #1956a810;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}
.sector-cta-btn:hover {
  background: #003f82;
}

/* ===== 手機版 (<=700px) ===== */
@media (max-width: 700px) {
  .sector-cta {
    margin: 30px 0 40px 0; /* 上30px，下40px，給更多空間 */
  }

  .sector-cta-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    max-width: 100%;
    text-align: center;
    min-height: 0;
    background: none !important; /* 手機不顯示藍底 */
    box-shadow: none;
  }

  .sector-cta-text {
    display: none !important; /* 手機完全隱藏說明文字 */
  }

  .sector-cta-btn {
    display: block;
    font-size: 1rem;
    padding: 12px 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 8px;
    background: #ED5B2A !important; /* 手機維持橙色按鈕 */
    color: #fff !important;
    box-shadow: 0 2px 8px #f3eac5;
    border: none;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-text, class: .elementor-element-b2b8885 *//* ===== CTA 區塊 (桌機版) ===== */
.sector-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  /* 給上下間距，保持呼吸感 */
  margin-top: 40px;
  margin-bottom: 40px;
}

.sector-cta-wrapper {
  background: #3C5F88 !important;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 18px 28px;
  text-align: left;
  box-shadow: 0 2px 8px #f3eac5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sector-cta-text {
  margin-left: 6px;
  flex: 1 1 0;
  min-width: 120px;
  white-space: nowrap;
  color: #fff;
  font-size: 1.04rem;
  letter-spacing: 0.1em;
}

.sector-cta-btn {
  display: inline-block;
  margin-left: 14px;
  margin-right: 8px;
  padding: 9px 22px;
  background: #ED5B2A !important;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.06rem;
  transition: background 0.18s;
  white-space: nowrap;
  box-shadow: 0 1px 6px #1956a810;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}
.sector-cta-btn:hover {
  background: #003f82;
}

/* ===== 手機版 (<=700px) ===== */
@media (max-width: 700px) {
  .sector-cta {
    margin: 30px 0 40px 0; /* 上30px，下40px，給更多空間 */
  }

  .sector-cta-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    max-width: 100%;
    text-align: center;
    min-height: 0;
    background: none !important; /* 手機不顯示藍底 */
    box-shadow: none;
  }

  .sector-cta-text {
    display: none !important; /* 手機完全隱藏說明文字 */
  }

  .sector-cta-btn {
    display: block;
    font-size: 1rem;
    padding: 12px 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 8px;
    background: #ED5B2A !important; /* 手機維持橙色按鈕 */
    color: #fff !important;
    box-shadow: 0 2px 8px #f3eac5;
    border: none;
  }
}/* End custom CSS */
/* Start custom CSS for wp-widget-text, class: .elementor-element-20cc028 *//* ===== CTA 區塊 (桌機版) ===== */
.sector-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  /* 給上下間距，保持呼吸感 */
  margin-top: 40px;
  margin-bottom: 40px;
}

.sector-cta-wrapper {
  background: #3C5F88 !important;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 18px 28px;
  text-align: left;
  box-shadow: 0 2px 8px #f3eac5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sector-cta-text {
  margin-left: 6px;
  flex: 1 1 0;
  min-width: 120px;
  white-space: nowrap;
  color: #fff;
  font-size: 1.04rem;
  letter-spacing: 0.1em;
}

.sector-cta-btn {
  display: inline-block;
  margin-left: 14px;
  margin-right: 8px;
  padding: 9px 22px;
  background: #ED5B2A !important;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.06rem;
  transition: background 0.18s;
  white-space: nowrap;
  box-shadow: 0 1px 6px #1956a810;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}
.sector-cta-btn:hover {
  background: #003f82;
}

/* ===== 手機版 (<=700px) ===== */
@media (max-width: 700px) {
  .sector-cta {
    margin: 30px 0 40px 0; /* 上30px，下40px，給更多空間 */
  }

  .sector-cta-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    max-width: 100%;
    text-align: center;
    min-height: 0;
    background: none !important; /* 手機不顯示藍底 */
    box-shadow: none;
  }

  .sector-cta-text {
    display: none !important; /* 手機完全隱藏說明文字 */
  }

  .sector-cta-btn {
    display: block;
    font-size: 1rem;
    padding: 12px 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 8px;
    background: #ED5B2A !important; /* 手機維持橙色按鈕 */
    color: #fff !important;
    box-shadow: 0 2px 8px #f3eac5;
    border: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-a0da728 */body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.8;
  color: #333;
  background: #f9fafc;
  margin: 0;
  padding: 0;
}

.aus-visa-post .content {
  max-width: 800px;
  margin: auto;
  padding: 40px 20px;
}

/* === 卡片區塊 === */
.section-box {
  background: #fff;
  border-radius: 8px;
  padding: 25px 30px;
  margin-bottom: 35px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border-left: 6px solid rgb(2, 62, 138); /* 主色左邊框 */
  transition: all 0.3s ease;
}

.section-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  border-left-color: rgb(2, 62, 138);
}

.section-box h2 {
  margin-top: 0;
  font-size: 1.8rem;
  color: rgb(2, 62, 138); /* 主色 */
  margin-bottom: 18px;
}

.section-box h3 {
  margin-top: 0;
  font-size: 1.4rem;
  color: rgb(2, 62, 138); /* 主色 */
  margin-bottom: 12px;
}

/* === 列表美化（✔ 打勾）=== */
.section-box ul {
  margin: 15px 0;
  padding-left: 20px;
}

.section-box ul li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 22px;
}

.section-box ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: rgb(2, 62, 138); /* 主色 */
  font-weight: bold;
}/* End custom CSS */