.Grand-Hotel {
    font-family: 'Grand Hotel', cursive !important;
}

.f-weight-400 {
    font-weight: 400 !important;
}

.color-83aa7e {
    color: #83aa7e !important;
}


/*====================================*/
/*  box-img
/*====================================*/
.content img {
    height: unset !important;
}

/*box-img 1x1*/
.box-img {
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.box-img img {
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*box-img 16x9*/
.box-img-16-9 {
    overflow: hidden;
    width: 100%;
    padding-top: calc(9 / 16 * 5%);
    position: relative;
}

.box-img-16-9 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: unset;
    width: 100%;
    height: auto;
    object-fit: cover;
}


/*box-img 5x4*/
.box-img-5-4 {
    overflow: hidden;
    width: 100%;
    padding-top: calc(4 / 5 * 100%);
    position: relative;
}

.box-img-5-4 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*box-img 4x5 直式*/
.box-img-4-5 {
    overflow: hidden;
    width: 100%;
    padding-top: calc(5 / 4 * 100%);
    position: relative;
}

.box-img-4-5 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a {
    color: #333;
}

a:focus,
a:hover {
    color: #1d2083;
}

.text-83aa7e {
    color: #83aa7e !important;
}

/*====================================*/
/*  header
/*====================================*/

.main-header .header-top {
    background-color: #83aa7e;
}

.main-header .header-top a {
    color: #fff;
}

.main-header .links-nav li a {
    font-size: 1.3rem;
    font-family: "Helvetica", "Arial", "LiHei Pro", sans-serif;
    text-transform: none;
    letter-spacing: 1px;
    border-right: 2px solid #fff;
}

.main-header .links-nav li a:hover,
.main-header .links-nav li a:focus,
.main-header .links-nav li a:active {
    color: #fff;
}

.main-header .links-nav li.language a:hover {
    background: transparent;
    color: #000;
}

.main-menu .navigation>li>a {
    font-size: 1.65rem;
    font-family: "Helvetica", "Arial", "LiHei Pro", sans-serif;
}

.main-header .links-nav li.language {
    border-right: none;
}

.main-header .language .dropdown-menu {
    background-color: #333;
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

a .fa {
    margin-left: 6px;
}

.cart-info-section .content-column .inner-column h2 {
    font-size: 2.8rem;
    line-height: 1.6;
    font-family: "Helvetica", "Arial", "LiHei Pro", sans-serif;
}


/*====================================*/
/*  Banner
/*====================================*/
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}


.main-slider .tp-dottedoverlay,
.tp-loader {
    display: none !important;
    background: none !important;
}

.rev_slider_wrapper,
.rev_slider,
.tp-revslider-mainul,
.rev-slidebg {
    background: transparent !important;
}


.rev_slider_wrapper {
    height: 1000px;
    /* 或自訂更適合的高度 */
    max-height: none;
    overflow: visible;
}

.main-slider,
.rev_slider {
    width: 100%;
    max-width: 100%;
}

.main-slider {
    height: auto;
    /* 若你希望根據圖片自動撐高 */
    position: relative;
    z-index: 1;
}

.rev_slider_wrapper,
.rev_slider {
    height: auto;
}

.rev-slidebg {
    width: 100%;
    height: 1000px;
    /* 桌機高度 */
    object-fit: cover;
    object-position: center bottom;
    display: block;
}

img.rev-slidebg {
    object-position: center bottom !important;
    /* 水平置中，垂直靠下 */
    object-fit: none;
}

.sec-title .icon-box {
    width: 107px;
    margin: auto;
}

.experiance-section {
    padding: 100px 0px 150px;
}


.experiance-section .inner-content:before {
    background-image: none !important;
}

.btn-style-one {
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 5px;
    letter-spacing: 1px;
    background: #83aa7e;
    font-family: "Helvetica", "Arial", "LiHei Pro", sans-serif;
    color: #fff !important;
    box-shadow: none;
}

.btn-style-one:hover {
    color: #83aa7e !important;
    background: #fff;
    border: 2px solid #83aa7e;
}

.btn-style-tow {
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 5px;
    letter-spacing: 1px;
    background: #fff;
    font-family: "Helvetica", "Arial", "LiHei Pro", sans-serif;
    color: #83aa7e !important;
    box-shadow: none;
    position: relative;
    padding: 12px 40px;
    line-height: 24px;
}

.btn-style-tow:hover {
    color: #fff !important;
    background: #83aa7e;
    border: 2px solid #fff;
}



/*====================================*/
/*  Choose Section
/*====================================*/

.featured-block-two .inner-box .icon-box,
.featured-block-three .inner-box .icon-box {
    border: none;
    color: transparent;
    background-color: transparent;
}

.choose-section .image-column .title-boxed {
    border: 2px solid #83aa7e;
    padding-top: 0;
}

.featured-block-two .inner-box h3 a,
.featured-block-three .inner-box h3 a {
    color: #83aa7e;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Helvetica", "Arial", "LiHei Pro", sans-serif;
}

.content .text,
.featured-block-two .inner-box .text,
.featured-block-three .inner-box .text {
    color: #333;
    font-size: 1.3rem;
    font-family: "Helvetica", "Arial", "LiHei Pro", sans-serif;
}

.sec-title {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.GrandHotel-title {
    font-size: 2.5rem;
    color: #83aa7e;
    font-weight: 400;
    line-height: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: "Helvetica", "Arial", "LiHei Pro", sans-serif;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.sec-title .title {
    color: #333;
    font-size: 1.35rem;
    font-family: "Helvetica", "Arial", "LiHei Pro", sans-serif;
    margin: 30px 0;
    font-weight: 600;
    line-height: 1;
}

.titlep {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Helvetica", "Arial", "LiHei Pro", sans-serif;
}

.sec-title h2 {
    color: #333;
    font-size: 3.8rem;
    font-family: "Helvetica", "Arial", "LiHei Pro", sans-serif;
    margin: 20px 0 10px;
    font-weight: 500;
}

.experiance-section .inner-content .text-content .text {
    color: #333;
    font-size: 1.6rem;
}

.call-to-action-section-two {
    background-attachment: scroll;
    padding: 90px 0px 70px;
}

.call-to-action-section-two:before {
    background-color: transparent;
}

.call-to-action-section-two .price {
    font-size: 1.7rem;
    color: #333;
    margin-bottom: 20px;
}

.call-to-action-section-two h2 {
    font-size: 5rem;
    color: #83aa7e;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sec-title .icon-box2 {
    position: relative;
    width: 148px;
    height: 60px;
    margin: auto;
    display: inline-block;
    background: url(../images/resource/text-titles.png) no-repeat;
}

.sec-title .icon-box3 {
    position: relative;
    width: 148px;
    height: 60px;
    margin: auto;
    display: inline-block;
    background: url(../images/resource/text-titles-2.png) no-repeat;
}

.sec-title .icon-box4 {
    position: relative;
    width: 265px;
    height: 70px;
    margin: auto;
    display: inline-block;
    background: url(../images/resource/text-titles-3.png) no-repeat;
}

.auto-container {
    padding: 0px 30px;
}

.about-section-two .inner-content {
    max-width: 600px;
}

.about-section-two .inner-content .about-counter .count-box .content .counter-title {
    padding-left: 1px;
    padding-right: 1px;
}

.auto-container .text-content {
    text-align: center;
}

.experiance-section .inner-content {
    padding: 70px 50px 50px;
}

.product-section {
    padding: 60px 0px 50px;
}


.news-section {
    padding: 50px 0px 80px;
}

.sec-title.centered .text {
    margin: 30px auto;
    color: #fff;
}

.services-block .inner-box h3 a {
    color: #fff;
    font-weight: 400;
}

.services-block .inner-box h3 a:hover {
    color: #83aa7e;
}

.text2 {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 0 10px;
    text-align: left;
}

.btn-style-one {
    border-radius: 3px;
}

.shop-item .inner-box .lower-box {
    padding: 30px 0px 0px;
}

.shop-item .inner-box .lower-box h3 a {
    color: #333;
    font-size: 2.2rem;
}

.shop-item .inner-box .lower-box h3 a:hover {
    color: #83aa7e;
}

.shop-item .inner-box .lower-box .btn-style-one:hover {
    color: #333 !important;
}

.shop-item .inner-box .lower-box .price {
    font-size: 1.5rem;
    font-weight: 400;
}


.featured-section .featured-inner {
    padding-bottom: 20px;
}

.pm-0important {
    margin: 0 !important;
    padding: 0 !important;
}

.sec-title h5 {
    font-size: 3rem;
    font-weight: 400;
    color: #83aa7e;
    line-height: 1.4em;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Grand Hotel', cursive;
}


/*====================================*/
/*  分隔線
/*====================================*/
.divider-line {
    display: block;
    margin: 2rem auto;
    width: 1200px;
    height: 30px;
    object-fit: none;
    /* 保證圖片不會被拉伸裁切 */
    image-rendering: auto;
    /* 防止模糊（可選） */
}

/*====================================*/
/*  Contact us
/*====================================*/

.page-title {
    background-position: right bottom;
}

.contact-form-section {
    padding: 100px 0px 0;
}

.contact-form-section .column {
    margin: 0 20px;
}

/*====================================*/
/*  About
/*====================================*/
.text-body {
    color: #333 !important;
}

.text-light {
    color: #fff !important;
}

.auto-container p.text-body {
    font-weight: 300;
    font-size: 1.7rem;
    font-family: "Helvetica", "Arial", "LiHei Pro", sans-serif;
}

.call-to-action-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 0.5 為透明度，可依需要調整 */
    z-index: 0;
}

.about-section-two .inner-content .text {
    font-size: 1.5rem;
}

.call-to-action-section-two .price2 {
    position: relative;
    font-size: 2rem;
    color: #ffffff;
    text-transform: uppercase;
}

.call-to-action-section-two h4 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.5em;
    font-family: "Helvetica", "Arial", "LiHei Pro", sans-serif;
    margin: 30px 30px 35px;
}

.sec-title .text2 {
    position: relative;
    color: #777777;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 30px auto;
    max-width: 760px;
}

.about-section {
    padding: 145px 0px 100px;
}


.about-section .prod-tabs .tabs-content .tab .content-column .content-about22 .text {
    font-size: 1.5rem;
}

.featured-block .inner-box .content h2 {
    font-size: 1.5rem;
}

/*====================================*/
/*  news
/*====================================*/

.news-block .inner-box .lower-content h3,
.news-block .inner-box .lower-content .text {
    text-align: left;
}

.news-block .inner-box .lower-content .read-more {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.lower-content h4,
.lower-content h3 {
    color: #83aa7e;
}

.border-bottom-83aa7e {
    border-bottom: 1px dashed #ffd798;
}

.logo_color01 {
    color: #2ca2dc;
}

.logo_color02 {
    color: #1d2083;
}

.logo_color03 {
    color: #ee9200;
}

/*====================================*/
/*  Test report
/*====================================*/
.shop-item {
    height: 500px;
}

/*====================================*/
/*  product
/*====================================*/

.item-categories2 {
    display: inline-flex;
}

.item-categories2 h5 {
    color: #1d2083;
    padding-right: 10px;
}


.shop-single {
    padding: 50px 0px;
}

ul.category-menu a.active {
    color: #ffffff;
    background-color: #83aa7e;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(133, 201, 119, 0.30);
    -moz-box-shadow: 0px 0px 15px 1px rgba(133, 201, 119, 0.30);
    -o-box-shadow: 0px 0px 15px 1px rgba(133, 201, 119, 0.30);
    box-shadow: 0px 0px 15px 1px rgba(133, 201, 119, 0.30);
    padding: 3px 10px;
}

.shop-item2 {
    position: relative;
    margin-bottom: 45px;
    height: 360px;
}

.shop-item2 .inner-box {
    position: relative;
    border: 1px solid #eeeeee;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    background-color: #ffffff;
}

.shop-item2 .inner-box .lower-box {
    padding: 30px 0px 0px;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}

.lower-box h3 {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 15px;
}

/*====================================*/
/*  側邊欄位 動態
/*====================================*/

ul.category-menu {
    margin-top: 10px;
}

.category-menu {
    display: none;
    padding-left: 1.5rem;
}

.toggle-section.active .category-menu {
    display: block;
}

.toggle-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
}

.arrow-icon {
    transition: transform 0.3s ease;
}

.toggle-section.active .arrow-icon {
    transform: rotate(90deg);
}

/*====================================*/
/*  Q&A 常見問答
/*====================================*/

.section__title span {
    display: block;
    font-size: 16px;
    color: #ff6a00;
    font-weight: bold;
}

.section__title h3 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
}

