* {
    /*outline: 1px solid red !important;*/
}

* {
    padding: 0;
    margin: 0;
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica", "Arial", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.row {
    --bs-gutter-x: 1.05rem;
}

/*====================================*/
/*  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;
    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%;
    /* ✅ 關鍵：限制在 col-md-4 寬度內 */
    padding-top: calc(9 / 16 * 100%);
    /* 16:9 比例 */
    position: relative;
}

.box-img-16-9 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* 避免圖片底部多一點空隙（inline bug）*/
}

/*box-img 9x16 直式*/
.box-img-9-16 {
    position: relative;
    width: 100%;
    padding-bottom: 177.78%;
    /* 9:16 比例 */
    overflow: hidden;
}

.box-img-9-16 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 可改成 contain 看需求 */
}


/*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;
}

/*控制行數，大約等於 字 */
.clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 控制行數，大約等於 40 字 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    line-height: 1.6 !important;
    max-height: calc(1.6em * 2);
    white-space: nowrap;
}

/*控制 標題 行數，大約等於 字 */
.clamp2 {
    max-inline-size: 28ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}



/*====================================*/
/*  編輯器 container1
/*====================================*/

.content-txt .video-container {
    width: 1000px;
    height: 563px;
    margin-left: 0px;
}

.video-container iframe,
.video-container object,
.content-txt .video-container embed {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .content-txt .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin-left: 0px;
    }

    .content-txt .video-container iframe,
    .content-txt .video-container object,
    .content-txt .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.postContent img {

    max-width: 1000px;
    height: auto !important;

}

@media (max-width:768px) {
    .postContent img {

        max-width: 100% !important;
        height: auto !important;

    }

}

.text-24331c {
    color: #24331c !important;
    /*深綠色*/
}

.bg-24331c {
    background-color: #24331c !important;
    /*深綠色*/
}


.text-f8e1c6 {
    color: #f8e1c6 !important;
    /*膚色*/
}

.bg-f8e1c6 {
    background-color: #f8e1c6 !important;
    /*膚色*/
}


