@media screen and (max-width:767px) {
    .memu-bar-header,.hide-on-mobile{
        display: none !important;
    }
    .menu-item-759 {
        display: none !important;
    }
    .w-80-center{
        width: 90%;
        margin: 0 auto;
    }
    .w-70-center{
        width: 80%;
        margin: 0 auto;
    }
    article.hide-on-pc{
        background-color: #ffffff;
    }

     .font-12px {
        font-size: 12px;
    }

    .font-14px {
        font-size: 14px;
    }

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

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

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

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

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

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

    .font-33px {
        font-size: 33px;
    }

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

    .font-38px {
        font-size: 38px;
    }

    .font-44px {
        font-size: 44px;
    }

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

    .font-54px {
        font-size: 54px;
        line-height: 1.3;
    }

    .font-64px {
        font-size: 64px;
        line-height: 1;
    }

    .font-72px {
        font-size: 72px;
    }

    .font-84px {
        font-size: 84px;
    }

    .font-114px {
        font-size: 114px;
    }

    .font-200px {
        font-size: 200px;
        line-height: 1;
    }


    .font-5m{
        font-size: 5px;
    }
    .font-8m{
        font-size: 8px;
    }
    .font-12m{
        font-size: 12px;
    }
    .font-14m{
        font-size: 14px;
    }
    .font-16m{
        font-size: 16px;
    }
    .font-18m{
        font-size: 18px;
    }
    .font-20m{
        font-size: clamp(17px,5vw,20px);
    }
    .font-22m{
        font-size: clamp(18px,5.0vw,22px);
    }
    .font-24m{
        font-size: 24px;
    }
    .font-28m{
        font-size: 28px;
    }
    .font-30m{
        font-size: 30px;
    }
    .font-42m{
        font-size: 42px;
    }
    .font-48m{
        font-size: 48px;
    }
    .font-68m{
        font-size: clamp(54px, 15.8vw ,68px);
    }
    .font-78m{
        font-size: 78px;
    }
    .elementor-widget-container {
        background: #fff;
    }

    .text-a-position{
        text-align: center;
        margin-top: 1.5rem;
    }

    /* !menu!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
    .mobile_logo {
        height: 28px;
    }

    .button-hamburger,
    .button-hamburger:hover {
        background: none;
        border: none;
        padding: 0;
    }

    .sidebar-page {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        transform: translateX(-100%);
        transition: all 0.7s;
        max-width: 100%;
        width: 100%;
        z-index: 100;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        padding: 0em;
        background: #fff;
        padding-top: 5em;
        justify-content: space-evenly;
    }

    .show-sidebar {
        transform: translateX(0);
        transition: transform 1s;
    }

    .nav.d-grid {
        grid-template-columns: 50% 1fr;
        justify-content: space-between;
        justify-items: self-start;
        max-width: 100% !important;
        align-items: center;
        width: 100%;
        padding: 18px 20px 14px 20px;
        background-color: #fff;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);

    }

    .site-content {
        padding: 0 !important;
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .entry-content:not(:first-child),
    .entry-summary:not(:first-child),
    .page-content:not(:first-child) {
        margin-top: 1em;
    }

    .mobile-icons.d-flex {
        gap: 1em;
        align-items: center;
        justify-content: end;
        width: 100%;
    }

    .close-bt button img {
        width: 80%;
    }

    .close-bt {
        position: absolute;
        top: 0;
        right: 0;

        button {
            background: transparent;
        }
    }

    .main-menu.menu_main_position {    

        ul.menu {
            margin: 0;
            padding-left: 0;
            list-style: none;

            &>li {
                border-bottom: 1px solid;
                border-image-source: linear-gradient(90deg, rgba(206, 177, 113, 0) 0%, #CEB171 50%, rgba(206, 177, 113, 0) 100%);
                border-image-slice: 1;
                padding: 1rem 1rem 1rem 10%;

                a {
                    color: var(--color-blue);
                    font-weight: 300;
                    font-size: 16px;
                    transition: all 0.5s ease-in-out;
                }
            }

            &>li.current-menu-item {
                background: #FFFCF3;

                &>a {
                    color: var(--color-blue);
                    transition: all 0.5s ease-in-out;
                }
            }
        }
    }

    ul.menu .sub-menu {
        position: static;
        /* ✅ ยกเลิก absolute */
        padding-left: 20px;
        list-style: none;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;

        li {
            padding: 8px 0;

            a {
                color: #fff;
                font-weight: 300;
                font-size: 16px;
                display: inline;
            }
        }
    }

    .main-menu .submenu-open>.sub-menu {
        max-height: 1000px;
    }

    .main-menu .menu-item-has-children::before {
        content: url(./assets/icon/down.svg);
        width: 20px;
        float: right;
        /* position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%); */
        padding-right: 10px;
    }

    .nav_items {
        margin: 2rem 0;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 10%;

        .nav_grid {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 10px;

            img {
                filter: brightness(0.5);
            }
        }
    }

    .nav_footer {
        margin: 0 10%;
        border-top: 1px solid var(--color-gold-light);
        padding: 1rem 0 3rem;
    }

    .contact_bt{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 1.5rem;
        padding: 0 10%;
    }

    .bt {
        width: 100%;
        padding: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;

        &.gold {
            background-color: var(--color-gold-light);
            color: #fff;
        }

        &.white {
            background-color: #fff;
            color: var(--color-blue);
        }

        &.trans {
            background-color: transparent;
            color: #ffffff;
        }
    }

    .social_icon {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }



    /* !menu!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */


    /* !home ----------------------------------------------------------------------------------*/

    /* *start main_banner*/
    #post-16 .entry-content,
    #post-744 .entry-content,
    #post-751 .entry-content,
    #post-746 .entry-content,
    #post-1060 .entry-content {
        margin-top: 0 !important;
    }

    .main_banner {
        position: relative;
    }

    .main_banner_box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        display: flex;
        padding: 0 5%;
        align-items: center;
    }

    .main_banner .swiper-slide--one {
        position: relative;
    }

    /* .main_banner .swiper-slide--one:after {
    content: "";
    position: absolute;
    top: -80%;
    right: -200%;
    width: 50%;
    height: 300%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
    animation: shine 2s 1s;
    }

    @keyframes shine {
        to {
            opacity: 1;
            right: 210%;
        }
    } */

    .full_height img {
        height: 810px;
        object-fit: cover;
    }

    .text_group_1 h1 {
        margin-bottom: -15px;
    }

    .text_group_2 {
        margin-top: 2rem;
    }

    .text_group_3 {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        margin-top: 1.5rem;
    }

    .main_banner_pagination {
        z-index: 10 !important;
        bottom: 10% !important;
    }

    /* *end main_banner*/

    /* *start experience*/

    section.experience{
        padding: 4rem 0;

        .heading-line{
            opacity: 0;
            display: none;
        }

        
    }

    .section-heading {
        width: 100%;
        text-align: center;
    }

    .heading-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .heading-line {
        flex: 1;
        height: 0.5px;
        background: var(--color-gold-dark);
    }

    .heading-text-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        white-space: nowrap;
    }

    .grid_col{
        display: grid;
        gap: 2rem;
        margin: 2.5rem 0 0;

        &.g_col5{
            grid-template-columns: repeat(2,1fr);

            &.col_m{
                grid-template-columns: repeat(1,1fr);
            }
        }

        &.g_col4{
            grid-template-columns: repeat(2,1fr);
        }

        &.g_col3{
            grid-template-columns: repeat(1,1fr);
        }

        &.g_col2{
            grid-template-columns: repeat(1,1fr);
        }

        &.border-none{
            gap: 1.5rem;

            >.grid_item{
                border: none;
            }
        }

        &.border-gold{
            gap: 2rem;

            >.grid_item{
                border: 1px solid var(--color-gold-dark) !important;
                padding: 2rem;
            }

        }


        .grid_item:nth-child(1){
            border-left: none;
        }
        .grid_item:nth-last-child(1){
            border-right: none;
        }
        
        .grid_item{
            
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 0.8rem;

            
        }

        
    }


    /* *end experience*/

    /* *start house*/

    section.house{
        padding: 4rem 0;
        background-color: #F8F7F3;

        .heading-line{
            opacity: 0;
        }

        .grid_item{
            
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 0.8rem;

            img{
                aspect-ratio: 4 / 3;
                width: 100%;
                object-fit: cover;
            }
        }

    }

    /* *end house*/

    /* *start about*/

    section.about{
        padding: 4rem 0;
        background: var(--color-blue);
    }

    .about_grid{
        display: grid;
        grid-template-columns: 1fr;
        box-shadow: 0px 0px 20px 0px #00000080;
    }

    .about_left{
        position: relative;
        >img{
            width: 100%;
            height: 242px;
            object-fit: cover;
        }

        .logo_about{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 1rem 2rem;

            img{
                max-width: 43px;
            }
        }
    }

    .about_right{
        padding: 2rem;
        background: #fff;
        display: flex;
        gap: 2rem;
        flex-direction: column;
        justify-content: space-between;
    }

    .about_text{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }


    /* *end about*/

    /* *start choose_us*/

    section.choose_us{
        padding: 4rem 0;

        .heading-line{
            opacity: 0;
        }

    }

    /* *end choose_us*/

    /* *start service*/

    section.service{
        padding: 4rem 0;
        background-color: #1E3957;
    }

    /* *end service*/

    /* *start step*/

    section.step{
        padding: 4rem 0 2rem;

        .heading-line{
            opacity: 0;
        }

        /* &::before{
            content: "";
            position: absolute;
            top: 0;
            left: 5%;
            right: 5%;
            display: block;
            height: 1px;
            width: 90%;
            padding: 0 10%;
            margin: 0 auto;
            border-top: 1px solid var(--color-gold-light);
        } */

        .col_m{
            gap: 2rem;
            position: relative;

            >.grid_item::after{
                content: '';
                bottom: 0;
                width: 65px;
                height: 1px;
                background: var(--color-gold-dark);
            }

        }
    }

    .bt_group{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
        margin-top: 1.5rem;

        .border{    
            border: 1px solid  var(--color-blue) !important;
        }
    }

    /* *end step*/

    /* *start project*/

    section.project{
        padding: 2rem 0 4rem;
        position: relative;

        .heading-line{
            opacity: 0;
        }

        &::before{
            content: "";
            position: absolute;
            top: 0;
            left: 5%;
            right: 5%;
            display: block;
            height: 1px;
            width: 90%;
            padding: 0 10%;
            margin: 0 auto;
            border-top: 1px solid var(--color-gold-light);
        }

        &.bg-gold{
            background-color: #F8F7F3;
            padding: 3rem 0;
        }

        .grid_item{
            align-items: flex-start;

            img{
                aspect-ratio: 4/3;
                object-fit: cover;
                width: 100%;
            }
        }
    }


    /* *end project*/

    /* *start review*/

    section.review{
        --icon-next-prev-width:  20px;
        padding: 4rem 0;
        background-color: #495969;
    }
    .review-title{
        display: flex;
        flex-wrap: wrap;
        gap: 0px 10px;
    }
    .cliant-review{
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 5px 0px #00000040;
    }

    .review_info{
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .review_section{
        flex: 1;
        position: relative;
        margin-top: -1rem;

        .swiper-wrapper{
            padding: 0rem;
            
        }
    }

    .review_card{
        background: #fff;
        padding: 1rem;
        box-shadow: 0px 0px 5px 0px #00000040;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        
        img{
            object-fit: cover;
            min-width: 100%;
            min-height: 100%;
            aspect-ratio: 4 / 3;
        }
    }
    .review_card_img{
        position: relative;
    }

    .review_card_author{
        padding: 1rem 0.5rem ;
        > div{
            text-align: center;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1; /* number of lines to show */
                    line-clamp: 1; 
            -webkit-box-orient: vertical;
        }
        >p{
            text-align: center;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3; /* number of lines to show */
                    line-clamp: 3; 
            -webkit-box-orient: vertical;
        }
    }

    /* ?swiper_setting */

    .swiper-review-next {
        background-image: url(assets/icon/button_n.svg) !important;
        background-repeat: no-repeat;
        width: var(--icon-next-prev-width) !important;
        height: var(--icon-next-prev-width) !important;
        right: -10px !important;
        opacity: 1 !important;
    }
    .swiper-review-prev {
        background-image: url(assets/icon/button_p.svg) !important;
        background-repeat: no-repeat;
        width: var(--icon-next-prev-width)!important;
        left: -10px !important;
        height: var(--icon-next-prev-width)!important;
        opacity: 1 !important;
    }

    .swiper-review-next:after, 
    .swiper-review-prev:after{
        content: '' !important;
    }


    /* *end review*/

    /* *start article_home*/

    section.article_home{
        padding: 4rem 0;

        &.bg_gold{
            padding: 4rem 0;
            background-color: #F8F7F3;


            .bottom{
                background-color: #fff;
            }
        }
    }

    .article_grid{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 1.5rem;
        margin: 2rem 0;

        &.g-3{
            grid-template-columns: repeat(3,1fr);
        }

    }

    .article_card{

        .top img{
            max-height: 188px;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }
        
        .bottom{
            padding: 1rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.5rem;
            margin-top: -2px;
            border-width: 0.5px;
            border-style: solid;
            border-color: #BDBDBD;
            

            p{
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2; /* number of lines to show */
                        line-clamp: 2; 
                -webkit-box-orient: vertical;
            }
        }
    }
    /* *end article_home*/

    /* *start faq*/

    section.faq_sec{
        --width-icon:30px;
        --margin-icon:15px;
        padding: 4rem 0;
        background:  url(./assets/banner/bg_faq_home.png) no-repeat center / cover;
    }

    .faq {
        margin: 0 auto 2rem;
    }

    .faq-item {
        border-bottom: 1px solid #92929233;
        padding: 0.5rem 0 0.5rem;
        margin: 0.5rem 0;
    }

    .faq-question {
        
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
        flex-direction: row-reverse;
        justify-content: space-between;
        color: #fff;
    }

    .faq-icon::before {
        content: "+";
        font-weight: 300;
        font-size: 30px;
        margin-right: var(--margin-icon);
        transition: transform 0.3s;
        background: var(--color-blue);
        width: var(--width-icon);
        height: var(--width-icon);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 480ms ease-in-out 0ms;
        color: #fff !important;
    }

    .faq-answer {
        height: auto;
        max-height: 0;
        overflow: hidden;
        padding: 0 calc(var(--width-icon) + var(--margin-icon)) 0.25rem 0;
        margin-left: calc(var(--width-icon) + var(--margin-icon));
        margin-right: calc(var(--width-icon) + var(--margin-icon));
        color: #FFFFFF;
        transition: all 480ms ease-in-out 0ms;
        border-left: 4px solid var(--color-gold-light);
        
        opacity: 0;
    }

    input[type="checkbox"] {
        display: none;

        label{
            color: #fff;
            transition: all 480ms ease-in-out 0ms;
        }
    }

    input[type="checkbox"]:checked + label{
        color: var(--color-gold-light);
        transition: all 480ms ease-in-out 0ms;
    }

    input[type="checkbox"]:checked + label .faq-icon::before {
        content: "-";
        background: var(--color-gold-light);
        transition: all 480ms ease-in-out 0ms;
    }

    input[type="checkbox"]:checked + label + .faq-answer {
        padding: 0.25rem calc(var(--width-icon) + var(--margin-icon)) 0.25rem 1rem;
        max-height: fit-content;
        opacity: 1;
        transition: all 350ms ease-in-out 0ms;
    }


    /* *end faq*/

    

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* !END-home ----------------------------------------------------------------------------------*/

    /* !footer ----------------------------------------------------------------------------------*/
    
    .footer_section.main_banner{
        width: 100%;
        height: 420px;

        img{
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .main_banner_box{
            background: linear-gradient(80.41deg, rgba(26, 26, 26, 0.8) 20.84%, rgba(4, 50, 84, 0.4) 118.71%, rgba(191, 172, 144, 0) 181.8%, rgba(191, 172, 144, 0) 221.92%);
        }
    }

    section.footer_main {
        --address-width: 300px;
        --grid-gap: 1rem;
        padding: 2rem 0 0;
        background: var(--color-blue);
        margin-top: -10px;
        position: relative;
        z-index: 10;

        .logo_footer {
            display: grid;
            grid-template-columns: 0.55fr 0.5fr 0.55fr;

            .border_bt{
                border-bottom: 0.5px solid var(--color-gold-light);
            }

            picture{
                margin: 0 auto;
            }
        }

    }

    .footer_main_grid {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: var(--grid-gap);
        margin: 2rem 0;
        text-align: center;


        div.contact_form_grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.5rem;
        }

        

        .contact-ul{
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }


        ul {
            margin: 0;
            padding-left: 0;
            list-style: none;

            li a {
                color: var(--color-gr);
                font-size: 14px;
                font-weight: 200;
            }
        }

        .footer_main_items {
            display: flex;
            justify-content: center;
            width: 100%;

            .right{
                width: 140px;
            }
        }

        .footer_flex_ul {
            display: flex;
            gap: var(--grid-gap);

            ul{
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 0.5rem;

                color: #fff;
            }
        }

        .footer_main_items>div>p {
            padding-bottom: 1rem;
        }
        .footer_room a{
            transition: all 0.5s ease-in-out;

            &:hover{
                color: #000 !important;
                font-weight: 400;
                transition: all 0.5s ease-in-out;
            }
        }

        .footerset {

            &.menu_main_position{
                justify-content: space-between;
            }
            
            .translate_tab{
                bottom: -12px;
            }
            .trp-shortcode-switcher{
                padding: 0 !important;
            }
        }

        .qr_footer{
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 0.5rem;

            img{
                width: 100%;
            }
        }
    }

    .copy_right {
        margin-top: 1rem;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        gap: var(--grid-gap);
        padding: 0.8rem 10%;
        background: #151D2B;
        text-align: center;
    

        .social_icon {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0.25rem;
        }

        a:nth-child(3){
            text-align: right;
        }

    }

    .icon_float{
        position: fixed;
        bottom: 5vh;
        right: 1rem;
        z-index: 110;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        
        .icon a img{
            aspect-ratio: 1;
            transform: translateX(0px);
            transition: all 0.5s ease-in-out ;
        }

        .icon a:hover img{
            transform: translateX(-20px);
            transition: all 0.5s ease-in-out ;
        }
    }

    /* !END-footer ----------------------------------------------------------------------------------*/


    /* !plan-page ----------------------------------------------------------------------------------*/

    /* *start banner*/

    section.banner{
        position: relative;
        >img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .banner_title{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0.5rem;
    }


    /* *end banner*/

    /* *category */

    .article_work_cat{
        padding: 0.8rem 1rem;
        width: 100%;
        background: var(--color-gold-light);
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2rem 0 1.5rem;

        &:hover{
            background: var(--color-gold-light);
        }

        p{
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            /* number of lines to show */
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }
    }

    .up-page {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(100%);
        transition: all 0.7s;
        max-width: 100%;
        width: 100%;
        background: #fff;
        color: var(--color-blue);
        z-index: -1;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        padding: 0em;
        justify-content: flex-start;
        transition: all 1s ease-in-out;
    }
    .up-page.show-sidebar {
        z-index: 100;
        transform: translateY(30%);
        transition: all 1s ease-in-out;

        
        
    }
    .close_bt-cat{
        padding: 0;
        background: transparent;
    }
    .border_mobile{
        height: 1px;
        border-bottom: 1px solid var(--color-gold-dark);
        display: block;
        width: 80%;
        margin: 1rem auto;
    }
    .mobile_cat_list{
        ul{
            margin: 0 auto;
            padding-left: 0;
            list-style: none;
            display: flex;
            justify-content: center;
            width: 100%;
            flex-direction: column;
            align-items: center;
            margin-top: 0.5rem;

            li{
                padding: 1rem 15%;
                width: 100%;
                text-align: left;

                a{
                    font-weight: 300;
                }

                &.active{                    
                    background: #FFFCF3;

                    a{
                        font-weight: 500;
                    }
                }

                
            }

            
        }
    }

    /* *end category */


    /* *start plan_content*/

    section.plan_content{
        padding: 4rem 0;

        .heading-line{
            opacity: 0;
        }

        /* &::before{
            content: "";
            position: absolute;
            top: 0;
            left: 5%;
            right: 5%;
            display: block;
            height: 1px;
            width: 90%;
            padding: 0 10%;
            margin: 0 auto;
            border-top: 1px solid var(--color-gold-light);
        } */
    }

    .tab_bt{
        margin-top: 4rem;
    }
    .house-tab-content        { display: none; }
    .house-tab-content.active { display: block; }

    .house-tabs-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: space-between;
        margin-bottom: 28px;
        border-bottom: 1px solid var(--color-gold-light);
        margin: 0 auto;
    }

    .room-tab-btn {
        flex: 1 0 130px;
        border: 1px solid var(--color-gold-light);
        background: #fff;
        color: var(--color-blue);
        padding: 0.6rem 18px;
        letter-spacing: .02em;
        font-weight: 400;
        cursor: pointer;
        transition: all .2s ease;
        position: relative;
        border-bottom: none;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .room-tab-btn:hover {
        background: var(--color-gold-light);
        color: #fff;
    }

    .room-tab-btn.active {
        background: var(--color-gold-light);
        color: #fff;

    }

    .plane-content {
        width: 100%
    }

    .room-tab-panel {
        display: none;
        animation: fade .25s ease
    }

    .room-tab-panel.active {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 1rem 0;
    }

    @keyframes fade {
        from {
            opacity: 0;
            transform: translateY(4px)
        }

        to {
            opacity: 1;
            transform: none
        }
    }

    .house-result-label{
        margin: 2rem 0;
    }



    /* *end plan_content*/

    /* *start plan_single*/
    
    .plan_single .banner img{
        max-height: 480px;
        object-position: center;
    }

    .plan_single_content{
        padding: 4rem 0;
    }

    .plan_thumbnail{
        margin: 2.5rem 0;
    }

    .plan_excert_flex{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;

        .plan_excert_list ul{
            margin: 1rem 0 0 1.5rem;
            padding-left: 0;
            

            li{
                font-size: 16px;
                font-weight: 300;
            }
        }
    }

    .floor{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 2.5rem 0;

        img{
            max-width: 80%;
            margin: 0 auto;
        }
    }

    /* *end plan_single*/

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* !plan-page----------------------------------------------------------------------------------*/

    /* !project-page----------------------------------------------------------------------------------*/

    /* *start video_section*/

    section.video_section{
        padding: 3rem 0;
        position: relative;

        .heading-line{
            opacity: 0;
        }

        &::before{
            content: "";
            position: absolute;
            top: 0;
            left: 5%;
            right: 5%;
            display: block;
            height: 1px;
            width: 90%;
            padding: 0 10%;
            margin: 0 auto;
            border-top: 1px solid var(--color-gold-light);
        }
    }

    .youtube{
        max-height: 190px;
        margin: 4rem auto 0;

        iframe{
            height: 190px;
        }
    }

    /* *end video_section*/

    /* *start project_sinle*/

    .project_sinle .banner img{
        max-height: 280px;
        object-position: center;
    }

    .project_sinle_content{
        padding: 4rem 0 1rem;
    }

    .elementor_single{
        padding: 0.5rem 0;
    }

    /* *end project_sinle*/

    

    /* !project-page----------------------------------------------------------------------------------*/


    /* !article ----------------------------------------------------------------------------------*/

    /* *start article_content*/

    .article_content{
        padding: 4rem 0;

        .heading-line{
            opacity: 0;
        }

        /* &::before{
            content: "";
            position: absolute;
            top: 0;
            left: 5%;
            right: 5%;
            display: block;
            height: 1px;
            width: 90%;
            padding: 0 10%;
            margin: 0 auto;
            border-top: 1px solid var(--color-gold-light);
        } */

        .article_content_grid{
            display: flex;
            flex-direction: column-reverse;
            gap: 0rem;
            margin-top: 2rem;
        }

        .article_content_cat{

            ul{
                padding-left: 0;
                list-style: none;
                margin: 0;
                padding-top: 1rem;

                li{
                    padding-top: 0.5rem;
                    padding-bottom: 0.5rem;
                    border-bottom: 1px solid var(--color-gold-dark) ;
                }
            }
        }

        .article_grid.g-3{
            grid-template-columns: repeat(1,1fr) !important;
        }
    }

    /* *end article_content*/

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* *start */


    /* *end */


    /* !END-article ----------------------------------------------------------------------------------*/


    /* !contact ----------------------------------------------------------------------------------*/


    .contact_page{
        .w-70m{
            max-width: 70%;
            padding: 1rem;
        }
    }

    .contact_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin: 2rem 0;
        /* box-shadow: 0px 0px 10px 0px #00000040; */
    }

    .contact_left {
        padding: 3rem 2.5rem;
        background: url(./assets/banner/contact_banner_2.png) no-repeat center bottom / cover;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        >div {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: flex-start;
            gap: 3.5rem;
        }
    }

    .contact_right {
        padding: 0;
        background: #F8F7F3;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 1rem;

        .shadow_box{
            border: 0.74px solid #D9D9D9;
            background-color: #FFF;
            padding:2rem;
        }
    }

    /* *start map*/

    section.map{
        padding: 4rem 0;
        background-color: #F8F7F3;

        .heading-line{
            opacity: 0;
        }

        /* &::before{
            content: "";
            position: absolute;
            top: 0;
            left: 5%;
            right: 5%;
            display: block;
            height: 1px;
            width: 90%;
            padding: 0 10%;
            margin: 0 auto;
            border-top: 1px solid var(--color-gold-light);
        } */

        .grid_item{
            display: grid;
            grid-template-columns: 0.1fr 0.8fr 0.1fr;
            align-items: center;
            gap: 8px;
            background-color: #fff;
            padding: 1.5rem 0.2rem;

            .img-left{
                display: flex;
                justify-content: flex-end;
                width: 100%;
            }
        }
    }

    /* *end map*/


    /* ?form */

    div.wpforms-container-full {
        width: 100% !important;
        margin: 0 !important;

        input,textarea {
            border: 0.74px solid #D9D9D9 !important;
        }

        input::placeholder,textarea::placeholder {
            font-size: 14px !important;
            font-weight: 300 !important;
            color: #D9D9D9 !important;
        }

        .choices__placeholder{
            font-size: 14px !important;
            font-weight: 300 !important;
            color: #D9D9D9 !important;
        }
    }

    div.wpforms-container-full .wpforms-form textarea.wpforms-field-large,.wpforms-one-half {
        height: 100px !important;
        width: 100% !important;
    }

    .wpforms-one-half{
        margin-left: 0 !important;
    }

    div.wpforms-container .wpforms-field{
        padding: 0.5rem 0;
    }

    label.wpforms-field-label {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #393939 !important;
        display: flex !important;
        gap: 1rem;
    }


    button.wpforms-submit {
        background: var(--color-gold-light) !important;
        padding: 0 4rem !important;
        color: #fff !important;
        font-weight: 200 !important;
        font-size: 16px !important;
    }

    .wpforms-submit-container {
        display: flex !important;
        align-items: center !important;
        justify-content: center;
    }

    /* ?form */


    /* !END-contact ----------------------------------------------------------------------------------*/


    /* !faq ----------------------------------------------------------------------------------*/

    .faq_sec.in_page{
        .bt{
            width: 250px;
        }
    }

    .faq-item.in_page{
        border-bottom: none;
        padding: 0;

        >.faq-answer{
            border-left: none;
            margin-left: 0;
            margin-right: 0;
            padding: 0 !important;
        }

        .faq-item .faq-answer{
            margin-left: 10px !important;
            padding: 5px 0 5px 5px !important;
        }
    }
    .iconarrow{
        margin-right: 10px;
        transition:  all ease-in-out 0.3s;
    }

    input[type="checkbox"]:checked ~ .faq-question .iconarrow {
        transform: rotate(180deg); /* เปลี่ยน + เป็น × หรือ − ตามสไตล์ */
        transition:  all ease-in-out 0.3s;
    }

    /* !faq ----------------------------------------------------------------------------------*/

    /* !่job----------------------------------------------------------------------------------*/

    /* *start join_us*/

    .join_section{
        padding-top: 2rem;

        
    }

    .join_us{
        padding: 4rem 0;

        .heading-line{
            opacity: 0;
        }

        /* &::before{
            content: "";
            position: absolute;
            top: 0;
            left: 5%;
            right: 5%;
            display: block;
            height: 1px;
            width: 90%;
            padding: 0 10%;
            margin: 0 auto;
            border-top: 1px solid var(--color-gold-light);
        } */

        .join_us_grid{
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
            margin-top: 2rem;

            .join_us_main {
                display: flex;
                flex-direction: column;
                gap: 2rem;
            }

            .join_us_main_items {
                display: flex;
                flex-direction: column;
                gap: 1rem;
                padding-bottom: 2rem;
                border-bottom: 0.75px solid #7B7B7B;
            }
            >p{
                padding-top: 1.5rem;
                border-top: 0.75px solid #7B7B7B;
            }
        }

        .join_us_item_list{
            ul{
                margin: 0;
            }
            li{
                color: var(--color-blue);
                font-size: 14px;
                font-weight: 300;
            }
        }

        .join_us_item_detail_grid{
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
        }

        .join_us_item_bt{
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
        }
    }

    .join_us_offer{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2;
    }

    /* *end join_us*/


    /* !่job ----------------------------------------------------------------------------------*/

    /* !404 ----------------------------------------------------------------------------------------- */

    section.e404{
        padding: 20vh 10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4rem;

        h1{
            font-size: 148px;
        }

        a{
            display: block;
            width: 160px;
            text-align: center;
        }
    }


    /* !404 ----------------------------------------------------------------------------------------- */
}