
.contact h5 {
    color: #1E53A4;
}

.jarallax-computer {
    background-position: center center;
}

.jarallax-mobile {
    background-position: center center;
}

.carousel-item {
    height: auto;
}

.industry-section {
    background-color: #F5F5F5;
    background-image: none;
    background: #F5F5F5;
}

.contact-section {
    position: relative;
    top: 0%;
    width: 100%;
    left: 0%;
}

/* Main banner innerpage */
.parallax-banner {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-height: 500px;
    margin-top: 50px;
}

.jarallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.parallax-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%), rgba(90, 90, 90, .3) 120%) !important;
    opacity: 0.85;
    z-index: 1;
}
/* Breadcrumb */
.tusa-breadcrumb {
    font-size: 0.8rem;
}

.tusa-breadcrumb-item.active {
    color: #1E53A4;
}


/* Origin card area */
.tusa-card {
    border: 1px solid;
    border-radius: 0.8rem;
    padding: 2rem 1.5rem 1.5rem;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.card1 {
    border-color: #F3ABC5;
}

    .card1.circle {
        background-color: #F3ABC5;
    }

.card2 {
    border-color: #4EBED9;
}

    .card2.circle {
        background-color: #4EBED9;
    }

.card3 {
    border-color: #E5C531;
}

    .card3.circle {
        background-color: #E5C531;
    }


.tusa-card-shadow {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
}

    .tusa-card-shadow:hover, .tusa-card-shadow:focus {
        transform: translateY(-6px);
        box-shadow: 0 0 0.5rem rgba(0,0,0,0.1);
    }

.circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.tusa-card h5 {
    text-align: center;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #1E53A4;
}

.tusa-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0.4rem;
    margin-bottom: 1rem;
}
/* Functional tasks area */
.feature-section {
    background: linear-gradient( 80deg, rgba(78, 190, 217, 0.2) 7%, rgba(243, 171, 197, 0.2) 50%, rgba(111, 197, 198, 0.2) 96% );
}

.feature-card {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: none;
}

    .feature-card h5 {
        font-weight: bold;
        margin-bottom: 1rem;
    }

.feature-icon-wrap {
    width: 150px;
    height: 150px;
    background: linear-gradient(to bottom, #D0286F 25%, #1492A7 100%);
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 外圈圓框 */
.gradient-outer-circle {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 圖片置中且等比例 */
.gradient-icon-img {
    width: 70%;
    height: auto;
    object-fit: contain;
}

.functional-title {
    color: #3E3A39;
}

.functional-text {
    color: #3E3A39;
}

/* Global partners area */
.partnertab-scroll-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.partnertab-button {
    border: none;
    background-color: transparent;
    color: #3E3A39;
    padding: 0.5rem 1rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

    .partnertab-button.active {
        background-color: #F8EC8C;
        border-radius: 30px;
    }

.partner-divider-line {
    width: 100%;
    border-top: 1px solid #D9D9D9;
}

.partner-logo-box {
    border: 1px solid #EFEFEF;
    border-radius: 0.75rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    background-color: #fff;
    ;
}

    .partner-logo-box img {
        max-height: 60px;
        max-width: 100%;
        object-fit: contain;
    }

.partner-carousel-prev,
.partner-carousel-next {
    background-color: #1E53A4 !important;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    opacity: 1;
    z-index: 10;
    transition: background-color 0.3s, border 0.3s;
}

    .partner-carousel-prev:hover,
    .partner-carousel-next:hover {
        background-color: #061a38 !important;
        border: 1px solid #e2e5f1;
    }

        .partner-carousel-prev:hover .partner-carousel-prev-icon,
        .partner-carousel-next:hover .partner-carousel-next-icon {
            filter: invert(1);
        }

.partner-carousel-prev-icon,
.partner-carousel-next-icon {
    background-size: 60% 60%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.partner-carousel-prev {
    right: 60px;
    left: auto;
}

.partner-carousel-next {
    right: 10px;
}




.functional-title {
    color: #3E3A39;
}

.functional-text {
    color: #3E3A39;
}



/* 手機樣式 */

@media (max-width: 767px) {
    .parallax-banner {
        height: 50vh;
    }

    .jarallax-img {
        background-position: center center !important;
    }

    .origin-image-wrapper {
        margin-top: 2rem;
    }

    .tusa-card {
        margin-bottom: 2rem;
    }

    .share-card-custom {
        padding: 1rem;
    }

    .event-info-box {
        padding: 1rem !important;
    }
    .information-area {
        flex-direction: inherit;
    }

    .divider {
        border-right: none;
        border-left: none;
    }

    .card-custom {
        padding: 1rem;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 991px) {
    .divider {
        border-left: none;
    }
}

/* 平板直立樣式 */
@media screen and (max-width: 1199px) {
    .map-mobile {
        display: block !important;
    }

    .map-desktop {
        display: none !important;
    }
}

/* 平板橫向、筆電樣式 */
@media screen and (min-width: 1200px) {
    .map-mobile {
        display: none !important;
    }

    .information-box {
        font-size: 0.9rem;
    }
}
