
.jarallax-computer {
    background-image: url('../images/Origin/origin_banner.jpg') !important;
    background-position: center center;
}

.jarallax-mobile {
    background-image: url('../images/Origin/origin_banner_mobile.jpg') !important;
    background-position: center center;
}


/* Double circle title */
.double-circle-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}

.section-divider-pink {
    width: 1px;
    height: 35px;
    background-color: #F3ABC5;
    margin-bottom: 10px;
}

.circle-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: bold;
    color: #1E53A4;
}

    .circle-title img.circle-icon {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

.highlight-title {
    color: #CF1F51;
}

.brightpink-circle {
    background-color: #CF1F51;
    width: 12px;
    height: 12px;
}

.gradients-section-line {
    position: relative;
    padding-left: 1rem;
    border-left: 4px solid transparent;
    background: linear-gradient(to bottom, #CF1F51 26%, #65489A 68%) left top / 4px 100% no-repeat;
}

.origin-image-wrapper {
    position: relative;
    display: inline-block;
    border-radius: 0.8rem;
}

    .origin-image-wrapper img {
        width: 100%;
        height: auto;
        border-radius: 0.8rem;
        display: block;
        position: relative;
        z-index: 2;
    }

.origin-image-bg {
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    border-radius: 0.8rem;
    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%);
    z-index: 1;
}
/* 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;
}

.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;
}


/* 手機樣式 */



.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;
    }

@media screen and (min-width: 992px) {
}



/* 平板直立樣式 */
@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;
    }
}
