:root {
    --color1: #ad6f60;
    --color2: #3a2b26;
    --color3: #caa496;
    --color4: #c79494;
}
html {
    scroll-behavior: smooth;
    text-size-adjust: 100%;
    /* 標準屬性 */
    -webkit-text-size-adjust: 100%;
    /* Safari/Chrome */
    -moz-text-size-adjust: 100%;
    /* Firefox Android */
    -ms-text-size-adjust: 100%;
    /* 舊 IE/Edge */
}
html,
body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    /* iOS、Android 禁止自動字體縮放 */
}
/*==================== cursor ====================*/
.custom-cursor__cursor {
    border-color: #ad6f60;
}
.custom-cursor__cursor-two, .custom-cursor__hover{
    background-color: #ad6f60;
}
/*==================== 導覽列 ====================*/
.main-header--four .main-menu .main-menu__list > li.current > a, .main-header--four .main-menu .main-menu__list > li:hover > a  {
    color: #ad6f60;
}
.main-menu .main-menu__list > li > a ,.main-menu .main-menu__list li ul li > a {
    font-size: 16px;
}
.main-menu .main-menu__list li ul li > a::after {
    color: #ad6f60;
}
.main-menu .main-menu__list li ul li:hover > a {
    background-color: #f1ece7;
}
.main-header__right {
    border: none;
}
/*==================== 大圖輪播 ====================*/
.main-slider-four__content {
    min-height: 400px;
}
.main-slider-four__bg{
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.main-slider-four__bg picture,
.main-slider-four__bg img{
    width: 100%;
    height: 100%;
}
.main-slider-four__bg img{
    object-fit: cover;
    object-position: center center; 
    display: block;
}
.main-slider-four__sub-title {
    color: #3a2b26;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.main-slider-four__title {
    font-size: 22px;
    line-height: 1.7;
    color: #3a2b26;
    margin-bottom: 35px;
}
.main-slider-four__title br {
    display: block;
}
.main-slider-four .active .main-slider-four__subtitle {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1200ms;
}
.main-slider-four__subtitle {
    color: #ad6f60;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 39px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateY(200px);
}
.solox-btn--icon {
    background-color: #ad6f60;
    border-radius: 5px;
}
.solox-btn span {
    font-weight: normal;
}
.main-slider-four__carousel.owl-carousel .owl-dots button:hover, .main-slider-four__carousel.owl-carousel .owl-dots button.active {
    background-color: #caa496;
}
@media (min-width:992px) {
    .main-slider-four__sub-title,.main-slider-four__subtitle {
        font-size: 18px;
    }
    .main-slider-four__title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .main-slider-four__item {
        padding-top: 160px;
        padding-bottom: 80px;
    }
}
/*==================== ABOUT US ====================*/
.about-four__shape {
    opacity: 1;
}
.sec-title-two__tagline {
    color: #ad6f60;
    font-weight: normal;
}
.sec-title-two__title {
    font-size: 22px;
    line-height: 1.7;
}
.about-four__content__text {
    color: #808080;
    font-weight: normal;
    margin-bottom: 10px;
}
.about-four__content__text:last-of-type {
    margin-bottom: 30px;
}
.about-four__opening{
    display: flex;
    flex-direction: row;
}
.about-four__opening {
    border-color: #ad6f60;
}
.about-four__opening__icon {
    background-color: #caa496;
}
.about-four__opening__icon::after {
    background-color: #ad6f60;
}
.about-four__opening__title{
    color: #caa496;
    font-weight: 300;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}
.about-four__content__h6 h6{
    color: #ad6f60;
    font-weight: normal;
    margin-bottom: 20px;
}
.about-four__opening__time{
    padding-left: 0;
    margin-left: 0;

}
.about-four__opening__time__text {
    color: #333;
    font-size: 17px;
}
.about-four__opening:hover .about-four__opening__time__text{
    color: #ad6f60;
}
@media (min-width:992px) {
    .sec-title-two__title {
        font-size: 26px;
    }
}
/*==================== OUR SERVICES ====================*/
.service-four{
    background-color: #3a3231;
}
.service-four__shape-right__one {
    margin-top: 0;
}
.service-four__shape-left__one{
    margin-bottom: 0;
}
.service-four__content {
    background-size: cover;
    padding: 45px 40px;
}
.service-four__content .sec-title-two {
    margin-bottom: 10px;
}
.service-four__content .sec-title-two__title {
    color: #000;
    line-height: 1.5;
    font-size: 22px;
}
.service-four__content .service-four__content__text {
    color: #000;
    margin-bottom: 85px;
}
.service-four__content__link {
    color: #fff;
    line-height: 2;
}
.service-four__content__link:hover{
    color: #fff;
}
.service-four__content__link:hover .service-four__content__link__icon {
    color: #fff;
}
.service-card-four::before{
    background-image: linear-gradient(180deg, rgba(39, 37, 42, 0) 50%, rgb(39, 37, 42) 100%);
}
.service-card-four .service-card-four__icon img {
    width: auto;
    max-width: 40px;
    min-height: 30px;
    max-height: 40px;
}
.service-card-four__icon::after {
    background-color: #caa496;
}
.service-card-four:hover .service-card-four__icon img {
    transform: scale(1) rotate(0deg);
}
.service-card-four:hover .service-card-four__icon.icon1-w img{
    content: url(../img/service/service-icon1-w.png);
}
.service-card-four:hover .service-card-four__icon.icon2-w img{
    content: url(../img/service/service-icon2-w.png);
}
.service-card-four:hover .service-card-four__icon.icon3-w img{
    content: url(../img/service/service-icon3-w.png);
}
.service-card-four:hover .service-card-four__icon.icon4-w img{
    content: url(../img/service/service-icon4-w.png);
}
.service-card-four:hover .service-card-four__icon.icon5-w img{
    content: url(../img/service/service-icon5-w.png);
}
.service-card-four:hover .service-card-four__icon.icon6-w img{
    content: url(../img/service/service-icon6-w.png);
}
.service-card-four:hover .service-card-four__icon.icon7-w img{
    content: url(../img/service/service-icon7-w.png);
}
.service-card-four:hover .service-card-four__icon.icon8-w img{
    content: url(../img/service/service-icon8-w.png);
}
.service-card-four:hover .service-card-four__icon.icon9-w img{
    content: url(../img/service/service-icon9-w.png);
}
.service-card-four:hover img {
    transform: translate(-50%,-50%) scale(1.05) rotate(1.1deg);
}
.service-card-four__title{
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}
.service-card-four:hover .service-card-four__title {
    background-size: 100% 1px;
    color: #ad6f60;
    font-weight: 400;
}
/*==================== WHY CHOOSE US ====================*/
.why-choose-four__image {
    display: flex;
    flex-direction: row;
    width: calc(50% - 15px);
}
.why-choose-four__image img:nth-child(1) {
    margin-top: 110px;
}
.sec-title-two__subtitle {
    color: #ad6f60;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: normal;
}
.why-choose-four__content__text {
    border-color: #c79494;
    color: #000;
}
.why-choose-four__list__icon {
    background-color: #c79494;
    margin-bottom: 0;
}
.why-choose-four__list__icon img{
    width: auto;
    max-width: 40px;
    max-height: 40px;
}
.why-choose-four__list__title {
    color: #c79494;
}
.why-choose-four__list__title br {
    display: block;
}
.why-choose-four__list__item:hover .why-choose-four__list__icon {
    background-color: #c79494;
}
.why-choose-four__list__item{
    position: relative;
}
.why-choose-four__list__item > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.why-choose-four__list__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 46%;
    width: 1px;
    height: 75px;
    background-color: #c79494;
    transform: translateY(-50%);
}
.why-choose-four__shape-one {
    left: 0;
    opacity: 1;
}
.why-choose-four__shape-two {
    opacity: 1;
}
@media (max-width:767px) {
    .why-choose-four__list__item::before {
        background-color: transparent;
    }
    .why-choose-four__list__item > div{
        gap: 20px;
        row-gap: 20px;
        margin-bottom: 20px;
    }
    .why-choose-four__list__item + .why-choose-four__list__item{
        margin-top: 0;
    }
}
/*==================== REVIEWS ====================*/
.testimonials-four__bg {
    background-size: cover;
}
.testimonials-four__bg::after {
    background-image: none;
}
.testimonials-four__ratings , .testimonials-four__ratings span:last-child {
    color: #f2c549;
}
.testimonials-four__quote {
    font-style: normal;
    color: #000;
    font-weight: normal;
}
.testimonials-four__title {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 8px;
}
.testimonials-four__designation {
    color: #000;
}
.testimonials-four__carousel.owl-carousel .owl-nav button {
    border-color: #ad6f60;
    color: #ad6f60;
}
.testimonials-four__carousel.owl-carousel .owl-nav button:hover {
    background-color: #ad6f60;
}
/*==================== BLOG ====================*/
.blog-two {
    padding-bottom: 120px;
}
.blog-two .solox-btn--icon {
    background-color: #c79494;
    justify-content: center;
}
.blog-card-three__date span {
    background-color: #c79494;
}
.blog-card-three__image .img-second {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.blog-card-three__image .img-second img {
    transform: translate(-50%,-50%);
    opacity: 1;
    filter: blur(10px);
}
.blog-card-three__image .img-first {
    position: relative;
}
.blog-card-three__image .img-first img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    transform: none;
    opacity: 1;
    filter: blur(0);
}
.blog-card-three:hover .blog-card-three__image .img-second img {
    transform: translate(-50%,-50%) scalex(1);
    opacity: 1;
    filter: blur(0);
    }
