ul.cloud {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2.75rem;
  width: 100%;
}

ul.cloud a {
  /*   
  Not supported by any browser at the moment :(
  --size: attr(data-weight number); 
  */
  --size: 4;
  --color: #a33;
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  display: block;
  padding: 0.125rem 0.25rem;
  position: relative;
  text-decoration: none;
  /* 
  For different tones of a single color
  opacity: calc((15 - (9 - var(--size))) / 15); 
  */
}

ul.cloud a[data-weight="1"] { --size: 1; }
ul.cloud a[data-weight="2"] { --size: 2; }
ul.cloud a[data-weight="3"] { --size: 3; }
ul.cloud a[data-weight="4"] { --size: 4; }
ul.cloud a[data-weight="5"] { --size: 6; }
ul.cloud a[data-weight="6"] { --size: 8; }
ul.cloud a[data-weight="7"] { --size: 10; }
ul.cloud a[data-weight="8"] { --size: 13; }
ul.cloud a[data-weight="9"] { --size: 16; }

ul[data-show-value] a::after {
  content: " (" attr(data-weight) ")";
  font-size: 1rem;
}

ul.cloud li:nth-child(2n+1) a { --color: #181; }
ul.cloud li:nth-child(3n+1) a { --color: #33a; }
ul.cloud li:nth-child(4n+1) a { --color: #c38; }

ul.cloud a:focus {
  outline: 1px dashed;
}

ul.cloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  transform: translate(-50%, 0);
  opacity: 0.15;
  transition: width 0.25s;
}

ul.cloud a:focus::before,
ul.cloud a:hover::before {
  width: 100%;
}

@media (prefers-reduced-motion) {
  ul.cloud * {
    transition: none !important;
  }
}



.comment-section {
    max-width: 800px;
    margin: 2rem auto;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.comment-box {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.2s;
    border: 1px solid #e9ecef;
}

.comment-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-input {
    border-radius: 20px;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    transition: all 0.3s;
}

.comment-input:focus {
    box-shadow: none;
    border-color: #86b7fe;
}

.btn-comment {
    border-radius: 20px;
    padding: 8px 25px;
    background: #0d6efd;
    border: none;
    transition: all 0.3s;
}

.btn-comment:hover {
    background: #0b5ed7;
    transform: translateY(-1px);
}

.comment-actions {
    font-size: 0.9rem;
}

.comment-actions a {
    color: #6c757d;
    text-decoration: none;
    margin-right: 15px;
    transition: color 0.2s;
}

.comment-actions a:hover {
    color: #0d6efd;
}

.comment-time {
    color: #adb5bd;
    font-size: 0.85rem;
}

.reply-section {
    margin-left: 60px;
    border-left: 2px solid #e9ecef;
    padding-left: 20px;
}

.comment-section img:not([draggable]) {
  max-width: 100%;
  height: 100%!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	font-size: 20px;
	font-weight: bold;
	border-color: #ccc #ccc #fff;
}
.nav-link {
	color: #E3572B;
}
#myTabContent {
	border-top: 1px solid #ccc;
	margin-top: -1px;
}

.lh42 {
	line-height: 42px;
}


.team-box-three .trnumber-wrap {
    position: absolute;
    content: "";
    right: 5%;
	top: 5%;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
    z-index: 5;
	border-radius: 50%;
	color: white;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 1.5rem;
	font-weight: bold;
}


/*首頁口碑聲量區塊*/
.fpranknum {
	padding: 0 12px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	border-radius: 50%;
	background: #E3572B;
}
.fprankname:hover .fpranknum{
	color: #E3572B;
	background: #FFF;
}
.fprankname {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}



.process-all .process-step.active .line .circle {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
    z-index: 1;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--theme-color);
    border: 3px solid var(--bs-border-color8);
    transition: all 0.4s ease 0s;
}
.process-all .process-step.active .title {
	color: var(--theme-color);
}


/*指標*/
.team-skills .customar-box {
    padding: 15px 15px;
    width: 100%;
    border-radius: 8px;
}
.team-skills .customar-box .box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.team-skills .customar-box .box-top .awards {
    display: flex;
    align-items: center;
}
.team-skills .customar-box .box-top .awards .count-number {
    font-size: 50px;
    line-height: 1;
    color: var(--theme-color2);
    font-weight: 500;
}
.team-skills .customar-box .box-top .awards .plus {
    font-size: 50px;
    line-height: 1;
    color: var(--theme-color2);
    font-weight: 500;
}
.team-skills .customar-box .box-top .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 44px;
    border-radius: 22px;
    border: 1px solid var(--bs-border-color2);
}
.team-skills .customar-box .box-bottom h6 {
    font-size: 20px;
    line-height: 28px;
    color: var(--white-color);
    font-weight: 500;
    margin: 0;
}


