

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    display: inline-block;
    height: 100vh;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    white-space: nowrap
}

.c-scrollbar {
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center right;
    transition: transform .3s, opacity .3s;
    width: 11px
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
    bottom: 0;
    height: 10px;
    top: auto;
    transform: scaleY(1);
    width: 100%
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    background-color: #000;
    border-radius: 10px;
    cursor: -webkit-grab;
    cursor: grab;
    margin: 2px;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    bottom: 0;
    right: auto
}


a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: var(--bs-main);
}

img {
    max-width: 100%;
}
.text-main {
    color: var(--bs-main);
}
.text-gray {
    color:var(--bs-gray-600);
}
.text-gray-900 {
    color: var(--bs-gray-500);
}
.bg-1 {
    background-color: var(--bs-main-300);
}
.bg-2 {
    background-color: var(--bs-secondary);
}

/* button start btn */
.btn-assets {
    background-color: var(--bs-main);
    color: var(--bs-white);;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-assets:hover {
    background-color: var(--bs-white);
    color: var(--bs-main);
    border: 1px solid var(--bs-main);
}

.btn-round {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-round-2 {
    /* height: 40px; */
    width: 40px;
    border-radius: 6px;
    padding: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white) !important;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.btn-black {
    background-color: var(--bs-black);
    color: #fff;
    padding: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-cirle {
    font-size: 1.125rem;
    width: 5vw;
    height: 5vw;
    border: 1px solid var(--bs-secondary);
    text-align: center;
    border-radius: 50%;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-cirle-2 {
    width: 5vw;
    height: 5vw;
    color: var(--bs-gray-900);
    border: 1px solid var(--bs-secondary);
    border-radius: 50%;
    position: absolute;
    top: -0.3rem;
    left: -0.3rem;
}

.btn-cirle-2:hover {
    border: 1px solid var(--bs-white);
}

/* button end */

.content-1 {
    width: 100%;
    padding: 1rem 5% 0 5%;
}

/* header start */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    padding: 0 2.5%;
    background-color: transparent;
    transition: background-color 0.3s ease;
}
.header.bg-white-active {
    background-color: #ffffff;
}
.header-logo {
    height: 80px;
    padding: 10px 10px 10px 0;
    display: flex;
    align-items: center;
}
.header-logo img, .footer-logo-item img {
    max-width: 100%;
    max-height: 100%;
}

.scrollup-fixed {
    position: fixed;
    bottom: 10%;
    right: 2%;
    z-index: 99;
}
.nav-flex-betweem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10vw;
    font-size: 1.25rem;
}

/* .nav-flex-betweem li a {
    color: #fff !important;
    text-shadow: 1px 3px 6px #1b28db;
} */

.nav-link {
    color: #333;
}

.nav-link.disabled,
.nav-link:focus,
.nav-link:hover {
    color: var(--bs-main)
}

.offcanvas.offcanvas-start {
    width: 80%;
}

@media (max-width: 768px) {
    .nav-item {
        width: 100%;
    }

    .nav-item:last-child {
        margin-bottom: 1rem;
    }
}

/* header end */


/* Swiper styles */
.swiper {
    width: 100%;
    height: 100vh;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.swiper-pagination-custom {
    bottom: 10%;
    left: 5%;
    width: max-content;
}

.swiper-pagination {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 20px;
}

.swiper-button-next {
    top: auto;
    bottom: 8%;
    right: 5%;
}

.swiper-button-prev {
    top: auto;
    left: auto;
    bottom: 8%;
    right: 10%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
    font-size: 3rem;
}

.swiper-button-next,
.swiper-button-prev {
    width: max-content;
    height: max-content;
    border-radius: 50%;
    color: var(--bs-main);
    font-size: 3rem;
    background-color: #fff;
}
.mySwiper2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: linear-gradient(to right, #EEF9FB, #eef9fbc2, #eef9fb96, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}

.mySwiper2 .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: none;
    display: flex;
    justify-content: start;
    align-items: start;
    position: relative;
}

.mySwiper3 {
    height: 70vh !important;
    /* margin-left: 2rem; */
}

.mySwiper3 .swiper-slide {
    color: var(--bs-gray-500);
    display: flex;
    align-items: center;
    padding-right: 1rem;
}

.mySwiper3 .swiper-slide-active {
    color: var(--bs-gray-900) !important;
}
.mySwiper4 {
    height: 50vw !important;
}

@media (max-width: 768px) {
    .swiper-pagination-custom {
        bottom: 6%;
        left: 50%;
        width: max-content;
    }

    .swiper-button-next {
        top: auto;
        bottom: 5%;
        left: 20%;
    }

    .swiper-button-prev {
        top: auto;
        left: 5%;
        bottom: 5%;
        right: auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        font-size: 3rem;
    }
    .mySwiper2 {
        /* background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)); */
       background: linear-gradient(to right, #EEF9FB, #EEF9FB, #eef9fbba, rgb(238 249 251 / 81%), rgb(238 249 251 / 84%));
    }
    .mySwiper4 {
        height: 90vw !important;
    }
}

.pagination-progressbar {
    background: var(--bs-gray-500);
    width: 7rem;
    height: .25rem;
}

.pagination-progressbar-fill {
    display: flex;
    background: var(--bs-main);
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.banner-text {
    width: 50%;
    position: absolute;
    top: 25%;
    left: 5%;
}

.banner-text h1 {
    /* font-size: 3.5rem; */
    line-height: 1.6;
}

.banner-text div {
    font-size: 1rem;
    width: 90%;
    height: 100%;
    overflow: hidden;
    padding: 1rem 0rem 1rem 1rem;
    border-left: 3px solid var(--bs-main);
    margin-top: 2.75rem;
    line-height: 2;
    color: var(--bs-gray-600);
}

@media (max-width: 768px) {
    .banner-text {
        width: 95%;
    }

    .banner-text h1 {
        font-size: 1.5rem;
    }
    .banner-text div {
        font-size: .95rem;
    }
    .nav-flex-betweem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1vw;
    }
    .img-modeling {
        border-top-right-radius: 80px !important;
        border-bottom-left-radius: 80px !important;
        width: 100%;
        padding: 0rem !important;
    }
}

/* Swiper end */

/* 文字環繞效果  vdieo*/
.vdieo {
    position: absolute;
    left: 40%;
    bottom: -5%;
}

.vdieo-container {
    width: 12rem;
    height: 12rem;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vdieo-box {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    /* border: 1px solid #000; */
    position: relative;
    z-index: 4;
}

.vdieo-circle {
    position: absolute;
    top: -6%;
    left: -6%;
    z-index: 5;
    width: 10rem;
    height: 10rem;
    animation: rotate 10s linear infinite;
}

.vdieo-text {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    font-weight: bold;
    font-size: 14px;
}

.vdieo-text span {
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: 0 5rem;
    display: inline-block;
    width: 2px;
    height: 20px;
    text-align: center;
}

.vdieo-play {
    position: absolute;
    top: 5%;
    left: 25%;
    z-index: 6;
    font-size: 5rem;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* 效果 end */

.title {
    text-align: center;
    color: var(--bs-gray-900);
    font-size: 2.875rem;
    letter-spacing: 0.25rem;
    font-weight: 600;
}

.title-text {
    color: var(--bs-gray-600);
}
.title-2 {
    font-size: 1.5rem;
    margin-bottom: 0.875rem;
    font-weight: 600;
}
.about {
    display: flex;
    flex-direction: column;
    padding: 0 3%;
}
.about-title {
    display: flex;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.about-title img {
    height: 50px;
}

@media (max-width: 768px) {
    .title {
        font-size: 1.5rem;
        letter-spacing: 0.25rem;
        
    }
    .about-title {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-title img {
        height:auto !important;
    }
    .title-text {
        font-size: 0.875rem;
    }
    .about {
        padding: 5% 0;
    }
}

/*  */
.benefits-head {
    align-items: center;
    width: 100%;
}

.benefits {
    justify-content: space-between;
}

.benefits .flex-column {
    overflow: hidden;
}

.benefits img {
    height: 30rem;
    width: auto;
    max-width: none;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .benefits>div {
        margin-bottom: 2rem;
    }
}

.page-icon-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.page-icon-item i {
    font-size: 1rem;
    color: var(--bs-main);
    margin-right: 1rem ;
    margin-top: .25rem;
}

.page-icon-item div {
    font-size: 1.25rem;
}

.project-item .page-icon-item div {
    font-size: 1rem !important;
}

.box-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 0;
}
.box-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 0;
}
.box-3 {
    width: 100%;
    position: relative;
    background-color: var(--bs-main-300);
    display: inline-block;
}

.box-3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    /* background-color: var(--bs-white); */
}

.box-3-div {
    padding: 3rem 0;
    position: relative;
    z-index: 2;
    display: flex;
    width: 135%;
}

.box-3-img {
    margin-right: 7rem;
}

.box-3-img img {
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .box-1 {
        padding: 1.5rem 0;
    }
    .box-3-div {
        display: block;
        width: 100%;
    }

    .box-3-img {
        margin: 5%;
    }

    .box-3-img img {
        width: 100%;
        height: auto;
    }
    .page-icon-item div {
        font-size: 1rem;
    }
}
.step-2 {
    padding: 5rem 0;
}
.line-i {
    position: absolute;
    top: 3%;
    left: 5%;
    z-index: 2;
    font-size: 3rem;
    padding: .5rem;
    background-color: #C90915;
    color: var(--bs-white);
    width: 15%;
    text-align: center;
}

@media (max-width: 768px) {
    .line-i {
        width: max-content;
    }
}

.line-img {
    height: 100vh;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.line-img img {
    height: 100%;
    width: auto;
    /* max-width: none; */
}

.line-texts {
    position: absolute;
    bottom: -1%;
    left: 0;
    z-index: 3;
    padding: 4rem;
    background-color: var(--bs-white);
    width: 100%;
    text-align: center;
    border-left: 1px solid var(--bs-gray-600);
    height: 30%;
    transition: all 0.3s ease;
    overflow: hidden;
}

.line-texts-content {
    transition: transform 0.3s ease;

}

.line-texts-hidden {
    opacity: 0;
    transition: all 0.3s ease;
    line-height: 2;
    font-size: 1.25rem;
    text-align: left;
    padding: 0 5vw ;
    
}

.line-texts:hover {
    height: 50%;
}

.line-texts:hover .line-texts-content {
    transform: translateY(-50%);
    margin-top: 1rem;
}

.line-texts:hover .line-texts-hidden {
    opacity: 1;
}


.banner-li {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border-left: 2px solid var(--bs-gray-500);
    height: 3rem;
    margin-right: 1rem;
}

.video {
    position: relative;
    width: 100%;
    height: 100vh;
}

.video-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-top .title {
    color: #fff;
    margin-bottom: 2rem;
    width: 50%;
}

@media (max-width: 768px) {
    .video {
        height: 50vh;
    }

    .video-top {
        height: 50vh;
    }
    .line-texts {
        border-left: 0x solid var(--bs-gray-600);
        padding: 1rem;
        height: 15%;
    }
    .line-texts:hover {
        height: 40%;
    }
    .img-fix-hight div img {
        height: 100% !important;
        width: 100%;
    }
    .line-texts-hidden {
        padding: 0;
    }
}
.img-fix-hight div img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.news-data {
    background-color: var(--bs-secondary);
    padding: .25rem;
    width: max-content;
    color: var(--bs-white);
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.news-title {
    font-size: 2rem;
    margin-bottom: 3rem;
}

.news-content {
    color: var(--bs-gray-600);
    font-size: 1.5rem;
    margin-bottom: 3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-img {
    height: 30vw;
    overflow: hidden;
}

.news-img img {
    height: 100%;
    width: auto;
    max-width: none;
}

.news-left {
    display: flex;
    flex-direction: column;
    padding: 1rem 5.5rem 1rem 1rem;
}

.news-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 1rem 1rem 1rem 5.5rem;
}

@media (max-width: 768px) {
    .news-img {
        height: auto;
    }

    .news-img img {
        height: auto;
        width: 100%;
        max-height: none;
    }

    .news-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .news-content {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    .news-left {
        padding: 0.725rem !important;
    }

    .news-right {
        align-items: start;
        padding: 0.725rem !important;
    }
}

/* 聯絡我們 */
.contact-box {
    position: relative;
    width: 100%;
    height: 75vh;
}
.contact-box img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-box .title {
    color: var(--bs-white);
    margin-bottom: 2rem;
}

.contact-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: var(--bg-black-900-opacity);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-box textarea {
    width: 100%;
    height: 100%;
    min-height: 200px;
    padding: 1rem;
}

.contact-box .spend {
    position: absolute;
    right: 1.5%;
    bottom: 1%;
    font-size: 2rem;
    color: var(--bs-main);
    background-color: var(--bs-white);
    padding: .5rem;
    border-top: 2px solid var(--bs-main);
    border-left: 2px solid var(--bs-main);
    border-top-left-radius: 10px;
}

@media (max-width: 768px) {
    .contact-box {
       height: 80vh;
    }
    .footer-content-1 {
        padding: 0!important;
    }
}

.form__input {
    width: 100%;
    padding: 0 15px !important;
    height: 45px;
    border: 1px solid #dddddd !important;
    color: #2b2b2b !important;
    border-radius: 5px !important;
}

.footer {
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid var(--bs-gray-600);
}
.footer-text {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.footer-text>h4 {
    font-weight: 600;
}
.footer-text>div, .footer-text>a {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0.875rem;
    display: flex;

}
.footer-content-1 {
    padding: 0 12%;
}

.footer .line {
    width: 5rem;
    height: 2px;
    background-color: var(--bs-gray-900);
    margin-bottom: 1.5rem;
    margin-top: 0.25rem;
}

.footer-end {
    width: 100%;
    margin-top: 5px;
    padding: 1rem 0 2rem 0;
    border-top: 1px solid var(--bs-gray-600);
    text-align: center;
}

.scroll-image {
    display: block;
    transform: scale(1.1);
    opacity: 0.8;
    transform-origin: center center;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 0.8s ease-out;
    will-change: transform, opacity;
}

.scroll-image.visible {
    transform: scale(1);
    opacity: 1;
}

.img-modeling {
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
    width: 100%;
    padding: 2rem;
}
.flex-center {
    display: flex;
    align-items: center;
}


/* 訂閱方案 css */
.pricing-item .swiper {
    height: 100% !important;
    padding-bottom: 1rem;
}
.pricing-item .my-swiper {

    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #ff0000 !important;
    }

    padding: 1.875rem 0rem;
    min-height: 460px;
}

.pricing-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    border: 1px solid #E5E5E5;
    padding-top: 1.25rem;
    border-radius: 3px;
}

.pricing-item .swiper-button-prev {
    left: 5px !important;
}

.pricing-item .swiper-button-next {
    right: 5px !important;
}

.pricing-item .my-swiper .project-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 2.25rem;
}
.pricing-item:hover {
    box-shadow: 0 4px 8px rgba(68, 68, 68, 0.6);
    transition: margin 250ms ease-in-out, box-shadow 250ms ease-in-out, border-color 250ms ease-in-out;
}
.pricing-bg {
    height: 160px;
    background: var(--bs-secondary-300);
    line-height: 2.1;
    font-family: 'Kaushan Script';
    font-style: italic;
    color: var(--bs-gray-900);
}

.pricing-title {
    font-weight: bold;
    font-size: 1.8em;
    color: var(--bs-gray-600);
}
.pricing-sentence {
    font-family: 'JuliusSansOne', sans-serif;
    padding: 1rem 0rem;
    background: url(../img/line_b.png) no-repeat 50% 100%;
}
.sub-price {
    font-size: 35px;
}

.pricing-eriod {
    font-size: 0.25em;
    display: inline-block;
    margin-left: 1em;
}

.special-offer {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    position: absolute;
    padding: 0px 6px;
    font-size: 14px;
    left: -5px;
    top: 135px;
    font-style: normal;
}

.special-offer::after {
    content: '';
    position: absolute;
    border-top: 3px solid var(--bs-secondary);
    border-left: 5px solid #57101000;
    left: 0;
    top: 100%;
}

.basic-plan {
    background-color: var(--bs-main);
    color: var(--bs-white);
    position: absolute;
    padding: 0px 6px;
    font-size: 14px;
    left: -5px;
    top: 210px;
    font-style: normal;
}

.basic-plan::after {
    content: '';
    position: absolute;
    border-top: 3px solid var(--bs-main);
    border-left: 5px solid #1d219b00;
    left: 0;
    top: 100%;
}

.pricing-end {
    background-color: var(--bs-main);
    font-size: 1em;
    padding: 0.5em 1.5em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: var(--bs-white);
    font-weight: 600;
}
.pricing-reserve {
     background-color: var(--bs-secondary) !important;
}
.pricing-end span {
    font-size: 1.5rem;
    font-weight: 600;
}
.step-2 p {
    margin-bottom: 0.875rem;
}
.step-2 .title {
    font-size: 2rem !important;
}
.nav-pills .nav-link {
    border-bottom: 1px solid var(--bs-gray-500);
}
.nav-pills .nav-link.active {
    color: var(--bs-gray-900);
    background-color: var(--bs-white);
    text-align: center;
    font-weight: 500;
    border-bottom: 3px var(--bs-main) solid;
    border-radius: 0 !important;
    width: 100%;
}

.navs-tabs-btn {
    font-size: 1rem;
    color: var(--bs-gray-900);
    font-weight: 600;
    width: 100%;
    background-color: #d9d9d9;
    padding: 8px 16px !important;
    border-radius: 3px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}
.card-bank {
    position: absolute;
    top: 20%;
    right: 2.5%;
    display: flex;
    align-items:center;
    justify-content: center;
}

/* input  特殊樣式 */
.step-2 .input-group {
    position: relative;
}

.step-2 .input-group input {
    padding: 1rem calc(1rem) 0.51rem;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px !important;
    margin-bottom: 0.25rem;
}

.step-2 .input-group label {
  position: absolute; /* 標籤設為絕對定位 */
  left: 10px;
  top: 10px;
  color: var(--bs-gray-600);
  transition: all 0.3s; /* 動畫平滑效果 */
  pointer-events: none; /* 點擊標籤時能穿透點到 input */
  letter-spacing: 2px;
}

/* 當 input 被點擊(focus) 或 有輸入內容(valid) 時，label 上移 */
.step-2 .input-group input:focus + label,
.step-2 .input-group input:valid + label {
    top: -10px; /* 向上移動 */
    font-size: 12px;
    color: var(--bs-gray-600);
    background-color: var(--bs-white);
    padding: 2px 5px;
}
.step-2 .checkbox-auto, .checkbox-auto-2 {
    display: flex;
    align-items: center;
}

.step-2 .checkbox-auto label {
    margin-left: .25rem;
    cursor: pointer !important;
}
.step-2 .checkbox-auto input {
    width: 18px !important;
    height: 18px !important;
    cursor: pointer !important;
    vertical-align: baseline;
}

.pricing-show {
    transition: 0.3s ease-out;
    margin-bottom: 2rem;
}

.pricing-show:hover {
    transform: scale(1.08);
    transition: 0.5s;
}
.pricing-item.active {
    border: 2px solid var(--bs-secondary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    transform: scale(1.02);
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .3s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

.plan-desc {
    line-height: 1.8;
    font-size: 16px;
}
 .fade-in {
    animation: fadeIn 2s;  /* 引用下方定義的動畫 */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-toggler {
    border: var(--bs-border-width) solid var(--bs-main);
    color: var(--bs-main);
}