@media (max-width: 575px) {
  .blog-post-area .single-blog-post .text {
    left: 50%;
    min-width: 300px;
  }
}

.purecounter {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #7cc576;
}

.iconbox {
  transition: all 0.3s ease-in-out;
}

.gap-3 {
  gap: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.h-5 {
  height: 1.25rem;
}

.gap-\[1\.15rem\] {
  gap: 1.15rem;
}

.grid {
  display: grid;
}

.text-orange-500 {
  color: rgb(255 150 46/1);
}

.absolute {
  position: absolute;
}

.img-1 {
  border: 0px;
  bottom: 45rem;
  z-index: -1;
}

.img-2 {
  border: 0px;
  left: 10%;
  z-index: -1;
  bottom: 90rem;
}

@media (min-width: 1440px) {
  .img-2 {
    left: 16%;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:w-\[87\%\] {
    width: 87%;
  }

  .md\:right-0 {
    right: 0;
  }

  /* .md\:top-\[30rem\] {
        top: 30rem;
    } */
}

@media (min-width: 1024px) {
  .lg\:w-\[55\%\] {
    width: 55%;
  }

  /* .lg\:top-0 {
        top: 0;
    } */

  .lg\:right-4 {
    right: 1rem;
  }
}

@media (max-width: 1024px) {
  .lg\:right-4 {
    margin-bottom: 7rem;
  }

  .img-2 {
    left: 13%;
    bottom: 84rem;
  }
}

@media (max-width: 768px) {
  .img-1 {
    z-index: 3;
    bottom: 125rem;
    width: 100%;
    right: 0;
  }

  .img-2 {
    left: 0;
    bottom: 193rem;
  }

  .card-bom {
    margin-top: 1rem;
  }

  .lg\:right-4 {
    margin-bottom: 0;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.text-primary-700 {
  font-weight: 700;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #383838;
  background-color: #f5f5f5;
}

.home-banner-area {
  background: none;
}

.ph-rwd {
  border-bottom-right-radius: 60%;
}

.pa {
  font-size: 28px;
}

.pa2 {
  font-size: 20px;
}

@media (max-width: 720px) {
  .ph-rwd {
    border-bottom-right-radius: 60%;
  }

  .pa {
    font-size: 24px;
  }

  .pa2 {
    font-size: 18px;
  }
}

a:hover {
  color: #545454;
}

a {
  color: #545454;
}

.circle {
  display: inline-block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative;
  perspective: 1000px;
  /* 添加透視效果 */
}

.circle-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  /* 保持 3D 效果 */
  transition: transform 0.6s ease;
  /* 添加翻轉動畫 */
}

.circle:hover .circle-inner {
  transform: rotateY(180deg);
  /* 滑鼠移過時翻轉 */
}

.circle-front,
.circle-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  /* 隱藏背面 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.circle-front {
  transform: rotateY(0deg);
  /* 正面 */
}

.circle-back {
  transform: rotateY(180deg);
  /* 背面 */
  background-color: #f5f5f5;
  /* 背面背景顏色 */
}

@media (max-width: 768px) {
  .circle {
    margin-bottom: 20px;
  }

  .circle b {
    font-size: 18px;
  }
}

.circle:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.nav-link {
  background-color: #f5f5f5;
  color: #383838;
  padding: 15px;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.nav-link.active {
  background-color: #545454;
  color: #fff;
}

.rwd-phone2 {
  display: none;
}

@media (max-width: 720px) {
  .rwd-phone {
    display: none;
  }

  .rwd-phone2 {
    display: block;
  }
}

.btn {
  background-color: #7cc576;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #5ab652;
}

/* --- Banner 區塊 --- */
.banner-right-column {
  align-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  padding: 0px 0px 0px 30px;
}

.banner-title {
  color: #000;
  letter-spacing: 2.4px;
  padding: 15px;
  font-weight: 700;
}

.banner-subtitle {
  color: #545454;
  letter-spacing: 2.4px;
  padding: 0px 0px 0px 15px;
  font-weight: 600;
  border-left: 5px solid;
}

/* --- 業務領域 - 圓形卡片 --- */
.circle-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 5px;
}

/* --- 業務領域 - 手機版頁籤 --- */
.mobile-tabs-container {
  padding: 15px;
}

.mobile-tab-link-col {
  padding: 0px;
  font-weight: 700;
}

.mobile-tab-card {
  padding: 25px;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 1.25rem;
}

.mobile-tab-card-title {
  margin-bottom: 0.75rem;
  line-height: 1.625;
  font-weight: 700;
  color: #545454;
  font-size: 1.875rem; /* ~30px */
}

.mobile-tab-features-list {
  color: #777777;
  font-weight: 700;
}