.panel-title>a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

.plus-icon {
    float: right;
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s ease;
}




/*====================================*/
/*  scroll
/*====================================*/
.scroll-to-top {
    border-radius: 20%;
    background: #83aa7e;
    border: 2px solid #fff;
}

.scroll-to-top:hover {
    background: #ee9200;
}



.social-icon-one {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icon-one li {
    margin-bottom: 10px;
}


.social-icon-one li a i.fa-phone:hover,
.social-icon-one li a i.fa-facebook-f:hover,
.social-icon-one li a i.fa-line:hover {
    border: 2px solid #fff;
    background-color: #88b388;
    color: #fff;

}

.social-icon-one li a i.fa-line {
    bottom: 165px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #83aa7e;
    background: #fff;
    border: 2px solid #83aa7e;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 26%;
    position: fixed;
}

.social-icon-one li a i.fa-facebook-f {
    bottom: 115px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #83aa7e;
    background: #fff;
    border: 2px solid #83aa7e;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 26%;
    position: fixed;
}

.social-icon-one li a i.fa-phone {
    bottom: 66px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #83aa7e;
    background: #fff;
    border: 2px solid #83aa7e;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 26%;
    position: fixed;
}

.news-block .inner-box .lower-content .read-more:hover,
.news-block .inner-box .image .overlay-box .icon:hover {
    color: #1d2083;
}

.news-block .inner-box .image .overlay-box .icon:hover {
    border: 3px solid #ee9200;
}


/*====================================*/
/*  footer
/*====================================*/

.main-footer .footer-widget h2 {
    font-size: 2.5rem;
    color: #83aa7e;
}

.main-footer .info-list li {
    color: #333;
    font-size: 1.8rem;
    line-height: 1.5;
}

.main-footer .info-list li span {
    font-size: 1.5rem;
}

.main-footer .about-widget .text {
    font-size: 1.5rem;
    color: #333;
    line-height: 1.8em;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: none;
}

.main-footer .footer-bottom {
    background-color: transparent;
}

.main-footer .footer-bottom .copyright {
    color: #333;
    font-size: 1.4rem;
}

.main-footer .footer-bottom:before {
    height: 300px;
    top: -145px;
}

.main-footer .widgets-section {
    z-index: 99;
}

/*====================================*/
/*  media
/*====================================*/



@media (min-width: 1141px) {
    .main-menu .navigation.right-nav {
        width: 350px;
    }
}

@media (min-width: 768px) and (max-width: 1140px) {
    .main-menu .navbar-collapse.collapse {
        width: 100%;
        display: inline-flex !important;
        justify-content: center;
    }

    .main-menu .navigation.left-nav,
    .main-menu .navigation.right-nav {
        float: left !important;
    }

}

@media (min-width: 1024px) {

    .content-about22 {
        height: 300px;
        display: inline-grid;
    }
}

@media (max-width: 991px) {


    .experiance-section {
        padding: 50px 0px 150px;
    }

    .main-footer .footer-bottom {
        margin-top: 100px;
    }

    .main-footer .footer-bottom:before {
        top: -255px;
        background-repeat: no-repeat;
    }

    .services-block {
        height: 250px;
    }

    .shop-item {
        height: 580px;
    }

    .sidebar .sidebar-widget {

        display: inline-grid;
    }

    ul.category-menu li {
        float: left;
        margin-right: 20px;
    }

    .shop-item2 {
        height: 451px;
    }

    .video-box img {
        width: 100%;
    }
}



/* 手機版圖片高度 */
@media (max-width: 768px) {
    .rev-slidebg {
        height: 750px;
    }

    .experiance-section {
        padding: 90px 0px;
    }
}

@media (max-width: 767px) {
    .pc-fa.fa-angle-down {
        display: none;
    }

    .text2 {
        margin: 0 50px;
    }

    .services-block {
        height: auto;
    }

    .main-header .links-nav li a {
        border-right: none !important;
    }

    .md-text-center {
        text-align: center;
    }

    .shop-item,
    .shop-item2 {
        height: auto;
    }

    .main-menu .navbar-collapse>.navigation {

        border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
    }

}

@media (max-width: 577px) {
    .sec-title .title {
        line-height: 1.3;
        font-size: 1.5rem;
    }


}

@media (max-width: 499px) {

    .experiance-section {
        padding: 0 0 50px;
    }
}