a:hover,
a:active,
a:focus {
    color: #415d32;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}


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

.header-nav-area {
    padding: 0;
}

.logo-box {
    display: inline-grid;
    justify-content: center;
    justify-items: center;
}

/* 預設：桌機顯示，手機隱藏 */
.logo-desktop {
    display: inline-block;
}

.logo-mobile {
    display: none;
}

.search-box {
    top: 30%;
    position: absolute;
    z-index: 10;
}

.header-nav-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.mobile-menu.res-mobile-menu {
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.mobile-menu .slicknav_nav li a {
    color: #333;
    font-size: 1rem;
}

.mobile-menu .slicknav_nav li ul li a {
    font-size: 1rem;
}

.mobile-menu .slicknav_nav li a .slicknav_arrow {
    font-size: 1.2rem;
}

.search-box-inner li a:hover {
    color: #415d32;
}


.main-nav li a,
.main-nav li button {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
}

.main-nav li a:hover,
.main-nav li button:hover {
    color: #415d32;
    font-weight: 400;
}

.main-nav li.active a,
.main-nav li.active button,
.main-nav li.has-submenu .submenu-nav>li.active a {
    color: #415d32;
    font-weight: 600;
}

.main-nav li.has-submenu .submenu-nav {
    margin-top: 25px;
}


.main-nav li.has-submenu .submenu-nav>li a {
    color: #333;
    font-weight: 500;
    font-size: 1rem;
}

.main-nav li.has-submenu .submenu-nav li a:hover,
.mobile-menu .slicknav_nav li a:hover {
    color: #415d32;
}

.main-nav li.has-submenu .submenu-nav {
    background-color: #FFFFFF;
    width: 130px;
}

/* 第二層向右 */
.main-nav li.has-submenu .submenu-nav .second-level {
    display: none;
    position: absolute;
    top: 0;
    left: 120px;
    background: #fff;
    min-width: 130px;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

/* 顯示對應層級 */
li.has-submenu.active>ul.submenu-nav.first-level,
li.has-submenu.active>ul.submenu-nav.second-level {
    display: block;
    opacity: 1;
    transform: translate(0, 0);
}

.main-nav li.has-submenu .submenu-nav .second-level li {
    padding: 10px;
    margin-bottom: 0;
}

.off-canvas-content {
    width: 250px;
    padding: 30px 20px 30px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    margin-top: 0;
    transform: translate(0);
    cursor: pointer;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    background-color: #72727247;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #24331c91;
    color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1rem;
    font-weight: 600;
}

:root {
    --swiper-navigation-size: 20px !important;
}

.off-canvas-header {
    padding: 0 5px 15px;
}

.mobile-menu .slicknav_nav .slicknav_open>.slicknav_item .slicknav_arrow {
    color: #24331c;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

/*====================================*/
/* media 媒體報導
/*====================================*/

.media-post-two {
    display: flex;
    flex-direction: row;
    /* 橫向排列 */
    align-items: center;
    /* 圖文垂直置中，可依需求改 top/center */
    gap: 20px;
    /* 圖文間距 */
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    border-bottom: 4px solid transparent;
    transition: all 0.5s ease;

}

.media-post-two:hover {
    border-color: #415d32;
}

.media-post-two_thumb {
    flex: 0 0 20%;
    /* 圖片區域寬度，可自行調整 30% / 40% */
    max-width: 20%;
    /* 避免超過 */
}

.media-post-two_content {
    flex: 1;
    /* 文字佔滿剩下的空間 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.media-post-two_content a.blog-post-two__btn {
    text-align: right;
    padding-right: 50px;
    color: #415d32;
}

/*====================================*/
/* News
/*====================================*/


ul.category-navbar .active {
    color: #24331c;
}

a.category-title {
    color: #555;
    font-size: 1.1rem;
    padding: 10px 0 10px 10px;
    display: block;
}

a.category-title:hover {
    color: #24331c;
    font-size: 1.3rem;
}

.head {
    width: 100%;
    height: 5px;
    text-shadow: 0 .1rem .1rem #24331c;
    background-color: #24331c;
}

ul.category-navbar li {
    display: block;
    background-color: #e9edf0;
    border-bottom: solid .1rem #fff;
}

.blog-post-two {
    margin-bottom: 30px;
    display: grid;
    border-radius: 10px;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    border-bottom: 4px solid transparent;
    transition: all 0.5s ease;
}

.blog-post-two:hover {
    border-color: #415d32;
}

.blog-post-two_thumb {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.blog-post-two__content {
    padding: 10px 20px;
    display: inline-grid;
}

.blog-post-two__meta {
    text-align: left;
}

h3.blog-post-two__title {
    font-size: 1.2rem;
    margin-top: 5px;
    text-align: left;
}

h3.blog-post-two__title a {
    color: #333;
}

.blog-post-two__content a.blog-post-two__btn {
    float: right;
    color: #24331c;
}

h3.blog-post-two__title a:hover,
.blog-post-two__content a.blog-post-two__btn:hover {
    color: #415d32
}


.lower-content {
    padding: 5px 20px;
    text-align: center;
}

h2.single-blog-title {
    margin: 15px auto;
    font-size: 1.5rem;
    font-weight: 600;
    background-color: #fff;
    display: block;
    padding: 5px 20px;
    width: max-content;
    border-top: 2px solid #415d32;
    border-radius: 10px 10px 0;
}

.blog-sidebar {
    padding-top: 50px;
}

.blog-sidebar p {
    color: #666666;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

.lower-content span {
    padding-bottom: 10px;
    display: inline-grid;
}

.blog_info_bar {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(50px);
    box-shadow: 0px 0px 20px 0px rgba(0, 22, 86, 0.08);
    padding: 60px 40px 25px;
    margin: 20px 0;
    border-bottom: 4px solid #415d32;
    position: relative;
    top: -90px;
    z-index: -1;
}

/*====================================*/
/* services
/*====================================*/
.product-item {
    background: #fff;
    border-radius: 0;
    padding: 20px 25px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
}

.product-item__info {
    text-align: left;
    margin-top: 0;
    display: inline-grid;
    justify-items: center;
}


.product-item__thumb:before {
    background-color: transparent;
}


.product-item__thumb .services-box {
    display: inline-grid;
    justify-items: center;
}

.product-item__thumb .services-box a {
    width: 232px;
    height: auto;
}

.product-item__info h4 {
    font-size: 1.15rem;
    padding-top: 5px;
    color: #000;
    font-weight: 600;
}

.product-item__info .price {
    color: #888;
    font-size: 0.85rem;
    font-weight: 400;
    text-align: center;
}

.about-content {
    display: inline-flex;
    /*padding-top: 60px;
    padding-bottom: 40px;*/
    position: relative;
}

.section-title .picture-title {
    width: 80%;
    padding-bottom: 20px;
}

.services2-bg {
    background-image: url(../images/bg/services2_bg.png);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 100%;
}


/* 手機 桌機與更大 fallback 圖 */
picture {
    display: inline-grid;
    justify-items: center;
}

.about-services {
    display: inline-grid;
    align-content: center;
    justify-items: start;
    width: 500px;
    padding: 0 20px 30px;
    align-items: center;
    margin: 0 auto;
    height: 100%;

}

.about-text {
    margin-top: 30px;
    font-size: 1.048rem;
}

.about-text p {
    color: #333;
}

.cta-btn {
    display: inline-block;
}

.about-text p:last-child {
    margin-top: 20px;
    color: #415d32;
}

.section-title.section-title--2 img {
    width: 80%;
}

.feature-item_icon img {
    width: 100%;
}

.ptb-60 {
    padding: 60px 0;
}

.p-t20b50,
.p-t20lr40b50 {
    padding: 40px 0 50px;
}

.bg-f3eeea {
    background-color: #f3eeea;
}

.bg-b {
    background-image: url('../images/bg/sm-4promises-bg.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    display: none;
}

.section-title--3 h2:before,
.section-title--3 h2:after {
    border-bottom: none;
}


.section-title.section-title--3 p {
    color: #3e3a39;
}

.text-case p {
    padding-top: 25px;
}

.section-title {
    margin-bottom: 30px;
    display: inline-grid;
    justify-items: center;
}

.section-title h2 {
    font-size: 1.5rem;
    padding-top: 5px;
    color: #333;
    background-color: transparent;
}

.section-title--3 h2 {
    margin-bottom: 15px;
}

.process-text {
    margin-top: 10px;
}

.feature-item_icon {
    margin: 0 auto 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: auto;
    width: 80%;
}


.feature-item__text h4 {
    font-size: 1.3rem;
    padding-top: 10px;
    color: #364d53;
    font-weight: 600;
    margin: 0;
}

.feature-item__text p {
    color: #666;
    font-size: 0.95rem;
    padding-top: 15px;
}

.text-left {
    text-align: left;
}

/*幻燈片結構*/
.mySwiper22 .swiper-button-prev-2,
.mySwiper22 .swiper-button-next-2 {
    color: #fff;
    background-color: #c5c5c5;
    z-index: 998;
    top: 40%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 0;
}

.mySwiper22 .swiper-button-prev-2:hover,
.mySwiper22 .swiper-button-next-2:hover {
    color: #fff !important;
    background-color: #24331c;
    border: 1px solid #24331c;
    font-weight: 600;
}

.mySwiper22 .swiper-button-prev-2 {
    left: -60px;
}

.mySwiper22 .swiper-button-next-2 {
    right: -60px;
}

.slide-item {
    text-align: center;
}

.slide-item img {
    display: block;
    border-radius: 25px;
}

h4.font-bold {
    font-size: 1.2rem;
    color: #24331c;
    display: inline-grid;
    justify-items: center;
    margin-top: 15px;
    margin-bottom: 10px !important;
    letter-spacing: 1px;
    font-weight: 500;
    width: 100%;
}

h4.font-bold a.slide-link {
    color: #131d0d;
    font-weight: 600;
}

h4.font-bold a.slide-link:hover {
    color: #333;
}

.slide-caption {
    color: #808080;
    font-size: 0.9rem;
    margin: 5px 30px 0;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 30px !important;
}

h4.font-bold2 {
    margin-bottom: 10px !important;
    text-align: center;
    justify-content: start;
    justify-items: start;
    width: 100%;
    color: #24331c;
}

.call-to-action-content {
    display: inline-grid;
    height: 500px;
    align-content: center;
    justify-items: center;
}

.call-to-action-content h4 {
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-family: "黑體-繁", sans-serif;
    margin: auto;
    display: inline-block;
}

.bg-img3 {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: revert;
}

p.leading-relaxed {
    font-size: 1rem;
    color: #3e3a39;
    line-height: 1.8;
}

.call-to-action-content h5 {
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    font-size: 1.2rem;
    margin: 30px 0;
}

.btn-box {
    width: 100%;
    display: inline-flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

a.btn-watch {
    font-size: 1.1rem;
    padding: 8px 22px;
    display: inline-block;
    color: #24331c;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
    background: #f8e1c6;
    margin-top: 20px;
    letter-spacing: 2px;
}

a.btn-watch:hover {
    background-color: #24331c;
    transform: scale(1.03);
    color: #fff;
}

a.btn-watch3 {
    font-size: 1.2rem;
    padding: 15px 82px;
    display: inline-block;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
    background: linear-gradient(to right, #415d32, #186aa7);
    margin-top: 40px;
    letter-spacing: 2px;
}

a.btn-watch4 {
    font-size: 1.1rem;
    padding: 8px 35px;
    display: inline-block;
    color: #24331c;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
    background: #fff;
    margin-top: 20px;
    letter-spacing: 2px;
    border: 2px solid #24331c;
}

a.btn-watch4:hover {
    background: #24331c;
    color: #fff;
    transform: scale(1.03);
}

/*====================================*/
/* About
/*====================================*/

.page-header {
    position: relative;
    display: block;
    padding: 70px 0;
    overflow: hidden;
    z-index: 1;
    height: 200px;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    background-blend-mode: soft-light;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1;
}


.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    top: 100px;
}

.page-header__inner h2 {
    color: #24331c;
    font-size: 1.8rem;
    line-height: 1.1em;
    font-weight: 700;
    visibility: visible;
    animation-duration: 1500ms;
    animation-name: fadeInDown;
}

/*Start About Two Content*/

.about-two--about {
    position: relative;
    display: block;
    padding: 50px 30px;
}

.about-two__content {
    position: relative;
    display: block;
}


.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 47px;
    z-index: 1;
}

.about-two__content {
    margin-top: 20px;
}

.about-two__content:first-child {
    margin-top: 0;
}

.about-two__content .sec-title {
    padding-bottom: 26px;
}

h3.sec-title__title {
    font-size: 1.3rem;
}

h4.sec-title__title {
    font-size: 1rem;
}

h3.sec-title__title,
h4.sec-title__title {
    line-height: 1.5;
    font-weight: 500;
    width: 100%;
    display: inline-flex;
    justify-items: center;
    justify-content: center;
}

.split-line {
    display: block;
    text-align: start;
    position: relative;
    font-weight: 700;
}

.about-two__content-text {
    position: relative;
    width: 100%;
    display: inline-grid;
    justify-content: center;
    justify-items: center;
    text-align: left;
}

.about-two__content-text p {
    margin: 0;
    display: inline-flex;
}

.pt-10 {
    padding-top: 10px;
}

.about-two__tab {
    position: relative;
    display: block;
    margin-top: 40px;
}


/*about-three__client-box*/

.about-three__client-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    background-color: #fff;
    border-radius: 10px;
    padding: 16px 23px 16px;
    border: 1px solid #ccc;
    margin: 27px 0 33px;
}

.about-three__client-content {
    position: relative;
    display: block;
    flex: 1;
}

.about-three__client-content h5 {
    font-size: 1.3rem;
    line-height: 26px;
    font-weight: 700;
    color: #415d32;
}

.about-three__client-content .text1,
.about-three__client-content .text3,
.about-three__list li p {
    margin: 0;
}

.about-three__client-content .text2 {
    color: #415d32;
    font-weight: 700;
    margin-top: 12px;
    font-size: 1.5rem;
}

.about-three__list-box {
    position: relative;
    display: block;
    margin-top: 21px;
}

.about-three__list li {
    position: relative;
    display: block;
}

ul.about-three__list {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding: 0px;
    text-align: left;
    display: inline-grid;
}

.contact_content.text-center.aos-init.aos-animate {
    margin-bottom: 20px;
    display: inline-grid;
    justify-content: center;
    width: 100%;
}

.about-three__list li {
    font-size: 1rem;
    color: #333;
}

/*Service Need*/

.serviceneed-con {
    padding: 50px 0;
    background: url(../images/bg/page-header-bg.jpg) no-repeat bottom center;
}

.serviceneed-con:before {
    background-image: linear-gradient(to right, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%));
}

.width-100 {
    width: 100%;
}

.inline-grid-justify-center {
    display: inline-grid;
    justify-content: center;
}

/*need-con*/
.display-section {
    display: inline-grid;
    justify-content: center;
}

.need-con .need_content h6 {
    margin-bottom: 16px;
    font-size: 1.5rem;
    font-weight: 600;
}

.need-con .need_content ul.display-section_list {
    line-height: 1.8;
    font-size: 1.1rem;
    margin: 0 0 20px;
    color: #333;
    text-align: left;
    display: inline-grid;
    justify-items: start;
    width: 100%;
}

.primary_btn {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    color: #000;
    background: #415d32;
    transition: all 0.8s ease-in-out;
}

.need-con .need_content .primary_btn {
    padding: 20px 34px 22px;
}

.need_content a.btn-watch2 {
    font-size: 1.2rem;
    padding: 15px 82px;
    display: inline-block;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
    background: linear-gradient(to right, #415d32, #186aa7);
    margin-top: 40px;
    letter-spacing: 2px;
}

.serviceneed-con .phone-number {
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceneed-con .phone-number .number {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 15px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.serviceneed-con .fa-phone-volume:before,
.serviceneed-con .fa-volume-control-phone:before {
    font-size: 2rem;
    color: #415d32;
}

a.text-decoration-none {
    color: #415d32;
}

a.text-decoration-none:hover,
a.text-decoration-none:active,
a.text-decoration-none:focus {
    color: #415d32;
}


/*====================================*/
/* 服務項目
/*====================================*/

.box-icon-minimal {
    text-align: left;
    max-width: 260px;
    padding-top: 20px;
}

.box-icon-minimal-icon {
    position: relative;
    font-size: 47px;
    line-height: 1;
    z-index: 1;
    padding-left: 30px;
    padding-bottom: 10px;
    color: #24331c;
}

.box-icon-minimal-icon svg {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    transform: translate3d(0, 0, 0) rotate(15deg);
    transform-origin: 50% 80%;
    transition: all .3s ease;
    z-index: -1;
}

.box-icon-minimal:hover .box-icon-minimal-icon svg {
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.box-icon-minimal-icon svg>* {
    fill: #f8e1c6;
}

.box-icon-minimal-title .decorative-link {
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
}

.box-icon-minimal-title .decorative-link:hover {
    color: #24331c;
    letter-spacing: 2px;
    font-size: 1.5rem;
}


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

.pb-50 {
    padding-bottom: 50px;
}

.tw_title_anim {
    perspective: 400px;
}

.section-top__title {
    color: #415d32;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    text-transform: capitalize;
}


.section-top__subtitle {
    color: #666;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

.services-four__single {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 4px 60px rgba(33, 34, 38, 0.1);
    text-align: center;
    padding: 40px 40px 32px;
    border-bottom: 3px solid #415d32;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
}

.services-four__single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 19px;
    border-radius: 50%;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.services-four__single-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px dashed #415d32;
    border-radius: 50%;
    animation-duration: 1500ms;
    animation: spin 10s infinite linear;
    transition: 500ms all ease;
    animation-play-state: running;
}

.services-four__single img {
    width: 70px;
    height: auto;
    padding: 5px;
}

.services-four__single-content h2 {
    font-size: 1.8rem;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 5px;
    color: #415d32;
}

.services-page .about-three__list {
    list-style: none;
    padding-left: 1.5em;
    /* 控制整體左邊界 */
    position: relative;
}

.services-page .about-three__list li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    font-size: 0.95rem;
}

.services-page .about-three__list li i {
    position: absolute;
    left: 0;
    top: 0.1em;
    color: #415d32;
}

.services-ht {
    height: 410px;
}

.cta-one {
    position: relative;
    display: block;
    background: #052944;
    border-bottom: 1px solid #fff;
    padding: 81px 0px 78px;
    z-index: 1;
}

.cta-one__bg {
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    width: 700px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    z-index: -1;
}

.cta-one__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #052944;
    opacity: 0.75;
}

.cta-one .shape1 {
    content: "";
    position: absolute;
    top: -40px;
    left: 679px;
    border-bottom: 41px solid #0d1821;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    transform: rotate(-1deg);
    transform-origin: left;
    z-index: -3;
}

.cta-one__inner {
    position: relative;
    display: block;
}

.cta-one__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 780px;
    width: 100%;
    float: right;
}

.cta-one__content .text-box {
    position: relative;
    display: block;
}

.cta-one__content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.cta-one__content .text-box h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 4px;
}

.cta-one__content .text-box p {
    color: #ffffff;
    letter-spacing: 1;
    font-size: 1.3rem;
}

.thm-btn {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 55px;
    font-weight: 400;
    background: #004a94;
    border-radius: 5px;
    padding: 0px 35px 0px;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}

.thm-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    top: 1px;
    margin-left: 5px;
}

.pricing-plan-one {
    position: relative;
    display: block;
    padding: 50px 0 100px;
    z-index: 1;
}

.pricing-plan-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    transition: all 500ms ease;
    transition-delay: 0.3s;
    z-index: 1;
}

.pricing-plan-one__single:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    right: 0;
    bottom: 0;
    box-shadow: 0px 4px 60px rgba(33, 34, 38, 0.09);
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
    content: "";
}

.pricing-plan-one__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0px 40px 50px;
}

.pricing-plan-one__single .table-header {
    position: relative;
    display: block;
    /*padding-bottom: 22px;*/
    /*border-bottom: 2px dashed #004a94;*/
    z-index: 5;
}

.pricing-plan-one__single .table-header .category-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    z-index: 10;
}


.pricing-plan-one__single .table-header .category-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 15px;
    width: 10px;
    background: #004a94;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 10;
}

