.page-about {
  /* Intro Section */
  /* History Section */
  /* Teams Section */
  /* Honor Section */
}
.page-about .inner-hero-bg {
  background-image: url("../images/about/banner.jpg");
}
.page-about .section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .page-about .section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-about .section-badge {
  font-size: 24px;
  font-weight: 300;
  color: #999;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}
@media (max-width: 768px) {
  .page-about .section-badge {
    font-size: 14px;
  }
}
.page-about .section-badge::after {
  content: "";
  display: block;
  width: 75px;
  height: 5px;
  background-color: #a92433;
  margin-bottom: 10px;
  margin-top: 5px;
}
.page-about .section-title {
  font-size: 28px;
  color: #333;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-about .section-title {
    font-size: 22px;
  }
}
.page-about .sc-more {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #999;
  text-decoration: none;
  gap: 10px;
  transition: color 0.3s;
}
.page-about .sc-more img {
  height: 12px;
}
.page-about .sc-more:hover {
  color: #a92433;
}
.page-about .about-intro {
  text-align: center;
}
.page-about .about-intro .intro-text {
  max-width: 900px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .page-about .about-intro .intro-text {
    margin-bottom: 20px;
  }
}
.page-about .about-intro .intro-text h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.page-about .about-intro .intro-text .desc-lines {
  font-size: 15px;
  color: #1e1e1e;
  line-height: 2;
}
.page-about .about-intro .intro-text .desc-lines p {
  margin-bottom: 15px;
}
.page-about .about-intro .stats-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 0 auto;
}
.page-about .about-intro .stats-row .stat-item {
  text-align: center;
  flex: 1;
}
.page-about .about-intro .stats-row .stat-item .stat-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  display: none;
}
.page-about .about-intro .stats-row .stat-item .stat-icon img {
  width: 100%;
}
.page-about .about-intro .stats-row .stat-item .stat-number {
  font-size: 36px;
  font-weight: bold;
  color: #a92433;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-about .about-intro .stats-row .stat-item .stat-number {
    font-size: 28px;
  }
}
.page-about .about-intro .stats-row .stat-item .stat-number span {
  font-size: 24px;
}
.page-about .about-intro .stats-row .stat-item .stat-label {
  font-size: 14px;
}
@media (max-width: 768px) {
  .page-about .about-intro .stats-row {
    flex-wrap: wrap;
    gap: 30px;
  }
  .page-about .about-intro .stats-row .stat-item {
    flex: 0 0 calc(50% - 15px);
  }
}
.page-about .about-history {
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  .page-about .about-history {
    padding-bottom: 40px;
  }
}
.page-about .about-history .history-content {
  display: none;
  align-items: flex-start;
  margin-bottom: 80px;
}
.page-about .about-history .history-content.active {
  display: flex;
}
.page-about .about-history .history-content .history-left {
  flex: 1;
}
.page-about .about-history .history-content .history-middle {
  flex: 1;
  padding-top: 70px;
}
.page-about .about-history .history-content .history-middle h3 {
  font-size: 32px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-about .about-history .history-content .history-middle p {
  font-size: 16px;
  font-weight: bold;
}
.page-about .about-history .history-content .history-right {
  flex: 3;
  padding-top: 70px;
  padding-right: 70px;
}
.page-about .about-history .history-content .history-right h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.page-about .about-history .history-content .history-right p {
  font-size: 14px;
  line-height: 1.8;
}
.page-about .about-history .timeline-bar {
  position: relative;
  height: 60px;
  margin: 0 auto;
}
.page-about .about-history .timeline-bar .line-base {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 16px;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
}
.page-about .about-history .timeline-bar .line-active {
  position: absolute;
  top: 20px;
  left: 0;
  height: 16px;
  background-color: #a92433;
  border-radius: 8px;
  transition: width 0.3s;
}
.page-about .about-history .timeline-bar .timeline-points {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-about .about-history .timeline-bar .timeline-point {
  position: absolute;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.page-about .about-history .timeline-bar .timeline-dot-wrapper {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-about .about-history .timeline-bar .timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  transition:
    background-color 0.3s,
    border-color 0.3s,
    width 0.3s,
    height 0.3s;
}
.page-about .about-history .timeline-bar .timeline-year {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.page-about .about-history .timeline-bar .timeline-point.active .timeline-dot {
  width: 40px;
  height: 40px;
}
@media (max-width: 1280px) {
  .page-about .about-history .history-content .history-middle {
    padding-top: 40px;
  }
  .page-about .about-history .history-content .history-right {
    padding-top: 40px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .page-about .about-history .history-content {
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
  .page-about .about-history .history-content .history-middle h3 {
    font-size: 28px;
  }
  .page-about .about-history .history-content .history-middle,
  .page-about .about-history .history-content .history-right {
    padding-top: 0;
    padding-right: 0;
  }
}
.page-about .about-teams .teams-layout {
  display: flex;
  align-items: center;
  gap: 60px;
}
.page-about .about-teams .teams-left {
  flex: 3;
}
.page-about .about-teams .teams-left .teams-desc {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.page-about .about-teams .teams-right {
  flex: 7;
}
.page-about .about-teams .teams-right .teams-collage {
  position: relative;
  height: 500px;
}
.page-about .about-teams .teams-right .teams-collage .bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: url("../images/about/person-bg.png") no-repeat center / contain;
  z-index: 0;
}
.page-about .about-teams .teams-right .teams-collage .photo {
  position: absolute;
  background-color: #eee;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.page-about .about-teams .teams-right .teams-collage .photo.photo-1 {
  width: 30%;
  aspect-ratio: 220 / 250;
  top: 30%;
  left: 0;
  z-index: 2;
}
.page-about .about-teams .teams-right .teams-collage .photo.photo-2 {
  width: 18%;
  aspect-ratio: 1;
  top: 4%;
  left: 30%;
}
.page-about .about-teams .teams-right .teams-collage .photo.photo-3 {
  width: 20%;
  aspect-ratio: 1;
  top: 16%;
  right: 15%;
}
.page-about .about-teams .teams-right .teams-collage .photo.photo-4 {
  width: 19%;
  aspect-ratio: 1;
  bottom: 8%;
  left: 45%;
}
.page-about .about-teams .teams-right .teams-collage .photo.photo-5 {
  width: 18%;
  aspect-ratio: 140 / 160;
  bottom: 12%;
  right: 0;
}
@media (max-width: 1280px) {
  .page-about .about-teams .teams-layout {
    flex-direction: column;
    gap: 40px;
  }
  .page-about .about-teams .teams-left {
    width: 100%;
  }
  .page-about .about-teams .teams-right {
    width: 100%;
  }
  .page-about .about-teams .teams-right .teams-collage {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .page-about .about-teams .teams-layout {
    gap: 20px;
  }
  .page-about .about-teams .teams-left .teams-desc {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .page-about .about-teams .teams-right .teams-collage {
    height: 300px;
  }
}
.page-about .about-honor .honor-layout {
  display: flex;
  gap: 50px;
}
.page-about .about-honor .honor-left {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-about .about-honor .honor-left .certs-wrapper .cert-img {
  width: 100%;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
}
.page-about .about-honor .honor-right {
  flex: 1;
}
.page-about .about-honor .honor-right .honor-card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.page-about .about-honor .honor-right .honor-card .card-title-wrap {
  text-align: center;
  margin-bottom: 30px;
  background: url("../images/about/honor-title.png") no-repeat center / 50%;
  padding: 20px 0;
}
.page-about .about-honor .honor-right .honor-card .card-title-wrap h3 {
  font-size: 20px;
  color: #333;
  margin: 0;
}
.page-about .about-honor .honor-right .honor-card .honor-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-about .about-honor .honor-right .honor-card .honor-list li {
  text-align: center;
  margin-bottom: 25px;
}
.page-about .about-honor .honor-right .honor-card .honor-list li:last-child {
  margin-bottom: 0;
}
.page-about .about-honor .honor-right .honor-card .honor-list li strong {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
.page-about .about-honor .honor-right .honor-card .honor-list li span {
  display: block;
  font-size: 13px;
  color: #666;
}
@media (max-width: 1280px) {
  .page-about .about-honor .honor-layout {
    gap: 40px;
  }
  .page-about .about-honor .honor-left {
    width: 100%;
  }
  .page-about .about-honor .honor-left .certs-wrapper {
    transform: scale(0.85);
    transform-origin: center bottom;
  }
}
@media (max-width: 768px) {
  .page-about .about-honor .honor-layout {
    flex-direction: column;
    gap: 30px;
  }
  .page-about .about-honor .honor-left .certs-wrapper {
    transform: scale(1);
  }
  .page-about .about-honor .honor-left .certs-wrapper .cert-img {
    height: 180px;
  }
  .page-about .about-honor .honor-right .honor-card {
    padding: 15px;
  }
  .page-about .about-honor .honor-right .honor-card .card-title-wrap {
    margin-bottom: 20px;
    padding: 15px 0;
  }
  .page-about .about-honor .honor-right .honor-card .card-title-wrap h3 {
    font-size: 18px;
  }
  .page-about .about-honor .honor-right .honor-card .honor-list li {
    margin-bottom: 20px;
  }
  .page-about .about-honor .honor-right .honor-card .honor-list li strong {
    font-size: 13px;
  }
  .page-about .about-honor .honor-right .honor-card .honor-list li span {
    font-size: 12px;
  }
}

.page-activity {
  background-color: #fff;
}
.page-activity .featured-carousel {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.page-activity .featured-carousel .swiper {
  width: 68%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
@media (max-width: 768px) {
  .page-activity .featured-carousel .swiper {
    width: 100%;
  }
}
.page-activity .featured-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  aspect-ratio: 1126 / 515;
}
.page-activity .featured-carousel .carousel-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  width: 24px;
  height: 40px;
  margin-top: 0;
  color: transparent;
}
.page-activity .featured-carousel .carousel-btn::after {
  display: none;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-prev {
  left: calc(50% - 50% / 1.3 - 35px - 15px);
  background: url("../images/activity/swiper-left.png") no-repeat center center;
  background-size: contain;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-next {
  right: calc(50% - 50% / 1.3 - 35px - 15px);
  background: url("../images/activity/swiper-right.png") no-repeat center center;
  background-size: contain;
}
.page-activity .featured-carousel .carousel-btn:hover {
  opacity: 0.7;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.page-activity .featured-carousel .card {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.page-activity .featured-carousel .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-activity .featured-carousel .card::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.page-activity .featured-carousel .card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px;
  color: #fff;
  z-index: 1;
}
.page-activity .featured-carousel .card .card-content .card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.page-activity .featured-carousel .card .card-content .card-desc p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .page-activity .featured-carousel .card .card-content {
    padding: 20px;
  }
  .page-activity .featured-carousel .card .card-content .card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .page-activity .featured-carousel .card .card-desc p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.page-activity .tab-filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-activity .tab-filters .tab-btn {
  width: 45%;
  min-width: 280px;
  height: 55px;
  font-size: 18px;
  border-radius: 28px;
}
@media (max-width: 1280px) {
  .page-activity .tab-filters .tab-btn {
    width: 45%;
    min-width: 240px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page-activity .tab-filters {
    flex-direction: column;
    align-items: center;
  }
  .page-activity .tab-filters .tab-btn {
    width: 80%;
    min-width: auto;
    height: 48px;
    font-size: 15px;
  }
}
.activity-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.activity-list .activity-item {
  display: flex;
  border: 1px solid #eee;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.3s;
  min-height: 200px;
  text-decoration: none;
  color: inherit;
  padding: 10px;
}
.activity-list .activity-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.activity-list .activity-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.activity-list .activity-item:nth-child(even) {
  flex-direction: row;
}
.activity-list .activity-item .item-image {
  width: 600px;
  max-width: 50%;
  height: auto;
  aspect-ratio: 600 / 276;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 25px;
}
.activity-list .activity-item .item-image.placeholder {
  background-color: #f0f0f0;
}
.activity-list .activity-item .item-content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.activity-list .activity-item .item-content .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.activity-list .activity-item .item-content .item-desc {
  color: #666;
}
.activity-list .activity-item .item-content .item-desc p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1280px) {
  .activity-list .activity-item .item-content {
    padding: 25px;
  }
  .activity-list .activity-item .item-content .card-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .activity-list .activity-item {
    flex-direction: column !important;
    border-radius: 16px;
  }
  .activity-list .activity-item .item-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  .activity-list .activity-item .item-content {
    width: 100%;
    padding: 20px;
  }
  .activity-list .activity-item .item-content .item-meta {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .activity-list .activity-item .item-content .card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .activity-list .activity-item .item-content .item-desc p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 80px;
}
.pagination .page-num {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}
.pagination .page-num.active {
  color: #333;
  font-weight: bold;
}
.pagination .page-num:hover:not(.active) {
  color: #333;
}
.pagination .page-prev,
.pagination .page-next {
  display: inline-flex;
  align-items: center;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.pagination .page-prev .arrow-line,
.pagination .page-next .arrow-line {
  display: none;
}
.pagination .page-prev {
  background-image: url("../images/common/arrow-left.png");
}
.pagination .page-prev.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.pagination .page-next {
  background-image: url("../images/common/arrow-right.png");
}
.pagination .page-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.page-activity {
  background-color: #fff;
}
.page-activity .featured-carousel {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.page-activity .featured-carousel .swiper {
  width: 68%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
@media (max-width: 768px) {
  .page-activity .featured-carousel .swiper {
    width: 100%;
  }
}
.page-activity .featured-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  aspect-ratio: 1126 / 515;
}
.page-activity .featured-carousel .carousel-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  width: 24px;
  height: 40px;
  margin-top: 0;
  color: transparent;
}
.page-activity .featured-carousel .carousel-btn::after {
  display: none;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-prev {
  left: calc(50% - 50% / 1.3 - 35px - 15px);
  background: url("../images/activity/swiper-left.png") no-repeat center center;
  background-size: contain;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-next {
  right: calc(50% - 50% / 1.3 - 35px - 15px);
  background: url("../images/activity/swiper-right.png") no-repeat center center;
  background-size: contain;
}
.page-activity .featured-carousel .carousel-btn:hover {
  opacity: 0.7;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.page-activity .featured-carousel .card {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.page-activity .featured-carousel .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-activity .featured-carousel .card::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.page-activity .featured-carousel .card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px;
  color: #fff;
  z-index: 1;
}
.page-activity .featured-carousel .card .card-content .card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.page-activity .featured-carousel .card .card-content .card-desc p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .page-activity .featured-carousel .card .card-content {
    padding: 20px;
  }
  .page-activity .featured-carousel .card .card-content .card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .page-activity .featured-carousel .card .card-desc p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.page-activity .tab-filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-activity .tab-filters .tab-btn {
  width: 45%;
  min-width: 280px;
  height: 55px;
  font-size: 18px;
  border-radius: 28px;
}
@media (max-width: 1280px) {
  .page-activity .tab-filters .tab-btn {
    width: 45%;
    min-width: 240px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page-activity .tab-filters {
    flex-direction: column;
    align-items: center;
  }
  .page-activity .tab-filters .tab-btn {
    width: 80%;
    min-width: auto;
    height: 48px;
    font-size: 15px;
  }
}
.activity-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.activity-list .activity-item {
  display: flex;
  border: 1px solid #eee;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.3s;
  min-height: 200px;
  text-decoration: none;
  color: inherit;
  padding: 10px;
}
.activity-list .activity-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.activity-list .activity-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.activity-list .activity-item:nth-child(even) {
  flex-direction: row;
}
.activity-list .activity-item .item-image {
  width: 600px;
  max-width: 50%;
  height: auto;
  aspect-ratio: 600 / 276;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 25px;
}
.activity-list .activity-item .item-image.placeholder {
  background-color: #f0f0f0;
}
.activity-list .activity-item .item-content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.activity-list .activity-item .item-content .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.activity-list .activity-item .item-content .item-desc {
  color: #666;
}
.activity-list .activity-item .item-content .item-desc p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1280px) {
  .activity-list .activity-item .item-content {
    padding: 25px;
  }
  .activity-list .activity-item .item-content .card-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .activity-list .activity-item {
    flex-direction: column !important;
    border-radius: 16px;
  }
  .activity-list .activity-item .item-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  .activity-list .activity-item .item-content {
    width: 100%;
    padding: 20px;
  }
  .activity-list .activity-item .item-content .item-meta {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .activity-list .activity-item .item-content .card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .activity-list .activity-item .item-content .item-desc p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 80px;
}
.pagination .page-num {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}
.pagination .page-num.active {
  color: #333;
  font-weight: bold;
}
.pagination .page-num:hover:not(.active) {
  color: #333;
}
.pagination .page-prev,
.pagination .page-next {
  display: inline-flex;
  align-items: center;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.pagination .page-prev .arrow-line,
.pagination .page-next .arrow-line {
  display: none;
}
.pagination .page-prev {
  background-image: url("../images/common/arrow-left.png");
}
.pagination .page-prev.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.pagination .page-next {
  background-image: url("../images/common/arrow-right.png");
}
.pagination .page-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
/* re-use activity styles for list/pagination */
.page-cases,
.page-insights {
  /* Activity item overrides */
}
.page-cases .filter-section,
.page-insights .filter-section {
  padding: 40px 90px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  margin: 40px auto;
  max-width: 1200px;
}
.page-cases .filter-section .filter-tabs,
.page-insights .filter-section .filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.page-cases .filter-section .filter-tabs .tab-btn,
.page-insights .filter-section .filter-tabs .tab-btn {
  min-width: 120px;
}
.page-cases .filter-section .filter-tags,
.page-insights .filter-section .filter-tags {
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-cases .filter-section .filter-tags .tag-title,
.page-insights .filter-section .filter-tags .tag-title {
  font-weight: bold;
  color: #a92433;
  position: relative;
  padding-left: 17px;
}
.page-cases .filter-section .filter-tags .tag-title::before,
.page-insights .filter-section .filter-tags .tag-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 26px;
  border-radius: 3px;
  background-color: #a92433;
}
.page-cases .filter-section .filter-tags .tags-list,
.page-insights .filter-section .filter-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page-cases .filter-section .filter-tags .tags-list .tag,
.page-insights .filter-section .filter-tags .tags-list .tag {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
  position: relative;
  padding: 0 4px;
}
.page-cases .filter-section .filter-tags .tags-list .tag.active,
.page-insights .filter-section .filter-tags .tags-list .tag.active,
.page-cases .filter-section .filter-tags .tags-list .tag:hover,
.page-insights .filter-section .filter-tags .tags-list .tag:hover {
  color: #a92433;
}
.page-cases .filter-section .filter-tags .tags-list .tag.active::after,
.page-insights .filter-section .filter-tags .tags-list .tag.active::after,
.page-cases .filter-section .filter-tags .tags-list .tag:hover::after,
.page-insights .filter-section .filter-tags .tags-list .tag:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a92433;
}
.page-cases .activity-list .activity-item .item-content .item-meta,
.page-insights .activity-list .activity-item .item-content .item-meta {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-cases .activity-list .activity-item .item-content .item-title,
.page-insights .activity-list .activity-item .item-content .item-title {
  font-size: 22px;
  margin-bottom: 15px;
}
.page-cases .inner-hero-bg {
  background-image: url("../images/cases/banner.jpg");
}
@media (max-width: 1280px) {
  .page-cases .filter-section,
  .page-insights .filter-section {
    padding: 30px 40px;
    margin: 30px auto;
  }
  .page-cases .filter-section .filter-tabs,
  .page-insights .filter-section .filter-tabs {
    gap: 15px;
  }
  .page-cases .filter-section .filter-tags,
  .page-insights .filter-section .filter-tags {
    gap: 20px;
  }
  .page-cases .filter-section .filter-tags .tags-list,
  .page-insights .filter-section .filter-tags .tags-list {
    gap: 20px;
  }
  .page-cases .filter-section .filter-tags .tags-list .tag,
  .page-insights .filter-section .filter-tags .tags-list .tag {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .page-cases .filter-section,
  .page-insights .filter-section {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .page-cases .filter-section .filter-tabs,
  .page-insights .filter-section .filter-tabs {
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .page-cases .filter-section .filter-tabs .tab-btn,
  .page-insights .filter-section .filter-tabs .tab-btn {
    min-width: 100px;
  }
  .page-cases .filter-section .filter-tags,
  .page-insights .filter-section .filter-tags {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .page-cases .filter-section .filter-tags .tag-title,
  .page-insights .filter-section .filter-tags .tag-title {
    font-size: 14px;
  }
  .page-cases .filter-section .filter-tags .tags-list,
  .page-insights .filter-section .filter-tags .tags-list {
    gap: 15px;
  }
  .page-cases .filter-section .filter-tags .tags-list .tag,
  .page-insights .filter-section .filter-tags .tags-list .tag {
    font-size: 13px;
  }
}

.page-contact {
  background-color: #fff;
}
.page-contact .inner-hero-bg {
  background-image: url("../images/contact/banner.jpg");
}
.page-contact .contact-intro {
  text-align: center;
  padding: 60px 20px 40px;
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.page-contact .contact-intro p {
  margin-bottom: 10px;
}
.page-contact .contact-form-section {
  margin: 0 auto 80px;
}
.page-contact .contact-form-section .form-grid {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
}
.page-contact .contact-form-section .form-grid .form-left {
  flex: 4.5;
}
.page-contact .contact-form-section .form-grid .form-left .form-group {
  margin-bottom: 25px;
}
.page-contact .contact-form-section .form-grid .form-right {
  flex: 5.5;
}
.page-contact .contact-form-section .form-group.row-group {
  display: flex;
  align-items: center;
}
.page-contact .contact-form-section .form-group.row-group label {
  width: 80px;
  flex-shrink: 0;
  text-align: right;
  margin-right: 15px;
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
}
.page-contact .contact-form-section .form-group.row-group input {
  flex: 1;
}
.page-contact .contact-form-section .form-group label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.page-contact .contact-form-section .form-group label.checkbox-main-label {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}
.page-contact .contact-form-section .form-group label.textarea-label {
  margin-bottom: 10px;
}
.page-contact .contact-form-section .form-group input[type="text"],
.page-contact .contact-form-section .form-group input[type="tel"],
.page-contact .contact-form-section .form-group input[type="email"],
.page-contact .contact-form-section .form-group textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
  font-family: inherit;
}
.page-contact .contact-form-section .form-group input[type="text"]:focus,
.page-contact .contact-form-section .form-group input[type="tel"]:focus,
.page-contact .contact-form-section .form-group input[type="email"]:focus,
.page-contact .contact-form-section .form-group textarea:focus {
  border-color: #a92433;
}
.page-contact .contact-form-section .form-group textarea {
  resize: none;
  height: 212px;
}
.page-contact .contact-form-section .checkbox-grid > div {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
}
.page-contact .contact-form-section .checkbox-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.page-contact .contact-form-section .checkbox-item input[type="checkbox"] {
  margin-right: 8px;
  cursor: pointer;
  accent-color: #a92433;
}
.page-contact .contact-form-section .form-actions {
  text-align: center;
  margin-top: 40px;
}
.page-contact .contact-form-section .form-actions .submit-btn {
  background-color: transparent;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 12px 60px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 2px;
}
.page-contact .contact-form-section .form-actions .submit-btn:hover {
  background-color: #a92433;
  border-color: #a92433;
  color: #fff;
}
@media (max-width: 1280px) {
  .page-contact .contact-form-section .checkbox-grid > div {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .page-contact .contact-form-section {
    padding: 0 20px;
  }
  .page-contact .contact-form-section .form-grid {
    flex-direction: column;
    gap: 25px;
  }
  .page-contact .contact-form-section .checkbox-grid div {
    grid-template-columns: 1fr;
  }
  .page-contact .contact-form-section .form-group {
    margin-bottom: 0;
  }
  .page-contact .contact-form-section .form-group label {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .page-contact .contact-form-section .form-group input,
  .page-contact .contact-form-section .form-group textarea,
  .page-contact .contact-form-section .form-group select {
    font-size: 14px;
    padding: 12px;
  }
  .page-contact .contact-form-section .form-group.row-group {
    flex-direction: column;
    align-items: stretch;
  }
  .page-contact .contact-form-section .form-group.row-group label {
    width: auto;
    text-align: left;
    margin-bottom: 8px;
  }
  .page-contact .contact-form-section .submit-btn {
    width: 100%;
    padding: 14px;
    font-size: 16px;
  }
}

.page-activity {
  background-color: #fff;
}
.page-activity .featured-carousel {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.page-activity .featured-carousel .swiper {
  width: 68%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
@media (max-width: 768px) {
  .page-activity .featured-carousel .swiper {
    width: 100%;
  }
}
.page-activity .featured-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  aspect-ratio: 1126 / 515;
}
.page-activity .featured-carousel .carousel-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  width: 24px;
  height: 40px;
  margin-top: 0;
  color: transparent;
}
.page-activity .featured-carousel .carousel-btn::after {
  display: none;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-prev {
  left: calc(50% - 50% / 1.3 - 35px - 15px);
  background: url("../images/activity/swiper-left.png") no-repeat center center;
  background-size: contain;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-next {
  right: calc(50% - 50% / 1.3 - 35px - 15px);
  background: url("../images/activity/swiper-right.png") no-repeat center center;
  background-size: contain;
}
.page-activity .featured-carousel .carousel-btn:hover {
  opacity: 0.7;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.page-activity .featured-carousel .card {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.page-activity .featured-carousel .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-activity .featured-carousel .card::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.page-activity .featured-carousel .card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px;
  color: #fff;
  z-index: 1;
}
.page-activity .featured-carousel .card .card-content .card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.page-activity .featured-carousel .card .card-content .card-desc p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .page-activity .featured-carousel .card .card-content {
    padding: 20px;
  }
  .page-activity .featured-carousel .card .card-content .card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .page-activity .featured-carousel .card .card-desc p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.page-activity .tab-filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-activity .tab-filters .tab-btn {
  width: 45%;
  min-width: 280px;
  height: 55px;
  font-size: 18px;
  border-radius: 28px;
}
@media (max-width: 1280px) {
  .page-activity .tab-filters .tab-btn {
    width: 45%;
    min-width: 240px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page-activity .tab-filters {
    flex-direction: column;
    align-items: center;
  }
  .page-activity .tab-filters .tab-btn {
    width: 80%;
    min-width: auto;
    height: 48px;
    font-size: 15px;
  }
}
.activity-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.activity-list .activity-item {
  display: flex;
  border: 1px solid #eee;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.3s;
  min-height: 200px;
  text-decoration: none;
  color: inherit;
  padding: 10px;
}
.activity-list .activity-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.activity-list .activity-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.activity-list .activity-item:nth-child(even) {
  flex-direction: row;
}
.activity-list .activity-item .item-image {
  width: 600px;
  max-width: 50%;
  height: auto;
  aspect-ratio: 600 / 276;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 25px;
}
.activity-list .activity-item .item-image.placeholder {
  background-color: #f0f0f0;
}
.activity-list .activity-item .item-content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.activity-list .activity-item .item-content .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.activity-list .activity-item .item-content .item-desc {
  color: #666;
}
.activity-list .activity-item .item-content .item-desc p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1280px) {
  .activity-list .activity-item .item-content {
    padding: 25px;
  }
  .activity-list .activity-item .item-content .card-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .activity-list .activity-item {
    flex-direction: column !important;
    border-radius: 16px;
  }
  .activity-list .activity-item .item-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  .activity-list .activity-item .item-content {
    width: 100%;
    padding: 20px;
  }
  .activity-list .activity-item .item-content .item-meta {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .activity-list .activity-item .item-content .card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .activity-list .activity-item .item-content .item-desc p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 80px;
}
.pagination .page-num {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}
.pagination .page-num.active {
  color: #333;
  font-weight: bold;
}
.pagination .page-num:hover:not(.active) {
  color: #333;
}
.pagination .page-prev,
.pagination .page-next {
  display: inline-flex;
  align-items: center;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.pagination .page-prev .arrow-line,
.pagination .page-next .arrow-line {
  display: none;
}
.pagination .page-prev {
  background-image: url("../images/common/arrow-left.png");
}
.pagination .page-prev.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.pagination .page-next {
  background-image: url("../images/common/arrow-right.png");
}
.pagination .page-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
/* re-use activity styles for list/pagination */
.page-cases,
.page-insights {
  /* Activity item overrides */
}
.page-cases .filter-section,
.page-insights .filter-section {
  padding: 40px 90px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  margin: 40px auto;
  max-width: 1200px;
}
.page-cases .filter-section .filter-tabs,
.page-insights .filter-section .filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.page-cases .filter-section .filter-tabs .tab-btn,
.page-insights .filter-section .filter-tabs .tab-btn {
  min-width: 120px;
}
.page-cases .filter-section .filter-tags,
.page-insights .filter-section .filter-tags {
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-cases .filter-section .filter-tags .tag-title,
.page-insights .filter-section .filter-tags .tag-title {
  font-weight: bold;
  color: #a92433;
  position: relative;
  padding-left: 17px;
}
.page-cases .filter-section .filter-tags .tag-title::before,
.page-insights .filter-section .filter-tags .tag-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 26px;
  border-radius: 3px;
  background-color: #a92433;
}
.page-cases .filter-section .filter-tags .tags-list,
.page-insights .filter-section .filter-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page-cases .filter-section .filter-tags .tags-list .tag,
.page-insights .filter-section .filter-tags .tags-list .tag {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
  position: relative;
  padding: 0 4px;
}
.page-cases .filter-section .filter-tags .tags-list .tag.active,
.page-insights .filter-section .filter-tags .tags-list .tag.active,
.page-cases .filter-section .filter-tags .tags-list .tag:hover,
.page-insights .filter-section .filter-tags .tags-list .tag:hover {
  color: #a92433;
}
.page-cases .filter-section .filter-tags .tags-list .tag.active::after,
.page-insights .filter-section .filter-tags .tags-list .tag.active::after,
.page-cases .filter-section .filter-tags .tags-list .tag:hover::after,
.page-insights .filter-section .filter-tags .tags-list .tag:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a92433;
}
.page-cases .activity-list .activity-item .item-content .item-meta,
.page-insights .activity-list .activity-item .item-content .item-meta {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-cases .activity-list .activity-item .item-content .item-title,
.page-insights .activity-list .activity-item .item-content .item-title {
  font-size: 22px;
  margin-bottom: 15px;
}
.page-cases .inner-hero-bg {
  background-image: url("../images/cases/banner.jpg");
}
@media (max-width: 1280px) {
  .page-cases .filter-section,
  .page-insights .filter-section {
    padding: 30px 40px;
    margin: 30px auto;
  }
  .page-cases .filter-section .filter-tabs,
  .page-insights .filter-section .filter-tabs {
    gap: 15px;
  }
  .page-cases .filter-section .filter-tags,
  .page-insights .filter-section .filter-tags {
    gap: 20px;
  }
  .page-cases .filter-section .filter-tags .tags-list,
  .page-insights .filter-section .filter-tags .tags-list {
    gap: 20px;
  }
  .page-cases .filter-section .filter-tags .tags-list .tag,
  .page-insights .filter-section .filter-tags .tags-list .tag {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .page-cases .filter-section,
  .page-insights .filter-section {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .page-cases .filter-section .filter-tabs,
  .page-insights .filter-section .filter-tabs {
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .page-cases .filter-section .filter-tabs .tab-btn,
  .page-insights .filter-section .filter-tabs .tab-btn {
    min-width: 100px;
  }
  .page-cases .filter-section .filter-tags,
  .page-insights .filter-section .filter-tags {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .page-cases .filter-section .filter-tags .tag-title,
  .page-insights .filter-section .filter-tags .tag-title {
    font-size: 14px;
  }
  .page-cases .filter-section .filter-tags .tags-list,
  .page-insights .filter-section .filter-tags .tags-list {
    gap: 15px;
  }
  .page-cases .filter-section .filter-tags .tags-list .tag,
  .page-insights .filter-section .filter-tags .tags-list .tag {
    font-size: 13px;
  }
}
/* Override inner hero background for insights page */
.page-insights .inner-hero-bg {
  background-image: url("../images/insights/banner.jpg");
}
/* Book Promo specific to insights */
.book-promo-section {
  background-color: #eeeeee;
  padding: 30px 0;
}
.book-promo-section .book-promo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
}
.book-promo-section .book-promo-content .book-image {
  flex: 0 0 200px;
  display: flex;
  justify-content: center;
}
.book-promo-section .book-promo-content .book-image img {
  width: 160px;
  height: auto;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.book-promo-section .book-promo-content .book-info {
  flex: 1;
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
}
.book-promo-section .book-promo-content .book-info::before,
.book-promo-section .book-promo-content .book-info::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100px;
  background-color: #bfbfbf;
}
.book-promo-section .book-promo-content .book-info::before {
  left: 0;
}
.book-promo-section .book-promo-content .book-info::after {
  right: 0;
}
.book-promo-section .book-promo-content .book-info h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
.book-promo-section .book-promo-content .book-info p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.book-promo-section .book-promo-content .book-qr {
  flex: 0 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.book-promo-section .book-promo-content .book-qr img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.book-promo-section .book-promo-content .book-qr span {
  font-size: 12px;
  color: #333;
}
@media (max-width: 1280px) {
  .book-promo-section .book-promo-content {
    max-width: 900px;
    gap: 30px;
  }
  .book-promo-section .book-promo-content .book-image {
    flex: 0 0 180px;
  }
  .book-promo-section .book-promo-content .book-image img {
    width: 140px;
  }
  .book-promo-section .book-promo-content .book-info {
    padding: 0 30px;
  }
  .book-promo-section .book-promo-content .book-info h3 {
    font-size: 17px;
  }
  .book-promo-section .book-promo-content .book-info p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .book-promo-section {
    padding: 20px 0;
  }
  .book-promo-section .book-promo-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .book-promo-section .book-promo-content .book-info {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
  .book-promo-section .book-promo-content .book-info::before,
  .book-promo-section .book-promo-content .book-info::after {
    display: none;
  }
}

.page-join {
  /* Centered headings */
  /* Intro Section */
  /* Why Join Section (Value Grid) */
  /* Positions Section (Accordion) */
  /* Application Guide Section */
}
.page-join .inner-hero-bg {
  background-image: url("../images/join/banner.png");
}
.page-join .section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .page-join .section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-join .title-wrap-centered {
  text-align: center;
  margin-bottom: 40px;
}
.page-join .section-title-centered {
  display: inline-block;
  position: relative;
  font-size: 28px;
  color: #333;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.page-join .section-title-centered::after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: -15px;
  width: 60%;
  height: 5px;
  background-color: #a92433;
}
.page-join .join-intro {
  background-color: #fbf4f4;
  text-align: center;
}
.page-join .join-intro .intro-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.page-join .join-intro .intro-wrap .section-title {
  display: inline-block;
  position: relative;
  font-size: 28px;
  color: #333;
  font-weight: normal;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.page-join .join-intro .intro-wrap .section-title::after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: -15px;
  width: 60%;
  height: 5px;
  background-color: #a92433;
}
.page-join .join-intro .intro-wrap .desc-lines {
  font-size: 15px;
  color: #555;
  line-height: 2;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page-join .join-intro .intro-wrap .desc-lines {
    margin-bottom: 20px;
  }
}
.page-join .join-intro .stats-row {
  display: flex;
  justify-content: center;
  gap: 120px;
  margin: 0 auto;
}
.page-join .join-intro .stats-row .stat-item {
  text-align: center;
  flex: 1;
}
.page-join .join-intro .stats-row .stat-item .stat-number {
  font-size: 48px;
  font-weight: bold;
  color: #a92433;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 768px) {
  .page-join .join-intro .stats-row .stat-item .stat-number {
    font-size: 28px;
  }
}
.page-join .join-intro .stats-row .stat-item .stat-number span {
  font-size: 20px;
  font-weight: normal;
  margin-left: 2px;
}
.page-join .join-intro .stats-row .stat-item .stat-label {
  font-size: 14px;
  color: #a92433;
}
@media (max-width: 768px) {
  .page-join .join-intro .stats-row {
    gap: 40px;
  }
}
.page-join .why-join .values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.page-join .why-join .value-card {
  display: flex;
  gap: 24px;
  padding: 35px;
  border: 1px solid rgba(169, 36, 51, 0.12);
  border-radius: 16px;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}
.page-join .why-join .value-card .card-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-join .why-join .value-card .card-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page-join .why-join .value-card .card-content h3 {
  font-size: 18px;
  color: #a92433;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.4;
}
.page-join .why-join .value-card .card-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
.page-join .why-join .value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(169, 36, 51, 0.35);
  box-shadow: 0 12px 30px rgba(169, 36, 51, 0.06);
}
@media (max-width: 1024px) {
  .page-join .why-join .values-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .page-join .why-join .value-card {
    padding: 25px;
    flex-direction: column;
    gap: 15px;
  }
  .page-join .why-join .value-card .card-icon {
    width: 50px;
    height: 50px;
  }
}
.page-join .positions-section .accordion-container {
  max-width: 1200px;
  margin: 40px auto 0;
}
.page-join .positions-section .accordion-item {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 2px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.page-join .positions-section .accordion-item.active .accordion-header {
  background-color: #f0dae1;
}
.page-join
  .positions-section
  .accordion-item.active
  .accordion-header
  .arrow-icon {
  transform: rotate(180deg);
}
.page-join .positions-section .accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 35px;
  background-color: #e2e2e3;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}
.page-join .positions-section .accordion-header .arrow-icon {
  width: 14px;
  height: auto;
  transition: transform 0.3s ease;
}
.page-join .positions-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-join .positions-section .accordion-item.active .accordion-content {
  max-height: 1000px;
  /* Large enough to fit any panel */
}
.page-join .positions-section .pos-details {
  padding: 35px;
}
.page-join .positions-section .pos-details h4 {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .page-join .positions-section .pos-details h4 {
    margin-bottom: 10px;
  }
}
.page-join .positions-section .pos-row {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .page-join .positions-section .pos-row {
    flex-direction: column;
    gap: 20px;
  }
}
.page-join .positions-section .pos-col {
  flex: 1;
}
.page-join .positions-section .pos-col ul li {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  list-style: none;
}
.page-join .positions-section .pos-col ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .page-join .positions-section .pos-details {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .page-join .positions-section .accordion-header {
    padding: 20px 25px;
    font-size: 16px;
  }
  .page-join .positions-section .pos-details {
    padding: 25px;
  }
}
.page-join .apply-guide {
  background-color: #fbf4f4;
  text-align: center;
}
.page-join .apply-guide .guide-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.page-join .apply-guide .guide-wrap .highlight-text {
  font-size: 22px;
  color: #a92433;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-join .apply-guide .guide-wrap .contact-email {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  margin-bottom: 30px;
  background: #fff;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(169, 36, 51, 0.04);
  border: 1px solid rgba(169, 36, 51, 0.08);
}
.page-join .apply-guide .guide-wrap .contact-email a {
  color: #a92433;
  font-weight: bold;
  border-bottom: 1.5px dashed #a92433;
  transition: border-color 0.3s;
}
.page-join .apply-guide .guide-wrap .contact-email a:hover {
  border-bottom-style: solid;
}
.page-join .apply-guide .guide-wrap .reminder-text {
  font-size: 14px;
  line-height: 1.8;
}
.page-join .apply-guide .guide-wrap .reminder-text p {
  margin-bottom: 8px;
}
.page-join .apply-guide .guide-wrap .reminder-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-join .apply-guide .guide-wrap .highlight-text {
    font-size: 18px;
  }
  .page-join .apply-guide .guide-wrap .contact-email {
    font-size: 15px;
    padding: 12px 25px;
    width: 100%;
    word-break: break-all;
  }
}

.page-home {
  /* Hero Section */
  /* Definition Section */
  /* Insight Section */
  /* News Section */
  /* Value Section */
  /* Case Section */
  /* Client Section */
}
.page-home .hero {
  position: relative;
  height: 100vh;
  color: #fff;
}
.page-home .hero .hero-swiper {
  width: 100%;
  height: 100%;
}
.page-home .hero .swiper-slide {
  background: center / cover no-repeat;
}
.page-home .hero .slide-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  text-decoration: none;
  color: inherit;
}
.page-home .hero .hero-content {
  margin-bottom: 80px;
}
.page-home .hero .hero-content .hero-subtitle {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  opacity: 0.9;
}
.page-home .hero .hero-content .hero-title {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 2px;
}
.page-home .hero .hero-tags {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  box-sizing: border-box;
}
.page-home .hero .hero-tags .tag-item {
  flex: 1;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 10px 0;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition:
    transform 0.3s,
    background 0.3s;
  cursor: pointer;
}
.page-home .hero .hero-tags .tag-item.active {
  background: rgba(169, 36, 51, 0.8);
  color: #fff;
}
.page-home .hero .hero-tags .tag-item.active i .icon-default {
  display: none;
}
.page-home .hero .hero-tags .tag-item.active i .icon-active {
  display: block;
}
.page-home .hero .hero-tags .tag-item:hover {
  transform: translateY(-5px);
  background: rgba(169, 36, 51, 0.8);
  color: #fff;
}
.page-home .hero .hero-tags .tag-item:hover i .icon-default {
  display: none;
}
.page-home .hero .hero-tags .tag-item:hover i .icon-active {
  display: block;
}
.page-home .hero .hero-tags .tag-item i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.page-home .hero .hero-tags .tag-item i img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.page-home .hero .hero-tags .tag-item i .icon-active {
  display: none;
}
.page-home .hero .hero-tags .tag-item span {
  font-weight: 500;
  font-size: 15px;
}
.page-home .definition-section {
  padding: 0;
  text-align: center;
  background: #fdfdfd url("../images/home/coach-bg.png") right center / cover
    no-repeat;
  height: 294px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-home .definition-section .def-title {
  font-size: 32px;
  color: #111;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.page-home .definition-section .def-desc {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
.page-home .insight-section {
  background: #fff;
}
.page-home .insight-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.page-home .insight-section .section-header .title-wrap {
  margin-bottom: 0;
}
.page-home .insight-section .insight-content {
  display: flex;
  gap: 30px;
}
.page-home .insight-section .insight-content .insight-main {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
.page-home .insight-section .insight-content .insight-main.with-bg {
  position: relative;
  overflow: hidden;
}
.page-home .insight-section .insight-content .insight-main.with-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.page-home .insight-section .insight-content .insight-main .img-placeholder {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}
.page-home .insight-section .insight-content .insight-main .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  z-index: 2;
}
.page-home .insight-section .insight-content .insight-main .text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.page-home .insight-section .insight-content .insight-main .text p {
  font-size: 14px;
  opacity: 0.9;
}
.page-home .insight-section .insight-content .insight-list {
  flex: 0 0 calc(272 / 591 * 100%);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page-home .insight-section .insight-content .insight-list .insight-item {
  flex: 1;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
.page-home
  .insight-section
  .insight-content
  .insight-list
  .insight-item.with-bg {
  position: relative;
  overflow: hidden;
}
.page-home
  .insight-section
  .insight-content
  .insight-list
  .insight-item.with-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.page-home
  .insight-section
  .insight-content
  .insight-list
  .insight-item.with-bg
  img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.page-home
  .insight-section
  .insight-content
  .insight-list
  .insight-item.with-bg
  h3,
.page-home
  .insight-section
  .insight-content
  .insight-list
  .insight-item.with-bg
  p {
  position: relative;
  z-index: 2;
}
.page-home .insight-section .insight-content .insight-list .insight-item h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.4;
}
.page-home .insight-section .insight-content .insight-list .insight-item p {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  opacity: 0.9;
}
.page-home .insight-section .insight-content .insight-main:hover,
.page-home .insight-section .insight-content .insight-item:hover {
  transform: translateY(-5px);
}
.page-home .insight-section .insight-content .insight-main:hover h3,
.page-home .insight-section .insight-content .insight-item:hover h3 {
  text-decoration: underline;
}
.page-home .news-section {
  background: #fdfdfd;
}
.page-home .news-section .news-layout {
  display: flex;
  gap: 50px;
}
.page-home .news-section .news-layout .news-sidebar {
  width: 200px;
}
.page-home .news-section .news-layout .news-sidebar .news-tabs {
  margin: 40px 0;
}
.page-home .news-section .news-layout .news-sidebar .news-tabs li {
  padding: 10px 0;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  position: relative;
}
.page-home .news-section .news-layout .news-sidebar .news-tabs li.active {
  color: #a92433;
  font-weight: 500;
}
.page-home
  .news-section
  .news-layout
  .news-sidebar
  .news-tabs
  li.active::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #a92433;
}
.page-home .news-section .news-layout .news-cards {
  flex: 1;
  display: none;
  gap: 20px;
}
.page-home .news-section .news-layout .news-cards.active {
  display: flex;
}
.page-home .news-section .news-layout .news-cards .news-card {
  flex: 1;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
  padding: 10px;
}
.page-home .news-section .news-layout .news-cards .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background: rgba(169, 36, 51, 0.2);
}
.page-home .news-section .news-layout .news-cards .news-card .img-placeholder {
  width: 100%;
  display: block;
  border-radius: 25px;
}
.page-home .news-section .news-layout .news-cards .news-card .card-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.page-home .news-section .news-layout .news-cards .news-card .card-content h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #111;
}
.page-home .news-section .news-layout .news-cards .news-card .card-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  flex: 1;
  line-height: 1.6;
}
.page-home
  .news-section
  .news-layout
  .news-cards
  .news-card
  .card-content
  .news-icon {
  align-self: flex-end;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/home/new-icon.png") center / contain no-repeat;
}
.page-home .value-section {
  background: #fafafa;
}
.page-home .value-section .value-layout {
  display: flex;
  gap: 50px;
}
.page-home .value-section .value-layout .value-sidebar {
  width: 300px;
}
.page-home .value-section .value-layout .value-sidebar .desc {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.page-home .value-section .value-layout .value-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-home .value-section .value-layout .value-items .value-item {
  display: flex;
  align-items: flex-start;
  padding: 30px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #eee;
  gap: 25px;
  transition: all 0.3s;
  cursor: pointer;
}
.page-home
  .value-section
  .value-layout
  .value-items
  .value-item
  .icon-placeholder {
  width: 40px;
  height: 40px;
  color: #ccc;
  flex-shrink: 0;
  position: relative;
}
.page-home
  .value-section
  .value-layout
  .value-items
  .value-item
  .icon-placeholder
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-home
  .value-section
  .value-layout
  .value-items
  .value-item
  .icon-placeholder
  .icon-active {
  display: none;
}
.page-home .value-section .value-layout .value-items .value-item .text {
  flex: 1;
}
.page-home .value-section .value-layout .value-items .value-item .text h3 {
  font-size: 18px;
  color: #111;
  font-weight: 500;
}
.page-home .value-section .value-layout .value-items .value-item .text p {
  display: none;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.6;
}
.page-home .value-section .value-layout .value-items .value-item .text .tags {
  display: none;
  margin-top: 15px;
  font-size: 13px;
}
.page-home .value-section .value-layout .value-items .value-item.active {
  background: rgba(169, 36, 51, 0.2);
  border-color: rgba(169, 36, 51, 0.2);
}
.page-home
  .value-section
  .value-layout
  .value-items
  .value-item.active
  .icon-placeholder {
  color: #a92433;
}
.page-home
  .value-section
  .value-layout
  .value-items
  .value-item.active
  .icon-placeholder
  .icon-default {
  display: none;
}
.page-home
  .value-section
  .value-layout
  .value-items
  .value-item.active
  .icon-placeholder
  .icon-active {
  display: block;
}
.page-home .value-section .value-layout .value-items .value-item.active .text p,
.page-home
  .value-section
  .value-layout
  .value-items
  .value-item.active
  .text
  .tags {
  display: block;
}
.page-home .case-section {
  background: #fff;
}
.page-home .case-section .case-layout {
  display: flex;
  gap: 50px;
}
.page-home .case-section .case-layout .case-sidebar {
  width: 250px;
}
.page-home .case-section .case-layout .case-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.page-home .case-section .case-layout .case-grid .case-card {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 220px;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.page-home .case-section .case-layout .case-grid .case-card img {
  max-width: 100%;
}
.page-home .case-section .case-layout .case-grid .case-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #111;
  margin-top: 10px;
  padding-top: 20px;
}
.page-home .case-section .case-layout .case-grid .case-card p {
  font-size: 14px;
  color: #666;
  height: 45px;
  margin-bottom: 10px;
  flex: 1;
  line-height: 1.6;
}
.page-home .case-section .case-layout .case-grid .case-card .news-icon {
  align-self: flex-end;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/home/new-icon.png") center / contain no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}
.page-home .case-section .case-layout .case-grid .case-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background: rgba(169, 36, 51, 0.2);
  border-color: rgba(169, 36, 51, 0.2);
}
.page-home .case-section .case-layout .case-grid .case-card:hover .news-icon {
  opacity: 1;
}
.page-home .client-section {
  padding-bottom: 100px;
  background: #fff;
}
.page-home .client-section .client-layout {
  display: flex;
  gap: 50px;
}
.page-home .client-section .client-layout .client-sidebar {
  width: 350px;
}
.page-home .client-section .client-layout .client-sidebar .desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}
.page-home .client-section .client-layout .client-sidebar .controls {
  display: flex;
  gap: 10px;
}
.page-home .client-section .client-layout .client-sidebar .controls span {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s;
}
.page-home .client-section .client-layout .client-sidebar .controls span:hover {
  opacity: 0.7;
}
.page-home .client-section .client-layout .client-sidebar .controls .prev {
  background-image: url("../images/home/client-left.png");
}
.page-home .client-section .client-layout .client-sidebar .controls .next {
  background-image: url("../images/home/client-right.png");
}
.page-home .client-section .client-layout .client-swiper {
  flex: 1;
  overflow: hidden;
}
.page-home .client-section .client-layout .client-swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
  padding: 10px 0;
}
.page-home .client-section .client-layout .client-swiper .client-logo {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.page-home .client-section .client-layout .client-swiper .client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 1280px) {
  .page-home .hero .hero-content {
    margin-bottom: 60px;
  }
  .page-home .hero .hero-content .hero-subtitle {
    font-size: 18px;
  }
  .page-home .hero .hero-content .hero-title {
    font-size: 40px;
  }
  .page-home .hero .hero-tags {
    bottom: 30px;
    gap: 15px;
  }
  .page-home .hero .hero-tags .tag-item {
    padding: 8px 15px;
  }
  .page-home .hero .hero-tags .tag-item span {
    font-size: 14px;
  }
  .page-home .definition-section .def-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .page-home .definition-section .def-desc {
    font-size: 15px;
  }
  .page-home .insight-section .insight-content {
    flex-direction: column;
  }
  .page-home .insight-section .insight-content .insight-list {
    width: 100%;
    flex-direction: row;
    flex: none;
  }
  .page-home .insight-section .insight-content .insight-list .insight-item {
    flex: 1;
    padding: 25px;
  }
  .page-home .insight-section .insight-content .insight-list .insight-item h3 {
    font-size: 17px;
  }
  .page-home .insight-section .insight-content .insight-main .img-placeholder {
    height: 320px;
  }
  .page-home .news-section .news-layout {
    flex-direction: column;
    gap: 30px;
  }
  .page-home .news-section .news-layout .news-sidebar {
    width: 100%;
  }
  .page-home .news-section .news-layout .news-tabs {
    display: flex;
    gap: 30px;
    margin: 20px 0;
  }
  .page-home .value-section .value-layout {
    flex-direction: column;
    gap: 30px;
  }
  .page-home .value-section .value-layout .value-sidebar {
    width: 100%;
  }
  .page-home .value-section .value-layout .value-items .value-item {
    padding: 25px;
  }
  .page-home .value-section .value-layout .value-items .value-item .text h3 {
    font-size: 17px;
  }
  .page-home .case-section .case-layout {
    flex-direction: column;
    gap: 30px;
  }
  .page-home .case-section .case-layout .case-sidebar {
    width: 100%;
  }
  .page-home .case-section .case-layout .case-grid {
    gap: 20px;
  }
  .page-home .case-section .case-layout .case-grid .case-card {
    padding: 18px;
  }
  .page-home .case-section .case-layout .case-grid .case-card h3 {
    font-size: 17px;
  }
  .page-home .client-section .client-layout {
    flex-direction: column;
    gap: 30px;
  }
  .page-home .client-section .client-layout .client-sidebar {
    width: 100%;
  }
  .page-home .client-section .client-layout .client-swiper {
    width: 100%;
  }
  .page-home .client-section .client-layout .client-swiper .swiper-slide {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .page-home .hero {
    height: 100vh;
  }
  .page-home .hero .hero-content {
    margin-bottom: 50px;
  }
  .page-home .hero .hero-content .hero-subtitle {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
  .page-home .hero .hero-content .hero-title {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .page-home .hero .hero-tags {
    bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 0 15px;
  }
  .page-home .hero .hero-tags .tag-item {
    flex: none;
    padding: 8px 12px;
    font-size: 12px;
    gap: 6px;
  }
  .page-home .hero .hero-tags .tag-item i img {
    width: 18px;
    height: 18px;
  }
  .page-home .definition-section {
    padding: 30px 0;
    height: auto;
    min-height: auto;
  }
  .page-home .definition-section .def-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page-home .definition-section .def-desc {
    font-size: 13px;
    line-height: 1.7;
    padding: 0 10px;
  }
  .page-home .insight-section .insight-content {
    flex-direction: column;
  }
  .page-home .insight-section .insight-content .insight-list {
    flex-direction: column;
  }
  .page-home .insight-section .insight-content .insight-list .insight-item {
    padding: 20px;
  }
  .page-home .insight-section .insight-content .insight-list .insight-item h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page-home .insight-section .insight-content .insight-list .insight-item p {
    font-size: 13px;
  }
  .page-home .insight-section .insight-content .insight-main .img-placeholder {
    height: 220px;
  }
  .page-home .insight-section .insight-content .insight-main .text {
    padding: 20px;
  }
  .page-home .insight-section .insight-content .insight-main .text h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .page-home .insight-section .insight-content .insight-main .text p {
    font-size: 13px;
  }
  .page-home .news-section .news-layout .news-sidebar .news-tabs {
    gap: 20px;
    margin: 15px 0;
  }
  .page-home .news-section .news-layout .news-sidebar .news-tabs li {
    font-size: 14px;
  }
  .page-home .news-section .news-layout .news-cards {
    flex-direction: column;
  }
  .page-home .news-section .news-layout .news-cards .news-card {
    padding: 8px;
    border-radius: 20px;
  }
  .page-home .news-section .news-layout .news-cards .news-card .card-content {
    padding: 15px;
  }
  .page-home
    .news-section
    .news-layout
    .news-cards
    .news-card
    .card-content
    h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .page-home .news-section .news-layout .news-cards .news-card .card-content p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .page-home .value-section .value-layout .value-items .value-item {
    padding: 20px;
    gap: 15px;
  }
  .page-home
    .value-section
    .value-layout
    .value-items
    .value-item
    .icon-placeholder {
    width: 35px;
    height: 35px;
  }
  .page-home .value-section .value-layout .value-items .value-item .text h3 {
    font-size: 15px;
  }
  .page-home .case-section .case-layout {
    flex-direction: column;
    gap: 15px;
  }
  .page-home .case-section .case-layout .case-sidebar {
    width: 100%;
  }
  .page-home .case-section .case-layout .case-sidebar .title-wrap {
    margin-bottom: 12px;
  }
  .page-home .case-section .case-layout .case-sidebar .more-link {
    display: none;
  }
  .page-home .case-section .case-layout .case-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .page-home .case-section .case-layout .case-grid .case-card {
    min-height: auto;
    padding: 15px;
    border-radius: 12px;
  }
  .page-home .case-section .case-layout .case-grid .case-card img {
    border-radius: 8px;
  }
  .page-home .case-section .case-layout .case-grid .case-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 8px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page-home .case-section .case-layout .case-grid .case-card p {
    height: auto;
    font-size: 12px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page-home .client-section {
    padding-bottom: 40px;
  }
  .page-home .client-section .client-layout {
    flex-direction: column;
    gap: 15px;
  }
  .page-home .client-section .client-layout .client-sidebar {
    width: 100%;
  }
  .page-home .client-section .client-layout .client-sidebar .title-wrap {
    margin-bottom: 8px;
  }
  .page-home .client-section .client-layout .client-sidebar .desc {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .page-home .client-section .client-layout .client-sidebar .controls {
    justify-content: flex-start;
  }
  .page-home .client-section .client-layout .client-sidebar .controls span {
    width: 14px;
    height: 14px;
  }
  .page-home .client-section .client-layout .client-swiper {
    width: 100%;
  }
  .page-home
    .client-section
    .client-layout
    .client-swiper
    .swiper-grid
    > .swiper-wrapper {
    flex-direction: row;
  }
  .page-home .client-section .client-layout .client-swiper .swiper-slide {
    height: auto !important;
  }
  .page-home .client-section .client-layout .client-swiper .client-logo {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .page-home .client-section .client-layout .client-swiper .client-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}

.page-activity {
  background-color: #fff;
}
.page-activity .featured-carousel {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.page-activity .featured-carousel .swiper {
  width: 68%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
@media (max-width: 768px) {
  .page-activity .featured-carousel .swiper {
    width: 100%;
  }
}
.page-activity .featured-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  aspect-ratio: 1126 / 515;
}
.page-activity .featured-carousel .carousel-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  width: 24px;
  height: 40px;
  margin-top: 0;
  color: transparent;
}
.page-activity .featured-carousel .carousel-btn::after {
  display: none;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-prev {
  left: calc(50% - 50% / 1.3 - 35px - 15px);
  background: url("../images/activity/swiper-left.png") no-repeat center center;
  background-size: contain;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-next {
  right: calc(50% - 50% / 1.3 - 35px - 15px);
  background: url("../images/activity/swiper-right.png") no-repeat center center;
  background-size: contain;
}
.page-activity .featured-carousel .carousel-btn:hover {
  opacity: 0.7;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.page-activity .featured-carousel .card {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.page-activity .featured-carousel .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-activity .featured-carousel .card::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.page-activity .featured-carousel .card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px;
  color: #fff;
  z-index: 1;
}
.page-activity .featured-carousel .card .card-content .card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.page-activity .featured-carousel .card .card-content .card-desc p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .page-activity .featured-carousel .card .card-content {
    padding: 20px;
  }
  .page-activity .featured-carousel .card .card-content .card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .page-activity .featured-carousel .card .card-desc p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.page-activity .tab-filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-activity .tab-filters .tab-btn {
  width: 45%;
  min-width: 280px;
  height: 55px;
  font-size: 18px;
  border-radius: 28px;
}
@media (max-width: 1280px) {
  .page-activity .tab-filters .tab-btn {
    width: 45%;
    min-width: 240px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page-activity .tab-filters {
    flex-direction: column;
    align-items: center;
  }
  .page-activity .tab-filters .tab-btn {
    width: 80%;
    min-width: auto;
    height: 48px;
    font-size: 15px;
  }
}
.activity-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.activity-list .activity-item {
  display: flex;
  border: 1px solid #eee;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.3s;
  min-height: 200px;
  text-decoration: none;
  color: inherit;
  padding: 10px;
}
.activity-list .activity-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.activity-list .activity-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.activity-list .activity-item:nth-child(even) {
  flex-direction: row;
}
.activity-list .activity-item .item-image {
  width: 600px;
  max-width: 50%;
  height: auto;
  aspect-ratio: 600 / 276;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 25px;
}
.activity-list .activity-item .item-image.placeholder {
  background-color: #f0f0f0;
}
.activity-list .activity-item .item-content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.activity-list .activity-item .item-content .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.activity-list .activity-item .item-content .item-desc {
  color: #666;
}
.activity-list .activity-item .item-content .item-desc p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1280px) {
  .activity-list .activity-item .item-content {
    padding: 25px;
  }
  .activity-list .activity-item .item-content .card-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .activity-list .activity-item {
    flex-direction: column !important;
    border-radius: 16px;
  }
  .activity-list .activity-item .item-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  .activity-list .activity-item .item-content {
    width: 100%;
    padding: 20px;
  }
  .activity-list .activity-item .item-content .item-meta {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .activity-list .activity-item .item-content .card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .activity-list .activity-item .item-content .item-desc p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 80px;
}
.pagination .page-num {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}
.pagination .page-num.active {
  color: #333;
  font-weight: bold;
}
.pagination .page-num:hover:not(.active) {
  color: #333;
}
.pagination .page-prev,
.pagination .page-next {
  display: inline-flex;
  align-items: center;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.pagination .page-prev .arrow-line,
.pagination .page-next .arrow-line {
  display: none;
}
.pagination .page-prev {
  background-image: url("../images/common/arrow-left.png");
}
.pagination .page-prev.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.pagination .page-next {
  background-image: url("../images/common/arrow-right.png");
}
.pagination .page-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.page-news .activity-list .activity-item .item-content .item-desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-news .activity-list .activity-item .item-content .item-desc p {
  margin: 0;
}
.page-news .activity-list .activity-item .item-content .item-desc .item-date {
  margin-top: 10px;
  color: #999;
  font-size: 13px;
}

.page-news-detail {
  background-color: #fff;
}
.page-news-detail .article-container {
  max-width: 1180px;
  margin: 40px auto 80px;
}
.page-news-detail .article-header {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.page-news-detail .article-header .article-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}
.page-news-detail .article-header .article-meta {
  font-size: 14px;
}
.page-news-detail .article-content {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.page-news-detail .article-content p {
  margin-bottom: 30px;
}
.page-news-detail .article-content .text-center {
  text-align: center;
}
.page-news-detail .article-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.page-news-detail .article-content .img-caption {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}
.page-news-detail .article-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-news-detail .article-nav a {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  transition: color 0.3s;
  max-width: 45%;
}
.page-news-detail .article-nav a:hover {
  color: #a92433;
}
.page-news-detail .article-nav a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-news-detail .article-nav .nav-prev .arrow-line {
  width: 30px;
  height: 30px;
  background: url("../images/common/arrow-left.png") no-repeat center center;
  background-size: contain;
  margin-right: 15px;
  flex-shrink: 0;
}
.page-news-detail .article-nav .nav-prev:hover .arrow-line {
  opacity: 0.7;
}
.page-news-detail .article-nav .nav-next {
  justify-content: flex-end;
  text-align: right;
}
.page-news-detail .article-nav .nav-next .arrow-line {
  width: 30px;
  height: 30px;
  background: url("../images/common/arrow-right.png") no-repeat center center;
  background-size: contain;
  margin-left: 15px;
  flex-shrink: 0;
}
.page-news-detail .article-nav .nav-next:hover .arrow-line {
  opacity: 0.7;
}
@media (max-width: 1280px) {
  .page-news-detail .article-nav {
    gap: 30px;
  }
  .page-news-detail .article-nav a {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .page-news-detail {
    padding: 30px 0;
  }
  .page-news-detail .article-nav {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }
  .page-news-detail .article-nav a {
    max-width: 100%;
    padding: 15px;
  }
  .page-news-detail .article-nav a .article-nav-title {
    font-size: 14px;
  }
  .page-news-detail .article-nav a .article-nav-label {
    font-size: 12px;
  }
}

.page-service {
  /* Service Process */
  /* Methodology */
  /* Service Content */
}
.page-service .inner-hero-bg {
  background-image: url("../images/service/banner.jpg");
}
.page-service .section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .page-service .section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-service .section-title {
  margin-bottom: 40px;
  text-align: center;
}
.page-service .section-title h2 {
  display: inline-block;
  position: relative;
  font-size: 28px;
  color: #333;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-service .section-title h2 {
    font-size: 24px;
  }
}
.page-service .section-title h2::after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: -15px;
  width: 60%;
  height: 5px;
  background-color: #a92433;
}
.page-service .service-process .process-steps {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
}
.page-service .service-process .process-steps .step-item {
  flex: 1;
  padding: 40px 110px;
  text-align: center;
  background-color: #fcebeb;
  margin-right: -40px;
  /* Overlap */
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  clip-path: polygon(
    0 0,
    calc(100% - 40px) 0,
    100% 50%,
    calc(100% - 40px) 100%,
    0 100%,
    40px 50%
  );
}
.page-service .service-process .process-steps .step-item:nth-child(1) {
  background-color: #f7e7ea;
  z-index: 4;
  clip-path: polygon(
    0 0,
    calc(100% - 40px) 0,
    100% 50%,
    calc(100% - 40px) 100%,
    0 100%
  );
}
.page-service .service-process .process-steps .step-item:nth-child(2) {
  background-color: #ecd2d5;
  z-index: 3;
}
.page-service .service-process .process-steps .step-item:nth-child(3) {
  background-color: #e4bcc0;
  z-index: 2;
}
.page-service .service-process .process-steps .step-item:nth-child(4) {
  background-color: #dca6ab;
  z-index: 1;
  margin-right: 0;
}
.page-service .service-process .process-steps .step-item .step-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.page-service .service-process .process-steps .step-item h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.page-service .service-process .process-steps .step-item p {
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .page-service .service-process .process-steps {
    flex-direction: column;
  }
  .page-service .service-process .process-steps .step-item {
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    clip-path: none !important;
  }
}
.page-service .methodology {
  margin: 0 auto;
}
.page-service .methodology .method-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.page-service .methodology .method-tabs .tab-btn {
  flex: 1;
  padding: 0 20px;
}
.page-service .methodology .method-content {
  text-align: center;
}
.page-service .methodology .method-content img {
  width: 60%;
  display: none;
}
.page-service .methodology .method-content img:first-child {
  display: inline;
}
@media (max-width: 768px) {
  .page-service .methodology .method-content img {
    width: 100%;
  }
  .page-service .methodology .method-content img:first-child {
    display: none;
  }
  .page-service .methodology .method-content img:last-child {
    display: inline;
  }
}
.page-service .methodology .method-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  min-width: 800px;
}
.page-service .methodology .method-table th {
  background-color: #888;
  color: #fff;
  font-weight: normal;
  padding: 15px;
  border: 1px solid #fff;
}
.page-service .methodology .method-table th.highlight {
  background-color: #f1cfce;
  color: #a92433;
  font-weight: bold;
}
.page-service .methodology .method-table td {
  padding: 15px;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #fff;
}
.page-service .methodology .method-table td.highlight-bg {
  background-color: #f9ecec;
}
.page-service .methodology .method-table tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
}
.page-service
  .methodology
  .method-table
  tbody
  tr:nth-child(even)
  td.highlight-bg {
  background-color: #f7e1e0;
}
@media (max-width: 768px) {
  .page-service .methodology .method-tabs {
    flex-direction: column;
  }
  .page-service .methodology .method-tabs .tab-btn {
    width: 100%;
    flex: none;
  }
}
.page-service .service-content .sc-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 40px;
}
.page-service .service-content .sc-card {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.page-service .service-content .sc-card.reverse {
  flex-direction: row-reverse;
}
.page-service .service-content .sc-card.reverse .sc-info {
  margin: 50px -50px 0 0;
}
.page-service .service-content .sc-card .sc-image {
  flex: 4;
  aspect-ratio: 743 / 652;
}
.page-service .service-content .sc-card .sc-image img {
  max-width: 100%;
  vertical-align: top;
}
.page-service .service-content .sc-card .sc-info {
  flex: 6;
  padding: 30px 50px;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  margin: 50px 0 0 -50px;
  background-color: #fff;
  position: relative;
}
.page-service .service-content .sc-card .sc-info .sc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.page-service .service-content .sc-card .sc-info .sc-header h3 {
  font-size: 22px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.page-service .service-content .sc-card .sc-info .sc-header h3 .num {
  color: #a92433;
  font-size: 24px;
  font-weight: bold;
}
.page-service .service-content .sc-card .sc-info .sc-header .badge {
  font-size: 14px;
  padding: 4px 12px;
  border: 1px solid #a92433;
  border-radius: 20px;
}
.page-service .service-content .sc-card .sc-info .sc-desc {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.page-service .service-content .sc-card .sc-info .sc-divider {
  width: 40px;
  height: 4px;
  background-color: #a92433;
  margin-bottom: 10px;
}
.page-service .service-content .sc-card .sc-info .sc-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.page-service .service-content .sc-card .sc-info .sc-features li {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.5;
}
.page-service .service-content .sc-card .sc-info .sc-features li strong {
  color: #333;
}
.page-service .service-content .sc-card .sc-info .sc-more {
  position: absolute;
  right: 50px;
  bottom: 40px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #999;
  text-decoration: none;
  gap: 10px;
  transition: color 0.3s;
}
.page-service .service-content .sc-card .sc-info .sc-more img {
  width: 30px;
}
.page-service .service-content .sc-card .sc-info .sc-more:hover {
  color: #a92433;
}
@media (max-width: 1280px) {
  .page-service .service-content .sc-card .sc-image,
  .page-service .service-content .sc-card.reverse .sc-image {
    aspect-ratio: 743 / 652;
  }
  .page-service .service-content .sc-card .sc-info,
  .page-service .service-content .sc-card.reverse .sc-info {
    padding: 30px;
  }
  .page-service .service-content .sc-card .sc-info .sc-more,
  .page-service .service-content .sc-card.reverse .sc-info .sc-more {
    right: 30px;
    bottom: 30px;
  }
  .page-service .service-content .sc-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .page-service .service-content .sc-list {
    gap: 40px;
  }
  .page-service .service-content .sc-card,
  .page-service .service-content .sc-card.reverse {
    flex-direction: column;
  }
  .page-service .service-content .sc-card .sc-image,
  .page-service .service-content .sc-card.reverse .sc-image {
    aspect-ratio: 16 / 9;
  }
  .page-service .service-content .sc-card .sc-info,
  .page-service .service-content .sc-card.reverse .sc-info {
    padding: 20px;
    margin: 20px;
    margin-top: -30%;
  }
  .page-service .service-content .sc-card .sc-info .sc-header h3,
  .page-service .service-content .sc-card.reverse .sc-info .sc-header h3 {
    font-size: 18px;
  }
  .page-service .service-content .sc-card .sc-info .sc-header h3 .num,
  .page-service .service-content .sc-card.reverse .sc-info .sc-header h3 .num {
    font-size: 20px;
  }
  .page-service .service-content .sc-card .sc-info .sc-desc,
  .page-service .service-content .sc-card.reverse .sc-info .sc-desc {
    font-size: 13px;
    line-height: 1.7;
  }
  .page-service .service-content .sc-card .sc-info .sc-features li,
  .page-service .service-content .sc-card.reverse .sc-info .sc-features li {
    font-size: 13px;
  }
  .page-service .service-content .sc-card .sc-info .sc-more,
  .page-service .service-content .sc-card.reverse .sc-info .sc-more {
    right: 20px;
    bottom: 20px;
    font-size: 12px;
  }
}

.page-service-detail {
  /* Centered headings */
  /* Suitability Section */
  /* Challenges Section */
  /* Solutions Section */
  /* Delivery Way & Outcomes Section */
  /* Insights & Cases Wrapper */
  /* Related Articles Section */
}
.page-service-detail .inner-hero-bg {
  background-image: url("../images/service-detail/banner.png");
}
.page-service-detail .section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .page-service-detail .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-service-detail .title-wrap-centered {
  text-align: center;
  margin-bottom: 45px;
}
.page-service-detail .section-title-centered {
  display: inline-block;
  position: relative;
  font-size: 28px;
  color: #333;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-service-detail .section-title-centered {
    font-size: 24px;
  }
}
.page-service-detail .section-title-centered::after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: -15px;
  width: 60%;
  height: 5px;
  background-color: #a92433;
}
.page-service-detail .detail-suit {
  background-color: #fbf4f4;
  text-align: center;
}
@media (max-width: 768px) {
  .page-service-detail .detail-suit {
    text-align: justify;
  }
}
.page-service-detail .detail-suit .suit-wrap {
  max-width: 950px;
  margin: 0 auto;
}
.page-service-detail .detail-suit .suit-wrap .suit-desc {
  font-size: 16px;
  color: #555;
  line-height: 2;
}
.page-service-detail .detail-challenges .challenges-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 170px;
}
.page-service-detail .detail-challenges .challenge-card {
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.page-service-detail .detail-challenges .challenge-card .card-img {
  width: 100%;
  aspect-ratio: 426 / 414;
}
.page-service-detail .detail-challenges .challenge-card .card-img img {
  width: 100%;
  transition: transform 0.5s ease;
}
.page-service-detail .detail-challenges .challenge-card .card-text {
  padding: 25px;
  text-align: center;
  flex: 1;
}
.page-service-detail .detail-challenges .challenge-card .card-text h3 {
  font-size: 18px;
  color: #a92433;
  font-weight: bold;
  margin-bottom: 12px;
}
.page-service-detail .detail-challenges .challenge-card .card-text p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.page-service-detail .detail-challenges .challenge-card:hover {
  transform: translateY(-4px);
}
.page-service-detail .detail-challenges .challenge-card:hover .card-img img {
  transform: scale(1.04);
}
@media (max-width: 768px) {
  .page-service-detail .detail-challenges .challenges-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin: 0 auto;
    gap: 40px;
  }
  .page-service-detail .detail-challenges .challenge-card {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .page-service-detail .detail-challenges .challenge-card .card-img {
    width: 120px;
    flex-shrink: 0;
    aspect-ratio: auto;
  }
  .page-service-detail .detail-challenges .challenge-card .card-text {
    padding: 0;
    text-align: left;
  }
}
.page-service-detail .detail-solutions {
  background-color: #fbf4f4;
}
.page-service-detail .detail-solutions .solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media (min-width: 901px) {
  .page-service-detail
    .detail-solutions
    .solutions-grid:has(> .solution-card:first-child:nth-last-child(2)) {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% * 2 / 3);
    margin: 0 auto;
  }
}
.page-service-detail .detail-solutions .solution-card {
  padding: 40px 100px;
  background-color: transparent;
  transition: all 0.3s ease;
}
.page-service-detail .detail-solutions .solution-card:not(:last-child) {
  border-right: 1px solid #a92433;
}
.page-service-detail .detail-solutions .solution-card .card-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-service-detail .detail-solutions .solution-card .card-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page-service-detail .detail-solutions .solution-card h3 {
  font-size: 18px;
  color: #a92433;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
}
.page-service-detail .detail-solutions .solution-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  text-align: justify;
}
.page-service-detail .detail-solutions .solution-card:hover {
  transform: translateY(-4px);
}
@media (max-width: 900px) {
  .page-service-detail .detail-solutions .solutions-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  .page-service-detail .detail-solutions .solution-card {
    padding: 35px 20px;
  }
  .page-service-detail .detail-solutions .solution-card:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #a92433;
  }
}
.page-service-detail .detail-delivery .delivery-layout {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.page-service-detail .detail-delivery .delivery-box {
  flex: 1;
  padding: 40px 45px;
  border-radius: 16px;
  min-height: 290px;
  display: flex;
  flex-direction: column;
}
.page-service-detail .detail-delivery .delivery-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}
.page-service-detail .detail-delivery .delivery-box ul {
  margin: 0;
  padding: 0;
}
.page-service-detail .detail-delivery .delivery-box ul li {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 12px;
  text-align: center;
  list-style: none;
}
.page-service-detail .detail-delivery .delivery-box ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #a92433;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.page-service-detail .detail-delivery .delivery-box ul li:last-child {
  margin-bottom: 0;
}
.page-service-detail .detail-delivery .way-box {
  border: 1px solid rgba(169, 36, 51, 0.15);
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}
.page-service-detail .detail-delivery .way-box h3 {
  color: #333;
}
.page-service-detail .detail-delivery .gain-box {
  background-color: #f8e5e7;
  border: 1px solid rgba(169, 36, 51, 0.06);
}
.page-service-detail .detail-delivery .gain-box h3 {
  color: #a92433;
}
.page-service-detail .detail-delivery .arrow-spacer {
  flex-shrink: 0;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-service-detail .detail-delivery .arrow-spacer img {
  width: 100%;
  height: auto;
  opacity: 0.85;
}
@media (max-width: 900px) {
  .page-service-detail .detail-delivery .delivery-layout {
    flex-direction: column;
    gap: 30px;
  }
  .page-service-detail .detail-delivery .arrow-spacer {
    transform: rotate(90deg);
    width: 32px;
  }
  .page-service-detail .detail-delivery .delivery-box {
    width: 100%;
    min-height: auto;
    padding: 20px 10px;
  }
}
.page-service-detail .insights-cases-wrapper {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.21) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.page-service-detail .related-articles {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-service-detail .related-articles.related-cases {
  padding-top: 0;
}
.page-service-detail .related-articles .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.page-service-detail .related-articles .header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-service-detail .related-articles .header-left .red-bar {
  width: 4px;
  height: 24px;
  background-color: #a92433;
  border-radius: 2px;
}
.page-service-detail .related-articles .header-left h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
.page-service-detail .related-articles .see-more {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #4c4c4c;
  transition: color 0.3s;
}
.page-service-detail .related-articles .see-more img {
  height: 5px;
}
.page-service-detail .related-articles .see-more:hover {
  color: #a92433;
}
.page-service-detail .related-articles .articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.page-service-detail .related-articles .article-card {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page-service-detail .related-articles .article-card h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.4;
  transition: color 0.3s;
}
.page-service-detail .related-articles .article-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}
.page-service-detail .related-articles .article-card:hover {
  border-color: rgba(169, 36, 51, 0.25);
  box-shadow: 0 10px 25px rgba(169, 36, 51, 0.04);
}
.page-service-detail .related-articles .article-card:hover h3 {
  color: #a92433;
}
@media (max-width: 900px) {
  .page-service-detail .related-articles .articles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.page-activity {
  background-color: #fff;
}
.page-activity .featured-carousel {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.page-activity .featured-carousel .swiper {
  width: 68%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
@media (max-width: 768px) {
  .page-activity .featured-carousel .swiper {
    width: 100%;
  }
}
.page-activity .featured-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  aspect-ratio: 1126 / 515;
}
.page-activity .featured-carousel .carousel-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  width: 24px;
  height: 40px;
  margin-top: 0;
  color: transparent;
}
.page-activity .featured-carousel .carousel-btn::after {
  display: none;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-prev {
  left: calc(50% - 50% / 1.3 - 35px - 15px);
  background: url("../images/activity/swiper-left.png") no-repeat center center;
  background-size: contain;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-next {
  right: calc(50% - 50% / 1.3 - 35px - 15px);
  background: url("../images/activity/swiper-right.png") no-repeat center center;
  background-size: contain;
}
.page-activity .featured-carousel .carousel-btn:hover {
  opacity: 0.7;
}
.page-activity .featured-carousel .carousel-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.page-activity .featured-carousel .card {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.page-activity .featured-carousel .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-activity .featured-carousel .card::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.page-activity .featured-carousel .card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px;
  color: #fff;
  z-index: 1;
}
.page-activity .featured-carousel .card .card-content .card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.page-activity .featured-carousel .card .card-content .card-desc p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .page-activity .featured-carousel .card .card-content {
    padding: 20px;
  }
  .page-activity .featured-carousel .card .card-content .card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .page-activity .featured-carousel .card .card-desc p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.page-activity .tab-filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-activity .tab-filters .tab-btn {
  width: 45%;
  min-width: 280px;
  height: 55px;
  font-size: 18px;
  border-radius: 28px;
}
@media (max-width: 1280px) {
  .page-activity .tab-filters .tab-btn {
    width: 45%;
    min-width: 240px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page-activity .tab-filters {
    flex-direction: column;
    align-items: center;
  }
  .page-activity .tab-filters .tab-btn {
    width: 80%;
    min-width: auto;
    height: 48px;
    font-size: 15px;
  }
}
.activity-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.activity-list .activity-item {
  display: flex;
  border: 1px solid #eee;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.3s;
  min-height: 200px;
  text-decoration: none;
  color: inherit;
  padding: 10px;
}
.activity-list .activity-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.activity-list .activity-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.activity-list .activity-item:nth-child(even) {
  flex-direction: row;
}
.activity-list .activity-item .item-image {
  width: 600px;
  max-width: 50%;
  height: auto;
  aspect-ratio: 600 / 276;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 25px;
}
.activity-list .activity-item .item-image.placeholder {
  background-color: #f0f0f0;
}
.activity-list .activity-item .item-content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.activity-list .activity-item .item-content .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.activity-list .activity-item .item-content .item-desc {
  color: #666;
}
.activity-list .activity-item .item-content .item-desc p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1280px) {
  .activity-list .activity-item .item-content {
    padding: 25px;
  }
  .activity-list .activity-item .item-content .card-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .activity-list .activity-item {
    flex-direction: column !important;
    border-radius: 16px;
  }
  .activity-list .activity-item .item-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  .activity-list .activity-item .item-content {
    width: 100%;
    padding: 20px;
  }
  .activity-list .activity-item .item-content .item-meta {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .activity-list .activity-item .item-content .card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .activity-list .activity-item .item-content .item-desc p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 80px;
}
.pagination .page-num {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}
.pagination .page-num.active {
  color: #333;
  font-weight: bold;
}
.pagination .page-num:hover:not(.active) {
  color: #333;
}
.pagination .page-prev,
.pagination .page-next {
  display: inline-flex;
  align-items: center;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.pagination .page-prev .arrow-line,
.pagination .page-next .arrow-line {
  display: none;
}
.pagination .page-prev {
  background-image: url("../images/common/arrow-left.png");
}
.pagination .page-prev.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.pagination .page-next {
  background-image: url("../images/common/arrow-right.png");
}
.pagination .page-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
/* re-use activity styles for list/pagination */
.page-cases,
.page-insights {
  /* Activity item overrides */
}
.page-cases .filter-section,
.page-insights .filter-section {
  padding: 40px 90px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  margin: 40px auto;
  max-width: 1200px;
}
.page-cases .filter-section .filter-tabs,
.page-insights .filter-section .filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.page-cases .filter-section .filter-tabs .tab-btn,
.page-insights .filter-section .filter-tabs .tab-btn {
  min-width: 120px;
}
.page-cases .filter-section .filter-tags,
.page-insights .filter-section .filter-tags {
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-cases .filter-section .filter-tags .tag-title,
.page-insights .filter-section .filter-tags .tag-title {
  font-weight: bold;
  color: #a92433;
  position: relative;
  padding-left: 17px;
}
.page-cases .filter-section .filter-tags .tag-title::before,
.page-insights .filter-section .filter-tags .tag-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 26px;
  border-radius: 3px;
  background-color: #a92433;
}
.page-cases .filter-section .filter-tags .tags-list,
.page-insights .filter-section .filter-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page-cases .filter-section .filter-tags .tags-list .tag,
.page-insights .filter-section .filter-tags .tags-list .tag {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
  position: relative;
  padding: 0 4px;
}
.page-cases .filter-section .filter-tags .tags-list .tag.active,
.page-insights .filter-section .filter-tags .tags-list .tag.active,
.page-cases .filter-section .filter-tags .tags-list .tag:hover,
.page-insights .filter-section .filter-tags .tags-list .tag:hover {
  color: #a92433;
}
.page-cases .filter-section .filter-tags .tags-list .tag.active::after,
.page-insights .filter-section .filter-tags .tags-list .tag.active::after,
.page-cases .filter-section .filter-tags .tags-list .tag:hover::after,
.page-insights .filter-section .filter-tags .tags-list .tag:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a92433;
}
.page-cases .activity-list .activity-item .item-content .item-meta,
.page-insights .activity-list .activity-item .item-content .item-meta {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-cases .activity-list .activity-item .item-content .item-title,
.page-insights .activity-list .activity-item .item-content .item-title {
  font-size: 22px;
  margin-bottom: 15px;
}
.page-cases .inner-hero-bg {
  background-image: url("../images/cases/banner.jpg");
}
@media (max-width: 1280px) {
  .page-cases .filter-section,
  .page-insights .filter-section {
    padding: 30px 40px;
    margin: 30px auto;
  }
  .page-cases .filter-section .filter-tabs,
  .page-insights .filter-section .filter-tabs {
    gap: 15px;
  }
  .page-cases .filter-section .filter-tags,
  .page-insights .filter-section .filter-tags {
    gap: 20px;
  }
  .page-cases .filter-section .filter-tags .tags-list,
  .page-insights .filter-section .filter-tags .tags-list {
    gap: 20px;
  }
  .page-cases .filter-section .filter-tags .tags-list .tag,
  .page-insights .filter-section .filter-tags .tags-list .tag {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .page-cases .filter-section,
  .page-insights .filter-section {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .page-cases .filter-section .filter-tabs,
  .page-insights .filter-section .filter-tabs {
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .page-cases .filter-section .filter-tabs .tab-btn,
  .page-insights .filter-section .filter-tabs .tab-btn {
    min-width: 100px;
  }
  .page-cases .filter-section .filter-tags,
  .page-insights .filter-section .filter-tags {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .page-cases .filter-section .filter-tags .tag-title,
  .page-insights .filter-section .filter-tags .tag-title {
    font-size: 14px;
  }
  .page-cases .filter-section .filter-tags .tags-list,
  .page-insights .filter-section .filter-tags .tags-list {
    gap: 15px;
  }
  .page-cases .filter-section .filter-tags .tags-list .tag,
  .page-insights .filter-section .filter-tags .tags-list .tag {
    font-size: 13px;
  }
}
.page-team {
  /* Founder Section */
  /* Partners Section */
  /* Coaches Section */
}
.page-team .inner-hero-bg {
  background-image: url("../images/team/banner.jpg");
}
.page-team .team-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-team .team-tabs .tab-btn {
  flex: 1;
}
@media (max-width: 1280px) {
  .page-team .team-tabs {
    gap: 15px;
  }
  .page-team .team-tabs .tab-btn {
    font-size: 15px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .page-team .team-tabs {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 12px;
  }
  .page-team .team-tabs .tab-btn {
    width: 80%;
    font-size: 12px;
  }
}
.page-team .founder-section {
  padding-bottom: 80px;
}
.page-team .founder-section .founder-intro-title {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  color: #111;
  padding: 0 50px;
}
@media (max-width: 1280px) {
  .page-team .founder-section .founder-intro-title {
    font-size: 17px;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .page-team .founder-section .founder-intro-title {
    padding: 0;
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.page-team .founder-section .founder-details {
  display: flex;
  gap: 60px;
  align-items: stretch;
  padding: 0 50px;
}
.page-team .founder-section .founder-details .text-content {
  flex: 1;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.page-team .founder-section .founder-details .image-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-team .founder-section .founder-details .image-content .image-wrapper {
  width: 208px;
}
.page-team .founder-section .founder-details .image-content .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.page-team .founder-section .founder-details .image-content .caption {
  margin-top: 15px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
@media (max-width: 1280px) {
  .page-team .founder-section .founder-details {
    gap: 40px;
    padding: 0 30px;
  }
  .page-team .founder-section .founder-details .text-content {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .page-team .founder-section .founder-details {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }
  .page-team .founder-section .founder-details .text-content {
    font-size: 13px;
    line-height: 1.7;
  }
  .page-team .founder-section .founder-details .image-content .image-wrapper {
    min-height: 250px;
  }
  .page-team
    .founder-section
    .founder-details
    .image-content
    .image-wrapper
    img {
    border-radius: 20px;
  }
  .page-team .founder-section .founder-details .caption {
    font-size: 12px;
  }
}
.page-team .partners-section {
  padding-bottom: 80px;
}
.page-team .partners-section .partners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 85%;
  margin: 0 auto;
}
.page-team .partners-section .partners-grid .partner-card {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  height: 298px;
  border: 1px solid #ededed;
  transition: transform 0.3s;
}
.page-team .partners-section .partners-grid .partner-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.page-team .partners-section .partners-grid .partner-card .photo {
  height: 100%;
}
.page-team .partners-section .partners-grid .partner-card .photo img {
  height: 100%;
  object-fit: contain;
}
.page-team .partners-section .partners-grid .partner-card .photo.placeholder {
  background-color: #e5e5e5;
}
.page-team .partners-section .partners-grid .partner-card.empty-photo .photo {
  background-color: transparent;
}
.page-team .partners-section .partners-grid .partner-card .info {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.page-team .partners-section .partners-grid .partner-card .info h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
.page-team .partners-section .partners-grid .partner-card .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  flex: 1;
}
.page-team .partners-section .partners-grid .partner-card .info ul li {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 8px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .page-team .partners-section .partners-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .page-team .partners-section .partners-grid .partner-card {
    height: 168px;
  }
  .page-team .partners-section .partners-grid .partner-card .info {
    padding: 20px;
    overflow: hidden;
  }
  .page-team .partners-section .partners-grid .partner-card .info h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .page-team .partners-section .partners-grid .partner-card.empty-photo {
    display: none;
  }
}
.page-team .coaches-section {
  padding-bottom: 80px;
}
.page-team .coaches-section .coaches-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
  padding-bottom: 60px;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-team .coaches-section .coaches-grid {
    width: 100%;
  }
}
.page-team .coaches-section .coaches-grid .coaches-card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-team .coaches-section .coaches-grid .coaches-card .photo {
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
  height: 100%;
}
.page-team .coaches-section .coaches-grid .coaches-card .photo img {
  height: 100%;
  object-fit: contain;
}
.page-team .coaches-section .coaches-grid .coaches-card .photo.placeholder {
  background-color: #d8d8d8;
}
.page-team .coaches-section .coaches-grid .coaches-card .info {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 80%;
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #f5f5f5;
  transform: translateY(20px);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.page-team .coaches-section .coaches-grid .coaches-card .info h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
.page-team .coaches-section .coaches-grid .coaches-card .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 120px;
  overflow-y: auto;
}
.page-team .coaches-section .coaches-grid .coaches-card .info ul li {
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 8px;
  padding-left: 0;
}
.page-team .coaches-section .coaches-grid .coaches-card:hover .info {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1280px) {
  .page-team .coaches-section .coaches-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 25px;
  }
}
@media (max-width: 768px) {
  .page-team .coaches-section .coaches-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 40px;
  }
  .page-team .coaches-section .coaches-grid .coaches-card {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    height: 168px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ededed;
    position: static;
  }
  .page-team .coaches-section .coaches-grid .coaches-card .photo {
    margin-bottom: 0;
    border-radius: 0;
    height: 100%;
  }
  .page-team .coaches-section .coaches-grid .coaches-card .photo img {
    height: 100%;
    object-fit: contain;
  }
  .page-team .coaches-section .coaches-grid .coaches-card .info {
    position: static;
    width: auto;
    flex: 1;
    background: transparent;
    border-radius: 0;
    padding: 20px;
    box-shadow: none;
    border: none;
    transform: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .page-team .coaches-section .coaches-grid .coaches-card .info h3 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
  }
  .page-team .coaches-section .coaches-grid .coaches-card .info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    flex: 1;
    max-height: none;
  }
  .page-team .coaches-section .coaches-grid .coaches-card .info ul li {
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 8px;
    padding-left: 0;
  }
  .page-team .coaches-section .coaches-grid .coaches-card:hover .info {
    box-shadow: none;
  }
}
