@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* 黑色遮罩 */
.nav__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav__overlay.active {
  display: block;
  opacity: 1;
}

.nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  width: 100%;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(217, 229, 255, 0.26);
  transition: all 0.2s ease-in-out;
  margin: auto;
  border: 1px solid rgba(170, 176, 255, 0.315);
}
.nav.scrolled {
  width: 90%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
}
.nav .nav__hamburger {
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0%, -50%);
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  z-index: 2000;
}
.nav .nav__hamburger span {
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 50px;
  background-color: #616161;
  transition: all 0.3s;
  transform-origin: center;
}
@media (max-width: 1415px) {
  .nav .nav__hamburger {
    display: flex;
  }
  .nav .nav__hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .nav .nav__hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .nav .nav__hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}
.nav .nav__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav .nav__logo img {
  height: 55px;
  width: auto;
}
@media (max-width: 550px) {
  .nav .nav__logo img {
    height: 35px;
  }
}
.nav .nav__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1600px) and (min-width: 1416px) {
  .nav .nav__wrap {
    gap: 30px;
  }
}
@media (max-width: 1550px) and (min-width: 1416px) {
  .nav .nav__wrap {
    gap: 20px;
  }
}
@media (max-width: 1415px) {
  .nav .nav__wrap {
    flex-direction: column;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, 0px);
    background-color: #ffffff;
    width: 95%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    padding: 15px;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    max-height: 75vh;
    overflow-y: auto;
  }
  .nav .nav__wrap::-webkit-scrollbar {
    width: 6px;
  }
  .nav .nav__wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  .nav .nav__wrap::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
  }
  .nav .nav__wrap::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
  .nav .nav__wrap.active {
    border-radius: 15px;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 10px);
  }
}
.nav .nav__wrap .nav__links {
  display: flex;
}
@media (max-width: 1600px) and (min-width: 1416px) {
  .nav .nav__wrap .nav__links {
    gap: 12px;
  }
}
@media (max-width: 1550px) and (min-width: 1416px) {
  .nav .nav__wrap .nav__links {
    gap: 8px;
  }
}
@media (max-width: 1415px) {
  .nav .nav__wrap .nav__links {
    flex-direction: column;
    justify-content: start;
    width: 100%;
  }
}
.nav .nav__wrap .nav__links li {
  position: relative;
}
@media (min-width: 1416px) {
  .nav .nav__wrap .nav__links li:hover .nav__submenu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
  }
  .nav .nav__wrap .nav__links li:hover .nav__submenu li {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1416px) {
  .nav .nav__wrap .nav__links li.hover .nav__submenu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
  }
  .nav .nav__wrap .nav__links li.hover .nav__submenu li {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1415px) {
  .nav .nav__wrap .nav__links li.hover .nav__submenu {
    display: flex;
    max-height: 500px;
    visibility: visible;
  }
}
@media (max-width: 1415px) {
  .nav .nav__wrap .nav__links li.hover > .nav__link {
    color: var(--main-color);
    font-weight: bold;
    border-bottom-color: var(--main-color);
  }
}
.nav .nav__wrap .nav__links li .nav__link {
  color: #8a8a8a;
  text-decoration: none;
  font-size: clamp(1rem, 2vw, 1.2rem);
  padding: 5px;
  transition: all 0.3s ease;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}
@media (max-width: 1550px) and (min-width: 1416px) {
  .nav .nav__wrap .nav__links li .nav__link {
    font-size: 1rem;
    padding: 3px 2px;
  }
}
@media (max-width: 1415px) {
  .nav .nav__wrap .nav__links li .nav__link {
    font-size: 1.1rem;
    padding: 12px 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
  }
  .nav .nav__wrap .nav__links li .nav__link[aria-expanded]::after {
    content: "▼";
    font-size: 0.7rem;
    margin-left: 5px;
    transition: transform 0.3s ease;
    display: inline-block;
  }
  .nav .nav__wrap .nav__links li .nav__link[aria-expanded][aria-expanded=true]::after {
    transform: rotate(180deg);
    color: var(--main-color);
  }
}
.nav .nav__wrap .nav__links li .nav__link:hover, .nav .nav__wrap .nav__links li .nav__link.active {
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color);
  font-weight: bold;
}
.nav .nav__wrap .nav__links li .nav__submenu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 145%;
  left: 50%;
  transform: translate(-50%, -10px);
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
@media (max-width: 1415px) {
  .nav .nav__wrap .nav__links li .nav__submenu {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin: 0;
    padding: 0 0 0 15px;
    box-shadow: none;
    border-left: 4px solid var(--main-color);
    border-radius: 0;
    background-color: #f8f8f8;
    min-width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
  }
}
.nav .nav__wrap .nav__links li .nav__submenu::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0%) rotate(180deg);
  border: 10px solid transparent;
  border-bottom-color: var(--main-color);
}
@media (max-width: 1415px) {
  .nav .nav__wrap .nav__links li .nav__submenu::after {
    display: none;
  }
}
.nav .nav__wrap .nav__links li .nav__submenu li {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.nav .nav__wrap .nav__links li .nav__submenu li:nth-child(1) {
  transition-delay: 0.1s;
}
.nav .nav__wrap .nav__links li .nav__submenu li:nth-child(2) {
  transition-delay: 0.15s;
}
.nav .nav__wrap .nav__links li .nav__submenu li:nth-child(3) {
  transition-delay: 0.2s;
}
.nav .nav__wrap .nav__links li .nav__submenu li:nth-child(4) {
  transition-delay: 0.25s;
}
.nav .nav__wrap .nav__links li .nav__submenu li:nth-child(5) {
  transition-delay: 0.3s;
}
@media (max-width: 1415px) {
  .nav .nav__wrap .nav__links li .nav__submenu li {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
  }
}
.nav .nav__wrap .nav__links li .nav__submenu li a {
  padding: 10px;
  display: block;
  color: #8a8a8a;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s ease;
  font-size: 1.2rem;
  background-color: #eeeeee;
}
.nav .nav__wrap .nav__links li .nav__submenu li a:hover {
  color: var(--main-color);
  background-color: #b6deff;
}
@media (max-width: 1415px) {
  .nav .nav__wrap .nav__links li .nav__submenu li a {
    padding: 12px 15px;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.95rem;
    position: relative;
  }
  .nav .nav__wrap .nav__links li .nav__submenu li a::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--main-color);
    opacity: 0.7;
  }
  .nav .nav__wrap .nav__links li .nav__submenu li a:hover {
    background-color: rgba(182, 222, 255, 0.3);
    padding-left: 20px;
    transition: all 0.2s ease;
  }
  .nav .nav__wrap .nav__links li .nav__submenu li a:last-child {
    border-bottom: none;
    margin-bottom: 5px;
  }
}
.nav .nav__wrap .nav_sub_links {
  display: flex;
  list-style: none;
  gap: 1rem;
}
@media (max-width: 1600px) and (min-width: 1416px) {
  .nav .nav__wrap .nav_sub_links {
    gap: 0.8rem;
  }
}
@media (max-width: 1550px) and (min-width: 1416px) {
  .nav .nav__wrap .nav_sub_links {
    gap: 0.5rem;
  }
}
.nav .nav__wrap .nav_sub_links .nav_sub_link {
  text-decoration: none;
  color: #8a8a8a;
  font-size: 1rem;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1600px) and (min-width: 1416px) {
  .nav .nav__wrap .nav_sub_links .nav_sub_link {
    font-size: 0.9rem;
    padding: 0.15rem;
  }
}
@media (max-width: 1550px) and (min-width: 1416px) {
  .nav .nav__wrap .nav_sub_links .nav_sub_link {
    font-size: 0.85rem;
    gap: 3px;
  }
}
.nav .nav__wrap .nav_sub_links .nav_sub_link img {
  width: 25px;
  height: 25px;
}
@media (max-width: 1600px) and (min-width: 1416px) {
  .nav .nav__wrap .nav_sub_links .nav_sub_link img {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1550px) and (min-width: 1416px) {
  .nav .nav__wrap .nav_sub_links .nav_sub_link img {
    width: 20px;
    height: 20px;
  }
}
.nav .nav__wrap .nav_sub_links .nav_sub_link:hover {
  color: var(--main-color);
  font-weight: bold;
}

footer {
  position: relative;
}
footer .footer-bg-top {
  width: 100%;
  margin-bottom: -30px;
}
footer .footer-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #576174;
  margin-top: -0.1rem;
  border-bottom: 1px solid #3f495a;
  padding: 1rem;
}
footer .footer-body .footer-logo-wrap {
  width: 7rem;
  height: 7rem;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  border-radius: 50rem;
}
footer .footer-body .footer-logo-wrap img {
  width: 80%;
}
footer .footer-body .footer-main-title {
  text-align: center;
  color: #fff;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  line-height: 1.5;
}
footer .footer-body .social-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 1.5rem 0px;
}
footer .footer-body .social-wrap li a {
  display: flex;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(87, 97, 116);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 50rem;
  transition: 0.3s;
}
footer .footer-body .social-wrap li a:hover {
  background-color: rgb(168, 182, 207);
  color: rgb(255, 255, 255);
}
footer .footer-body .footer-info-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  footer .footer-body .footer-info-wrap {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-body .footer-info-wrap .info-wrap {
  text-align: end;
}
@media (max-width: 768px) {
  footer .footer-body .footer-info-wrap .info-wrap {
    text-align: start;
  }
}
footer .footer-body .footer-info-wrap .info-wrap p {
  font-size: 1rem;
  margin-bottom: 0.2rem;
  padding: 0.5rem;
  color: rgb(255, 255, 255);
}
footer .footer-body .footer-info-wrap .info-wrap p a {
  text-decoration: none;
  color: #4251a7;
  background-color: #aecad6;
  padding: 5px 8px;
  border-radius: 5px;
  margin: 0 5px 0 0;
  transition: 0.2s;
}
footer .footer-body .footer-info-wrap .info-wrap p a:hover {
  background-color: #354668;
  color: #fff;
}
footer .footer-body .footer-info-wrap .link-wrap {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .footer-body .footer-info-wrap .link-wrap li {
  width: 10rem;
}
footer .footer-body .footer-info-wrap .link-wrap li a {
  color: rgb(87, 97, 116);
  height: 100%;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: #576174;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 0.5rem;
  transition: 0.3s;
  padding: 0.5rem 0px;
  text-decoration: none;
}
footer .footer-body .footer-info-wrap .link-wrap li a:hover {
  background-color: rgb(168, 182, 207);
  color: #000;
}
footer .footer-bottom {
  background-color: #3f4858;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0px;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 1500px;
  padding: 100px 20px 30px 20px;
  margin: auto;
  overflow: hidden;
}
.hero .hero__content {
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 900px) {
  .hero .hero__content {
    padding: 20px 0 45px 0;
  }
}
.hero .hero__content .hero__title-zh {
  font-size: 2.5rem;
  color: #4a90e2;
}
.hero .hero__content .hero__title-en {
  font-size: 4rem;
  color: #4a90e2;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}
.hero .hero__image-container {
  position: relative;
  width: 100%;
}
.hero .hero__image-container .hero__image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 600px;
}
.hero .hero__image-container .hero__image-wrap .hero__image {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .hero__image-container .hero__scroll {
  position: absolute;
  top: -160px;
  right: 4rem;
  transform: translateY(80px);
  background: rgb(231, 231, 231);
  width: clamp(110px, 15vw, 160px);
  height: clamp(110px, 15vw, 160px);
  border-radius: 50%;
  border: 10px solid rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media (max-width: 900px) {
  .hero .hero__image-container .hero__scroll {
    top: -130px;
    left: 50%;
    transform: translateX(-50%) translateY(80px);
  }
}
.hero .hero__image-container .hero__scroll:hover {
  transform: scale(1.1) translateY(70px);
}
.hero .hero__image-container .hero__scroll svg {
  width: 120px;
  height: 124px;
  fill: #4a90e2;
}

@media (max-width: 768px) {
  .hero__content {
    top: 15%;
    left: 5%;
  }
  .hero__title-zh {
    font-size: 2rem;
  }
  .hero__title-en {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .hero__title-zh {
    font-size: 1.5rem;
  }
  .hero__title-en {
    font-size: 2rem;
  }
}
.marquee {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}
.marquee span {
  font-style: normal;
  display: inline-block;
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: bold;
  padding-right: 100px;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  letter-spacing: 1px;
  color: rgb(223, 236, 255);
  animation: 75s linear 0s infinite normal none running marquee;
}
@keyframes marquee {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-100%);
  }
}

.cleanUp-results {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cleanUp-results .cleanUp-results__content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  width: 300px;
  margin: auto;
}
.cleanUp-results .cleanUp-results__content-wrap .cleanUp-results__header {
  width: 100%;
}
.cleanUp-results .cleanUp-results__content-wrap .cleanUp-results__header h2 {
  font-size: 2.5rem;
  color: #2c2c2c;
}
.cleanUp-results .cleanUp-results__content-wrap .cleanUp-results__header span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #4a90e2;
}
.cleanUp-results .cleanUp-results__content-wrap .cleanUp-results__content-text {
  line-height: 1.6;
  font-size: 1.2rem;
}
.cleanUp-results .statistics-wrap {
  position: absolute;
}
.cleanUp-results .statistics-wrap .statistics-main-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}
.cleanUp-results .statistics-wrap .statistics-main-box img {
  position: absolute;
  width: 60%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.cleanUp-results .statistics-wrap .statistics-main-box .statistics__number,
.cleanUp-results .statistics-wrap .statistics-main-box .statistics__text {
  position: relative;
  font-weight: bold;
  color: #4e4e4e;
}
.cleanUp-results .statistics-wrap .statistics-main-box .statistics__number {
  font-size: clamp(1.2rem, 2vw, 2rem);
}
.cleanUp-results .statistics-wrap .statistics-main-box .statistics__text {
  font-size: clamp(1rem, 2vw, 1.4rem);
}
.cleanUp-results .statistics-wrap.main-box-1 {
  top: 20%;
  left: 10%;
}
.cleanUp-results .statistics-wrap.main-box-1 .statistics-main-box {
  background-color: #ffb0b0;
  width: clamp(100px, 20vw, 200px);
  height: clamp(100px, 20vw, 200px);
}
.cleanUp-results .statistics-wrap.main-box-2 {
  top: 10%;
  left: 65%;
}
.cleanUp-results .statistics-wrap.main-box-2 .statistics-main-box {
  background-color: #9ad6d6;
  width: clamp(80px, 20vw, 140px);
  height: clamp(80px, 20vw, 140px);
}
.cleanUp-results .statistics-wrap.main-box-3 {
  top: 70%;
  left: 15%;
}
.cleanUp-results .statistics-wrap.main-box-3 .statistics-main-box {
  background-color: #abaace;
  width: clamp(100px, 20vw, 200px);
  height: clamp(100px, 20vw, 200px);
}
.cleanUp-results .statistics-wrap.main-box-4 {
  top: 70%;
  left: 75%;
}
.cleanUp-results .statistics-wrap.main-box-4 .statistics-main-box {
  background-color: #a7ebb2;
  width: clamp(110px, 20vw, 210px);
  height: clamp(110px, 20vw, 210px);
}
.cleanUp-results .statistics-wrap.main-box-5 {
  top: 25%;
  left: 75%;
}
.cleanUp-results .statistics-wrap.main-box-5 .statistics-main-box {
  background-color: #ffe25f;
  width: clamp(90px, 20vw, 190px);
  height: clamp(90px, 20vw, 190px);
}
.cleanUp-results .statistics-wrap .statistics-sub-box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(35px, 5vw, 70px);
  height: clamp(35px, 5vw, 70px);
  background-color: #f0f0f0;
}
.cleanUp-results .statistics-wrap .statistics-sub-box img {
  width: 70%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(80%) contrast(100%);
}
.cleanUp-results .statistics-wrap .statistics-sub-box.sub-box-1 {
  top: 100%;
  left: 0%;
}
.cleanUp-results .statistics-wrap .statistics-sub-box.sub-box-2 {
  bottom: 100%;
  right: 0%;
  background-color: #cfebf1;
}
.cleanUp-results .statistics-wrap .statistics-sub-box.sub-box-3 {
  top: 0%;
  right: 100%;
}
.cleanUp-results .statistics-wrap .statistics-sub-box.sub-box-4 {
  top: 100%;
  left: 0%;
}
.cleanUp-results .statistics-wrap .statistics-sub-box.sub-box-5 {
  top: 0%;
  left: 100%;
}
.cleanUp-results .statistics-wrap .statistics-sub-box.sub-box-6 {
  bottom: 0%;
  left: 100%;
}
.cleanUp-results .statistics-wrap .statistics-sub-box.sub-box-7 {
  bottom: 0%;
  right: 100%;
  background-color: #cfebf1;
}
.cleanUp-results .statistics-wrap .statistics-sub-box.sub-box-8 {
  bottom: 100%;
  right: 0%;
}
.cleanUp-results .statistics-wrap .statistics-sub-box.sub-box-9 {
  top: 0%;
  left: 100%;
}

.cleanUp-join {
  background-image: url("../images/index/cleanUpJoinBgc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  .cleanUp-join {
    height: auto;
    padding: 60px 0;
  }
}
.cleanUp-join::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .cleanUp-join {
    padding: 20px;
  }
}
.cleanUp-join .cleanUp-join__content-wrap {
  background-image: url("../images/index/Group2.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding: 0px 50px 0px 300px;
}
@media screen and (max-width: 1500px) {
  .cleanUp-join .cleanUp-join__content-wrap {
    padding: 0px 50px 0px 80px;
  }
}
@media screen and (max-width: 1300px) {
  .cleanUp-join .cleanUp-join__content-wrap {
    width: 80%;
    padding: 0px 50px 0px 80px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 1300px) {
  .cleanUp-join .cleanUp-join__content-wrap {
    background-image: none;
    background-color: rgba(7, 83, 158, 0.459);
    width: 90%;
    max-width: 600px;
    padding: 40px 30px;
    margin: auto;
    height: auto;
    min-height: 60vh;
  }
}
@media screen and (max-width: 500px) {
  .cleanUp-join .cleanUp-join__content-wrap {
    padding: 40px 20px;
    width: 100%;
    min-height: 50vh;
    gap: 0.5rem;
  }
}
.cleanUp-join .cleanUp-join__content-wrap .cleanUp-join__header {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cleanUp-join .cleanUp-join__content-wrap .cleanUp-join__header h2 {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  margin-top: 0.5rem;
}
.cleanUp-join .cleanUp-join__content-wrap .cleanUp-join__header span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #cbe3ff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1100px) {
  .cleanUp-join .cleanUp-join__content-wrap .cleanUp-join__header {
    text-align: center;
  }
  .cleanUp-join .cleanUp-join__content-wrap .cleanUp-join__header h2 {
    font-size: 2.2rem;
  }
  .cleanUp-join .cleanUp-join__content-wrap .cleanUp-join__header span {
    font-size: 1.3rem;
  }
}
.cleanUp-join .cleanUp-join__content-wrap .cleanUp-join__content-text {
  line-height: 1.8;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 600;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 2;
  max-width: 700px;
}
@media screen and (max-width: 1100px) {
  .cleanUp-join .cleanUp-join__content-wrap .cleanUp-join__content-text {
    text-align: center;
    margin: 1rem 0;
  }
}
.cleanUp-join .cleanUp-join__content-wrap .cleanUp-join__btns {
  display: flex;
  justify-content: center;
  /* 在手機版置中 */
  align-items: center;
  flex-direction: column;
  /* 在手機版垂直排列 */
  gap: 1.5rem;
  width: 100%;
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .cleanUp-join .cleanUp-join__content-wrap .cleanUp-join__btns {
    flex-direction: row;
    /* 在平板以上水平排列 */
    gap: 2rem;
  }
}
.cleanUp-join .cleanUp-join__content-wrap .cleanUp-join__btns .cleanUp-join__btn {
  width: 85%;
  /* 手機版更寬的按鈕 */
  max-width: 250px;
  background-color: #333333;
  /* 使用藍色背景 */
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  /* 圓角按鈕 */
  padding: 14px 30px;
  /* 增加內邊距 */
  text-align: center;
  /* 文字置中 */
  font-size: 1.2rem;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* 添加陰影效果 */
  transition: all 0.3s ease;
  cursor: pointer;
}
.cleanUp-join .cleanUp-join__content-wrap .cleanUp-join__btns .cleanUp-join__btn:hover, .cleanUp-join .cleanUp-join__content-wrap .cleanUp-join__btns .cleanUp-join__btn:focus {
  background-color: #ffffff;
  color: #0066cc;
  transform: translateY(-3px);
  /* 懸浮效果 */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .cleanUp-join .cleanUp-join__content-wrap .cleanUp-join__btns .cleanUp-join__btn {
    width: 220px;
  }
}

.cleanUp__info {
  position: relative;
  padding-top: 190px;
}
@media screen and (max-width: 1100px) {
  .cleanUp__info {
    padding-top: 220px;
  }
}
.cleanUp__info .cleanUp__info__header {
  position: absolute;
  top: 80px;
  left: 50px;
  background-color: #7994c6;
  color: #ffffff;
  padding: 20px;
  width: 400px;
  height: 250px;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .cleanUp__info .cleanUp__info__header {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 500px;
    height: auto;
    padding: 30px;
    text-align: center;
  }
}
.cleanUp__info .cleanUp__info__header h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
}
.cleanUp__info .cleanUp__info__header span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #cbe3ff;
}
.cleanUp__info .cleanUp__info__cards {
  width: calc(100% - 300px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6rem;
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  .cleanUp__info .cleanUp__info__cards {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .cleanUp__info .cleanUp__info__cards {
    flex-wrap: wrap;
    gap: 20px;
    /* 增加卡片間距 */
    padding: 0 20px;
    /* 添加左右內邊距 */
    justify-content: space-between;
    /* 均勻分布卡片 */
  }
}
.cleanUp__info .cleanUp__info__cards .cleanUp__info__card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.6666666667%;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #e4e4e4;
}
@media screen and (max-width: 1100px) {
  .cleanUp__info .cleanUp__info__cards .cleanUp__info__card {
    width: calc((100% - 40px) / 3);
    /* 精確控制三卡片寬度，考慮間距 */
    height: 300px;
    margin-bottom: 20px;
    /* 行間距 */
  }
}
@media screen and (max-width: 767px) {
  .cleanUp__info .cleanUp__info__cards .cleanUp__info__card {
    width: calc((100% - 20px) / 2);
    /* 小螢幕改為一行兩張 */
  }
}
@media screen and (max-width: 480px) {
  .cleanUp__info .cleanUp__info__cards .cleanUp__info__card {
    width: 100%;
    /* 手機螢幕一行一張 */
    height: 250px;
  }
}
.cleanUp__info .cleanUp__info__cards .cleanUp__info__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: 0.2s ease-in-out;
}
.cleanUp__info .cleanUp__info__cards .cleanUp__info__card:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2196078431);
  z-index: 1;
}
.cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(1), .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(3), .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(5) {
  transform: translateY(50px);
}
.cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(1):hover, .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(3):hover, .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(5):hover {
  transform: translateY(25px);
}
@media screen and (max-width: 1100px) {
  .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(1), .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(3), .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(5) {
    transform: translateY(0);
  }
  .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(1):hover, .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(3):hover, .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(5):hover {
    transform: translateY(-5px);
  }
}
.cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(2):hover, .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(4):hover, .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(6):hover {
  transform: translateY(-25px);
}
@media screen and (max-width: 1100px) {
  .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(2):hover, .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(4):hover, .cleanUp__info .cleanUp__info__cards .cleanUp__info__card:nth-child(6):hover {
    transform: translateY(-5px);
  }
}
.cleanUp__info .cleanUp__info__cards .cleanUp__info__card .cleanUp__info__card__img {
  height: 100%;
}
.cleanUp__info .cleanUp__info__cards .cleanUp__info__card .cleanUp__info__card__content {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.7rem;
  letter-spacing: 5px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 10px 0 10px 0;
  display: flex;
  background-color: rgba(0, 0, 0, 0.2196078431);
  padding: 15px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .cleanUp__info .cleanUp__info__cards .cleanUp__info__card .cleanUp__info__card__content {
    writing-mode: horizontal-tb;
    /* 橫向文字 */
    text-orientation: mixed;
    letter-spacing: 2px;
    border-radius: 0;
    font-size: 1.2rem;
    width: 100%;
    height: auto;
    bottom: 0;
    top: auto;
    text-align: center;
    justify-content: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    /* 更暗的背景確保文字可讀性 */
  }
}