/*首頁簡介社群icon*/
.about-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*margin-top: 23px;*/
}
.about-social a {
  position: relative;
  height: 34px;
  width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--dark-color);
  background-color: transparent;
  border: 1px solid var(--bs-border-color7);
  font-size: 14px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  z-index: 1;
}
.about-social a:hover {
  color: var(--white-color);
}
.about-social a:hover:after {
  height: 100%;
  opacity: 1;
}
.about-social a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: var(--theme-color);
  transition: all 0.4s ease-in-out;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.about-social a + a {
  margin-left: 10px;
}
.about-role {
    display: inline-block;
    background: var(--theme-color);
    padding: 3px 24px;
    border-radius: 16px;
    font-size: 15px;
    color: var(--white-color);
    font-weight: 400;
    font-family: var(--body-font);
    text-align: center;
    margin-bottom: 26px;
}

/*計分板*/
.pricing-content-wrapper {
  position: sticky;
  top: 100px;
}
.pricing-single-box {
  background: var(--white-color);
  padding: 40px 0 40px 40px;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  position: relative;
  /* Medium devices */
}
@media (max-width: 430px) {
  .pricing-single-box {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .pricing-single-box {
    padding: 40px 0 40px 30px;
  }
}
@media (max-width: 991px) {
  .pricing-single-box {
    max-width: 767px;
  }
}
.pricing-single-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0%;
  height: 100%;
  background: var(--dark-color3);
  transition: 0.4s ease-in-out;
  transform: translateX(-50%);
  z-index: 1;
}
.pricing-single-box .pricing-box-left {
  border-right: 1px solid var(--bs-border-color7);
  transition: all 0.4s ease-in-out;
  padding-right: 30px;
  margin-right: 30px;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .pricing-single-box .pricing-box-left {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 430px) {
  .pricing-single-box .pricing-box-left {
    border-right: inherit;
    text-align: center;
  }
}
.pricing-single-box .pricing-box-left .pricing-title {
  transition: all 0.4s ease-in-out;
}
.pricing-single-box .pricing-box-left .pricing-title p {
  font-size: 14px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 500;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--bs-border-color7);
  background: var(--bs-bg-color4);
  border-radius: 17px;
  transition: all 0.4s ease-in-out;
  margin: 0;
}
.pricing-single-box .pricing-box-left .pricing-title h2 {
  font-size: 48px;
  line-height: 1;
  color: var(--dark-color);
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  margin: 0;
}
.pricing-single-box .pricing-box-left .pricing-title h2 sup {
  font-size: 20px;
  line-height: 90px;
  color: var(--dark-color);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  top: -20px;
}
.pricing-single-box .pricing-box-left .pricing-title h2 sub {
  font-size: 16px;
  line-height: 28px;
  color: var(--gray-color);
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  bottom: 0;
}
.pricing-single-box .pricing-box-left .theme-btn {
  padding: 12px 30px;
}
.pricing-single-box .pricing-box-right {
  z-index: 5;
}
@media (max-width: 430px) {
  .pricing-single-box .pricing-box-right {
    margin-top: 20px;
  }
}
.pricing-single-box .pricing-box-right .pricing-list li {
  font-size: 16px;
  line-height: 28px;
  color: var(--gray-color);
  font-weight: 400;
  margin-bottom: 8px;
  transition: all 0.4s ease-in-out;
}
.pricing-single-box .pricing-box-right .pricing-list li.color-0 {
  opacity: 0.702;
}
.pricing-single-box .pricing-box-right .pricing-list li.color-0 i {
  color: inherit;
}
.pricing-single-box .pricing-box-right .pricing-list li:last-child {
  margin-bottom: 0;
}
.pricing-single-box .pricing-box-right .pricing-list li i {
  margin-right: 10px;
  color: var(--theme-color);
  transition: all 0.4s ease-in-out;
}
.pricing-single-box:hover::before, .pricing-single-box.current::before {
  width: 100%;
}
.pricing-single-box:hover .theme-btn.bg-theme3, .pricing-single-box.current .theme-btn.bg-theme3 {
  background-color: var(--theme-color) !important;
  color: var(--white-color);
}
.pricing-single-box:hover .pricing-box-left, .pricing-single-box.current .pricing-box-left {
  border-right: 1px solid var(--bs-border-color13);
}
.pricing-single-box:hover .pricing-box-left .pricing-title p, .pricing-single-box.current .pricing-box-left .pricing-title p {
  color: var(--white-color);
  background: transparent;
  border: 1px solid var(--bs-border-color13);
}
.pricing-single-box:hover .pricing-box-left .pricing-title h2, .pricing-single-box.current .pricing-box-left .pricing-title h2 {
  color: var(--white-color);
}
.pricing-single-box:hover .pricing-box-left .pricing-title h2 sup, .pricing-single-box.current .pricing-box-left .pricing-title h2 sup {
  color: var(--white-color);
}
.pricing-single-box:hover .pricing-box-left .pricing-title h2 sub, .pricing-single-box.current .pricing-box-left .pricing-title h2 sub {
  color: var(--gray-color2);
}
.pricing-single-box:hover .pricing-box-right .pricing-list li, .pricing-single-box.current .pricing-box-right .pricing-list li {
  color: var(--gray-color2);
}
.pricing-single-box:hover .pricing-box-right .pricing-list li i, .pricing-single-box.current .pricing-box-right .pricing-list li i {
  color: var(--theme-color2);
}

