/* tablet horizontal */

@media screen and (min-width: 768px) and (max-width: 960px){
    .container.grid-container {
        max-width: 100% !important;
    }

    .memu-bar-header,.hide-on-mobile{
        display: none !important;
    }
    .container{
        max-width: 100% !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: clamp(8px, 0.8vw, 12px);
    }

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

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

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

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

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

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

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

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

    .font-36px {
        font-size: clamp(20px, 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(30px, 1.9vw, 48px);
    }

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

    .font-64px {
        font-size: clamp(26px, 1.4vw, 64px);
        line-height: 1.2;
    }

    .font-72px {
        font-size: clamp(56px, 3.8vw, 72px);
    }

    .font-84px {
        font-size: clamp(42px, 4vw, 84px);
    }

    .font-88px {
        font-size: clamp(36px, 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-128px {
        font-size: clamp(36px, 8.5vw, 128px);
        line-height: 1;
    }

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

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

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

    .font-5m{
        font-size: 5px;
    }
    .font-8m{
        font-size: 8px;
    }
    .font-10m{
        font-size: 14px;
    }
    .font-12m{
        font-size: 16px;
    }
    .font-14m{
        font-size: 14px;
    }
    .font-16m{
        font-size: 16px;
        line-height: 1.5;
    }
    .font-18m{
        font-size: 15px;
    }
    .font-20m{
        font-size: clamp(17px,5vw,20px);
    }
    .font-22m{
        font-size: clamp(18px,5.0vw,22px);
    }
    .font-24m{
        font-size: 20px;
    }
    .font-28m{
        font-size: 28px;
    }
    .font-30m{
        font-size: 30px;
    }
    .font-32m{
        font-size: 32px;
    }
    .font-48m{
        font-size: 48px;
    }
    .font-68m{
        font-size: clamp(54px, 15.8vw ,68px);
    }
    .font-78m{
        font-size: 78px;
    }

    /* !menu!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
        .mobile-logo img{
        width: 70px;
    }

    .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%;
        background: #fff;
        z-index: 100;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        padding: 2rem;
        gap: 2rem;
        justify-content: flex-start;
    }

    .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;
        z-index: 100;
        background: var(--color-green);
    }

    .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: 1rem;
        right: 0;

        button {
            background: transparent;
        }
    }

    .main-menu.menu_main_position {
        padding: 0 1rem 0 0;

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

            &>li {
                padding: 1rem 0;

                a {
                    color: var(--color-green);
                    font-size: 20px;
                    transition: all 0.5s ease-in-out;
                }
            }

            &>li.current-menu-item {

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

    .main-menu .sub-menu {
        position: static;
        /* ✅ ยกเลิก absolute */
        background: #fff;
        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: 400;
                font-size: 18px !important;
                display: inline;
            }
        }
    }

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

    .main-menu .menu-item-has-children::before {
        content: url(./assets/icons/down.svg);
        width: 20px;
        float: right;
        padding-right: 10px;
        transform: rotate(90deg);
    }

    .main-menu .menu-item-has-children.submenu-open::before{
        transform: rotate(0deg);
        transition: all 0.5s ease-in-out;
        margin-top: -5px;
    }

    .main-menu .sub-menu .menu-item-has-children::before {
        content: url(./assets/icons/down-org.svg);
        width: 20px;
        float: left;
        padding-right: 10px;
        margin-left: -20px;
        transition: all 0.5s ease-in-out;
        transform: rotate(0deg);
    }

    .main-menu .sub-menu .menu-item-has-children.submenu-open::before{
        transform: rotate(90deg);
        transition: all 0.5s ease-in-out;
        margin-top: -5px;
    }
        

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

    /* !home ----------------------------------------------------------------------------------*/
    
    /* *start main_banner*/

    section.main_banner{
        height: 550px;
        position: relative;
    }
    .title_box_abs{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;

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

            svg{
                width: 70%;
            }
        }

        
    }
    .slogan_text{
        position: absolute;
        top: 350px;
        left: 0;
        right: 0;
        z-index: 11;
        text-align: center;
    }

    .swiper-main_banner{
        height: 550px;

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

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


    /* *end main_banner*/

    /* *start about_home*/

    section.about_home {
        padding: 3rem 0 0rem;


    }

    .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: 150px;
        }

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

    /* *end about_home*/

    /* * certification*/


    section.certification {
        background: url(./assets/banner/bg_certification.png) no-repeat bottom / 800px;
        padding: 2rem 0 3rem 0;

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

        svg{
            max-width: 100%;
        }
    }

    /* *end certification*/

    /* *start information*/

    section.information {
        padding: 4rem 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;
        gap: 3rem;

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

    .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: 2.5rem 0;
    }

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

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

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

        img{
            max-width: 150px;
        }
    }


    /* *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(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-template-areas:
            "img1 img2 "
            "img3 img3 "
            "img4 img4 "
            "img5 img6 "
            "img7 img8 "
            "img9 img9 ";
    }

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

    .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 0;
        position: relative;
    }

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

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

    }

    .partner_flex {
        display: grid;
        grid-template-columns: repeat(2,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(1, 1fr);
        gap: 2rem;
        border: 1px solid #f5f5f5;
        border-radius: 8px 8px 8px 8px;
        box-shadow: 0px 4px 4px 0px #00000040;
    }

    .article_card {
        display: flex;
        flex-direction: column;
        border-radius: 15px;
        overflow: hidden;

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

        .article_text {
            background-color: white;
            padding: 2rem 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;
        }
    }

    .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: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        padding: 1rem 1.5rem;

        >div {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            text-align: center;

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

    .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: 2rem;
        padding: 2rem 0 1rem;
        background: #232323;
        margin-top: -10px;
        position: relative;
        z-index: 10;
        

        .logo_footer{ 
            margin: 0 auto;

            img {
                width: 150px;
                
            }
        }
    }
    .footer_main_grid{
        display: grid;
        grid-template-columns:  repeat(1,1fr);
        gap: var(--grid-gap);
        padding-bottom:  var(--grid-gap);
        

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

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

            li a{
                color: #F4EDD6;
                font-weight: 400;
            }
        }
		.footer_main_items {
			display: flex;
			justify-content: flex-start;
		}
        .footer_flex_ul{
            display: flex;
            gap: var(--grid-gap);
        }

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

    }

    .copy_right{
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        gap: 0.5rem;
        margin-top: 1.5rem;
        padding: 1.5rem 0 0;
        border-top: 1px solid #fff;

        a{
            text-align: center !important;
        }
    }

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

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


    /* *start banner*/

    section.banner{
        position: relative;
        height: 130px;

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

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

        }
    }

    /* *end banner*/

    /* *start about*/

    section.about {
        padding: 2rem 0;

        

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

        .left-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 100px 1fr;
            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: 240px;
        }

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

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

        .feature-box {
            background: #f7f7f4;
            border-radius: 24px;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
            padding: 34px 24px;
        }

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

        .feature-item {
            text-align: center;
            padding: 1rem 28px;
            position: relative;
            border-bottom: 1px solid #d8d8d1;
        }

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

        .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: 24px;
            font-weight: 700;
            margin-bottom: 14px;
            color: #222;
        }

        .feature-text {
            font-size: 14px;
            line-height: 1.6;
            color: #3c3c3c;
            max-width: 290px;
            margin: 0 auto;
        }

    }

    /* *end about*/

    /* *start standard.work*/

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

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

    /* *end standard.work*/

    /* *start farm*/

    section.farm{
        padding: 2.5rem 0;
        background: url(./assets/banner/bg-about-farm.png) no-repeat center / cover;
    }

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

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

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


    /* *end farm*/

    /* *start */


    /* *end */
    

    

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

    /* !strains ----------------------------------------------------------------------------------*/
    section.main_strains{
        padding: 4rem 0 0;
    }
    /* ---- Layout ---- */
    .strains-page-wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 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: 16px;
        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: 20px;
        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: 24px;
        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: 16px;
        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: 16px;
        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;
        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 0rem;

    }

    .feeling_card{
        padding: 1rem;
        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(1,1fr);
        gap: 2rem;
        margin-top: 3rem;
    }


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

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

    section.article_page{
        padding: 2rem 0;
    }

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

    /* *single */

    .post_section{
        padding: 2rem 0;
    }

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

    .single_tag{
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        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;
        }
    }

    /* *end single*/


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

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

    section.event{
        padding: 2rem 0;
    }

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


    .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 0;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .event_content_post{

    }

    .event_grid{
        display: grid;
        grid-template-columns: repeat(1,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(1,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;
        }

    }


    /* ?single */

    .rooms_content{
        padding: 2rem 0;

    }

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

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

        img{
            width: 20px;
        }
    }

    .room_gallerys{

        .gallery-thumbs {
            position: relative;
            height: 100px;
            padding: 0rem;
            margin-top: 10px;
        }
    }
    
    section.rooms_info{
        padding: 2rem 0;

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

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

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

    

    /* *end all_project*/

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


    /* *start facilitie*/

    section.facilitie{
        padding: 2rem 0;
    }

    .facilitie_grid{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 1rem;
        padding-top: 2rem;
    }
    .facilitie_items{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;

        p{
            text-align: center;
        }
    }


    /* *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: 2rem 0;
    }
    
    /* Tabs */
    .tabs {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-bottom: 30px;
        margin-top: 2rem;
    }

    .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(165px, 1fr));
        gap: 15px;
        margin-top: 2rem;
    }

    .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(2,1fr);
        gap: 1rem;
    }
    


    /* *end location_page*/

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* *start */


    /* *end */

    /* *start */


    /* *end */

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


    /* !contact ----------------------------------------------------------------------------------*/
    section.contact_page{
        padding: 2rem 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 ----------------------------------------------------------------------------------*/
}