.cleanUp__video {
  position: relative;
  margin-top: 190px;
}
@media screen and (max-width: 1584px) {
  .cleanUp__video {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1100px) {
  .cleanUp__video {
    padding-top: 195px;
  }
}
@media screen and (max-width: 600px) {
  .cleanUp__video {
    padding-top: 100px;
  }
}
.cleanUp__video .cleanUp__video__header {
  position: absolute;
  top: -50px;
  left: 50px;
  background-color: #7994c6;
  color: #ffffff;
  padding: 20px;
  width: 400px;
  height: 250px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .cleanUp__video .cleanUp__video__header {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 500px;
    height: auto;
    padding: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .cleanUp__video .cleanUp__video__header {
    top: -90px;
  }
}
.cleanUp__video .cleanUp__video__header h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
}
.cleanUp__video .cleanUp__video__header span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #cbe3ff;
}
.cleanUp__video .cleanUp__video__header button {
  width: 60%;
}
.cleanUp__video .video__player {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to top, #d9e2f7, #ffffff);
  padding: 100px 0;
}
@media screen and (max-width: 1100px) {
  .cleanUp__video .video__player {
    padding: 0;
  }
}
.cleanUp__video .video__player .video-carousel {
  position: relative;
  width: clamp(300px, 80vw, 1000px);
}
@media screen and (max-width: 1100px) {
  .cleanUp__video .video__player .video-carousel {
    width: 90%;
  }
}
.cleanUp__video .video__player .video-carousel .video-carousel__inner {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .cleanUp__video .video__player .video-carousel .video-carousel__inner {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .cleanUp__video .video__player .video-carousel .video-carousel__inner {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .cleanUp__video .video__player .video-carousel .video-carousel__inner {
    height: 250px;
  }
}
.cleanUp__video .video__player .video-carousel .video-carousel__inner .video-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #666;
  z-index: 5;
}
.cleanUp__video .video__player .video-carousel .video-carousel__inner .video-loading .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #4a90e2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.cleanUp__video .video__player .video-carousel .video-carousel__inner .video-loading p {
  font-size: 1rem;
  margin: 0;
  color: #666;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cleanUp__video .video__player .video-carousel .video-carousel__inner .video-carousel-items {
  position: relative;
  width: 100%;
  height: 100%;
}
.cleanUp__video .video__player .video-carousel .video-carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
  cursor: pointer;
}
.cleanUp__video .video__player .video-carousel .video-carousel__item.active {
  opacity: 1;
  display: block;
  z-index: 2;
}
.cleanUp__video .video__player .video-carousel .video-carousel__item:hover .video-thumbnail {
  transform: scale(1.05);
}
.cleanUp__video .video__player .video-carousel .video-carousel__item:hover .video-play-overlay {
  opacity: 1;
}
.cleanUp__video .video__player .video-carousel .video-carousel__item:hover .video-title-overlay {
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.9) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.cleanUp__video .video__player .video-carousel .video-carousel__item:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}
.cleanUp__video .video__player .video-carousel .video-carousel__item:focus .video-title-overlay {
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.9) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.cleanUp__video .video__player .video-carousel .video-carousel__item .video-thumbnail-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  /* 播放按鈕覆蓋層 */
}
.cleanUp__video .video__player .video-carousel .video-carousel__item .video-thumbnail-container .video-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.cleanUp__video .video__player .video-carousel .video-carousel__item .video-thumbnail-container .video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cleanUp__video .video__player .video-carousel .video-carousel__item .video-thumbnail-container .video-play-overlay .video-play-btn {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cleanUp__video .video__player .video-carousel .video-carousel__item .video-thumbnail-container .video-play-overlay .video-play-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}
.cleanUp__video .video__player .video-carousel .video-carousel__item .video-thumbnail-container .video-play-overlay .video-play-btn:focus {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.cleanUp__video .video__player .video-carousel .video-carousel__item .video-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 100%);
  padding: 60px 30px 25px 30px;
  color: white;
  border-radius: 0 0 8px 8px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .cleanUp__video .video__player .video-carousel .video-carousel__item .video-title-overlay {
    padding: 40px 20px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .cleanUp__video .video__player .video-carousel .video-carousel__item .video-title-overlay {
    padding: 30px 15px 15px 15px;
  }
}
.cleanUp__video .video__player .video-carousel .video-carousel__item .video-title-overlay .video-meta-info {
  margin-bottom: 8px;
}
.cleanUp__video .video__player .video-carousel .video-carousel__item .video-title-overlay .video-meta-info .video-publish-date {
  display: inline-block;
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: 500;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 767px) {
  .cleanUp__video .video__player .video-carousel .video-carousel__item .video-title-overlay .video-meta-info .video-publish-date {
    font-size: clamp(1rem, 1.3vw, 1.1rem);
  }
}
.cleanUp__video .video__player .video-carousel .video-carousel__item .video-title-overlay .video-current-title {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cleanUp__video .video__player .video-carousel .video-carousel__item .video-title-overlay .video-current-title {
    font-size: clamp(1.1rem, 2.2vw, 1.5rem);
    margin-bottom: 6px;
  }
}
.cleanUp__video .video__player .video-carousel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.cleanUp__video .video__player .video-carousel .video-carousel__controls {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 15px;
}
.cleanUp__video .video__player .video-carousel .video-carousel__controls .carousel-control {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cleanUp__video .video__player .video-carousel .video-carousel__controls .carousel-control svg {
  fill: white;
  width: 24px;
  height: 24px;
}
.cleanUp__video .video__player .video-carousel .video-carousel__controls .carousel-control:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.05);
}
.cleanUp__video .video__player .video-carousel .video-carousel__controls .carousel-control:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.5);
}
@media screen and (max-width: 767px) {
  .cleanUp__video .video__player .video-carousel .video-carousel__controls .carousel-control {
    width: 36px;
    height: 36px;
  }
  .cleanUp__video .video__player .video-carousel .video-carousel__controls .carousel-control svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .cleanUp__video .video__player .video-carousel .video-carousel__controls .carousel-control {
    width: 32px;
    height: 32px;
  }
  .cleanUp__video .video__player .video-carousel .video-carousel__controls .carousel-control svg {
    width: 18px;
    height: 18px;
  }
}
.cleanUp__video .video__player .video-carousel .video-carousel__controls .carousel-dots {
  display: flex;
  gap: 8px;
}
.cleanUp__video .video__player .video-carousel .video-carousel__controls .carousel-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
  margin: 0 3px;
}
.cleanUp__video .video__player .video-carousel .video-carousel__controls .carousel-dots .dot.active {
  background-color: #4a90e2;
  transform: scale(1.2);
}
.cleanUp__video .video__player .video-carousel .video-carousel__controls .carousel-dots .dot:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.cleanUp__video .video__player .video-carousel .video-carousel__controls .carousel-dots .dot:focus {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}