.pricing-plan-one__single .table-header h3 {
    position: relative;
    display: inline-grid;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    background: #004a94;
    padding: 20px 45px 10px;
    margin-bottom: 36px;
    z-index: 1;
    height: 55px;
}

.pricing-plan-one__single .table-header .category-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 15px;
    width: 10px;
    background: #004a94;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: 10;
}

.pricing-plan-one__single .table-header h2 {
    color: #415d32;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0;
    z-index: 5;
    position: relative;
    /* 確保 ::before 的絕對定位參考 h2 */
}

.pricing-plan-one__single .table-header h2::before {
    content: "";
    position: absolute;
    left: 34%;
    bottom: -15px;
    width: 345px;
    height: 0;
    border-bottom: 3px dashed #004a94;
}

.pricing-plan-one__single .table-content {
    position: relative;
    display: inline-grid;
    margin-top: 37px;
    z-index: 5;
    width: 100%;
    justify-content: center;
}

/*====================================*/
/* 施工案例 
/*====================================*/

/*相簿區*/
.sp-y {
    padding: 60px 0 80px;
}

.section-top_title2 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

.portfolio-page-area h4.title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 10px 20px 5px;
    text-align: left;
}

.portfolio-page-area .price {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    margin: 5px 20px 10px;
    text-align: left;
}

