.rounded-circle-bir {
    margin-top: 2rem;
    width: 250px;
    /* 設定顯示寬度 */
    height: 250px;
    /* 設定顯示高度，確保寬高相等 */
    border-radius: 50% !important;
    border: 5px solid transparent;
    box-shadow: 0 0 0 1px #CCC;
    object-fit: cover;
    /* 確保圖片內容適應容器 */
    object-position: left;
    /* 使圖片靠左顯示 */
    z-index:250;
}
.content-main {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (max-width: 768px) {
    .content-main {
        padding: 0;
    }
    .bg-with-image {
        background-image: none !important;
    }
}
.Raleway {
    font-family: Raleway;
}
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-wrapper {
    position: relative;
    display: inline-block;
}
.image-overlay {
    position: relative;
    display: inline-block;
}
.image-overlay img {
    display: block;
    transition: opacity 0.3s ease;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.image-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    /* 半透明黑色遮罩 */
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
    /* 圓形遮罩 */
    z-index: 1;
    /* 確保遮罩層在圖片上方 */
}
.image-wrapper:hover .image-overlay::before {
    opacity: 1;
}
.product-image {
    position: relative;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    /* 初始隱藏 */
    background: rgba(0, 0, 0, 0.3);
    /* 半透明黑色背景 */
}
.product-image:hover .bg-overlay {
    display: block;
    /* 懸停時顯示遮罩 */
}
.bg-overlay-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.4s;
}
.product-image:hover .bg-overlay-content {
    opacity: 1;
}
.testimonials-carousel .owl-stage {
    padding: 2rem 0 1.5rem;
}
.testimonials-carousel .owl-item {
    opacity: .6;
    transition: transform .3s ease;
    transform: scale(0.8);
}
.testimonials-carousel .owl-item.active.center {
    opacity: 1;
    transform: scale(1);
}
.testimonial {
    border: 0;
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
    border-radius: 0.25rem;
    padding: 25px;
}
.testimonial-image {
    width: 5rem !important;
    height: auto !important;
    margin: -2.5rem auto 0;
    object-fit: cover;
    /* 確保圖片內容適應容器 */
}
.rounded-circle2 {
    border-radius: 50% !important;
    border: 0px solid transparent;
    /* 這裡的2px是留白的寬度，你可以根據需要調整 */
    box-shadow: 0 0 0 1px #CCC;
    /* 這裡的3px是框的寬度，#000是框的顏色，你可以根據需要調整 */
}
.rounded-circle {
    border-radius: 50% !important;
    border: 5px solid transparent;
    /* 這裡的2px是留白的寬度，你可以根據需要調整 */
    box-shadow: 0 0 0 1px #CCC;
    /* 這裡的3px是框的寬度，#000是框的顏色，你可以根據需要調整 */
}
.tp-rightarrow, .tparrows, .uranus {
    z-index: 1000000;
}
img {
    height: auto;
    max-width: 100%;
}
.content-title {
    color: #3D4D7E !important;
}
.container-fluid {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
@media screen and (max-width: 1200px) {
    .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
.youtube-title {
    font-size: 1.6rem !important;
    line-height: 2.2rem;
}
.menu-link {
    text-transform: none !important;
}
a {
    color: #58B2DC;
}
.border-color-1 {
    border-top: 6px solid #fd397a !important;
}
.border-color-2 {
    border-top: 6px solid #DDD !important;
}
.border-color-3 {
    border-top: 6px solid #4AB3F4 !important;
}
.border-color-4 {
    border-top: 6px solid #ffb822 !important;
}
.section-features .card:before {
    background: none !important;
}
.c-w {
    color: white !important;
}
.c-c {
    color: #CCC !important;
}
.c-a {
    color: #AAA !important;
}
.text-l {
    text-align: left;
}
table td {
    padding: 0.75em 0.75em;
}
.span_title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700
}
.span_text {
    color: #999;
    margin-bottom: 0px;
}
.span_img {
    max-width: 60px !important;
    height: auto;
    padding: 0;
}
.span_img2 {
    max-width: 30px !important;
    height: auto;
    padding: 0;
}
.borderB {
    border-color: rgba(255, 255, 255, 0.3) !important;
    border: solid 1px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.borderC {
    border-color: rgba(0, 0, 0, 0.3) !important;
    border: solid 1px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: black;
}
.main-menu {
    font-size: var(--bs-btn-font-size) !important;
}
.is-expanded-menu #header.full-header.transparent-header #header-wrap {
    border-bottom: 0;
}
.is-expanded-menu .transparent-header.full-header .primary-menu .menu-container {
    border-right: 0;
}
.is-expanded-menu .full-header #logo {
    border-right: 0;
}
.Noto {
    font-family: Montserrat, 'Microsoft JhengHei' !important;
}
#gotoTop {
    background-color: rgba(144, 202, 249, 0.8) !important;
}
.is-expanded-menu .sticky-header #header-wrap {
    background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1200px) {
    .header-misc {
        margin-left: 0 !important;
    }
    body {
        min-height: 100vh;
    }
    .stretched #gotoTop {
        right: 25px;
        bottom: 25px;
    }
    #header-wrap {
        background-color: rgba(0, 0, 0, 0.5);
        border-bottom: 0px;
    }
    body:not(.is-expanded-menu) .sticky-header #header-wrap {
        background-color: rgba(0, 0, 0, 0.5);
    }
    #slider {
        margin-top: -80px;
    }
    .logo-dark {
        height: 80px !important;
    }
    body:not(.is-expanded-menu) #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container.d-block {
        width: calc(100vw - 90px);
        background-color: rgba(0, 0, 0, 0.8);
    }
}
@media screen and (max-width: 300px) {
    #slider {
        margin-top: -60px;
    }
    .logo-dark {
        height: 60px !important;
    }
}
.tp-bannertimer {
    background: rgba(74, 179, 244, 0.5) !important;
    height: 8px !important;
}
.shadow {
    text-shadow: 0.05em 0.05em 0.1em black;
}
.fb-container {
    display: flex;
    justify-content: center;
    /* 水平置中 */
    align-items: center;
    /* 垂直置中，如果需要的話 */
}
.Nothing {
    font-family: Nothing You Could Do !important;
}
#page-title h1 {
    text-transform: none;
}