.cleanUp__website {
  background-color: #d9e2f7;
  padding: 60px 0 150px 0;
  margin-bottom: -150px;
}
.cleanUp__website .website-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: center;
  padding-top: 50px;
}
.cleanUp__website .website-wrap li a {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 10px;
  color: #2c2c2c;
  padding: 5px;
  text-decoration: none;
  transition: 0.3s ease;
}
.cleanUp__website .website-wrap li a:hover {
  transform: scale(1.1);
}
.cleanUp__website .website-wrap li a .website-img-wrap {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  background-color: #fff;
  border-radius: 50rem;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cleanUp__website .website-wrap li a .website-img-wrap img {
  width: 95%;
}

.apply-cleanup {
  position: relative;
  height: 80vh;
  background-image: url("../images/index/B1 海岸認養.jpg");
  border-image-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}
.apply-cleanup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.329);
}
.apply-cleanup h2,
.apply-cleanup p,
.apply-cleanup button {
  position: relative;
  z-index: 2;
}
.apply-cleanup h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 20px;
}
.apply-cleanup p {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}
.apply-cleanup .joint-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 5vh;
  gap: 40px;
}
.apply-cleanup .joint-button-wrap button {
  padding: 15px 30px;
  font-size: clamp(1.3rem, 2vw, 1.5rem);
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.452);
  background: rgba(66, 135, 214, 0.589);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(66, 135, 214, 0.5);
}
.apply-cleanup .joint-button-wrap button:hover {
  background: rgba(10, 165, 255, 0.637);
  box-shadow: 0 12px 40px 0 rgba(10, 165, 255, 0.5);
  transform: translateY(-2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.apply-cleanup .joint-button-wrap button:active {
  transform: translateY(0px);
  box-shadow: 0 6px 24px 0 rgba(66, 135, 214, 0.3);
}

.apply-cleanup-info {
  position: relative;
  text-align: center;
  padding: 20px;
  background: linear-gradient(to bottom, #ffffff, #b0dcf4);
}
.apply-cleanup-info .cloud-bg {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 950px) {
  .apply-cleanup-info .cloud-bg {
    top: -60px;
  }
}
@media (max-width: 668px) {
  .apply-cleanup-info .cloud-bg {
    top: -20px;
  }
}
.apply-cleanup-info .sun-img {
  position: absolute;
  top: 120px;
  left: 0%;
  width: clamp(150px, 20vw, 220px);
  animation: sunRotate 20s linear infinite;
  z-index: 1;
}
@keyframes sunRotate {
  0% {
    transform: translate(5%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(5%, -60%) rotate(180deg);
  }
  100% {
    transform: translate(5%, -50%) rotate(360deg);
  }
}
.apply-cleanup-info .grid-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  z-index: 1;
}
.apply-cleanup-info .grid-container .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/joint_cleanUp/sky_09.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #333;
  width: clamp(150px, 25vw, 250px);
  height: 130px;
  transition: 0.2s ease;
  z-index: 2;
}
.apply-cleanup-info .grid-container .grid-item:hover {
  transform: translate(0, -10px);
}

.check-events {
  padding: 20px;
  background-image: url("../images/joint_cleanUp/sky_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -150px;
}
.check-events .event-search,
.check-events .map-results {
  max-width: 1600px;
  margin: auto;
}
.check-events .event-search {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}
@media (max-width: 768px) {
  .check-events .event-search {
    padding-bottom: 80px;
  }
}
.check-events .event-search .form-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 5px;
}
@media (max-width: 768px) {
  .check-events .event-search .form-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.check-events .event-search .form-group label {
  font-size: clamp(0.8rem, 2vw, 1rem);
  font-weight: bold;
  color: #3a4374;
  width: 10%;
  text-align: start;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .check-events .event-search .form-group label {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
}
.check-events .event-search .form-group input {
  width: 80%;
}
@media (max-width: 768px) {
  .check-events .event-search .form-group input {
    width: 100%;
  }
}
.check-events .event-search .form-group input,
.check-events .event-search .form-group select {
  font-size: clamp(0.8rem, 2vw, 1rem);
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #234b75;
  color: #5c5c5c;
}
@media (max-width: 768px) {
  .check-events .event-search .form-group input,
  .check-events .event-search .form-group select {
    width: 100%;
    padding: 4px;
    font-size: 1rem;
    border-radius: 6px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .check-events .event-search .form-group select {
    width: 100%;
  }
}
.check-events .event-search .regional-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .check-events .event-search .regional-search {
    justify-content: center;
    gap: 8px;
  }
}
.check-events .event-search .regional-search .region-btn {
  padding: 10px 20px;
  margin: 0;
  border: 1px solid #234b75;
  border-radius: 8px;
  background-color: #fff;
  color: #5c5c5c;
  cursor: pointer;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .check-events .event-search .regional-search .region-btn {
    padding: 12px 16px;
    font-size: 0.9rem;
    min-width: 80px;
    flex: 1;
    max-width: calc(50% - 4px);
  }
}
@media (max-width: 480px) {
  .check-events .event-search .regional-search .region-btn {
    max-width: calc(33.333% - 6px);
    font-size: 0.85rem;
    padding: 10px 8px;
  }
}
.check-events .event-search .regional-search .region-btn:hover {
  background-color: #c2d6eb;
}
.check-events .event-search .regional-search .region-btn.active {
  background-color: #234b75;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(35, 75, 117, 0.3);
}
.check-events .event-search .btn-group {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .check-events .event-search .btn-group {
    right: 50%;
    transform: translateX(50%);
  }
}
.check-events .event-search .btn-group button {
  font-size: clamp(0.8rem, 2vw, 1rem);
  padding: 0;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background: rgba(35, 75, 117, 0.486);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 20px 0 rgba(35, 75, 117, 0.3);
}
.check-events .event-search .btn-group button:hover {
  background: rgba(33, 69, 107, 0.507);
  box-shadow: 0 8px 25px 0 rgba(64, 106, 151, 0.4);
  transform: translateY(-2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.check-events .event-search .btn-group button:active {
  transform: translateY(0px);
  box-shadow: 0 4px 15px 0 rgba(35, 75, 117, 0.2);
}
.check-events .map-results {
  padding-bottom: 180px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.check-events .map-results .map-container {
  text-align: center;
  margin-bottom: 20px;
}
.check-events .map-results .map-container img {
  max-width: 100%;
  height: auto;
}
.check-events .map-results .dashboard-card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border-radius: 20px;
  padding: 20px;
  flex: none;
  position: sticky;
  top: 20px;
  z-index: 100;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  transition: all 0.3s ease;
}
.check-events .map-results .dashboard-card .dashboard-map-title {
  margin-bottom: 15px;
  text-align: start;
  font-size: 1.3rem;
  color: #3a4374;
}
.check-events .map-results .county-filter-container {
  margin-bottom: 20px;
}
.check-events .map-results .county-filter-container .county-filter-controls {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  justify-content: flex-end;
}
.check-events .map-results .county-filter-container .county-filter-controls .filter-control-btn {
  padding: 6px 12px;
  border: 1px solid #ddd;
  color: #505050;
  border-radius: 50px;
  cursor: pointer;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
.check-events .map-results .county-filter-container .county-filter-controls .filter-control-btn.all {
  background: #e4e4e4;
}
.check-events .map-results .county-filter-container .county-filter-controls .filter-control-btn.all:hover {
  background: rgb(215.25, 215.25, 215.25);
}
.check-events .map-results .county-filter-container .county-filter-controls .filter-control-btn.cancel {
  background: #ff9a88;
}
.check-events .map-results .county-filter-container .county-filter-controls .filter-control-btn.cancel:hover {
  background: rgb(255, 132.3571428571, 110.5);
}
.check-events .map-results .county-filter-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 10px;
}
@media (max-width: 768px) {
  .check-events .map-results .county-filter-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.check-events .map-results .county-filter-item {
  position: relative;
}
.check-events .map-results .county-filter-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.check-events .map-results .county-filter-item label {
  display: inline-block;
  width: 100%;
  padding: 8px 12px;
  font-size: 0.9rem;
  cursor: pointer;
  color: #555;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 13px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.check-events .map-results .county-filter-item label:hover {
  color: #234b75;
  background: #e9ecef;
  border-color: #adb5bd;
}
.check-events .map-results .county-filter-item.selected,
.check-events .map-results .county-filter-item input[type=checkbox]:checked + label {
  color: #234b75;
  background: #cfe0f5;
  border-color: #455b74;
  font-weight: 600;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(102, 127, 180, 0.3);
}
.check-events .map-results .dashboard-map-svg {
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.check-events .map-results .dashboard-map-svg svg {
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
}
.check-events .map-results .dashboard-map-svg svg path {
  cursor: pointer;
  transition: all 0.3s ease;
}
.check-events .map-results .dashboard-map-svg svg path:hover {
  opacity: 0.8;
}
.check-events .map-results .dashboard-map-svg svg path#TWTPE, .check-events .map-results .dashboard-map-svg svg path#TWNAN, .check-events .map-results .dashboard-map-svg svg path#TWCYI {
  cursor: default !important;
}
.check-events .map-results .dashboard-map-svg svg path#TWTPE:hover, .check-events .map-results .dashboard-map-svg svg path#TWNAN:hover, .check-events .map-results .dashboard-map-svg svg path#TWCYI:hover {
  opacity: 1 !important;
}
.check-events .map-results .dashboard-map-svg svg path.selected {
  fill: #638bbb !important;
  stroke: #6686a8;
  stroke-width: 2;
}
.check-events .map-results .islands-selector {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.check-events .map-results .islands-selector .island-item {
  display: flex;
  align-items: center;
  pointer-events: auto;
  cursor: pointer;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.466);
  border-radius: 20px;
  border: 1px solid #ddd;
  transition: 0.2s ease;
}
.check-events .map-results .islands-selector .island-item:hover {
  background: #f0f8ff;
  transform: translateY(-2px);
}
.check-events .map-results .islands-selector .island-item.selected {
  background: #cfe0f5;
  border-color: #455b74;
}
.check-events .map-results .islands-selector .island-item.selected .island-label {
  color: #234b75;
}
.check-events .map-results .islands-selector .island-item .island-icon {
  font-weight: bold;
  margin-right: 5px;
  color: #234b75;
}
.check-events .map-results .islands-selector .island-item .island-label {
  font-size: 0.8rem;
  color: #424242;
}
.check-events .map-results .results {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border-radius: 20px;
  padding: 24px 35px;
  flex: 2;
}
.check-events .map-results .results .results-title-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(74, 144, 226, 0.1);
}
.check-events .map-results .results .results-title-wrap .results-title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.check-events .map-results .results .results-title-wrap .results-title span {
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  text-align: start;
  font-weight: 600;
  color: #4a90e2;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}
.check-events .map-results .results .results-title-wrap .results-title h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 700;
  color: #234b75;
  margin: 0;
  position: relative;
}
.check-events .map-results .results .results-title-wrap .results-title h3::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(135deg, #4a90e2, #234b75);
  border-radius: 2px;
}
.check-events .map-results .results .results-title-wrap .results-count {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: #666;
  background: rgba(74, 144, 226, 0.08);
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid rgba(74, 144, 226, 0.2);
}
.check-events .map-results .results .results-title-wrap .results-count span {
  font-weight: 500;
}
.check-events .map-results .results .results-title-wrap .results-count span:not(:last-child)::after {
  content: "|";
  margin-left: 8px;
  opacity: 0.5;
}
.check-events .map-results .results .event-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  transition: opacity 0.3s ease;
}
.check-events .map-results .results .event-list .event-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(74, 144, 226, 0.15);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.check-events .map-results .results .event-list .event-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #4a90e2, #234b75);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.check-events .map-results .results .event-list .event-card img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.check-events .map-results .results .event-list .event-card .event-info {
  padding: 15px 10px;
  text-align: start;
}
.check-events .map-results .results .event-list .event-card .event-info .event-name,
.check-events .map-results .results .event-list .event-card .event-info .event-location,
.check-events .map-results .results .event-list .event-card .event-info .event-date,
.check-events .map-results .results .event-list .event-card .event-info .event-organizer {
  margin: 0 0 8px 0;
}
.check-events .map-results .results .event-list .event-card .event-info .event-name {
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  font-weight: 700;
  color: #234b75;
  line-height: 1.3;
  margin-bottom: 16px;
  position: relative;
}
.check-events .map-results .results .event-list .event-card .event-info .event-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #4a90e2, transparent);
}
.check-events .map-results .results .event-list .event-card .event-info .event-location,
.check-events .map-results .results .event-list .event-card .event-info .event-date,
.check-events .map-results .results .event-list .event-card .event-info .event-organizer {
  font-size: clamp(0.75rem, 1.8vw, 0.9rem);
  font-weight: 600;
  color: #757575;
  display: flex;
  align-items: center;
  gap: 4px;
}
.check-events .map-results .results .event-list .event-card .event-info .event-location::before {
  content: "📍";
}
.check-events .map-results .results .event-list .event-card .event-info .event-date::before {
  content: "📅";
}
.check-events .map-results .results .event-list .event-card .event-info .event-organizer::before {
  content: "🗒️";
}
.check-events .map-results .results .event-list .event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: rgba(74, 144, 226, 0.3);
}
.check-events .map-results .results .event-list .event-card:hover::before {
  opacity: 1;
}
.check-events .map-results .results .event-list .event-card:hover img {
  transform: scale(1.05);
}
.check-events .map-results .results .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(74, 144, 226, 0.1);
}
.check-events .map-results .results .pagination .prev-page,
.check-events .map-results .results .pagination .next-page {
  padding: 12px 24px;
  border: 2px solid #4a90e2;
  border-radius: 25px;
  background: linear-gradient(135deg, #4a90e2, #234b75);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.check-events .map-results .results .pagination .prev-page::before,
.check-events .map-results .results .pagination .next-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.check-events .map-results .results .pagination .prev-page:hover,
.check-events .map-results .results .pagination .next-page:hover {
  background: linear-gradient(135deg, #234b75, #4a90e2);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74, 144, 226, 0.3);
}
.check-events .map-results .results .pagination .prev-page:hover::before,
.check-events .map-results .results .pagination .next-page:hover::before {
  left: 100%;
}
.check-events .map-results .results .pagination .prev-page:disabled,
.check-events .map-results .results .pagination .next-page:disabled {
  background: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.check-events .map-results .results .pagination .prev-page:disabled::before,
.check-events .map-results .results .pagination .next-page:disabled::before {
  display: none;
}
.check-events .map-results .results .pagination .page-info {
  font-size: 0.95rem;
  color: #234b75;
  font-weight: 600;
  background: rgba(74, 144, 226, 0.08);
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid rgba(74, 144, 226, 0.2);
}
@media (max-width: 992px) {
  .check-events .map-results {
    flex-direction: column;
  }
  .check-events .map-results .dashboard-card {
    position: relative;
    top: auto;
    max-height: none;
    overflow-y: visible;
    width: 100%;
  }
  .check-events .map-results .results {
    padding: 20px;
    width: 100% !important;
  }
  .check-events .map-results .results .results-title-wrap {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .check-events .map-results .results .results-title-wrap span {
    text-align: center !important;
  }
  .check-events .map-results .results .results-title-wrap .results-count {
    align-self: flex-end;
  }
  .check-events .map-results .results .event-list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .check-events .map-results .dashboard-card {
    position: relative;
    top: auto;
    max-height: none;
    overflow-y: visible;
    padding: 16px;
    border-radius: 12px;
  }
  .check-events .map-results .results {
    padding: 16px;
    border-radius: 12px;
  }
  .check-events .map-results .results .results-title-wrap .results-title h3::before {
    display: none;
  }
  .check-events .map-results .results .event-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .check-events .map-results .results .event-list .event-card .event-info {
    padding: 16px;
  }
  .check-events .map-results .results .pagination {
    flex-wrap: wrap;
    gap: 8px;
  }
  .check-events .map-results .results .pagination .prev-page,
  .check-events .map-results .results .pagination .next-page {
    padding: 10px 18px;
    font-size: 0.85rem;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.modal .modal-content {
  background: white;
  padding: 20px;
  width: 300px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.25rem;
  cursor: pointer;
}

.apply-process-section {
  position: relative;
  background-image: url(../images/joint_cleanUp/wave-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  z-index: 3;
  margin-bottom: -50px;
}
@media (min-width: 1550px) {
  .apply-process-section {
    padding-bottom: 100px;
  }
}
.apply-process-section .apply-title {
  position: absolute;
  z-index: 3;
  text-align: center;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: start;
  /* 「點我下載清運表」彈跳視窗的樣式 */
}
@media (max-width: 1550px) {
  .apply-process-section .apply-title {
    position: relative;
  }
}
.apply-process-section .apply-title .apply-title-span-wrap,
.apply-process-section .apply-title .apply-title-h2-wrap {
  color: #006da2;
  background-color: #d7f2f9;
  display: inline-block;
  padding: 30px 40px;
  border-radius: 5px;
  margin-left: 5%;
}
@media (max-width: 1550px) {
  .apply-process-section .apply-title .apply-title-span-wrap,
  .apply-process-section .apply-title .apply-title-h2-wrap {
    margin: auto;
  }
}
@media (max-width: 790px) {
  .apply-process-section .apply-title .apply-title-span-wrap,
  .apply-process-section .apply-title .apply-title-h2-wrap {
    padding: 20px 30px;
  }
}
.apply-process-section .apply-title .apply-title-h2-wrap {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  transform: rotate(-2deg);
}
.apply-process-section .apply-title .apply-title-h2-wrap h2 {
  transform: rotate(-2deg);
  white-space: nowrap;
  margin-top: -10px;
}
.apply-process-section .apply-title .apply-title-span-wrap {
  transform: rotate(1deg);
  margin: 0 0 -10px 130px;
}
.apply-process-section .apply-title .apply-title-span-wrap span {
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: bold;
  transform: rotate(2deg);
  white-space: nowrap;
}
@media (max-width: 1550px) {
  .apply-process-section .apply-title .apply-title-span-wrap {
    margin: auto;
  }
}
.apply-process-section .apply-title .timer-download {
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  margin: 20px auto 0 auto;
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(124, 124, 124, 0.1843137255);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.apply-process-section .apply-title .timer-download i {
  margin-right: 15px;
}
.apply-process-section .apply-title .timer-download:hover {
  background-color: #86d1fd;
  color: #006da2;
}
.apply-process-section .apply-title .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  /* 彈跳視窗內容的樣式 */
}
.apply-process-section .apply-title .modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 700px;
  /* 關閉按鈕的樣式 */
}
.apply-process-section .apply-title .modal .modal-content .close {
  color: #aaa;
  float: right;
  font-size: 1.75rem;
  font-weight: bold;
}
.apply-process-section .apply-title .modal .modal-content .close:hover, .apply-process-section .apply-title .modal .modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.apply-process-section .flowchart {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  padding: 0 0 40px 0;
  margin: 70px 0 -5px 0;
  position: relative;
}
@media (max-width: 768px) {
  .apply-process-section .flowchart {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 20px 60px 20px;
    margin: 20px 0 -5px 0;
  }
}
.apply-process-section .flowchart .step {
  display: contents;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 768px) {
  .apply-process-section .flowchart .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7960784314);
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .apply-process-section .flowchart .step:hover {
    background-color: #fff9ab;
    transform: translateY(-2px);
  }
}
.apply-process-section .flowchart .step .step-title {
  grid-column: 1;
  text-align: right;
  padding-right: 10px;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 768px) {
  .apply-process-section .flowchart .step .step-title {
    text-align: center;
    color: #006da2;
    order: 3;
    background-color: #f0f8ff;
    border-radius: 50px;
    padding: 12px 20px;
    margin: 10px 0;
    font-size: clamp(1rem, 3vw, 1.3rem);
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 480px) {
  .apply-process-section .flowchart .step .step-title {
    white-space: normal;
    line-height: 1.3;
    min-height: auto;
  }
}
.apply-process-section .flowchart .step .step-dot {
  grid-column: 2;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 50%;
  justify-self: center;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s;
}
@media (max-width: 768px) {
  .apply-process-section .flowchart .step .step-dot {
    order: 1;
    margin-bottom: 10px;
    border: 3px solid #006da2;
    background-color: #006da2;
    width: 40px;
    height: 40px;
  }
  .apply-process-section .flowchart .step .step-dot::after {
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 1rem;
  }
}
.apply-process-section .flowchart .step .step-content {
  grid-column: 3;
  padding: 10px;
  color: #006da2;
  font-size: clamp(1rem, 2vw, 1.2rem);
  border: 1px solid #dddddd;
  background-color: rgba(255, 255, 255, 0.7960784314);
  border-radius: 10px;
  width: 300px;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .apply-process-section .flowchart .step .step-content {
    width: 100%;
    border: none;
    background-color: transparent;
    text-align: center;
    order: 3;
    line-height: 1.5;
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  }
}
.apply-process-section .flowchart .step:hover .step-dot {
  background-color: #fff9ab;
}
@media (max-width: 768px) {
  .apply-process-section .flowchart .step:hover .step-dot {
    background-color: #0056b3;
  }
}
.apply-process-section .flowchart .step:hover .step-content {
  color: #353535;
  background-color: #fff9ab;
}
@media (max-width: 768px) {
  .apply-process-section .flowchart .step:hover .step-content {
    background-color: transparent;
    color: #004494;
  }
}
.apply-process-section .flowchart .step-line {
  grid-column: 2;
  width: 4px;
  height: 80px;
  background-color: #333;
  justify-self: center;
  z-index: 0;
}
@media (max-width: 768px) {
  .apply-process-section .flowchart .step-line {
    display: none;
  }
}
@media (max-width: 768px) {
  .apply-process-section .flowchart {
    counter-reset: step-counter;
  }
}
.apply-process-section .apply-cleanup-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .apply-process-section .apply-cleanup-btn-wrap {
    padding-bottom: 120px;
  }
}
.apply-process-section .apply-cleanup-btn-wrap .apply-cleanup-btn {
  background: rgba(25, 53, 66, 0.534);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(39, 68, 82, 0.555);
  color: #fff;
  border-radius: 50px;
  padding: 22px 40px;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.apply-process-section .apply-cleanup-btn-wrap .apply-cleanup-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.apply-process-section .apply-cleanup-btn-wrap .apply-cleanup-btn:hover {
  background: rgba(28, 49, 59, 0.35);
  box-shadow: 0 12px 40px 0 rgba(34, 60, 73, 0.5);
  transform: translateY(-3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.apply-process-section .apply-cleanup-btn-wrap .apply-cleanup-btn:hover::before {
  left: 100%;
}
.apply-process-section .apply-cleanup-btn-wrap .apply-cleanup-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px 0 rgba(0, 109, 162, 0.3);
}

.coastal-risks-section {
  padding: 80px 0;
}
.coastal-risks-section .coastal-risks-content {
  margin: auto;
  max-width: 1400px;
  padding: 0px 0 100px 0;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.coastal-risks-section .coastal-risks-content .coastal-risks-title {
  position: relative;
  background-color: #f5c520;
  padding: 50px 0;
  border-radius: 20px 20px 0 0;
  line-height: 2;
}
.coastal-risks-section .coastal-risks-content .coastal-risks-title .risks-span {
  position: absolute;
  bottom: 0;
  left: 0%;
  font-size: 1.6rem;
  transform: rotate(-15deg);
}
.coastal-risks-section .coastal-risks-content .coastal-risks-title .risks-span span {
  position: relative;
}
.coastal-risks-section .coastal-risks-content .coastal-risks-title .risks-span span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: rgba(218, 104, 96, 0.7411764706);
  border-radius: 50px;
  z-index: -1;
}
.coastal-risks-section .coastal-risks-content .coastal-risks-title h2 {
  text-align: center;
  font-size: 2rem;
}
.coastal-risks-section .coastal-risks-content .coastal-risks-title h2 span {
  font-size: 2.8rem;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.coastal-risks-section-wave {
  padding: 80px 0 0 0;
  position: relative;
  background-color: #bce3f9;
}
.coastal-risks-section-wave .coastal-risks-content {
  margin: auto;
  border-radius: 20px;
  position: relative;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title {
  position: relative;
  padding: 50px 0;
  border-radius: 20px 20px 0 0;
  line-height: 2;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .waves {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .waves .parallax > use {
  animation: move-forever 35s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .waves .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .waves .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .waves .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .waves .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .waves .waves {
    height: 40px;
    min-height: 40px;
  }
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .risks-span-title-wrap {
  position: absolute;
  top: -100px;
  left: 50px;
  animation: whaleMove 8s ease infinite;
  z-index: 3;
}
@media (max-width: 1250px) {
  .coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .risks-span-title-wrap {
    top: -60px;
    left: 30px;
  }
}
@keyframes whaleMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .risks-span-title-wrap img {
  width: 400px;
}
@media (max-width: 1250px) {
  .coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .risks-span-title-wrap img {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .risks-span-title-wrap img {
    opacity: 0.4;
  }
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .risks-span-title-wrap .risks-span {
  position: absolute;
  top: 20px;
  left: 25px;
  background-color: #fff;
  border: 2px solid #474747;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.6rem;
  transform: rotate(-15deg);
  z-index: 1;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1250px) {
  .coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .risks-span-title-wrap .risks-span {
    font-size: 1.4rem;
    top: 30px;
  }
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .risks-span-title-wrap .risks-span::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #fff;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .risks-span-title-wrap .risks-span span {
  position: relative;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .risks-span-title-wrap .risks-span span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: rgba(218, 104, 96, 0.7411764706);
  border-radius: 50px;
  z-index: -1;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .risks-h2-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  gap: 5px;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .risks-h2-title h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2274509804);
  padding: 10px 20px;
  border-radius: 10px;
  z-index: 4;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-title .risks-h2-title h2 span {
  font-size: clamp(1.6rem, 2.5vw, 2.6rem);
  color: #fff243;
  padding: 5px 10px;
  border-radius: 5px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg {
  position: relative;
  background: linear-gradient(to bottom, #fceabb, #ffde82);
  padding: 50px 0 100px 0;
  margin-bottom: -100px;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-top-img {
  position: absolute;
  top: -40px;
  width: 100%;
}
@media (max-width: 768px) {
  .coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-top-img {
    top: -20px;
  }
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-waste-decorations {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 3;
  pointer-events: none;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-waste-decorations .waste-item {
  position: absolute;
  font-size: clamp(2.2rem, 3vw, 3.8rem);
  opacity: 0.8;
  transform-origin: center;
  animation: gentleFloat 4s ease-in-out infinite;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-waste-decorations .waste-item.waste-bottle {
  top: 15%;
  left: 15%;
  animation-delay: 0s;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-waste-decorations .waste-item.waste-can {
  top: 35%;
  left: 80%;
  animation-delay: 0.5s;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-waste-decorations .waste-item.waste-bag {
  top: 25%;
  left: 60%;
  animation-delay: 1s;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-waste-decorations .waste-item.waste-cup {
  top: 45%;
  left: 25%;
  animation-delay: 1.5s;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-waste-decorations .waste-item.waste-straw {
  top: 30%;
  left: 70%;
  animation-delay: 2s;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-waste-decorations .waste-item.waste-tire {
  top: 50%;
  left: 10%;
  animation-delay: 2.5s;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-waste-decorations .waste-item.waste-shoe {
  top: 28%;
  left: 45%;
  animation-delay: 3s;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-waste-decorations .waste-item.waste-cigarette {
  top: 40%;
  left: 55%;
  animation-delay: 3.5s;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-waste-decorations .waste-item.waste-bottle2 {
  top: 20%;
  left: 35%;
  animation-delay: 4s;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-waste-decorations .waste-item.waste-container {
  top: 32%;
  left: 85%;
  animation-delay: 0.8s;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-waste-decorations .waste-item.waste-battery {
  top: 18%;
  left: 75%;
  animation-delay: 1.8s;
}
@media (max-width: 768px) {
  .coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap-bg .beach-waste-decorations .waste-item {
    opacity: 0.7;
  }
}
@keyframes gentleFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-6px) rotate(1deg);
  }
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 25px;
  padding: 60px 20px;
}
@media (max-width: 1200px) {
  .coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 598px) {
  .coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card {
  width: 250px;
  height: 330px;
  border-radius: 10px;
  position: relative;
  perspective: 150rem;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card .font,
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card .back {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 3rem;
  color: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  transition: all 0.5s;
  border-radius: 10px;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card .font {
  background: rgb(255, 255, 255);
  justify-content: center;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card .font img {
  width: 80%;
  height: auto;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card .font h3 {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #3d3d3d;
  text-align: center;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card .font p {
  font-size: 1.2rem;
  color: #3d3d3d;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card .font .solution-info {
  font-size: 1rem;
  color: #3d3d3d;
  padding: 10px 20px;
  background-color: #ffee55;
  border-radius: 50px;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card .back {
  background: rgb(235, 228, 135);
  transform: rotateY(-180deg);
  justify-content: start;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card .back h3 {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #3d3d3d;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 10px;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card .back p {
  font-size: 1.2rem;
  color: #3d3d3d;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card:hover .font {
  transform: rotateY(180deg);
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card:hover .back {
  transform: rotateY(0);
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card img {
  width: 100%;
  height: auto;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card h3 {
  font-size: 1.5rem;
  margin-top: 10px;
}
.coastal-risks-section-wave .coastal-risks-content .coastal-risks-card-wrap .coastal-risks-card p {
  font-size: 1rem;
  margin-top: 10px;
}

/* 定義變數 */
/* GIS主容器*/
.gis-main-container {
  display: flex;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gis-main-container .gis-header-wrap {
  position: fixed;
  background-color: #4c7ec9;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 60;
}
.gis-main-container .gis-header-wrap .gis-logo-wrap {
  width: 230px;
  margin: 0;
}
.gis-main-container .gis-header-wrap .gis-logo-wrap img {
  width: 100%;
}
.gis-main-container .gis-header-wrap .gis-navbar ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.gis-main-container .gis-header-wrap .gis-navbar ul li {
  margin: 0 10px;
}
.gis-main-container .gis-header-wrap .gis-navbar ul li a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
}
.gis-main-container .gis-header-wrap .gis-navbar ul li a:hover {
  color: #f0f0f0;
}

.toggle-btn {
  position: absolute;
  top: 100px;
  left: 20px;
  height: 50px;
  background: none;
  border: 1px solid #f0f0f0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50px;
  color: #5f5f5f;
  font-size: 1rem;
  padding: 15px 20px 15px 45px;
  cursor: pointer;
  background-color: #fff;
  overflow: hidden;
  z-index: 100;
  transition: all 0.3s;
}
.toggle-btn:hover {
  background: #4c7ec9;
  color: white;
}
.toggle-btn:hover span {
  background-color: #fff;
}
.toggle-btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 20px;
  background: #5f5f5f;
  border-radius: 50px;
  opacity: 1;
  left: 15px;
  top: 50%;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.toggle-btn span:nth-child(2) {
  transform: rotate(135deg);
}
.toggle-btn span:nth-child(3) {
  opacity: 0;
  transform: translate(0, -50%);
}
.toggle-btn span:nth-child(4) {
  transform: rotate(-135deg);
}
.toggle-btn.open {
  width: 50px;
  padding: 0;
}
.toggle-btn.open p {
  display: none;
}
.toggle-btn.open span:nth-child(2) {
  top: 30%;
  transform: translate(0, -30%);
}
.toggle-btn.open span:nth-child(3) {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}
.toggle-btn.open span:nth-child(4) {
  top: 70%;
  transform: translate(0, -70%);
}

/* 側邊欄樣式 */
.gis-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 250px;
  height: 100%;
  background: #ffffff;
  color: #5f5f5f;
  padding: 100px 20px 20px 20px;
  transition: width 0.3s ease;
  z-index: 50;
  transition: all 0.3s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.gis-sidebar .zoom-btn {
  position: absolute;
  left: 104%;
  bottom: 50px;
  display: flex;
  gap: 10px;
}
.gis-sidebar .zoom-btn button {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: none;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.5rem;
  padding: 10px;
}
.gis-sidebar .zoom-btn button:hover {
  background: #4c7ec9;
  color: white;
}
.gis-sidebar .zoom-btn button img {
  width: 100%;
}
.gis-sidebar .zoom-btn .layer-manager-btn {
  position: relative;
}
.gis-sidebar .zoom-btn .layer-manager-btn i {
  font-size: 1.2rem;
}
.gis-sidebar .zoom-btn .layer-manager-btn.active {
  background: #4c7ec9;
  color: white;
}
.gis-sidebar .gis-menu {
  position: relative;
  transition: all 0.3s;
  margin-top: 60px;
}
.gis-sidebar .gis-menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gis-sidebar .gis-menu ul li {
  position: relative;
}
.gis-sidebar .gis-menu ul li button {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #005b96;
  text-decoration: none;
  width: 100%;
  text-align: start;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #fff;
  transition: all 0.3s;
  overflow: hidden;
  cursor: pointer;
}
.gis-sidebar .gis-menu ul li button:hover {
  background: #4c7ec9;
  color: white;
}
.gis-sidebar .gis-menu ul li button img {
  width: 30px;
}
.gis-sidebar .gis-menu ul li .gis-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  z-index: 1000;
  min-width: 250px;
}
@media (max-width: 768px) {
  .gis-sidebar .gis-menu ul li .gis-submenu {
    top: 100%;
    left: 25%;
  }
}
.gis-sidebar .gis-menu ul li .gis-submenu li {
  padding: 10px 15px;
}
.gis-sidebar .gis-menu ul li .gis-submenu li a {
  text-decoration: none;
  color: #333;
  font-size: 1rem;
}
.gis-sidebar .gis-menu ul li .gis-submenu li a:hover {
  color: #005b96;
}
.gis-sidebar .gis-menu ul li:hover .gis-submenu {
  display: block;
}
.gis-sidebar.collapsed {
  left: -200px;
}
.gis-sidebar.collapsed .gis-menu {
  margin-right: -40px;
}
.gis-sidebar.collapsed ul {
  align-items: end;
}
.gis-sidebar.collapsed ul li button {
  width: 50px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none;
}
.gis-sidebar.collapsed ul li button p {
  display: none;
}

/* 地圖區域設計 */
.gis-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.gis-container .map-section {
  position: fixed;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 卡片樣式 */
}
.gis-container .map-section .map-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #d9f9ff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}
.gis-container .map-section .map-area img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gis-container .map-section .info-panel {
  position: absolute;
  right: 20px;
  top: 150px;
  width: 400px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  overflow: hidden;
}
.gis-container .map-section .info-panel::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #005b96;
  height: 20px;
  width: 100%;
}
.gis-container .map-section .info-panel .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  color: #005b96;
  font-size: 1.5rem;
  background-color: #ececec;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.gis-container .map-section .info-panel .close-button:hover {
  background-color: #ffb5b5;
  color: white;
}
.gis-container .map-section .info-panel .close-button span {
  position: absolute;
  height: 3px;
  width: 18px;
  background: #5f5f5f;
  border-radius: 50px;
  opacity: 1;
  left: 6px;
  top: 45%;
  transition: 0.25s ease-in-out;
}
.gis-container .map-section .info-panel .close-button span:nth-child(1) {
  transform: rotate(135deg);
}
.gis-container .map-section .info-panel .close-button span:nth-child(2) {
  transform: rotate(-135deg);
}
.gis-container .map-section .info-panel.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.gis-container .map-section .info-panel h3 {
  font-size: 1.5rem;
  color: #005b96;
  margin-bottom: 10px;
}
.gis-container .map-section .info-panel img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}
.gis-container .map-section .info-panel p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

/* 固定底部樣式 */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  color: #686868;
  text-align: center;
  padding: 10px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* === 新增的控制元件樣式 === */
/* 1. 展開收合功能和 Switch 切換按鈕樣式 */
.gis-submenu-collapsible {
  display: none;
  transition: all 0.3s ease;
}
.gis-submenu-collapsible.show {
  display: block;
}
.gis-submenu-collapsible .layer-item {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.gis-submenu-collapsible .layer-item:last-child {
  border-bottom: none;
}
.gis-submenu-collapsible .switch-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.gis-submenu-collapsible .switch-container .switch-slider {
  position: relative;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  transition: background-color 0.3s;
}
.gis-submenu-collapsible .switch-container .switch-slider::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 2px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}
.gis-submenu-collapsible .switch-container input[type=checkbox] {
  display: none;
}
.gis-submenu-collapsible .switch-container input[type=checkbox]:checked + .switch-slider {
  background-color: #4c7ec9;
}
.gis-submenu-collapsible .switch-container input[type=checkbox]:checked + .switch-slider::before {
  transform: translateX(20px);
}
.gis-submenu-collapsible .switch-container .layer-name {
  flex: 1;
  font-size: 0.9rem;
  color: #333;
}

/* 2. 下拉選單樣式 */
.dropdown-container {
  padding: 10px 0;
}
.dropdown-container label {
  display: block;
  font-size: 0.9rem;
  color: #005b96;
  margin-bottom: 5px;
  font-weight: 600;
}
.dropdown-container select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;
  font-size: 0.9rem;
  color: #333;
  cursor: pointer;
  transition: border-color 0.3s;
}
.dropdown-container select:focus {
  outline: none;
  border-color: #4c7ec9;
  box-shadow: 0 0 0 2px rgba(76, 126, 201, 0.2);
}
.dropdown-container select:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}
.dropdown-container optgroup {
  font-weight: bold;
  color: #005b96;
}
.dropdown-container option {
  padding: 5px;
  font-weight: normal;
}

/* 3. 單選按鈕群組樣式 */
.radio-group-container {
  padding: 15px;
}
.radio-group-container fieldset {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  margin: 0;
}
.radio-group-container fieldset legend {
  padding: 0 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #005b96;
}
.radio-group-container .radio-option {
  margin-bottom: 12px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.3s;
}
.radio-group-container .radio-option:hover {
  background-color: #f8f9fa;
  border-color: #e0e0e0;
}
.radio-group-container .radio-option .redio-label-wrap {
  display: flex;
}
.radio-group-container .radio-option input[type=radio] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  accent-color: #4c7ec9;
}
.radio-group-container .radio-option label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
}
.radio-group-container .radio-option small {
  display: block;
  font-size: 0.8rem;
  color: #666;
  margin-left: 24px;
  line-height: 1.3;
}
.radio-group-container .radio-option input[type=radio]:checked ~ label {
  color: #4c7ec9;
}

/* 4. 搜尋表單樣式 */
.search-form-container {
  padding: 15px;
}
.search-form-container .screening-search-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.search-form-container .search-input-group label {
  display: block;
  font-size: 0.9rem;
  color: #005b96;
  margin-bottom: 5px;
  font-weight: 600;
}
.search-form-container .search-input-group .search-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: border-color 0.3s;
}
.search-form-container .search-input-group .search-input:focus {
  outline: none;
  border-color: #4c7ec9;
  box-shadow: 0 0 0 2px rgba(76, 126, 201, 0.2);
}
.search-form-container .search-input-group .search-input::-moz-placeholder {
  color: #999;
}
.search-form-container .search-input-group .search-input::placeholder {
  color: #999;
}
.search-form-container .date-range-group {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
}
.search-form-container .date-range-group label {
  font-size: 0.8rem;
  color: #005b96;
  font-weight: 600;
}
.search-form-container .date-range-group .date-input {
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.8rem;
}
.search-form-container .date-range-group .date-input:focus {
  outline: none;
  border-color: #4c7ec9;
  box-shadow: 0 0 0 2px rgba(76, 126, 201, 0.2);
}
.search-form-container .search-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.search-form-container .search-buttons button {
  flex: 1;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.search-form-container .search-buttons button i {
  font-size: 0.8rem;
}
.search-form-container .search-buttons .search-btn {
  background-color: #4c7ec9;
  color: white;
}
.search-form-container .search-buttons .search-btn:hover {
  background-color: #3a6bb0;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(76, 126, 201, 0.3);
}
.search-form-container .search-buttons .clear-btn {
  background-color: #6c757d;
  color: white;
}
.search-form-container .search-buttons .clear-btn:hover {
  background-color: #5a6268;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}

/* 5. 時光飛梭進度條樣式 */
.timeline-container {
  padding: 20px;
}
.timeline-container .timeline-control h4 {
  font-size: 1rem;
  color: #005b96;
  margin-bottom: 15px;
  text-align: center;
}
.timeline-container .timeline-slider-container {
  position: relative;
  margin-bottom: 20px;
}
.timeline-container .timeline-slider-container label {
  display: block;
  font-size: 0.9rem;
  color: #005b96;
  margin-bottom: 10px;
  font-weight: 600;
}
.timeline-container .timeline-slider-container .timeline-slider {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(to right, #e0e0e0 0%, #4c7ec9 100%);
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.timeline-container .timeline-slider-container .timeline-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4c7ec9;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.timeline-container .timeline-slider-container .timeline-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 3px 8px rgba(76, 126, 201, 0.5);
}
.timeline-container .timeline-slider-container .timeline-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4c7ec9;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.timeline-container .timeline-slider-container .timeline-slider::-moz-range-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 3px 8px rgba(76, 126, 201, 0.5);
}
.timeline-container .timeline-slider-container .timeline-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 0.8rem;
  color: #666;
}
.timeline-container .timeline-slider-container .timeline-labels .timeline-current {
  color: #4c7ec9;
  font-weight: 600;
  font-size: 0.9rem;
}
.timeline-container .timeline-buttons {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 15px;
}
.timeline-container .timeline-buttons button {
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.timeline-container .timeline-buttons button i {
  font-size: 0.7rem;
}
.timeline-container .timeline-buttons .play-btn {
  background-color: #28a745;
  color: white;
}
.timeline-container .timeline-buttons .play-btn:hover {
  background-color: #218838;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(40, 167, 69, 0.3);
}
.timeline-container .timeline-buttons .pause-btn {
  background-color: #ffc107;
  color: #333;
}
.timeline-container .timeline-buttons .pause-btn:hover {
  background-color: #e0a800;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(255, 193, 7, 0.3);
}
.timeline-container .timeline-buttons .reset-btn {
  background-color: #6c757d;
  color: white;
}
.timeline-container .timeline-buttons .reset-btn:hover {
  background-color: #5a6268;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(108, 117, 125, 0.3);
}
.timeline-container .timeline-info {
  background-color: #f8f9fa;
  padding: 12px;
  border-radius: 6px;
  border-left: 4px solid #4c7ec9;
}
.timeline-container .timeline-info .info-text {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
}
.timeline-container .timeline-info .info-text span {
  color: #4c7ec9;
}
.timeline-container .timeline-info .info-description {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* 浮動圖層管理面板樣式 */
.floating-layer-panel {
  position: absolute;
  top: 90px;
  right: 20px;
  width: 320px;
  background: white;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px, rgba(0, 0, 0, 0.12) 0px 1px 3px;
  z-index: 1000;
  display: none;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.floating-layer-panel.show {
  display: block;
  animation: slideInRight 0.3s ease-out;
}
.floating-layer-panel .panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
  background: linear-gradient(135deg, #4c7ec9 0%, #3a6bb0 100%);
  color: white;
}
.floating-layer-panel .panel-header h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.floating-layer-panel .panel-header .close-panel-btn {
  background: none;
  border: none;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.3s;
}
.floating-layer-panel .panel-header .close-panel-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.floating-layer-panel .layer-modes-section {
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
  background: #f8f9fa;
}
.floating-layer-panel .layer-modes-section .section-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #005b96;
  margin: 0 0 12px 0;
}
.floating-layer-panel .layer-modes-section .mode-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.floating-layer-panel .layer-modes-section .mode-buttons .mode-btn {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: white;
  color: #333;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}
.floating-layer-panel .layer-modes-section .mode-buttons .mode-btn:hover {
  border-color: #4c7ec9;
  background: #f0f8ff;
  color: #4c7ec9;
}
.floating-layer-panel .layer-modes-section .mode-buttons .mode-btn.active {
  background: #4c7ec9;
  border-color: #4c7ec9;
  color: white;
  box-shadow: 0 2px 4px rgba(76, 126, 201, 0.3);
}
.floating-layer-panel .panel-content {
  max-height: 480px;
  overflow-y: auto;
  padding: 16px 20px;
}
.floating-layer-panel .panel-content::-webkit-scrollbar {
  width: 6px;
}
.floating-layer-panel .panel-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.floating-layer-panel .panel-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.floating-layer-panel .panel-content::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.floating-layer-panel .layer-group {
  margin-bottom: 20px;
}
.floating-layer-panel .layer-group:last-child {
  margin-bottom: 0;
}
.floating-layer-panel .layer-group .group-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #005b96;
  margin: 0 0 12px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #e0e0e0;
}
.floating-layer-panel .layer-group .layer-controls {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.floating-layer-panel .layer-group .layer-switch {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  transition: all 0.3s;
}
.floating-layer-panel .layer-group .layer-switch:hover {
  background: #f8f9fa;
}
.floating-layer-panel .layer-group .layer-switch input[type=checkbox] {
  display: none;
}
.floating-layer-panel .layer-group .layer-switch .switch {
  position: relative;
  width: 36px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  margin-right: 12px;
  transition: background-color 0.3s;
  flex-shrink: 0;
}
.floating-layer-panel .layer-group .layer-switch .switch::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 2px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.floating-layer-panel .layer-group .layer-switch input[type=checkbox]:checked + .switch {
  background-color: #4c7ec9;
}
.floating-layer-panel .layer-group .layer-switch input[type=checkbox]:checked + .switch::before {
  transform: translateX(16px);
}
.floating-layer-panel .layer-group .layer-switch .layer-label {
  font-size: 0.9rem;
  color: #333;
  flex: 1;
  line-height: 1.3;
}
.floating-layer-panel .layer-group .layer-switch input[type=checkbox]:checked ~ .layer-label {
  color: #4c7ec9;
  font-weight: 500;
}
.floating-layer-panel .panel-footer {
  padding: 16px 20px;
  border-top: 1px solid #e0e0e0;
  background: #f8f9fa;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.floating-layer-panel .panel-footer .panel-btn {
  flex: 1;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.floating-layer-panel .panel-footer .panel-btn.reset-all-btn {
  background: #6c757d;
  color: white;
}
.floating-layer-panel .panel-footer .panel-btn.reset-all-btn:hover {
  background: #5a6268;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(108, 117, 125, 0.3);
}
.floating-layer-panel .panel-footer .panel-btn.apply-btn {
  background: #4c7ec9;
  color: white;
}
.floating-layer-panel .panel-footer .panel-btn.apply-btn:hover {
  background: #3a6bb0;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(76, 126, 201, 0.3);
}

/* 動畫效果 */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 響應式設計 */
@media (max-width: 768px) {
  .gis-submenu .dropdown-container,
  .gis-submenu .radio-group-container,
  .gis-submenu .search-form-container,
  .gis-submenu .timeline-container {
    padding: 10px;
  }
  .gis-submenu .date-range-group {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .gis-submenu .search-buttons,
  .gis-submenu .timeline-buttons {
    flex-direction: column;
  }
  .floating-layer-panel {
    width: 280px;
    top: 90px;
    right: 10px;
  }
  .floating-layer-panel .panel-content {
    max-height: 50vh;
  }
  .zoom-btn {
    left: 102%;
    gap: 8px;
  }
  .zoom-btn button {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
}
.dashboard-stat-card {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  box-shadow: 0 8px 30px rgba(0, 80, 120, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(155, 189, 238, 0.3764705882);
}
.dashboard-stat-card:hover {
  box-shadow: 0 12px 32px rgba(155, 189, 238, 0.7);
  transform: translateY(-3px);
}

@keyframes subtle-parallax {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}
.dashboard-card, .dashboard-map-svg {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  box-shadow: 0 8px 30px rgba(0, 80, 120, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(155, 189, 238, 0.3764705882);
}
.dashboard-card:hover, .dashboard-map-svg:hover {
  box-shadow: 0 12px 32px rgba(155, 189, 238, 0.7);
  transform: translateY(-3px);
}

.dashboard-card__label {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #184c64;
  font-weight: 500;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard-card__value {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #0097a7;
  font-weight: bold;
  min-width: 2.5em;
  text-align: right;
}

.dashboard-card h3 {
  color: #006aa7;
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.dashboard-card__item {
  background: rgba(178, 213, 242, 0.267);
  border-radius: 16px;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 1px 6px rgba(0, 150, 136, 0.06);
  min-width: 0;
  border: 1px solid rgba(178, 213, 242, 0.4);
}

.dashboard-card__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 12px;
  margin-top: 8px;
}
@media (max-width: 480px) {
  .dashboard-card__grid {
    grid-template-columns: 1fr;
  }
}

.dashboard-card__icon {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

@keyframes subtle-parallax {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}
.no-coastal-area {
  opacity: 0.6 !important;
  pointer-events: none !important;
  fill: none !important;
}
.no-coastal-area.selected {
  fill: none !important;
}
.no-coastal-area:hover {
  opacity: 0.6 !important;
  fill: none !important;
}

.dashboard-tag-area {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  margin-bottom: 32px;
  max-width: 1400px;
  position: relative;
}
@media (max-width: 480px) {
  .dashboard-tag-area {
    align-items: center;
    justify-content: center;
  }
}
.dashboard-tag-area .dashboard-tag {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  font-weight: 600;
  color: #006aa7;
  border-radius: 18px;
  padding: 15px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.dashboard-tag-area .dashboard-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  z-index: -1;
}
@media (max-width: 480px) {
  .dashboard-tag-area .dashboard-tag {
    font-size: 0.9rem;
    padding: 10px;
    border-radius: 8px;
  }
}
.dashboard-tag-area .dashboard-tag:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 80, 120, 0.08);
}
.dashboard-tag-area .dashboard-tag .dashboard-tag__value {
  font-weight: 700;
  margin-left: 4px;
}
.dashboard-tag-area .dashboard-tag:nth-child(1) {
  background: linear-gradient(135deg, rgba(13, 71, 161, 0.15) 0%, rgba(25, 118, 210, 0.25) 100%);
  color: #1565c0;
}
.dashboard-tag-area .dashboard-tag:nth-child(1):hover {
  background: linear-gradient(135deg, rgba(13, 71, 161, 0.2) 0%, rgba(25, 118, 210, 0.3) 100%);
}
.dashboard-tag-area .dashboard-tag:nth-child(2) {
  background: linear-gradient(135deg, rgba(0, 137, 123, 0.15) 0%, rgba(0, 150, 136, 0.25) 100%);
  color: #00796b;
}
.dashboard-tag-area .dashboard-tag:nth-child(2):hover {
  background: linear-gradient(135deg, rgba(0, 137, 123, 0.2) 0%, rgba(0, 150, 136, 0.3) 100%);
}
.dashboard-tag-area .dashboard-tag:nth-child(3) {
  background: linear-gradient(135deg, rgba(27, 94, 32, 0.15) 0%, rgba(56, 142, 60, 0.25) 100%);
  color: #388e3c;
}
.dashboard-tag-area .dashboard-tag:nth-child(3):hover {
  background: linear-gradient(135deg, rgba(27, 94, 32, 0.2) 0%, rgba(56, 142, 60, 0.3) 100%);
}
.dashboard-tag-area .dashboard-tag:nth-child(4) {
  background: linear-gradient(135deg, rgba(49, 27, 146, 0.15) 0%, rgba(81, 45, 168, 0.25) 100%);
  color: #512da8;
}
.dashboard-tag-area .dashboard-tag:nth-child(4):hover {
  background: linear-gradient(135deg, rgba(49, 27, 146, 0.2) 0%, rgba(81, 45, 168, 0.3) 100%);
}
.dashboard-tag-area .dashboard-tag:hover .dashboard-tag__label {
  transform: translateY(-1px);
}
.dashboard-tag-area .dashboard-tag:hover .dashboard-tag__value {
  transform: translateY(-1px) scale(1.05);
}
.dashboard-tag-area .dashboard-tag::after {
  content: "#";
  position: absolute;
  left: 15px;
  opacity: 0.2;
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  font-weight: 900;
  z-index: -1;
  color: currentColor;
  transition: all 0.3s ease;
}
.dashboard-tag-area .dashboard-tag:hover::after {
  transform: scale(1.2);
  opacity: 0.1;
}
.dashboard-tag-area .dashboard-tag .dashboard-tag__label {
  padding-left: 23px;
}

.results-title-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.results-title-area .dashboard-tag-results-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  position: relative;
}
@media (max-width: 480px) {
  .results-title-area .dashboard-tag-results-area {
    align-items: center;
    justify-content: center;
  }
}
.results-title-area .dashboard-tag-results-area .dashboard-tag {
  display: flex;
  align-items: center;
  font-size: clamp(0.8rem, 2.5vw, 1rem);
  font-weight: 600;
  color: #006aa7;
  border-radius: 18px;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.results-title-area .dashboard-tag-results-area .dashboard-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  z-index: -1;
}
@media (max-width: 480px) {
  .results-title-area .dashboard-tag-results-area .dashboard-tag {
    padding: 8px;
    border-radius: 8px;
  }
}
.results-title-area .dashboard-tag-results-area .dashboard-tag:nth-child(1) {
  background: linear-gradient(135deg, rgba(27, 94, 32, 0.15) 0%, rgba(56, 142, 60, 0.25) 100%);
  color: #388e3c;
}
.results-title-area .dashboard-tag-results-area .dashboard-tag:nth-child(2) {
  background: linear-gradient(135deg, rgba(49, 27, 146, 0.15) 0%, rgba(81, 45, 168, 0.25) 100%);
  color: #512da8;
}

.dashboard-cleanup-results {
  position: relative;
  overflow: hidden;
  padding: 40px 40px 60px 40px;
  max-width: 1500px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 32px;
  margin: 48px auto auto auto;
}
.dashboard-cleanup-results::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/index/dashboard-bg.png");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  border-radius: inherit;
  opacity: 0.8;
}
.dashboard-cleanup-results::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.438) 0%, rgba(255, 255, 255, 0.164) 100%);
  z-index: -1;
  border-radius: inherit;
}
@media (min-width: 768px) {
  .dashboard-cleanup-results::before {
    transform: translateZ(0);
    will-change: transform;
    transition: background-position 0.1s ease-out;
    animation: subtle-parallax 25s infinite alternate ease-in-out;
  }
}
@media (max-width: 767px) {
  .dashboard-cleanup-results::before {
    background-attachment: scroll;
    background-position: center center !important;
  }
}
.dashboard-cleanup-results__content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  gap: 32px;
  height: auto;
  min-height: 360px;
  box-sizing: border-box;
  max-width: 1400px;
  position: relative;
  z-index: 1;
}

.dashboard-map-area {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 320px;
}
.dashboard-map-area .dashboard-map-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dashboard-map-svg {
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  flex-grow: 1;
}
.dashboard-map-svg img,
.dashboard-map-svg svg {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.dashboard-results-cards {
  flex: 0 1 50%;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  height: 100%;
  min-height: 580px;
}

.dashboard-card {
  padding: 24px 28px 20px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.dashboard-card h3 {
  padding-left: 10px;
}
.dashboard-card h3::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 30px;
  border-radius: 3px;
  left: -5px;
  background: #4d84c4;
  opacity: 0.7;
  top: 0px;
}
.dashboard-card__grid {
  margin-top: auto;
  flex-grow: 1;
  display: grid;
}
#taiwan-map-svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08));
}
#taiwan-map-svg path {
  stroke: rgb(32.5240384615, 174.5456730769, 192.9759615385);
  stroke-width: 0.6;
  fill: rgb(164.2884615385, 231.0480769231, 239.7115384615);
  transition: all 0.3s ease;
  cursor: pointer;
}
#taiwan-map-svg path:hover {
  fill: #4dd0e1;
  transform: translateY(-2px);
}
#taiwan-map-svg path.active, #taiwan-map-svg path.selected {
  fill: #4dd0e1;
  stroke: rgb(0, 127.9431137725, 141.5);
  stroke-width: 1.2;
}

.islands-selector {
  position: absolute;
  right: 15px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.185);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 16px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.islands-selector:before {
  content: "離島地區";
  display: block;
  font-size: clamp(0.8rem, 2.5vw, 1rem);
  font-weight: 500;
  color: #777777;
  margin-bottom: 5px;
  text-align: center;
}
.islands-selector .island-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 5px 8px;
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.islands-selector .island-item:hover {
  transform: translateX(-3px);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-color: #3c93c8;
}
.islands-selector .island-item.active {
  background-color: rgb(116, 204.2275449102, 255);
  border-color: #006aa7;
  box-shadow: 0 2px 8px rgba(0, 106, 167, 0.2);
}
.islands-selector .island-item.active .island-icon {
  background-color: #3c93c8;
  color: #fff;
}
.islands-selector .island-item.active .island-label {
  color: #00507e;
  font-weight: 700;
}
.islands-selector .island-item .island-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgb(164.2884615385, 231.0480769231, 239.7115384615);
  color: rgb(25.1682692308, 135.0697115385, 149.3317307692);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.875rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.islands-selector .island-item .island-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  transition: color 0.2s ease-in-out;
}

.county-filter-container {
  margin: 0.5rem 0 1.2rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 1rem;
  border: 1px solid rgba(178, 206, 242, 0.6);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.county-filter-container:hover {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 30px rgba(0, 80, 120, 0.08);
}

.county-filter-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  gap: 8px;
}

.county-filter-item {
  position: relative;
}
.county-filter-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.county-filter-item input[type=radio]:checked + label {
  background: rgba(2, 90, 206, 0.123);
  border-color: rgb(0, 73.628742515, 116);
  color: rgb(0, 57.4431137725, 90.5);
  box-shadow: 0 2px 8px rgba(0, 78, 167, 0.3);
  font-weight: bold;
  transform: translateY(-1px);
}
.county-filter-item input[type=radio]:checked + label::after {
  /* 隱藏打勾符號 */
  content: "";
  position: absolute;
}
.county-filter-item input[type=radio]:focus + label {
  box-shadow: 0 0 0 2px rgba(0, 78, 167, 0.3);
}
.county-filter-item label {
  display: block;
  padding: 6px;
  font-size: clamp(0.9rem, 2vw, 1rem);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(178, 206, 242, 0.6);
  color: #006aa7;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.county-filter-item label:hover {
  background: rgba(178, 204, 242, 0.3);
  border-color: rgba(0, 72, 167, 0.4);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .county-filter-list {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  }
}
@media (max-width: 480px) {
  .county-filter-list {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 6px;
  }
  .county-filter-item label {
    font-size: 0.8rem;
    padding: 5px;
  }
}
@media (max-width: 1024px) {
  .dashboard-cleanup-results__content {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    height: auto;
    min-height: unset;
  }
  .dashboard-map-area {
    min-height: 320px;
  }
  .dashboard-map-svg {
    width: 100%;
    height: 280px;
    min-height: 260px;
    max-height: 320px;
    padding: 20px;
  }
  .dashboard-map-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .dashboard-map-header {
    width: 100%;
    justify-content: flex-start;
  }
  .dashboard-stats-container {
    margin-bottom: 24px;
  }
  .dashboard-results-cards {
    flex-direction: column;
    gap: 24px;
    min-width: unset;
    height: auto;
    min-height: unset;
  }
  .dashboard-card {
    min-height: 230px;
  }
}
@media (max-width: 768px) {
  .dashboard-cleanup-results {
    padding: 30px 20px 40px 20px;
  }
  .dashboard-cleanup-results__content {
    flex-direction: column;
    gap: 24px;
  }
  .dashboard-map-area {
    flex: 1 1 auto;
    min-height: 280px;
  }
  .dashboard-results-cards {
    flex: 1 1 auto;
    min-height: unset;
    gap: 20px;
  }
  .dashboard-card {
    min-height: 200px;
    padding: 20px 20px 16px 20px;
  }
  .islands-selector {
    flex-direction: row;
    right: 10px;
    bottom: 10px;
    gap: 8px;
    padding: 8px 12px;
  }
  .islands-selector:before {
    display: none;
  }
  .islands-selector .island-item {
    padding: 4px 6px;
  }
  .islands-selector .island-item .island-icon {
    width: 24px;
    height: 24px;
    font-size: 0.75rem;
  }
  .islands-selector .island-item .island-label {
    font-size: 0.8125rem;
  }
  .islands-selector .island-item:hover {
    transform: translateY(-3px);
  }
}
@media (max-width: 576px) {
  .islands-selector {
    right: 5px;
    bottom: 5px;
  }
  .islands-selector .island-item .island-label {
    display: none;
  }
}
@media (max-width: 1024px) {
  .dashboard-map-svg {
    padding: 20px;
  }
}
.dashboard-stats-container {
  width: 100%;
  margin-bottom: 32px;
  max-width: 1400px;
}

.dashboard-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.dashboard-stat-card {
  flex: 1;
  min-width: 0;
  /* 重要 - 允許 flex 項目縮小 */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.5rem;
}
.dashboard-stat-card:hover {
  box-shadow: 0 8px 32px rgba(155, 189, 238, 0.6588235294);
  transform: translateY(-2px);
}
.dashboard-stat-card:hover .dashboard-stat-card__icon-container {
  transform: scale(1.1) rotate(8deg);
}
.dashboard-stat-card:hover .dashboard-stat-card__number {
  color: #3d4d63;
}
.dashboard-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, transparent, var(--accent-color, #4d7ce1), transparent);
  opacity: 0.7;
}
.dashboard-stat-card[data-type=cleanup] {
  --accent-color: #4dd0e1;
  --rgb-accent: 77, 208, 225;
}
.dashboard-stat-card[data-type=adoption] {
  --accent-color: #7ed957;
  --rgb-accent: 126, 217, 87;
}
.dashboard-stat-card[data-type=application] {
  --accent-color: #ffe25f;
  --rgb-accent: 255, 226, 95;
}
.dashboard-stat-card[data-type=waste] {
  --accent-color: #b39ddb;
  --rgb-accent: 179, 157, 219;
}
.dashboard-stat-card[data-type=people] {
  --accent-color: #ff9e80;
  --rgb-accent: 255, 158, 128;
}
.dashboard-stat-card__icon-container {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 30%, rgba(var(--rgb-accent, 77, 208, 225), 0.2) 100%);
  box-shadow: 0 3px 10px rgba(var(--rgb-accent, 77, 208, 225), 0.15), 0 0 2px rgba(var(--rgb-accent, 77, 208, 225), 0.1) inset;
  margin-bottom: 12px;
  transition: transform 0.4s ease;
  border: 1.5px solid rgba(var(--rgb-accent, 77, 208, 225), 0.3);
  position: relative;
}
.dashboard-stat-card__icon-img {
  width: 62%;
  height: auto;
  filter: drop-shadow(0 2px 3px rgba(var(--rgb-accent, 77, 208, 225), 0.2));
}
.dashboard-stat-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.dashboard-stat-card__number-container {
  margin-bottom: 8px;
}
.dashboard-stat-card__number {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: #5792ad;
  margin-bottom: 5px;
  transition: color 0.3s ease;
  position: relative;
}
.dashboard-stat-card__unit {
  font-size: clamp(0.8rem, 2.5vw, 1rem);
  position: relative;
  margin-left: 2px;
  font-weight: 600;
  color: #777777;
}
.dashboard-stat-card__label {
  font-size: clamp(1rem, 2vw, 1.1rem);
  color: #184c64;
  font-weight: 600;
  text-align: center;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .dashboard-stats {
    gap: 12px;
  }
  .dashboard-stat-card {
    padding: 0.8rem 0.4rem;
  }
  .dashboard-stat-card__icon-container {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
  }
  .dashboard-stat-card__number {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .dashboard-stats {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    justify-content: center;
  }
  .dashboard-stat-card {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}
.cleanUp-news {
  padding: 60px 20px 100px 20px;
}
.cleanUp-news .news-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1600px;
  margin: auto;
}
@media (min-width: 992px) {
  .cleanUp-news .news-wrap {
    flex-direction: row;
    gap: 20px;
  }
}
.cleanUp-news .news-wrap .title-wrap-left {
  text-align: left;
  margin-bottom: 20px;
}
.cleanUp-news .news-wrap .title-wrap-left span {
  font-size: 1rem;
  color: #7994C6;
  font-weight: bold;
  letter-spacing: 1px;
}
.cleanUp-news .news-wrap .title-wrap-left h2 {
  font-size: 2rem;
  color: #333;
  margin-top: 5px;
}
.cleanUp-news .news-wrap .news-content {
  width: 100%;
  position: relative;
  padding: 0px 20px;
  order: 2;
}
@media (min-width: 992px) {
  .cleanUp-news .news-wrap .news-content {
    width: 60%;
    order: 1;
  }
}
@media (max-width: 576px) {
  .cleanUp-news .news-wrap .news-content {
    padding: 0px 5px;
  }
}
.cleanUp-news .news-wrap .news-content .news-tabs {
  display: flex;
  justify-content: space-between;
  height: 70px;
  margin: 0px 0 20px 0;
  padding: 8px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  overflow-x: auto;
  scrollbar-width: none;
}
.cleanUp-news .news-wrap .news-content .news-tabs.ocean-glass {
  background: linear-gradient(135deg, rgba(234, 249, 255, 0.342) 0%, rgba(234, 249, 255, 0.342) 100%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.185);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(215, 229, 255, 0.644);
}
.cleanUp-news .news-wrap .news-content .news-tabs.ocean-glass::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 5%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 6%), radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 4%), radial-gradient(circle at 60% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 3%);
  pointer-events: none;
}
.cleanUp-news .news-wrap .news-content .news-tabs::-webkit-scrollbar {
  display: none;
}
.cleanUp-news .news-wrap .news-content .news-tabs .news-tab {
  flex: 1;
  min-width: 80px;
  margin: 0 5px;
  padding: 12px 18px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(161, 161, 161, 0.5);
  border-radius: 12px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  color: rgb(95, 95, 95);
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cleanUp-news .news-wrap .news-content .news-tabs .news-tab .tab-text {
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  letter-spacing: 1px;
}
.cleanUp-news .news-wrap .news-content .news-tabs .news-tab .tab-bubble {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
  transition: all 0.6s ease;
}
.cleanUp-news .news-wrap .news-content .news-tabs .news-tab:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 98, 160, 0.3);
  background-color: #cacaca;
}
.cleanUp-news .news-wrap .news-content .news-tabs .news-tab:hover .tab-bubble {
  animation: bubbleRise 1.5s ease-out;
}
.cleanUp-news .news-wrap .news-content .news-tabs .news-tab.active {
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 15px rgba(0, 98, 160, 0.4);
  transform: translateY(-3px);
  border-bottom: 3px solid white;
}
.cleanUp-news .news-wrap .news-content .news-tabs .news-tab.active .tab-text {
  font-weight: 700;
}
.cleanUp-news .news-wrap .news-content .news-tabs .news-tab.active[data-category=coastalinfo] {
  background: rgba(88, 158, 204, 0.8);
  border-bottom-color: rgba(50.4151376147, 119.6123853211, 165.0848623853, 0.8);
}
.cleanUp-news .news-wrap .news-content .news-tabs .news-tab.active[data-category=download] {
  background: rgba(22, 160, 132, 0.568);
  border-bottom-color: rgba(12.7527472527, 92.7472527473, 76.5164835165, 0.568);
}
.cleanUp-news .news-wrap .news-content .news-tabs .news-tab.active[data-category=other] {
  background: rgba(230, 126, 34, 0.7);
  border-bottom-color: rgba(168.4451219512, 89.1768292683, 19.0548780488, 0.7);
}
.cleanUp-news .news-wrap .news-content .news-tabs .news-tab[data-category=all].active {
  background: rgba(241, 151, 151, 0.6705882353);
  border-bottom-color: rgba(192, 75, 75, 0.8235294118);
}
.cleanUp-news .news-wrap .news-content .news-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 300px;
}
.cleanUp-news .news-wrap .news-content .news-list .news-item {
  display: flex;
  flex-direction: column;
  padding: 15px;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.2s ease;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeIn 0.3s ease forwards;
  position: relative;
}
.cleanUp-news .news-wrap .news-content .news-list .news-item:focus-visible {
  outline: 3px solid #4A90E2;
  outline-offset: 3px;
}
.cleanUp-news .news-wrap .news-content .news-list .news-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow 0.3s ease;
  pointer-events: none;
}
.cleanUp-news .news-wrap .news-content .news-list .news-item:focus::after {
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.4);
}
.cleanUp-news .news-wrap .news-content .news-list .news-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #f0f5ff;
}
.cleanUp-news .news-wrap .news-content .news-list .news-item--visible {
  opacity: 1;
  transform: translateY(0);
}
.cleanUp-news .news-wrap .news-content .news-list .news-item .news-item__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.cleanUp-news .news-wrap .news-content .news-list .news-item .news-item__meta .news-date {
  font-size: 0.9rem;
  color: #777;
  margin: 0;
}
.cleanUp-news .news-wrap .news-content .news-list .news-item .news-item__meta .news-badge {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
}
.cleanUp-news .news-wrap .news-content .news-list .news-item .news-item__meta .news-badge.badge-coastalinfo {
  background-color: rgba(88, 158, 204, 0.8);
}
.cleanUp-news .news-wrap .news-content .news-list .news-item .news-item__meta .news-badge.badge-download {
  background-color: rgba(22, 160, 132, 0.568);
}
.cleanUp-news .news-wrap .news-content .news-list .news-item .news-item__meta .news-badge.badge-other {
  background-color: rgba(230, 126, 34, 0.7);
}
.cleanUp-news .news-wrap .news-content .news-list .news-item .news-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #333;
  line-height: 1.4;
}
.cleanUp-news .news-wrap .news-content .news-list .news-item .news-summary {
  font-size: 0.95rem;
  color: #555;
  margin: 0 0 15px 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cleanUp-news .news-wrap .news-content .news-list .news-item .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cleanUp-news .news-wrap .news-content .news-list .news-item:focus {
  outline: 2px solid #4A90E2;
  box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.2);
}
.cleanUp-news .news-wrap .news-content .news-list .news-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.cleanUp-news .news-wrap .news-content .news-list .news-loading .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(74, 144, 226, 0.3);
  border-top-color: #4A90E2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}
.cleanUp-news .news-wrap .news-content .news-list .news-loading p {
  color: #666;
  font-size: 1rem;
}
.cleanUp-news .news-wrap .news-content .news-list .news-empty {
  padding: 40px 0;
  text-align: center;
}
.cleanUp-news .news-wrap .news-content .news-list .news-empty p {
  color: #666;
  font-size: 1rem;
}
.cleanUp-news .news-wrap .news-content .news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 30px 0;
}
.cleanUp-news .news-wrap .news-content .news-pagination .pagination-btn {
  padding: 8px 15px;
  background-color: #4A90E2;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.cleanUp-news .news-wrap .news-content .news-pagination .pagination-btn:hover:not(:disabled) {
  background-color: rgb(34.3857142857, 117.3857142857, 214.6142857143);
}
.cleanUp-news .news-wrap .news-content .news-pagination .pagination-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.cleanUp-news .news-wrap .news-content .news-pagination .pagination-info {
  color: #333;
  font-size: 0.9rem;
}
.cleanUp-news .news-wrap .news-content .news-more-btn {
  width: 160px;
  margin: 10px 0;
  align-self: center;
}
.cleanUp-news .news-wrap .news-popular-wrap {
  width: 100%;
  order: 1;
}
@media (min-width: 992px) {
  .cleanUp-news .news-wrap .news-popular-wrap {
    width: 40%;
    order: 2;
  }
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel {
  position: relative;
  background-color: white;
  border-radius: 23px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner {
    height: 500px;
  }
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0;
  transition: all 0.7s ease;
  overflow: hidden;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 0;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item.active {
  opacity: 1;
  z-index: 2;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item.active img {
  transform: scale(1.02);
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 8s ease;
  will-change: transform;
  transform-origin: center;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-content {
  position: absolute;
  padding: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.1) 100%);
  color: white;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-content .carousel-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: bold;
  margin-bottom: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-content .carousel-badge.badge-coastalinfo {
  background-color: rgba(68.4655963303, 146.6536697248, 198.0344036697, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-content .carousel-badge.badge-download {
  background-color: rgba(18.9175824176, 137.5824175824, 113.5054945055, 0.568);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-content .carousel-badge.badge-other {
  background-color: rgba(214.262195122, 113.4329268293, 24.237804878, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-content .carousel-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.5px;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-content .carousel-summary {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.95;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-content .news-carousel__arrow {
  position: absolute;
  bottom: 15px;
  right: 25px;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: rgba(74, 144, 226, 0.7);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-content .news-carousel__arrow svg {
  fill: white;
  width: 20px;
  height: 20px;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-content .news-carousel__link-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-content .news-carousel__link-wrapper:hover .news-carousel__arrow, .cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-content .news-carousel__link-wrapper:focus .news-carousel__arrow {
  transform: translateX(5px);
  background-color: rgba(74, 144, 226, 0.9);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .carousel-item .carousel-content .news-carousel__link-wrapper:focus {
  outline: 3px solid rgba(255, 255, 255, 0.8);
  outline-offset: -6px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .news-carousel__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .news-carousel__loading .loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .news-carousel__loading p {
  color: white;
  font-size: 1.1rem;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .news-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f8d7da;
  padding: 20px;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .news-error svg {
  margin-bottom: 15px;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .news-error p {
  color: #721c24;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 20px;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .news-error .retry-button {
  padding: 8px 20px;
  background-color: #dc3545;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel .news-carousel__inner .news-error .retry-button:hover {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.377);
  background-color: rgba(255, 255, 255, 0.8);
  align-items: center;
  gap: 10px;
  padding: 15px;
  z-index: 5;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls .news-carousel__controls-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls .carousel-control {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls .carousel-control:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.05);
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls .carousel-control:focus {
  outline: 3px solid #4A90E2;
  outline-offset: 2px;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls .carousel-control svg {
  fill: #333;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls .carousel-control.toggle-play {
  background-color: rgba(0, 102, 204, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  padding: 8px 16px;
  border-radius: 20px;
  min-width: 130px;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls .carousel-control.toggle-play svg {
  fill: white;
  transition: fill 0.3s ease;
  width: 20px;
  height: 20px;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls .carousel-control.toggle-play .toggle-play-text {
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls .carousel-control.toggle-play:hover {
  background-color: rgba(0, 102, 204, 0.95);
  transform: translateY(-2px);
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls .carousel-control.toggle-play:focus {
  outline: none;
  border-color: #0078d7;
  box-shadow: 0 0 0 3px rgba(0, 120, 215, 0.3);
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls .carousel-control.toggle-play[aria-pressed=true] {
  background-color: rgba(0, 153, 51, 0.8);
  /* 文字將由 JavaScript 動態修改 */
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls .carousel-control.toggle-play[aria-pressed=true] .pause-icon {
  display: none;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls .carousel-control.toggle-play[aria-pressed=true] .play-icon {
  display: inline;
}
.cleanUp-news .news-wrap .news-popular-wrap .news-carousel__controls .carousel-control.toggle-play[aria-pressed=true]:hover {
  background-color: rgba(0, 153, 51, 0.95);
}
.cleanUp-news .news-wrap .news-popular-wrap .carousel-dots {
  display: flex;
  gap: 8px;
}
.cleanUp-news .news-wrap .news-popular-wrap .carousel-dots .carousel-dot {
  width: 30px;
  height: 6px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(182, 182, 182);
  padding: 0;
  margin: 0 3px;
}
.cleanUp-news .news-wrap .news-popular-wrap .carousel-dots .carousel-dot:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.cleanUp-news .news-wrap .news-popular-wrap .carousel-dots .carousel-dot[aria-selected=true] {
  transform: scale(1.05, 1.3);
}
.cleanUp-news .news-wrap .news-popular-wrap .carousel-dots .carousel-dot.active {
  background-color: white;
  transform: scale(1.05, 1.3);
}
.cleanUp-news .news-wrap .news-popular-wrap .carousel-dots .carousel-dot.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: rgba(74, 144, 226, 0.8);
  animation: dotProgress var(--carousel-animation-duration, 5s) linear forwards;
  animation-play-state: var(--carousel-animation-play-state, running);
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
}
.cleanUp-news .news-wrap .news-popular-wrap .carousel-dots .carousel-dot:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.1, 1.2);
}
.cleanUp-news .news-wrap .news-popular-wrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes oceanWave {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bubbleRise {
  0% {
    opacity: 0.7;
    bottom: -20px;
    transform: translateX(-50%) scale(0.3);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-40%) scale(0.8);
  }
  100% {
    opacity: 0;
    bottom: 40px;
    transform: translateX(-30%) scale(0.3);
  }
}
@keyframes dotProgress {
  0% {
    width: 0;
    opacity: 0.7;
    box-shadow: 0 0 3px rgba(74, 144, 226, 0.6);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 10px rgba(74, 144, 226, 0.8);
  }
  100% {
    width: 100%;
    opacity: 0.7;
    box-shadow: 0 0 3px rgba(74, 144, 226, 0.6);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 無障礙焦點樣式增強 */
/* 跳轉至主內容連結 */
.skip-to-content {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 8px 15px;
  background-color: #56a9ce;
  color: white;
  font-weight: bold;
  z-index: 100000;
  transition: top 0.3s;
  text-decoration: none;
}

.skip-to-content:focus {
  top: 0;
}

/* 全局焦點樣式增強 */
:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 3px;
}

/* 為按鈕、連結和交互元素增強焦點樣式 */
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
[tabindex]:focus-visible,
.carousel-dots .dot:focus-visible,
.news-tab:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 3px;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.3);
  transition: box-shadow 0.2s;
}

/* 為卡片元素添加焦點樣式 */
.dashboard-card:focus-visible,
.news-item:focus-visible,
.cleanUp__info__card:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 3px;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.3);
}

/* 非視覺內容輔助樣式 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* 當暫停輪播時，明顯區分暫停/播放按鈕狀態 */
.carousel-control.toggle-play[aria-pressed=true] {
  background-color: rgba(0, 0, 0, 0.2);
}

/* 確保表單控制項獲得足夠的間距 */
input[type=radio],
input[type=checkbox] {
  margin-right: 5px;
  min-width: 18px;
  min-height: 18px;
}

/* 增強導航項焦點樣式 */
.nav__link:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 3px;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.3);
}

/* 提高按鈕文字對比度 */
.cleanUp-join__btn:focus-visible {
  outline: 2px solid white;
  outline-offset: 3px;
}

/* 確保活躍項目的視覺區分 */
.active:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.5);
}

/* 無障礙鍵盤快捷鍵樣式 */
/* 快捷鍵提示樣式 */
.accesskey-tip {
  display: inline-block;
  font-size: 0.75em;
  background-color: rgba(0, 102, 204, 0.1);
  color: #0066cc;
  padding: 2px 4px;
  margin-left: 5px;
  border-radius: 3px;
  font-weight: bold;
}

/* 視覺隱藏但螢幕閱讀器可讀取 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* 快捷鍵幫助按鈕 */
.accessibility-helper-button {
  position: fixed;
  right: 20px;
  bottom: 80px;
  background-color: #0066cc;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

.accessibility-helper-button:hover,
.accessibility-helper-button:focus {
  background-color: #004999;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .accessibility-helper-text {
    display: none;
  }
}

/* 快捷鍵說明面板 */
.accesskey-guide {
  position: fixed;
  right: 20px;
  bottom: 140px;
  width: 300px;
  max-width: 90%;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.accesskey-guide.visible {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.accesskey-guide h3 {
  margin-top: 0;
  color: #0066cc;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.accesskey-guide ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.accesskey-guide li {
  margin-bottom: 5px;
}

.accesskey-guide strong {
  display: inline-block;
  background-color: #f0f0f0;
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: 5px;
}

/* 關閉按鈕 */
.accesskey-guide-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.125rem;
  cursor: pointer;
  color: #666;
}

.accesskey-guide-close:hover,
.accesskey-guide-close:focus {
  color: #0066cc;
}

/* 暗色主題適配 */
@media (prefers-color-scheme: dark) {
  .accessibility-helper-button {
    background-color: #1a8cff;
  }
  .accesskey-guide {
    background-color: #333;
    color: #eee;
  }
  .accesskey-guide h3 {
    color: #56a9ce;
    border-bottom-color: #444;
  }
  .accesskey-guide strong {
    background-color: #444;
    color: #fff;
  }
  .accesskey-guide-close {
    color: #ccc;
  }
  .accesskey-guide-close:hover,
  .accesskey-guide-close:focus {
    color: #56a9ce;
  }
  .accesskey-tip {
    background-color: rgba(86, 169, 206, 0.2);
    color: #56a9ce;
  }
}
/* 鍵盤快捷鍵說明頁面樣式 */
.accesskey-guide-page {
  padding: 120px 0 80px;
}
.accesskey-guide-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.accesskey-guide-page .title-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.accesskey-guide-page .title-wrap span {
  font-size: 1.2rem;
  color: #0066cc;
  font-weight: 600;
  letter-spacing: 1px;
}
.accesskey-guide-page .title-wrap h1 {
  font-size: 2.5rem;
  margin: 10px 0;
}
.accesskey-guide-page .accesskey-guide-content {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.accesskey-guide-page .accesskey-intro {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 30px;
}
.accesskey-guide-page .accesskey-section {
  margin-bottom: 40px;
}
.accesskey-guide-page .accesskey-section h2 {
  color: #0066cc;
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.accesskey-guide-page .accesskey-section p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.accesskey-guide-page .accesskey-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.accesskey-guide-page .accesskey-table th,
.accesskey-guide-page .accesskey-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.accesskey-guide-page .accesskey-table th {
  background-color: #f8f9fa;
  font-weight: 600;
}
.accesskey-guide-page .accesskey-table tr:hover {
  background-color: #f5f8ff;
}
.accesskey-guide-page kbd {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #555;
  display: inline-block;
  font-size: 0.85em;
  font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Code", "Fira Mono", "Droid Sans Mono", "Source Code Pro", monospace;
  padding: 2px 6px;
  margin: 0 2px;
}
.accesskey-guide-page .accesskey-notes {
  background-color: #f8f9fa;
  border-left: 4px solid #0066cc;
  padding: 15px 20px;
  border-radius: 0 4px 4px 0;
}
.accesskey-guide-page .accesskey-notes li {
  margin-bottom: 8px;
  list-style-type: none;
}
.accesskey-guide-page .accesskey-notes li:before {
  content: "•";
  color: #0066cc;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.accesskey-guide-page .accesskey-notes li:last-child {
  margin-bottom: 0;
}
.accesskey-guide-page .sitemap {
  margin-top: 30px;
}
.accesskey-guide-page .sitemap .sitemap-main,
.accesskey-guide-page .sitemap .sitemap-utility,
.accesskey-guide-page .sitemap .sitemap-account {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #0066cc;
}
.accesskey-guide-page .sitemap h3 {
  color: #0066cc;
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.accesskey-guide-page .sitemap .sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accesskey-guide-page .sitemap .sitemap-list > li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
}
.accesskey-guide-page .sitemap .sitemap-list > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.accesskey-guide-page .sitemap .sitemap-list > li > a,
.accesskey-guide-page .sitemap .sitemap-list > li > strong {
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
}
.accesskey-guide-page .sitemap .sitemap-list > li > a:hover,
.accesskey-guide-page .sitemap .sitemap-list > li > strong:hover {
  color: #0066cc;
  text-decoration: underline;
}
.accesskey-guide-page .sitemap .sitemap-list > li .page-desc {
  display: block;
  font-size: 0.9rem;
  color: #666;
  margin-top: 3px;
  font-style: italic;
}
.accesskey-guide-page .sitemap .sitemap-sublist {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 20px;
}
.accesskey-guide-page .sitemap .sitemap-sublist li {
  margin-bottom: 8px;
  position: relative;
}
.accesskey-guide-page .sitemap .sitemap-sublist li:before {
  content: "→";
  color: #0066cc;
  font-weight: bold;
  position: absolute;
  left: -15px;
}
.accesskey-guide-page .sitemap .sitemap-sublist li a {
  color: #555;
  text-decoration: none;
  font-size: 0.95rem;
}
.accesskey-guide-page .sitemap .sitemap-sublist li a:hover {
  color: #0066cc;
  text-decoration: underline;
}
.accesskey-guide-page .back-to-home {
  text-align: center;
  margin-top: 40px;
}
.accesskey-guide-page .back-to-home .btn {
  display: inline-block;
  background-color: #0066cc;
  color: white;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.accesskey-guide-page .back-to-home .btn:hover, .accesskey-guide-page .back-to-home .btn:focus {
  background-color: #004999;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .accesskey-guide-page {
    padding: 30px 0 60px;
  }
  .accesskey-guide-page .title-wrap h1 {
    font-size: 2rem;
  }
  .accesskey-guide-page .accesskey-guide-content {
    padding: 20px;
  }
  .accesskey-guide-page .accesskey-table th,
  .accesskey-guide-page .accesskey-table td {
    padding: 10px;
  }
  .accesskey-guide-page .sitemap .sitemap-main,
  .accesskey-guide-page .sitemap .sitemap-utility,
  .accesskey-guide-page .sitemap .sitemap-account {
    padding: 15px;
    margin-bottom: 20px;
  }
  .accesskey-guide-page .sitemap .sitemap-list > li {
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  .accesskey-guide-page .sitemap .sitemap-list > li > a,
  .accesskey-guide-page .sitemap .sitemap-list > li > strong {
    font-size: 1rem;
  }
  .accesskey-guide-page .sitemap .sitemap-list > li .page-desc {
    font-size: 0.85rem;
  }
  .accesskey-guide-page .sitemap .sitemap-sublist {
    margin-left: 15px;
  }
  .accesskey-guide-page .sitemap .sitemap-sublist li {
    margin-bottom: 6px;
  }
  .accesskey-guide-page .sitemap .sitemap-sublist li a {
    font-size: 0.9rem;
  }
}

.back-to-top {
  position: fixed;
  bottom: 150px;
  right: 0px;
  min-width: 50px;
  height: 120px;
  border-radius: 18px 0 0 18px;
  background-color: #367da7;
  color: white;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.253);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}
.back-to-top__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 100%;
}
.back-to-top__text {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  font-weight: 500;
  writing-mode: vertical-lr;
  letter-spacing: 3px;
}
.back-to-top:focus {
  outline: 2px solid #4dd0e1;
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(0, 106, 167, 0.3);
}
.back-to-top:hover {
  background-color: rgb(0, 73.628742515, 116);
  transform: translateY(0) scale(1.05);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top svg {
  width: 20px;
  height: 20px;
  fill: white;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 0px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: opacity 0.3s linear;
  }
  .back-to-top:hover {
    transform: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.account-login {
  min-height: 100vh;
  background-image: url("../images/accountLogin/10007.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.account-login__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.account-login__logo {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.account-login__logo img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.account-login__logo-text {
  display: flex;
  flex-direction: column;
}
.account-login__logo-text .logo-dept {
  font-size: clamp(1rem, 3vw, 1.2rem);
  color: #2c2c2c;
  font-weight: 600;
  letter-spacing: 1px;
}
.account-login__logo-text .logo-platform {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  color: #2878b9;
  font-weight: bold;
  letter-spacing: 1px;
}
.account-login__home-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2878b9;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.account-login__home-link:hover {
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.account-login__home-link svg {
  fill: currentColor;
}
.account-login__main {
  flex: 1;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  align-items: stretch;
}
.account-login__intro {
  flex: 1;
  background: linear-gradient(135deg, rgba(74, 145, 226, 0.7607843137) 0%, rgba(53, 121, 189, 0.7725490196) 100%);
  border-radius: 20px 0 0 20px;
  padding: 40px;
  color: white;
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
.account-login__intro::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 90%;
  height: 100%;
  background: url("../images/accountLogin/login-img-animation-3.png") no-repeat center;
  background-size: contain;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}
@media (max-width: 1024px) {
  .account-login__intro::before {
    bottom: -50px;
    left: -20px;
  }
}
.account-login__intro .intro__content {
  position: relative;
  z-index: 2;
}
.account-login__intro .intro__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
  margin-top: 0;
}
.account-login__intro .intro__description {
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.account-login__intro .intro__illustration {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 600px;
  height: 500px;
  background: url("../images/accountLogin/login-img-animation-3.png") no-repeat center;
  background-size: contain;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .account-login__intro .intro__illustration {
    width: 200px;
    height: 350px;
    bottom: -60px;
    left: 0px;
    opacity: 0.3;
  }
}
.account-login__form-section {
  flex: 0 0 400px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 0 20px 20px 0;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.account-login .form-section__header {
  margin-bottom: 40px;
}
.account-login .form-section__header h2 {
  font-size: 1.75rem;
  color: #2c2c2c;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.account-login .form-section__tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.account-login .form-section__tabs .tab-btn {
  flex: 1;
  padding: 12px 20px;
  border: none;
  background: #f5f5f5;
  color: #666;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.account-login .form-section__tabs .tab-btn.active {
  background: #333333;
  color: #ffffff;
}
.account-login .form-section__tabs .tab-btn:hover:not(.active) {
  background: #e0e0e0;
}
.account-login .login-form .form-group {
  margin-bottom: 20px;
}
.account-login .login-form .form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #2c2c2c;
  font-size: 0.875rem;
}
.account-login .login-form .form-label svg {
  fill: #2878b9;
}
.account-login .login-form .form-input {
  width: 100%;
  padding: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #ffffff;
}
.account-login .login-form .form-input:focus {
  outline: none;
  border-color: #2878b9;
  box-shadow: 0 0 0 3px rgba(40, 120, 185, 0.3);
}
.account-login .login-form .form-input::-moz-placeholder {
  color: #999;
}
.account-login .login-form .form-input::placeholder {
  color: #999;
}
.account-login .login-form .password-input-group {
  position: relative;
  display: flex;
  align-items: center;
}
.account-login .login-form .password-input-group .form-input {
  padding-right: 50px;
}
.account-login .login-form .password-input-group .password-toggle-btn {
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #666;
}
.account-login .login-form .password-input-group .password-toggle-btn:hover {
  background: rgba(40, 120, 185, 0.1);
  color: #2878b9;
}
.account-login .login-form .password-input-group .password-toggle-btn:focus {
  outline: none;
  background: rgba(40, 120, 185, 0.15);
  box-shadow: 0 0 0 2px rgba(40, 120, 185, 0.2);
}
.account-login .login-form .password-input-group .password-toggle-btn .eye-icon {
  fill: currentColor;
  transition: all 0.3s ease;
}
.account-login .login-form .captcha-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.account-login .login-form .captcha-group .captcha-input {
  flex: 1;
}
.account-login .login-form .captcha-group .captcha-content {
  display: flex;
  gap: 10px;
}
.account-login .login-form .captcha-group .captcha-content .captcha-display {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px 15px;
  gap: 10px;
  height: 52px;
}
.account-login .login-form .captcha-group .captcha-content .captcha-display .captcha-code {
  font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Code", "Fira Mono", "Droid Sans Mono", "Source Code Pro", monospace;
  font-size: 1.125rem;
  font-weight: bold;
  color: #2878b9;
  letter-spacing: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}
.account-login .login-form .captcha-group .captcha-content .captcha-display .captcha-refresh {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  padding: 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.account-login .login-form .captcha-group .captcha-content .captcha-display .captcha-refresh:hover {
  background: rgba(40, 120, 185, 0.3);
  color: #2878b9;
}
.account-login .login-form .captcha-group .captcha-content .captcha-display .captcha-refresh svg {
  fill: currentColor;
}
.account-login .login-form .captcha-group .captcha-content .btn-read-captcha {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #e3f2fd;
  border: 2px solid #bbdefb;
  color: #2878b9;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease;
  height: 52px;
}
.account-login .login-form .captcha-group .captcha-content .btn-read-captcha svg {
  fill: currentColor;
  flex-shrink: 0;
}
.account-login .login-form .captcha-group .captcha-content .btn-read-captcha:hover {
  background: #2878b9;
  color: #ffffff;
  border-color: #2878b9;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(40, 120, 185, 0.3);
}
.account-login .login-form .captcha-group .captcha-content .btn-read-captcha:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(40, 120, 185, 0.2);
}
.account-login .login-form .captcha-group .captcha-content .btn-read-captcha:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(40, 120, 185, 0.2);
}
.account-login .login-form .captcha-group .captcha-content .btn-refresh-captcha {
  flex: 1;
  background: #f8f9fa;
  border: 2px solid #e0e0e0;
  color: #666;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.875rem;
  white-space: nowrap;
  transition: all 0.3s ease;
  height: 52px;
}
.account-login .login-form .captcha-group .captcha-content .btn-refresh-captcha:hover {
  background: #2878b9;
  color: #ffffff;
  border-color: #2878b9;
}
.account-login .login-form .btn-login {
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, #2878b9 0%, #1e5a8a 100%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 30px;
}
.account-login .login-form .btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(40, 120, 185, 0.3);
}
.account-login .login-form .btn-login:active {
  transform: translateY(0);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}
@media (max-width: 1024px) {
  .account-login__main {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }
  .account-login__intro {
    min-height: 300px;
    padding: 40px 30px;
    border-radius: 20px;
  }
  .account-login__form-section {
    flex: none;
    width: 100%;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .account-login__header {
    padding: 15px 20px;
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .account-login__logo {
    justify-content: center;
  }
  .account-login__main {
    padding: 20px 15px;
    gap: 30px;
  }
  .account-login__intro {
    padding: 30px 20px;
  }
  .account-login__form-section {
    padding: 30px 20px;
  }
  .account-login .login-form .captcha-group {
    flex-direction: column;
    gap: 10px;
  }
  .account-login .login-form .captcha-group .captcha-content {
    flex-direction: column;
    gap: 10px;
  }
  .account-login .login-form .captcha-group .captcha-content .captcha-display,
  .account-login .login-form .captcha-group .captcha-content .btn-refresh-captcha,
  .account-login .login-form .captcha-group .captcha-content .btn-read-captcha {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .account-login__form-section {
    padding: 25px 15px;
  }
  .account-login .login-form .form-input {
    padding: 12px;
    font-size: 0.875rem;
  }
  .account-login .login-form .btn-login {
    padding: 15px;
    font-size: 1rem;
  }
}
.system-switcher {
  display: flex;
  gap: 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  padding: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.system-switcher .system-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: none;
  border-radius: 20px;
  background: transparent;
  color: #666;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-width: 140px;
  flex: 1;
}
.system-switcher .system-btn svg {
  fill: currentColor;
  transition: all 0.3s ease;
}
.system-switcher .system-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
}
.system-switcher .system-btn.active {
  background: #2878b9;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(40, 120, 185, 0.3);
}
.system-switcher .system-btn.active:hover {
  background: #1e5a8a;
}
.system-switcher .system-btn[data-system=adoption].active {
  background: rgba(16, 121, 134, 0.733);
  box-shadow: 0 4px 15px rgba(46, 90, 88, 0.3);
}
.system-switcher .system-btn[data-system=adoption].active:hover {
  background: rgba(17, 97, 90, 0.95);
}

.intro__features {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.intro__features .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.intro__features .feature-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(5px);
}
.intro__features .feature-item svg {
  fill: currentColor;
  opacity: 0.9;
}
.intro__features .feature-item span {
  font-weight: 500;
  letter-spacing: 0.3px;
}

body[data-system=adoption] .account-login__logo-text .logo-platform {
  color: rgba(35, 105, 110, 0.95);
}
body[data-system=adoption] .account-login__home-link {
  color: rgba(16, 121, 134, 0.733);
}
body[data-system=adoption] .account-login__home-link:hover {
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(46, 90, 61, 0.2);
}
body[data-system=adoption] .account-login__intro {
  background: linear-gradient(135deg, rgba(27, 152, 156, 0.85) 0%, rgba(16, 121, 134, 0.733) 100%);
}
body[data-system=adoption] .account-login .login-form .form-label svg {
  fill: rgba(16, 121, 134, 0.733);
}
body[data-system=adoption] .account-login .login-form .form-input:focus {
  border-color: rgba(46, 90, 90, 0.8);
  box-shadow: 0 0 0 3px rgba(46, 89, 90, 0.1);
}
body[data-system=adoption] .account-login .login-form .captcha-display .captcha-code {
  color: rgba(16, 121, 134, 0.733);
}
body[data-system=adoption] .account-login .login-form .btn-refresh-captcha:hover {
  background: rgba(46, 90, 90, 0.8);
  border-color: rgba(46, 90, 90, 0.8);
}
body[data-system=adoption] .account-login .login-form .btn-read-captcha {
  background: rgba(27, 152, 156, 0.15);
  border-color: rgba(16, 121, 134, 0.3);
  color: rgba(16, 121, 134, 0.733);
}
body[data-system=adoption] .account-login .login-form .btn-read-captcha:hover {
  background: rgba(46, 90, 90, 0.8);
  border-color: rgba(46, 90, 90, 0.8);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(46, 90, 88, 0.3);
}
body[data-system=adoption] .account-login .login-form .btn-read-captcha:focus {
  box-shadow: 0 0 0 3px rgba(46, 89, 90, 0.1);
}
body[data-system=adoption] .account-login .login-form .btn-login {
  background: linear-gradient(135deg, rgba(27, 152, 156, 0.85) 0%, rgba(16, 121, 134, 0.733) 100%);
}
body[data-system=adoption] .account-login .login-form .btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(46, 90, 88, 0.3);
}
body[data-system=adoption] .account-login .login-form .password-toggle-btn:hover {
  background: rgba(16, 121, 134, 0.1);
  color: rgba(16, 121, 134, 0.733);
}
body[data-system=adoption] .account-login .login-form .password-toggle-btn:focus {
  background: rgba(16, 121, 134, 0.15);
  box-shadow: 0 0 0 2px rgba(16, 121, 134, 0.2);
}
body[data-system=adoption] .account-login .form-section__tabs .tab-btn.active {
  background: rgba(16, 121, 134, 0.733);
}
body[data-system=adoption] .skip-to-content {
  background: rgba(16, 121, 134, 0.733);
}

@media (max-width: 1024px) {
  .system-switcher {
    flex-direction: column;
    gap: 6px;
    padding: 6px;
  }
  .system-switcher .system-btn {
    padding: 10px 16px;
    font-size: 0.85rem;
  }
  .intro__features {
    margin-top: 20px;
    gap: 12px;
  }
  .intro__features .feature-item {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .account-login__header .system-switcher {
    order: 3;
    width: 100%;
  }
  .account-login__header .system-switcher .system-btn {
    flex: 1;
    justify-content: center;
  }
  .intro__features {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .intro__features .feature-item {
    flex: 1;
    min-width: calc(50% - 4px);
    padding: 8px;
    font-size: 0.85rem;
  }
  .intro__features .feature-item svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .system-switcher .system-btn {
    padding: 8px 12px;
    font-size: 0.8rem;
    gap: 6px;
  }
  .system-switcher .system-btn svg {
    width: 16px;
    height: 16px;
  }
  .intro__features .feature-item {
    min-width: 100%;
  }
}
.skip-to-content {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  padding: 8px 16px;
  background: #2878b9;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0 0 4px 0;
}
.skip-to-content:focus {
  left: 0;
}

:root {
  --main-color: #2878b9;
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

html {
  scroll-padding-top: 80px;
  /* 調整為您的 navbar 高度 */
  scroll-behavior: smooth;
  /* 添加平順滑動效果 */
}

body {
  font-family: var(--font-family);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0px, 0px, 0px, 0px);
  margin: -1px;
  padding: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
  overflow: hidden;
  white-space: nowrap;
}

.arrowToRight__Btn__black {
  position: relative;
  padding: 10px 20px 10px 0px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: start;
  color: #000;
  border: none;
  background: linear-gradient(to right, #000 50%, #fff 50%);
  border-bottom: 2px solid #000;
  background-size: 200% 100%;
  background-position: right bottom;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s ease-in;
}
.arrowToRight__Btn__black::after {
  content: "→";
  position: absolute;
  right: 10px;
  transition: right 0.3s ease-in;
}
.arrowToRight__Btn__black::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #000;
  transform-origin: left;
  transition: 0.3s ease-in;
}
.arrowToRight__Btn__black:hover {
  color: #fff;
  background-position: left bottom;
  padding: 10px 20px 10px 20px;
}
.arrowToRight__Btn__black:hover::before {
  width: 100%;
}
.arrowToRight__Btn__black:hover::after {
  right: -20px;
}

.arrowToRight__Btn__white {
  position: relative;
  padding: 10px 20px 10px 0px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: start;
  color: #fff;
  border: none;
  background: none;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s ease-in;
  /* 特殊樣式針對 cleanUp-join__btn，不影響其他使用此類的按鈕 */
  /* 針對 cleanUp-join__btn 移除箭頭 */
  /* 針對 cleanUp-join__btn 的hover狀態 */
}
.arrowToRight__Btn__white.cleanUp-join__btn {
  text-align: center;
  border-bottom: none;
  padding: 14px 30px;
}
.arrowToRight__Btn__white::after {
  content: "→";
  position: absolute;
  right: 10px;
  transition: right 0.3s ease-in;
}
.arrowToRight__Btn__white.cleanUp-join__btn::after {
  content: none;
}
.arrowToRight__Btn__white::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  transform-origin: left;
  transition: width 0.3s ease-in;
}
.arrowToRight__Btn__white:hover {
  color: #000;
  background: #fff;
  padding: 10px 20px 10px 20px;
}
.arrowToRight__Btn__white:hover::before {
  width: 100%;
}
.arrowToRight__Btn__white:hover::after {
  right: -20px;
}
.arrowToRight__Btn__white.cleanUp-join__btn:hover {
  padding: 14px 30px;
  /* 保持原來的padding */
}

.title-wrap {
  position: relative;
  text-align: center;
  margin: 3vh 0;
  z-index: 2;
}
.title-wrap h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  color: #2c2c2c;
}
.title-wrap span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #4A90E2;
}

.title-wrap-left {
  text-align: start;
}

.check-events {
  text-align: center;
  padding: 20px;
}
.check-events .quick-search button,
.check-events .btn-group button {
  margin: 5px;
  padding: 10px 20px;
  background: #007BFF;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.check-events .quick-search button:hover,
.check-events .btn-group button:hover {
  background: #0056b3;
}
.check-events .detail-search select {
  margin: 5px;
  padding: 8px;
}
.check-events .map-results {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.check-events .map-results .map-container img {
  width: 400px;
  cursor: pointer;
}
.check-events .map-results .results {
  width: 60%;
}
.check-events .map-results .results .event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.check-events .map-results .results .event-list .event-card {
  width: 200px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.check-events .map-results .results .event-list .event-card img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.check-events .map-results .results .pagination {
  margin-top: 20px;
}
.check-events .map-results .results .pagination button {
  margin: 5px;
  padding: 8px;
}/*# sourceMappingURL=ema-BeachCleanup.css.map */