.mfp-bottom-bar {
    margin-top: -65px;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    width: 100%;
    display: inline-grid;
    background-color: #415d32;
    padding: 10px;
}

.ht-mfp .mfp-close {
    background-color: #415d32;
}

.ht-mfp .mfp-close:hover {
    background-color: #415d32;
}

.portfolio-item__thumb:before {
    background-color: #415d32b0;
}

hr {
    width: 100px;
    display: inline-block;
    border-bottom: 2px solid #b7b7b7;
    border-top: none;
    margin-bottom: 30px;
}

/*頁碼*/

.pagination-m {
    width: 100%;
    display: inline-grid;
    justify-content: center;
    justify-items: center;
    margin-top: 50px;
}

.pagination-m ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagination-m ul li {
    display: inline;
}

.pagination-m ul li a {
    color: #24331c;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination-m ul li a.active,
.pagination-m ul li a:hover:not(.active) {
    background-color: #415d32;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 4px;
    color: #fff;
}

/*====================================*/
/* 短影音分享
/*====================================*/

blockquote,
.blockquote {
    background-color: transparent !important;
    color: transparent !important;
    padding: 0;
    height: 800px;
    overflow: hidden;
}


/*====================================*/
/* contact
/*====================================*/

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.contact_content.text-center h2 {
    font-size: 1.3rem;
    font-weight: 600;
}



.all_column {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
}


.page-breadcrumb-wrap .contact-box .contact-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    background-color: #415d32;
    color: #fff;
    transition: all 0.8s ease-in-out;
}