.blog-card-three:hover .blog-card-three__image .img-first img {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}
.blog-card-three__content {
    padding: 22px 32px;
    background-color: #f1ece7;
}
.blog-card-three__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    padding: 0;
    margin-bottom: 22px;
    color: #ad6f60;
}
.blog-card-three__content p{
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.5;
    font-weight: normal;
}
.solox-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
    background-color: #f1ece7;
}
/*==================== footer ====================*/
.main-footer-two__bg {
    opacity: 1;
}
.footer-widget__title {
    color: #caa496;
}
.main-footer-two .footer-widget__text {
    color: #fff;
}
.main-footer-two .footer-widget__info li {
    text-transform: none;
    color: #fff;
}
.footer-widget__links li a , .footer-widget__info li a{
    color: #fff;
}
.main-footer-two__inner {
    border-color: #78584c;
    justify-content: center;
}
.main-footer-two__copyright {
    color: #fff;
    font-weight: 300;
}
@media (min-width: 1200px) {
    .main-footer-two .footer-widget--time ,.main-footer-two .footer-widget--contact {
        margin-left: 0;
    }
}
/*==================== 側邊欄 ====================*/
.mobile-nav__content .main-menu__list li a button {
    background-color: #c79494;
}
.mobile-nav__content .main-menu__list li a button.expanded {
    color: #c79494;
}
.mobile-nav__content .main-menu__list li a.expanded {
    color: #ad6f60;
}
.mobile-nav__content .main-menu__list li > a {
    font-size: 14px;
}
.mobile-nav__content .main-menu__list li.current a,.mobile-nav__close:hover{
    color: #ad6f60;
}
/*==================== scroll-to-top ====================*/
.scroll-icon {
    width: 40px;
    line-height: 50px;
    position: fixed;
    bottom: 115px;
    right: 8px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    transition: 1s;
}
.scroll-to-top {
    transform: none;
    right: 8px;
}
.scroll-icon  img ,.scroll-to-top img {
    width: 40px;
    height: 40px;
}
@media (min-width: 768px) {
    .scroll-icon {
        width: 50px;
        line-height: 60px;
        bottom: 120px;
        right: 25px;
    }
    .scroll-to-top {
        right: 25px;
    }
    .scroll-icon  img ,.scroll-to-top img {
        width: 50px;
        height: 50px;
    }
}
/*==================== breadcrumb ====================*/
.page-header__bg {
    background-image: url(../img/breadcrumb/breadcrumb-pic.jpg);
    background-position: center;
}
.page-header__bg::before {
    background-image: url(../img/breadcrumb/page-header-cloud.png);
}
.solox-breadcrumb li ,.solox-breadcrumb li a {
    font-size: 14px;
    line-height: 1.6;
}
.page-header__title {
    font-size: 28px;
}

