@charset "UTF-8";
body {
  font-family: Roboto, sans-serif !important;
}

.fz-black {
  color: #212121;
}

.fz-primary-bray {
  color: #9e9e9e;
}

.fz-green {
  color: #4ca498;
}

.gray-line {
  height: 1px;
  width: 10px;
  color: #e0e0e0;
}

.fz-18 {
  font-size: 18px;
}

.fw-900 {
  font-weight: 900;
}

.mb-30 {
  margin-bottom: 30px;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 客製化圖片樣式 */
a {
  text-decoration: none !important;
}


.main-title {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}

.icon-link {
  width: 24px;
  height: 24px;
}

.header-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  min-height: 56px;
  padding: 6px 0;
  display: flex;
  align-items: center;
}
.header-topbar .small {
  font-size: 12px;
}
.header-topbar .contact-phone {
  font-size: 15px;
}

/* === Hero Banner === */
.hero-banner {
  margin-top: 3.5rem;
  background-image: url("../img/bg-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 527px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 992px) {
  .hero-banner {
    height: 209px;
  }
}
.hero-banner .hero-content h1 {
  font-size: clamp(1.5rem, 4vw, 3.75rem) !important;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 0 !important;
}

/* === Taiwan Map Section === */
.taiwan-map-section {
  background-color: #4ca498;
  color: #fff;
}
.taiwan-map-section h2 {
  font-size: clamp(1.25rem, 3vw, 2rem);
  color: #fff;
}
.taiwan-map-section p {
  color: #e5e5e5;
}
.taiwan-map-section .btn {
  background-color: #fff;
  color: #007bff;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.taiwan-map-section .btn:hover {
  background-color: #007bff;
  color: #fff;
}

.btn-customize {
  color: #4ca498;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  padding: 10px 30px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.25s ease;
}
.btn-customize img {
  margin-left: 1rem;
  width: 67px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  transition: all 0.25s ease;
}
.btn-customize:hover {
  color: #4ca498;
  transform: translateY(-3px);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
}
.btn-customize:hover img {
  transform: translateY(-1px);
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.2));
}
.btn-customize:active {
  transform: translateY(0);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.dollorPrice-regular::before {
  content: "TWD " !important;
  font-size: 14px !important;
}
.dollorPrice-regular::after {
  display: none;
}

.desc-banner {
  width: 100%;
  height: 400px;
  padding: 40px 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url("../img/img-scroll-bg.png") no-repeat center center/cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  /*（平板 + 手機，注意手機版語法不支援視差滾動） */
}
.desc-banner .hero-content {
  max-width: 1180px;
  margin: 0 auto;
  line-height: 1.6;
  display: flex;
  justify-content: flex-start;
  gap: 3.75rem;
}
.desc-banner .hero-content img {
  max-width: 382px;
  width: 100%;
}
.desc-banner .hero-content .desc-text p {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .desc-banner {
    height: 600px;
    padding: 24px 16px;
    background-attachment: scroll;
    background-position: center top;
  }
  .desc-banner .hero-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }
  .desc-banner .hero-content img {
    max-width: 370px;
    width: 100%;
  }
  .desc-banner .hero-content .desc-text p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.footer-info {
  background-color: #f3faff;
  color: #333;
  padding: 20px 0;
  /* === Logo 區 === */
  /* === Contact & Headquarters === */
}
.footer-info .footer-left {
  max-width: 152px;
  margin-right: 200px;
}
.footer-info .footer-right {
  font-size: 14px !important;
}
.footer-info .contact-title {
  display: flex !important;
  align-items: center;
  gap: 12px;
  width: 100%;
  font-size: 16px;
}
.footer-info .contact-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e0e0e0;
}
.footer-info .footer-flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer-info .footer-flex strong,
.footer-info .footer-flex a {
  font-size: 14px;
}
@media (min-width: 992px) {
  .footer-info .footer-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
  }
}
.footer-info .footer-logo {
  width: clamp(120px, 20vw, 280px);
  height: auto;
}
.footer-info .company-name {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.footer-info h6 {
  font-size: 1.1rem;
  color: #000;
}
.footer-info a {
  color: #333;
  text-decoration: none;
}
.footer-info a:hover {
  color: #288de8;
}
.footer-info .whatsapp-link {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.footer-info .whatsapp-link:hover {
  transform: scale(1.1);
}
.footer-info .social-links img {
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease;
}
.footer-info .social-links img:hover {
  transform: scale(1.1);
}
.footer-info .footer-copy {
  font-size: 0.9rem;
  color: #6c757d;
}

.banner-promo .prodList .item .prod-Date {
  display: none;
}

.page-success {
  padding-top: 125px;
  padding-bottom: 139px;
  padding-left: 16px;
  padding-right: 16px;
  background: linear-gradient(to bottom, rgba(241, 249, 255, 0.4), #ffffff 100%);
}
.page-success .card {
  border: 1px solid #e0e0e0 !important;
  max-width: 800px !important;
  border-radius: 20px;
  padding: 36px 38px !important;
}
.page-success-text {
  color: #6cbf20;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px !important;
  letter-spacing: -1px;
}
.page-success-info {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0 !important;
  color: #616161;
}
.page-success-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.page-success .mail {
  color: #288de8;
}

@media (max-width: 768px) {
  .page-success {
    padding-top: 72px !important;
    padding-bottom: 16px !important;
  }
  .card {
    padding: 16px;
  }
}
@media (max-width: 378px) {
  .page-success {
    padding-top: 96px !important;
    padding-bottom: 0 !important;
  }
}
.tour-requirements {
  margin-top: 56px;
  background: linear-gradient(180deg, rgba(43, 102, 177, 0.1) 0%, #f1f9ff 60%, #ffffff 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.tour-requirements .form-title {
  color: #0063a7;
  font-weight: 900;
  font-size: clamp(24px, 3vw, 40px);
  margin-bottom: clamp(16px, 3vw, 24px);
}
.tour-requirements .form-content {
  position: relative;
}
.tour-requirements .form-content input {
  color: #212121;
}
.tour-requirements .form-content input:focus {
  border-color: #e0e0e0 !important;
  box-shadow: none !important;
}
.tour-requirements .form-content .departure-date {
  background: #fff url("../img/icon/icon-date.png") no-repeat right 16px center;
  background-size: 15px 15px;
  padding-right: 42px;
  cursor: pointer;
}
.tour-requirements .form-content .departure-date {
  border-color: #e0e0e0 !important;
  box-shadow: none !important;
}
.tour-requirements .form-card {
  margin: 5rem 0;
  padding: 2.25rem 130px;
  max-width: 800px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.tour-requirements .form-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #616161;
}
.tour-requirements .form-card .form-label {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
.tour-requirements .form-card .form-control {
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  font-size: 0.95rem;
  padding: 12px 16px;
}
.tour-requirements .form-card .form-control:focus {
  border-color: #2b66b1;
  box-shadow: 0 0 0 0.15rem rgba(43, 102, 177, 0.2);
}
.tour-requirements .form-card .text-area {
  min-height: 140px;
}
.tour-requirements .form-card .text-area:focus {
  border-color: #e0e0e0;
  box-shadow: none;
}
.tour-requirements .form-card textarea {
  resize: none;
}
.tour-requirements .form-card .btn-primary {
  background-color: #288de8;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.tour-requirements .form-card .btn-primary:hover {
  background-color: #1e7bcb;
}
.tour-requirements .form-card .btn-check:focus + .btn-primary,
.tour-requirements .form-card .btn-primary:focus {
  border: none;
  box-shadow: none !important;
}
.tour-requirements .form-card .btn-submit {
  border-radius: 0.5rem;
}
@media (max-width: 992px) {
  .tour-requirements .form-card {
    padding: 16px;
  }
}

.mail {
  max-width: 600px !important;
  margin: 0 auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
  color: #000;
}
.mail .table > :not(caption) > * > * {
  padding: 16px;
}
.mail-header {
  position: relative;
}
.mail-title {
  font-weight: 700;
  font-size: 24px;
}
.mail-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.mail-table {
  border-radius: 8px !important;
  margin-bottom: 16px;
}
.mail-table-title {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.mail-table table tr:last-child th,
.mail-table table tr:last-child td {
  border-bottom: none !important;
}
.mail table {
  margin-bottom: 0 !important;
}
.mail-footer {
  padding: 24px 16px;
  max-width: 600px !important;
  margin: 0 auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.mail-footer .footer-logo {
  width: 122px;
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.whatsapp-icon:hover {
  transform: scale(1.1);
}

.ref-schedules {
  margin-bottom: 50px;
}

.breif-title {
  margin-top: 3.75rem;
  margin-bottom: 1rem;
}

.stitle {
  padding-left: 0;
}

.grey14 {
  font-size: 14px;
  line-height: 1.7;
}

.btn-bookNow {
  font-family: "Roboto", serif;
  width: 205px;
  display: inline-block;
  background-color: #288de8;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 14.5px 61px;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.2s;
}

.btn-bookNow:hover {
  background-color: #4b7cd1;
  color: #fff;
}

@media (max-width: 992px) {
  .btn-bookNow {
    width: 100%;
    border-radius: 12px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .container {
    width: 1180px;
  }
}
@media only screen and (min-width: 992px) {
  .css_tr {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spot img {
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #group_note {
    margin-left: auto;
  }
  .breif-title {
    padding-left: 14px;
    padding-right: 11px;
    background-color: #fff;
  }
}
@media screen and (max-width: 360px) {
  #group_note {
    margin-left: 0;
  }
}
@media (min-width: 361px) and (max-width: 420px) {
  #group_note {
    margin-left: 0;
  }
}
@media (max-width: 421px) {
  .grptitle {
    margin: 0;
  }
  body {
    overflow-y: auto;
  }
}
@media (min-width: 421px) and (max-width: 575px) {
  .day-tour {
    margin-left: inherit;
  }
  #group_note {
    margin-left: 0 !important;
  }
  .tab-content .tab-pane {
    margin-left: 0;
  }
}