.btn-hvr-brand {
    color: #415d32;
    border: 2px solid #415d32;
}

.btn:first-child:hover,
:not(.btn-check)+.btn:hover {
    color: #fff;
    background-color: #415d32;
    border: 2px solid #415d32;
}

.form-btn {
    display: inline-grid;
    justify-items: center;
    width: 100%;
}

.text-size-18 {
    font-size: 1.2rem;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    margin: 30px 5px 30px 0;
}

.page-breadcrumb-wrap {
    border-bottom: none;
}

.contact-info-one {
    position: relative;
    display: inline-grid;
    justify-content: center;
    bottom: -20px;
    z-index: 5;
    width: 100%;
}

.contact-info-one__inner {
    position: relative;
    display: inline-grid;
    padding: 20px 30px;
    border-radius: 10px;
    background: #002754;
}


.cta-one .shape2 {
    content: "";
    position: absolute;
    top: -41px;
    left: 677px;
    border-bottom: 41px solid #0d1821;
    border-left: 20px solid transparent;
    border-right: 22px solid transparent;
    transform: rotate(1deg);
    transform-origin: left;
    z-index: -2;
}

.contact-form-area h4 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 5px;
}

/*=======================================*/
/* Font Size */
.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}

.fs-48 {
    font-size: 48px;
}