@media (min-width: 768px) {
    .solox-breadcrumb li ,.solox-breadcrumb li a {
        font-size: 16px;
    }
    .page-header__title {
        font-size: 36px;
    }
}
/*==================== 內頁導覽列 ====================*/
.main-header:not(.main-header--four) {
    background-color: #fff;
}
.main-menu .main-menu__list > li > a {
    color: #3a3231;
}
.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a {
    color: #ad6f60;
}
/*==================== 服務項目 ====================*/
.service-card-two__icon {
    background-color: #c79494;
}
.service-card-two__icon img {
    width: auto;
    max-width: 55px;
    max-height: 50px;
    border-radius: 0;
}
.service-card-two__image {
    box-shadow: #c79494;
}
.service-card-two:hover .service-card-two__image {
    border-color: #c79494;
}
.service-card-two__title {
    font-weight: normal;
    font-size: 20px;
}
.service-card-two__link {
    background-color: #f1ece7;
}
.service-card-two:hover .service-card-two__link {
    background-color: #c79494;
    color: var(--solox-white, #fff);
}
.cta-two__title {
    font-size: 30px;
    font-weight: normal;
}
.cta-two__content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
}
.cta-two__content p br {
    display: block;
}
/*==================== 服務項目/懶人爆脂體雕 ====================*/
.service-details__title {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 30px;
}
.service-details .row{
    justify-content: center;
}
/*==================== 文章設定 ====================*/
.article_content p {
    color: #000;
    font-weight: normal;
    line-height: 1.5;
}
.article_content img {
    width: 100% !important;
    height: auto !important;
    display: block;
}
.article_content iframe {
    width: 100% !important;
    height: 100% !important;
}
@media (min-width: 992px){
    .article_content img {
        max-width: 900px !important;
        max-height: 100% !important;
    }
    .article_content iframe {
        width: 100% !important;
        height: 100% !important;
    }
}
/*==================== 客戶好評 ====================*/
.gallery-one .container-fluid {
    max-width: 1200px;
}
.gallery-one .row>* {
    padding: 0 10px;
    margin-top: 25px;
}
.gallery-one__card {
    border: 1px solid #f1ece7;
}
.gallery-one__card:hover img {
    transform: translate(-50%,-50%) scale(1.05);
}
.gallery-one__card__hover {
    background-color: rgba(202, 164, 150, 0.9);
}
/*==================== 頁碼 ====================*/
.pagination {
  text-align: center;
  margin-top: 45px;
  justify-content: center;
}
.pagination ul {
  display: inline-flex;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pagination ul li {
  list-style: none;
}
.pagination ul li a {
    display: inline-block;
    color: #808080;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
}
.pagination ul li:hover a , .pagination ul li a.current {
  background-color: #c79494;
  color: #fff;
}

/*====================  知識文/體雕是智商稅嗎？先搞懂體雕真正適合誰 ==================== */
.blog-details .blog-card__image img {
    transform: translate(-50%,-50%) scalex(1);
}
.blog-details .blog-card:hover .blog-card__image img {
    transform: translate(-50%,-50%) scalex(1);
}
.blog-details .blog-card-two__content {
    border-bottom: none;
}
.blog-details .blog-card__title {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 30px;
}
/*==================== 常見問題 ====================*/
.faq-page {
    padding-top: 60px;
}
.faq-page .row {
    justify-content: center;
}
.faq-page__accordion .active .accrodion-title h4 {
    color: #ad6f60;
}
.faq-page__accordion .accrodion-title__icon::after, .faq-page__accordion .accrodion-title__icon::before {
    background-color: #ad6f60;
}
.faq-page__accordion .accrodion-content p {
    color: #333;
}
@media (min-width:768px) {
    .faq-page__accordion .accrodion-title h4 {
        font-size: 20px;
    }
    .faq-page__accordion .accrodion-content p {
        font-size: 16px;
    }
}
/*==================== 聯絡宸秝 ====================*/
.contact-one__content__shape-2 {
    max-width: 300px;
}
.sec-title__img {
    max-width: 60px;
}
.sec-title__tagline {
    color: #ad6f60;
}
.sec-title__title {
    font-size: 20px;
}
.contact-one__text {
    margin-top: 0;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}
.contact-one__info__icon {
    color: #c79494;
    background-color: #f1ece7;
}
.contact-one__info__text {
    line-height: 1.8;
    color: #808080;
}
.contact-one__info__item {
        margin-bottom: 5px;
    }
.contact-one__form {
    background-image: url(../img/review/review-bg.jpg);
    padding: 100px 80px;
}
.contact-one__form .sec-title__tagline {
    font-family: var(--solox-font);
    color: #333;
    font-size: 26px;
    margin-bottom: 10px;
}
.contact-one__form .sec-title__title {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-bottom: 50px;
}
.contact-one__form .bootstrap-select > .dropdown-toggle, .contact-one__form input[type=text], .contact-one__form input[type=email], .contact-one__form textarea {
    color: #333;
    font-size: 16px;
    border-color: #3333337e;
}
.contact-one__form .form-one__control__icon {
    color: #333;
}
.captcha-box {
  display: flex;
  align-items: top;
  gap: 8px;
  width: 100%;
}
.captcha-box .captcha-container {
  flex-shrink: 0;
  /* 防止圖片被壓縮 */
  display: flex;
  align-items: center;
}
.form-one__control .solox-btn {
    padding: 10px 40px;
    margin-top: 60px;
}
.solox-btn span {
    font-size: 15px;
}
.google-map iframe {
    mix-blend-mode: normal;
}
@media (min-width:768px) {
    .sec-title__title {
        font-size: 26px;
    }
}
@media (max-width:767px) {
    .contact-one__info__item {
        margin-bottom: 10px;
    }
    .contact-one__form {
        padding: 50px;
    }
    .contact-one__form .sec-title__title {
        margin-bottom: 0;
    }
}
/*==================== 關於我 ====================*/
.why-choose-two {
    padding-bottom: 100px;
}
.why-choose-two__content .sec-title {
    padding-bottom: 35px;
}
.why-choose-two__text {
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
    font-size: 16px;
}
.why-choose-two__link {
    margin-bottom: 10px;
    padding: 10px 40px;
    text-transform: none;
}
.why-choose-two__image__icon , .why-choose-two__link::before {
    background-color: #c79494;
}
.why-choose-two__image__icon img {
    max-width: 50px;
}
@media (min-width: 1200px) {
    .why-choose-two__content {
        padding-left: 55px;
    }
}
@media (max-width: 500px) {
    .why-choose-two__link {
        padding: 10px 20px;
    }
}
@media (max-width: 440px) {
    .why-choose-two__link {
        padding: 10px 15px;
    }
}
.video-one {
    padding: 200px 0;
}
.video-one .container {
    max-width: 900px;
}
.video-one__bg {
    opacity: 0.4;
}
.video-one__title {
    font-size: 24px;
}
.video-one p{
    color: #fff;
}
.video-one p.noticep {
    color: #c79494;
    font-weight: 700;
}
@media (min-width: 768px) {
    .video-one__title {
        font-size: 26px;
    }
    .video-one p {
        font-size: 18px;
    }
}

.why-choose-one__text {
    color: #000;
    font-size: 16px;
}
.why-choose-one__image img {
    max-width: 800px;
}
@media (min-width: 768px) {
    .why-choose-one__text {
        font-size: 18px;
    }
}
@media (max-width: 540px) {
    .why-choose-one__image {
        margin-left: -100px;
    }
}
@media (max-width: 400px) {
    .why-choose-one__image {
        margin-left: -180px;
    }
}