.hero-social-proof {
	justify-content: flex-end;
}

/*頭像及sdgs*/
img.avatar {
	position: absolute;
    max-width: 200px;
	max-height: 200px;
    border: 4px solid #fff;
    margin-top: -80px;
    margin-left: 0px;
    z-index: 5;
}
img.sdgs {
	max-width: 11%;
}

/*個人頁標題區*/
.title-area2 {
	padding-left: 220px;
}

span.avarage-rating {
    font-size: 44px;
    line-height: 1;
    color: var(--dark-color);
    font-weight: 600;
}
.rating-inner {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.rating-inner .stars {
    color: var(--orange-color);
}

.about-social a.theme-btn{
	padding: 15px;
}
.ffitem {
	text-align: center;
	align-content: center;
	width: 50%;
	aspect-ratio: 2/1;
}
.ffitem:hover {
	background: #eee;
}
@media (max-width: 430px) {
	img.avatar {
	position: relative;
    max-width: 200px;
	max-height: 200px;
    border: 4px solid #ecf8f8;
    margin-top: -80px;
    margin-left: auto;
	margin-right: auto;
    z-index: 5;
}
	.title-area2 {
	padding-left: calc(var(--bs-gutter-x) * .5);
}
	.about-social {
	justify-content: center;
	}
	.threeicon {
	justify-content: center;
	}
	.hero-social-proof {
		justify-content: center;
	}
	
	img.sdgs {
	max-width: 25%;
}
}