.fs-50 {
    font-size: 50px;
}

.fs-60 {
    font-size: 60px;
}

.fs-64 {
    font-size: 64px;
}

.fs-80 {
    font-size: 80px;
}

.br-10 {
    border-radius: 10px;
}

.br-15 {
    border-radius: 15px;
}

.br-20 {
    border-radius: 20px;
}

.fw-900 {
    font-weight: 900;
}

.c-555 {
    color: #555;
}

.page-breadcrumb-wrap .content a.c-555 {
    text-align: left;
}

.single-adress-card {
    padding: 25px;
    border-radius: 10px;
    background-color: #f5f3f2;
    transition: all 0.5s;
    border-right: 3px solid #415d32;
    border-left: 3px solid #f5f3f2;
}

.single-adress-card:hover {
    transform: translateY(-5px);
    border-right: 3px solid #f5f3f2;
    border-left: 3px solid #24331c;
}

.single-adress-card i {
    width: 45px;
    height: 45px;
    font-size: 25px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    transition: all 0.5s;
    background-color: #fff;
}

.single-adress-card:hover i {
    animation: pop 0.3s 1;
    color: #fff;
    background-color: #415d32;
}


.single-adress-card.style-1 {
    border-right: 3px solid #f5f3f2;
    border-left: 3px solid #24331c;
}

.single-adress-card.style-1:hover {
    border-right: 3px solid #415d32;
    border-left: 3px solid #f5f3f2;
}

.content-display-inline-flex {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.page-breadcrumb-wrap .text-center h2 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 10px 15px;
    text-align: left;
}


/*====================================*/
/* Scroll + Icon Top Button
/*====================================*/

/* 浮動社群欄 */
.social-fixed {
    position: fixed;
    top: 57%;
    right: 10px;
    transform: translateY(-50%);
    background: #24331c;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 0 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.4s ease, transform 0.4s ease;
    box-shadow: 0 4px 10px #4b4b4b;
}


/* 按鈕樣式 */
.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
    border-bottom: 1px solid #fff;
    background: transparent;
    cursor: pointer;
    margin: 2px 0;
    text-decoration: none;
}

.social-btn:last-child {
    border-bottom: none;
}

.social-btn:hover {
    background-color: #668d51;
    color: white;
}



/* 回到頂端按鈕額外調整 */
.social-btn.btn-scroll-top {
    border: none;
    background: transparent;
    padding: 0;
    right: 20px;
    position: sticky;
    box-shadow: none;
    color: #fff;
    display: grid !important;
    /* 強制顯示 */
    opacity: 1 !important;
    /* 不透明 */
    visibility: visible !important;
    /* 確保可見 */
}


/*====================================*/
/* footer
/*====================================*/
.text-black,
.link-black {
    color: #000 !important;
}

.bg-img2 {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.bg-img3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.footer-area {
    background-color: #24331c;
    border-top: 1px dashed #24331c;
}

.footer-area:before {
    background-color: transparent;
}

.footer-area .footer-widget-area {
    padding: 70px 0 60px;
}

.footer-logoBox {
    display: inline-grid;
    justify-content: center;
    justify-items: center;
    padding: 0 20px;
}

.footer-desc {
    line-height: 1.6;
}

.footer-title {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 1.3rem;
    color: #fff;
}

.footer-title::after {
    content: "";
    display: block;
    width: 30px;
    /* 底線寬度，可調整 */
    height: 1px;
    /* 底線粗細 */
    background: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}

a.icon-circle {
    padding-bottom: 5px;
}

.icon-circle i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 1px;
    font-size: 14px;
    color: #24331c;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.icon-circle:hover {
    background: #24331c;
    color: #fff;
}

ul.list-unstyled span {
    font-size: 0.9rem;
}

.footer-area .footer-copyright-area {
    border-top: none;
    padding: 10px 0;
    background-color: #000;
}

.copyright-text {
    font-size: 0.9rem;
}

.pt-60 {
    padding-top: 60px;
}

.icon-address {
    display: flex;
    align-items: center;
    /* 桌機版垂直置中 */
    gap: 0.5rem;
    text-decoration: none;
    max-width: 100%;
}


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


@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .about-services {
        width: 300px;
    }

    a.btn-watch {
        font-size: 0.85rem;
    }
}

@media only screen and (min-width: 1200px) {
    .about-content {
        width: 100%;
    }

    .contact_content.text-center.aos-init.aos-animate {
        width: 500px;
    }

    .services2-bg {
        height: 765px;
    }
}


