/* tablet vertical */
@media screen and (min-width: 961px) and (max-width: 1180px){
    hide-on-pc{
        display: none;
    }
    .container.grid-container {
        max-width: 100% !important;
    }
    .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
        background-color: transparent !important;
    }
    .one-container .site-content{
        padding: 0 !important;
        
    }
    .mobile-show{
        display: none;
    }

    .font-14px {
        font-size: clamp(8px, 0.8vw, 14px);
    }

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

    .font-18px {
        font-size: clamp(15px, 0.8vw, 18px);
    }

    .font-20px {
        font-size:  clamp(17px, 1.1vw, 20px);
    }

    .font-24px {
        font-size: clamp(16px, 1.2vw, 24px) !important;
    }

    .font-28px {
        font-size: clamp(19px, 1.35vw, 28px);
    }

    .font-32px {
        font-size: clamp(20px, 1.6vw, 32px);
    }

    .font-33px {
        font-size: clamp(26px, 1.5vw, 33px);
    }

    .font-36px {
        font-size: clamp(28px, 1.65vw, 36px);
    }
    .font-40px {
        font-size: clamp(30px, 1.9vw, 40px);
        line-height: 0.8;
    }

    .font-44px {
        font-size: clamp(34px, 2.3vw, 46px);
        line-height: 0.8;
    }

    .font-48px {
        font-size: clamp(25px, 1.9vw, 48px);
    }

    .font-54px {
        font-size: 54px;
        line-height: 1;
    }
    .font-64px {
        font-size: clamp(28px, 1.4vw, 64px);
        line-height: 1;
    }
    .font-72px {
        font-size: clamp(56px, 3.8vw, 72px);
    }
    .font-84px {
        font-size: clamp(65px, 4vw, 84px);
    }
    .font-88px {
        font-size: clamp(68px, 4.5vw, 88px);
    }
    .font-90px{
        font-size: clamp(71px, 1.4vw, 90px);
        line-height: 1.2;
    }
    .font-96px {
        font-size: clamp(72px, 5vw, 96px);
    }

    .font-114px {
        font-size: clamp(82px, 6.5vw, 114px);
        line-height: 1;
    }
    .font-200px {
        font-size: 200px;
        line-height: 1;
    }
    .font-400px{
        font-size: clamp(200px, 1.4vw, 400px);
        line-height: 1.2;
    }

    .w-80-center{
        width: 90%;
        max-width: auto;
    }

    /* !top-menu---------------------------------------------------------------------------------- */
    div#nav-header-menu {
        --gap-margin:2.5vw;

        background: var(--color-green);
    }

    /* ซ่อน sub-menu */
    .menu_main_position .sub-menu {
        display: none;
        position: absolute;
        top: 82%;
        left: 0;
        min-width: 250px;
        width: max-content;
        z-index: 1000;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 0rem;

        li {
            padding: 8px 1rem;
            background: #121213;
            display: flex;
            justify-content: center;
            transition: all 0.4s ease-in-out;

            a{
                color: #7B7B7B !important;
                font-weight: 300 !important;
                transition: all 0.4s ease-in-out;
            }

            &:hover{
                background: #2F2F2F;
                transition: all 0.4s ease-in-out;

                a{
                    color: #fff !important
                }
            }
        }
        
    }

    /* โครงสร้างเมนูหลักต้องมี relative */
    .menu_main_position li {
        position: relative;
    }

    /* แสดง sub-menu เมื่อ hover */
    .menu_main_position li:hover > .sub-menu {
        display: block;
    }

    /* ลิงก์เมนู */
    .menu_main_position a {
        display: block;
        text-decoration: none;
        transition: all 0.5s ease-in-out;
    }

    .menu_main_position a:hover {
        transform: scale(1.05);
        transition: all 0.5s ease-in-out;
    }

    /* สำหรับ sub-menu ซ้อนหลายชั้น */
    .menu_main_position .sub-menu .sub-menu {
        left: 100%;
        top: 0;
    }

    .menu_main_position .menu-item-has-children > a::after {
        content: url(./assets/icons/down.svg);
        width: 9px;
        top: 4px;
        left: 90%;
        height: 100%;
        font-size: clamp(12px, 0.8vw, 1rem);
        font-weight: 600;
        margin-left: 8px;
    }

    .nav_pc{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 0;
        gap: 3rem;

        .logo img{
            width: 110px;
        }
    }
    .menu-flex{
        display: flex;
        gap: var(--gap-margin);
        align-items: center;
    }

    .menu-flex ul{
        display: flex;
        gap: var(--gap-margin);
        justify-content: space-around;
        padding: 0;
        list-style: none;
        margin: 0;

        li a{
            font-size: clamp(16px, 1vw, 18px);
            font-weight: 400;
            color: white;
            text-transform: uppercase;
        }
        
    }

    li.current_page_item a{
        font-weight: 700 !important;
    }
    /* FOUR */

    .all_link{
        display: flex;
        justify-content: flex-end;
        margin: 1rem 0;
        a{
            gap: 10px;
            align-items: center;
        }
    }

    .all_link a:hover .line:nth-child(1),
    .all_link a:hover .line:nth-child(3){
    width: 21px;
    }

    .all_link a:hover .line:nth-child(1){
    -webkit-transform: translateX(8px) rotate(45deg);
    -ms-transform: translateX(8px) rotate(45deg);
    -o-transform: translateX(8px) rotate(45deg);
    transform: translateX(8px) rotate(45deg);
    }

    .all_link a:hover .line:nth-child(3){
    -webkit-transform: translateX(8px) rotate(-45deg);
    -ms-transform: translateX(8px) rotate(-45deg);
    -o-transform: translateX(8px) rotate(-45deg);
    transform: translateX(8px) rotate(-45deg);
    }

    

    /* !top-menu---------------------------------------------------------------------------------- */


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

    /* *start main_banner*/

    section.main_banner {
        height: 770px;
        position: relative;
    }

    .title_box_abs {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .title_box {
            padding: 2rem;
            width: 70%;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 1rem;
        }
    }

    .swiper-main_banner {
        height: 770px;

        .swiper-slide {
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
    }

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

    .slogan_text{
        position: absolute;
        right: 0;
        left: 0;
        bottom: 3rem;
        z-index: 11;
        text-align: center;
        
    }


    /* *end main_banner*/

    /* *start about_home*/

    section.about_home {
        padding: 8rem 0 4rem;
    }

    .about_home_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        justify-items: center;
        gap: 2rem;

        .about_home_img {
            display: flex;
            justify-content: center;
            max-width: 210px;
        }

        .about_grid_detail {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            height: 100%;
            gap: 1rem;
        }
    }

    div.border_line{
        height: 1px;
        max-width: 741px;
        margin: 0 auto;
        width: 100%;
        border-bottom: 1px solid var(--color-green);
    }

    /* *end about_home*/




    /* * certification*/


    section.certification {
        background: url(./assets/banner/bg_certification.png) no-repeat bottom / contain;
        padding: 4rem 0 6rem 0;

        .certification {
            position: relative;
            max-width: 80%;
            margin: 0 auto;
            margin-top: -3rem;
        }
    }

    /* *end certification*/

    /* *start information*/

    section.information {
        padding: 6rem 0;
        background: url(./assets/banner/bg--information-home.png) no-repeat center / cover;
        background-attachment: fixed;

        h2 {
            margin: 0 0 3rem 0;
        }
    }

    .information_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;

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

    .li_flex {
        display: flex;
        gap: 1rem;
        padding-bottom: 0.5rem;

        &.col {
            flex-direction: column;
        }

        p {
            text-transform: uppercase;
            padding-bottom: 0.5rem;
        }
    }

    .border_bt {
        border-bottom: 1px solid white;
    }

    .link_bt {
        text-align: center;
        padding: 0.5rem 1.2rem;
        border-radius: 20px;
        color: #ffffff;
        display: inline-flex;
        transition: all 0.5s ease-in-out;

        &:hover {
            color: #fff;
            transform: scale(1.05);
            transition: all 0.5s ease-in-out;
        }
    }

    .bt_green {
        background: linear-gradient(270deg, #005108 0%, #007009 100%);
    }


    /* *end information*/

    /* *start standard*/

    section.standard {
        padding: 4rem 0;
    }

    .standard_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 4rem;
        padding: 3rem 0;
    }

    .standard_card {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
        justify-content: flex-start;
    }

    .standard_card_item {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }


    /* *end standard*/


    /* *start gallerys*/

    section.gallerys {
        padding: 5rem 0;
        background: url('./assets/banner/bg--gallery-home.png') no-repeat center / cover;
    }

    .swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        position: relative;

    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }

    .gallery-top {
        width: 100%;
        margin-top: 3rem;
    }

    .gallery_grid_area {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-template-areas:
            "img1 img2 img4 img4 img7 img8"
            "img3 img3 img5 img6 img9 img9";
    }

    .grid-item {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 240px;
    }

    .grid-item:nth-child(1) {
        grid-area: img1;
    }

    .grid-item:nth-child(2) {
        grid-area: img2;
    }

    .grid-item:nth-child(3) {
        grid-area: img3;
    }

    .grid-item:nth-child(4) {
        grid-area: img4;
    }

    .grid-item:nth-child(5) {
        grid-area: img5;
    }

    .grid-item:nth-child(6) {
        grid-area: img6;
    }

    .grid-item:nth-child(7) {
        grid-area: img7;
    }

    .grid-item:nth-child(8) {
        grid-area: img8;
    }

    .grid-item:nth-child(9) {
        grid-area: img9;
    }


    /* *end gallerys*/

    /* *start partner*/

    section.partner {
        padding: 4rem;
        position: relative;
        
    }

    .partner_icons {
        position: absolute;
        top: -1.7rem;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
    }

    .yellow_line {
        width: 100px;
        height: 4px;
        border-radius: 5rem;
        background: #F0D92A;
        margin: 0 auto;

    }

    .partner_flex {
        display: grid;
        grid-template-columns: repeat(6,1fr);
        gap: 1rem;
        justify-content: center;
        padding: 3rem 0;

    }


    /* *end partner*/

    /* *start article*/

    section.article {
        background-color: #ECECEC;
        padding: 4rem 0;

    }

    .article_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        padding: 4rem 0;
    }

    .article_card {
        display: flex;
        flex-direction: column;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0px 4px 4px 0px #00000040 !important; 

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

        .article_text {
            background-color: white;
            padding: 2rem 1rem 1rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin-top: -1rem;
        }
        

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

        .readmore{
            padding: 1rem 0 0;
            border-top: 0.5px solid #D9D9D9;

            p{
                text-decoration: underline;
                text-decoration-color: var(--color-green);
                cursor: pointer;
            }
        }
    }

    .text-underline {
        border-bottom: 1px solid var(--color-green);
    }


    /* *end article*/


    /* *start contact*/

    section.contact {
        padding: 1rem 0 5rem;
        background-color: #ECECEC;
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .banner_contact {
        background: url(./assets/banner/bg_banner_contact.png) no-repeat center / cover;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        gap: 1rem;
        padding: 3rem 3rem;

        >div {
            display: flex;
            flex-direction: row;
            gap: 1rem;
            align-items: center;
            text-align: center;
            width: 80%;

            >center{
                >img{
                    width: 94px;
                }
            }
        }
    }

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

    .sec_1 {
        background: #F0F0F0;
        padding: 2rem 2rem 2rem 3rem;
    }

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

    .social_items {
        display: grid;
        grid-template-columns: 48px 1fr;
        gap: 1rem;

        p {
            padding: 10px 0;
        }
    }

    .sec_2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sec_3 {
        padding: 2rem 3rem 2rem 2rem;
    }


    /* *end contact*/



    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* *start */


    /* *end */

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


    /* !footer ----------------------------------------------------------------------------------*/
    section.footer_main {
        --logo-footer-width: 240px;
        --address-width: 300px;
        --grid-gap: 1rem;
        padding: 6rem 0 1rem;
        background: #232323;
        margin-top: -10px;
        position: relative;
        z-index: 10;


        .logo_footer img {
            width: 210px;
        }
    }

    .footer_main_grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: var(--grid-gap);


        div.contact_form_grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 10px;
        }

        ul {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            margin: 0;
            padding-left: 0;
            list-style: none;

            li a {
                color: #ffffff;
                font-weight: 400;
            }
        }

        .footer_main_items {
            display: flex;
            justify-content: center;
        }

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

        .footer_main_items>div>p {
            padding-bottom: 2rem;
        }

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

    .copy_right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--grid-gap);
        margin-top: 2rem;
        padding: 1.5rem 0 0;
        border-top: 1px solid #fff;
    }

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

    /* !about----------------------------------------------------------------------------------*/


    /* *start banner*/

    section.banner{
        position: relative;

        .breadcameb{
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 0 10%;
            display: flex;
            align-items: center;

        }
    }

    .section-wrap h2{
        margin-bottom: 2rem;
    }

    /* *end banner*/

    /* *start about*/

    section.about {
        padding: 4rem 0;

        

        .gallery-grid {
            margin-top: 3rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 8px;
            align-items: stretch;
            margin-bottom: 34px;
        }

        .left-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 320px;
            gap: 8px;
        }

        .photo {
            overflow: hidden;
            border-radius: 0;
            background: #cfcfcf;
            position: relative;
        }

        .photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .left-grid .photo.large-left {
            grid-column: 1 / span 2;
            grid-row: 2;
        }

        .right-photo {
            min-height: 508px;
        }

        .placeholder {
            width: 100%;
            height: 100%;
            background:
                linear-gradient(135deg, #d8d8d8 0%, #bcbcbc 100%);
        }

        .description {
            padding: 0 0rem;
            margin: 4rem auto;
        }

        .feature-box {
            background: #ffffff;
            border-radius: 24px;
            box-shadow: 0px 0px 10px 0px #00000033;
            padding: 34px 24px;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0;
        }

        .feature-item {
            text-align: center;
            padding: 10px 28px;
            position: relative;
        }

        .feature-item:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 18px;
            bottom: 18px;
            right: 0;
            width: 1px;
            height: calc(100% - 5rem);
            background: #d8d8d1;
            margin: auto;
        }

        .icon {
            width: 68px;
            height: 68px;
            margin: 0 auto 18px;
            color: #788400;
        }

        .icon svg {
            width: 100%;
            height: 100%;
            stroke: currentColor;
            fill: none;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .feature-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 14px;
            color: #222;
        }

        .feature-text {
            font-size: 16px;
            line-height: 1.6;
            color: var(--color-dark-green);
            max-width: 290px;
            margin: 0 auto;
        }

        @media (max-width: 991px) {
            .section-title {
                font-size: 34px;
            }

            .gallery-grid {
                grid-template-columns: 1fr;
            }

            .right-photo {
                min-height: 420px;
            }

            .description {
                font-size: 16px;
            }

            .feature-grid {
                grid-template-columns: 1fr;
            }

            .feature-item {
                padding: 24px 10px;
            }

            .feature-item:not(:last-child)::after {
                display: none;
            }

            .feature-item:not(:last-child) {
                border-bottom: 1px solid #d8d8d1;
            }
        }

        @media (max-width: 640px) {
            .section-wrap {
                padding: 30px 16px 40px;
            }

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

            .left-grid {
                grid-template-rows: 160px 220px;
            }

            .right-photo {
                min-height: 300px;
            }

            .feature-title {
                font-size: 22px;
            }

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

    /* *end about*/

    /* *start standard.work*/

    section.standard.work{
        background-color: #48570114;

        .standard_grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 4rem;
            padding: 3rem 0;
        }
    }

    /* *end standard.work*/

    /* *start farm*/

    section.farm{
        padding: 4rem 0;
        background-color: #F4F4F4;
    }
    .farm_content{
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px #00000033;
        padding: 4rem;
    }

    .farm_grid{
        display: grid;
        grid-template-columns: 1.25fr 0.75fr;
        align-items: center;
        gap: 4rem;
        
    }

    .green_bt{
        padding: 0.3rem 1.5rem;
        border-radius: 33px;
        width: 176px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(270deg, #005108 0%, #007009 100%);

        a{
            text-decoration: underline !important;
            text-decoration-color: #fff !important;
        }
    }

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

        .farm_img{
            filter: brightness(0);
            max-width: 161px;
        }
    }


    /* *end farm*/

    /* *start */


    /* *end */
    

    

    /* !END-about ----------------------------------------------------------------------------------*/

    /* !strains ----------------------------------------------------------------------------------*/
    section.main_strains{
        padding: 4rem 0;

        .border_line{
            margin: 2rem auto 0;
        }
    }
    /* ---- Layout ---- */
    .strains-page-wrap {
        display: grid;
        grid-template-columns: 0.45fr 1.55fr;
        gap: 2rem;
        padding: 4rem 0;
    }
    .sidebar{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    /* ---- Sidebar ---- */
    .strains-sidebar {
        min-width: 160px;
        flex-shrink: 0;
        background: #f5f4f0;
        border-radius: 8px;
        padding: 2.5rem;
        position: sticky;
        top: 100px;


        &.search{
            padding: 1rem 2.5rem;
        }
    }

    .sidebar-title {
        font-size: 20px;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 16px;
        letter-spacing: -0.3px;
    }

    /* Category List */
    .strains-cat-list {
        list-style: none;
        margin: 1rem 2rem 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .strains-cat-list li {
        margin-bottom: 6px;
    }

    .cat-filter-link {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 24px;
        font-weight: 500;
        color: #333;
        text-decoration: none;
        padding: 2px 0;
        transition: color 0.2s;
    }

    .cat-filter-link::before {
        content: '•';
        color: #888;
        font-size: 16px;
        line-height: 1;
        flex-shrink: 0;
    }

    .cat-filter-link:hover,
    .cat-filter-link.active {
        color: #1b5e20;
        font-weight: 600;
    }

    .cat-filter-link.active::before {
        color: #1b5e20;
    }

    /* Divider */
    .sidebar-divider {
        height: 1px;
        background: #e0ddd5;
        margin: 16px 0;
    }

    /* Slider */
    .slider-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

    .slider-label {
        font-size: 18px;
        font-weight: 500;
        color: #333;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

    .filter-btn {
        font-size: 16px;
        font-weight: 400;
        color: #555;
        background-color: #fff;
        padding: 0.2rem 0.8rem;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        transition: all ease-in-out 0.5s;
    }

    .filter-btn:hover { 
        background-color: #1b5e20;
        color: #fff;
        transition: all ease-in-out 0.5s;
    }

    .slider-range-wrap {
        width: 100%;
    }

    .range-slider {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background: linear-gradient(to right, #1b5e20 var(--pct, 100%), #d0cec6 var(--pct, 100%));
        outline: none;
        cursor: pointer;
    }

    .range-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #1b5e20;
        border: 2px solid #fff;
        box-shadow: 0 1px 4px rgba(0,0,0,0.25);
        cursor: pointer;
    }

    .range-slider::-moz-range-thumb {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #1b5e20;
        border: 2px solid #fff;
        box-shadow: 0 1px 4px rgba(0,0,0,0.25);
        cursor: pointer;
    }

    .slider-values {
        display: flex;
        justify-content: space-between;
        font-size: 11px;
        color: #888;
        margin-top: 4px;
    }

    /* Search */
    .sidebar-search {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff;
        overflow: hidden;
        margin-top: 4px;
    }

    .search-input {
        flex: 1;
        border: none;
        outline: none;
        padding: 7px 10px;
        font-size: 12px;
        color: #333;
        background: transparent;
    }

    .search-input::placeholder { color: #aaa; }

    .search-icon-btn {
        background: none;
        border: none;
        padding: 6px 8px;
        cursor: pointer;
        color: #888;
        display: flex;
        align-items: center;
        transition: color 0.2s;
    }

    .search-icon-btn:hover { color: #1b5e20; }

    /* ---- Main Content ---- */
    .strains-main {
        flex: 1;
        min-width: 0;
    }

    /* Loading overlay */
    .strains-main.is-loading {
        opacity: 0.5;
        pointer-events: none;
        transition: opacity 0.2s;
    }

    /* ---- Cards Grid ---- */
    .strains-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    /* No Results */
    .strains-no-results {
        grid-column: 1 / -1;
        text-align: center;
        padding: 60px 0;
        color: #888;
        font-size: 15px;
    }

    /* ---- Flower Card ---- */
    .flower-card {
        position: relative;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: box-shadow 0.2s, transform 0.2s;
    }

    .flower-card:hover {
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }

    /* Badge */
    .badge {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 2;
        background: #1b5e20;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        padding: 3px 10px;
        border-radius: 20px;
        letter-spacing: 0.3px;
        text-transform: capitalize;
    }

    /* Badge color variants */
    .badge-sativa    { background: #1b5e20; }
    .badge-indica    { background: #1b5e20; }
    .badge-hybrid    { background: #1b5e20; }
    .badge-ruderalis { background: #2e7d32; }

    /* Card Image */
    .card-img-wrap {
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.3s;
    }

    .flower-card:hover .card-img {
        transform: scale(1.04);
    }

    /* Card Body */
    .card-body {
        padding: 12px 14px 6px;
        flex: 1;
    }

    .card-title {
        font-size: 18px;
        font-weight: 600;
        color: #1a1a1a;
        margin: 0 0 4px;
        line-height: 1.3;
    }

    .card-subtitle {
        font-size: 16px;
        color: #232323;
        margin: 0 0 4px;
        line-height: 1.4;
    }

    .card-thc-cbd {
        font-size: 16px;
        color: #232323;
        margin: 0;
        display: flex;
        gap: 8px;
    }

    /* Card Actions */
    .card-actions {
        display: flex;
        gap: 8px;
        padding: 10px 14px 14px;
        align-items: center;
    }

    .btn-learn-more {
        flex: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 7px 10px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.5px;
        color: #232323;
        background: #fff;
        border: 1.5px solid #ccc;
        border-radius: 4px;
        text-decoration: none;
        cursor: pointer;
        transition: border-color 0.2s, color 0.2s;
        white-space: nowrap;
    }

    .btn-learn-more:hover {
        border-color: #1b5e20;
        color: #1b5e20;
    }

    .btn-qr-code {
        flex: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 7px 10px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.5px;
        color: #fff;
        background: #1b5e20;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background 0.2s;
        white-space: nowrap;
    }

    .btn-qr-code:hover { background: #145214; }

    .btn-qr-code:disabled {
        background: #7cb87c;
        cursor: not-allowed;
    }

    /* ---- Pagination ---- */
    .strains-pagination {
        margin-top: 32px;
        display: flex;
        justify-content: center;
    }

    .pagination-inner {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .page-btn {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1.5px solid #ccc;
        border-radius: 4px;
        background: #fff;
        font-size: 13px;
        font-weight: 500;
        color: #333;
        cursor: pointer;
        transition: all 0.2s;
    }

    .page-btn:hover {
        border-color: #1b5e20;
        color: #1b5e20;
    }

    .page-btn.active {
        background: #1b5e20;
        border-color: #1b5e20;
        color: #fff;
    }

    .page-next {
        font-size: 16px;
        width: 36px;
    }

    /* ---- QR Code Modal ---- */
    .qr-modal-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.45);
        z-index: 9998;
    }

    .qr-modal {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 12px;
        padding: 28px 32px 24px;
        z-index: 9999;
        width: 300px;
        text-align: center;
        box-shadow: 0 8px 40px rgba(0,0,0,0.18);
    }

    .qr-modal-close {
        position: absolute;
        top: 12px;
        right: 14px;
        font-size: 22px;
        line-height: 1;
        background: none;
        border: none;
        cursor: pointer;
        color: #888;
        transition: color 0.2s;
    }

    .qr-modal-close:hover { color: #1a1a1a; }

    .qr-modal-title {
        font-size: 15px;
        font-weight: 700;
        color: #1a1a1a;
        margin: 0 0 16px;
    }

    .qr-modal-img-wrap {
        background: #f7f7f5;
        border-radius: 8px;
        padding: 12px;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 200px;
    }

    .qr-modal-img-wrap img {
        width: 200px;
        height: 200px;
        display: block;
    }

    .btn-download-qr {
        width: 100%;
        padding: 10px 0;
        background: #1b5e20;
        color: #fff;
        border: none;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.2s;
    }

    .btn-download-qr:hover { background: #145214; }

    /* Loading spinner in modal */
    .qr-spinner {
        width: 40px;
        height: 40px;
        border: 3px solid #e0e0e0;
        border-top-color: #1b5e20;
        border-radius: 50%;
        animation: spin 0.7s linear infinite;
        margin: 60px auto;
    }

    @keyframes spin {
        to { transform: rotate(360deg); }
    }

    /* ---- Responsive ---- */
    @media (max-width: 1024px) {
        .strains-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 768px) {
        .strains-page-wrap {
            flex-direction: column;
            gap: 20px;
        }

        .strains-sidebar {
            width: 100%;
            position: static;
        }

        .strains-cat-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .strains-cat-list li { margin-bottom: 0; }

        .cat-filter-link {
            background: #e8e8e0;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 12px;
        }

        .cat-filter-link.active {
            background: #1b5e20;
            color: #fff;
        }

        .cat-filter-link.active::before,
        .cat-filter-link::before { display: none; }
    }

    @media (max-width: 480px) {
        .strains-grid {
            grid-template-columns: 1fr;
        }

        .qr-modal {
            width: calc(100vw - 32px);
        }
    }

    .contact.strains{
        background: none;
    }

    /* !END strains----------------------------------------------------------------------------------*/

    /* !END single_strains----------------------------------------------------------------------------------*/

    section.flower{
        padding: 4rem 0;
    }
    .flower_grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        align-items: start;
    }

    .flower_thumbnail{
        border-radius: 20px;
        border: 1px solid #dddd;
        display: flex;
        justify-content: center;
        align-items: center;

        img{
            object-fit: cover;
            width: 100%;
        }
    }
    .flower_detail{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1.5rem;

        h2{
            margin-bottom: 0;
        }
    }
    .flower_box{
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .flower_box_flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 0;
        border-bottom: 1px dashed #C8C8C8;
    }
    .flower_badge{
        padding: 0.1rem 0.8rem;
        background-color: #005108;
        border-radius: 15px;
    }

    .flower_feeling_grid{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 1rem;
        padding: 0 2rem;

    }

    .feeling_card{
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        border-radius: 20px;
        box-shadow: 0px 3px 22.1px 0px #0000001A;
    }

    .flower_description{
        padding: 3rem 0 1rem;
        border-bottom: 1px solid #F5F5F5;

    }


    section.flower_other{
        padding: 4rem 0;
    }
    

    .flower_other_grid{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 2rem;
        margin-top: 3rem;
    }


    /* !END single_strains----------------------------------------------------------------------------------*/


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

    section.article_page{
        padding: 6rem 0;
    }

    div.article_page{
        margin-bottom: 3rem;
    }

    /* *single */

    .post_section{
        padding: 4rem 0;
    }

    .single_post_grid{
        display: grid;
        grid-template-columns: 1.5fr 0.5fr;
        gap: 2rem;
    }

    .single_tag{
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .single_tag_name{
        padding: 0.2rem 0.5rem;
        border-radius: 20px;
        background-color: #C1C1C1;
        color: #fff;
    }

    .single_contents{
        padding: 3rem 0;
    }

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

    }
    .past_post_title{
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
        align-items: center;
        gap: 0rem;
    }
    .line_post{
        display: block;
        height: 1px;
        width: 100%;
        background: #A3A3A3;
    }

    .single_article_card{
        display: flex;
        gap: 1rem;

        img{
            max-width: 90px;
            height: 70px;
            border-radius: 5px;
            object-fit: cover;
        }
    }

    a.all{
        text-decoration: underline !important;
        text-decoration-color: var(--color-dark-green);
    }

    /* *end single*/


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

    /* ! event----------------------------------------------------------------------------------*/

    section.event{
        padding: 6rem 0;
    }

    div.article_page{
        margin-bottom: 3rem;
    }


    .event_card{
        overflow: hidden;
        position: relative;
        display: block;
        border-radius: 20px;

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

    .event_text{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: end;
        gap: 1rem;
        padding: 2rem;
        background: linear-gradient(transparent 0%,#141414e0 80%);
    }

    .badge_event_page{
        padding: 0.2rem 1rem;
        border-radius: 25px;
        width: fit-content;
        color: #fff;
    }
    .badge-event{
        background: #A0CD3A;
    }
    .badge-contest{
        background: #494949;
    }
    .badge-rewards{
        background: #880000;
    }

    .event_content{
        padding: 4rem 10%;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .event_content_post{

    }

    .event_grid{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 1rem;
        padding: 2rem 0 6rem;
    }


    /* !END event----------------------------------------------------------------------------------*/


    /* !all_project----------------------------------------------------------------------------------*/

    /* *start rooms*/

    section.rooms {
        padding: 5rem 0;
    }

    .rooms_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem 0;
    }

    .rooms_items {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;

        p {
            text-align: center;
        }
    }



    /* *end rooms*/

    /* *start all_project*/

    section.all_project {
        padding: 5rem 0;
        background: #E7E6E3;


        .project_grid {
            grid-template-columns: 1fr;
            padding: 3rem 0 0;
        }

        .project_items {
            flex-direction: row;


            img {
                aspect-ratio: 16 / 9;
                object-fit: cover;
                max-width: 55%;
            }
        }
    }


    /* ?single */

    .rooms_content {
        padding: 5rem 0;

    }

    .icon_room {
        display: flex;
        gap: 4rem;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
    }

    .icon_room_items {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .room_gallerys {

        .gallery-thumbs {
            position: relative;
            height: 300px;
            padding: 0rem;
            margin-top: 10px;
        }
    }

    section.rooms_info {
        padding: 2rem 0;

        .w-70 {
            width: 70%;
            margin: 0 auto;
        }
    }

    .rooms_info_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 2rem;
        padding: 0rem 10% 0;
    }

    .single-p {
        padding: 2rem 0 !important;
        background: #E7E6E3;
    }



    /* *end all_project*/

    /* !all_project----------------------------------------------------------------------------------*/


    /* !facilitie ----------------------------------------------------------------------------------*/


    /* *start facilitie*/

    section.facilitie {
        padding: 5rem 0;
    }

    .facilitie_grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
        padding: 3rem 0;
        justify-content: center;
        align-items: center;

        &.g_3 {
            grid-template-columns: repeat(3, 1fr);
            max-width: 75%;
            margin: 0 auto;
        }
    }

    .facilitie_items {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;

        p {
            text-align: center;
        }
    }

    .facilitie_text {
        padding: 4rem 0;
    }

    .facilitie_text_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
        padding: 3rem 0;
    }


    /* *end facilitie/

    /* *start */

    .single-valla-swiper {
        margin: 4rem 0;
    }

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

    .swiper-button-next,
    .swiper-button-prev {
        background-image: none !important;
        z-index: 101 !important;
    }

    .shadow-l {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 120px;
        z-index: 100;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .shadow-r {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 120px;
        z-index: 100;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    }


    /* *end */

    /* !facilitie----------------------------------------------------------------------------------*/


    /* !gallery_page ----------------------------------------------------------------------------------*/


    /* *start gallery_page*/

    section.gallery_page {
        padding: 5rem 0;
    }

    /* Tabs */
    .tabs {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-bottom: 30px;
        margin-top: 3rem;
    }

    .tab {
        font-weight: 500;
        cursor: pointer;
        position: relative;
        padding-bottom: 10px;
        color: #333;
    }

    .tab.active {
        color: #1a381d;
    }

    .tab.active::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #1a381d;
        bottom: 0;
        left: 0;
    }

    /* Gallery grid */
    .tab-content {
        display: none;
    }

    .tab-content.active {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 15px;
        margin-top: 5rem;
    }

    .tab-content img {
        width: 100%;
        object-fit: cover;
    }


    .icons_zoom {
        position: relative;
        transition: all 0.5s ease-in-out;

        &:hover {
            filter: brightness(0.8);
            transition: all 0.5s ease-in-out;
        }

        &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            z-index: 10;
            transition: opacity 0.5s ease-in-out;
        }

    }

    .icons_zoom:hover::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url(./assets/icons/zoom.svg) no-repeat center / 10%;
        z-index: 10;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }

    .lightbox {
        display: inline-block;
        height: 100%;
    }


    /* *end gallery_page/



    /* *start */

    .single-valla-swiper {
        margin: 4rem 0;
    }

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

    .swiper-button-next,
    .swiper-button-prev {
        background-image: none !important;
        z-index: 101 !important;
    }

    .shadow-l {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 120px;
        z-index: 100;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .shadow-r {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 120px;
        z-index: 100;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    }


    /* *end */

    /* !gallery_page----------------------------------------------------------------------------------*/


    /* !location ----------------------------------------------------------------------------------*/

    /* *start location_page*/

    section.location_page {
        padding: 5rem 0;

        .w-80-center {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            align-items: center;
        }
    }

    .location_grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 3rem 1rem;
    }



    /* *end location_page*/

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* *start */


    /* *end */


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

    /* !contact ----------------------------------------------------------------------------------*/
    section.contact_page {
        padding: 5rem 0 0;
    }

    section.contact_title {
        padding: 8rem 0 3rem;
        position: relative;
    }

    .contact_title_flex {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        z-index: 1;

        &::after {
            content: 'MR.KLEANE';
            font-size: clamp(105px, 7.29vw, 140px);
            font-family: "Press Start 2P";
            background: linear-gradient(90deg, #8E348F -123.18%, rgb(255 255 255 / 60%) 55.19%, #54266D 126.14%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            position: absolute;
            z-index: -1;
            top: -35%;
            right: 0;
            bottom: 0;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
    }

    /* ?form */

    div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
        height: 100px !important;
    }

    label.wpforms-field-label {
        font-size: 1.1rem !important;
        font-weight: 400 !important;
        color: #393939 !important;
        display: flex !important;
        justify-content: space-between;
    }

    input#wpforms-553-field_0,
    input#wpforms-553-field_3,
    input#wpforms-553-field_1,
    textarea#wpforms-553-field_2,
    input#wpforms-553-field_5 {
        background-color: #F0F0F070;
        border: 1px solid #777474;
        border-radius: 10px !important;

        &::placeholder {
            font-weight: 200 !important;
        }
    }

    button.form-bt {
        background: #B7A486 !important;
        color: #fff !important;
        padding: 1rem 110px !important;
        font-weight: 300;
        font-size: clamp(16px, 1.25vw, 20px);
        width: 100% !important;
        display: flex !important;
        border-radius: 10px !important;
        justify-content: center;
    }

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

    /* ?form */

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


}