@media only screen and (max-width: 1199px) {
    .pricing-plan-one__single .table-header h2::before {
        left: 30%;
    }

    .about-services {

        width: 100%;
    }

    .mySwiper22 .swiper-button-prev-2 {
        left: -50px;
    }

    .mySwiper22 .swiper-button-next-2 {
        right: -50px;
    }

    .product-item__thumb .services-box a {
        width: 172px;
        height: auto;
    }

}


@media only screen and (min-width: 992px) {


    .md-bg-img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
    }


    .lg-mtb-100 {
        margin-bottom: 80px;
        margin-top: 50px;
    }

    .services-img {
        display: none;
    }

    .footer-logo {
        max-width: 160px;
        /* logo 大小限制 */
    }

    .footer-desc {
        margin-left: 0 !important;
        max-width: 260px;
    }

}

@media only screen and (max-width: 991px) {
    .head {
        width: 100%;
    }

    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: inline-block;
    }

    .logo-center {
        width: 100%;
        display: inline-grid;
        justify-items: start;
        padding-left: 5px;
    }

    .about-services {
        width: 100%;
        margin-top: 0;
    }

    .about-content {
        margin-right: 0;
        margin-left: 0;
    }

    picture {
        display: inline-grid;
        justify-content: space-evenly;
        justify-items: center;
        width: 100%;
    }

    .picture-space-between {
        justify-content: space-between !important;
    }

    .bg-img3 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    .call-to-action-content {
        height: 550px;
    }

    .contact-info-one__inner {
        margin-bottom: 50px;
    }

    .pricing-plan-one .pricing-plan-one__single .table-header h2::before {
        left: 22%;
    }

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

    .md-text-left {
        text-align: left !important;
    }


    .services2-bg {
        background: none !important;
        /* 移除背景 */
    }

    .left-img {
        order: 2;
        /* 圖片下方 */
    }

    .right-content {
        order: 1;
        /* 文字上方 */
    }

    .p-t20b50 {
        padding: 30px 0 50px;
    }

    .p-t20lr40b50 {
        padding: 30px 40px 50px;
    }

    .about-content {
        padding-top: 30px;
    }

    a.btn-watch2 {
        font-size: 1.1rem;
        padding: 10px 40px;
        width: 46%;
    }

    .contact-list a {
        font-size: 0.9rem;
    }

    .about-content {
        padding-bottom: 0;
    }

    .btn-close {
        width: 0.5rem;
        height: 0.5rem;
    }

    .services-img {
        display: block;
    }

    .footer-desc {
        text-align: center;
    }

    .footer-title {
        margin-top: 30px;
    }

    .footer-title::after {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .product-item__thumb .services-box a {
        width: 290px;
        height: auto;
    }

    .sec-title__title {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .about-two__content-text {

        justify-items: start;
        text-align: left;
    }

    .about-two__content-text p {
        flex-wrap: wrap;
    }

    .page-header__inner {
        top: 80px;
    }

    .ms-team-modern {
        display: inline-grid;
        justify-items: center;

    }

    .page-header {
        height: 150px;
    }

    .about-two--about {
        padding: 10px 0;
    }

    .position-relative.mySwiper22 {
        top: -30px;
    }

    .btn-box {
        width: 80%;
    }

    .ms-pt-20 {
        padding-top: 20px;
    }

    .logo-wrap {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
        z-index: 9999;
    }

    h3.sec-title__title {
        font-size: 1.2rem;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .search-box-inner li a.btn-menu {
        font-size: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .product-item {
        height: 270px;
    }


    .cases-page h4.title {
        height: 30px;
    }

    .cases-page .price {
        height: 22px;
    }

    .off-canvas-content {
        padding: 30px 20px 30px 0;
    }

}

@media only screen and (min-width: 768px) {
    .portfolio-page-area h4.title {
        height: 35px;
    }

    .portfolio-page-area .price {
        height: 22px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
@media only screen and (max-width: 767.98px) {
    .search-box-inner li a.btn-menu {
        font-size: 3rem !important;
    }
}

@media only screen and (max-width: 767px) {

    .logo-wrap {
        z-index: 998;
        position: relative;
    }

    .sm-ptb-60 {
        padding-top: 0;
    }

    .top-Phone {
        margin-bottom: 10px;
    }

    .about-text p:last-child {
        text-align: center;
        font-size: 1rem;
    }

    .product-item__info {
        padding-left: 5px;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        /*display: none;*/
    }

    .mySwiper22 .swiper-slide {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mySwiper22 .swiper-button-prev-2,
    .mySwiper22 .swiper-button-next-2 {
        display: block;
    }

    .mySwiper22 .swiper-button-prev-2 {
        left: -40px;
    }

    .mySwiper22 .swiper-button-next-2 {
        right: -30px;
    }

    .bg-b {
        display: block;
    }

    .section-title.section-title--3 p {
        padding-left: 40px;
        padding-right: 40px;
    }

    .section-title.section-title--2 img {
        width: 65%;
    }

    .product-item__info h4 {
        font-size: 1rem;
    }

    .ms-pt-30 {
        padding-top: 30px;
    }

    h4.font-bold {
        font-size: 1.15rem;
    }

    .slide-caption {
        font-size: 1rem;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .need-con .need_content h3 {
        line-height: 1.5;
        font-size: 1.15rem;
    }

    .serviceneed-con .phone-number .number {
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .cta-one__bg {
        top: 0px;
        width: 100%;
        clip-path: none;
    }

    .cta-one__content {
        display: block;
        max-width: 100%;
        width: 100%;
        float: none;
        text-align: center;
    }

    .cta-one .shape1,
    .cta-one .shape2 {
        display: none;
    }

    .pricing-plan-one .pricing-plan-one__single .pricing-plan-one__single-inner .table-header h2::before {
        left: 0;
        width: 100%;
    }

    .section-top_title2 {
        font-size: 1.6rem;
    }

    .portfolio-page-area h4.title {
        font-size: 1.1rem;
    }

    .cases-page h4.title {
        font-size: 1rem;
    }

    .cases-page .price {
        font-size: 0.95rem;
    }

    .sec-title__title {
        font-size: 1.5rem;
    }

    .serviceneed-con .phone-number .number {
        font-size: 1.1rem;
    }

    .serviceneed-con .fa-phone-volume:before,
    .serviceneed-con .fa-volume-control-phone:before {
        font-size: 1.3rem;
    }

    .off-canvas-content {
        padding: 30px 20px 30px 0;
    }

    .services-img {
        display: block;
    }

    .swiper-wrapper {
        align-items: center;
    }

    .call-to-action-content h4 {
        font-size: 1.3rem;
    }

    a.btn-watch2 {
        width: 56%;
    }

    .margin-display {
        margin: 30px auto 0;
        display: inline-grid;
        justify-items: center;
        align-items: center;
    }

    .contact-list a {
        font-size: 1.1rem;
    }

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

    .lineQrcode {
        width: 40%;
    }

    .content-display-inline-flex {
        flex-wrap: wrap;
        /* 允許換行 */
        align-items: flex-start;
        gap: 0.5rem;
        /* 適度間距 */
        text-align: left;
        word-break: break-all;
        /* 長字串允許斷行 */
        overflow-wrap: break-word;
        /* 額外保險 */
    }

    .ms-img65 {
        width: 65%;
    }

    .ms-img100 {
        width: 100%;
    }

    .icon-address {
        position: relative;
        padding-left: 2.4rem;
        /* 給 icon 預留空間 */
    }

    .icon-address i {
        position: absolute;
        left: 0;
        top: -3px;
        /* icon 微調垂直位置 */
    }

    .icon-address span {
        display: block;
        line-height: 1.8;
        /* 文字換行對齊 */
    }

    a.btn-watch,
    a.btn-watch4 {
        font-size: 0.91rem;
        padding: 8px 30px;
    }

    .ms-ptb-060 {
        padding-top: 0;
    }

    .ms-ptb-3060 {
        padding-top: 30px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {

        line-height: 2.8;
    }

    .product-item__thumb .services-box a {
        width: 208px;
        height: auto;
    }

    .page-header__inner {
        top: 50px;
    }

    .media-post-two {
        flex-direction: column;
    }

    .media-post-two_thumb {
        flex: 0 0 40%;
        max-width: 40%;
        display: contents;
    }

    .media-post-two_content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .media-post-two_content a.blog-post-two__btn {
        padding-right: 10px;
    }

    .box-icon-minimal {

        display: inline-grid;
        justify-items: center;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 40%;
    }

}

@media only screen and (max-width: 576px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-item__info {
        padding-left: 10px;
    }

    .call-to-action-content h4 {
        width: 259px;
        font-size: 1.29rem;
    }


    .sm-pt30 {
        padding-top: 30px;
    }

    a.btn-watch2 {
        width: 60%;
    }

    .contact-list a {
        font-size: 1rem;
    }

    .lineQrcode {
        width: 50%;
    }

    p.leading-relaxed {
        font-size: 1rem;
        margin-top: 20px;
    }

    .about-text {
        font-size: 1rem;
    }

    .section-title .picture-title {
        width: 100%;
    }

    .section-title.section-title--3 p {
        padding-left: 10px;
        padding-right: 10px;
    }

    a.btn-watch,
    a.btn-watch4 {
        font-size: 0.95rem;
        padding: 10px 30px;
    }

    .call-to-action-content h5 {
        font-size: 1.1rem;
    }

    .mySwiper22 .swiper-button-prev-2 {
        left: -20px;
    }

    .mySwiper22 .swiper-button-next-2 {
        right: -20px;
    }

    .product-item {
        padding: 10px 0 0;
    }

    .product-item__thumb .services-box a {
        width: 200px;
        height: auto;
    }

    .media-post-two_thumb {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .btn-box {
        width: 90%;
    }

    .ms-img100 {
        width: 90%;
    }


}

@media (max-width: 480px) {

    .banner-item__btn::after {
        width: 30px;
    }

    .sec-title__title {
        font-size: 1.3rem;
    }

    a.btn-watch2 {
        width: 90%;
    }

    .product-item__info h4 {
        font-size: 0.85rem;
    }

    .product-item__thumb .services-box a {
        width: 150px;
        height: auto;
    }

    .lower-content {
        padding: 5px;
    }

    h2.single-blog-title {
        width: 100%;
        font-size: 1.3rem;
        padding: 5px 0 0;
    }

    .btn-box {
        width: 100%;
    }

}